/*页面body的背景色*/
.body_bg{ background:#E5E5E5}
.body_bj{ 
	background:#f4f4f4;    
	max-width: 640px;
	height: auto;
	margin: 0 auto;
}
/*iphone手机的input的样式问题*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}
.de_act{
	border-color: #00BCD4!important;
	color: #00BCD4!important;
}
/*css初始值*/
body {margin:0px;font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;font-size: 14px;line-height: 180%;color: #333333; min-width:320px;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {padding: 0;list-style-type: none;}
img { border:0px}
a:link {font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;font-size:14px;color: #333333;text-decoration: none;}
a:visited {font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;font-size:14px;color:#333333;text-decoration: none;}
a:hover {font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;font-size:14px;color:#E24615;text-decoration: none;}
input[type=number] {    -moz-appearance:textfield;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {    -webkit-appearance: none;}
.main{ width:100%; overflow:hidden; margin:0; padding:0;}
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 14px;display: none }
fieldset, img { border: 0 }
cite, em, s, i, b { font-style: normal }
input, button, textarea, select { font-size:12px; font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif; }
body, input, button, textarea, select, option { font-size: normal }
a, input, textarea { text-decoration: none; outline: 0 }
li, img, label, input { vertical-align: middle }
var { font-style: normal }
ins { text-decoration: none }
body { font-size: 16px;min-width:320px }
.bodybj{ background:#e5e5e5;}
.black{width:100%;height:5px;background: #F2F2F2;}
/*合并图片css引用*/
.top_bt,.user_btn,.show_cart{
	background:url(../images/public_img/shopcart_gray.png) no-repeat;
	background-size: 100%; 
}
.menu1,.menu2,.menu3,.menu4{background:url(../images/goods/pub_goods.png) no-repeat;background-size: auto 200px;}
.dingdan_1,.dingdan_2,.dingdan_3,.dingdan_4{background:url(../images/pub_main.png) no-repeat;background-size: auto 450px;}
.vf_1,.vf_2,.vf_3,.vf_4,.vf_5{background:url(../images/footer_navimg.png) no-repeat;background-size: auto 180px;}
.h-left a,#show_more{background:url(../images/top.png) no-repeat;background-size: auto 230px;}
/*头部弹出菜单*/
.goods_nav{ width:27%; float:right; right:0px; overflow:hidden; position:fixed; z-index:9999999; top:26px;}
.hid{ display:none;}
.Triangle{ width:100%; height:20px; }
.Triangle h2{ 
width: 0;height: 0;border-style: solid;border-color: transparent transparent #565553 transparent;border-width: 10px;transition: 0.6s;float:right;
  margin-right:10px; padding:0px;}
.goods_nav ul{ width:100%; overflow:hidden;background-color:rgba(27,27,27,0.9);border-radius:2px;}
.goods_nav li{ width:100%; height:40px; border-bottom:1px solid #626262;}
.nl5{ background:#2D2D2D}
.goods_nav li span{display: block;width:25px;height:25px; float:left; margin-top:5px; margin-left:5px;}
.goods_nav li i{ font-style:normal; color:#f3f1f1; font-size:14px; display:block; float:left; line-height:40px;}
.menu1{ background-position:0 4px;}
.menu2{ background-position:0 -19px;}
.menu3{ background-position:0 -41px;}
.menu4{ background-position:0 -64px;}

/* 页面头部  */
.header { 
	position:fixed;
	top:0;
	left:50%;
	transform: translate(-50%,0);
	width:100%;
	max-width:640px;
	margin: 0 auto; 
	height:45px; 
	background: #fff;
	z-index:9999; 
	border:0; 
	/*border-bottom:1px solid #fff;*/
}
.h-left{float:left;width:10%; height:45px;}

.h-left a{ 
	display:block; 
	width:45px; 
	height:45px; 
	margin:auto; 
	background: url(../images/public_img/fanhui_gray.png) no-repeat center; 
	background-size: 30%; 
}

.h-right{
	float:right; 
	width:20%;
	height:45px;
	display: none;
	padding-right: 10px;
}
.h-right p{
	width: 100%;
	text-align: center;
	color: #fa1111;
	font-size: 16px;
	font-size: .5rem;
	position: relative;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.top_bar{float:right; display:block; width:30px; height:45px;}
#show_more{width:30px; height:45px;background-position:5px -28px;}

.h-mid { 
	position:absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	height:45px; 
	text-align:center; 
	font-size:16px; 
	line-height:45px; 
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

.h-mid h6 { color:#fff; font-size:16px; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-weight:normal;}
.cha-img{ width:100% }
/*底部模块*/ 
.footer { background-color: #F8F8F8; text-align: center; width:100%; overflow:hidden; padding-bottom:10px; padding-top:10px;}
.footer a { display: inline-block; /*padding: 0 1em*/ }
.footer span { color: #82858A; }
.footer .tip { padding: 0 0 1.5em }
.footer .tip span { font-size: 1.2em }
.footer .links {width:75%;margin:0 auto; background:none}
.footer .links a { border-right:1px solid #dcdcdc ;height:20px;line-height: 20px; font-size:14px; padding-left:10px; padding-right:10px;}
.footer .links a:last-child { border-right: 0 none }

.footer .linkss {width:65%; margin:0 auto;height:70px;margin-top:10px;} 
.footer .linkss li{width:33.3%;float:left; text-align: center;height:70px;font-size: 10px;}
.footer .linkss li a i{display:block; width:40px; height:40px; margin:auto;}
.footerimg_1,.footerimg_2,.footerimg_3{background:url(../images/pub_footer.png) no-repeat;background-size: auto 170px;}
.footerimg_1{ background-position:0 0}
.footerimg_2{background-position:0 -60px;}
.footerimg_3{background-position:0 -124px;}

.footer .gl { color: #c30e0e }
.footer p { text-align: center; line-height: 20px; }
.mf_o4 { color: #a2a2a2 ;font-size: 10px;}

/*返回顶部*/
.gotop{ display:block; width:40px; height:40px; position:fixed; bottom:220px; right:8px;background-color:rgba(27,27,27,0.6);  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index:999 }
.gotop img{ display:block; width:40px; height:40px;}

/*footer_nav1底部悬浮菜单css*/
.v_nav {     
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	width: 100%;
	max-width:640px;
   	background-color:#ffffff;
	/*border-top: #f08300 2px solid;*/
	z-index: 97;
	padding:0px;
}
.vf_nav{ width:100%;margin:auto; padding:0px; margin:0px; }
.vf_nav ul{
	display: table;
	width: 100%;          
	margin: .3rem 0 0 0;
	padding: 0;
}
.vf_nav ul li{ 
	position: relative;
	text-align: center;
	/* display: inline-block; */
	width: 20%;
	display: table-cell;
}
.vf_nav ul li a{
 	display: inline-block;
	width: 100%;
}
.vf_nav ul li a div{
	width: 100%;
	text-align: center;
	/*color: #888b8e;*/
}
.vf_nav ul li a div img{
	width: 40%;
}
.vf_nav ul li a  span{
	overflow: hidden;
	margin: 0 0 0 0;
	font-size: 10px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
.vf_nav ul li i{ display:inline-block;  width:23px; height:23px; margin:auto; }

.vf_1{ background-position:-2px -6px;}
.vf_2{ background-position:-2px -47px; }
.vf_3{ background-position:0 -81px;}
.vf_4{ background-position:-1px -114px;}
.vf_5{  background-position:-1px -147px;}

.vf_nav ul li span{ display:inline-block; width:100%; color: #ffffff; font-size: .8rem;}
.vf_nav ul li a:active{color: #ff7171;}
.new-img{
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
}

.switch-btn span {
	float: left;
	display:block;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: .4rem;
	margin-bottom: .4rem;
	line-height: 2.25rem;
	text-align: center;
	font-size: .8rem;
	border: 1px solid #e7e7e7;
	border-radius: .6rem;
	
}
.selected01 {
	background: #ffd797;
	border-color: #0a9943;
	color: #666;
}
/* 购物车弹出效果*/
/*老的带商品信息的弹出层样式*/
.cartpopDiv { padding: 0 2%; width: 96%; }
.cartitle { height: 35px; line-height: 35px; color: #FFF; font-size: 14px; font-weight: bold; text-align: left; text-indent: 15px; background: #E3010B }
.coninfo { padding: 10px 0 0px; border-top: #e5e5e5 1px dashed; font-size: 12px; text-align: center; width: 100%; color: #999; line-height:22px; }
.shopdiv { border-radius: 5px 5px 5px 5px;}
.coninfo table { border: none; color: #999999; }
.toptitle { margin: 8px 0px; }
.toptitle p a { color: #999999; }
.toptitle .pic { float: left; margin-right: 10px; }
.coninfo .gray { color: #999 }
.coninfo strong { color: #ec5151 }
.coninfo font { font-size: 18px; }
.conprice { line-height: 30px; }
.cardivfloat { background-color: #fff; border-radius: 5px 5px 5px; }
.cartdivfloattitle { font-weight: normal; color: #ffffff; font-size: 14px; text-indent: 15px; width: 70%; float: left; }
.cartbntfloat { text-align: center; padding: 15px 0 0px; margin-bottom: 10px; clear:both }
.con_close { width: 50px; float: right; text-align: right; color: #FFF; padding-right: 15px; font-weight: normal; }
.greyBtn { background-color:#25C6FC; border-radius: 4px; height: 30px; line-height: 30px; border: none; position: relative; display: inline-block; width: 45%; margin: 10px 0 0 10px; text-align: center; color: #fff; }
a.redBtn { background-color:#E3010B; height: 30px; line-height: 30px; color: #fff; border-radius: 4px; border: none; position: relative; display: inline-block; width: 45%; margin: 10px 0 0 10px; text-align: center; }
.bor-top { border-top: #e5e5e5 1px solid; }
.blank5 { height: 5px; line-height: 5px; clear: both; visibility: hidden; overflow: hidden; }
.cartbntfloat a{ color:#FFF}
.touchweb_com-indexPop { display: none; position: fixed; left: 0; top: 0;  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); visibility: hidden; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; z-index:99999999 }
.touchweb_com-indexPop.show { opacity: 1; visibility: visible; }
.touchweb_com-indexPop .inner { width: 235px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 18px 20px 15px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #fff; height:auto; }
.touchweb_com-indexPop .inner .btn_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; height: 30px; margin-top: 10px; text-align: center; }
.touchweb_com-indexPop .inner .btn_box .btn { display: block; height: 30px; line-height: 28px; width: 85px; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ff3c3c; -webkit-border-radius: 4px; border-radius: 4px; color: #333; }
.touchweb_com-indexPop .inner .btn_box .btn_confirm { color: #fff; background-color: #ff3c3c; }
.touchweb_com-indexPop .inner .btn_box .btn_confirm:active { background-color: #ff0909; }
.touchweb_com-indexPop .inner .btn_box .btn_cancel { border: 1px solid #25C6FC; background-color: #25C6FC; color:#FFF }
.touchweb_com-indexPop .inner .btn_box .btn_cancel:active { background-color: #25C6FC; }
.touchweb_com-indexPop { font-size:.12rem;}
.touchweb_com-indexPop .inner .content_name {margin-bottom: 23px;}
.touchweb_com-indexPop .inner .content_name p {line-height:20px;font-size:14px; color: #333333;}
.touchweb_com-indexPop .inner .btn_box .btn { font-size:14px;}

/*pages.lbi翻页效果css*/

.pagenav-wrapper .pagenav-content { width:100%; padding: 20px 0px 20px;  text-align: center; line-height: 29px; overflow: hidden; }
.pagenav-wrapper .pagenav { }
.pagenav-wrapper .pagenav a { color: #666; }
.pagenav-wrapper .pagenav>div { background-color: #fff; border: 1px solid #ccc; line-height: 29px; white-space: nowrap; border-radius: 2px; cursor: pointer; display: inline-block; }
.pagenav .p-first, .pagenav .p-end { width: 59px ; display:inline-block; }
.pagenav .p-prev, .pagenav .p-next { width: 59px; margin: 0 5px; display:inline-block; font-size:12px;}
.pagenav .p-num { width: 30px; margin: 0 5px ; display:inline-block}
.pagenav .pagenav-text { min-width: 100px; height:29px; color: #666;}
.pagenav .pagenav-text span { font-size:16px; }
.pagenav .pagenav-cur { position: relative; background: #fff; height:29px;}
.pagenav .pagenav-select { position: absolute; top: 0; left: 0; width: 100%; height: 100%; #z-index:1; 
opacity: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-appearance: none; border: 0; border-radius: 0; cursor: pointer; }
.pagenav .pagenav-cur i { display: inline-block}
.pagenav-wrapper .pagenav .p-gray { background-color: #fdfdfd; color: #b4b1b1 }
.pagenav a:hover { text-decoration: none }
.global-nav__nav-shop-cart-num{
position: absolute; top:2px; color: #fff;text-align: center; font-weight:normal; font-size:10px;width:15px; height:15px; line-height:15px; background:#ff2233; border-radius: 50%; }



/*没有筛选结果文字样式*/
p.goods_title{ width:100%; font-size:14px; display:block; height:100px; line-height:100px; text-align:center; margin-top:30px; margin-bottom:30px;}
.new_prom2{ font-size:14px; text-align:center; padding:20px 0px}
div#loader { height: 25px; line-height: 25px; background: url(../images/flow/loader.gif) no-repeat 10px center; background-size: 20px; text-indent: 35px; margin: 0 auto; width: 180px; font-size:14px; }
.get_more {
	width: 100%;
	height: 30px;
	display:block;
	text-align: center;
}
.get_more img {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
/*弹出购物车成功提示代码*/
.touchweb_com-indexPop_all { display: none; position: fixed; left: 0; top: 0;  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; background:none;  visibility: hidden; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; z-index:99999999 }
.touchweb_com-indexPop_all.show { opacity: 1; visibility: visible; }
.touchweb_com-indexPop_all .inner { padding-left:10px; padding-right:10px;-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 5px; border-radius: 5px; background:rgba(0,0,0,0.7); height:35px; line-height:35px; text-align:center }
.touchweb_com-indexPop_all .inner .content_name { font-size:16px; color:#ffffff;}
.more_loader_spinner { text-align: center; font-size:14px; float:left; width: 100%}

/*提交订单成功放回首页css*/
.home{ display:block; width:100%; overflow:hidden;padding-bottom:20px;padding-top:20px; margin:auto; background:#fff}
.home a{ display:block; width:30%; height:35px; text-align:center; font-size:14px; line-height:35px; color:#FFF; background:#DA2627;border-radius:3px; margin:auto }
/*无线加载的文字样式*/
.jiazai{ width:95%; height:50px; margin:auto }
.jiazai em{ display:block; width:25%; float:left; height:24px; border-bottom:1px solid #ccc; margin-bottom:24px;}
.jiazai span{ display:block; width:50%; float:left; height:50px;font-size:14px; line-height:50px; text-align:center; color:#999}
.pei{ margin:0 auto; }
.pei td{
    width:100%;
	padding: 10px;
	border: 1px solid #eee;
}
/*工单开始*/
 .remide-box {
	background-color: #FFFFE0;
	border: 1px solid #F9DFB2;
	margin-bottom: 10px;
	overflow: hidden;

}
.con-tit{
	background: #fff;
	width:100%;
	border-bottom: 1px solid #EFEFEF;
	line-height: 50px;
	height: 50px;
	margin-bottom: 0px;
	padding: 0px 0;
}
.remide-box ul {
	border-bottom: 0px solid #EFEFEF;
	line-height: 35px;
	height: 35px;
	margin-bottom: 0px;
	padding: 0px 0;
}
.con-tit li{
	float: left;
	vertical-align: middle;
	width: 30%;
	text-align: center;
}
.remide-box ul li{
	margin: 0 10px;
	float: left;
	line-height: 35px;
	padding: 0px 5px;
	vertical-align: middle;
	width: 20%;
}
.remide-box ul li a,.con-tit li a{
	color: #000;
}
.remide-box .num {
	color: #f08300;
	position: relative;
	margin: 0px 3px;
}
.gong-deil li{
 	background: #fff;
 	padding: 10px;
 	margin-bottom: 10px;
}
.yewu-tit{
 	width: 100%;
}
.yewu-tit li{
	width: 100%;
}
.bian-width {
	width: 15%;
	text-align: left;
	display:inline-block;
	font-weight: bold;

	overflow: hidden;
	color: #666;
	margin-left: 10px;

}
.bian-width2 {
	width: 70%;
	text-align: left;
	display: inline-block;
	color: #000;
	overflow: hidden;
}
.bian-width3 {
	width: 70%;
	text-align: left;
	display: inline-block;
	color: #000;
}
.con-by{
	width: 95%;
	background: #fff;
	margin: 0 auto;
	padding: 2.5%;
	font-size: 14px;
}
.con-by01{
	width: 95%;
	background: #fff;
	margin: 0 auto;
	padding: 2.5%;
	font-size: 14px;
}
.con-by01 li{ margin-bottom: 20px; }
.con-by li{
	border-bottom: 1px solid #eee;
	line-height: 50px;
	height: 50px;
}
.pj-star { margin-top: 10px; }
.s-mbottom10 { margin-bottom: 10px; }
.star-list {
	width: 58px;
	height: 63px;
	float: left;
	margin-right: 50px;
	text-align: center;
}
.pi-radio { cursor: pointer; }
.star-list-icon {
	background: url(../../../../themes/pc_paleng_moban/images/20151223img2.png) no-repeat;
	width: 52px;
	height: 47px;
	display: inline-block;
}
.right-span {
	font-size: 14px;
	color: #696969;
	line-height: 36px;
	width: 58px;
	display: inline-block;
}

.pi-radio .pi-radio-icon {
	background: url(../../../../themes/pc_paleng_moban/images/20151026img1.png) no-repeat 0 -48px;
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 3px;
}
.checked .pi-radio-icon {
	background-position: 0 -9px;
}
label input[type="radio"] {
	vertical-align: middle;
}
.pi-radio input {
	display: none;
}
.star-list-icon2 {
	background: url(../../../../themes/pc_paleng_moban/images/20151223img3.png) no-repeat;
	width: 52px;
	height: 47px;
	display: inline-block;
}
.star-list-icon3 {
	background: url(../../../../themes/pc_paleng_moban/images/20151223img1.png) no-repeat;
	width: 52px;
	height: 47px;
	display: inline-block;
}
.u-left {
	width: auto;
	color: #333;
}
.u-img2 {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(../../../../themes/pc_paleng_moban/images/20151112img1.png) no-repeat;
	background-position: 0 0;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.u-item{
	margin-left: 50px;
}
#add_img3 li{
	float: left;
}
#add_img1 li{
	float: left;
}
.row-hf {
	float: left;
	width: 90%;
	margin-left: 50px;
	margin-bottom: 10px;
}
.u-content2 {
	background: #ffbca2;
	border-radius: 10px;
	font-size: 12px;
	color: #333;
	padding: 3px 10px;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
}
.desc {
	display: inline-block;
	width: 100%;
}
.u-content2 .time {
	display: inline-block;
	color: #2e5d90;
	float: right;
	margin-right: 10px;
}
.u-tipimg3 {
	background: url(../../../../themes/pc_paleng_moban/images/20151114img6.png) no-repeat;
	width: 15px;
	height: 10px;
	position: absolute;
	left: -4px;
	top: -4px;
	background: #eee;
}
.u-right {
	width: auto;
	float: right;
}
.u-img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(../../../../themes/pc_paleng_moban/images/20151112img1.png) no-repeat;
	background-position: 0 -50px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.row-hf2 {
	width: 90%;
	margin-left: 10px;
}
#tab012 p{
	cursor: pointer;
	background: #ea4218;
	line-height: 30px;
	height: 30px;
	color: #fff;
	padding: 5px;
	width: 100px;
	text-align: center;
	position: relative;
	left: 70%;
	top: 0;
}
.active{
	border-bottom: 2px solid #f00;
}

.bianhao{
	display: none;
}
.active01{
	display: block;
}
.img-box{
	border: none;height: 90px;line-height: 90px;
}
.con-by li:last-child{
	border:none
}
.hf-row {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fe6123;
	margin-bottom: 10px;
}
.u-tipimg2 {
	background: url(../../../../themes/pc_paleng_moban/images/20151114img4.png) no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	right: -4px;
	top: -4px;
}
.inputBg {
	border: 1px solid #ddd;
	height: 30px;
	width: 200px;
	line-height: 30px;
	padding: 0px 5px;
	margin-right: 5px;
}
select {
	border: 1px solid #ddd;
	height: 30px;
	width: auto;
	line-height: 30px;
	padding: 0px 5px;
	margin-right: 5px;
}
.main-btn-large {
	padding: 8px 15px;
}
.main-btn {
	line-height: 12px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #f08300;
	overflow: visible;
	border: 0 none;
	outline: 0;
	padding: 7px;
	cursor: pointer;
	width: 50px;
}
.gongdan-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.gongdan-title lable {
	text-align: right;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
}
.wenti-tip {
	color: #f00;
	font-size: 14px;
}
.mbottom10 {
	margin-bottom: 20px;
	margin-top: 0;
}
.wenti-left {
	text-align: right;
	width: 120px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.wenti-right {
	padding-right: 20px;
	margin-top: 2px;
	width:75%;
	float: right;
	margin-bottom: 10px;
	font-size: .5rem;
}
.wenti-area {
	display: block;
	width: 95%;
	height: 134px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	resize: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	word-break: break-all;
	margin-bottom: 6px;
}
.wenti-ipt {
	display: block;
	width: 25%;
	height: 28px;
	float: left;
	margin-right: 20px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 28px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wenti-tip2 {
	color: #f00;
	font-size: .5rem;
}
.wenti-user {
	margin-right: 10px;
	float: left;

}
.wenti-user3 {
	margin-right: 30px;
	float: left;
}
.wenti-user2 {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 14px;
	display: inline-block;
	color: #169bf3;
	float: left;
}
.wenti-user3 {
	margin-right: 30px;
	float: left;
}
.file {
	position: relative;
	display: inline-block;
	background: url(../images/xiangji.png) no-repeat center center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0px 0px;
	overflow: hidden;
	color: #1E88C7;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
	background-size: auto 50px;
}
.file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}
.ti-btn {
	background: #169bf3;
	border: none medium;
	width: 90px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.file div{
	width:100px;
	height:100px
}
.conhui{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid #eee;
	min-width: 320px;
	overflow: hidden;
}

.wenti-area01{
	display: block;
	width: 90%;
	/* height: 134px; */
	padding: 6px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: none;
	resize: none;
}
.send01{
	float: left;
	width: 10%;
	width: 60px;
	height: 60px;
	position: relative;
	display: inline-block;
	background: url(../images/user/xiangji.png) no-repeat center center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0px 0px;
	overflow: hidden;
	color: #1E88C7;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
	background-size: auto 50px;
}
.send01 input{
	position: absolute;
	font-size: 100px;
	/* right: 0; */
	/* top: 0; */
	opacity: 0;
}
.send02{
	float: left;
	width:70%;
	border: 1px solid #ccc;
	height: 60px;
	overflow-y: scroll;
}
.send03{
	width: 15%;
	float:right;
}
.send03 button{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	background:#e05a1b;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/*工单结束*/
.jifen_top{
	width: 100%;
	background: #d7b27d;
	color: #fff;
	text-align: center;
}
.ji_mon{
	color: #fff;
	font-size: 2rem;
	padding-top: 30px;
	display: block;
}
.jifen_top p{
	margin: 0;
	padding-bottom: 30px;
	font-size: .5rem;
	color: #efefef;
}
.jifen_top_bt{
	width: 100%;
	border-bottom: 1px solid #edecec;
	background: #fff;
}
.jifen_top_bt p{
	width: 50%;
	float: left;
	text-align: center;
	font-size: .85rem;
}
.clear{
	clear:both;
}
.jifen_bt{
	width: 100%;
	background: #fff;
	text-align: center;
}
.jifen_bt p{
	float: left;
	width: 50%;
	font-size: .85rem;

}
.ji_order{
	width: 100%;
}
.ji_order_top{
	width: 100%;
	border-bottom: 1px solid #edecec;
}
.ji_order_top p:nth-of-type(odd){
	float: left;
	text-align: left;
}
.ji_order_top p:nth-of-type(even){
	 float: right;
	text-align: right;
 }
.ji_order_center img{
	float: left;
	width: 10%;
}
.ji_order_cen{
	float: left;
}
@media screen and (max-width: 601px){
	.remide-box ul li, .con-tit li {
		margin: 0 5px;
		float: left;
		line-height: 35px;
		padding: 0px 5px;
		vertical-align: middle;
		width: 20%;
	}
}
@media screen and (max-width: 559px){
	.gongdan-title lable {
		text-align: right;
		width: 20%;
		font-size:.5rem;
		font-weight: bold;
		line-height: 24px;
		display: inline-block;
	}
	.wenti-left {
		text-align: right;
		width: 20%;
		float: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
	}
}
@media screen and (max-width: 558px){
	.file div{
	width:95px;
	height:95px
}
}
@media screen and (max-width: 533px){
	.wenti-ipt{
		margin-right: 10px;
	}
}
@media screen and (max-width: 531px){
	.file div{
		width:90px;
		height:90px
	}
}
@media screen and (max-width: 504px){
	.file div{
		width:85px;
		height:85px
	}
}
@media screen and (max-width: 479px){
	.wenti-ipt{
		margin-right: 5px;
	}
	.file div{
		width:80px;
		height:80px
	}
}
@media screen and (max-width: 453px){
	.wenti-user{
		margin-right: 5px;
	}
	.wenti-left{
		font-size: 12px;
	}
	.file div{
		width:75px;
		height:75px
	}
}
@media screen and (max-width: 426px){
	.wenti-ipt{
		padding: 0 5px;
	}
	.file div{
		width:70px;
		height:70px
	}
	.send02{
		width: 65%;
	}
}
@media screen and (max-width: 425px){
	.remide-box .num {
		color: #f08300;
		position: relative;
		margin: 0px 3px;
		font-size: .1rem;
	}
}
@media screen and (max-width: 411px){
	.pingfen dl dt{
		width: 25%;
	}
}
@media screen and (max-width: 407px){
	.remide-box ul li, .con-tit li {
		margin: 0 5px;
		float: left;
		line-height: 35px;
		padding: 0px 5px;
		vertical-align: middle;
		width: 18%;
		height: 35px;
		overflow: hidden;
	}
}
@media screen and (max-width: 491px){
	.bian-width {
		width: 20%;
		text-align: left;
		display: inline-block;
		font-weight: bold;
		overflow: hidden;
		color: #666;
		margin-left: 10px;
	}
}
@media screen and (max-width: 487px){
.bian-width3 {
		width: 100%;
		text-align: left;
		display: inline-block;
		color: #000;
	}
}
@media screen and (max-width: 399px){
	.wenti-right{
		padding-right: 10px;
	}
	.wenti-area{
		padding: 6px;
	}
	.file div{
		width:65px;
		height:65px
	}

}
@media screen and (max-width: 394px){
	.wenti-left{
		width: 22%;
	}
	.wenti-right {
		padding-right: 5px;
	}
	.gongdan-title lable{
		width: 22%;
	}

}
@media screen and (max-width: 373px){
	.wenti-ipt{
		width: 20%;
	}
	.file div{
		width:60px;
		height:60px
	}

}
@media screen and (max-width: 368px){
	.bian-width {
		width: 25%;
		text-align: left;
		display: inline-block;
		font-weight: bold;
		overflow: hidden;
		color: #666;
		margin-left: 10px;
	}
	.img-box{
		border: none;height: 90px;line-height:45px;
	}
}
@media screen and (max-width: 344px){
	.file div{
		width:55px;
		height:55px
	}
	.wenti-left{
		width:25%
	}
	.wenti-right{
		padding-right:0px
	}
	.wenti-area{
		width:90%
	}
	.wenti-tip2{
		width:90%
	}

}
@media screen and (max-width: 341px){
	.star-list {
		width: 58px;
		height: 63px;
		float: left;
		margin-right: 40px;
		text-align: center;
	}
}

.search_hide{
	max-width: 640px;
	margin: 0 auto;
}

#tbh5v0{
	margin-top:47px;
	margin-bottom:60px;
}
