﻿
@charset "utf-8";
/* CSS Document */
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}
/*header*/
header {
	overflow: hidden;
	width: 100%;
}
header .header_top {
	width: 100%;
	line-height: 2.3em;
}
header .header_top li {
	width: 100%;
	background-color: #1e1e1e;
	font-size: 1.2em;
	float: left;
	text-align: center;
}
header .header_top li a {
	color: #888888;
}
.header_top li.on {
	background-color: #0b9278;
}
.header_top li.on a {
	color: #FFF;
}
header h1 {
	width: 20%;
	float: left;
	margin: 3% 0 3% 2%;
}
header h1 img {
	display: block;
	width: 100%;
}
header .wenzi {
	float: left;
	overflow: hidden;
	padding-left: 2%;
	margin-top: 3%;
	margin-left: 3%;
	border-left: 1px solid #d4d4d4;
}
header .wenzi h2 {
	font-size: 1em;
	color: #000;
}
header .wenzi h2 b {
	color: #de860a;
}
header .wenzi p {
	font-size: 0.75em;
	color: #000;
}
/*qun*/
.qun {
	overflow: hidden;
	width: 100%;
	background: #26a28a;
	padding-bottom: 25%;
}
.qun dl {
	overflow: hidden;
	width: 50%;
	float: left;
}
.qun dt {
	overflow: hidden;
	width: 20%;
	float: left;
	margin-top: 5%;
	margin-left: 5%;
}
.qun dt img {
	display: block;
	width: 100%;
}
.qun dd {
	float: right;
	width: 73%;
	margin-left: 2%;
}
.qun dd h4 {
	width: 100%;
	font-weight: normal;
	margin-top: 10%;
	font-size: 1em;
}
.qun dd h4 a {
	color: #FFF;
}
.qun dd p {
	font-size: 1em;
	margin-top: 2%;
}
.qun dd p a {
	color: #6edec8;
}


/*nav*/
nav {
	overflow: hidden;
	width: 100%;
	background: url(../img/nav_bg.png) repeat;
}
nav a {
	width: 25%;
	padding: 0.8em 0em;
	text-align: center;
	float: left;
	background: url(../img/nav_li.png) repeat-y center right;
	border-top: 1px solid #05735d;
	border-bottom: 1px solid #149c81;
	color: #FFF;
	font-size: 0.8em;
}





/*top*/
.top {
	overflow: hidden;
	width: 20%;
	position: fixed;
	bottom: 8.5%;
	left: 40%;
}
.top img {
	display: block;
	width: 100%;
}
/*footer*/
footer {
	overflow: hidden;
	width: 100%;
	position: fixed;
	padding: 0.5em 0;
	background: #f49b00;
	left: 0;
	bottom: 0;
}
footer a {
	display: block;
	font-size: 1em;
	width: 25%;
	background: url(../img/ft_li.png) no-repeat center right;
	background-color: #f49b00;
	text-align: center;
	float: left;
	color: #fff;
}
footer img {
	display: block;
	width: 25%;
	margin: 0 auto;
}
/*公共颜色调用*/
.pagedSpan a {
	background: #333;
}
.CategoryList_Title i {
	color: #333;
}
.hdPhone p i {
	border: 1px solid #fff;
}
.pagedSpan a {
	color: #fff;
}
.pagedSpan {
	background: #feeddc;
}
/*分类标题*/
.CategoryList_Title {
	height: 2.968em;
	line-height: 2.968em;
	padding: 0 .687em;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #b0b4bb;
	font-size: 1.125em;
	background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);
}
.CategoryList_Title i {
	font-size: 1.2em;
	margin-top: .75em;
}
.CategoryList_Title .icon-details {
	margin-right: .5em;
}
/*分类列表*/
.CategoryLista {
}
.CategoryLista > li > a {
	display: block;
	color: #333;
	padding: 0 1.125em;
	font-size: 1.125em;
}
.CategoryLista li i {
	float: left;
	margin-top: -1.25em;
	margin-left: 95%;
	color: #656565;
	font-weight: bold;
	font-size: 1.6em;
	z-index: 99;
}
.CategoryLista > li li a {
	height: 3.031em;
	line-height: 3.031em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
	background: #EBEBEB;
	padding: 0 2.062em;
	border-bottom: 1px solid #cfcbc1;
	border-top: 1px solid #fff;
	font-size: 1em;
}
.CategoryLista li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.CategoryLista .icon-arrow-down {
	color: #f90;
}
.CategoryLista > li > ul >li >ul {
	padding: 0 1.125em;
}
.CategoryLista > li > .list1, .CategoryLista > li > .list1 li ul {
	display: none;
}
/*搜索*/
.searchSpan {
	position: relative;
	overflow: hidden;
	
}
.searchSpan .txtSearch {
	height: 33px;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 1.2em;
	text-indent: .25em;
	width: 100%;
	outline: none;
}
.searchSpan .btnSearch {
	position: absolute;
	right: 0px;
	top: 1px;
	border-radius: 0 5px 5px 0;
	display: block;
	height: 33px;
	line-height: 33px;
	color: #333;
	width: 2.5em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%);
}
.green {
	width: 20em;
	margin-top: 0.5em;
	color: #286300;
	margin-left: 2em;
}
.red {
	color: Red;
	text-align: center;
	margin-bottom: 1em;
}
#ErrorInfo {
	text-align: center;
	margin-top: 1em;
}
.uform {
	padding: 0 5%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.uform li {
	overflow: hidden;
	margin-bottom: 0.4em;
	border: 1px solid #d5d5d5;
}
.uform li label {
	float: left;
	width: 12%;
	height: 3.333em;
	border: none;
}
.uform li label img {
	display: block;
	width: 100%;
	height: 3.333em;
}
.uform li .txt {
	float: left;
	width: 85%;
	height: 3.333em;
	line-height: 3.333em;
	border: none;
	border-left: 1px dashed #b2b2b2;
	padding: 0 1%;
	font-size: 1em;
	color: #999;
	outline: none;
}
.uform li a {
	display: inline-block;
	font-size: 1em;
	color: #333;
	width: 7em;
	height: 3.333em;
	background: #fff url(../img/dimg2.png) no-repeat 82% center;
	line-height: 3.333em;
	padding-left: 1.3em;
	background-size: 1.125em;
	text-align: left;
}
.uform li.sub {
	text-align: center;
}
.codeEx {
	position: fixed;
	bottom: 160px;
	left: 5px;
	display: none;
	width: 100%;
	background: #fff;
	z-index: 9999;
	display: none;
}
.codeEx img {
	display: block;
	margin: 0 auto;
}
 @media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
body {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
body {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
body {
	font-size: 150%;
}
}
.pagingNav {
	padding: 15px 10px;
}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	margin-top: -30px;
	overflow: hidden;
}
.pagingNav .uls a {
	float: left;
	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	text-decoration: none;
	float: left
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
	background-color: #26A28A;
	border-color: #26A28A;
	color: #fff;
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
*background-color:transparent;
*color:#666;
}

*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#adminbuy_cn img{ max-width:100% !important; height:auto !important}
#DetailedSpan img{ max-width:100% !important; height:auto !important}