*{margin: 0;padding: 0;border: 0;font-family: "pt","Arial","Source Han Sans CN-rPingFangSC-Regular",PingFangSC-Regular, PingFang SC,"Microsoft YaHei",  "PingFang SC",  sans-serif}
@font-face {
    font-family: "Bob";
    src: url("fonts/BodoniBT-Roman.otf"),
         url("fonts/BodoniBT-Roman.ttf"),
         url("fonts/BodoniBT-Roman.woff"),
         url("fonts/BodoniBT-Roman.svg");
}
@font-face {
    font-family: 'qm';
    src: url("fonts/Northwell_Alt.otf"),
         url("fonts/Northwell_Alt.ttf"),
         url("fonts/Northwell_Alt.woff"),
         url("fonts/Northwell_Alt.svg");
}
@font-face {
    font-family: 'pt';
    src: url("fonts/MyriadPro-Regular.otf"),
    url("fonts/MyriadPro-Regular.ttf"),
    url("fonts/MyriadPro-Regular.woff"),
    url("fonts/MyriadPro-Regular.svg");
}
html,body{font-size:14px;color:#232323;}
a{text-decoration: none;color:#232323}
i{font-style:normal;}
.hide {display: none !important;}
.fr{float: right;}
.fl{float: left;}
/* == clearfix == */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix2{clear: both;content: '';*zoom:1;display:block;}
input:focus, textarea:focus {outline: none;}
ul, li,ol {list-style: none;}
input[type=button]{ cursor: pointer; -webkit-appearance: none; }
input[type=submit]{ cursor: pointer; -webkit-appearance: none; }
input[type=file]{ cursor: pointer; -webkit-appearance: none; }
button{ cursor: pointer; -webkit-appearance: none; }
button{border:none;outline:none;background:none;cursor:pointer}
input{border:none;outline:none;background:none;}
.text-c{text-align:center;}
.text-r{text-align:right;}
em{font-style:normal;font-weight:normal;}
html,body{font-size:16px;}
/*ul.nav{padding-right:105px;}*/
body{overflow-x:hidden;width:100%;}
.w-1200{width:1200px;margin:0 auto;}

.main-header{position:fixed;left:0;top:0;width:100%;z-index:999;}
.main-header .header{padding:20px 60px;display:flex;align-items:center;justify-content:space-between;}
.main-header .logo img{display:block;}
.main-header .header-fr{display:flex;align-items:center;}
.header-nav .nav{display:flex;}
.header-nav .nav li{margin:0 20px;}
.header-nav .nav li a{display:block;font-size:18px;color:#fff;text-transform:uppercase;font-weight:normal;}
.header-search{width:24px;height:24px;background:url("../images/icon1.png") no-repeat center;margin-left:40px;}
.header-cart{width:24px;height:24px;display:block;background:url("../images/icon2.png") no-repeat center;margin:0 40px;}
.header-person{width:24px;height:24px;display:block;background:url("../images/icon3.png") no-repeat center;}
.header-btn{width:135px;height:40px;border-radius:20px;background:#d39850;display:block;text-align:center;line-height:40px;font-size:16px;color:#fff;text-transform:uppercase;margin-left:40px;}

@keyframes lineMove{0%{bottom:15px}15%{bottom:24px} 50%{bottom:30px}85%{bottom:35px}to{bottom:40px}}
@keyframes Scale1{0%{transform:scaleX(1.05)}15%{transform:scaleX(1.1)} 50%{transform:scaleX(1.15)}85%{transform:scaleX(1.05)}to{transform:scaleX(1)}}


.index-banner{height:100vh;overflow:hidden;position:relative;}
.index-banner .swiper{position:relative;height:100%;width:100%;}
.index-banner .index-banner-img{
    display:block;position:relative;height:100%;width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transform: scale(1);
    -webkit-transition: opacity 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, transform 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;
}
.index-banner .swiper-slide-active .index-banner-img{transform: scale(1.07);
    -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 6000ms linear, -webkit-transform 6000ms linear;}
.index-banner .banner-icon{display:flex;position: absolute;top: 100%;left: 50%;flex-direction: column;justify-content:space-between;height:60px;margin-top: -60px;border-radius:100%;align-items:center;
    z-index: 1;width:20px;margin-left:-10px;animation: lineAnimation 2000ms ease 0ms infinite;}
.index-banner .banner-icon .s1{width:15px;height:15px;background:#fff;border-radius:100%;}
.index-banner .banner-icon .s2{width:10px;height:10px;background:#fff;border-radius:100%;opacity:0.6}
.index-banner .banner-icon .s3{width:5px;height:5px;background:#fff;border-radius:100%;opacity:0.3}
.index-banner .banner-arrow{position:absolute;left:0;width:100%;bottom:25%;}
.index-banner .banner-arrow .arrow-con{max-width:1400px;margin:0 auto;display:flex;}
.index-banner .banner-arrow .swiper-button-next{transition:all 360ms;position:relative;left:auto;top:auto;right:auto;bottom:auto;width:60px;height:60px;border:1px solid #D3D3D3;border-radius:100%;}
.index-banner .banner-arrow .swiper-button-prev{transition:all 360ms;margin-right:40px;position:relative;left:auto;top:auto;right:auto;bottom:auto;width:60px;height:60px;border:1px solid #D3D3D3;border-radius:100%;}
.index-banner .banner-arrow .swiper-button-next:after{transition:all 360ms;color:#D3D3D3;font-size:24px;font-weight:bold;}
.index-banner .banner-arrow .swiper-button-prev:after{transition:all 360ms;color:#D3D3D3;font-size:24px;font-weight:bold;}
.index-banner .banner-arrow .swiper-button-next:hover{background:#fff;border-color:#fff;}
.index-banner .banner-arrow .swiper-button-next:hover:after{color:#E8651B}
.index-banner .banner-arrow .swiper-button-prev:hover{background:#fff;border-color:#fff;}
.index-banner .banner-arrow .swiper-button-prev:hover:after{color:#E8651B}

.index-banner .mobile-banner img{display:block;width:100%; transform: scale(1);
    -webkit-transition: opacity 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, transform 0ms linear 1500ms;
    transition: opacity 0ms linear 1500ms, transform 0ms linear 1500ms, -webkit-transform 0ms linear 1500ms;}
.index-banner .swiper-slide-active .mobile-banner img{transform: scale(1.07);
    -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 6000ms linear;
    transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 6000ms linear, -webkit-transform 6000ms linear;}

@keyframes lineAnimation {
    0% {
        height: 0px;
        transform: translate3d(0, 0px, 0);

    }

    30% {
        height: 60px;
        transform: translate3d(0, 0px, 0);
    }

    60% {
        height: 60px;
        transform: translate3d(0, 60px, 0);
    }

    100% {
        height: 60px;
        transform: translate3d(0, 60px, 0);
    }
}
.banner-txt{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.mobile-banner{display:none;}
.banner-txt img{display:block;max-width:70%;margin:0 auto;}


.index-sec1{padding:8% 60px;max-width:880px;margin:0 auto;overflow:hidden;}
.index-tit{font-size:50px;line-height:1.4;font-family:Bob;letter-spacing:1px;}
.index-article{font-size:16px;color:#555;line-height:1.75;margin:5% 0;}
.index-btn{display:block;width:250px;height:54px;background:#333333;text-align:center;line-height:54px;color:#fff;font-size:18px;text-transform:uppercase;}

.index-sec2{position:relative;padding:8% 60px;overflow:hidden;}
.index-sec2 .sec2-bg{position:absolute;left:0;width:40%;background:#f7f7f7;top:0;height:100%;}
.index-sec2 .sec2-box{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;position:relative;z-index:11;align-items:center}
.index-sec2 .sec2-fl{width:50%;}
.index-sec2 .sec2-fr{width:40%;}
.index-sec2 .sec2-fl img{display:block;width:100%;}
.index-sign{font-family:qm;font-size:73px;text-align:right;}

.index-sec3{background:url("../images/index4.jpg") no-repeat center;background-size:cover;padding:8% 60px;margin:0 auto;overflow:hidden;}
.index-sec3 .sec3-box{max-width:1080px;margin:0 auto;}
.index-sec3 .index-tit{color:#fff;text-align:center;}
.index-sec3 .index-btn{background:#f9f9f9;color:#000;margin:8% auto 0 auto;}

.index-sec4{padding:8% 60px;position:relative;}
.index-sec4 .sec4-box{display:flex;position:relative;z-index:11;margin-left:16%;}
.index-sec4 .sec4-box .index-tit{font-size:65px;}
.index-sec4 .sec4-box .sec4-fl{width:35%;min-width:35%;}
.index-sec4 .sec4-bg{background:#faf8f5;position:absolute;left:0;width:100%;bottom:0;height:30%;}
.index-sec4 .sec4-box .sec4-fr{overflow:hidden;width:60%;}
.index-sec4 .sec4-box .mySwiper{overflow:hidden;width:100%;}
.index-sec4 .sec4-box .sec4-a{display:block;position:relative;overflow:hidden;}
.index-sec4 .sec4-box .sec4-a img{display:block;max-width:100%;}

.index-article{font-family: pt;}

.index-sec5{padding:1% 60px 8% 60px;position:relative;}
.index-sec5 .sec5-box{max-width:980px;margin:0 auto;text-align:center;position:relative;z-index:11;}
.index-sec5 .sec5-btn{background:#333;width:350px;display:block;margin:8% auto;height:50px;line-height:50px;text-align:center;color:#fff;font-size:18px;text-transform:uppercase;}
.index-sec5 .sec5-ul{display:flex;flex-wrap:wrap;justify-content:center;}
.index-sec5 .sec5-ul li{width:29.333%;margin:2%;}
.index-sec5 .sec5-ul li a{display:block;
    overflow: hidden;}
.index-sec5 .sec5-ul li a img{display:block;width:100%;}
.index-sec5 .sec5-bg{background:#faf8f5;position:absolute;left:0;width:100%;top:0;height:70%;}

.index-sec6{padding:0 60px 8% 60px;text-align:center;}
.index-sec6 .sec6-box{max-width:1100px;margin:0 auto;}
.index-sec6 .index-btn{background:#333333;color:#fff;margin:0 auto;}

.main-footer{background:#f7f7f7;text-align:center;padding-top:80px;}
.main-footer .footer{padding:0 60px 60px 60px;}
.main-footer .foot-nav{display:flex;flex-wrap:wrap;justify-content:center;}
.main-footer .foot-nav a{font-size:16px;color:#555;margin:0 2%;}
.main-footer .foot-copy{color:#555;font-size:14px;padding-bottom:20px;}

.main-header .header{transition:all 360ms;}
.index-header.fixed{background:rgba(0,0,0,0.5);}
.index-header.fixed .header{padding:15px 60px;}

.main-header.inner-header{position:relative;background:#faf8f5;}
.inner-header .header-nav .nav li a{color:#333;}
.main-header.inner-header .header-person{background:url("../images/icon030.png") no-repeat center;}
.main-header.inner-header .header-cart{background:url("../images/icon020.png") no-repeat center;}
.main-header.inner-header .header-search{background:url("../images/icon010.png") no-repeat center;}
.inner-header{padding:20px 0px;}

.about-sec1{padding:8% 60px;}
.about-sec1 .sec1-box{max-width:880px;margin:0 auto;}
.about-tit{font-size:180px;color:#faf8f5;text-align:center;position:relative;font-family:qm;margin-bottom:8%;}
.about-tit .t{position:absolute;left:0;bottom:15%;width:100%;font-size:50px;font-family:Bob;color:#000;}

.about-sec2{padding:0 60px;position:relative;z-index:11;}
.about-sec2 .sec2-box{
    margin:0 auto;
    max-width:1280px;
    display:flex;
    justify-content:space-between;
}

.about-sec2 .sec2-fl{width:45%;}
.about-sec2 .sec2-fl img{display:block;width:100%;}
.about-sec2 .sec2-fr{width:45%;}
.about-sec2 .sec2-fr .fr-con{background:#f7f7f7;padding:20% 8%;text-align:center;}
.about-sec2 .index-btn{background:#333333;color:#fff;margin:0 auto;width:345px;margin-top:20%;}
.about-sec3{margin-top:-20%;}
.about-sec3 img{display:block;width:100%;}



.login-bg{position:fixed;left:0;top:0;width:100%;height:100%;background:url("../images/login1.jpg") no-repeat center;background-size:cover;}
.reg-bg{position:fixed;left:0;top:0;width:100%;height:100%;background:url("../images/reg1.jpg") no-repeat center;background-size:cover;}
.login-container{position:relative;padding:0 65px;z-index:11;}
.login-header{padding:45px 0;}
.login-header .logo img{display:block;}
.login-box{width:590px;margin:0px auto;padding:88px 0px;position:fixed;left:50%;top:50%;transform: translate(-50%,-50%);}
.reg-box{width:770px;}
.login-box .login-inner{background:#fff;box-shadow:10px 0 20px rgba(0,0,0,0.29);position:relative;}
.login{width:490px;margin:0 auto;padding:55px 0px;}
.reg-box .login{width:690px;margin:0 auto;padding:55px 0px;}
.login-tit{font-size:36px;font-family:Bob;text-align:center;}
.login-tip{font-size:18px;color:#555555;font-family: pt;text-align:center;line-height:1;margin:15px 0px;}
.login-ul{}
.login-li{font-family:pt;margin:24px 0px;}
.login-label{color:#373a3c;line-height:1;margin-bottom:10px;}
.login-input{transition: border .4s,background .4s;background:#fafafa;border:1px solid #e5e3dd;padding:0 10px;border-radius:3px;}
.login-input .input{width:100%;background:none;outline:none;height:48px;}
.login-input:hover{border-color: #d39850}
.login-check{display:flex;align-items:center;color:#7b7b7b;margin-top:-10px;}
.login-check .check-a{color:#d39850;font-family:pt;margin:0 5px;}
.login-check .check{position:relative;width:14px;height:14px;margin-right:5px;cursor:pointer;}
.login-check .check input{display:block;width:100%;height:100%;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.login-check .check input+span{display:block;width:14px;height:14px;background:url("../images/check1.jpg") no-repeat center;}
.login-check .check input:checked+span{background:url("../images/check2.jpg") no-repeat center;}
.login-bot{display:flex;justify-content:space-between;margin-top:45px;}
.login-btn{width:220px;height:52px;background:#333;text-align:center;line-height:52px;color:#fff;font-size:18px;border:1px solid #333;text-transform:uppercase;}
.login-btn-white{width:220px;height:52px;background:#fff;text-align:center;line-height:52px;color:#999;font-size:18px;border:1px solid #dcdcdc;text-transform:uppercase;}

.reg-box .login-bot{justify-content:center;}

.agree-pop.reg-pop{width:770px;}
.agree-pop{z-index:999;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:590px;background:#fff;box-shadow:10px 0 20px rgba(0,0,0,0.29);display:none;}
.agree-pop .agree{padding:50px 40px;}
.agree-pop .tit{font-size:24px;text-align:center;font-family:Bob;}
.agree-article{margin-top:35px;height:400px;position:relative;margin-right:-30px;padding-right:30px;overflow-y:auto;font-size:16px;color:#666;line-height:1.75;}
.agree-btn{margin-top:30px;display:block;width:220px;height:54px;background:#333;margin-left:auto;margin-right:auto;line-height:54px;
    text-align:center;font-size:18px;color:#fff;text-transform:uppercase;}

.agree-article::-webkit-scrollbar {
    width: 5px;
}
.agree-article::-webkit-scrollbar-track {
    background-color:#f5f5f5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.agree-article::-webkit-scrollbar-thumb {
    background-color:#333;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
    height:30px;
}

.login-close{width:18px;height:18px;position:absolute;right:20px;top:20px;background:url("../images/close1.png") no-repeat center;cursor:pointer;}
.reg-last{margin-top:22px;text-align:center;font-size:18px;color:#555;font-family:pt;}
.reg-a{color:#d39850;}


.wl-container{background:#fafafa;padding:35px 0px;}
.wl-sec1{margin:15px auto;width:1200px;}
.wl-sec1 .sec1-box{padding:30px;background:#fff;display:flex;justify-content:space-between;}
.wl-sec1 .sec1-dl{display:flex;}
.wl-sec1 .sec1-dl .dt{width:88px;min-width:88px;margin-right:20px;}
.wl-sec1 .sec1-dl .dt img{display:block;width:88px;}
.wl-sec1 .sec1-dl .dd .dd-t{font-weight:bold;font-size:18px;font-family:pt;}
.wl-sec1 .sec1-dl .dd-c{font-size:12px;color:#4c4c4c;line-height:1.5;margin-top:10px;}
.wl-sec1 .status{font-size:18px;font-weight:bold;}
.wl-sec2{margin:15px auto;width:1200px;background:#fff;}
.wl-sec2 .sec2-hd{border-bottom:1px solid #ededed;padding:30px;display:flex;align-items:center;}
.wl-sec2 .sec2-hd span{margin:0 5px;text-transform:uppercase;}
.wl-sec2 .sec2-hd img{display:block;margin-right:10px;}
.wl-sec2 .sec2-box{padding:30px;}
.wl-sec2 .sec2-ul{position:relative;padding-left:40px;}
.wl-sec2 .sec2-ul:before{width:1px;height:100%;background:#dcdcdc;display:block;content:"";position:absolute;left:0;top:0;}
.wl-sec2 .sec2-ul li{position:relative;margin-bottom:30px;}
.wl-sec2 .sec2-ul li:before{width:15px;height:15px;background:#cccccc;border-radius:100%;display:block;content:"";position:absolute;left:-47px;top:0;}
.wl-sec2 .sec2-ul .li-t{display:flex;flex-wrap:wrap;align-items:center;font-family:pt;color:#999;}
.wl-sec2 .sec2-ul .li-t .b{font-weight:bold;font-size:20px;margin-right:10px;}
.wl-sec2 .sec2-ul .li-c{font-family:pt;font-size:16px;color:#999;margin-top:12px;}
.wl-sec2 .sec2-ul .li-t .date{font-size:16px;}
.wl-sec2 .sec2-ul li.on:before{background:#d39850;}
.wl-sec2 .sec2-ul li.on .li-t{color:#d39850;}

.gc-sec1{padding:125px 65px;text-align:center;}
.gc-sec1 .sec1-c{font-size:28px;font-family:Bob;margin-top:35px;}

.gc-sec2{margin:0 auto;}
.gc-sec2 .sec2-ul li{display:flex;justify-content:space-between;background:#faf8f5;align-items:center;}
.gc-sec2 .sec2-ul li .li-img{width:50%;}
.gc-sec2 .sec2-ul li img{display:block;width:100%;}
.gc-sec2 .sec2-ul li .li-txt{width:50%;}
.gc-sec2 .sec2-ul li .txt{margin-left:60px;}
.gc-sec2 .sec2-ul li .article{padding:6% 10%;}
.gc-sec2 .sec2-ul li .li-t{font-family:Bob;font-size:36px;}
.gc-sec2 .sec2-ul li .li-c{font-size:16px;color:#555;line-height:1.75;margin-top:25px;}
.gc-sec2 .sec2-ul li:nth-child(2n) .txt{margin-right:60px;margin-left:0;}

.gc-sec3{margin:125px auto;padding:0 60px;text-align:center;}
.gc-sec3 .sec3-tip{font-size:20px;margin:20px 0px;}
.gc-sec3 .sec3-ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px;}
.gc-sec3 .sec3-ul li{width:48.5%;}
.gc-sec3 .sec3-ul li img{display:block;width:100%;}

.gc-sec4{margin:125px auto;padding:0 60px;text-align:center;}
.gc-sec4 .sec4-article{line-height:1.4;max-width:850px;margin:0 auto;padding:40px 65px;font-size:50px;font-family:Bob;position:relative;}
.gc-sec4 .sec4-article:before{width:40px;height:40px;background:url("../images/icon5.png") no-repeat center;display:block;content:"";position:absolute;left:0;top:0;}
.gc-sec4 .sec4-article:after{width:40px;height:40px;background:url("../images/icon6.png") no-repeat center;display:block;content:"";position:absolute;right:0;bottom:0;}
.gc-sec4 .sec4-last{font-size:83px;font-family:qm;text-align:center;margin-top:80px;}

.contact-sec1{margin:90px auto;text-align:center;}
.contact-tit{font-size:36px;font-family:Bob;}
.contact-sec1 .sec1-add{color:#555;font-size:18px;line-height:1.6;max-width:330px;margin:30px auto 20px auto;}
.contact-sec1 .sec1-tel{font-size:18px;color:#555;display:flex;justify-content:center;max-width:330px;margin:20px auto;}
.contact-sec1 .sec1-tel span{margin:0 10px;}
.contact-sec1 .link{font-size:18px;text-decoration:underline;color:#d39850;}

.contact-sec2{width:1200px;margin:0 auto 135px auto;position:relative;min-height:690px;}
.contact-sec2 .sec2-img{width:450px;display:block;width:100%;position:absolute;left:0;top:0;z-index:2;}
.contact-sec2 .sec2-box{width:800px;position:relative;margin-left:auto;margin-right:0px;padding-top:150px;}
.contact-sec2 .form{background:#faf8f5;padding:80px 100px;}
.contact-sec2 .icon{z-index:4;position:absolute;left:390px;top:115px;width:242px;height:80px;display:block;content:"";background:url("../images/cc2.png") no-repeat center;}
.contact-sec2 .form-t{font-size:22px;color:#464646;}
.contact-sec2 .label{font-size:18px;color:#5d5d5d;margin-bottom:5px;}
.contact-sec2 .form-ul{margin-top:50px;}
.contact-sec2 .form-ul li{margin:30px 0px;}
.contact-sec2 .li-input{background:#fff;padding:0 15px;}
.contact-sec2 .li-input .input{width:100%;height:65px;font-size:16px;}
.contact-sec2 .li-input .text{width:100%;background:none;font-size:16px;padding:15px 0px;}
.contact-btn{width:240px;height:54px;background:#333;display:block;font-size:18px;color:#fff;text-align:center;line-height:54px;margin:50px 0px 20px 0;text-transform:uppercase;}


.product-sec1{padding:130px 60px;}
.product-sec1 .index-tit{margin:0 auto;max-width:900px;text-align:center;}
.product-sec1 .sec1-tip{text-align:center;font-size:16px;color:#555;line-height:1.75;max-width:745px;margin:35px auto;}
.product-sec1 .sec1-ul{margin-top:100px;}
.product-sec1 .sec1-ul li{display:flex;justify-content:space-between;align-items:center;margin:45px 0px;}
.product-sec1 .sec1-ul li .li-img{width:50%;}
.product-sec1 .sec1-ul li .li-img img{display:block;width:100%;}
.product-sec1 .sec1-ul li .li-txt{width:50%;}
.product-sec1 .sec1-ul li .txt{padding:6% 10%;}
.product-sec1 .sec1-ul li .li-t{font-size:36px;font-family:Bob;}
.product-sec1 .sec1-ul li .li-c{font-size:16px;color:#555;line-height:1.75;margin-top:35px;}

.product-pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.4);}
.product-pop .pop-tip{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:410px;border-radius:10px;background:#fff;}
.product-pop .tip-con{padding:55px 60px;position:relative;}
.product-pop .pop-close{width:20px;height:20px;position:absolute;right:20px;top:20px;background:url("../images/close1.png") no-repeat center;cursor:pointer;}
.product-pop .pop-tit{font-size:36px;text-align:center;font-family:Bob;}
.product-pop .pop-c{font-size:18px;line-height:1.66;color:#4c4c4c;margin:30px 0px;}
.product-pop .pop-btn{width:275px;height:45px;display:block;margin:20px auto;text-align:center;line-height:45px;background:#333;font-size:16px;color:#fff;text-transform:uppercase;}


.inner-nav{background:#333;height:66px;padding:0 60px;display:flex;justify-content:center;}
.inner-nav a{font-size:18px;color:#e5e5e5;margin:0 35px;line-height:66px;}
.inner-nav a:hover{color:#d39850;}
.inner-nav a.on{color:#d39850;}

.product-container{width:1200px;margin:50px auto;display:flex;justify-content:space-between;}
.product-side{width:200px;}
.product-side .side-li{margin-bottom:20px;}
.product-side .side-li .li-t{cursor:pointer;position:relative;font-size:16px;font-weight:bold;display:block;}
.product-side .side-li .li-t:before{width:8px;height:6px;display:block;content:"";position:absolute;left:-20px;top:50%;margin-top:-3px;background:url("../images/icon7.png") no-repeat center;}
.product-side .side-li .li-c a{display:block;font-size:15px;line-height:36px;color:#666;}
.product-side .side-li .li-c a:hover{color:#d39850;}
.product-side .side-li .li-c{margin-top:10px;display:none;}
.product-content{width:980px;}
.product-choice{background:#fafafa;height:36px;border:1px solid #ebebeb;display:flex;}
.product-choice .price-icon{width:11px;height:13px;background:url("../images/icon8.png") no-repeat center;margin-left:10px;}
.product-choice .choice-a{display:flex;height:36px;border-right:1px solid #ebebeb;padding:0 16px;font-size:16px;color:#808080;line-height:36px;align-items:center;}
.product-choice .choice-a.on{background:#fff;color:#d39850;}
.product-choice .choice-a.on .price-icon{background:url("../images/icon9.png") no-repeat center;}
.product-list .product-ul{display:flex;flex-wrap:wrap;margin:20px -20px;}
.product-list .product-ul li{width:calc(33.333% - 40px);margin:20px;}
.product-list .product-ul li a{display:block;position:relative;}
.product-list .product-ul li img{display:block;width:100%;}
.product-list .product-ul .li-txt{position:absolute;position:absolute;left:0;bottom:0;width:100%;background:rgba(255,255,255,0.9);padding:20px 0px;}
.product-list .product-ul .li-t{font-size:15px;font-weight:bold;line-height:1;
    overflow: hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 15px}
.product-list .product-ul .li-c{margin:0 15px;display:flex;align-items:center;justify-content:space-between;margin-top:20px;}
.product-list .product-ul .price{font-size:24px;color:#d39850;}
.product-list .product-ul .sales{color:#999;}

.main-pages{display:flex;justify-content:flex-end;align-items:center;}
.main-pages .page-a{font-size:18px;color:#808080;margin:0 15px;line-height:20px;padding:0 5px;}
.main-pages .page-p{width:20px;height:20px;background:url("../images/page1.png") no-repeat center;}
.main-pages .page-n{width:20px;height:20px;background:url("../images/page2.png") no-repeat center;}
.main-pages .page-a.on{color:#d39850;border-bottom:1px solid #d39850;}

.product-detail{width:1200px;margin:50px auto;display:flex;justify-content:space-between;}
.product-detail .detail-fl{width:485px;}
.product-detail .detail-fl img{display:block;width:100%;}
.product-detail .detail-fr{width:670px;}
.product-detail .detail-fr .fr-tit{font-size:36px;font-family:Bob;margin:15px 0px 30px 0;}
.product-detail .fr-style{display:flex;align-items:center;justify-content:space-between;margin:25px 0px;}
.product-detail .fr-style .style{font-size:16px;}
.product-detail .label{font-size:16px;color:#666;}
.product-detail .tip{font-size:14px;color:#999;}
.product-detail .fr-switch{display:flex;align-items:center;margin:25px 0px;}
.product-detail .switch-li{margin-right:50px;display:flex;align-items:center;}
.product-detail .switch-li .select{position:relative;width:150px;margin-left:10px;}
.product-detail .switch-li .select select{appearance: none;
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 6px;
    background: none;
    -ms-appearance: none;
    border-bottom:1px solid #dadce0;
    height:40px;
}
.product-detail .switch-li .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.product-detail .switch-li .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon10.png) no-repeat center center;
    z-index: 1;
}

.product-detail .fr-color{margin:30px 0;}
.product-detail .fr-color .color-t{font-size:16px;}
.product-detail .fr-color .color-ul{display:flex;flex-wrap:wrap;margin:10px -5px 0 -5px;}
.product-detail .fr-color .color-ul li{width:60px;height:60px;margin:5px;position:relative;cursor:pointer;}
.product-detail .fr-color .color-ul li.on:after{display:block;width:calc(100% + 2px);height:calc(100% + 1px);
    content:"";position:absolute;left:-1px;top:-1px;border:1px solid #d39850;}

.product-detail .fr-sales{margin:30px 0;display:flex;flex-wrap:wrap;align-items:center;}
.product-detail .fr-sales .sales-li{display:flex;align-items:center;margin-right:105px;margin-bottom:15px;}
.product-detail .fr-sales .select{width:100px;margin-left:10px;position:relative}
.product-detail .fr-sales .label{min-width:50px;text-align:right;}
.product-detail .fr-sales .select select{ -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 6px;
    background: none;
    -ms-appearance: none;
    border-bottom:1px solid #dadce0;
    height:40px;}
.product-detail .fr-sales .sales-li .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.product-detail .fr-sales .sales-li .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon10.png) no-repeat center center;
    z-index: 1;
}
.product-detail .fr-sales .sales-li:nth-child(3){margin-right:0px;}
.product-detail .fr-sales .sales-other{display:flex;margin-left:10px;}
.product-detail .fr-sales .sales-other .li{min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;background:#eee;border-radius:4px;margin-right:10px;}
.product-detail .fr-sales .sales-other .close{width:8px;height:8px;background:url("../images/close2.png") no-repeat center;position:absolute;right:5px;top:5px;}
.product-detail .fr-note{margin:30px 0px;display:flex;}
.product-detail .note-text{margin-left:10px;flex: 1;border:1px solid #dadce0;padding:10px;font-size:16px;}
.product-detail .note-text .text{width:100%;font-size:16px;}
.product-detail .fr-cus{margin:30px 0px;}
.product-detail .fr-cus .cus-tit{display:flex;align-items:center;font-size:18px;}
.product-detail .fr-cus .cus-tit span{padding-right:20px;background:url("../images/icon13.png") no-repeat right center;}
.product-detail .fr-cus .cus-hd{margin:20px 0px;display:flex;align-items:center;justify-content:space-between;}
.product-detail .fr-cus .cus-add{display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;width:80px;height:40px;background:#d39850;border-radius:4px;}
.product-detail .fr-cus .cus-add .icon{display:block;margin-right:5px;}
.product-detail .fr-cus .cus-search{width:320px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;}
.product-detail .fr-cus .cus-search .input{flex:1;margin:0 10px;height:40px;font-size:16px;}
.product-detail .fr-cus .cus-search .search-btn{width:40px;height:40px;background:url("../images/icon14.png") no-repeat center;cursor:pointer;}
.product-detail .fr-cus .cus-bd{position:relative;background:#f7f7f7;border-radius:4px;padding:28px;}
.product-detail .fr-cus .cus-bd .bd-flex{display:flex;flex-wrap:wrap;justify-content:space-between;}
.product-detail .fr-cus .cus-bd .bd-flex .li{font-size:16px;}
.product-detail .fr-cus .cus-bd .bd-flex .li span{color:#666;}
.product-detail .fr-cus .cus-bd .bd-c{font-size:16px;line-height:1.875;margin-top:15px;}
.color-666{color:#666;}
.product-detail .fr-cus .cus-bd:before{width:18px;height:7px;background:url("../images/icon16.jpg") no-repeat center;display:block;content:"";position:absolute;top:-7px;left:20px;}
.product-detail .detail-tab{margin:50px 0 20px 0px;display:flex;}
.product-detail .detail-tab .li{cursor:pointer;width:160px;height:45px;background:#aaaaaa;cursor:pointer;line-height:45px;text-align:center;font-size:18px;color:#fff;margin-right:10px;}
.product-detail .detail-tab .li.active{background:#d39850;}
.product-inner{margin:20px 0px;display:none;}
.product-inner .size{margin:20px 0px;}
.product-inner.active{display:block;}

.product-inner .size-t{font-size:24px;color:#d39850;}
.product-inner .size-c{display:flex;flex-wrap:wrap;margin:20px 0px;}
.product-inner .size-a{position:relative;cursor:pointer;display:flex;width:30px;height:30px;align-items:center;justify-content:center;background:#eee;margin-right:10px;font-size:16px;color:#555;}
.product-inner .size-a.on{background:#d39850;color:#fff;}
.product-inner .size-tip{background:#f7f7f7;border-radius:4px;position:relative;padding:20px;display:none;flex-wrap:wrap;font-size:16px;color:#555;line-height:1.875;}
.product-inner .size-tip .tip-li{min-width:33.33%;}
.product-inner .size-tip.on{display:flex;}
.product-inner .size-a.on:after{width:18px;height:7px;display:block;content:"";position:absolute;left:50%;bottom:-20px;
    background:url("../images/icon16.jpg") no-repeat center;margin-left:-9px;}
.dz-one{width:250px;position:relative;}
.dz-one  select{ -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 6px;
    background: none;
    -ms-appearance: none;
    border-bottom:1px solid #dadce0;
    height:40px;}
.dz-one .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.dz-one .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon17.png) no-repeat center center;
    z-index: 1;
}
.dz-two{margin:20px -15px;display:flex;flex-wrap:wrap;}
.dz-two .li{width:33.3333%;}
.dz-two .li .li-con{margin:15px;}
.dz-two .li .li-t{font-size:16px;margin-bottom:10px;}
.dz-two .li .li-c{border:1px solid #dadce0;padding:0 15px;}
.dz-two .li .li-c .input{height:48px;width:100%;font-size:16px;color:#808080;}
.product-detail .fr-address{margin:30px 0px;}
.product-detail .fr-address .address-select{position:relative;margin-top:10px;}
.product-detail .fr-address .address-select select{ -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 15px;
    background: none;
    -ms-appearance: none;
    border:1px solid #dadce0;
    height:48px;}
.product-detail .fr-address .address-select .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.product-detail .fr-address .address-select .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon17.png) no-repeat center center;
    z-index: 1;
}
.product-detail .fr-bot{display:flex;justify-content:space-between;margin:50px 0px;}
.product-detail .detail-btn{border:1px solid #333;width:310px;height:54px;background:#333;display:block;text-align:center;line-height:54px;font-size:18px;color:#fff;text-transform:uppercase}
.product-detail .detail-btn-w{color:#333;width:310px;height:54px;background:#fff;display:block;text-align:center;line-height:54px;font-size:18px;border:1px solid #333;text-transform:uppercase}

.his-container{background:#fafafa;padding:45px 0px;}
.his-sec1{width:1200px;margin:0 auto;}
.his-tit{font-size:24px;}
.his-sec1 .sec1-box{background:#fff;margin:15px 0;padding:20px;}
.his-sec1 .sec1-hd{margin:0px 0px;display:flex;align-items:center;justify-content:space-between;}
.his-sec1 .sec1-hd .cus-add{display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;width:80px;height:40px;background:#d39850;border-radius:4px;}
.his-sec1 .sec1-hd .cus-add .icon{display:block;margin-right:5px;}
.his-sec1 .sec1-hd .cus-search{width:320px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;}
.his-sec1 .sec1-hd .cus-search .input{flex:1;margin:0 10px;height:40px;font-size:16px;}
.his-sec1 .sec1-hd .cus-search .search-btn{width:40px;height:40px;background:url("../images/icon14.png") no-repeat center;cursor:pointer;}
.his-table{margin-top:20px;}
.his-table table{width:100%;border-collapse:collapse;}
.his-table table tr th{font-weight:normal;background:#f6f6f7;padding:15px 15px;font-size:15px;color:#999;text-align:left;}
.his-table table tr td{padding:15px;font-size:14px;color:#4c4c4c;}
.his-table .his-ad{text-decoration:underline;color:#4c4c4c;display:inline-block;margin-right:20px;}

.his-sec2{margin:30px auto;width:1200px;}
.his-sec2 .li1{width:290px;}
.his-sec2 .li2{width:230px;}
.his-sec2 .li3{width:200px;}
.his-sec2 .li4{width:120px;}
.his-sec2 .sec2-hd{display:flex;padding:20px 40px;font-size:16px;font-weight:bold;text-align:center;}
.his-sec2 .sec2-mid{background:#fff;border-bottom:1px solid #ededed;padding:20px 40px;display:flex;}
.his-sec2 .sec2-mid .date{margin-right:50px;}
.his-sec2 .sec2-bd{background:#fff;padding:0 40px;}
.his-sec2 .sec2-ul{display:flex;padding:30px 0px;border-bottom:1px solid #ededed;text-align:center;}
.his-sec2 .sec2-bd:nth-last-child(1) .sec2-ul{border:none;}
.his-sec2 .sec2-dl{text-align:left;display:flex;}
.his-sec2 .sec2-dl .dt{width:50px;min-width:50px;margin-right:20px;}
.his-sec2 .sec2-dl .dt img{display:block;width:100%;}
.his-sec2 .sec2-dl .dd{flex:1;width:calc(100% - 70px);}
.his-sec2 .sec2-dl .dd-t{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.his-sec2 .sec2-dl .dd-c{font-size:16px;line-height:24px;color:#4c4c4c;margin-top:6px;}
.his-sec2 .his-select{position:relative;display:inline-block;margin:30px auto;}
.his-sec2 .his-select select{ -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 10px;
    background: none;
    -ms-appearance: none;
    border:1px solid #ededed;
    height:28px;}
.his-sec2 .his-select .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.his-sec2 .his-select .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon10.png) no-repeat center center;
    z-index: 2;
}
.his-sec2 .cc{margin:30px 0px;font-size:16px;}
.his-sec2 .sec2-ad{font-size:16px;text-decoration:underline;margin:30px 0px;display:inline-block;}
.his-icon{cursor:pointer;}
.his-icon {margin:15px auto;width:45px;height:45px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;background:#eee;border-radius:4px;margin-right:10px;}
.his-icon .close{width:8px;height:8px;background:url("../images/close2.png") no-repeat center;position:absolute;right:5px;top:5px;}
.his-icon img{display:block;max-width:60%;}
.his-num{display:flex;border:1px solid #ededed;width:105px;margin:30px auto;justify-content:space-between;}
.his-num .num-btn{cursor:pointer;color:#999;width:24px;text-align:center;}
.his-num .input{width:50px;text-align:center;height:28px;border-left:1px solid #ededed;border-right:1px solid #ededed;}

.his-sec3{margin:20px auto;width:1200px}
.his-sec3 .sec3-box{background:#fff;padding:20px;}
.his-sec3 .sec3-flex{display:flex;justify-content:space-between;}
.his-sec3 .sec3-note{width:580px;}
.his-sec3 .sec3-note .text-w{border:1px solid #f7f7f7;padding:15px;}
.his-sec3 .sec3-note .text-w .text{font-size:14px;width:100%;}
.his-sec3 .sec3-note .text-w .text::placeholder{color:#aaa;}
.his-sec3 .sec3-all .all-li{display:flex;align-items:center;text-align:right;margin-bottom:20px;}
.his-sec3 .sec3-all .all-li .label{font-size:18px;color:#666;width:160px;}
.his-sec3 .sec3-all .all-li .n{font-size:18px;color:#d39850;width:110px;}
.his-sec3 .sec3-last{border-top:1px solid #f5f5f5;padding-top:40px;margin-top:40px;display:flex;justify-content:flex-end;padding-bottom:40px;}
.his-btn{display:block;width:130px;height:52px;text-align:center;line-height:52px;margin-left:10px;background:#d39850;
    font-size:16px;color:#fff;text-transform:uppercase;}
.his-btn-g{display:block;width:130px;height:52px;text-align:center;line-height:52px;margin-left:10px;background:#dedede;
    font-size:16px;color:#808080;text-transform:uppercase;}


.cart-container{background:#f6f6f7;padding:50px;}
.cart-sec1{width:1200px;margin:0 auto;display:flex;justify-content:space-between;}
.cart-sec1 .cart-c{font-size:18px;margin-top:10px;}
.cart-sec1 .cart-t{font-size:36px;}
.cart-log{background:url("../images/cart1.png") no-repeat 0px center;padding-left:40px;font-size:18px;display:block;cursor:pointer;line-height:40px;}
.cart-sec2{width:1200px;margin:45px auto;}
.cart-sec2 .sec2-box{background:#fff;margin-top:20px;}
.cart-sec2 .sec2-hd{border-bottom:1px solid #ededed;padding-left:90px;position:relative;}
.cart-sec2 .sec2-bd{padding-left:90px;position:relative;}
.cart-sec2 .li4{width:100px;}
.cart-sec2  .check{position:absolute;left:40px;top:15px;}
.cart-sec2 .sec2-bd .check{top:50px;}
.cart-sec2  .check .check-c{position:relative;}
.cart-sec2  .check input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;}
.cart-sec2  .check span{font-weight:normal;line-height:20px;display:block;font-size:14px;height:20px;padding-left:30px;background:url("../images/check3.png") no-repeat 0px center;}
.cart-sec2  .check input:checked+span{background:url("../images/check4.png") no-repeat 0px center;}
.cart-sec2 .sec2-bot{display:flex;justify-content:flex-end;padding:50px 40px;}
.cart-btn{width:110px;height:46px;background:#d39850;line-height:46px;text-align:center;color:#fff;text-transform:uppercase;font-size:16px;display:block;}

.cart-null{margin:100px auto;}
.cart-null img{display:block;margin:0 auto;max-width:80%;}
.cart-null .null-tip{font-size:16px;text-align:center;color:#bbb;}

.main-header.cart-header{background:#fff;}
.main-header.cart-header .header{max-width:1200px;margin:0 auto;}
.his-sec2.mar0{margin-bottom:0;}
.his-sec3.mar0{margin-top:0;border-top:1px solid #f7f7f7;}

.qr-sec1{margin:0 auto;width:1200px;}
.qr-sec1 .qr-tit{display:flex;justify-content:space-between;align-items:center;}
.qr-sec1 .qr-tit .t{font-size:24px;}
.qr-sec1 .qr-tit .more{font-size:14px;color:#aaa;padding-right:20px;background:url("../images/icon18.png") no-repeat right center;}
.qr-sec1 .sec1-box{margin:15px 0px;background:#fff;padding:20px;}
.address-ul{display:flex;flex-wrap:wrap;margin:0 -5px;}
.address-ul li{width:calc(33.333% - 10px);margin:5px;background:#f7f7f7 url("../images/bg1.png") no-repeat center 0px;background-size:100% auto;}
.address-ul li .li-con{padding:20px;}
.address-ul li .li-t{display:flex;align-items:center;justify-content:space-between;}
.address-ul li .t{font-size:20px;font-weight:bold;}
.address-ul li .delete{cursor:pointer;width:20px;height:20px;background:url("../images/delete.jpg") no-repeat center;}
.address-ul li .li-c{font-size:15px;line-height:2;color:#555;margin:15px 0px;}
.address-ul li .li-b{display:flex;align-items:center;justify-content:space-between;}
.address-ul li .set{width:120px;height:32px;text-align:center;line-height:32px;background:#fff;font-size:15px;color:#808080;}
.address-ul li .edit{font-size:15px;color:#00a7e1;}
.address-ul li .set.on{background:#e5f6fc;color:#00a7e1;}
.qr-sec1 .qr-last{display:flex;margin:20px 0;display:flex;align-items:center;justify-content:space-between;}
.qr-sec1 .qr-all{display:block;font-size:14px;color:#666;background:url("../images/icon18.png") no-repeat right center;padding-right:20px;}
.qr-sec1 .qr-add{display:block;font-size:14px;color:#666;background:url("../images/add1.png") no-repeat 0 center;padding-left:24px;}

.qr-sec2{width:1200px;margin:30px auto;}
.qr-radio{display:flex;align-items:center;font-size:18px;color:#666;}
.qr-radio label{margin-left:20px;font-size:14px;color:#333;}
.qr-radio label input{margin-right:5px;}

.his-sec2.mar0 .li3{width:250px;}
.his-sec2.mar0 .li2{width:300px;}

.qr-null{margin:20px  auto;width:1200px;}
.qr-null .null-tit{display:flex;align-items:center;justify-content:space-between;line-height:30px;}
.qr-null .null-tit .more{font-size:14px;color:#aaa;padding-right:20px;background:url("../images/icon18.png") no-repeat right center;}
.qr-null .null-tit .tit{background:url("../images/address1.png") no-repeat 0px center;padding-left:40px;font-size:24px;}
.qr-null .null-add img{display:block;margin-right:10px;}
.qr-null .null-add{margin:15px auto;display:block;height:52px;background:#fff;display:flex;align-items:center;justify-content:center;color:#666;text-transform:uppercase;}


.center-container{padding:50px 0px;background:#f6f6f7;}
.center-content{width:1200px;margin:40px auto;display:flex;justify-content:space-between;}
.center-side{width:220px;background:#fff;border-radius:4px;}
.center-side .side-tit{height:64px;padding:0 20px;font-size:22px;font-weight:bold;background:#ededef;line-height:64px;}
.center-side .side-li{margin:0 20px;border-bottom:1px solid #f0f0f0;}
.center-side .side-li a{display:flex;height:80px;display:flex;align-items:center;font-size:18px;color:#808080;}
.center-side .side-li a .icon{width:24px;height:24px;display:block;margin-right:6px;}
.center-side .side-li:hover a{color:#d39850;}
.center-side .side-li.on a{color:#d39850;font-size:18px;font-weight:bold;}
.center-side .side-li:nth-last-child(1){border:none;}
.center-box{width:970px;background:#fff;border-radius:4px;}
.center-tit{display:flex;align-items:center;font-size:18px;height:64px;padding:0 20px;border-bottom:1px solid #f0f0f0;}
.center-tit .icon{display:block;margin-right:6px;}
.center-address{margin:20px;}
.address-tip{display:flex;align-items:center;}
.address-tip .tip-t{font-size:18px;margin-right:10px;}
.address-tip .tip-c{color:#555;font-size:14px;}
.center-address .address-ul li{width:calc(50% - 10px)}
.center-address .address-btn{display:block;width:240px;height:45px;background:#333;line-height:45px;text-align:center;font-size:18px;color:#fff;text-transform:uppercase;margin:20px 0px;cursor:pointer}
.center-address .address-bot{margin:30px 0px;border-top:1px solid #f0f0f0;padding:35px 0px;}
.center-address .address-bot .bot-t{font-size:18px;}
.center-address .address-bot .bot-c{font-size:16px;color:#555;margin-top:10px;}

.address-pop{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:9999;display:none;}
.address-tan{width:740px;position:fixed;left:50%;top:50%;background:#fff;border-radius:15px;max-height:100%;transform:translate(-50%,-50%);}
.address-tan .tan-tit{display:flex;align-items:center;justify-content:space-between;padding:30px 24px 0 24px;margin-bottom:30px;}
.address-tan .tan-tit .tit{display:flex;align-items:center;}
.address-tan .tan-tit .tit .t{font-size:36px;font-family:Bob;margin-right:10px;}
.address-tan .tan-tit .tit .C{font-size:16px;color:#555;}
.address-close{width:24px;height:24px;background:url("../images/close1.png") no-repeat center;cursor:pointer;}
.address-tan .tan-ul{margin:30px 24px;display:flex;flex-wrap:wrap;height:calc(100vh - 300px);overflow-y:auto;position:relative;}
.address-tan .tan-li{margin:15px 8px;}
.address-tan .label{font-size:16px;margin-bottom:15px;}
.rate-516{width:calc(50% - 16px);margin:0 8px;}
.rate-316{width:calc(33.333% - 16px);margin:0 8px;}
.rate-100{width:calc(100% - 16px);margin:0 8px;}
.address-tan .li-input{border:1px solid #dadce0;padding:0 15px;}
.address-tan .li-input .input{width:100%;height:48px;font-size:16px;}
.address-tan .li-select{position:relative;}
.address-tan .li-select select{
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 15px;
    background: none;
    -ms-appearance: none;
    border:1px solid #dadce0;
    height:48px;}
.address-tan .li-select .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.address-tan .li-select .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon17.png) no-repeat center center;
    z-index: 1;
}
.address-tan .tan-brand-w{padding-top:35px;display:flex;}
.address-tan .tan-brand{position:relative;cursor:pointer;}
.address-tan .tan-brand img{display:block;width:48px;height:48px;margin-right:5px;border-radius:2px;}
.address-tan .tan-brand .brand-close{position:absolute;right:1px;top:-3px;width:10px;height:10px;background:url("../images/close2.png") no-repeat center;}
.address-tan .tan-check{font-size:16px;color:#555;margin:20px 24px;}
.address-tan .tan-check .check{position:relative;}
.address-tan .tan-check .check input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;}
.address-tan .tan-check .check input+span{background:url("../images/check1.jpg") no-repeat 0 center;display:block;height:20px;padding-left:20px;}
.address-tan .tan-check .check input:checked+span{background:url("../images/check2.jpg") no-repeat 0 center;}
.address-tan .tan-bot{margin:40px 24px 20px 24px;}
.address-tan-btn{width:100%;background:#333;height:54px;line-height:54px;text-align:center;font-size:18px;text-transform:uppercase;cursor:pointer;color:#fff;}

.address-tan .tan-ul::-webkit-scrollbar {
    width: 6px;
}
.address-tan .tan-ul::-webkit-scrollbar-track {
    background-color:#f7f7f7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.address-tan .tan-ul::-webkit-scrollbar-thumb {
    background-color:#ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.order-null{padding:100px 0px;text-align:center;font-size:16px;color:#666;}
.order-null img{display:block;max-width:70%;margin:0 auto;}
.order-null .null-btn{background:#333;display:block;width:290px;height:54px;margin:30px auto;line-height:54px;text-align:center;font-size:18px;color:#fff;text-transform:uppercase;}
.center-order{padding:20px 24px;}
.order-head{margin:20px 0px;}
.order-head .head-hd{display:flex;align-items:center;}
.order-search{width:300px;padding:0 15px;border:1px solid #eee;border-radius:5px;display:flex;align-items:center;margin-right:30px;}
.order-search .input{height:40px;flex:1;font-size:16px;}
.order-search .input::placeholder{color:#999;}
.order-search .search-btn{width:20px;height:20px;background:url("../images/icon14.png") no-repeat center;cursor:pointer;}
.order-open{font-size:16px;background:url("../images/icon10.png") no-repeat right center;padding-right:20px;cursor:pointer;}
.order-open .sq{display:none;}
.order-open.active{background:url("../images/icon32.png") no-repeat right center}
.order-open.active .zk{display:none;}
.order-open.active .sq{display:block;}
.order-choice{margin:20px -15px;display:none;}
.order-choice .choice-ul{display:flex;flex-wrap:wrap;}
.order-choice .li{margin:10px 15px;min-width:265px;display:flex;align-items:center;}
.order-choice .label{font-size:16px;width:90px;}
.order-choice .label.w70{width:60px;}
.order-choice .li-input{width:160px;border:1px solid #eee;border-radius:5px;position:relative;}
.order-choice .li-input.w110{width:110px;}
.order-choice .li-select{width:160px;border:1px solid #eee;border-radius:5px;position:relative;}
.order-choice .input{width:calc(100% - 30px);height:40px;font-size:16px;padding:0 15px;}
.order-choice .line{width:12px;height:1px;background:url("../images/center9.jpg") no-repeat center;margin:0 10px;}
.order-choice .li-input select{
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 0px 35px 0px 15px;
    background: none;
    -ms-appearance: none;
    border:none;
    height:40px;}
.order-choice .li-input .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
}
.order-choice .li-input .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon31.jpg) no-repeat center center;
    z-index: 1;
}

.order-inner{margin:20px 0px;}
.order-inner .table-head{display:flex;background:#f6f6f7;align-items:center;padding:15px 0px;font-size:16px;font-weight:bold;text-align:center;}
.order-inner .li1{width:230px;padding:0 15px;}
.order-inner .li2{width:110px;padding:0 15px;}
.order-inner .li3{width:80px;padding:0 15px;}
.order-inner .li4{width:80px;padding:0 15px;}
.order-inner .li5{width:135px;padding:0 15px;}
.order-inner .li6{width:60px;padding:0 15px;}
.order-inner .li7{width:105px;padding:0 15px;}
.order-inner .table-all{display:flex;align-items:center;justify-content:space-between;margin:20px 0px;padding:0 15px;}
.order-inner .table-all .all-fl{display:flex;align-items:center;}
.order-inner .table-all .all-fr{display:flex;}
.order-inner .table-all .all-btn{height:28px;border-radius:14px;font-size:14px;color:#4c4c4c;padding:0 15px;background:#f6f6f7;line-height:28px;margin-left:10px;}
.order-inner .table-all .all-btn.gray{color:#999;}
.order-inner .check{position:relative;}
.order-inner .check input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.order-inner .check span{display:block;padding-left:25px;font-size:14px;background:url("../images/check3.png") no-repeat 0px center;height:20px;line-height:20px;}
.order-inner .check input:checked +span{background:url("../images/check4.png") no-repeat 0px center;}
.order-inner .delete{margin-left:20px;}
.order-inner .sc{margin-left:20px;}
.order-inner .order-ul{display:flex;align-items:center;margin:15px 0px;font-size:16px;}
.order-inner .table-hd{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:#fffaf5;}
.order-inner .table-hd .hd-fl{display:flex;align-items:center;}
.order-inner .table-hd .date{margin:0 50px 0 0px;}
.order-inner .table-hd  .status{color:#d39850;}
.order-inner .sec2-dl{text-align:left;display:flex;}
.order-inner .sec2-dl .dt{width:50px;min-width:50px;margin-right:20px;}
.order-inner .sec2-dl .dt img{display:block;width:100%;}
.order-inner .sec2-dl .dd{flex:1;width:calc(100% - 70px);}
.order-inner .sec2-dl .dd-t{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.order-inner .sec2-dl .dd-c{font-size:16px;line-height:24px;color:#4c4c4c;margin-top:6px;}
.order-ad{text-decoration:underline;}
.order-last{text-align:left;}
.order-last .order-a{font-size:14px;line-height:24px;display:block;}
.order-last .order-a.on{color:#d39850}
.order-last .order-a:hover{color:#d39850;text-decoration:underline;}


.center-bottom{margin:50px auto 0 auto;width:1200px;}
.center-bottom .index-tit{font-size:36px;text-align:center;}
.center-bottom .bottom-ul{display:flex;flex-wrap:wrap;margin:20px -20px 0 -20px;}
.center-bottom .bottom-ul li{width:calc(33.333% - 40px);margin:20px;}
.center-bottom .bottom-ul li a{display:block;}
.center-bottom .bottom-ul li img{display:block;width:100%;}

.order-pop{background:rgba(0,0,0,0.4);position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;}
.order-tan{width:740px;border-radius:15px;position:fixed;left:50%;top:50%;background:#fff;transform:translate(-50%,-50%);}
.order-close{position:absolute;right:20px;top:20px;width:24px;height:24px;background:url("../images/close1.png") no-repeat center;cursor:pointer;}
.order-tan .tan{padding:40px 24px;}
.order-tab{display:flex;}
.order-tab .li{cursor:pointer;font-size:18px;color:#808080;margin-right:10px;border:1px solid #d39850;padding:0 15px;height:42px;line-height:42px;}
.order-tab .li.active{background:#d39850;color:#fff;font-weight:bold;}
.order-tab .li.new{background:#d39850;color:#fff;font-weight:bold;}

#title ul{display:flex;}
#title ul li{cursor:pointer;font-size:18px;color:#808080;margin-right:10px;border:1px solid #d39850;padding:0 15px;height:42px;line-height:42px;}
#title ul li.new{background:#d39850;color:#fff;font-weight:bold;}
/*.order-tab-content{display:none;}*/
/*.order-tab-content.active{display:block;}*/
.order-tab-tab{margin:20px 0;display:flex;}
.order-tab-tab .tab-li{font-size:16px;color:#808080;margin-right:20px;cursor:pointer;padding:10px 0;border-bottom:1px solid #fff;}
.order-tab-tab .tab-li.active{color:#333;border-bottom:2px solid #d39850}
.order-tab-tab .tab-li.new{color:#333;border-bottom:2px solid #d39850}
/*.order-tab-inner{display:none;}*/
/*.order-tab-inner.active{display:block;}*/
.order-tab-ul{display:flex;flex-wrap:wrap;margin:10px -10px;}
.order-tab-ul li{width:calc(33.333% - 20px);margin:15px 10px;}
.order-tab-ul li .label{font-size:16px;margin-bottom:10px;}
.order-tab-ul li .li-input{border:1px solid #dadce0;height:48px;padding:0 18px;font-size:16px;color:#808080;line-height:48px;}
.order-tab-ul li .li-input .input{width:100%;height:48px;font-size:16px;color:#808080;}



.customer{margin:20px 24px;}
.customer-head{display:flex;align-items:center;justify-content:space-between;margin:20px 0px;}
.customer-head .head-fr{display:flex;align-items:center;}
.customer-add{border-radius:5px;height:36px;background:#d39850;margin-left:20px;display:flex;align-items:center;justify-content:center;padding:0 15px;font-size:16px;color:#fff;}
.customer-add .icon{display:block;margin-right:6px;display:block;}
.customer-delete{border-radius:5px;height:36px;padding:0 15px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;margin-left:20px;font-size:16px;color:#808080;}
.customer-delete .icon{display:block;margin-right:6px;display:block;}

.customer-table{margin:20px 0px;}
.customer-table .check{position:relative;}
.customer-table .check input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.customer-table .check span{display:block;width:20px;height:20px;background:url("../images/check3.png") no-repeat center;}
.customer-table .check input:checked+span{background:url("../images/check4.png") no-repeat center;}
.customer-table table{width:100%;border-collapse:collapse;}
.customer-table table th{background:#f6f6f7;padding:15px;font-size:15px;text-align:left;font-size:15px;color:#999;font-weight:normal;}
.customer-table table td{padding:15px 15px;font-size:14px;color:#4c4c4c;min-width:50px;}
.customer-table .cus-ad{text-decoration:underline;margin-right:10px;}
.customer-table .cus-ad:hover{color:#d39850;}
.customer-table  .td-flex{display:flex;align-items:center;white-space:nowrap;}
.customer-table .cus-edit{margin-right:5px;}

.center-pages{display:flex;align-items:center;justify-content:center;padding:30px 0px;}
.center-pages .page-a{border-radius:100%;margin:0 5px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f6f6f7;font-size:16px;color:#4c4c4c;}
.center-pages .page-a.on{background:#d39850;color:#fff;}
.center-pages .page-p{margin:0 10px;border-radius:18px;background:#f6f6f7;height:36px;display:flex;align-items:center;padding:0 15px;background:#f6f6f7;font-size:16px;color:#4c4c4c;}
.center-pages .page-pg{margin:0 10px;border-radius:18px;background:#f6f6f7;height:36px;display:flex;align-items:center;padding:0 15px;background:#f6f6f7;font-size:16px;color:#999;}


.order-detail{position:relative;width:1200px;margin:40px auto 20px auto;background:#fff;border-top:2px solid #d39850;padding:30px 0px;display:flex;}
.order-detail .detail-fl{width:320px;text-align:center;text-align:center}
.order-detail .t{font-size:16px;color:#808080;}
.order-detail .detail-fl .done{font-size:30px;font-weight:bold;color:#d39850;margin-top:30px;}
.order-detail .detail-fr{width:810px;margin-left:40px;}
.order-detail:before{width:1px;height:calc(100% - 30px);display:block;content:"";position:absolute;left:330px;background:#f6f6f7;top:15px;}
.progress-ul{display:flex;justify-content:space-between;margin-top:20px;}
.progress-ul .li{text-align:center;position:relative;}
.progress-ul .li img{display:block;margin:0 auto;}
.progress-ul .li .c{font-size:14px;line-height:18px;margin-top:6px;}
.progress-ul .li:after{width:89px;height:8px;display:block;content:"";position:absolute;right:-80px;top:20px;background:url("../images/icon26.png") no-repeat center;}
.progress-ul .li:nth-last-child(1):after{display:none;}

.order-express{margin:20px auto;width:1200px;}
.order-express .express{padding:30px;background:#fff;display:flex;justify-content:space-between;position:relative;}
.order-express .express-dl{display:flex;width:310px;}
.order-express .express-dl .dt{width:50px;margin-right:15px}
.order-express .express-dl .dt img{display:block;width:100%;}
.order-express .express-dl .dd{font-size:14px;line-height:24px;color:#4c4c4c;}
.order-express .express-fr{width:800px;padding:20px;}
.order-express .express-y{height:230px;overflow-y:auto;padding-left:20px;}
.order-express .express-ul{position:relative;padding-left:40px;}
.order-express .express-ul:before{width:1px;height:100%;background:#dcdcdc;display:block;content:"";position:absolute;left:0;top:0;}
.order-express .express-ul li{position:relative;margin-bottom:30px;}
.order-express .express-ul li:before{width:15px;height:15px;background:#cccccc;border-radius:100%;display:block;content:"";position:absolute;left:-47px;top:0;}
.order-express .express-ul .li-t{display:flex;flex-wrap:wrap;align-items:center;font-family:pt;color:#999;}
.order-express .express-ul .li-t .b{font-weight:bold;font-size:20px;margin-right:10px;}
.order-express .express-ul .li-c{font-family:pt;font-size:14px;color:#999;margin-top:12px;}
.order-express .express-ul .li-t .date{font-size:16px;color:#999;}
.order-express .express-ul li.on:before{background:#d39850;}
.order-express .express-ul li.on .li-t{color:#d39850;}
.order-express .express:before{width:1px;height:calc(100% - 30px);display:block;content:"";position:absolute;left:330px;background:#f6f6f7;top:15px;}
.order-express .express-y::-webkit-scrollbar {
    width: 6px;
}
.order-express .express-y::-webkit-scrollbar-track {
    background-color:#f6f6f7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.order-express .express-y::-webkit-scrollbar-thumb {
    background-color:#ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.center-final{background:#fff;width:1200px;margin:20px auto;}
.center-final .center-order{padding:0;}
.center-final .order-inner .li1{text-align:center;}
.center-final .order-inner .table-head{background:#fafafa;}
.center-final .order-inner .li7{width:150px;}
.center-final .order-inner .li6{width:120px;}
.center-final .order-inner .li5{width:120px;}
.center-final .order-inner .li4{width:120px;}
.center-final .order-inner .order-ul{padding:15px 0;margin:0;}
.order-inner .table-head{text-align:left;}
.center-final .final-bot{color:#666;border-top:1px solid #f5f5f5;padding:20px 30px 30px 30px;display:flex;justify-content:flex-end;font-size:18px;}
.center-final .final-bot .num{color:#d39850;margin-left:20px;}

.center-footer{padding:55px 0px;background:#f6f6f7;text-align:center;}
.center-footer .foot-copy{font-size:14px;color:#555;}

.header-nav .nav li a{transition:all 360ms;}
.header-nav .nav li:hover a{color:#d39850}
.header-nav .nav li.on a{color:#d39850}
.index-sec5{overflow:hidden;}
body{min-width:1220px;margin:0 auto;}

.index-sec4{padding-right:0px;}
.index-sec4 .sec4-box{justify-content:space-between;}
.index-sec4 .index-fr{width:60%;}
.index-sec4 .sec4-more{transition:all 360ms;width:54px;height:30px;background:url("../images/icon4.png") no-repeat center;margin:65px auto 10px auto;position:relative;z-index:11;display:block;}
.index-sec4 .sec4-more:hover{background:url("../images/icon040.png") no-repeat center;}
.header-search{cursor:pointer;}
.index-sec4 .sec4-bg{height:45%;}


.sear_con {
    position: absolute;
    right:60px;
    top: 100px;
    padding: 0px 20px 0px 20px;
    background: #fff;
    z-index: 10;
    display:none;
    width:50%;
    box-shadow:0 0 5px rgba(0,0,0,0.1);

    height:50px;border-radius:25px;}
.sear_con .sea-flex{ display:flex;
    align-items:center;}
.sear_con .input {
    display: block;
    color: #333;
    height:50px;
    font-size: 16px;
    flex:1;
}
.sear_con .sea-btn{width:24px;height:24px;background:url("../images/icon010.png") no-repeat center;cursor:pointer;min-width:24px;}
.sear_con .sea-close{margin-left:20px;width:20px;height:20px;background:url("../images/close1.png") no-repeat center;cursor:pointer;min-width:20px;}

.index-btn{ transition: all 0.3s ease 0s;}
.index-btn:hover{background:#d39850}
.index-sec5 .sec5-btn{transition: all 0.3s ease 0s;}
.index-sec5 .sec5-btn:hover{background:#d39850;}
.index-sec4 .sec4-box{margin-left:10%;}

@media (max-width:1600px){
    .index-sec4 .sec4-box .index-tit{font-size:40px;}
    .index-tit{font-size:36px;}
}
.main-header.inner-header{transition:all 360ms;}
.main-header.inner-header.fixed{position:fixed;left:0;top:0;width:100%;z-index:99;padding:10px 0px;}
button{border:none;outline:none;}
.about-qm{width:400px;margin:0px auto 120px auto;font-family:qm;font-size:72px;border-bottom:2px solid #a4a4a3;padding:0px 0px 50px 0;text-align:center;}
.main-header.inner-header .sear_con{top:150px;}
.main-header.inner-header.fixed .sear_con{top:130px;}
.center-address .address-btn {transition:all 360ms;}
.center-address .address-btn:hover{background:#d39850;}
.address-tan-btn{transition:all 360ms;}
.address-tan-btn:hover{background:#d39850;}
.login-btn{transition:all 360ms;}
.login-btn:hover{background:#d39850;border:1px solid #d39850}
.customer-table table td{border-bottom:1px solid #ededed;}
.customer-table .cus-edit{margin-right:10px;}
.customer-delete{cursor:pointer;}
.customer-add{cursor:pointer;}

.product-list .product-ul li a{overflow:hidden;}
.product-list .product-ul li img{transition:all 360ms;}
.product-list .product-ul li:hover img{transform:scale(1.1)}

.delete-pop{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:999;display:none;}
.delete-pop .delete-tan{width:280px;position:fixed;left:50%;top:50%;background:#fff;border-radius:15px;transform:translate(-50%,-50);}
.delete-pop .delete-tan .tan{padding:30px 24px;}
.delete-pop .delete-tan .tit{text-align:center;font-size:24px;margin:15px 0px}
.delete-pop .delete-tan .bot{display:flex;margin:30px 0 10px 0;display:flex;justify-content:space-between;}
.delete-pop .delete-tan-cancel{width:110px;height:45px;background:#cac8c8;cursor:pointer;line-height:45px;text-align:center;color:#fff;
    text-transform:uppercase;font-size:16px;}
.delete-pop .delete-tan-confirm{width:110px;height:45px;background:#333;cursor:pointer;line-height:45px;text-align:center;color:#fff;
    text-transform:uppercase;font-size:16px;}

.success-pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background:rgba(0,0,0,0.4);display:none;}
.success-tan{position:fixed;width:300px;background:#fff;border-radius:15px;left:50%;top:50%;transform:translate(-50%,-50);}
.success-tan .tan{padding:30px;position:relative;}
.success-tan .t{font-size:20px;text-align:center;}
.success-tan .icon{display:block;margin:10px auto;}
.success-tan-close{width:20px;height:20px;position:absolute;right:20px;top:20px;cursor:pointer;background:url("../images/close1.png") no-repeat center;}
.success-tan-btn{width:190px;height:48px;background:#333;line-height:48px;text-align:center;color:#fff;text-transform:uppercase;font-size:16px;display:block;margin:20px auto;cursor:pointer;}
.customer-pop{position:fixed;left:0;top:0;width:100%;
    height:100%;z-index:999;background:rgba(0,0,0,0.4);}
.customer-pop .customer-tan{width:740px;position:fixed;left:50%;top:50%;background:#fff;border-radius:15px;max-height:100%;transform:translate(-50%,-50%);}
.customer-pop .customer-tan .tan-box{padding:30px;}
.customer-pop .customer-tan .tan{margin:20px 0px;height:calc(100vh - 300px);overflow-y:auto;position:relative;}


.customer-pop{display:none;}
.customer-pop .tan-ul{display:flex;flex-wrap:wrap;position:relative;}
.customer-pop .tan-li{margin:15px 8px;}
.customer-pop .label{font-size:16px;margin-bottom:15px;}
.rate-516{width:calc(50% - 16px);margin:0 8px;}
.rate-316{width:calc(33.333% - 16px);margin:0 8px;}
.rate-100{width:calc(100% - 16px);margin:0 8px;}
.customer-pop .li-input{border:1px solid #dadce0;padding:0 15px;}
.customer-pop .li-input .input{width:100%;height:48px;font-size:16px;}
.customer-pop .li-select{position:relative;}
.customer-pop .li-select select{
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
    color: #555;
    -moz-appearance: none;
    width: 100%;
    padding: 5px 35px 6px 15px;
    background: none;
    -ms-appearance: none;
    border:1px solid #dadce0;
    height:48px;}
.customer-pop .li-select .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
}
.customer-pop .li-select .arrow:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon17.png) no-repeat center center;
    z-index: 1;
}
.customer-pop .tan-brand-w{padding-top:35px;display:flex;}
.customer-pop .tan-brand{position:relative;cursor:pointer;}
.customer-pop .tan-brand img{display:block;width:48px;height:48px;margin-right:5px;border-radius:2px;}
.customer-pop .tan-brand .brand-close{position:absolute;right:1px;top:-3px;width:10px;height:10px;background:url("../images/close2.png") no-repeat center;}
.customer-pop .tan-check{font-size:16px;color:#555;margin:20px 24px;}
.customer-pop .tan-check .check{position:relative;}
.customer-pop .tan-check .check input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;}
.customer-pop .tan-check .check input+span{background:url("../images/check1.jpg") no-repeat 0 center;display:block;height:20px;padding-left:20px;}
.customer-pop .tan-check .check input:checked+span{background:url("../images/check2.jpg") no-repeat 0 center;}
.customer-pop .tan-bot{margin:40px 24px 20px 24px;}
.address-tan-btn{width:100%;background:#333;height:54px;line-height:54px;text-align:center;font-size:18px;text-transform:uppercase;cursor:pointer;color:#fff;}

.customer-pop .tan::-webkit-scrollbar {
    width: 6px;
}
.customer-pop .tan::-webkit-scrollbar-track {
    background-color:#f7f7f7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.customer-pop .tan::-webkit-scrollbar-thumb {
    background-color:#ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

.customer-pop  .tan-tit{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;}
.customer-pop  .tan-tit .tit{display:flex;align-items:center;}
.customer-pop  .tan-tit .tit .t{font-size:36px;font-family:Bob;margin-right:10px;}
.customer-close{width:24px;height:24px;background:url("../images/close1.png") no-repeat center;cursor:pointer;}


.detail-load-flex{display:flex;flex-wrap:wrap;}
.layui-upload-list{margin:0px;}
.product-detail .fr-sales .sales-other .li img{display:block;max-width:35px;margin:0 auto;}
#test2{width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
    margin-right: 10px;}

.order-tab{display:flex !important}
.order-tab-tab{display:flex;}



.outBox{}
.outBox .hd ul{display:flex;flex-wrap: wrap;}
.outBox .hd ul li{ cursor:pointer;font-size:18px;color:#808080;margin-right:10px;border:1px solid #d39850;padding:0 15px;height:42px;line-height:42px;}
.outBox .hd ul li.on{ background:#d39850;color:#fff;font-weight:bold; }


.inBox{}
.inBox .inHd{}
.inBox .inHd ul{ margin:20px 0;display:flex;}
.inBox .inHd ul li{ font-size:16px;color:#808080;margin-right:20px;cursor:pointer;padding:10px 0;border-bottom:1px solid #fff;  }
.inBox .inHd ul li.on{ color:#333;border-bottom:2px solid #d39850 }
.inBox .inBd ul{ zoom:1; overflow:hidden;   }

.order-pop{display:none;}

.order-tab-ul li .li-input .input{width:100%;height:48px;font-size:16px;}

.customer-pop .outBox{margin-top:25px;}
.customer-pdf{display:block;background:url("../images/pdf.jpg") no-repeat right center;color:#b2b2b2;padding-right:24px;}
.customer-pop .outBox .hd{display:flex;align-items:center;justify-content:space-between;}
.customer-pop .customer-tan .tan{margin-right:-20px;padding-right:20px;}
.customer-pop-btn{margin:40px 0px;height:52px;line-height:52px;text-align:center;display:block;color:#fff;font-size:18px;text-transform:uppercase;width:100%;background:#333;}

.gc-sec2 .sec2-ul li .li-c p span{white-space:inherit !important}

.product-list .product-ul .li-t{height:20px;line-height:20px;}



.cus-hd{position:relative;}
.search-down{
    position:absolute;
    left:0;
    top:45px;
    width:100%;
    background:#f5f5f5;
    min-height:100px;z-index:99;
    padding:15px 0px;
}
.search-down .down-ul{padding:15px;}
.search-down .down-li{cursor:pointer;font-size:14px;margin:5px 0px;color:#666;padding:0 15px;}

.header-nav .nav li a{white-space:nowrap;}

.sear_con{width:25%;}

.main-header.cart-header .header{padding-top:0px;padding-bottom:0;}
.cart-sec2 .check{top:50%;margin-top:-10px;}
.cart-container{padding-top:30px;}

.product-detail .fr-color .color-ul li.on:after{height: calc(100% + 2px);left:-2px;top:-2px;}
.header-person{color:#fff;}
.header-person{display:flex:align-items:center;width:auto;padding-left:24px;background-position:0px center;line-height:24px;color:#fff;font-size:14px;}
.main-header.inner-header .header-person{color:#999;}

@media (max-width:1600px){
    .index-sec4 .sec4-box .index-tit{font-size:40px;}
    .index-tit{font-size:36px;}
    .header-nav .nav li{margin:0 15px;}
    .header-nav .nav li a{font-size:17px;}
}
.pagination{display:flex;align-items:center;justify-content:center;}
.pagination li{border-radius: 100%;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f7;
    font-size: 16px;
    color: #4c4c4c;}
    .pagination li.active{background: #d39850;
    color: #fff;}
.pagination li.disabled{margin: 0 10px;
    border-radius: 18px;
    background: #f6f6f7;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #f6f6f7;
    font-size: 16px;
    color: #999;}
    .pagination li:nth-last-child(1){margin: 0 10px;
    border-radius: 18px;
    background: #f6f6f7;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #f6f6f7;
    font-size: 16px;}
    .address-ul li .delete{background:url(../images/delete1.png) no-repeat center;}
    .main-header.inner-header .header-person{background-position:0px center;}

.address-ul li.on{
    background: #d39850 url(../images/bg1.png) no-repeat center 0px;
    background-size: 100% auto;
}
.address-ul li.on .li-c{color:#fff;}
.address-ul li.on .li-t{color:#fff;}
.address-ul li.on .delete{background:url(../images/delete2.png) no-repeat center;}
.xie-pop{font-size:12px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.7);padding:10px;color:#fff;display:none;z-index:9999;}
#checkk:disabled+span{z-index:33333;position:relative;}





.product-num{display:flex;align-items:center;}
.product-num .num-cart{display:flex;align-items:center;margin-left:20px;line-height:32px;text-align:center;font-size:24px;}
.product-num .num-cart .cart-jian{cursor:pointer;width:30px;height:32px;background:#eee;}
.product-num .num-cart .cart-jia{cursor:pointer;width:30px;height:32px;background:#eee;}
.product-num .num-cart .input{width:40px;height:30px;border:1px solid #eee;text-align:center;font-size:16px;}



 .fr-radio{display:flex;align-items:center;}
                .radio{
                    position:relative;
                    cursor:pointer;
                    margin:0 15px;
                }
                .radio input{
                    position:absolute;
                    left:0;
                    top:0;
                    opacity:0;
                    width:100%;
                    height:100%;
                    cursor:pointer;
                }
                  .radio input +span{display:flex;align-items:center;color:#999;}
                 .radio input +span i{display:block;width:24px;height:24px;background:#ddd;border-radius:100%;margin-right:5px;}
                 .radio input:checked +span i{background:#d39850}
.product-detail .fr-sales .select{min-width:100px;width:auto;}
.product-detail .fr-switch{margin:25px -10px;}

.product-detail .switch-li{width:calc(50% - 20px);margin:5px 10px;}
.product-detail .switch-li .select{flex:1;}
.product-detail .fr-switch{flex-wrap:wrap;}
.product-detail .switch-li .label{width:100px;text-align:right;}

.order-inner .sc{cursor:pointer;}
.header-cart{position:relative;}
.header-cart .cart-num{
    position:absolute;
    left:25px;
    top:-5px;
    color:#fff;
    font-size:12px;
    padding:0 5px;
    height:16px;
    line-height:16px;
    border-radius:5px;
    background:#ff0000;
}


.header-person{display:flex;align-items:center;position:relative;cursor:pointer;}
.header-person .icon{width:20px;height:20px;background:url(../images/down8314.png) no-repeat center;background-size:20px;margin-left:5px;}
.header-person .person-down{
    position:absolute;
    right:0;
    top:40px;
    width:100%;
    background:#fff;padding:10px 0px;
    display:none;
    box-shadow:0 0 2px rgba(0,0,0,0.1);
}
.header-person .person-down a{display:block;padding:0 10px;line-height:30px;}

.order909-a{font-size:16px;margin-left:30px;color:#d39850;}


.center-container{padding-top:30px;}
.cart-sec1 .cart-c{margin-top:0px;}
.center-content{margin-top:20px;}
.inner-header{padding:15px 0px;}
.center-bottom{width:1000px;}

.order-inner .li1{min-width:230px;}
.order-inner .li2{min-width:80px;}
.order-inner .li3{min-width:110px;}
.order-inner .li4{min-width:80px;}
.order-inner .li5{min-width:135px;}
.order-inner .li6{min-width:60px;}
.order-inner .li7{min-width:105px;}
/*.order-inner{overflow:hidden;}*/

.order-inner-scroll{overflow-x:auto;width:100%;}

/* 改变滚动条的颜色 */
.order-inner-scroll {
    scrollbar-width: thin;
    scrollbar-color: #999 #F5F5F5;
}
.order-inner-scroll::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 10px;
}
.order-inner-scroll::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}
 
/* 改变滚动条被悬停时的颜色 */
.order-inner-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
 
/* 改变滚动条的轨道宽度和颜色 */
.order-inner-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

    /* 改变滚动条的颜色 */
.table-container {
    scrollbar-width: thin;
    scrollbar-color: #999 #F5F5F5;
}
.table-container::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 5px;
    height:10px;
}
.table-container::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

/* 改变滚动条被悬停时的颜色 */
.table-container::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

/* 改变滚动条的轨道宽度和颜色 */
.table-container::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

 .order-inner{width: fit-content;}
 .his-sec2 .his-select .arrow{z-index:0;}
 
 .a921{border-radius: 5px;
    height: 36px;
    background: #d39850;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;}
    .main-header.cart-header .header{max-width: inherit;}
    
    
     .product-detail.copy1012{width:auto;display:block;}
     .product-detail.copy1012 .switch-li{width:calc(33.33% - 20px)}
      .product-detail.copy1012 .switch-li .arrow{z-index:0;}


.product-list{min-height:calc(100vh - 200px);}
.order-inner .table-all .all-fr{align-items:center;}
.order-inner .order-ul{border-bottom:1px solid #f3f3f3;}

.product-inner .size-a{width:30px !important;height:30px;}
.product-side .side-li .li-c a.on{color:#d39850;}
  .layui-layer-shade:after{
        position:absolute;
        right:30px;
        top:30px;
        border-radius:100%;
        display:block;
        content:"X";
        color:#fff;
        font-size:36px;
        text-align:center;
        cursor:pointer;
        font-family:Arial;
    }
    
    
    .btn1171{
        width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
    margin-right: 10px;
    }
    
    
    .page-1115{display:flex;align-items:center;margin-top:30px;}
        .page-1115 .page-fl{flex:1;display:flex;}
                .page-1115 .page-fr{color:#888;}
.page-1115 .all-btn{background:#d39850;padding:0px 15px;border-radius:20px;color:#fff;height:32px;line-height:32px;margin-right:10px;}
.page-1115 .all-btn.gray{background:#ddd;padding:0px 15px;border-radius:20px;color:#fff;height:32px;line-height:32px;}
.page-1115 .num{width:32px;height:32px;text-align:center;margin-right:10px;border-radius:100%;line-height:32px;}
.page-1115 .num.on{background:#d39850;color:#fff;}
.page-1115 .page-select select{border:1px solid #ddd;border-radius:5px;height:30px;margin-right:10px;}
 .detail-load-flex2{display:flex;flex-wrap:wrap;}


.product-detail .fr-sales .sales-other .detail-load-flex2 .li a{display: block;padding:0 10px;overflow:hidden;    text-overflow: ellipsis;
    white-space: nowrap;}
.product-detail .fr-sales .sales-other .li a{display: block;padding:0 10px;overflow:hidden;    text-overflow: ellipsis;
    white-space: nowrap;}


.order-inner .order-ul{padding:15px 0px;}





.login-box.reg-box{position:relative;top:auto;left:auto;transform: inherit;}

/*.customer-pop .customer-tan .tan{height:calc(100vh - 100px)}*/
.customer-pop .customer-tan{width:90%px;}
.product-inner .size-a{    width: auto !important;
    height: 30px;
    display: inline-flex;
    padding: 0 5px;}


/*.layui-layer-iframe iframe{height:calc(100vh - 200px) !important}*/


.header-person{margin-left:25px;}



.login-flex221{display:flex;margin:0 -10px;}
.login-flex221 .li{flex:1;margin:0 10px;}
.order-inner .li3{width:60px;min-width:60px;}
.order-inner .li5{width:60px;min-width:60px;}
.order-inner .li4{width:60px;min-width:60px;}

.detail221-item{display:flex;flex-wrap:wrap;padding:20px;}
.detail221-item .li{margin:5px 10px;display:flex;}
.detail221-item .li .label{color:#999;margin-right:5px;}


.gc-sec1{max-width:760px;margin:0 auto;}
.progress-ul .li{margin-left:90px;}
.progress-ul .li:nth-child(1){margin-left:0;}
.progress-ul{justify-content:inherit}




.about-sec1 .sec1-box{max-width:760px;}
.gc-sec1 .sec1-c{text-align:left;}
.product-sec1 .sec1-tip{max-width:660px;text-align:left;}
.contact-sec1{max-width:760px;}
.contact-tit{text-align:left;}
.contact-sec2 .icon{background:none;}


.contact-sec2 .sec2-box{padding-top:0px;}



.login-bot{justify-content:center;}
.reg-last{display:flex;align-items:center;justify-content:space-between;}
.login-btn{width:100%;}
.yzm-btn104.btn4031{position:relative;left:auto;top:auto;right:auto;height:48px}
.tip912{font-size:16px;}
.product-detail .fr-color .color-ul li{margin:10px 5px;}

.login-btn{width:280px;}
.reg-last{width:280px;margin-left:auto;margin-right:auto;}
.order-inner .li3{width:90px;}


.product-detail .detail-tab .li{width:auto;padding:0 15px;}


.product-detail .fr-color .color-ul li img{
    width:60px;
    height:60px;
}
.product-inner .size-tip .tip-li{
    display:flex;
    align-items:center;
}
.product-inner .size-tip .tip-li input{
    background:#fff;
    height:24px;
    padding:0 6px;
    margin-left:5px;
}


.product-detail .fr-color .color-ul li:hover{
    position:relative;
    z-index:33;
}
.product-detail .fr-color .color-ul li img{transition:all 300ms;}
.product-detail .fr-color .color-ul li:hover img{transform:scale(1.6);}
.product-detail .fr-color .color-ul li.on:after{display:none;}
.product-detail .fr-color .color-ul li.on img{
    border:1px solid #d39850;
}
.product-detail .fr-color .color-ul li{width:auto;height:auto;}



.table-container {
    width: 100%;
    overflow-x: auto;
    position: relative;
}

#myTable {
    width: 100%;
    border-collapse: collapse;
}
#myTable th{
    background:#f6f6f7;
    padding:15px 12px;
    font-size:16px;
    border:none;
    border-bottom: 1px solid #f3f3f3;
    font-weight:bold;
}
#myTable .sec2-dl{
    display:flex;
    align-items:center;
}
.table-container .check{
    position:relative;
}
.table-container .check input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.table-container .check span {
    display: block;
    padding-left: 25px;
    font-size: 14px;
    background: url(../images/check3.png) no-repeat 0px center;
    height: 20px;
    line-height: 20px;
}
.table-container .check input:checked+span{background:url("../images/check4.png") no-repeat 0 center;}

.td-one .check{
    position:relative;
}
.td-one .check .order_id{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.td-one .check span {
    display: block;
    padding-left: 25px;
    font-size: 14px;
    background: url(../images/check3.png) no-repeat 0px center;
    height: 20px;
    line-height: 20px;
}
.td-one .check .order_id:checked+span{background:url("../images/check4.png") no-repeat 0 center;}

#myTable .td-one{
    display:flex;
    align-items:center;
}

#myTable .sec2-dl{
    flex:1;
    overflow: hidden;
}
#myTable .sec2-dl .dt{
    width:60px;
    height:40px;
    margin-right:10px;
}
#myTable .sec2-dl .dt img{
    display:block;
    width:80px;
    margin-right:10px;
}
#myTable .sec2-dl .dd{
    flex:1;
    overflow: hidden;
}
#myTable .sec2-dl .dd-t{
    font-size:16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#myTable td {
    padding: 12px 12px;
    white-space: nowrap;
    border:none;
    border-bottom: 1px solid #f3f3f3
}
#myTable th.fixed{
    position: sticky;
    right: 0;
    background:#f6f6f7;
    z-index: 1;
}

 #myTable td.fixed {
    position: sticky;
    right: 0;
    background-color: #fff;
    z-index: 1;
}

#myTable th.fixed {
    z-index: 2;
}

#myTable .table-all{display:flex;align-items:center;justify-content:space-between;margin:0px 0px;padding:0 15px;}
#myTable .table-all .all-fl{display:flex;align-items:center;}
#myTable .table-all .all-fr{display:flex;}
#myTable .table-all .all-btn{height:28px;border-radius:14px;font-size:14px;color:#4c4c4c;padding:0 15px;background:#f6f6f7;line-height:28px;margin-left:10px;}
#myTable .table-all .all-btn.gray{color:#999;}
#myTable  .delete{margin-left:20px;}
#myTable .sc{cursor:pointer;}
#myTable .delete{margin-left:20px;}
#myTable .sc{margin-left:20px;}

#myTable .order-last .order-a {
    position: relative;
}
#myTable .order-last .order-a .tip1911 {
    position: absolute;
    left: 50%;
    bottom: -20px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 4px;
    white-space: nowrap;
    transform: translate(-50%, -0);
    display: none;
}
#myTable .order-last .order-a {
    width: 22px;
    margin: 0 4px;
}
#myTable .order-last .order-a img {
    display: block;
    width: 20px;
}
#myTable .order-last .order-a:hover .tip1911 {
    display: block;
}
#myTable .order-inner .li2 {
    width: 170px;
}
#myTable .order-inner .li7 {
    width: 170px;
}
#myTable .order-inner .order-ul {
    word-wrap: break-word;
}

