/*所有*/
*{font-size:16px;margin:0 auto;padding:0px;font-family:"microsoft yahei","宋体"; color: red;}
body{max-width:600px;min-height:728px;border:1px solid #D8D8D8;border-radius:11px;box-shadow:1px 1px 15px #C3C3C3;background:white;}
a{color:#333333;text-decoration:none;}
a:hover {text-decoration:none;color:#333333;}
.r {text-align:right;width:30%;}
.l {text-align:left;}
.d {border:1px white solid;line-height:150%;color:white;font-size:12px;padding:3px 5px;}
.d:hover {text-decoration:none;background-color:white;color:#0180CF; }
.span,span{color:green;font-weight:600;}
strong{color:red;font-weight:600;}
/*顶部*/
.sub_bod{left:0px;top:38px;position:absolute;height:55px;width:100%;z-index:-100}
.sub_top{height:40px;margin-bottom:12px;background-color:#0180CF;width:100%;position:relative;}
.sub_top .title{text-align:center;color:#FFFFFF;height:40px;line-height:40px;}
.sub_top .back{position:absolute;left:10px;top:10px;width:50px;}
.sub_top .menu{position:absolute;right:0px;top:6px;width:35px;padding-left:10px;}
.sub_top .menu img{ width:28px;}

/*查询*/
.main{margin-bottom:36px;}
form{margin:24px 0;}
.so_box{margin:10px auto;height:40px;line-height:40px;background-color:white;width:92%;border:1px #CACACA solid;margin-top:12px;position:relative}
.so_box .txts{margin:0px auto;height:35px;outline: none;line-height:36px;width:88%;padding-left:10px;border:0px;color:#333333;background-color:#FFFFFF;overflow:hidden;}
.so_box .txtss{margin:0px auto;height:35px;outline: none;line-height:36px;width:88%;padding-left:10px;border:0px;color:#333333;background-color:#FFFFFF;overflow:hidden;}
.ss_box{margin:0 auto;height:40px;width:92%;margin-top:12px;border:0px;}
.sp_box{margin:0 auto;width:92%;margin-top:12px;border:0px;}
.so_box .buts{margin:0 auto;height:40px;line-height:40px;width:100%;padding-left:10px;border:0px;color:#333333;background-color:#0180CF;color:#FFFFFF;}
.so_box .more{position:absolute;position:absolute; top:8px; right:10px;}
.so_box .more img{ height:24px;}

.so_boxes{margin:0 auto;width:92%;margin-top:12px;border:0px;background-color:#0180CF;}
.so_boxes .buts{margin:0 auto;height:40px;line-height:40px;width:100%;background:#fff url(../img/line_bg.jpg) repeat-x;color:white;border:0px;}
.so_boxex{margin:0 auto;width:92%;margin-top:12px;border:0px;}

.so_boxesd{margin:0 auto;width:92%;text-align:center;margin-top:12px;border:0px;}
.so_boxesd .buts{width:110px;height:40px;line-height:40px;background:#fff url(../img/line_bg.jpg) repeat-x;color:white;border:0px;}

.select select{width:100%;padding:5px;border:3px red solid;height:40px;background-color:pink}
.select option{height:40px;} /*国际玩笑*/
.select{margin:0 auto;width:92%;height:40px;overflow:hidden;}

.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #1564ad;
	-webkit-box-shadow: 3px 4px 0px 0px #1564ad;
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*结果*/
table{border:1px solid #a2c6d3;border-top:5px solid #a2c6d3; margin:0 auto;background:#fff;font-size:12px;width:92%;}
table td{border-right:1px solid #a2c6d3;border-bottom:1px solid #a2c6d3;padding:5px}
.tt{background:#e5f2fa;line-height:18px;FONT-SIZE:12px;}

/*底部*/
.foot{width:100%;position:fixed;bottom:0px;left:0px;line-height:22px;height:22px;}
.foot .title{margin:0 auto;width:100%;max-width:600px;background:#ddd;text-align:center;border-top:1px #CACACA solid;}