*{
    padding:0;
    margin:0;
}
html,body{
    font-family: "Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif";
    color:#333;
    font-size:12px;
}
ul,li,dl,dd{
    list-style: none;
}
a{
    text-decoration: none;
}
.section{
    padding:60px 0 65px;
}
.section .sec-top{
    padding:10px 15px;
}
.section .sec-top .sec-title{
    display: flex;
    font-size:16px;
}
.section .sec-top .sec-title h3{
	font-weight:800;
}
.v-icon{
    width: 25px;
    height:25px;
    background: url("../images/detail/vipicon.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left:3px;
}
.icon-gh{
    width: 20px;
    height:20px;
    background: url("../images/detail/gh.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right:3px;
}
.icon-ys{
    width: 20px;
    height:20px;
    background: url("../images/detail/ys.jpg") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.bg-banner{
    background: linear-gradient(to bottom, #c5a158, #fff);
    color:#fff
}
.bg-item{
    background-color: #f7f7f7;
    padding:10px 0;
    margin:10px;
    /*box-shadow:0px 15px 10px -15px #999;*/
}
.section .sec-top .sec-vrz{
    padding:10px 0 0;
    display: flex;
    justify-content: space-between;
}
.section .sec-top .sec-vrz span{
    margin-right:10px;
}
.section .sec-top .sec-vrz p{
    margin-top:10px;
}
.section .sec-top .sec-vrz .vrz-tags span{
    display: inline-block;
    border-radius: 30px;
    padding:5px 10px;
    background-color: #ffbd45;
    font-size:12px;
    margin-top:10px;
    color:#353535;
}
.section .sec-top .sec-vrz .icon-dh{
    /*background: linear-gradient(to bottom, #ab7a17,#c5a158);*/
    background:linear-gradient(to bottom, #ffe6b4,#a56e00,#ffab04);
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    flex: 0 0 50px;
}
.section .sec-top .sec-vrz .icon-dh i{
    font-size: 30px;
    color:#fff;
}
.sec-banner{
    margin:0 15px;
    max-height:260px;
    overflow: hidden;
    position: relative;
}
.icon-page{
    position: absolute;
    bottom:15px;
    right:15px;
    color:#fff;
}
.icon-page span{
    vertical-align: middle;
    display: inline-block;
}
.icon-page i{
    font-size:18px;
    vertical-align: middle;
    display: inline-block;
}
.sec-banner img{
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.sec-jxinfo{
    margin: 0 15px;
    background-color: #fff;
    color: #555;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 10px 10px;
    font-size:12px;
}
.sec-jxinfo ul li{
    padding:5px 10px;
}
.jx-location{
    font-size:12px;
}
.jx-location a{
    margin-left:15px;
    color:#999999;
}
.jx-location .icon{
    font-size:20px;
}
.jx-time{
    font-size:12px;
}
.jx-item{
    display: flex;
    justify-content: space-between;
}
.jx-item .star-level{
    font-size:0;
}
.jx-item span b{
    color: #e49900;
}
.jx-item .icon-xing{
    color:#e49900;
}
.sec-jx{
    margin-top:5px;
}
.sec-jx .jx-tit{
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    margin-top:10px;
    display: flex;
    justify-content: space-between;
    overflow:hidden;
    /*border-top:5px solid #f7f7f7;*/
}
.sec-jx .jx-tit i{
    font-size: 30px;
    font-weight: normal;
}
.sec-jx .jx-tit a.more{
	display: flex;
    color: #999;
}
.sec-jx .jx-tit a.more span{
	margin-right:-9px;
	font-size:12px;
}
.sec-jx .jxclass-info{
    padding-bottom:10px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 10px #535c68;
}
.sec-jx .jxclass-info ul.jxclass-tab{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sec-jx .jxclass-info ul li{
    align-self: center;
    padding:6px 3px;
    text-align: center;
    min-width: 40px;
}
.sec-jx .jxclass-info ul li.active{
    border-bottom:3px solid #e49900;
}
.sec-jx .jxclass-info ul li.active a{
    color:#e49900;
}

.sec-jx .jxclass-info dl.jxclass-list{
    display: flex;
    width: 100%;
    margin-top:10px;
    border-bottom:1px solid #f7f7f7;
    padding-bottom:10px;
}
.sec-jx .jxclass-info dl.jxclass-list:last-child{
    border-bottom:none;
}
.sec-jx .jxbase-info dl.jxclass-list:first-child{
    padding-top:5px;
}
.sec-jx .jxclass-info dl.jxclass-list dt{
    width: 80px;
    overflow: auto;
    margin-right:10px;
    padding-left:10px;
}
.sec-jx .jxclass-info dl.jxclass-list dt img{
    width: 100%;
    object-fit: contain;
}
.sec-jx .jxclass-info dl.jxclass-list dd{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sec-jx .jxclass-info dl.jxclass-list dd .jxclass-left{
    width: 58%;
}
.sec-jx .jxclass-info dl.jxclass-list dd .jxclass-left span.price{
    color:#e49900;
    font-weight:bold;
    font-size:15px;
}
.sec-jx .jxclass-info dl.jxclass-list dd .jxclass-btn{
    align-self: center;
}
.sec-jx .jxclass-info dl.jxclass-list dd .bc-text{
    font-size:12px;
    margin:5px 0;
    color:#737373;
}
.sec-jx .jxclass-info dl.jxclass-list dd .bc-text-gray{
    font-size:12px;
    margin:5px 0;
    color:#999;
    word-break: break-all;
}

.sec-jx .jxclass-info dl.jxclass-list dd .bc-text-gray span{
	color: #e49900;
	border-right: 1px solid #d8d8d8;
	padding-right: 5px;
	
}
.sec-jx .jxclass-info dl.jxclass-list dd .bc-text-gray span:last-child {
    border-right: none;
}
.sec-jx .jxclass-info dl.jxclass-list dd .bc-text-gray span:first-child {
    color: #999;
}

.sec-jx .jxclass-info dl.jxclass-list dd .jxclass-btn a{
    padding:5px 15px;
    border-radius: 5px;
    color: #e49900;
    background-color:white;
    font-size:12px;
    margin-right:10px;
    border:1px solid #e49900;
}
.sec-jx .jxclass-info dl.jxclass-list dd .jxclass-btn span{
    align-self: center;
    color:#e49900;
    font-size:14px;
}
.sec-jx .jxclass-info .list-img{
	
	border-bottom: 1px solid #e5e5e5;
	min-height:75px;
}
.sec-jx .jxclass-info .list-img:last-child{
	border-bottom: none;
}
.sec-jx .jxclass-info .list-img .info{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec-jx .jxclass-info .list-img .km{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:12px;
}
.sec-jx .jx-intro{
    line-height:25px;
    margin:10px 15px;
    letter-spacing:2px;
}
.sec-jx .jx-intro a{
    color: #4e64ff;
}

.yue-banner{
    background: #f7f7f7;
    padding:15px 0 15px 5px;
    height:20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin:25px 15px 15px;
    border-radius: 10px;
    box-shadow:0 0 10px #535c68;
    text-align: center;
    align-items:center;
}
.yue-banner p{
    font-size: 14px;
    color: #e49902;
    text-align: center;
    width: 76%;
}
.bg-banner-bg{
    width: 100px;
    height:80px;
    background: url('../images/detail/gifts.png') no-repeat;
    position: absolute;
    right:-8px;
    top:-16px;
    background-size: contain;
}
.yue-banner a{
    display: inline-block;
    padding:5px 15px;
    font-size:12px;
    border-radius: 3px;
    border:1px solid #e49900;
    color:#e49900;
    align-self: center;
}

/*jiaolian*/
.jx-customer{
    width: 100%;
    padding:10px 0;
    overflow: hidden;
   /* margin:0 15px;*/
}
.jx-customer ul{
    overflow-x: auto;
    display: flex;
}
.jx-customer ul .navigator-second{
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
}
.jx-customer ul .navigator-second .avatar{
    width: 100px;
    height:100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom:10px;
}
.jx-customer ul .navigator-second .avatar img{
    width: 100%;
    object-fit: contain;
}
.jx-customer ul .navigator-second .navigator-text{
    font-size:14px;
    white-space: nowrap;

}
.jx-customer ul .navigator-second .navigator-text i{
    color:#e49900;
}
.jx-customer ul .navigator-second .zxbtn{
    margin-top:10px;
    display: block;
    padding:10px 30px;
    background-color: #e49900;
    color:#fff;
    border-radius:5px;
    white-space: nowrap;
}
.jx-customer ul li{
    background-color: #f7f7f7;
    border-radius: 5px;
    margin:0 10px;
}
ul.jx-device{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 80px);

}
ul.jx-device li{
    width: 80px;
    height:50px;
    margin-top: 5px;
    text-align: center;
    color:#999;
    font-size:12px;

}
ul.jx-device li i.iconfont{
    display: block;
    font-size: 18px;

}
ul.jx-device li.active{
    color:#080808;
}
/*pinglun*/
.jx-comment{
    margin:10px;
    background-color: #f7f7f7;
}
.jx-comment dl{
    border-bottom:3px solid #fff;
}
.jx-comment dt{
    display: flex;
    align-items: center;
}
.jx-comment dt img{
    width: 30px;
    height:30px;
    border-radius:100%;
    margin:10px 15px;
}
.jx-comment dt .jx-comment-name{
    font-size:12px;
}
.jx-comment dd{
    margin:0 15px;
    padding-bottom:10px;
}
.comment-pic{
    display: flex;
    overflow: hidden;
}
.comment-pic img{
    width:calc(20% - 10px);
    margin-right:10px;
}
.jx-comment dl:last-child{
    border-bottom:none;
}
.sec-tyc{
    font-size:12px;
    padding:10px 15px;
    letter-spacing:2px;
}
.tyc-ico{
    width: 92px;
    height:26px;
    display: inline-block;
    vertical-align: middle;
    background:url("../images/detail/tyc.png") no-repeat;
    background-size: contain;
}
/*ask*/
.jx-ask{
    margin:10px;
    background-color: #f7f7f7;
}
.jx-ask ul li{
    padding:10px 15px;
    border-bottom:3px solid #fff;
}
.jx-ask .ask-title{
    display: flex;
    align-items: center;
    padding:5px 0;
}
.jx-ask i{
    font-size:15px;
    color: #e49900;
}
.ask-ques p{
    line-height: 24px;
}
.jx-ask .ask-btn-sec{
    display: flex;
    justify-content: center;
    padding:10px 0;
}
.jx-ask .ask-btn{
    padding:10px 30px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color:#555;
    text-align: center;
}
.compic img{position:absolute;top:50%;left:0;width:100%;z-index:999;}
.compic .floating-bg{opacity:1;-webkit-opacity:1;-moz-opacity:1;}
.floating{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%}
.floating .floating-bg{position:absolute;z-index:99;width:100%;height:100%;background-color:#000;opacity:.6;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;-webkit-opacity:.6;-o-opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"}
.m-breadcrumb{height:30px;line-height:30px;width:100%;font-size:12px;color:#b7b7b7;z-index:99;overflow:hidden;}
.m-breadcrumb ul{height:30px;overflow-y: hidden;width:100%;text-overflow:ellipsis;}
.m-breadcrumb ul li{/* background:url(/img/bread-arrow.png) no-repeat; */border-bottom:1px solid #f7f7f7;height:30px;background-size: contain;background-position: right 0;/* padding: 0 10px 0 5px; */display:inline-block;}
.m-breadcrumb ul li:first-child{padding-left:5px;}
.m-breadcrumb ul li a{color:#b7b7b7;}
.m-breadcrumb ul li:last-child{background:none;}

