.footer-menu a{
    color: #333;
    line-height: 1.4;
    display: inline-block;
}
.footer-bottom{
    text-align: center;
}
.footer-bottom a{
    color: #727272;
}
.footer-bottom p:last-child{justify-content: center;}

.footer-img{text-align: center;}

.footer-list{
    display: block;
}
.footer-mo{
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
}
.contact-box{height: 200px;}
.contact-box>div{
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15); 
    /* height: 200px; */
    width: 100%;
    height: 100%;
}
.contact-box .contact-text{
    line-height: 1.5;
}
.contact-svg.live-chat svg path{fill:#fff}
.contact-svg.live-chat svg{width: 30px;}
.contact-svg{
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 10px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
.contact-box.cursor-pointer:hover .contact-svg{
    background: #0066ee;
}
.contact-box.cursor-pointer:hover p.contact-title{
   color: #0066ee;
}
.webform-box{
    background: RGB(0,102,238,0.1);
}
.webform-btn span{
    display: inline-block;
    width: 104px;
    height: 30px;
    background: rgba(0,0,0,0.00);
    border: 1px solid #0066ee;
    text-align: center;
    cursor: pointer;
}
.webform-btn{
    color: #0066ee;
    display: inline-block;
}
/* .webform-btn a:hover{
    color: #fff;
} */
.webform-btn span:hover {
    background: #0066ee;
    color: #fff!important;
}
.mt-7{margin-top: 5rem;}
.py-lg-7{padding: 5rem 0;}
footer img{width: auto;max-width: 100%;}
.click-icon{
    position: absolute;
    right: 20px;
    top: 10px;
}
body{position: relative;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.contact-box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#Fill-form .modal-dialog {
    height: 96%;
}
#Fill-form .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    position: sticky;
    top: 0;
}
#Fill-form .modal-body {
    overflow-y: auto;
    padding-left: 0px;
}
.share-icon span{padding-right: 10px;}
.share-icon span:hover .sts {
    fill: #0066ee;
}
.share-icon span:hover path{
    fill: #0066ee;
}
.mo-display{display: none;}
.pcdh-display{display: none;}
.pcds-display{display: none;}
.pc-display{display: block;}
.bannerbox-left{
    width: 63%;
    /* max-width: 1200px; */
}
.bannerbox-right{
    flex: 1;
}
.bannerbox-right .banner-box{
    height: 49%;
}
#banner-two-back{
    background-image: url(../../img/2023img/homepage/PC/Carbon-Rim-Layup.jpg);
    background-size: cover;
}
.back-transtion{
    position: fixed;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.swipe-action a{
    z-index: 5!important;
}
.font-l-18 {
    font-size: 18px !important;
}
.header-pc.scrollToToping {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: rgba(18,18,18,.8); */
    z-index: 6;
}
.header-pc.scrollToToping,.header-mo.scrollToToping {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: rgba(18,18,18,.8); */
    z-index: 6;
}
@media (min-width:1200px) and (max-width:1230px){
    .max-1200{max-width: 1150px;}
}
@media (min-width:992px) and (max-width:1200px){
    .max-1200{ max-width: 97%;}

    .max-980{ max-width: 97%;}
    .max-1570 { max-width: 97%;}
}
@media (max-width:1200px){
    .pc-display{display: none;}
    .mo-display{display: none;}
    .pcds-display{display: none;}
    .pcdh-display{display: block;}
    #banner-two-back{
        background-image: url(../../img/2023img/homepage/PADH/Light-Bicycle-Rim-Factory.jpg);
        background-size: cover;
    }

}
@media only screen and (max-width:1023px) {
    .pc-display{display: none;}
    .mo-display{display: none;}
    .pcdh-display{display: none;}
    .pcds-display{display:block;}
    #banner-two-back{
        background-image: url(../../img/2023img/homepage/PADS/Carbon-Rim-Factory.jpg);
        background-size: cover;
    }
    }
@media (min-width:992px) {
    .footer-img{text-align: right;}
    .footer-bottom{
        display: flex;
        justify-content: space-between;
    }
    .stage-navigation .list-group-item1{
        min-width: 200px;
    }
}
@media (max-width:992px) {
    .font-l-18 {
        font-size: 16px !important;
    }
    #home-banner.row{display: contents;}
    .banner-box-bottom{margin-top: 1rem;}
    .bannerbox-right .banner-box,.bannerbox-right{
        height: 100%;
    }
    .bannerbox-left{
        width: 100%;
        /* max-width: 1200px; */
    }
    .contact-box .contact-svg{
        width: 40px;
        height: 40px;
        margin-top: 30px!important;
    }
    .contact-svg svg{width: 30px;}
    .contact-svg.live-chat svg{width: 22px;}
    .webform-box .contact-svg{
        width: 60px;
        height: 60px;
    }
    .webform-btn{
        color: #fff;
    }
    .webform-btn span{
        background: #0066ee;
    }
    .bannerbox-left,.bannerbox-right{
        width: 100%;
    }
    .contact-box {
        height: 210px;
    }
}
@media (max-width:767px){
    .pc-display{display: none;}
    .pcdh-display{display: none;}
    .pcds-display{display: none;}
    .mo-display{display: block;}
    .footer-list{
        display: none;
    }
    footer img {
        display: block;
        margin: auto;
    }

    #banner-two-back{
        background-image: url(../../img/2023img/homepage/MO/Hand-Layup-Carbon-Rim.jpg);
        background-size: cover;
        min-height: 1000px;
    }
    .contact-box p{font-size: 14px;}
    .list-title{
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 8px;
        position: relative;
    }
    .list-title::before,.list-title::after{
        position: absolute;
        content: '';
        width: 12px;
        height: 1px;
        background-color: #333;
        right: 0;
        top: 50%;
        transform-origin: center center;
    }
    .list-title::before {
        transform: rotate(-90deg);
        transition: transform .25s linear;
        transform-origin: center center;
    }
    .list-title::after {
        transform: rotate(0deg);
        transition: transform .25s linear;
        transform-origin: center center;
    }
    .list-title::before,.list-title::after{
        transition: transform .25s linear; 
        transform-origin: center center;
    }
    .list-title.currentk::before{
        transform: rotate(-135deg);
        transition: transform .25s linear;
        transform-origin: center center;
        background-color: #0066ee;
    }
    .list-title.currentk::after{
        transform: rotate(-45deg);
        transition: transform .25s linear;
        transform-origin: center center;
        background-color: #0066ee;
    }

    .banner-list h3{position: relative;}
    .banner-list h3::before,.banner-list h3::after{
        position: absolute;
        content: '';
        width: 14px;
        height: 2px;
        background-color: #fff;
        right: 0;
        top: 50%;
        transform-origin: center center;
    }
    .banner-list h3::before {
        transform: rotate(-90deg);
        transition: transform .25s linear;
        transform-origin: center center;
    }
    .banner-list h3::after {
        transform: rotate(0deg);
        transition: transform .25s linear;
        transform-origin: center center;
    }
    .banner-list h3::before,.banner-list h3::after{
        transition: transform .25s linear; 
        transform-origin: center center;
    }
    .banner-list h3.currentk::before{
        transform: rotate(-135deg);
        transition: transform .25s linear;
        transform-origin: center center;
        background-color: #0066ee;
    }
    .banner-list h3.currentk::after{
        transform: rotate(-45deg);
        transition: transform .25s linear;
        transform-origin: center center;
        background-color: #0066ee;
    }
    .webform-box .contact-svg{
        width: 50px;
        height: 50px;
    }
    .banner-list p.list-text{
        display: none;
        line-height: 1.6;
        margin-bottom: 0;
    }
}
@media (max-width:800px) and (min-width:768px){
    .contact-box .contact-text {
        font-size: 14px;
    }
    .footer-list p{
        margin-bottom: 10px!important;
    }
}
@media (min-width:767px){
    .bg-lg-f1f1f1{
        background-color: #f1f1f1;
    }
    .banner-list p.list-text{
        display: block!important;
    }
}
/* 首页 */
.banner-box{
    position: relative;
}
#home-banner .banner-box img{
    width: 100%;
    height: 100%;
}
#home-banner .banner-text{
    position: absolute;
    top:calc(50% - 10px);
    transform: translateY(-50%);
    width:100%;
    text-align: center;
    color: #fff;
}
.banner-btn{
    display: inline-block;
    font-family: textFonts;
    width: 170px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    /* border: 1px solid #fff; */
    color: #fff;
    position: relative;
    overflow: hidden;
    opacity: 1;
    color: #fff;
    background-color: #0066ee;
}
.banner-btn:hover{
    background-color: #fff;
    color: #0066ee;
    text-decoration: none;
}
.text-border{
    color: #fff;
    /* -webkit-text-stroke:1px solid #000; */
    /* text-shadow: 1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}
.banner-box img{
    width: 100%;
    height: 100%;
}
.banner-list{
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    align-items: center;
    height: 100%;
}
.banner-svg{
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-svg img{
    width: 40px;
    height: auto;
}
.line-btn a:hover{text-decoration: none; color: #fff;background-color: #0066ee;}
.back-Top {display: none;}
.back-Top span{
    display: inline-block;
    position: fixed;
    bottom: 80px;
    right: 21px;
    background: rgba(0,0,0,.4);
    width: 46px;
    height: 46px;
    border-radius: 50px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
}
.banner-text p{
    line-height: 1.2;
}
.back-Top span:hover{
    background: rgba(0,0,0,.6);
}
/* 导航 */
.header-pc>div {
    justify-content: space-between;
    padding:0px 80px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    height: 60px;
}
header{background-color: #fff;}
.header-mo{border-bottom: 1px solid #d1d1d1;}
.logo-line {
    height: 30px;
    width: 1px;
    background-color: #000;
    display: inline-block;
    margin-left: 14px;
}
.logo-b2{
    font-size: 30px;
    font-family: titleFonts-light;
    font-weight: 100;
    padding-left: 14px;
}
.header-logo{
    align-items: baseline;
    margin-bottom: 0;
    width: 330px;
}
.contact-btn{
    display: inline-block;
    width: 120px;
    height: 30px;
    background: #0066ee;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.header-right{width: 330px;justify-content: end;}
.contact-btn:hover{color: #fff;text-decoration: none;}
.contact-btn:focus,.contact-btn:active{color: #fff!important;}
nav ul.nav-one>li span{
    font-family: 'textFonts';
    font-size: 18px;
    padding: 16px 24px 8px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: inline-block;
    height: 60px;
}
nav ul.nav-one>li:hover span{
    color: #0066ee;
    border-color: #0066ee;
}
nav ul.nav-one>li:hover .nav-two-div{
    /* display: block; */
    height: 80px;
    transition: height .2s;
}
.nav-two-div{
    /* display: none; */
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 0px;
    top: 60px;
    background: #fff;
    overflow: hidden;
    z-index: 8;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);
}
.nav-two{    
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    /* padding: 0px 100px 20px; */
}
.nav-two li a{
    font-family: 'textFonts';
    font-size: 16px;
    padding: 10px 22px;
    cursor: pointer;
    color: #333; 
}
.nav-two li:hover a{
    color: #0066ee;
}
.header-mo>div{
    justify-content: space-between;
    position: relative;
}
.mo-contact{
    width: 40px;
    display: flex;
    align-items: center;
}
.mo-contact:hover svg path{fill: #0066ee;}
.nav-box {
    width: 40px;
    display: flex;
    align-items: center !important;
    justify-content: end;
}
.nav-box .nav-meun {
    position: relative;
    height: 48px;
    width: 25px;
    overflow: hidden;
}
.nav-box .nav-meun::before {
    top: 16px;
    transform: rotate(0);
    transition: bottom .25s linear, transform .25s linear;
    transform-origin: center center;
}
.nav-box .nav-meun::after {
    bottom: 16px;
    transform: rotate(0);
    transition: bottom .25s linear, transform .25s linear;
    transform-origin: center center;
}
.nav-box .nav-meun i::before {
    top: 23px;
    transform: translateX(0);
    transition: transform .25s linear;
}
.nav-box .nav-meun i::before, .nav-box .nav-meun::after, .nav-box .nav-meun::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background: #333;
}
.nav-box .nav-meun i::before, .nav-box .nav-meun::after, .nav-box .nav-meun::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background: #333;
}
.nav-box .nav-meun.ismShow::after {
    content: '';
    bottom: 23px;
    transform: rotate(-135deg);
    transition: bottom .25s linear, transform .25s linear;
    transform-origin: center center;
}
.nav-box .nav-meun.ismShow::before {
    content: '';
    top: 23px;
    transform: rotate(-45deg);
    transition: bottom .25s linear, transform .25s linear;
    transform-origin: center center;
}
.nav-box .nav-meun.ismShow i::before {
    content: '';
    transform: translateX(25px);
    transition: transform .25s linear;
}
.shop-header a{
    font-family: 'titleFonts';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.shopMo .shop-text a,.shopmo .shop-text a{
    font-family: 'titleFonts';
    font-size: 24px;
    color: #d1d1d1;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #666;
   position: relative;
}
.shopMo .shop-text a:focus,.shopmo .shop-text a:focus,.shopMo .shop-text a:active,.shopmo .shop-text a:active{
    color: #0066ee!important;
}
.shopMo .shop-text a:hover,.shopmo .shop-text a:hover{text-decoration: none;}
.shopMo .shop-text a::before,.shopmo .shop-text a::before{
    content: '>';
    color: #d1d1d1;
    position: absolute;
    right: 10px;
}
a:not(.but-a):active, a:not(.but-a):focus {
    color: #660099 !important;
}
.widths {
    width: 98.5%;
}
.first-pm {
    margin: 0.5rem 1rem !important;
}
#firsts a{color: #fff;}
#firsts a:hover{color: #0066ee;}

/* @media (min-width:1200px) {
    .banner-btn{
        display: inline-block;
        font-family: textFonts;
        width: 170px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        color: #fff;
        position: relative;
        overflow: hidden;
        opacity: 1;
        background: rgba(0, 0, 0, 0.00);
    }
    .banner-btn::before, .banner-btn::after {
        border: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -10%;
        width: 120%;
        height: 100%;
        z-index: -1;
        border: 1px solid #fcfcfc;
    }
    .banner-btn:hover {
        color: #0066ee;
        text-decoration: none;
    }
    .banner-btn::after {
        background-color: #fff;
        width: 120%;
        left: -10%;
        -webkit-transform: skewX(-12deg) translateX(-120%);
        -ms-transform: skewX(-12deg) translateX(-120%);
        transform: skewX(-12deg) translateX(-120%);
        -webkit-transition: -webkit-transform 0.25s linear;
        transition: transform 0.25s linear;
    }
    .banner-btn:hover::after {
        -webkit-transform: skewX(-12deg) translateX(0%);
        -ms-transform: skewX(-12deg) translateX(0%);
        transform: skewX(-12deg) translateX(0%);
        -webkit-transition: -webkit-transform 0.25s linear;
        transition: transform 0.25s linear;
    }
    .banner-btn::before {
        border: 2px solid #fcfcfc;
        width: 100%;
        left: 0;
    }
} */
@media (max-width:1600px){
    .banner-two{width: 100%;}
    .header-pc>div {
        padding: 0px 20px;
    }
    .header-right{width: 200px;}
}
@media (max-width:1200px){
    .header-pc>div {
        padding: 0px 10px;
    }
    .header-right {
        width: 200px;
        justify-content: end;
    }
    .header-logo {
        width: 276px;
    }
    nav ul.nav-one>li span {
        padding: 14px 10px 10px
    }
}
@media (max-width:992px){
    #home-banner .banner-text {
        position: absolute;
        top: unset;
        bottom: 10%;
        transform: none;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .banner-btn:hover{color: #fff;text-decoration: none;background-color: #0066ee;}
}
@media (max-width:767px){
    .banner-list-mo {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .line-btn a:hover,.line-btn a{
        text-decoration: none;
        color: #fff;
        background-color: #0066ee;
        width: 100%;
        display: block;
        text-align: center;
        height: 42px;
        line-height: 20px;
    }
    .font-l-18 {
        font-size: 14px !important;
    }
    .banner-btn:active,.banner-btn:focus{
        color: #fff!important;
    }
    .banner-btn{
        display: inline-block;
        font-family: textFonts;
        width: 100%;
        height: 42px;
        font-size: 18px;
        line-height: 42px;
    }
    .back-Top span{
        width: 45px;
        height: 45px;
        right: 22px;
    
    }
    .back-Top span svg{
        height: 45px;
        width: 45px;
    }
    .webform-btn{
        width: 100%;
    }
    .webform-btn span {
        width: 100%;
        height: 42px;
        line-height: 40px;
    }
    .banner-list{
        
        align-items: normal;
    }
    .banner-list>div{
        margin-top:16px ;
        padding-bottom: 14px;
    }
    .banner-svg{
        margin-top:18px ;
        width: 30px;
        height: 30px;
    }
    .banner-svg img {
        width: 20px;
        height: auto;
    }
    .banner-two{height: auto;}
}
.stage-navigation .table {
    margin-bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.stage-navigation .list-group-item1{
    /* max-width: 150px; */
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #d1d1d1;
    vertical-align: middle;
    margin-bottom: 0px;
    padding: 0px 20px;
    color: #333;
    font-family: textFonts !important;
    line-height: 63px;
    width: auto;
    background-color: transparent;
}
.stage-navigation .list-group-item.active{
    background-color: transparent;
    color: #0066ee;
    border-bottom-color: #0066ee;
    border-radius: 0;
    margin-top: 0px;
    border-top-width: 0px;
}
.stage-navigation .list-group-item-action:focus,.stage-navigation .list-group-item-action:hover { 
    background-color: transparent !important;
    color: #0066ee !important;
}
@media (max-width:360px){
   .banner-list-mo .font-md-24 {
        font-size: 20px !important;
    }
}