html,body{
    font-family: SST W01 Roman, Helvetica Neue, Helvetica, Arial, sans-serif
}
.mobile{
    height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

li {
    list-style: none
}

img {
    display: block
}

a {
    text-decoration: none
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.container{
    font-size: 16px;
    color: #555;
}
.w1210{
    width: 1210px;
    margin: 0 auto;
}
.spec-box{
    position: relative;
}
.loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.1);*/
    background: rgba(0,0,0,0.1) url("images/spec/loading.gif")center 130px  no-repeat;
}
.product-box h2,
.spec-box h2{
    line-height: 84px;
    font-size: 24px;
    font-weight: normal;
}
.product-box .wrapper-l{
    width: 142px;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}
.product-box .wrapper-l p{
    box-sizing: border-box;
    background-color: #fafafa;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-size: 16px;
}
.product-box .wrapper-l .tit-pro{
    height: 358px;
    line-height: 358px;
}
.product-box .wrapper-l .tit-date,
.product-box .wrapper-l .tit-rate,
.product-box .wrapper-l .tit-price,
.product-box .wrapper-r .pro-btm p{
    height: 66px;
    line-height: 66px;
}
.product-box .wrapper-r li{
    float: left;
    width: 267px;
    border-top: 1px solid #e7e7e7;
}
.product-box .wrapper-r .pro-top{
    position: relative;
    height: 357px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    overflow: hidden;
    cursor: pointer;
}
.product-box .wrapper-r .pro-top.add{
    background-color: #fafafa;
}
.product-box .wrapper-r .pro-top.add:hover{
    background-color: #fff;
}
.product-box .wrapper-r .pro-top.add-wrapper{
    background-color: #fafafa;
}
.product-box .wrapper-r .pro-top.add-wrapper:hover{
    background-color: #fff;
}
.product-box .wrapper-r .pro-top:after{
    display: none;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 262px;
    height: 353px;
    border: 2px solid #36addf;
    z-index: -1;
}
.product-box .wrapper-r .pro-top:hover:after{
    display: block;
}
.product-box .wrapper-r .pro-top.add:hover:after{
    z-index: 0;
}
.product-box .wrapper-r .pro-top .add-pro{
    position: relative;
    margin-top: 126px;
    z-index: 2;
}
.product-box .wrapper-r .pro-top .add-pro p{
    margin-top: 15px;
    text-align: center;
}
.product-box .wrapper-r .pro-top .add-pro .img{
    width: 100%;
    height: 56px;
    background: url("images/spec/compare-add_03.png") center center no-repeat;
    background-size: 56px;
}

.product-box .wrapper-r .pro-top:hover .add-pro .img {
    background: url("images/spec/hover-add_03.png") center center no-repeat;
    background-size: 56px;
}
.product-box .wrapper-r .pro-top:hover .add-pro p{
    color: #26a8df;
}
.product-box .wrapper-r .icon-box{
    position: absolute;
    right: 0;
    top: 14px;
}
.product-box .wrapper-r .change,
.product-box .wrapper-r .close{
    float: left;
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-right: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 35px;
}
.product-box .wrapper-r .change{
    background-image: url("images/spec/compare-change_03.png");
}
.product-box .wrapper-r .close{
    background-image: url("images/spec/compare-close_03.png");
}

.product-box .wrapper-r .pro-top:hover  .change{
    background-image: url("images/spec/hover-btn_03.png");
}
.product-box .wrapper-r .pro-top:hover  .close{
    background-image: url("images/spec/hover-btn_06.png");
}
.product-box .wrapper-r .img{
    height: 232px;
    margin-top: 20px;
}
.product-box .wrapper-r .img img{
    width: 232px;
    margin: 2px auto 0 auto;
}
.product-box .wrapper-r .pro-top .tit{
    height: 42px;
    overflow: hidden;
}
.product-box .wrapper-r .pro-top .cat{
    margin-left: 25px;
    font-weight: bold;
    font-size: 16px;
}
.product-box .wrapper-r .pro-top .cat-name{
    margin-left: 25px;
    font-weight: normal;
    font-size: 16px;
    color: #555;
}
.product-box .wrapper-r .pro-top .btn-box{
    padding: 11px 24px 0 24px;
}
.product-box .wrapper-r .pro-top .line-btn,
.product-box .wrapper-r .pro-top .detail-btn
{
    box-sizing: border-box;
    width: 105px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
}
.product-box .wrapper-r .pro-top .line-btn{
    color: #fff;
    background-color: #0a83d6;
}
.product-box .wrapper-r .pro-top .detail-btn{
    color: #555;
    border: 1px solid #e7e7e7;
}
.product-box .wrapper-r .pro-btm .tit-date,
.product-box .wrapper-r .pro-btm .tit-rate,
.product-box .wrapper-r .pro-btm .tit-price{
    display: none;
}

.product-box .wrapper-r .pro-btm p{
    box-sizing: border-box;
    padding-left: 24px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-size: 16px
}
.product-box .wrapper-r .pro-btm .rate{
    font-size: 20px;
    color: #f95c25;
}
.product-box .wrapper-r .pro-btm .price{
    font-size: 24px;
    color: #1aa5de;
}

/*-----------------------------如何操作*/
.operate-box .ope-tit{
    line-height: 82px;
    font-size: 24px;
    color: #26a8df;
}
.operate-box .wrapper {
    box-sizing: border-box;
    height: 170px;
    padding-bottom: 37px;
    background-color: #fafafa;
    border-top: 2px solid #29a9df;
}
.operate-box .wrapper .step{
    display: flex;
    align-items: center;
    height: 86px;
    margin-left: 46px;
    margin-top: 36px;
}
.operate-box .wrapper .step .step-l{
    width: 86px;
    height: 86px;
    margin-right: 25px;
    background-color: #e6e6e6;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}
.operate-box .wrapper .step .step-l p:nth-child(1){
    line-height: 30px;
    margin-top: 17px;
    font-size: 36px;
    color: #29a9df;
}
.operate-box .wrapper .step .step-l p:nth-child(2){
    font-size: 18px;
    color: #555;
}
.operate-box .wrapper .step .step1-r{
    font-size: 16px;
    width: 152px;
}
.operate-box .wrapper .step .step2-r>div{
    font-size: 14px;
    color: #555;
}
.operate-box .wrapper .step .step2-r p{
    line-height: 32px;
}
.operate-box .wrapper .step .step2-r .t1-tit{
    color: #333;
    font-size: 14px;
}
.operate-box .wrapper .step .step2-r .t2-tit{
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.operate-box .wrapper .step .step2-r .t1-detail,
.operate-box .wrapper .step .step2-r .t2-detail
{
    position: relative;
    width: 530px;
    margin-left: 46px;
    font-size: 14px;
}
.operate-box .wrapper .step .step2-r .t1-detail:before,
.operate-box .wrapper .step .step2-r .t2-detail:before{
    position: absolute;
    content: '';
    top: 16px;
    left: -41px;
    width: 37px;
    height: 0;
    border-bottom: 1px dotted #555;
}
    /*--------------------------规格比较*/
.w100{
    margin-top: 35px;
}
.w100.fixH{
    height: 70px;
}
#fixNavSpec{
    height: 70px;
    box-shadow: 0 -3px 10px #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.fixNavSpec{
    background-color: #fff;
}
#fixNavSpec.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}
.w100 h2{
    line-height: 70px;
    font-weight: normal;
    color: #333;
    font-size: 24px;
}
.w100 .detail-btn{
    font-size: 14px;
}
.w100 .detail-btn .imp{
    padding-right: 22px;
    color: #707070;
    border-right: 2px solid #c9c9c9;
}
.w100 .detail-btn .detail{
    margin-left: 22px;
    margin-right: 27px;
    color: #707070;
}
.w100 .detail-btn .imp.active,
.w100 .detail-btn .detail.active{
    color: #0a83d6;
}
.w100 .detail-btn .hide{
    display: inline-block;
    width: 158px;
    height: 41px;
    /*padding-left: 32px;*/
    text-align: center;
    line-height: 41px;
    color: #fff;
    background-color: #555;
}
.w100 .detail-btn .hide.active{
    background-color: #0a83d6;
}
.w100 .detail-btn .hide span{
    position: relative;
    padding-left: 32px;
}
.w100 .detail-btn .hide span:after{
    position: absolute;
    left: 0;
    top:-2px;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url("images/spec/hide-mode_03.png") no-repeat;
}
/*---------------------------主要规格*/
#main{
    width: 100%;
    overflow: hidden;
}
.spec-box h3{
    padding-left: 20px;
    margin: 15px 0 15px 0px;
    height: 42px;
    line-height: 42px;
    color: #747474;
    font-size: 24px;
    font-weight: normal;
    border-left: 13px solid #0b83d9;
}
.spec-style .spec-wrapper .spe-model-box{
    width: 816px;
    overflow: hidden;
}
.spec-style .spec-wrapper{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.spec-style .spec-wrapper i{
    position: absolute;
    top: 17px;
    display: block;
    width: 23px;
    height: 39px;
    background: url("images/spec/btn-fl_03.png") no-repeat;
}
.spec-style .spec-wrapper .icon-left{
    left: 308px;
    z-index: 2;
    cursor: pointer;
}
.spec-style .spec-wrapper .icon-right{
    right: 0;
    transform: rotate(180deg);
    z-index: 2;
    cursor: pointer;
}
.spec-style .spec-wrapper .spe-model{
    position: relative;
    width: 837px;
}
.spec-style .spec-wrapper li{
    float: left;
    height: 39px;
    width: 272px;
    /*line-height: 39px;*/
    padding: 17px 0;
    font-size: 20px;
    color: #707070;
    /*text-align: center;*/
}

.spec-style .detail-wrapper .detail-info-box p{
    font-size: 14px;
    color: #333;
}
.spec-style .detail-wrapper p.detail-tit{
    box-sizing: border-box;
    width: 179px;
    padding-left: 2px;
    line-height: 52px;
    font-size: 18px;
    color: #999;
}
.spec-style .detail-wrapper>div{
    float: left;
    width: 100%;
}

.bTop{
    border-top: 1px solid #e5e5e5;
}
.spec-style .detail-wrapper>div .detail-info p.tit{
    width: 272px;
    padding-right: 40px;
    box-sizing: border-box;
    /*font-weight: bold;*/
}
.spec-style .detail-wrapper>div .detail-info p:last-child {
    width: 100px;
}
.base-info{
    padding-top: 15px;
}
.spec-style .detail-wrapper>div .detail-info p{
    width: 120px;
    min-height: 52px;
    line-height: 25px;
    float: left;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    /*overflow: hidden;*/
}
/*.bTop .detail-value{
    margin-top: 10px;
}*/
.c-remarks{
    width: 272px;
}
.c-remarks.first{
    margin-left: 272px;
}
.c-remarks .remarks-val{
    /*display: inline-block;*/
}
.c-remarks li{
    box-sizing: border-box;
    width: 272px;
}
/*.c-remarks li:not(:nth-child(4n)) {*/
    /*padding-right: 15px;*/
/*}*/
.spec-style .detail-wrapper>div .detail-info .c-remarks p {
    position: relative;
    box-sizing:border-box;
    width: 232px;
    height: 25px;
    min-height: 0;
    padding-right: 16px;
    overflow: hidden;
    color: #000;
}
.spec-style .detail-wrapper>div .detail-info .c-remarks p span:not(.icon-more){
    display: inline-block;
    float: left;
}
.c-remarks .remarks-val{
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.spec-style .detail-wrapper>div .detail-info .c-remarks p.open{
    height: auto;
}
.spec-style .detail-wrapper>div .detail-info .c-remarks p.open .remarks-val{
    white-space: normal;
}
.c-remarks .icon-more{
    position: absolute;
    top:3px;
    right: 0;
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url("images/spec/more_mark_03.jpg");
    cursor: pointer;
}
.spec-style .detail-wrapper>div .detail-info .detail-value.bold p.value{
    font-weight: bold;
    color: #333;
}
.spec-style .detail-wrapper>div .detail-info .detail-value.bold p.value:last-child {
    padding-right: 0;
}
.spec-style .detail-wrapper>div .detail-info .detail-value.bold p.value>span{
    line-height: 30px;
    /*margin: 12px 0;*/
    display: block;
}

.spec-style .detail-wrapper>div .detail-info .detail-value.bold p.value>span.mobile-bg-line{
    height: 2px;
    margin-top: 14px;
    background: url("images/spec/mobile_empty_line_03.png") no-repeat;
}
.spec-style .detail-wrapper>div .detail-info .detail-value.bold p.value>span.pc-bg-line{
    height: 3px;
    margin-top: 14px;
    background: url("images/spec/pc_empty_line_03.png") no-repeat;

}
.spec-style .detail-wrapper>div .detail-info p.value{
    box-sizing: border-box;
    width: 272px;
    padding-right: 40px;
}
.spec-style .detail-wrapper>div .detail-info p.value .bold{
    font-weight: bold;
    color: #333;
}
.spec-style .detail-wrapper>div .detail-info p.value img{
    margin-top:21px;
    margin-bottom: 15px;
}
.spec-style .detail-wrapper>div .detail-info .img{
    float: left;
    width: 246px;
    padding: 25px 0;
}
.spec-style .detail-wrapper>div:last-child{
    border-bottom: none;
}
/*---------------------------详细规格*/
.spec-box .detail-spec {
    width: 1210px;
    margin: 30px auto 0 auto;
    padding-bottom: 140px;
    overflow: hidden;
    background-color: #f9f9fb;
}

.spec-box .full-bg {
    background-color: #f9f9fb;
}
/*.spec-style .detail-spec .detail-wrapper .detail-tit{*/
    /*width: 128px;*/
/*}*/
/*.spec-style .detail-spec .detail-wrapper>div .detail-info p.tit {*/
    /*width: 235px;*/
/*}*/
/*.full-bg .detail-wrapper>div:first-child {
    border-top: 1px solid #e5e5e5;
}*/
/*-----------------------------------------------------浮层*/


/*滚动条样式*/
.pro-wrapper::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.pro-wrapper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #29a9df;
}
.pro-wrapper::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #e6e6e6;
}
#layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index:999;
}
#layer .wrapper{
    box-sizing: border-box;
    width: 954px;
    height: 591px;
    padding: 26px;
    margin: 50px auto 0 auto;
    background-color: #fff;
}
#layer .select{
    position: relative;
    width: 100%;
    height: 43px;
    font-size: 28px;
    color: #29a9df;
    text-align: center;
}
#layer .search-wrapper{
    position: absolute;
    left: 0;
    top: 0;
}
#layer .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background: url("images/spec/compare-close_03.png") no-repeat;
    cursor: pointer;
}
#layer .search-wrapper input{
    box-sizing: border-box;
    width: 270px;
    height: 44px;
    padding-right: 48px;
    padding-left: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}
#layer .search {
    position: relative;
}
#layer .search .search-btn{
    position: absolute;
    top: 9px;
    right: 12px;
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(images/search-btn_03.png) no-repeat;
}
#layer .search.focus .search-btn{
    background: url(images/close-btn2_03.png) no-repeat;
    cursor: pointer;
}
#layer .search .result{
    display: none;
}
#layer .search .result li{
    cursor: pointer;
}
#layer .search.focus .result{
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 22px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-top: none;
}
#layer .search.focus .result li{
    box-sizing: border-box;
    width: 268px;
    padding-right: 48px;
    padding-left: 20px;
    padding-top: 22px;
    text-align: left;
    font-size: 16px;
    color: #555;
}
/*#layer .search-wrapper .search-btn{
    float: right;
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(images/search-btn_03.png) no-repeat;
    transform: translate3d(-38px,9px,0);
}
#layer .search-wrapper.focus .search-btn{
    background: url(images/close-btn2_03.png) no-repeat;
}*/
#layer .search-wrapper input:focus{
    background: #fff;
}

#layer .search-wrapper input::-webkit-input-placeholder {
    color: #787878;
    font-weight: normal;
}

#layer .search-wrapper input:-moz-placeholder {
    color: #787878;
    font-weight: normal;
}

#layer .search-wrapper input::-moz-placeholder {
    color: #787878;
    font-weight: normal;
}

#layer .search-wrapper input:-ms-input-placeholder {
    color: #787878;
    font-weight: normal;
}
#layer .pro-wrapper{
    margin-top: 35px;
    padding-right: 20px;
    height: 485px;
    overflow-y: auto;
}
#layer .pro-wrapper .tit{
   height: 52px;
    padding-left: 20px;
    line-height: 52px;
    background-color: #f9f9fb;
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
}
#layer .pro li{
    float: left;
    padding: 10px 0;
    border-top: 1px dashed #e5e5e5;
}
#layer .pro li:nth-child(1),
#layer .pro li:nth-child(2),
#layer .pro li:nth-child(3){
    border-top: none;
}
#layer .pro li a{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 288px;
    height: 122px;
    padding: 2px;
    justify-content: space-between;
}
#layer .pro .img img{
    width: 118px;
    margin-left: 1px;
}
#layer .pro .img-info>p{
    width: 115px;
    /*height: 38px;*/
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    color: #030303;
}
#layer .pro .img-info>p.cat{
    font-weight: bold;

}

#layer .pro li a:hover{
    border: 2px solid #29a9df;
    padding: 0;
}
#layer .pro li a:hover .img-info{
    color: #29a9df;
}

/*#fixNavSpec .backtohead {
    position: absolute;
    top: 500px;
    right: 100px;
	display:none;
}*/