/*所有*/
* {
	font-size: 16px;
	margin: 0 auto;
	padding: 0px;
	font-family: "microsoft yahei", "宋体";
	color: #666666;
}

body {
	max-width: 600px;
	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: #1F50C6;
}

.span,
span {
	color: #1F50C6;
	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: #1F50C6;
	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: 60px;
	line-height: 45px;
	background-color: white;
	width: 100%;
	border: 1px #CACACA solid;
	margin-top: 12px;
	position: relative
}

.so_box .txts {
	margin: 0px auto;
	height: 55px;
	outline: none;
	line-height: 45px;
	width: 95%;
	padding-left: 10px;
	border: 0px;
	color: #333333;
	background-color: #FFFFFF;
	overflow: hidden;
}

.ss_box {
	margin: 0 auto;
	height: 40px;
	margin-top: 12px;
	border: 0px;
}

.sp_box {
	margin: 0 auto;
	margin-top: 12px;
	border: 0px;
}

.so_box .buts {
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding-left: 10px;
	border: 0px;
	background-color: #1F50C6;
	color: #FFFFFF;
}

.so_box .more {
	position: absolute;
	position: absolute;
	top: 8px;
	right: 10px;
}

.so_box .more img {
	height: 24px;
}

.so_boxes {
	margin: 0 auto;
	margin-top: 12px;
	border: 0px;
}

.so_boxes .buts {
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #1F50C6;
	;
	color: white;
	border: 0px;
}

.so_boxex {
	margin: 0 auto;
	margin-top: 12px;
	border: 0px;
}

.so_boxesd {
	margin: 0 auto;
	text-align: center;
	margin-top: 12px;
	border: 0px;
}

.so_boxesd .buts {
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #1F50C6;
	color: white;
	border: 0px;
}

.select select {
	width: 100%;
	padding: 5px;
	border: 1px #CACACA solid;
	height: 40px;
	-webkit-appearance: none;
}

.select option {
	height: 40px;
}

/*国际玩笑*/
.select {
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}

/*结果*/
table {
	border: 1px solid #C8C8C8;
	border-top: 5px solid #C8C8C8;
	margin: 0 auto;
	background: #fff;
	font-size: 12px;
	width: 100%;
}

table td {
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	width: 100%;
	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;
	text-align: center;
}