﻿@charset "utf-8";
html, body, div, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, ul li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button{border:0;font-family:"Microsoft YaHei",Tohoma,Arial; font-style: normal; margin: 0; padding: 0;}
span{margin:0;padding:0;}
html{font-size:18px;}
a{color:#333;text-decoration:none;}	
ul li{list-style:none;}
img{border:0;}
input[type="text"],input[type="number"],input[type="button"],button{font-family:\5FAE\8F6F\96C5\9ED1;-webkit-appearance:none;}
.wrap{width:100%;max-width:640px;min-width:320px;margin:0 auto; background:#f3f3f3; overflow: hidden;}
.clearfix{clear:both;overflow:hidden;}
.fl{display:block;float:left;}
.fr{display:block;float:right;}
.Grid{display:-webkit-box;display:-ms-flexbox;display:flex}
.Grid-cell{-webkit-box-flex:1;-ms-flex:1;flex:1;}
.box{-webkit-box-sizing:border-box;box-sizing:border-box}
.scroll {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: relative;
}

/*header*/
#head{overflow:hidden;}
.logo{float:left;width:40%;overflow:hidden;padding-top:5px;}
.logo img{display:block;}
#login_status{float:right;width:60%;overflow:hidden;}
#login_status span{width:25px;height:21px;display:block;float:right;margin:8px 14px 0 0;}
#login_status span img{width:100%;}
.userlink{display:block;float:right;line-height:38px;font-size:14px;background: url(https://all.img.s105.cn/kfupload/up/201611/07115850_2003.png) no-repeat left center;background-size: 22px;text-indent: 11px;padding:0 12px 0 11px;}
/*---hide nav---*/
.hidenav{width:100%;height:100%;overflow:hidden;position:fixed;top:35px;max-width:640px;min-width:320px;margin:0 auto;display:none;background:rgba(0,0,0,0.4);z-index:4;}
.navcon{background:#fff;overflow:hidden;padding:2% 0;}
.hidenav a{display:block;float:left;white-space:nowrap;width:20%;text-align:center;font-size:0.9rem;line-height:2rem;}
/*nav*/
.navigation{width:98%;overflow:hidden;background:#D70717;padding:0 1%;}
.navigation li{width:16.6%;line-height:2rem;color:#fff;float:left;text-align:center;margin-top:4px;}
.navigation li a{color:#fff;font-size:0.9rem;}
.navigation li.on{background:#fff;color:#D70717;}
.navigation li.on a{color:#D70717;}
/*new header*/
header{
	background: #fff;
	align-items: center;
	padding: 8px;
	font-size: 0;
}
header>a:first-of-type{
	height: 30px;
	width: 51px;
}
header>a:first-of-type img{
	max-width: 100%;
	display: block;
}
header a{
	font-size: 0;
	display: block;
}
header .svg-vip{
	width: 40px;
	height: 40px;
}
header .input{
	border: 1px solid #e70012;
	border-radius: 2px;
	height: 38px;
	align-items: center;
	margin: 0 5px;
	font-size: 16px;
	color: #999;
}
#searchInp {
	border: 0;
    border-radius: 0;
    outline: 0; 
    height: 32px;
  	width: 70px;
}
#searchBtn {
    color: #FFF;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    cursor: pointer;
    font-size: 16px;
    background: #e70012;
    display: none;
}
header.on a{
	display: none;
}
header.on #searchBtn{
	display: block;
}
header .input .svg-search{
	width: 22px;
	height: 22px;
	margin: 0px 10px 0px 5px;
}
nav{
	position: relative;
	overflow: hidden;
}
nav .scroll{
	overflow-x: auto;
}
nav .scroll ul{
	width: calc((60px * 10) + 40px);
	position: relative;
	background: #D70717;
	overflow: hidden;
	padding: 0 2px;
}
nav .scroll ul li{
	width: 60px;
	float: left;
	color: #fff;
}
nav .scroll ul li a.on{
	background: #fff;
    color: #333;
    border-top: 2px solid #D70717;
}
nav ul li a{
	display: block;
	line-height: 38px;
	height: 38px;
	text-align: center;
	font-size: 16px;
	color: inherit;
	border-top: 2px solid transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
nav .btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #D70717;
	box-shadow: 0 0 8px #fff;
	cursor: pointer;
	z-index: 99;
}
nav .btn .svg-more{
	margin: 5px auto;
	width: 30px;
	height: 30px;
	display: block;
	transition: all .5s;
}
nav.on .btn .svg-more{
    transform: rotate(-135deg);
}
nav .hideNav{
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 55px;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
}
nav.on .hideNav{
	opacity: 1;
	visibility: visible;
}
nav .hideNav .navCon{
	padding: 40px 5px 0px 5px;
	background: #fff;
}
nav .hideNav li{
	width: 20%;
	float: left;
}
nav .hideNav li a.on{
	background: #f3f3f3;
}

/*Ad*/
.Ad{width:100%;overflow:hidden;margin:2% 0;}
#m_b1{width:100%;overflow:hidden;margin-top:5px;}
#m_b1 img{display:block;max-width:100%;margin:2% auto;}

/*article content*/
#titleh1{padding:1% 2%;line-height:2rem;color:#000;font-size:1.2rem;text-align:left;margin-top:2%;}
.date_source{padding:0 2%;line-height:1.6rem;color:#999;text-align:left;font-size:0.9rem;}
.date_source span{padding-right:10px;font-size:0.9rem;}
.article_body{padding:0 2%;overflow:hidden;}
.article_body p{line-height:1.8rem;padding:1% 0;text-align:left;}
#conBody ul li{}
#conBody ul li:before{content:'';display:block;float:left;margin-right:9px;width:5px;height:5px;border-radius:50%;background:#333;margin-top:12px;}
.otherTitle{background:#fff;overflow:hidden;width:100%;margin:2% 0;}
.otherTitle h2{color:#333;font-size:1rem;border-left:solid 3px #D70717;padding:3px 0;padding-left:10px; line-height:2rem;}
.reader_body,.review_body{padding:0 1.5%;overflow:hidden;}
/* .reader_body a{display:block;overflow:hidden; line-height:1.3rem;color:#333;font-size:0.9rem;border-bottom:solid 1px #ddd;padding:2% 0;} */
.reader_body li{display:block;overflow:hidden;border-bottom:solid 1px #ddd;padding:2% 0;}
.reader_body li a{display:block;overflow:hidden; line-height:1.3rem;color:#333;font-size:0.9rem;}
.reader_body li:last-child{border-bottom:none;}
.reader_body li a span.date_info{display:block;float:left;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.reader_body li a span.span_date{float:right;display:block;width:16%;font-size:0.87rem;color:#999;text-align:right;}

/*---首页--*/
.title_index{overflow:hidden;}
.title_index h2{float:left;width:40%;}
.rightnav{float:right;width:55%;text-align:right;}
.rightnav a{font-size:0.87rem;line-height:2rem;padding:0 3%;color:#666;}
.headline{padding:2%;overflow:hidden;font-size:1rem;}
.headline a{font-weight:bold;color:#c20000;line-height:1.6rem;}
.search{width:90%;overflow:hidden;height:35px;background:#fff;border:solid 1px #e0e0e0;border-radius:3px;margin:2% auto;}
.span_search{display:block;float:left;width:24px;height:23px;overflow:hidden;margin-top:6px;margin-left:6px;}
.search_txt{display:block;float:left;width:68%%;background:none;border:0;height:35px;line-height:35px;text-indent:4px;}
#search_btn{display:block;float:right;width:20%;background:#d70712;border:0;height:35px;line-height:35px;text-align:center;color:#fff;font-size:0.9rem;}
.tabswrap{width:96%;margin:2% auto;background:#fff;border:solid 1px #e0e0e0;border-radius:4px;overflow:hidden;}
.tabst{width:100%;height:41px;overflow:hidden;}
.tabst li{width:25%;float:left;line-height:40px;font-size:0.9rem;text-align:center;}
.tabst li a{display:block;border-right:solid 1px #ddd;line-height:40px;background:#f3f3f3;color:#666;border-bottom:solid 1px #ddd;}
.tabst li:last-child a{border-right:none;}
.tabst li.curr a{background:#fff;color:#333;border-bottom:none;}
.tablist{width:100%;overflow:hidden;}
.tablist a{display:block;float:left;width:33%;line-height:2rem;height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.87rem;text-align:center;}
/*幻灯片*/
.sliderwrap{width:320px;height:240px;overflow:hidden;margin:0 auto;}
.slider ul li{position:relative;}
.slider ul li img{display:block;}
.slider ul li a.slider_title{position:absolute;bottom:6px;left:0;width:98%;padding:0 1%;background:rgba(0,0,0,0.4);height:35px;line-height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:0.9rem;}

.more_index{width:88%;background:#f8f8f8;border:solid 1px #ddd;border-radius:4px;color:#333;font-size:0.87rem;text-align:center;line-height:2rem;height:2rem;margin:2% auto;}


/*--second hand--*/
.story_info{padding:2%;border-bottom:solid 1px #ddd;font-size:0.9rem;}
.infolist{padding:1% 0;overflow:hidden;}
.infolist li{line-height:2rem;font-size:1rem;color:#666;}
.infolist li strong{color:#c20000;padding-right:10px;}
.article_body img{max-width:100%;}
.relevant{text-align:center;}
.relevant p{color:#666;font-size:0.9rem;}

/*---product-----*/
.product_info{padding:3% 2% 1%;overflow:hidden;}
#product_img{width:38%;overflow:hidden;}
#product_img img{width:100%;}
#product_msg{width:60%;overflow:hidden;}
#product_msg #titleh1{font-size:0.9rem;line-height:1.2rem;margin-top:0;}
.zixun{width:90%;text-align:center;line-height:30px;font-size:12px; border-radius:4px; background: #c20000; display: inline-block; color: #fff;}

.container,.subsidies {padding:0 2%;overflow:hidden;width:96%;}
#related-product,.related_list{width:100%;overflow:hidden;}
#related-product li,.related_list li{margin:2%;width:46%;overflow:hidden;float:left;}
#related-product li a,.related_list li a{display:block;width:100%;}
#related-product li img,.related_list li img{width:100%;}
#related-product p,.related_list p{font-size:0.8rem;text-align:left;height:40px;line-height:20px;overflow:hidden;}
.subsidies span{display:block;float:left;font-size:0.9rem;line-height:1.8rem;padding:2px 10px;white-space:nowrap;}
.notice{color:#e52424;font-size:0.8rem;line-height:1.2rem;}
#change_city_btn{width:80%;padding:4px;line-height:1.6rem;-webkit-appearance:none;border:0;border-radius:5px;background:#aaa;color:#fff;font-size:1rem;display:block;margin:0 auto;}
/*---change_province---*/
#change_city{position:fixed;width:100%;height:100%;top:0;background:rgba(0,0,0,0.6);max-width:640px;min-width:320px;}
#change_city_title,.modal-body{width:90%;margin:0 auto;background:#fff;}
#change_city_title{border-radius:8px 8px 0 0;margin-top:20%;}
#change_city_title strong{font-size:0.9rem;padding-left:10px;line-height:2rem;}
#change_city_close{border: none;background: none;float: right;line-height: 1.6rem;margin-right: 6px;}
.modal-body{border-radius:0 0 8px 8px;}
.unstyled{padding-bottom:1%;}
.unstyled li{padding:1% 2%;}
.unstyled li button{border:none;background:none;margin:0 4px;}
.unstyled li button.btn-success{padding:0 2px;border-radius:3px;color:#fff;background:#d70712;}

#probuttom{position:fixed;bottom:0;width:100%;height:30px;line-height:30px;max-width:640px;min-width:320px;}
#probuttom li{width:25%;float:left;text-align:center;background:#aaa;color:#fff;}
#probuttom li a{color:#fff;}
/*经销商报价*/
.newdealer li{overflow:hidden;width:100%;padding:2% 0;font-size:0.9rem;border-bottom:solid 1px #e7e7e7;}
.newdealer_title,.newdealer_con{overflow:hidden;width:96%;margin:0 auto;}
.newdealer_title .dealer_level{display:block;width:19px;height:15px;overflow:hidden;float:left;margin:9px 7px 0 0;background:url(https://all.img.s105.cn/kfupload/up/201801/18191927_5816.png) no-repeat 0 0;}
.newdealer_title .dl0{background:none;}
.newdealer_title .dl1{background-position:0 0;}
.newdealer_title .dl2{background-position:-34px 0;}
.newdealer_title .dl3{background-position:-70px 0;}
.newdealer_title h3{float:left;color:#333;font-size:0.9rem;max-width:63%;line-height:1.8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:7px;}
.newdealer_title h3 a{color:#333;}
.newdealer_title .dealer_p{float:left;display:block;padding:1px 5px;margin-top:4px;color:#999; line-height:1.1rem;font-size:0.75rem;border:solid 1px #ddd;}
.newdealer_con span{display: block;width:50%;float:left;margin-top:1%;}
.newdealer_con button{width:100%;border:solid 1px #ddd;line-height:42px;background:none;text-align:center;border-radius:5px; background:#fff url(https://all.img.s105.cn/kfupload/up/201801/18191834_9469.png) no-repeat 22% 9px;font-size:0.84rem;color:#11cd6e;text-indent:20px;}
.newdealer_con em{display:block;border:solid 1px #ddd;height:42px;line-height:42px;text-align:center;border-radius:5px; background:#fff;color:#c20000;font-size:1.1rem;}
.newdealer_con p{float:left;width:80%;overflow:hidden;line-height:1.8rem;color:#999; font-size:0.87rem;text-overflow:ellipsis;white-space:nowrap;text-indent:26px;}
.newdealer_con p a{color:#999;}
.newdealer_con span.baojia{width:20%;display:block;float:right;color:#c20000;}
/* 
.dealerlist{overflow:hidden;}
.dealerlist li{overflow:hidden;width:100%;padding:1% 0;font-size:0.9rem;}
.dealerlist li.load{text-align:center;}
.dealerc{float:left;height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dealer_name{width:55%;}
.dealer_price{width:25%;}
.dealer_tel{width:20%;}
.dealer_tel button{border:0;background:none;color:#c20000;} */

/*---check-telphone---*/
#tr_qiugouout,#confirmNotice{position:fixed;top:0;background:rgba(0,0,0,0.6);width:100%;height:100%;max-width:640px;min-width:320px;z-index:100;}
#tr_qiugou{width:90%;overflow:hidden;background:#fff;border-radius:8px;margin:0 auto;margin-top:10%;}
#qiugoudiv{padding:3% 0;}
#tr_qiugou p{line-height:30px;padding:1% 3%;font-size:0.9rem;clear:both;overflow:hidden;}
#tr_qiugou p select{margin-bottom:5px;height:26px;}
#tr_qiugou p.notice{color:#000;line-height:20px;font-size:0.8rem;}
#tr_qiugou p.loan em{float:right;color:#056fb8;padding-right:12px;font-size:0.8rem;}
#modal_dealerphone a{color:#f00;}
#tr_qiugou p button{display:inline;padding:7px 12px;color:#fff;background:#D70717;border:0;border-radius:5px;}
#modal_userphone,#modal_username,#modal_useraddress,#modal_userdesc{width:56%;line-height:25px;height:25px;background:#fff;border:solid 1px #eee;text-indent:4px;}
/*费率计算器*/
#loancount{display:none;position:fixed;top:0;background:rgba(255,255,255,1);width:100%;height:100%;max-width:640px;min-width:320px;z-index:11;overflow-y:auto;}
#closeloan{position:fixed;bottom:0;width:100%;height:40px;max-width:640px;min-width:320px;background:#fff;z-index:12;border-top:solid 1px #ddd;}
#closeloan span{width:40%;background:#e52424;color:#fff;font-size:0.9rem;display:block;margin:5px auto;height:30px;border-radius:5px;text-align:center;line-height:30px;}
.loanlist{overflow:hidden;padding:10px 0;}
.loanlist li{padding:8px 15px;overflow:hidden;font-size:0.87rem;line-height:27px;}
#resetPrice{background:#056fb8;border-radius:5px;padding:4px 8px;color:#fff;font-size:0.8rem;}
.loanlist li select{width:100px;height:25px;border:solid 1px #ddd;color:#666;}
.loanlist li span.fl a{padding:3px 6px;font-size:0.8rem;border-radius:5px;}
.loanlist li span.fl a.current{background:#056fb8;color:#fff;}
.loanlist li  label{white-space:nowrap;display:inline-block;width:66px;}
.loanlist li.calculation{text-align:center;}
#calculateBtn{display:inline;padding:7px 20%;color:#fff;background:#D70717;border:0;border-radius:5px;}
.loanresult{padding:10px 5px;padding-bottom:50px;border-top:solid 2px #f0f0f0;background:#fafafa;font-size:0.8rem;}
.loanresult .clearfix{padding:6px 0;}
.loanresult .fl{width:50%;}
#proPrice,#txtInterest,#txtService,#txtTotalInterest,#txtInsurance,#loanProportion{width:80px;height:25px;line-height:25px;text-indent:4px;background:#fff;border:solid 1px #ddd;margin-left:4px;}
#proPrice{margin:0;margin-right:4px;width:90px;}
#loanProportion{width:120px;}
#repaymentTotal{width:160px;height:25px;line-height:25px;text-indent:4px;background:#fff;border:solid 1px #ddd;margin-left:4px;}
.repaymentlist p{padding-bottom:2px;font-size:0.8rem;text-indent:4px;overflow:hidden;}
#repaymentcon{width:95%;height:120px;background:#fff;border:solid 1px #ddd;overflow-y:auto;}
#repaymentcon table{width:100%;border-collapse:collapse;}
#repaymentcon table td{padding:4px;width:53%;}

/*上传资料，验证手机号*/
#confirmNotice{z-index:11;display:none;}
#confirmContent{text-align:center;line-height:26px;padding:6px 0;width:80%;height:150px;background:#fff;margin:0 auto;margin-top:25%; border-radius:8px;}
#confirmContent p{padding:6px 10px;font-size:0.87rem;}
#confirmContent p a{line-height:36px;}

/*---answer--question----*/
.answer_wrap{width:90%;overflow:hidden;margin:0 auto;}
#answer-textarea{-webkit-appearance:none;width:95%;padding:2%;height:120px;resize:none;border:solid 1px #ddd;background:#fff;border-radius:8px;margin:0 auto;font-family:\5FAE\8F6F\96C5\9ED1;}
#zhidao_btn{width:90%;margin:0 auto;overflow:hidden;}
#success{display:none;}
#success,#zishu{color:#f00;}
#zhidao_btn-submit{float:right;width:28%;line-height:2rem;color:#fff;background:#D70717;text-align:center;border:0;border-radius:4px;font-size:0.9rem;}

#banner{padding:2%;overflow:hidden;}
#banner p{text-align:center;line-height:2rem;}
#banner img{width:100%;margin:0 auto;display:block;}
#nextpage-btn{display:block;margin:3% auto;width:90%;background:#d70718;border-radius:4px;line-height:2rem;color:#fff;text-align:center;}
/*--answer--*/
.zhidao-entry{padding:1% 0;overflow:hidden;border-bottom:dotted 1px #ddd;font-size:0.9rem;}
.reply-content{text-align: left;line-height:1.5rem;padding:6px 0;}
.reply-info{text-align: right;font-size:0.8rem;color: #999;line-height:1.2rem;}
.reply-info span.gray{padding:0;}
.reply-info span{padding:0 5px;}

/*newslist*/
#newslist li{border-bottom:solid 1px #ddd;padding:2% 0;overflow:hidden;}
.newsl{width:25%;overflow:hidden;float:right;}
.newsl img{width:100%;overflow:hidden;display:block;}
.newsr{width:73%;float:left;}
.newsr h3{font-size:0.9rem;color:#333;height:44px;line-height:22px;overflow:hidden;margin-bottom:5px;}
.newsr .p_date{color:#999;font-size:0.9rem;line-height:1.2rem;}
.w100{clear:both;width:100%;overflow:hidden;}
.answer_wrap #quotecontent{display:none;font-size:0.8rem;line-height:1.2rem;padding:0 2% 3% 2%;color:#666;}
/*-----ershoulanmu----*/
#titleh1 a{float: right;color:#056fb8;font-size:1rem;padding-right:2%;padding-top:2px;}
.selec_province{background:#fff;overflow:hidden;}
.selec_province a{display:block; width:20%;overflow:hidden;float:left;text-align:center;line-height:2rem;font-size:0.9rem;}
.selec_province a.btn_more{color:#c20000;}
#catename{display:none;background:#fff;padding-bottom:2%;overflow:hidden;}
#catename a{line-height:1.5rem;width:20%;float:left;display:block;text-align:center;font-size:0.9rem;}
.oneStory{display:block;overflow:hidden;padding:2% 0;}
.oneStory .headline{font-size:1rem;font-weight:bold;line-height:1.5rem;max-height:3rem;overflow:hidden;padding:1% 0;}
.oneStory .lead{font-size:0.8rem;line-height:1.2rem;color:#999;}

#conBody table{border:solid 1px #ddd;width:100%;border-collapse: collapse;}
#conBody table td{width:15%;border:solid 1px #ddd;padding:5px;}
#conBody table td p{text-align:center;line-height:1rem;font-size:0.85rem;}

/*---yijifenlei----*/
#keyword_product{overflow:hidden;padding:2% 0;}
#keyword_product li{float:left;padding:0 2%;font-size:0.9rem;line-height:1.8rem;}
#keyword_product li#keyword_kinds{color:#f00;}
#dealerprice .dealer_name,#dealerprice .dealer_price{width:40%}
#dealerprice .dealer_tel,#jingxs .dealer_tel{text-align:center;}
#productlist li{padding:2% 0;overflow:hidden;border-bottom:solid 1px #ddd;}
#productlist li:last-child{border:none;}
.pro_l{width:26%;overflow:hidden;padding-top:8px}
.pro_l img{width:100%;display:block;}
.pro_r{width:73%;overflow:hidden;}
.pro_r h3{height:25px;line-height:25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:0.9rem;}
.pro_r p{color:#999;line-height:1.2rem;font-size:0.8rem}
.pro_r h5{font-size:0.8rem;color:#999;height:20px;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro_b{clear:both;padding:1% 0;overflow:hidden;}
.pro_b p{line-height:1.3rem;color:#666;font-size:0.9rem;}

/*企业栏目*/
.brandlist{padding-top:3%;}
.brandlist li{width:20%;float:left;padding:1.5% 0;}
.brandlist li a{display:block;width:80%;margin:0 auto;overflow:hidden;}
.brandlist li a img{width:100%}
.brandlist li p{font-size:0.76rem;line-height:1.2rem;text-align:center;}
.brandlist li p a{color:#999;}

/*产品栏目 ---分类*/
.allkinds{background:#fff;overflow:hidden;height:40px;border-bottom:solid 1px #ddd;}
.allkinds h2{font-size:1rem;float:left;padding-left:1%;width:79%;line-height:40px;}
#procate{display:none;overflow:hidden;width:100%;}
#procate li{overflow:hidden;width:100%;background:#fafafa;}
.littlekinds{overflow:hidden;border-bottom:solid 1px #e0e0e0;padding:1% 0}
.littlekinds p{float:left;width:78%;overflow:hidden;line-height:2rem;padding-left:2.5%;}
.icon{display:block;float:right;width:30px;height:25px;background:url(https://all.img.s105.cn/kfupload/up/201801/18190753_5230.png) no-repeat;margin:2px 2% 0 0;background-size:60%;background-position:5px 10px}
.smallkinds{background:#eee;overflow:hidden;display:none;}
.smallkinds a{display:block;padding:0.5% 4%;line-height:2rem;border-bottom:solid 1px #ddd;font-size:0.87rem;}

/*视频内容页*/
#conBody{}
#conBody video{width:100%;}
#conBody {font-size:0.9rem;line-height:1.6rem;}
.video_list{padding:0 2%;overflow:hidden;width:96%;}
.video_list li{overflow:hidden;padding:2% 0;border-bottom:solid 1px #ddd;}
.video_list li:last-child{border:none;}
.videol{width:35%;overflow:hidden;padding-top:5px;}
.videol a{display:block;border:solid 1px #ddd;padding:3px;}
.videol a img{display:block;width:100%;}
.videor{width:64%;overflow:hidden;}
.videor h3{line-height:1.3rem;font-size:0.9rem;height:2.7rem;overflow:hidden;}
.videor p{font-size:15px;line-height:1.2rem;}
/*视频栏目页*/
.video_kinds{background:#fff;padding:2% 0;overflow:hidden;}
.video_kinds a{display:block;width:25%;overflow:hidden;float:left;text-align:center;line-height:2rem;}
.video_kinds .title_a{color:#D70717;font-size:0.9rem;padding:0 2%;line-height:2rem;}
/*图片内容页*/
.dateStamp{margin-bottom:10px;line-height:22px;color:#9b164f;padding:0 2%;font-weight:normal;font-size:0.8rem;}
#iusername{border:solid 1px #ddd;background:#fff;}
.pic_body{overflow:hidden;}
.bigIMG {padding-bottom:10px;}
.bigIMG img{max-width:100%;display:block;margin:0 auto;}
.bigIMG p{padding:8px 8px 0;}
.picContent{padding:0 4px;overflow:hidden;}
.pic_body p{padding:0 8px;}
.picw{width:46%;float:left;position:relative;margin:8px 2%;}
.picw img{width:100%;overflow:hidden;}
.picw p{position:absolute;bottom:0;left:0;width:96%;padding:0 2%;background:rgba(0,0,0,0.8);color:#ddd;line-height:26px;font-size:0.8rem;}
.pic_notice{text-align:center;clear:both;color:#ec0002;}
/* imageView */
.imageView{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#000;display:none;z-index:99;}
.pictureWrap{width:100%;position:relative;height:100%;}
.carPicture{display:block;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;white-space:nowrap;}
.carPicture li{float:left;width:100%;height:100%;overflow:hidden;position:relative;display:inline-block;vertical-align:top;}
.imageViewwrap{position: absolute;	display: -webkit-box;	display: -webkit-flex;	display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;	-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;left: 0;right: 0;bottom: 0;top: 0;width: 100%;height: 100%;margin: 0;-webkit-backface-visibility: hidden;}
.carPicture li img{max-width:100%;max-height:85%;}
.pictureNum{width:100%;height:40px;position:absolute;left:0;right:0;top:5px;color:#fff;border-radius:50%;text-align:center;line-height:40px;font-size:16px;overflow:hidden;}

/*-----common css---*/
/*page*/
.pagination{margin:2% auto;text-align:center;}
.pagination ul li{display:inline;margin:0 4%;line-height:2rem;font-size:2rem;font-size:1rem;}
.pagination ul li a{color:#f00;}
.pagination ul li.disabled,.pagination ul li.active {display:none;}

/*review*/
.comment{padding:2%;border-bottom:solid 1px #ddd;}
.writer{line-height:1.4rem;color:#b84a4a;}
.comment_content,.comment blockquote,.zhidao-entry blockquote{background: #fff;padding:10px;border: solid 1px #ddd;border-radius:4px;line-height: 1.6rem;margin:1.1% 0;font-size:0.9rem;color:#666;font-size:0.84rem;}
.comment blockquote small,.zhidao-entry blockquote small{padding-right:8px;font-size:0.84rem;}
.comment-operate{padding-bottom:1%;overflow:hidden;text-align:right;}
.comment-operate button{-webkit-appearance:none;border:0;background:none;font-size:0.8rem;font-family:\5FAE\8F6F\96C5\9ED1;color:#333;margin:0 1%;cursor:pointer;}
#indiv{width:90%;border-radius:5px;border:solid 1pd #ddd;margin:0 auto;}
#indiv textarea{-webkit-appearance: none;width:95%;border-radius:8px;height:120px;resize: none;background: #fff;border: solid 1px #ddd;padding:2%;color: #666;line-height: 1.5rem;font-size: 1rem;font-family: \5FAE\8F6F\96C5\9ED1;}
#indiv p{font-size:0.8rem;}
#btn_submit_comment{display:block;width:60%;overflow:hidden;background:#D70717;border-radius:8px;border:0;margin:2% auto;color:#fff;-webkit-appearance:none;font-family: \5FAE\8F6F\96C5\9ED1;font-size:1rem;padding:1% 0;line-height:1.6rem;}



/*footer*/
.copyright{border-top:solid 1px #ddd;padding:2% 0;text-align:center;line-height:2rem;font-size:0.8rem;color:#999;margin-top:3%;}
/*--gotop--*/
.gotop{position:fixed;width:48px;height:48px;right:3%;bottom:5%;background:url(https://all.img.s105.cn/kfupload/up/201801/18191610_4293.png);border-radius:50%;z-index:9;}

/*modify*/
#conBody h1,#conBody h2,#conBody h3,#conBody h4,#conBody h5,#conBody h6{font-weight:bold;}
#conBody h3,#conBody h4{font-size:16px;}

/*pre 自动换行*/
pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}

