/* CSS Document */
body{
	min-width:290px;
	margin:0px;
    font-size:18px;
    line-height:1.8em;
	background-color:#f0f4f0;
}
#afui form{
	font-size:12px;
	padding:10px;
}
#afui form > div{	
	background-color:#FFF;
	border:1px solid #c8ccc8;
	padding-top:10px;
}
a:link, a:visited, a:hover, a:active {
    color: #2d2d2d;
	font-size:14px;
    text-decoration: none;
}
form div div{
	clear:both;
	margin-bottom:10px;
}
#afui .submitbt {
	position: relative;
	display: inline-block;
	line-height:38px;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background-color: #f85000;
	border:0;
	text-decoration: none;
	z-index: 2;
	width:100%;
	margin-top:10px;
}
div.type > a{
	display:block;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	line-height:45px;
	height:45px;
	width:50%;
	font-size:18px;
	font-weight:bold;
	color:#6a7679;
	margin:auto;
}
div.type > a span{
	display:block;
	position:relative;
}
div.type > a span.xl:after {
	content: "";
	position: absolute;
	top: 40%;
	border-width: 10px 9px 0 9px;
	border-style: solid;
	border-color: #f85000 transparent;
}
div.type > span{
	display:block;
	width:36px;
	height:45px;
	text-indent:-5000px;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	background-position:center;
	z-index:999;
}
div.type span a{
	display:block;
	width:36px;
	height:45px;
}
div.type > span:nth-of-type(1){
	background-image:url(../images/icon-36x36-back.png);
}
div.type span:nth-of-type(2){
	background-image:url(../images/icon-36x36-home.png);
	right:10px;
}
div.type{
	display:block;
	text-align:center;
	line-height:45px;
	height:45px;
	background-color:#e7e7e9;
	position:relative;
	border-bottom: 1px solid #c8ccc8;
}
div#type_nav1{
	position: absolute;
	top: 110%;
	left: 0px;
	right: 0px;
	padding: 5px;
	width:180px;
	margin:0 auto;
	background-color: rgba(231, 231, 233, 1);
	border-radius: 7px;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	z-index:9;
}
div#type_nav1 a{
	display: block;
	border-bottom:1px solid #d5d8d5;
	/*border-color: #c8ccc8 #d5d8d5 #d5d8d5 #c8ccc8;
	border-style: solid;
	border-width: 1px;*/
	height: 37px;
	background-color: rgba(255, 255, 255, 1);
	color: #6a7679;
	line-height: 37px;
	text-align: center;	
}
div.fend{
    margin:10px;
    font-size:14px;
    clear:both;
}
div.fend span{
    display:block;
    float:left;
    white-space:nowrap;
    overflow:hidden;
}
div.fend span:nth-of-type(1){
    width:30%;
    font-weight:bold;
}
div.fend span:nth-of-type(2){
    width:40%;
}
div.fend span:nth-of-type(3){
    width:30%;
    text-align:right;
}
div.typebt{
	border:1px solid #ccc;
	text-align:center;
	margin:10px 10px 0px 10px;
	height:40px;
	border-radius:5px;
	background-color:#eaeaea;
	vertical-align:middle;
	line-height:40px;
}
div.typebt a{
	display:inline-block;
	width:30%;
	text-align:center;
	color:#6e6e6e;
	border-right:1px solid #ccc;
}
div.typebt a:nth-of-type(3){
	border:none;
	padding-right:0px;
}
div.orderlists{
	padding:10px 10px 0px 10px;
}
div.orderlists div{
	border: 1px solid #c8ccc8;
	background-color:#fff;
	margin-bottom:10px;
	border-radius:5px;
	overflow:hidden;
}
div.orderlists div > span{
	height:31px;
	display:inline-block;
	text-indent:10px;
	line-height:31px;
	font-size:14px;
	color:#6e6e6e;
}
div.orderlists div > span.cl{
	color:#f85000;
}
div.orderlists div > span:nth-of-type(1){
	display:block;
	background-image:url(../images/bgtitle.png);
	background-repeat:repeat-x;
	background-size:100% 40px;
	font-weight:bold;
	position:relative;
	line-height:40px;
	height:40px;
}
div.orderlists div > span span{
	position:absolute;
	right:3px;
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0px 6px;
	text-indent:0px;
	border-radius:12px;
	font-weight:100;
	margin-top:8px;
	color:#fff;
}
div.orderlists div > span span.wsl{
	background-color:#bababa;
	border:1px solid #c9c9c9;
}
div.orderlists div > span span.ysl{
	background-color:#11ca00;
	border:1px solid #24b804;
}
.wdyy{
	display:block;
	margin:0px 10px 10px;
	line-height:38px;
	text-align:center;
	background-color:#CCC;
}
.bdsm{
	margin:10px 10px 0px;
	background-color: #FFF;
	border: 1px solid #c8ccc8;
	font-size:14px;
	color:#8c9597;
	padding:0px 20px;
}


.page_index{
	display:block;
	margin:auto;
	text-align:center;
	height:35px;
	width:212px;
	line-height:35px;
	border-radius:5px;
	border:1px solid #ccc;
	background-color:#f85000;
	clear:both;
}
.page_index a{
	display:block;
	width:70px;
	height:35px;
	color:#fff;
	float:left;
	font-size: 14px;
	border-right:1px solid #ccc;
}
.page_index a:nth-of-type(3){
	border-right:none;
}
.page_index_two{
	display:block;
	margin:auto;
	text-align:center;
	height:35px;
	width:141px;
	line-height:35px;
	border-radius:5px;
	border:1px solid #ccc;
	background-color:#f85000;
	clear:both;
}
.page_index_two a{
	display:block;
	width:70px;
	height:35px;
	color:#fff;
	float:left;
	font-size: 14px;
	border-right:1px solid #ccc;
}
.page_index_two a:nth-of-type(2){
	border-right:none;
}