html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {clear: both;font-weight: normal;}
ol, ul {list-style: none;}
blockquote:before, blockquote:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

a img {border: none;}
a{text-decoration:none;color:#575757;}
a:hover, a.hover{color:#575757;}

.hand{cursor:pointer;}
.disno{display:none;}
.clear{clear:both;}
.none{display:none;}
.Red{color:Red;}
.bold{font-weight:bold;}
.txtLeft{text-align:left;}
.txtCenter{text-align: center;}
.bgWhite{background-color:White;}
.radioZoom120{font:14px;zoom:120%;table-layout:fixed;}
.radioZoom120.input{zoom:120%;}
.f11{font-size:11px;}
.f12{font-size:12px}
.f14{font-size:14px;}
.f08em{font-size:0.8em;}
.f1em{font-size:1em;}
.f12em{font-size:1.2em;}
.f13em{font-size:1.3em;}


body{
-webkit-text-size-adjust: none;/*保证文字大小*/
font-family:Arial,sans-serif;
font-size: 1.1em;
min-height: 460px;
line-height:22px;
min-width:320px;
color:#575757;
background-color:#F4F4F4;
}
.bodyInterface{
-webkit-text-size-adjust: none;/*保证文字大小*/
min-height: 460px;
line-height:22px;
min-width:320px;
}

/* button */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
    font: 14px/100% Arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* white */
.white {
	color: #606060;
	/*color: Black;*/
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* gray */
.gray {
	/*color: #e9e9e9;*/
	color:White;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* blue */
.blue {
	/*color: #d9eef7;*/
    color:White;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* green */
.green {
	/*color: #e8f0de;*/
    color:White;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* 金色 */
.gold {
	color: White;
	border: solid 1px #AE682B;/*#B5925A*/
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#CEB17C), to(#AB8750));
	background: -moz-linear-gradient(top,  #CEB17C,  #AB8750);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CEB17C', endColorstr='#AB8750');
}
.gold:hover {
	background: White;
	background: -webkit-gradient(linear, left top, left bottom, from(#C4A772), to(#AB8750));
	background: -moz-linear-gradient(top,  #C4A772,  #AB8750);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4A772', endColorstr='#AB8750');
}
.gold:active {
	color: White;
	background: -webkit-gradient(linear, left top, left bottom, from(#AB8750), to(#CEB17C));
	background: -moz-linear-gradient(top,  #AB8750,  #CEB17C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB8750', endColorstr='#CEB17C');
}

/* 金色 */
.black2 {
	border-radius: 0 !important;
	color: White;
	border: solid 1px #333; /*#B5925A*/
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
	background: -moz-linear-gradient(top, #333, #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
}

	.black2:hover {
		background: #333;
		background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
		background: -moz-linear-gradient(top, #333, #333);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
	}

	.black2:active {
		color: White;
		background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
		background: -moz-linear-gradient(top, #333, #333);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
	}

#LoadingMask{margin:0px auto;background:#333;position:fixed;top: 0;left: 0;width:100%;height:100%;visibility:visible;filter:alpha(opacity=38);-moz-opacity: 0.382;opacity: 0.382;_position:absolute;_height:expression(document.body.scrollHeight);z-index:998;}
.LoadingMask{margin:0px auto;background:#333;position:fixed;top: 0;left: 0;width:100%;height:100%;visibility:visible;filter:alpha(opacity=38);-moz-opacity: 0.382;opacity: 0.382;_position:absolute;_height:expression(document.body.scrollHeight);z-index:998;}
/*.lightbox_cover img{vertical-align:top;}*/

#LoadingStatus{text-align:center;position:fixed;width:300px;height:60px;margin-left:-150px;margin-top:-30px;left:50%;top:50%;background:white;font-weight:bold;z-index:999;}
/*IE6*/
#LoadingStatus{
_position:absolute;
/*_top:100px;*/
_top:50%;
_top: expression( ( 100 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

/*_margin:0 0 0 -110px;*/
 /*_margin-bottom:100px;*/
_margin-top:100px;
_text-align:center;
/*
_width:400px;
_height:60px;
_left:50%;

_background:Yellow;
*/
}
#LoadingStatus span{text-align:center;width:100%;height:60px;line-height:40px;/*margin-top:30px;*/}
#LoadingStatus img {margin:0 auto;display:block;border:0;}



/*上部*/
.Top{
width:100%;
height:56px;
line-height:56px;
margin:0 auto;
padding:0px;
display:block;
overflow:hidden;
text-decoration: none;
font-weight:bold;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
background:url(../Images/Top.jpg);
}
.TopBlack {
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
	background-color:#333;
}
.buttonMainMenu {
	float: left;
	margin-left: 2%;
	margin-top: 18px;
}

.titleTop{
/* for webkit browsers */
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(16,26,53)),
color-stop(0.6, rgb(0,43,103)),
color-stop(1, rgb(0,86,206))
);
/* for firefox 3.6+ */
background:-moz-linear-gradient(
center bottom,
rgb(16,26,53) 0%,
rgb(0,43,103) 60%,
rgb(0,86,206) 100%
);
/* for IE */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056CE', endColorstr='#101A35');

color:#F7F7F7;
text-shadow:0 2px 2px #656565;
text-align:center;
font-size: 1.3em;
padding-left:6px; padding-right:6px;
word-spacing:5px;
}

.TopContact{
height:33px;
line-height:33px;
color:White;
/* for webkit browsers */
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(16,26,53)),
color-stop(0.6, rgb(0,43,103)),
color-stop(1, rgb(0,86,206))
);
/* for firefox 3.6+ */
background:-moz-linear-gradient(
center bottom,
rgb(16,26,53) 0%,
rgb(0,43,103) 60%,
rgb(0,86,206) 100%
);
/* for IE */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#101A35', endColorstr='#0056CE');
text-align:center;

background:url(../Images/TopContact.jpg);
}

/*容器*/
#Container{width:99%;margin:0 auto;}
.Container{width:99%;margin:0 auto;}

/*div的内容居中*/
.ContentCenter{width:100%;margin:0 auto;text-align:center;}

/*选项卡2开始*/
.ShowTabs2{width:100%;height:auto!important; height:30px; min-height:30px; line-height:30px; padding-top:10px;}
.PitchOnTabsTitle2
{
font-weight:bold;
text-align:center;
color:#444;
height:30px;
cursor:pointer;
/*border-bottom: 2px solid #5E74B1*/
}
.GenericTabsTitle2
{
text-align:center;
height:30px;
cursor:pointer;
/*text-shadow: 2px 2px 5px #ccc;显示阴影 */
}
.ShowTabs2BorderRight{
border-right: #cdcdcd 2px solid;
}
.ShowTabs2BorderLeft{
border-left: #cdcdcd 2px solid;
}
.ShowTabsTable2{width:92%; margin:0 auto;}
.HideTabsTable2{display: none;}

.PitchOnTabsTitle2 span{
border-bottom: 2px solid #444;
}


/*选项卡结束*/

/*主菜单列表开始*/
.postOLD{
border-bottom:1px solid #bdbdbd;
padding:10px 2%;
margin:0 auto;
background:-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, rgb(255,255,255)),
color-stop(0.6, rgb(235,244,248)),
color-stop(1, rgb(214,231,238))
);
/* for firefox 3.6+ */
/*center bottom,*/
background:-moz-linear-gradient(
top,
rgb(255,255,255) 0%,
rgb(235,244,248) 60%,
rgb(214,231,238) 100%
);
/* for IE */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6E7EE');
}
.post{
border-bottom:1px solid #bdbdbd;
padding:6px 2%;
margin:0 auto;
/*font-size:14px;*/
background-color:#F9F3EA;
}
.thumb-box{
width:14%;
width:60px;
/*min-width:72px;*/
min-width:60px;
float:left;
margin-right:2%;
text-align:center;
}
.thumb-box img{
/*width:100%;有这句话图片就会自动缩放大小*/
width:60px;
/*
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;

-webkit-box-shadow:0 0 5px #aaa;
-moz-box-shadow:0 0 5px #aaa;
box-shadow:0 0 5px #aaa;
*/
}
/*
.app-sticky .thumb-box{
width:300px;
margin:0 auto;
float:none;
height:110px;
line-height:0;
}
*/
.RightArrow{
float:right;
}
.post a {display:block;height:60px;line-height:60px;font-weight:bold;text-align:left;text-decoration: none; overflow: hidden;}
.post a span{}
.post a:hover {
/*color: #000;*/
/*
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(255,255,255)),
color-stop(0.6, rgb(235,244,248)),
color-stop(1, rgb(214,231,238))
);
*/
/* for firefox 3.6+ */
/*center bottom,*/
/*
background:-moz-linear-gradient(
bottom,
rgb(255,255,255) 0%,
rgb(235,244,248) 60%,
rgb(214,231,238) 100%
);
*/
/* for IE */
/*
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6E7EE');
*/
}

.post .Current a {margin:0 auto;}
/*主菜单列表结束*/

/*订单列表框开始*/
.OrdersContent{
width:99%;
height:auto!important; height:95px; min-height:95px;/* line-height:100px;*/
margin:10px auto;
padding:0px;
border: #cdcdcd 2px solid; 
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
/*订单列表框结束*/
.OrdersContent a {display:block;text-align:left;text-decoration: none; overflow: hidden;}
.OrdersContent a:hover {
}
/*订单列表开始*/
.OrdersList{
margin:10px auto;
padding-left:2%;
height:auto!important; height:75px; min-height:75px; line-height:75px;
}
.OrdersList li {
height:auto!important; height:35px; min-height:35px;line-height:35px;
text-align:left;
}
.OrdersList li input{
text-align:left;
font-size:0.8em;
width:50%;
}
.OrdersList li textarea{
text-align:left;
font-size:0.8em;
width:50%;
}
.OrdersListSpan {
height:35px;line-height:35px;
width:120px;
display:block;
float:left;
text-align:left;
}
/*订单列表结束*/

/*订单跟踪列表开始*/
.OrdersContent2{
width:99%;
height:auto!important; height:45px; min-height:45px;
margin:10px auto;
padding:0px;
border: #cdcdcd 2px solid; 
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
.OrdersList2{
margin:10px auto;
padding-left:2%;
height:auto!important; height:25px; min-height:25px;
}
.OrdersList2 li {
height:auto!important; height:25px; min-height:25px;line-height:25px;
text-align:left;
}
/*订单跟踪列表结束*/

/*子菜单框开始*/
#SubMenu{
width:98%;
height:auto!important; height:45px; min-height:45px;
margin:10px auto;
padding:0px;
border: #cdcdcd 2px solid; 
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
#SubMenu input{
margin:2% 4.2% 2% 4.2%;
}
/*子菜单框结束*/

/*子页面内容框开始*/
.SubPagesContent{
width:99%;
height:auto!important; height:95px; min-height:95px;
margin:10px auto;
padding:0px;
border: #cdcdcd 2px solid; 
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
/*子页面内容框结束*/
/*子页面内容开始*/
.SubPagesList{
margin:10px auto;
padding-left:2%;
height:auto!important; height:75px; min-height:75px;
}
.SubPagesList li {
height:auto!important; height:25px; min-height:25px;line-height:25px;
text-align:left;
}
/*子页面内容结束*/

/*图片上传页面内容框开始*/
.UploadPicturesContent {
	width: 99%;
	height: auto !important;
	height: 95px; /*min-height:95px;*/
	margin: 10px auto;
	border: #cdcdcd 2px solid;
	display: block;
	overflow: hidden;
	text-decoration: none;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: White;
}
/*图片上传页面内容框结束*/
/*图片上传页面内容开始*/
.UploadPicturesList {
	margin: 10px auto;
	height: auto !important;
	height: 75px;
	min-height: 26px;
	text-align: center;
}
.UploadPicturesList input{
font-size:0.8em;
}
/*图片上传页面内容结束*/
.IframeFileUploadBody{margin: 0px;padding: 0px;text-align:center;width:100%; min-width:310px;font-size: 1.1em;/*没有min-width:310px;font-size: 12px;这2句话，嵌套的iframe的body会超出边界*/}
.IframeFileUpload{margin:0;text-align:center;padding:0px;}

/*类型1列表开始*/
.Type1Content{
width:98%;
height:auto!important; height:25px; min-height:25px;
margin:10px auto;
padding:0px;
border: #cdcdcd 2px solid; 
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
.Type1List,.Type2List{
margin:10px auto;
padding:10px 0% 0px 0%;
height:auto!important; height:35px; min-height:35px;
}


.Type1List li,.Type2List li{
height:auto!important; height:35px; min-height:35px;line-height:35px;
text-align:left;
cursor:pointer;
padding:6px 0%;
border-bottom:1px solid #bdbdbd;
}
.Type1List li span,.Type2List li span{
padding-left:2%;
}
.Type1List li img,.Type2List li img{
vertical-align:text-bottom;
padding-left:2%;
}
.Type1List li .RightArrow,.Type2List li .RightArrow{
height:auto!important; height:35px; min-height:35px;line-height:35px;
float:right;
padding-right:2%;
text-shadow: 2px 2px 2px #ccc;/*显示阴影*/
}
.Type1List li .PropsTypeName{
width:auto!important;
min-width:56%;
display:block;
float:left;
text-align:left;
padding-left:20px;
}
.Type1List li .TypeName2{
width:auto!important; 
min-width:100%;
display:block;
float:left;
text-align:left;
padding-left:20px;
}
.BottomLine{
border-bottom:1px solid #bdbdbd;
height:auto!important; height:1px; min-height:1px;line-height:1px;
}
/*类型1列表结束*/

.ListTitle{
border-bottom:1px solid #bdbdbd;
height:auto!important; height:35px; min-height:35px;line-height:35px;
}



.PropsTypeMark{
color:#5E74B1;
}

.Interval10{
height:10px;
line-height:10px;
}
.Interval20{
height:20px;
line-height:20px;
}

.interactiveInput {
	width: 99.9%;
	height: 30px;
	line-height: 30px;
	padding: 3px 0%;
	background: -webkit-gradient(linear, 0 0, 0 60%, from(#f8f8f8), to(#fefefe));
	background: -moz-gradient(linear, 0 0, 0 60%, from(#f8f8f8), to(#fefefe));
	background: gradient(linear, 0 0, 0 60%, from(#f8f8f8), to(#fefefe));
	border: 1px solid #9c9c9c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent:5px;
}

.buttonLeft{float:left; width:50%}
.buttonRight{float:right; width:50%}
.FootTop{
height:10px;
line-height:10px;
text-align:center;
}
.FootContent{
height:33px;
line-height:33px;
text-align:center;
}
.FootContent2{
text-align:center;
}
.FootContent3{
height:95px;
text-align:center;
}

.btnlist{
text-align:center;
}

/*iscroll开始*/
* {
/*
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*/
}

html {
/*	
-ms-touch-action: none;
*/
}
body {
/*	
font-size: 12px;
	font-family: ubuntu, helvetica, arial;
	overflow: hidden; /* this is important to prevent the whole page to bounce */
}
#header_X {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	height: 90px;
	line-height: 90px;
	/*background: #CD235C;*/
	padding: 0;
	color: #eee;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
/*width:99%;margin:0 auto;*/
}

#footer_X {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	/*background: #444;*/
	padding: 0;
	/*border-top: 1px solid #444;*/
}

#wrapper_X {
	position: absolute;
	z-index: 1;
	/*top: 45px;*/
	top: 90px;/*和#header中的height保持一致*/
	bottom: 48px;/*和#footer中的height保持一致*/
	left: 0;
	width: 100%;
	/*background: #ccc;*/
	overflow: hidden;
}
#scroller_X {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
/*iscroll结束*/
/*固定底部*/
#footer {
background-color:#F4F4F4; z-index:997; position:fixed; bottom:0px; 
left:0; width:100%;
/* for IE6 */
_overflow:hidden;
_padding:0;
_width:100%;
_background-color:#096;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
/*_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);*/
/* for IE6 */
/*overflow:visible;*/
}

/*类型1列表结束*/
/*搜索列表开始*/
.SearchContent{
width:92%;
height:auto!important; height:25px; min-height:25px;
margin:10px auto;
padding:0px;
display:block;
overflow:hidden;
text-decoration: none;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
background-color:White;
}
.SearchList{
margin:10px auto;
padding:10px 0% 0px 0%;
height:auto!important; height:35px; min-height:35px;
}

.SearchList2{
padding:10px 0% 0px 0%;
height:auto!important; height:35px; min-height:35px;
}
.SearchList li{
height:auto!important; height:35px; min-height:35px;line-height:35px;
text-align:left;
cursor:pointer;
padding:6px 10px;
border-top:1px solid #bdbdbd;
}
.SearchList2 li{
height:auto!important; height:35px; min-height:35px;line-height:35px;
text-align:left;
cursor:pointer;
padding:6px 10px;
border-top:1px solid #bdbdbd;
}
.SearchList li a{
display:block;width:100%;
}
.SearchListTitle{
height:auto!important; height:35px; min-height:35px;line-height:35px;
padding-bottom:10px;
}
/*搜索列表结束*/



