.product1{
    background-color:#121212;
    height:980px;
    width:100%;
    background-image: url("../../img/product1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    position:relative;
}
@font-face {
    font-family: 'LanTingHei';
    src:url("../../font/FounderHei.TTF");
}
@font-face {
    font-family:'AcuminVariabl';
    src:url("../../font/acumin-semibold.ttf");
}
@font-face {
    font-family: 'LanTingZhongHei';
    src:url("../../font/FounderZhong.TTF");
}
@font-face{
    font-family:'myriad Pro';
    src:url("../../font/MyriadPro-Regular.ttf");
}
@font-face{
    font-family:'LanTingKaiHei';
    src:url("../../font/FounderkaiHei_GBK.TTF");
}
@font-face{
    font-family: 'AcuminPro';
    src:url("../../font/Acumin-Pro-Light.ttf");
}
@font-face{
    font-family: 'LanTingCuHei';
    src:url("../../font/FounderCuHei.TTF");
}
#head{
    /*background:#222;*/
}
.product1 .product-detail{
    top:300px;
    left:13.5%;
    text-align: left;
    position:absolute;
}
.product1 .product-detail .product-name{
    font-size:48px;
    font-family: 'LanTingHei';
    line-height:1;
    color:#fff;
}
.product1 .product-detail .price-box{
    color:#f34848;
    font-size:20px;
    line-height:1;
    margin-top:40px;
    margin-bottom:55px;
}
.product1 .product-detail .price-box span{
    font-size:45px;
}
.product1 .product-detail p{
    font-size:28px;
    font-family: 'LanTingHei';
    line-height:1;
    margin-bottom:10px;
    color:#FFF;
}
.product-page .txt-box{
    height:800px;
    width:100%;
    padding:150px 0;
    background-color:#111;
    color:#FFF;
}
.product-page .txt-box .txt-wrapper{
    width:100%;
    height:100%;
    background-image: url("../../img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
.product-page .txt-box .scroll-box{
    padding:0px 0 0 0;
    height:100%;
    width:700px;
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.product-page .txt-box .scroll-box .scroll-wrapper{
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    overflow: hidden;
    -webkit-transform-origin: 50% 60%;
    -moz-transform-origin: 50% 60%;
    -ms-transform-origin: 50% 60%;
    -o-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate3d(0,0,0);
    -moz-transform: perspective(300px) rotateX(25deg) translate3d(0,0,0);
    -ms-transform: perspective(300px) rotateX(25deg) translate3d(0,0,0);
    -o-transform: perspective(300px) rotateX(25deg) translate3d(0,0,0);
    transform: perspective(300px) rotateX(25deg) translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
.product-page .txt-box .scroll-box p{
    font-size:30px;
    line-height:2;
    color:#ff6;
}
.product-page .txt-box .scroll-box .txt{
    position: relative;
    top: 0%;
}
/*@-webkit-keyframes scroll {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: -170%;*/
    /*}*/
/*}*/

/*@-moz-keyframes scroll {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: -170%;*/
    /*}*/
/*}*/

/*@-ms-keyframes scroll {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: -170%;*/
    /*}*/
/*}*/

/*@-o-keyframes scroll {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: -170%;*/
    /*}*/
/*}*/

/*@keyframes scroll {*/
    /*0% {*/
        /*top: 100%;*/
    /*}*/
    /*100% {*/
        /*top: -170%;*/
    /*}*/
/*}*/
.product-page .txt-box .scroll-box .mask-shade{
    width:100%;
    height:100%;
    position:relative;

}
.product-page .txt-box .scroll-box .mask-shade:before{
    position:absolute;
    height:40px;
    width:100%;
    content:'';
    top:0;
    left:0;
    z-index:10;
    background:linear-gradient(to bottom ,rgba(0,0,0,1) ,rgba(0,0,0,0));
}
.product-page .txt-box .scroll-box .mask-shade:after{
    position:absolute;
    height:40px;
    width:100%;
    content:'';
    bottom:0;
    left:0;
    z-index:10;
    background:linear-gradient(to top ,rgba(0,0,0,1) ,rgba(0,0,0,0));
}
.product-page .product-2{
    background-color: #121212;
}
.product-page .product-3{
    /*background-image:url("../../img/product2.png");*/
    /*background-repeat:no-repeat;*/
    /*background-size: 100%;*/
    /*background-position:center;*/
    /*height:1562px;*/
    background-color: #121212;
}
.product-page .product-3 .product-performance{
    width:100%;
    height:100%;
    position:relative;
}
.product-page .product-3 .product-performance .img {
    width:100%;
    height:100%;
}
.product-page .product-3 .product-performance .img img{
    width:100%;
    height:auto;
}
.product-page .product-3 .product-performance  div.performance-detail{
    position:absolute;
    top:57.6%;
    width:51.3%;
    height:23.68%;
    left:15.5%;
    background-color:rgba(17,17,17,0.6);
    padding:0 55px;

}
.product-page .product-3 .product-performance  div.performance-detail h4{
    font-size:34px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    padding:32px 0 48px 0;
    text-align: left;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

}
.product-page .product-3 .product-performance  div.performance-detail p{
    width:100%;
    line-height:2.3;
    /*padding-bottom:20px;*/
    font-size:17px;
    text-align: left;
    color:#fff;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
.product-page .product-3 .product-performance  div.performance-detail .random-box{
    margin-top:40px;
    color:#FFF;
}
.product-3 .product-performance  div.performance-detail .random-box li{
    border-bottom:1px dashed #424242;
    padding:20px 0px 5px 0px;
    text-align:left;
}
.product-3 .product-performance  div.performance-detail .random-box li:first-child span:first-child{
    font-size:19px;
    color:#fff;
    padding-right:20px;
    float:left;
    line-height:34px;
}
.product-3 .product-performance  div.performance-detail .random-box li:first-child span:last-child{

}
.product-3 .product-performance  div.performance-detail .random-box li:first-child span:last-child::before{
    position:absolute;
    content:'';
    width:2px;
    height:100%;
    top:0px;
    background-color:#00a0e9;
}
.product-3 .product-performance  div.performance-detail .random-box li .process-bar{
    position:relative;
    height:34px;
    width:90%;
    display:block;
    margin-left:100px;
}
.product-3 .product-performance  div.performance-detail .random-box li:first-child .process-bar i{
    position:absolute;
    width:60%;
    height:80%;
    top:10%;
    left:2px;
    background-image:linear-gradient(to bottom, #005E87 0% ,#009DE5 50%,#005E87 100%);
}
.product-3 .product-performance  div.performance-detail .random-box li:last-child .process-bar i{
    position:absolute;
    width:100%;
    height:80%;
    top:10%;
    left:2px;
    background-image:linear-gradient(to bottom, #6E0911 0% ,#E00011 50%,#6E0911 100%);
}
.product-3 .product-performance  div.performance-detail .random-box li:last-child span:last-child::before{
    position:absolute;
    content:'';
    width:2px;
    height:100%;
    top:0px;
    background-color:#e50012;
}
.product-3 .product-performance  div.performance-detail .random-box li:last-child span:first-child{
    font-size:19px;
    color:#e50012;
    float:left;
    line-height: 34px;
}
.img-wrapper{
    background-color:#111;
}
.img-wrapper .img-box{
    position:relative;
    width:100%;
}
.img-wrapper .img-box .img{
    width:100%;
    height:100%;
}
.img-wrapper .img-box .img img{
    width:100%;
    height:auto;
}
.img-wrapper .img-box .game-test{
    position:absolute;
    top:90px;
    right:140px;
    width:27.29%;
    height:20.56%;
    background-color:rgba(17,17,17,0.3);
    padding:40px 50px 0px 0px;
    text-align: right;
}
.img-wrapper .img-box .game-test h4{
    color:#fff;
    font-size:34px;
    font-family: 'LanTingZhongHei';
    margin-bottom:30px;
}
.img-wrapper .img-box .game-test h5,
.img-wrapper .img-box .game-test p
{
    font-size:20px;
    color:#fff;
    font-family: 'LanTingHei';
    margin-bottom:20px;
}
.lamp-efficacy{
    background-color:#111;
}
.lamp-efficacy .lamp-box .lamp-title{
    color:#fff;
}
.lamp-efficacy .lamp-box .lamp-title h4{
    font-size:44px;
    color:#fff;
    font-family: 'LanTingZhongHei';
    margin-bottom:46px;
    padding-top:190px;
}
.lamp-efficacy .lamp-box .lamp-title p{
    font-size:18px;
    color:#fff;
    font-family: 'LanTingHei';
    line-height: 1.8;
}
.lamp-efficacy .lamp-box .lamp-content{
    position:relative;

}
.lamp-efficacy .lamp-box .lamp-content .img-product{
    float: left;
    width:46.45%;
}
.lamp-efficacy .lamp-box .lamp-content .img-product img{
    width:100%;
    height:auto;
}
.lamp-efficacy .lamp-box .lamp-content .img-lamp{
    float:left;
    margin-left:160px;
    position:relative;
    overflow: hidden;
    top:20px;
}
.lamp-efficacy .lamp-box .lamp-content .img-lamp .mask-bg{
    box-sizing: content-box;
    width:250px;
    height:250px;
    border-left:310px solid rgba(17,17,17,1);
    border-right:310px solid rgba(17,17,17,1);
    border-top:310px solid rgba(17,17,17,1);
    border-bottom:310px solid rgba(17,17,17,1);
    -moz-box-shadow: 0px 0px 40px  #000 inset;
    -webkit-box-shadow: 0px 0px 40px #000 inset;
    box-shadow: 0px 0px 40px #000 inset;
    border-radius:50%;
    left: -270px;
    top: -136px;
    position:absolute;
}
.lamp-efficacy .lamp-box .lamp-detail{
    position:absolute;
    top:46%;
    left:55%;
    color:#fff;
    font-size:30px;
    font-family: 'LanTingHei';
    line-height:2;
    text-align: left;
}

.lamp-efficacy .lamp-box .lamp-detail b{
    position:absolute;
    width:75px;
    height:10px;
    top:-20px;
    background-color: #e50012;
}
@media screen and (max-width:1560px) and (min-width:1440px){
    .lamp-detail{
        top:55%!important;
        font-size:25px!important;
    }
}
@media screen and (max-width:1860px) and (min-width:1440px){
    #choose-favorite .product-intro h4{
        font-size: 35px!important;
    }
    #choose-favorite .product-intro p{
        font-size:25px!important;
    }
}
.lamp-efficacy .product-4{
    padding-top:150px;
}
.lamp-efficacy .product-4 .imgBox1{
    float:left;
    position: relative;
}
.lamp-efficacy .product-4 .imgBox2{
    float:right;
    position: relative;
    top:-450px;
}
.lamp-efficacy .product-4 .imgBox3{
    float:right;
    position: relative;
    /*top:-450px;*/
}
.lamp-efficacy .imgBox1 .product-detail{
    position:absolute;
    top:44%;
    left:46%;
    -webkit-transform: rotateZ(35deg) translate3d(0,0,0);
    -moz-transform: rotateZ(35deg) translate3d(0,0,0);
    -ms-transform: rotateZ(35deg) translate3d(0,0,0);
    -o-transform: rotateZ(35deg) translate3d(0,0,0);
    transform: rotateZ(35deg) translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    color:#fff;
    font-size:30px;
    font-family: 'LanTingHei';
    line-height:2;
    text-align: left;
    width:100%;
}
.lamp-efficacy .imgBox1 .product-detail b{
    position:absolute;
    width:75px;
    height:10px;
    top:-20px;
    background-color: #e50012;
}
.lamp-efficacy .imgBox2 .product-detail{
    position:absolute;
    top:44%;
    right:89%;
    color:#fff;
    font-size:30px;
    font-family: 'LanTingHei';
    line-height:2;
    text-align: right;
    width:100%;

}
.lamp-efficacy .imgBox2 .product-detail b{
    position:absolute;
    width:75px;
    height:10px;
    top:-20px;
    right:0px;
    background-color: #e50012;
}
.lamp-efficacy .imgBox3 .product-detail{
    position:absolute;
    top:44%;
    right:85%;
    color:#fff;
    font-size:30px;
    font-family: 'LanTingHei';
    line-height:2;
    text-align: right;
    width:100%;

}
.lamp-efficacy .imgBox3 .product-detail b{
    position:absolute;
    width:75px;
    height:10px;
    top:-20px;
    right:0px;
    background-color: #e50012;
}
#product-params{
    background-color: #111;
    padding-top:260px;
}
#product-params .params-box{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
#product-params .params-box .img-box{
    width:51%;
    height:auto;
}
#product-params .params-box .img-box img{
    width:100%;
    height:auto;
}
#product-params .params-box .params-detail{
    width:35.4%;
    margin-left:5.72%;
    margin-right:7.88%;
    text-align:left;
    padding-top:50px;
}
#product-params .params-box .params-detail>h4{
    font-size:44px;
    color:#fff;
    font-family: 'LanTingZhongHei';
    margin-bottom:38px;
}
#product-params .params-box .params-detail>p{
    font-size:18px;
    font-family: 'LanTingHei';
    color:#fff;
    margin-bottom:16px;
}
#product-params .params-box .params-detail>h5{
    font-size:30px;
    color:#fff;
    font-family:'LanTingZhongHei';
    margin-top:40px;
}
#product-params .params-box .params-detail>li.forward{
    margin-top:40px;
}
#product-params .params-box .params-detail>li{
    margin-bottom:30px;
}
#product-params .params-box .params-detail>li>h5{
    font-size:24px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    margin-bottom:18px;
}
#product-params .params-box .params-detail>li>ul{
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#product-params .params-box .params-detail>li>ul>li{
    border-right:1px solid #666;
    text-align: left;
}
#product-params .params-box .params-detail>li>ul>li:last-child{
    border-right-width:0px;
    width:60%;
    padding-left:40px;
}
#product-params .params-box .params-detail>li:last-child>ul{
    border-bottom-width:0;
}
#product-params .params-box .params-detail>li:last-child>ul>li:last-child{
    width:100%;
    padding-left:0;
    padding-top:25px;
}
#product-params .params-box .params-detail>li>ul>li:first-child{
    width:40%;
}
#product-params .params-box .params-detail>li>ul>li>h4{
    font-size:18px;
    font-family: 'LanTingHei';
    font-weight: 600;
    color:#fff;
    margin:25px 0px 20px 0;
}
#product-params .params-box .params-detail>li>ul>li>p{
    font-size:18px;
    color:#999;
    margin-bottom:18px;
}
#keyboard{
    background-color:#111;
    padding:100px 0 300px;
}
#keyboard .keyboard-box .wrapper-box{
    position:relative;
}
#keyboard .keyboard-box .wrapper-box .keyboard-main img{
    width:52.34%;
    height:auto;
    position:relative;
    left:-3%;
}
#keyboard .keyboard-box .wrapper-box .keyboard{
    position:absolute;
}
#keyboard .keyboard-box .wrapper-box .keyboard-detail{
    left:365px;
    top:-150px;
    text-align:left;
}
#keyboard .keyboard-box .wrapper-box .keyboard-detail h4{
    font-size:44px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    line-height:1;
    margin-bottom:56px;

}
#keyboard .keyboard-box .wrapper-box .keyboard-detail p{
    font-size:18px;
    color:#ddd;
    line-height: 1.7;
}
#keyboard .keyboard-box .wrapper-box .keyboard-detail:after{
    position: absolute;
    content:'';
    width:75px;
    height:6px;
    bottom:-35px;
    background-color: #e50012;
}
#keyboard .keyboard-box .wrapper-box .keyboard-1{
     right:7.29%;
    top:-17.36%;
    width:30.98%;
}
#keyboard .keyboard-box .wrapper-box .keyboard-1 img{
    width:100%;
    height:auto;
}
#keyboard .keyboard-box .wrapper-box .keyboard-2{
    left:9%;
    bottom:-20.15%;
    width:42.39%;
}
#keyboard .keyboard-box .wrapper-box .keyboard-2 img{
    width:100%;
    height:auto;
}
#keyboard .keyboard-box .wrapper-box .keyboard-3{
    right:0.14%;
    top:41%;
    width:37.96%;
}
#keyboard .keyboard-box .wrapper-box .keyboard-3 img{
    width:100%;
    height:auto;
}
#mouse {
    padding-top:50px;
    background-color:#111;
}
#mouse .mouse-box h4{
    color:#fff;
    font-size:44px;
    font-family: 'LanTingZhongHei';
    margin-bottom:60px;

}
#mouse .mouse-box .mouse-intro{
    font-size:18px;
    font-family: 'LanTingHei';
    color:#fff;
    line-height:2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}
#mouse .mouse-box .mouse-params{
    font-size:18px;
    font-family: 'LanTingHei';
    color:#fff;
    margin:13px 0 140px 0;
}
#mouse .mouse-box .mouse-table{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:60px;
    margin-bottom:300px;

}
#mouse .mouse-box .mouse-table>div{
    text-align: left;
}
#mouse .mouse-box .mouse-table>div:last-child{
    margin-left:273px;
}
#mouse .mouse-box .mouse-table>div:last-child img{
    margin-top:-80px;
}
#mouse .mouse-box .mouse-table>div p{
    color:#ddd;
    font-size:18px;
    line-height:1.7;
}
#mouse .mouse-box .mouse-table>div:last-child p{
    padding-left:10px;
}
/*#mouse .mouse-box .mouse-detail{*/
    /*color:#ddd;*/
    /*font-size:18px;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*margin-bottom:300px;*/
    /*!*justify-content: space-around;*!*/
/*}*/
/*#mouse .mouse-box .mouse-detail p:first-child{*/
    /*text-align:left;*/
    /*padding-left:22.55%;*/
/*}*/
/*#mouse .mouse-box .mouse-detail p:last-child{*/
    /*padding-left:11.6%;*/
    /*text-align:left;*/
/*}*/
#mouse .mouse-box .mouse-shadeow ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:80px;
}
#mouse .mouse-box .mouse-shadeow ul li{
    margin-right:79.5px;
}
#mouse .mouse-box .mouse-shadeow ul li:last-child{
    margin-right:0px;
}
#mouse .mouse-box .mouse-shadeow ul li p{
    font-size:30px;
    color:#999;
    margin-top:20px;
}
#mouse .mouse-box .mouse-shadeow .parameter{
    font-size:18px;
    color:#ddd;
    line-height:1.8;
    margin-top:56px;
}
#headset{
    padding-top:235px;
    background-color: #111;
    padding-bottom:120px;
}
#headset .txt>h4{
    font-size:44px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    margin-bottom:50px;
}
#headset .txt>p{
    font-size: 18px;
    font-family: 'LanTingHei';
    color: #ddd;
    line-height: 1.6;
}
#headset .headset-box .head-img{
    position:relative;
    height:846px;
    width:100%;
    left:0;
    right:0;
    margin:40px auto 150px;
}
@-webkit-keyframes opac{
    0% {
        opacity: 1;
        width:50%;
        height:50%;
        top:25%;
        left:25%;
        background-image:radial-gradient(transparent 0%,transparent 50%,rgba(106,38,38,1) 75%,rgba(106,38,38,1)100%);
    }
    100%{
        opacity : 0;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background-image:radial-gradient(transparent 0%,transparent 50%,rgba(106,38,38,1) 75%,rgba(106,38,38,1)100%);

    }
}
.animate .w2{
    -webkit-animation-delay:1s;
}
.animate .w3{
    -webkit-animation-delay:2s;
}
.animate .w4{
    -webkit-animation-delay:3s;
}
.wave{
    width: 846px;
    height: 846px;
    margin:48px 48px;
    box-sizing: content-box;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:2;
}
.bg-black{
    width: 846px;
    height: 846px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top:0px;
    z-index:3;
    background-image:url("../../img/erji2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.wave *{
    background-image:radial-gradient(transparent 0%,transparent 50%,rgba(106,38,38,1) 75%,rgba(106,38,38,1)100%);
    position:absolute;
    border-radius:50%;
    -webkit-animation:opac 4s infinite;
    opacity:1;
    width:50%;
    height:50%;
    top:25%;
    left:25%;
}
#headset .headset-box .head-img .detail-1{
    position:absolute;
    top:265px;
    left:460px;
    font-size:18px;
    color:#ddd;
    z-index:10;
    padding-right:25px;
}
#headset .headset-box .head-img .detail-2{
    position:absolute;
    top:525px;
    left:540px;
    font-size:18px;
    color:#ddd;
    z-index:10;
    padding-right:25px;
}
#headset .headset-box .head-img .detail-3{
    position:absolute;
    top:400px;
    right:420px;
    font-size:18px;
    color:#ddd;
    z-index:10;
    padding-left:25px;
}
#headset .headset-box .head-img .detail:after{
    position:absolute;
    width:10px;
    height:10px;
    content:'';
    border-radius: 50%;
    right:0px;
    top:7px;
    background-color: #ddd;

}
#headset .headset-box .head-img .detail.detail-3:after{
    position:absolute;
    width:10px;
    height:10px;
    content:'';
    border-radius: 50%;
    left:0px;
    top:7px;
    background-color: #ddd;
}
#headset .headset-box .head-img .detail:before{
    position:absolute;
    width:70px;
    height:6px;
    content:'';
    left:0px;
    bottom:-15px;
    background-color: #e50012;
}
#headset .headset-box .headset-img{
    text-align: left;
    width:100%;
    height:54.08%;
    top:0;
    left:0;
    right:0;
    position:relative;
}
#headset .headset-box .headset-img>div{
    float: left;
    position:relative;
}
#headset .headset-box .headset-img .img-main{
    width:53.64%;
    position:static;
}
#headset .headset-box .headset-img .img-main .main-detail{
    position:absolute;
    top:20%;
    right:9.89%;
}
#headset .headset-box .headset-img .img-main .main-detail>b{
    width:12px;
    height:12px;
    border-radius: 50%;
    position:absolute;
    top:12px;
    display: inline-block;
    background-color:#999999 ;
}
#headset .headset-box .headset-img .img-main .main-detail>p{
    padding-left:32px;
    font-size:30px;
    color:#fff;
}
#headset .headset-box .headset-img .img-main img{
    width:100%;
    height:auto;
}
#headset .headset-box .headset-img div.img-sub-one{
    width:18.75%;
    height:100%;
    padding-top:36.45%;
    text-align: center;

}
#headset .headset-box .headset-img div.img-sub-two{
    padding-top:36.45%;
    width:18.75%;
    height:100%;
    text-align: center;
    margin-left:80px;

}
#headset .headset-box .headset-img div.img-sub-one img{
    width:72.5%;
}
#headset .headset-box .headset-img div.img-sub-two img{
    width:65.27%;
}
#headset .headset-box .headset-img div.img-sub-one .sub-detail-one{
    border:1px solid #666;
    padding:15px 0px 15px 15px;
    text-align: left;
    color:#ddd;
    font-size:16px;
    line-height:1.6;
}
#headset .headset-box .headset-img div.img-sub-two .sub-detail-two
{
    border:1px solid #666;
    padding:15px 0px 15px 20px;
    text-align: left;
    color:#ddd;
    font-size:16px;
    line-height:1.6;
}
#headset .headset-box .headset-img div.img-sub-two .sub-detail-two span{
    display: block;
}
#designer{
    background-color:#111;
}
#designer h4{
    font-size:44px;
    color:#fff;
    font-family: 'LanTingZhongHei';
}
#designer h5{
    font-size:18px;
    font-family: 'LanTingHei';
    color:#e6e6e6;
    margin:27px auto 63px;
}
#designer .designer-intro{
    font-size:16px;
    color:#e6e6e6;
    line-height: 1.7;
    font-family: 'LanTingHei';
    padding:63px 0px 200px;
}
#choose-favorite{
    background-color:#111;
}
#choose-favorite .choose-box .product-img{
    float:left;
    margin-left:4.21%;
    width:53.07%;
}
#choose-favorite .choose-box .product-img img{
    width:100%;
    height:auto;
}
#choose-favorite .choose-box .product-intro{
    width:34.375%;
    margin-left:59.375%;
    margin-top:8%;
    padding:50px 0 50px;
    border:1px solid #666;
}

#choose-favorite .choose-box .product-intro h4{
    font-size:42px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    line-height: 1;
    margin-bottom:45px;
}
#choose-favorite .choose-box .product-intro p{
    font-size:30px;
    color:#ddd;
    line-height:1.8;
}
#choose-favorite .choose-product{
    padding-bottom:200px;
}
#choose-favorite .choose-product h4{
    font-size:42px;
    font-family: 'LanTingZhongHei';
    color:#fff;
    line-height: 1;
    margin-bottom:90px;
}
#choose-favorite .choose-product .btnBox .btn-box.active{
    background: -webkit-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100% ); /* 标准的语法 */
}
#choose-favorite .choose-product .btnBox .btn-box.active:after{
    border:1px solid transparent;
}
#choose-favorite .choose-product .btnBox .btn-box{
    width:272px;
    line-height:60px;
    font-size:26px;
    background-color:transparent;
    outline: none;
    border:none;
    color:#fff;
    border-radius: 2px;
    margin-right:84px;
    font-family: 'LanTingHei';
    margin-bottom:130px;
    position:relative;
    /*background-color:#222;*/
    overflow: hidden;

}
#choose-favorite .choose-product .btn-box button:last-child{
    margin-right:0px;
}
#choose-favorite .choose-product .product-params{
    border:1px solid #666;
    width:44.8%;
    margin:80px auto 0px;
    padding:30px 0 30px;
}
#choose-favorite .choose-product .product-params h5{
    font-size:24px;
    color:#fff;
    margin-bottom:40px;

}
#choose-favorite .choose-product .product-params p{
    font-size:18px;
    color:#ddd;
    line-height: 2;
}
#choose-favorite .choose-product .product-params p span{
    padding-right:45px;
}
#choose-favorite .choose-product .btnBox .btn-box span
{
    position:relative;
    z-index:8;
}
#choose-favorite .choose-product .btnBox .btn-box:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    /*left:-1px;*/
    /*right:-1px;*/
    /*top:-1px;*/
    /*bottom:-1px;*/
    box-sizing: border-box;
    border:1px solid #fff;
    top:0;
    z-index:2;
}
#choose-favorite .choose-product .btnBox .btn-box .btn-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    z-index:5;
    background: -webkit-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100% ); /* 标准的语法 */
    /*transition: all 0.3s ease-out;*/
}
.hide{
    display: none;
}
.product1 .btn-box
{

    width:200px;
    height:60px;
    color:#fff;
    text-align:center;
    font-size:22px;
    line-height:60px;
    border-radius:2px;
    margin-top:45px;
    position:relative;
    /*background-color:#222;*/
    overflow: hidden;
}
.product1 .btn-box a
{
    position:relative;
    z-index:8;
    display: inline-block;
    width:100%;
    height:100%;
    color:#fff;
}
.product1 .btn-box  a:hover
{
    color:#fff;
    text-decoration: none;
}
.product1 .btn-box a:after
{
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-width:8px 0 8px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 黄*/
    top:21px;
    right:35px;
}
.product1 .btn-box:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    border:1px solid #fff;
    top:0;
    z-index:2;
}
.product1 .btn-box .btn-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    z-index:5;
    background: -webkit-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100% ); /* 标准的语法 */
    /*transition: all 0.3s ease-out;*/
}

