html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td,input,textarea,hr,img,label,span,select,strong,b{
	margin:0;
	padding:0;
}
fieldset,img,abbr,acronym{ border:0;}
address,caption,cite,code,dfn,em,px,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
caption,th,td{
	font-weight:normal;
	text-align:left;
}
a,img,button{
	border:none;
	text-decoration:none;
}
a,button{ text-decoration:none;}
a,img{
	border: none; 
	outline:none;
}
a{
	color:#333;
	outline:none;
	text-decoration:none;	
}
ul,ol{ list-style:none;}
input,select{ -webkit-appearance:none;}
::-webkit-input-placeholder{ color:#999;}
:-moz-placeholder{ color:#999;}
::-moz-placeholder{ color:#999;}
:-ms-input-placeholder{ color:#999;}
body{
	background:#f8f8f8;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:63%;
	font-weight:normal;
	width:100%;
 	min-width:300px;
}
.bodybg{ background:url("bodybg.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/bodybg.jpg*/ repeat;}
.none{ display:none;}
.tc{ text-align:center;}
.tr{ text-align:right;}

/*边距*/
.ml10{ margin-left:10px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mb30{ margin-bottom:30px;}
.mt35{ margin-top:35px;}
.mb40{ margin-bottom:40px;}
.pt10{ padding-top:10px;}
.pb10{ padding-bottom:10px;}
.pr10{ padding-right:10px;}
.pt15{ padding-top:15px;}
.pb15{ padding-bottom:15px;}
.pr15{ padding-right:15px;}
.pt20{ padding-top:20px;}
.pb20{ padding-bottom:20px;}

/*字体颜色*/
.red{ color:red; color:#ff0000;}

/*通用按钮*/
.btn{ padding:0 10px 0;}
.btn_back{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ff9421), to(#ff6b0d));
	background:-moz-linear-gradient(top, #ff9421, #ff6b0d);
	background:-ms-linear-gradient(top, #ff9421, #ff6b0d);
	background:-o-linear-gradient(top, #ff9421, #ff6b0d);
	border:none;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-family:"Microsoft YaHei";
	font-size:1.4em;
	height:27px;
	line-height:27px;
	width:83px;
}
.btn_add{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#feb900), to(#f37800));
	background:-moz-linear-gradient(top, #feb900, #f37800);
	background:-ms-linear-gradient(top, #feb900, #f37800);
	background:-o-linear-gradient(top, #feb900, #f37800);
	box-shadow:inset -1px 2px 2px 0px rgba(255,255,255,0.75);
	border:solid 1px #cca352;	
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	font-family:"Microsoft YaHei";
	font-size:1.6em;
	height:35px;
	line-height:35px;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.7);
	width:128px;
}
.btn_yellow1{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#feb900), to(#f37800));
	background:-moz-linear-gradient(top, #feb900, #f37800);
	background:-ms-linear-gradient(top, #feb900, #f37800);
	background:-o-linear-gradient(top, #feb900, #f37800);	
	box-shadow:inset 0px 2px 2px 0px rgba(255,255,255,0.75),1px 1px 3px 0px rgba(0,0,0,0.3);
	border:solid 1px #cca352;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.8em;
	height:52px;
	line-height:52px;
	text-shadow:-1px -1px 0px #4b3300;
	width:100%;
}
.btn_yellow2{	
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fae164), to(#ebac2f));
	background:-moz-linear-gradient(top, #fae164, #ebac2f);
	background:-ms-linear-gradient(top, #fae164, #ebac2f);
	background:-o-linear-gradient(top, #fae164, #ebac2f);	
	box-shadow:inset 0px 2px 2px 0px rgba(255,255,255,0.75),1px 1px 3px 0px rgba(0,0,0,0.3);
	border:solid 1px #cca352;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.4em;
	height:52px;
	line-height:52px;
	text-shadow:-2px -1px 1px #c58300;
	width:100%;
}
.btn_yellow3{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fe9341), to(#e56200));
	background:-moz-linear-gradient(top, #fe9341, #e56200);
	background:-ms-linear-gradient(top, #fe9341, #e56200);
	background:-o-linear-gradient(top, #fe9341, #e56200);
	border:none;	
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.4em;
	height:50px;
	line-height:50px;
	width:100%;
}

/*标题*/
.header{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#03bcf5), to(#00b7ef));
	background:-moz-linear-gradient(top, #03bcf5, #00b7ef);
	background:-ms-linear-gradient(top, #03bcf5, #00b7ef);
	background:-o-linear-gradient(top, #03bcf5, #00b7ef);
	border-bottom:solid 1px #009ccb;
	box-shadow:inset 0px -1px 0px 0px #14c1f6;
	color:#fff;
	font-size:2em;
	height:45px;
	line-height:45px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.header .return{
	background:url("return.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/return.png*/ no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:18px;
	left:15px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:15px;
	width:13px;	
}
.header .tel{
	background:url("tel.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/tel.png*/ no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:20px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:13px;
	right:15px;
	width:20px;
}
.header .home{
	background:url("home.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/home.png*/ no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:24px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:12px;
	right:15px;
	width:26px;
}
.header .sou{
	background:url("icon_dw.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_dw.png*/ no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:24px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:12px;
	right:15px;
	width:16px;
}
.header .city{
	color:#fff;
	font-size:0.8em;
	height:24px;
	line-height:24px;
	overflow:hidden;
	position:absolute;
	top:12px;
	right:40px;
	text-align:right;
	width:80px;
}

/*图片轮播*/
.focus{
	height:150px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	width:320px;
}
.focus .wrappic{
	height:100%;
 	width:100%;
	overflow:hidden;
	position:relative;
}
.focus ol{	
	left:0;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:9999px;
}
.focus ol li{
	float:left;
	height:100%;
	width:100%;
}
.focus ol li img{
	height:100%;
	width:100%;
	vertical-align:top;
}
.focus ul{
	left:10px;
	position:absolute;
	bottom:10px;
	z-index:999;
}
.focus ul li{
	background:#fff;
	border-radius:25px;
	cursor:pointer;
	display:inline;
	float:left;
	font-size:0;
	line-height:0;
	height:10px;
	margin-left:8px;
	overflow:hidden;	
	width:10px;
}
.focus ul .current{ background:#60ce0f;}

/*导航*/
.nav{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.nav ul{
	overflow:hidden;
	width:100%;
}
.nav ul li{
	float:left;
	margin-bottom:10px;
	width:50%;
}
.nav ul .jian{
	background-color:#06b9f0;
	color:#fff;
	margin-right:10px;
	padding-left:10px;
}
.nav ul .jian strong{ text-shadow:-1px -1px 0px rgba(0,0,0,0.3);}
.nav ul .hot{
	background-color:#ff8e62;
	color:#fff;
	padding-left:10px;
}
.nav ul .hot strong{ text-shadow:-1px -1px 0px rgba(0,0,0,0.3);}
.nav ul .one{
	background-color:#f9ba55;
	background-image:url("icon_nav1.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav1.png*/;
	background-repeat:no-repeat;
	margin-right:10px;
}
.nav ul .two{
	background-color:#a3e477;
	background-image:url("icon_nav2.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav2.png*/;
	background-repeat:no-repeat;
}
.nav ul .three{
	background-color:#e66ff3;
	background-image:url("icon_nav3.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav3.png*/;
	background-repeat:no-repeat;
	margin-right:10px;
}
.nav ul .four{
	background-color:#3ccbf7;
	background-image:url("icon_nav4.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav4.png*/;
	background-repeat:no-repeat;
}
.nav ul .five{
	background-color:#46db93;
	background-image:url("icon_nav5.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav5.png*/;
	background-repeat:no-repeat;
	margin-right:10px;
}
.nav ul .six{
	background-color:#29d3ce;
	background-image:url("icon_nav6.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav6.png*/;
	background-repeat:no-repeat;
}
.nav ul .seven{
	background-color:#ff6779;
	background-image:url("icon_nav7.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav7.png*/;
	background-repeat:no-repeat;
	margin-right:10px;
}
.nav ul .eight{
	background-color:#22ac38;
	background-image:url("icon_nav8.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_nav8.png*/;
	background-repeat:no-repeat;
}
.nav ul li em{
	display:block;
	font-size:1.4em;
	padding-top:10px;
}
.nav ul .one em{ color:#c77a01;}
.nav ul .two em{ color:#4e9e18;}
.nav ul .three em{ color:#8c0e9b;}
.nav ul .four em{ color:#017fa6;}
.nav ul .five em{ color:#0b9a55;}
.nav ul .six em{ color:#067572;}
.nav ul .seven em{ color:#af0a1d;}
.nav ul .eight em{ color:#014d0d;}

/*联盟*/
.league{ margin:10px auto 75px;}
.league .hd{
	border-bottom:solid 1px #dadada;
	box-shadow:inset 0px -1px 0px 0px #fff;
	color:#666;
	font-size:2.2em;
	margin:0 auto 15px;
	padding:0 10px 5px;	

}
.league .hd a{
	color:#f60;
	font-size:0.6em;
	float:right;
	margin-right:5px;
	margin-top:9px;
}
.league ul{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.league ul li{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	margin-bottom:10px;
}

@media screen and (min-width:320px) and (max-width:359px){
	.nav{ width:300px;}
	.nav ul li div{
		background-position:5px center;
		background-size:45px 45px;
		height:80px;
		padding-left:55px;
	}
	.nav ul li strong{
		color:#fff;
		display:block;
		font-size:1.6em;
		padding-top:20px;
	}
	.league{ width:300px;}
	.league ul li{ margin-right:9px;}
	.league ul li:nth-child(3n){ margin-right:0;}
	.league ul li img{
		border:solid 1px #ccc;
		height:90px;
		padding:1px;
		width:90px;
		vertical-align:top;
	}
	.league ul li span{
		color:#333;
		display:block;
		font-size:1.4em;
		max-height:40px;
		line-height:20px;
		margin-top:5px;
		overflow:hidden;
		width:94px;
	}
}
@media screen and (min-width:360px) and (max-width:479px){
	.nav{ width:340px;}
	.nav ul li div{
		background-position:10px center;
		background-size:50px 50px;
		height:90px;
		padding-left:70px;
	}
	.nav ul li strong{
		color:#fff;
		display:block;
		font-size:1.8em;
		padding-top:20px;
	}
	.league{ width:340px;}
	.league ul li{ margin-right:11px;}
	.league ul li:nth-child(3n){ margin-right:0;}
	.league ul li img{
		border:solid 1px #ccc;
		height:102px;
		padding:1px;
		width:102px;
		vertical-align:top;
	}
	.league ul li span{		
		color:#333;
		display:block;
		font-size:1.6em;
		max-height:44px;
		line-height:22px;
		margin-top:5px;
		overflow:hidden;
		width:106px;
	}
}
@media screen and (min-width:480px){
	.nav{ width:460px;}
	.nav ul li div{
		background-position:10px center;
		background-size:70px 70px;
		height:110px;
		padding-left:90px;
	}
	.nav ul li strong{
		color:#fff;
		display:block;
		font-size:2.2em;
		padding-top:20px;
	}
	.league{ width:460px;}
	.league ul li{ margin-right:11px;}
	.league ul li:nth-child(3n){ margin-right:0;}
	.league ul li img{
		border:solid 1px #ccc;
		height:142px;
		padding:1px;
		width:142px;
		vertical-align:top;
	}
	.league ul li span{
		color:#333;
		display:block;
		font-size:1.6em;
		max-height:50px;
		line-height:25px;
		margin-top:5px;
		overflow:hidden;
		width:146px;
	}
}

/*底部定位*/
.fix_bot{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f5f5f5));
	background:-moz-linear-gradient(top, #f8f8f8, #f5f5f5);
	background:-ms-linear-gradient(top, #f8f8f8, #f5f5f5);
	background:-o-linear-gradient(top, #f8f8f8, #f5f5f5);
	border-top:solid 1px #d3d3d3;
	box-shadow:inset 0px 1px 0px 0px #fff;
	width:100%;
	position:fixed;
	height:59px;
	bottom:0;
	z-index:99998;
}
.fix_bot .nav{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.fix_bot .nav .item{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#666;
	font-size:1.6em;
	padding-top:32px;
	text-align:center;
}
.fix_bot .nav .one{
	background:url("icon_botnav1.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav1.png*/ no-repeat center 7px;
	background-size:25px 23px;
	padding-top:32px;
}
.fix_bot .nav .one.current{
	background:url("icon_botnav1_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav1_cur.png*/ no-repeat center 7px;
	background-size:25px 23px;
	color:#05a5d6;
}
.fix_bot .nav .two{
	background:url("icon_botnav2.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav2.png*/ no-repeat center 7px;
	background-size:19px 23px;
}
.fix_bot .nav .two.current{
	background:url("icon_botnav2_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav2_cur.png*/ no-repeat center 7px;
	background-size:19px 23px;
	color:#05a5d6;
}
.fix_bot .nav .three{
	background:url("icon_botnav3.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav3.png*/ no-repeat center 7px;
	background-size:23px 23px;
}
.fix_bot .nav .three.current{
	background:url("icon_botnav3_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav3_cur.png*/ no-repeat center 7px;
	background-size:23px 23px;
	color:#05a5d6;
}
.fix_bot .nav .four{
	background:url("icon_botnav4.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav4.png*/ no-repeat center 7px;
	background-size:24px 23px;
}
.fix_bot .nav .four.current{
	background:url("icon_botnav4_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav4_cur.png*/ no-repeat center 7px;
	background-size:24px 23px;
	color:#05a5d6;
}

.fix_bot2{
	background:#fff;
	border-top:solid 1px #d3d3d3;
	width:100%;
	position:fixed;
	height:59px;
	bottom:0;
	z-index:99998;
}
.fix_bot2 .nav{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.fix_bot2 .nav .item{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#666;
	font-size:1.4em;
	padding-top:32px;
	text-align:center;
}
.fix_bot2 .nav .one{
	background:url("icon_botnav6.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav6.png*/ no-repeat center 7px;
	background-size:18px 23px;
	padding-top:32px;
}
.fix_bot2 .nav .one.current{
	background:url("icon_botnav5_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav5_cur.png*/ no-repeat center 7px;
	background-size:18px 23px;
	color:#53a600;
}
.fix_bot2 .nav .two{
	background:url("icon_botnav8_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav8_cur.png*/ no-repeat center 7px;
	background-size:22px 23px;
}
.fix_bot2 .nav .two.current{
	background:url("icon_botnav7_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav7_cur.png*/ no-repeat center 7px;
	background-size:22px 23px;
	color:#53a600;
}
.fix_bot2 .nav .three{
	background:url("icon_botnav10_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav10_cur.png*/ no-repeat center 7px;
	background-size:23px 23px;
}
.fix_bot2 .nav .three.current{
	background:url("icon_botnav9_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav9_cur.png*/ no-repeat center 7px;
	background-size:23px 23px;
	color:#53a600;
}
.fix_bot2 .nav .four{
	background:url("icon_botnav12_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav12_cur.png*/ no-repeat center 7px;
	background-size:24px 23px;
}
.fix_bot2 .nav .four.current{
	background:url("icon_botnav11_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav11_cur.png*/ no-repeat center 7px;
	background-size:24px 23px;
	color:#53a600;
}
.fix_bot2 .nav .five{
	background:url("icon_botnav14_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav14_cur.png*/ no-repeat center 7px;
	background-size:24px 23px;
}
.fix_bot2 .nav .five.current{
	background:url("icon_botnav9_cur.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_botnav9_cur.png*/ no-repeat center 7px;
	background-size:24px 23px;
	color:#53a600;
}

/*产品列表*/
.product{
	margin-top:15px;
	margin-bottom:75px;
	width:100%;
}
.product .hd{
	border-bottom:solid 1px #dadada;
	box-shadow:inset 0px -1px 0px 0px #fff;
	font-size:2.4em;
	margin-bottom:15px;
	padding:0 10px 5px;
}
.product .hd.one{ color:#f60;}
.product .hd.two{ color:#01b3b9;}
.product .hd span{
	color:#666;
	font-size:0.6em;
	padding-left:10px;
}
.product .hd a{
	color:#666;
	font-size:0.6em;
	float:right;
	margin-right:5px;
	margin-top:9px;
}
@media screen and (min-width:320px) and (max-width:359px){
	.product .bd{ width:300px;}	
	.product .bd .item{ width:127px;}	
	.product .bd .item .icon{
		height:45px;
		width:45px;
	}
	.product .bd .item .icon2{
		height:45px;
		width:45px;
	}
	.product .bd .item .pic{ height:98px;}
}
@media screen and (min-width:360px) and (max-width:479px){
	.product .bd{ width:340px;}
	.product .bd .item{ width:147px;}
	.product .bd .item .icon{
		height:50px;
		width:50px;
	}
	.product .bd .item .icon2{
		height:50px;
		width:50px;
	}	
	.product .bd .item .pic{ height:118px;}
}
@media screen and (min-width:480px){
	.product .bd{ width:460px;}
	.product .bd .item{ width:207px;}
	.product .bd .item .icon{
		height:60px;
		width:60px;
	}
	.product .bd .item .icon2{
		height:60px;
		width:60px;
	}
	.product .bd .item .pic{ height:178px;}
}
.product .bd{
	margin:0 auto;
	overflow:hidden;
}
.product .bd .item{
	background:#fff;
	border:solid 1px #dcdcdc;
	border-radius:5px;
	float:left;
	position:relative;
	margin-bottom:10px;
	padding:8px;
}
.product .bd .item:nth-child(odd){ margin-right:10px;}
.product .bd .item .icon{
	background:url("icon_tuijian.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_tuijian.png*/ no-repeat;
	background-size:100% 100%;
	left:-1px;
	position:absolute;
	top:-1px;
	z-index:999;
}
.product .bd .item .icon2{
	background:url("icon_remai.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_remai.png*/ no-repeat;
	background-size:100% 100%;
	left:-1px;
	position:absolute;
	top:-1px;
	z-index:999;
}
.product .bd .item .pic{
	position:relative;
	margin-bottom:10px;
	z-index:998;
}
.product .bd .item .pic img{
	height:100%;
	width:100%;
	overflow:hidden;
}
.product .bd .item .shade{
	background:rgba(0,0,0,0.6);
	bottom:0px;
	font-size:0;
	height:34px;
	line-height:0;
	position:absolute;
	width:100%;
}
.product .bd .item .name{
	bottom:0px;
	color:#fff;
	font-size:1.4em;
	height:34px;
	line-height:34px;
	overflow:hidden;
	position:absolute;
	padding:0 8px;
}
.product .bd .item .price{
	color:#f60;
	font-size:2em;
	float:left;
	padding-top:3px;
}
.product .bd .item .price dfn{
	font-family:Arial;
	font-size:0.8em;
}
.product .bd .item .price em{
	color:#666;
	font-size:0.7em;
}
.product .bd .item .btn{
	background:#ff624f;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	font-size:1.4em;
	text-align:center;
	padding:4px 5px;
	float:right;
}
/*版权*/
.footer{
	padding-bottom:70px;
}
.footer p{
	color:#f00;
	font-size:1.6em;
	padding-bottom:10px;
	text-align:center;
}

/*系统错误提示*/
.system_error{
	background:#f1f1f1;
	height:100%;
	padding:0 15px;
	text-align:center;	
}
.system_error img{
	max-width:480px;
	padding-top:10px;
	width:100%;
}
.system_error h4{
	color:#c51700;
	font-size:2em;
	padding-bottom:10px;
}
.system_error p{
	color:#333;
	font-size:1.6em;
	line-height:22px;
	padding-bottom:15px;
}

/*收藏提示*/
.bot_tip{
	bottom:2px;
	display:none;
	left:12px;
	position:fixed;	
	right:12px;
	z-index:99999;
}
.bot_tip .inner{
	background-color:rgba(0,0,0,0.7);
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	min-height:50px;
	width:100%;
}
.bot_tip .inner .text{
	color:#fff;
	font-size:1.6em;
	line-height:50px;
	text-align:center;	
}
.bot_tip .inner .text .icon_ios{
	background:url("icon_ios.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_ios.png*/ no-repeat;
	background-size:100%;
	display:inline-block;
	height:29px;
	margin:0 8px;
	position:relative;
	top:10px;	
	width:20px;
}
.bot_tip .inner .text .icon_qq{
	background:url("icon_qq.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_qq.png*/ no-repeat;
	background-size:100%;
	display:inline-block;
	height:29px;
	margin:0 8px;
	position:relative;
	top:10px;	
	width:39px;
}
.bot_tip .arrow{
	width:0;
	height:0;
	margin:0 auto;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid rgba(0,0,0,0.7);
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
.top_tip{
	display:none;
	left:5px;
	position:absolute;
	top:15px;
	z-index:99999;
}
.top_tip .arrow{
	border-bottom:15px solid #000;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	height:0;
	left:10px;
	opacity:0.5;
	position:absolute;
	top:-15px;
	width:0;
}
.top_tip .inner{
	background-color:rgba(0,0,0,0.5);
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	min-height:50px;
	width:100%;
}
.top_tip .inner .text{
	color:#fff;
	font-size:1.6em;
	line-height:50px;
	padding:0 10px;
	text-align:center;
}
.top_tip .inner .text .icon_uc{
	background:url("icon_uc.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_uc.png*/ no-repeat;
	background-size:100%;	
	display:inline-block;
	height:21px;
	margin:0 5px;
	position:relative;
	top:3px;	
	width:22px;
}

/*竖屏*/
@media screen and (orientation:portrait) {
	#UC{ left:5px;}
}
/*横屏*/
@media screen and (orientation:landscape) {  
	#UC{ left:96px;}
}

/*搜索等待*/
.waiting{
	background:#7d7a74;
	border-radius:5px;
	display:none;
	padding:15px 0;
	position:absolute;
	text-align:center;
	width:150px;
	z-index:99999;
}
.waiting .pic{
	background:url("loading.gif")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/loading.gif*/ no-repeat -35px -30px;
	display:inline-block;
	width:45px;
	height:45px;
}
.waiting .company_names{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

/*订单支付*/
.order_pay{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	margin-left:10px;
	margin-right:10px;
}
.order_pay .pay_status{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff6cc));
	background:-moz-linear-gradient(top, #fff, #fff6cc);
	background:-ms-linear-gradient(top, #fff, #fff6cc);
	background:-o-linear-gradient(top, #fff, #fff6cc);
	border-bottom:solid 1px #d6d6d6;
	border-radius:10px 10px 0px 0px;
	box-shadow:inset 0px 0px 0px 1px #fff;
	height:107px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;	
}
.order_pay .pay_status .pic{
	background:url("icon_pay.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_pay.png*/ no-repeat left 13px;
	background-size:100%;
	margin-right:5px;
	width:70px;	
}
.order_pay .pay_status ul{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	padding-top:16px;
}
.order_pay .pay_status ul li{
	color:#808080;
	font-size:1.6em;
	padding-bottom:5px;
	vertical-align:top;
}
.order_pay .pay_status ul li strong{
	color:#f60;
	font-family:Arial;
	font-size:1.4em;
	padding-left:18px;
}
.order_pay .pay_status ul li strong dfn{ font-size:0.8em;}

.order_pay .pay_status ul li em{
	color:#333;
	font-family:Arial;
	padding-left:18px;
}
.order_pay .pay_status ul li span{
	color:#333;
	padding-left:18px;
}
.order_pay .pay_status ul .red{ color:#f00;}
.order_pay .pay_type{
	border-bottom:solid 1px #d6d6d6;
	padding:15px 15px 20px;
}
.order_pay .pay_type h4{
	background:url("icon_paytype.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_paytype.jpg*/ no-repeat left center;
	color:#333;
	font-size:2.2em;
	margin-bottom:10px;
	padding-left:35px;
}
.order_pay .pay_type .box{
	background:url("textbg.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/textbg.jpg*/ repeat-x;
	border:solid 1px #bfbfbf;
	border-radius:10px;
	background-size:100% 60px;
	margin-bottom:10px;
	padding:0 10px;
}
.order_pay .pay_type .box .item{
	background:url("entry.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/entry.png*/ no-repeat right center;
	border:none;
	cursor:pointer;
	color:#555;
	font-size:2em;
	height:60px;
	line-height:60px;
	text-align:left;
	width:100%;
}
.order_pay .pay_type h5{
	background:url("icon_tip.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/icon_tip.jpg*/ no-repeat left center;
	color:#333;
	font-size:2em;
	margin-top:20px;
	padding-left:30px;
}
.order_pay .pay_type p{
	color:#333;
	font-size:1.6em;
	padding-top:10px;
}
.order_pay .lead_tip{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.order_pay .lead_tip a{
	color:#329bec;
	display:inline-block;
	font-size:2em;
	margin-bottom:10px;
}
.order_pay .lead_tip span{
	color:#808080;
	display:block;
	font-size:1.8em;
}
.order_pay .pay_fill{ padding:15px 15px 0px;}
.order_pay .pay_fill .sheet{ width:100%;}
.order_pay .pay_fill .sheet th{
	color:#333;
	font-size:1.6em;
	padding-bottom:10px;
	padding-right:5px;
	text-align:right;
	width:85px;
}
.order_pay .pay_fill .sheet td{
	padding-bottom:10px;
	text-align:left;
	white-space:nowrap;
}
.order_pay .pay_fill .sheet td .text_input{
	background:#f5f5f5;
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	border:solid 1px #bfbfbf;
	border-radius:5px;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:1.4em;
	height:45px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
	padding:1px;
	width:100%;
}
.order_pay .pay_fill .sheet td .text_input:focus{
	border:solid 2px #369ae8;
	padding:0;
}
.order_pay .pay_fill .sheet td .yxq_input{
	font-family:Arial;
	font-size:1.6em;
	width:60px;
}
.order_pay .pay_fill .sheet td span{
	color:#333;
	font-size:1.6em;
	padding:0 5px;
	vertical-align:middle;
}
.order_pay .choose_select{
	background:url("textbg.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/textbg.jpg*/ repeat-x;
	border:solid 1px #bfbfbf;
	border-radius:10px;
	background-size:100% 60px;
	height:60px;
	margin-left:15px;
	margin-right:15px;
	padding:0 10px;
}
.order_pay .choose_select select{
	background:url("entry.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/entry.png*/ no-repeat right center;
	border:none;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:2em;
	height:100%;
	line-height:normal;
	width:100%;
}

/*错误提示*/
.error_tip{
	color:#f60;
	display:block;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}

/*成功提示*/
.ok_remind{
	margin-left:10px;
	margin-right:10px;
}
.ok_remind .inner{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.ok_remind .icon{
	background:url("ok.jpg")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/ok.jpg*/ no-repeat 0 0;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	height:43px;
	margin-top:5px;
	width:58px;	
}
.ok_remind .icon1{
	background:url("error.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/error.png*/ no-repeat 0 0;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	height:43px;
	margin-top:5px;
	width:58px;	
}
.ok_remind .word{	
	-moz-box-flex:6;
    -webkit-box-flex:6;
    box-flex:6;
}
.ok_remind .word h4{
	color:#f60;
	font-size:2em;
	font-weight:bold;
	padding-bottom:5px;
}
.ok_remind .word h4 strong{
	color:#f60;
	display:block;
	font-family:Arial;
	font-weight:bold;
}
.ok_remind .word h4 strong a{
	color:#f60;
	font-weight:bold;
	display:block;
}
.ok_remind .word p{
	color:#666;
	font-family:宋体;
	font-size:1.4em;
	line-height:22px;
	padding-bottom:5px;
}
.ok_remind .word .ljdl{
	color:#f60;
	font-family:"Microsoft YaHei";
	font-size:1.6em;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

/*加载更多*/
.loading_more{
	color:#f60;
	cursor:pointer;
	font-size:1.6em;
	text-align:center;
	padding:18px 0;
}
.loading_more span{
	background:url("loading_more.png")/*tpa=https://www.whcts.cn/m/images/wap/mode/mode5/loading_more.png*/ no-repeat right 4px;
	background-size:10px 14px;
	padding-right:17px;
}

/*分页*/
.page{
	padding:0 10px;
	text-align:center;
}
.page span{
	color:#555;
	display:inline;
	font-family:Arial;
	font-size:1.6em;
	margin-right:10px;
}
.page a{
	color:#555;
	font-size:1.6em;
	margin-right:10px;
}
.page a.current{ color:#f60;}
