﻿body{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    min-width: 1200px;
    position: relative;
    background: #f2f2f2;
}
*{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
    margin:0;
}
.commonnav-bg .big-nav {
    width: 980px;
    height: 24px;
    box-sizing: content-box;
    padding-left: 230px;
    margin-top: -35px;
}
.commonnav-bg h2 .nav-list li .list-main p {
    line-height: 22px;
    padding-bottom: 8px;
    border-bottom: 0.5px solid rgba(255,255,255,0.8);
    margin:0;
}


/*-----------------产品列表-----------------------*/
dl{
    margin-bottom:0;
}
dl dd{
    cursor:pointer;
}
.product{
    clear:both;
}
/*过滤*/
.box{
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px dashed #dbdbdb;
}
.box dt{
    float: left;
    margin-left:15px;
    /*width: 85px;*/
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight:500;
}
.box dd{
    float: right;
    width: 1085px;
}
.box dd a{
    padding-right: 10px;
    white-space: nowrap;
}
.box dd a button,.box dd span button{
    color:#06c;
}
.box .item-son button{
    color:#000;
}
/*排序*/
.product-list .fore {
    padding: 0 10px;
    width: 1198px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fafafa;
    margin-bottom:10px;
}
.product-list .fore ul{
    margin: 8px 0;
    width: 540px;
    height: 24px;
    float: left;
}
.product-list .fore ul li{
    float: left;
    padding: 0 10px;
    height:30px;
    line-height:30px;
    font-size:14px;
    cursor: pointer;
}
.product-list .fore ul li.cur-fore{
    color: #fff;
    border: 1px solid #dbdbdb;
    background: #e33a3c;
}
.filter-box-tit h1{
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
    font-size:16px;
}
/*带图展示*/

.product li{
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    width: 300px;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    border-radius:2px;
    overflow: hidden;
}
.product li a{
    display: block;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #fff;
}
.product li dl{
    margin-bottom:0;
}
.product li:hover{
    box-shadow:1px 1px 3px #ccc;
}
.product .img-box{
    display: block;
    margin: 0 auto 10px;
    width: 230px;
    height: 230px;
}
.product .img-box img{
    width:100%;
    height: 100%;
}
.product-info {
    height: 66px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
}
.product .price{
    display: block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: .1em;
}
.product .price strong{
    font-size: 20px;
    color: #e33a3c;
}

/*页码*/
.product-list-page{
   position: relative;
}
/*-----------------end-----------------------*/


/*产品详情页*/
.product-show{
    position: relative;
}
.product-show div{
    box-sizing: content-box;
}
#content{
    position: relative;
    background: #f2f2f2;
    top: 20px;
    margin-bottom: 60px;
}
#content .info-box{
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    /* border: 1px solid #ffffff; */
    overflow: hidden;
    background: #ffffff;

}
 .info-box .left-panel {
    width: 490px;
    /* border-right: 1px solid #dbdbdb; */
    float: left;
     height:682px;
}
.big-img{
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    width: 450px;
    height: 450px;
    box-sizing: content-box;
    /* border-bottom: 1px solid #dbdbdb; */
}
.big-img>img{
    width:100%;
    height: 100%;
}

.small-img-box,.control,.small-img-list{
    box-sizing: content-box;
}
.small-img-box{
    overflow: hidden;
    padding: 6px 0 0 20px;
    width: 470px;
    height: 80px;
    box-sizing:content-box;
}
.left-panel .small-img-box .control{
    cursor: pointer;
    width: 10px;
    height: 76px;
    float: left;
}
 .left-panel .small-img-box .left {
    background: url(../image/left.png) no-repeat left center;
}
.left-panel .small-img-box .right{
    background: url(../image/right.png) no-repeat right center;
}

.small-img-list {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0;
    width: 450px;
    height: 80px;
}

.small-img-list ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 80px;
    margin: 0;
    padding: 0;
}
 .small-img-list ul li {
    float: left;
    overflow: hidden;
    list-style: none;
    padding: 3px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
 }
 .small-img-list ul li:not(:first-child){
     margin-left: 10px;
 }
 .small-img-list ul li:first-child{
     margin-left: 5px;
 }


.small-img-list ul li img{
    cursor: pointer;
    margin: 8px 0;
    width: 60px;
    height: 60px;
}
.small-img-list ul li:hover img{
    /* border:2px solid #e53e41; */
}
/*.small-img-list ul li img.current{
    border:2px solid #e53e41;
}*/
.info-tag{
    overflow: hidden;
    margin: 30px 20px 10px;
    text-align: center;
    width: 380px;
    height: 40px;
}
.info-tag img{

}
.repair-service{
    padding: 10px 20px;
    width: 380px;
    height: auto;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    clear:both;
}
.left-panel .repair-service h5 {
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
}
.left-panel .repair-service strong {
    color: #e33a3c;
}
/*详情页右边栏*/


.right-panel{
    width: 666px;
    float: left;
    margin-left: 40px;
}

h1.product-title{
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size:18px;
    color: #515151;
    min-height:35px;
    margin-top: 40px;
}
h1.product-title span{
    display: inline-block;
    background: #3277ff;
    padding: 0px 4px;
    color:#ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-right: 8px;
}
h5.product-config{
    /* margin-bottom:30px; */
    font-size: 14px;
    font-color:#807e7e;
    position: relative;
}
h5.product-config::after{
    display: block;
    width:100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
    margin-top: 20px;
}
.details_comInfo_price {
    width: 100%;
    /* background-color: #f5f5f8; */
    border-radius: 4px;
    padding-top: 18px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.details_comInfo_price::after{
    display: block;
    width:100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
    margin-top: 20px;
}
.details_comInfo_price .marketprices{
    color: #33302e;
    font-size: 24px;
    font-family: "微软雅黑";
    margin-bottom: 5px;
}
.details_comInfo_price .marketprices span{
    font-size: 44px;
    font-family: "Arial";
}
.details_comInfo_price .marketprices .dw{
    font-size: 18px;
    font-weight: 700;
}
.v-scope{
    color:#3277ff;
    margin-right: 40px;
}
.details_comInfo_price .v-binding{
    color:#1b0303;
}
.details_comInfo_price .doLogin{
    color:#ff6c00;
    font-size: 14px;
    text-decoration: none;
    margin-left: 5px;
}
.details_comInfo_price .newold{
    margin-left:35px;
    color:#737373;
}
.details_comInfo_price h5 {
    float: right;
    width: 50%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #6c6c6c;
    margin: 0 0 13px;
    line-height: 20px;
}
.details_Sele_mode {
    width: 100%;
    overflow: hidden;
    margin-bottom: 34px;
    display: flex;
}
.details_Sele_mode h4 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 700;
    color: #33302e;
    margin: 0;
    margin-bottom: 15px;
    width:20%;
}
.sub-title {
    color: #eb343f;
    font-size: 14px;
}
.price-content{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
}
 .price-content span {
    margin: 0 6px;
    padding: 2px 4px;
    background: #e33a3c;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}
 #price{
     margin-top:2px;
 }
.price-content strong{
    color: #e33a3c;
    font-size: 20px;
}
/*右栏信息选择*/
.info-attr-box{
    clear: both;
    width: 717px;
    border:1px solid;
}
.info-attr-box dl{
    margin-top:11px;
    clear:both;
}
.info-box .right-panel .info-attr-box dl dt {
    float: left;
    width: 87px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    text-align: right;
    font-size: 12px;
}
.info-box .right-panel .info-attr-box dl dd {
    float: left;
    width: 620px;
}
.config-tag{
    position: relative;
    cursor: pointer;
    float: left;
    display: block;
    margin: 6px 20px 0 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}
.config-tag a{
    color: #666;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.info-box .right-panel .info-attr-box .config-tag>a {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 100%;
}
.config-tag img{
    float: left;
    margin: 3px 10px 0 0;
    width: auto;
    height: 24px;
}
/*押金*/
.lookFreeBox_ul li{
    display:block;
}

/*数量*/
.product-show .details_BtnBox h4{
    float:left;
    margin-top:10px;
}

.product-show .details_BtnBox_buttom{
    float: left;
    margin-top:20px;
    clear:both;
}

 .info-box .right-panel .count-box {
    float: left;
    height: 42px;
    line-height: 42px;
    color: #000;
     margin-bottom:10px;
     /* margin-left:20px; */
     width: 100%;
}
.info-box .right-panel .count-box input {
    display:inline-block;
    margin-top: 5px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    float: left;
    text-align: center;
    color:#000;
    background-color: #fff;
    width: 20px;
}
input[type="text"], input[type="password"] {
    border: 1px solid #e9ebed;
}

input[type="text"], textarea, input[type="password"] {
    padding-left: 10px;
    border-color: #e9ebed;
    -moz-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    -moz-transition: border-color .25s ease-in-out;
    -o-transition: border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
}
.count-box span.put{
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 20px;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    float: left;
    display: block;
    cursor: pointer;
    color: #798693;
    box-sizing: border-box;
    text-align: center;
    margin-top: 5px;
}
.product-show h4,.product-show h1{
    font-weight: 700;
}
.count-box+.count-tips{
    float: left;
    margin: 4px 0 0 20px;
    width: 159px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
   /* white-space:nowrap;*/
    background: url(../image/count-tips-icon-bg.png) left center no-repeat;
}
 .count-tips span {
     display: inline-block;
     margin: -3px 6px 0 0;
     vertical-align: middle;
     width: 24px;
     height: 34px;
    background: url('../image/count-tips-icon.png') right center no-repeat;
}
/*产品详细内容*/
.product-show .details-box {
    width: 1200px;
    /* border: 1px solid #dbdbdb; */
    box-sizing: border-box;
    margin: 15px auto 0;
    box-sizing: border-box;
}
.details-box .tab-box {
    width: 100%;
    height: 246px;
    line-height: 36px;
    font-size: 18px;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.details-box .tab-box li {
    width: 250px;
    height: 60px;
    line-height: 60px;
    float: left;
    display: block;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
 .details-box .tab-box li.hover {
    background: #33302e;
    color: #ffffff;
    font-weight: bold;
}
 .details-box .tab-content {
     padding: 20px 29px;
 }

.details-box .tab-content .details {
    text-align: center;
}
.details-box .tab-content .process{
    text-align:center;
}
.details-box .tab-content .details div img{
    position: relative;
    display:block;
    margin:0 auto;
    /* width: 100%; */
	max-width:100%;
}
.details table{
    width: 750px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
.details table th {
    font-weight: bold;
    text-align: center;
}
.details table tbody{
display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tab-content .details table th, .tab-content .details table td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 2px 8px;
    vertical-align: middle;
    text-align: left;
}
.details table .fjd_left {
    width: 150px;
    text-align: right;
    background: #F5FAFE;
}

.tab-content .consulting-box {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
}
 .tab-content .consulting-box .tip {
    height: auto;
    line-height: 28px;
    font-size: 14px;
    clear: both;
}
.tab-content .consulting-box .tip span {
    color: #e33a3c;
}
.tab-content .consulting-box .consulting-list {
    clear: both;
}
.consulting-box .title {
    height: 40px;
    line-height: 40px;
    clear: both;
}
.consulting-box .title strong {
    margin-right: 5px;
}
.tab-content .consulting-box .consulting-form textarea {
    width: 98%;
    height: 60px;
    border: 1px solid #dfdfdd;
    border-radius: 3px;
    padding: 10px;
}
 .consulting-box .consulting-form .btn-box {
    height: 32px;
    padding-right: 20px;
    padding-top: 10px;
}
.consulting-box .consulting-form .btn-box button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #37a3ff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

/***********用于代扣样式***************/
.payMentpayBox .daikou input{
    height: 30px;
    width:300px;
}
.payMentpayBox .daikou button{
    width: 147px;
    height: 45px;
    margin-left: 90px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #37a3ff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    border:0px;
    margin-top:30px;
}
.payMentpayBoxx,.payMentpayBoxxx{
    padding-left: 300px;
}
.payMentpayBox .daikou span{
    color: red;
}
.payMentpayBoxxx .daikou1 button{
    width: 87px;
    height: 30px;
    margin-left: 50px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #37a3ff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    border:0px;
    margin-top:0px;
}
.untieCard .bankCard{
    position: relative;
    width:500px;
    height: 250px;
    /* //background:#37a3ff;
    //border-radius: 10%; */
    margin-left: -80px;
}

.bankCard p{
    color:#ffffff;
}
.untieCard .bankCard p{
    margin-left:40px;
    padding-top:50px;
    font-size: 24px;
}

.payMentpayBox .daikou .widthStyle{
    width:90px;
    color:#5e6264!important;
    display: inline-block;
}
.bankCard .bankBackGround{
    background: url(http://www.xiaozu365.com/img/card-1.png) no-repeat left center;
    width:507px;
    height:290px;
    position: relative;
}
.bankCard .bankBackGround_login{
    position: absolute;
    left:12px;
    top:-5px;
}
.bankCard p.bankBackGround_kefu{
    position: absolute;
    left:354px;
    top:9px;
    color: #3277ff;
    font-size: 12px!important;
    cursor: pointer;
}
.bankCard p.bankBackGround_number{
    position: absolute;
    left:336px;
    top:81px;
    font-size: 30px!important;
}
.bankCard p.bankBackGround_dateTitle{
    position: absolute;
    left:14px;
    bottom:62px;
    font-size: 12px!important;
}
.bankCard p.bankBackGround_dateNumber{
    position: absolute;
    left:14px;
    bottom:30px;
    font-family: "arial";
    font-size: 18px!important;
    color:#d6e4ff;
}
/*-----------------end-----------------------*/
.Producht_details{
    width: 1200px;
    overflow: hidden;
    margin:  30px auto 50px;
}
.seatNav_details{
}
.details_TopBox{
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0 30px 50px;
}
.details_banner{
    width: 550px;
    height:550px;
    float: left;
    border-radius: 4px;
    border: solid 2px #e6e9eb;
    overflow: hidden;
    box-sizing: border-box;
}
.details_comInfo{
    width: 550px;
    float: left;
    margin-left: 40px;
}
.details_comInfo h3{
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #515151;
    min-height: 58px;
    margin: 0 0 30px;
}
/* .details_comInfo_price{
    width: 100%;
    background-color: #f5f5f8;
    border-radius: 4px;
    padding: 13px 19px 0;
    overflow: hidden;
    margin-bottom: 35px;
}
.details_comInfo_price span{
    display: block;
    float: left;
    font-size: 14px;
    width: 50%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ff5c1c;
    line-height: 20px;
    margin-bottom: 13px;
}
.details_comInfo_price h5{
    float: right;
    width: 50%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #6c6c6c;
    margin: 0 0 13px;
    line-height: 20px;
} */
.details_Sele_mode{
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}
.details_Sele_mode h4{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #33302e;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    width:15%;
    line-height: 40px;
    margin-right: 15px;
}
.details_Sele_mode_itembox {
    width: 100%;
    overflow: hidden;
}
.details_Sele_mode_itembox li{
    /* width: 100%; */
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    word-break: break-all;
    list-style:none;
    float: left;
    clear: both;
    /* padding: 8px 15px; */
}
.details_Sele_mode_itembox2{
    width: 100%;
    overflow: hidden;
}
.details_Sele_mode_itembox2 li{
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    padding:10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    letter-spacing: 1px;
    word-break: break-all;
    clear: both;
    cursor: pointer;
}
.details_Sele_mode_itembox2 li:hover{
    background: #eaf1ff;
    border:1px solid #c1d6ff;
}

.details_liBox_item{
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.details_liBox_item:nth-child(1){
    border: solid 1px rgba(186, 186, 186, 0.5);
    padding: 0px 15px;
    box-sizing: border-box;
    /* width: 175px; */
    height: 38px;
    line-height: 36px;
	min-width: 166.36px;
}
.details_liBox_item:nth-child(2){
    /* background: url(../image/bg1.png) no-repeat center center;
    line-height: 35px; */
}
.bg1{
    background: url(../image/bg1.png) no-repeat center center;
    line-height: 30px;
    font-size: 12px;
    padding: 5px 20px;
}
.bg2{
    background: url(../image/bg2.png) no-repeat center center;
    line-height: 30px;
    font-size: 12px;
    padding: 5px 20px;
}
.bg3{
    background: url(../image/bg3.png) no-repeat center center;
    line-height: 30px;
    font-size: 12px;
    padding: 5px 20px;
}
.bg4{
    background: url(../image/bg4.png) no-repeat center center;
    line-height: 30px;
    font-size: 12px;
    padding: 5px 20px; 
}
.details_liBox_item:nth-child(3){
    font-size:12px;
    /* padding:2px 0px; */
    margin-top: 7px;
    color: #999;
    clear: both;
}
.details_active{
    background-color: #fff;
    color: #3277ff;
    border-style: solid!important;
    border-width: 1px!important;
    border-image-slice: 1!important;
    border:2px solid #3277ff!important;
    position: relative;
}
.rentype_active{
    background-color: #fff;
    color: #3277ff;
    margin-left: -2px;
}
.details_active::after{
    background:url(../image/select.png);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
}
.details_activess{
    background-color: #fff;
    color: #3277ff;
    border-style: solid!important;
    border-width: 1px!important;
    border-image-slice: 1!important;
    border:2px solid #3277ff!important;
    position: relative;
}
.details_activess::after{
    background:url(../image/select.png);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
}
.details_actives{
    background-color: #fff;
    color: #ff947b;
    border-style: solid!important;
    border-width: 1px!important;
    border-image-slice: 1!important;
}

.lookFreeBox{
    width: 100%;
    height:30px;
}
.lookFreeBox_h4{
    width: 12%;
    float: left;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.lookFreeBox_ul{
    float: left;
    width: 100%;
}
.lookFreeBox_ul li{
    margin-bottom: 8px;
    font-size: 14px;
    color: #555555;
    letter-spacing: 1.5px;
}
.lookFreeBox_ul li a{
    text-decoration: none;
}
.looKfreeLogin{
    color: #4DA1EE;
    cursor: pointer;
}

.details_BtnBox{
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.details_BtnBox h4{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #515151;
    margin: 0;
    margin-bottom: 10px;
}
.details_BtnBox_buttom{
    width: 100%;
    position: relative;
    margin-bottom: 21px;
}
.details_BtnBox_num{
    float: left;
    overflow: hidden;
}
.details_BtnBox_num input{
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: solid 1px #ddd;
    border-right: none;
}
.details_BtnBox_numBtn{
    float: left;
}
.details_BtnBox_numBtn button{
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
}
.details_BtnBox_numBtn button:nth-child(2){
    border-top: none;
}

.details_BtnBox_Btn{
    float: left;
    width: 180px;
    height: 50px;
    margin-left: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    /*background-image: linear-gradient(-90deg, rgba(254, 191, 121, 0.99) 0%, #ff947b 100%);*/
    /*background-image: linear-gradient(-90deg, rgb(90, 237, 253) 0%, #37a3ff 100%);*/
    background-color: #37a3ff;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}
.details_BtnBox_shopChart{
    background: #fff;
    box-sizing: border-box;
    color: #37a3ff!important;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    /*border-image-source:linear-gradient(-90deg, rgb(90, 237, 253) 0%, #37a3ff 100%);*/
    border-image-color:#37a3ff;
    border-image-slice: 1;
}

.com_details{
    width: 1200px;
    overflow: hidden;
    padding-top: 53px;
    margin: 0 auto 100px;
}
.com_details_Text{
    width: 790px;
    height: 100px;
    float: left;
}
.com_details_Text>h4{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 24px;
    color: #fe9169;
    margin: 0 0 20px;
    height: 38px;
}
.com_details_Text>h4>span{
    padding-bottom: 14px;
    border-bottom: 1px solid #fe9169;
}
.com_details_imgBox{
    width:790px;
    background: #d7d7d7;
    margin-right: 90px;
    height: 1500px;
    min-height: 1px;
}

.com_details_Rec{
    /*margin-left: 125px;*/
    float: right;
}
.com_details_Rec>h4{
    width: 100%;
    margin-bottom: 32px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 26px;
    color: #363b40;
}
.com_details_list{
    width: 100%;
    overflow: hidden;
}
.goodDetails_item{
    background-color: #ffffff;
    box-shadow: 0px 6px 16px 0px #e6e9eb;
    border-radius: 4px;
    float: none;
    margin-bottom: 30px;
}
.com_details_list_item:hover{
    box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);
    transition: all .3s ease;
}
.com_details_list_item:hover img{
    transform: scale(1.1);
}
.com_details_list_item img{
    display: block;
    width: 248px;
    height: 190px;
    transition: all .3s ease;
}
.com_details_list_info {
    width: 248px;
    height: 75px;
    background-color: #efefef;
    overflow: hidden;
    position: relative;
    padding: 7px;
}
.com_details_list_info h3{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #515151;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.com_details_list_info h5{
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px;
    padding-bottom: 8px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ff5c1c;
}
.clearFloat::before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.details_Sele_mode  .details_Sele_mode_itembox2 a{
    text-decoration: none;
    color:#000000;
}


/* 新 */
.server{
    color:#33302e;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.server::after{
    display: block;
    content: "";
    width:100%;
    height: 1px;
    background: #f6f6f6;
    margin-top: 25px;
}
.server span{
    font-size: 14px;
    margin-left:10px;
    padding: 2px 5px;
}
.server .data{
    background: #e7f9ed;
    color:#16c353;
}
.server .qglb{
    background: #eaf1ff;
    color:#3277ff;
}
.server .sfby{
    background: #f1f1f1;
    color:#737373;
}
.lienars{
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 18px;
}
.lookFreeBox_ul li.NeedPay{
    color:#3277ff;
    font-size: 24px;
    font-weight: 700;
}
.lookFreeBox_ul li.NeedPay span{
    color:#ff6c00;
    font-size: 24px;
    font-weight: 700;
    text-decoration: line-through;
    margin-bottom: 20px;
}
.details_BtnBox_Btn:first-child{
    margin: 0;
}
.bg{
    width: 1200px;
    height: 20px;
    background: #f2f2f2;
    margin: 0 auto;
}
.tops{
    margin-top: 20px;
}
.tright{
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
}
.nologin{
    margin-top:10px;
}
.prop_active{
    background-color: #fff;
    color: #3277ff;
    border-style: solid!important;
    border-width: 1px!important;
    border-image-slice: 1!important;
    border:2px solid #3277ff!important;
    position: relative;
}
.prop_active::after{
    background:url(../image/select.png);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
}
.propcolor{
    display: flex;
}
.propcolor li{
    height: 12px;
    line-height: 12px;
    min-width: 30px;
    text-align: center;
}
.server span{
	cursor:pointer;
}
[v-cloak] {
    display: none!important;
}
.propcolor li{
    list-style: none;
}
.crumbs{
    width: 1200px;
    margin: 0 auto;
    color: #888;
    margin-bottom: 12px;
}
.nav li{
    list-style: none;
    float: left;
    font-size: 12px;
}
.crumbs::after,.nav::after{
    clear: both;
    content: "";
    display: block;
}
.nav li:not(:first-child)::before{
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}
.crumbs ul li a{
    color:#888;
}
.crumbs ul li a:hover{
    color:#666;
}
/* 详情参数表格 */
.tab-content .details table td:first-child{
    text-align: center;
    min-width: 80px;
}
/* 相关推荐 */
.about{
    width: 1200px;
    background: #ffffff;
    clear: both;
}
.about .like{
    color: rgba(51,48,46,0.5);
    width: 100px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.about .like::before{
    position: absolute;
    content: "";
    left: -155px;
    top: 12px;
    width: 140px;
    height: 1px;
    background: linear-gradient(to right,#ffffff,#d6d6d5);
}
.about .like::after{
    position: absolute;
    content: "";
    right: -155px;
    top: 12px;
    width: 140px;
    height: 1px;
    background: linear-gradient(to right,#d6d6d5,#ffffff);
}
.about div.img{
    padding: 0 48px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.about div.img .box{
    width: 180px;
    height: 180px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    display: inline-block;
}
.about div.img .box img{width: 100%;height: 100%;}
.about div.img a:not(:first-child) .box{
    margin-left:45px;    object-fit: cover;
}