/*公共样式*/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	border-spacing: 0px !important;
	border-collapse: 0px;
	outline: medium;
	word-break: break-word;
	font-family: "微软雅黑";
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

img {
	border: 0 none;
	vertical-align: top;
	max-width: 100%;
}

ul,
li {
	list-style-type: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clr:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}

.clr {
	zoom: 1;
}

div {
	font-size: 0.28rem;
	color: #333;
}

body {
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

em,
i {
	list-style: none;
}

em {
	color: #000;
}

.interval {
	margin: 4%;
}

.full {
	padding: 3% 3% 0 3%;
	box-sizing: border-box;
}

.nav {
	background: #3393dd;
	margin: 0px auto;
	display: table;
	width: 100%;
	z-index: 2;
}

.nav li {
	list-style: none;
}

.nav li:nth-child(1) a {
	border-bottom: 0.03rem solid #fff;
}

.nav li a {
	text-decoration: none;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	line-height: 0.6rem;
	border-right: 0.03rem solid #fff;
	color: #fff;
	display: table;
	float: left;
	font-size: 0.26rem;
}

.nav li a:hover {
	background: #e19333;
}

.nav li a:last-child {
	border-right: none;
}

header {
	width: 100%;
}

header .logo {
	width: 100%;
	margin: auto;
	text-align: center;
}

.logo img {
	width: 7.2rem;
	margin-top: 0.4rem;
}

#LRMINIBar1 img {
	width: auto;
}

.title{
	width: 90%;
	margin: 0.3rem auto;
	padding-bottom: 0.1rem;
	line-height: 0.5rem;
}

.guahao{
	background-color: #f3f7fa;
	border: 1px solid #c5c6c7;
	border-radius: 5px;
}

.guahao form div{
	display: flex;
	line-height: 0.7rem;
	margin: 0.25rem 0;
	overflow: hidden;
}

.guahao form div label{
	display: inline-block;
	width: 1.4rem;
	padding-left: 0.15rem;
	background: #b7a640;
	color: #fff;
	font-size: 0.3rem;
	border-bottom-left-radius: 3px;
	border-top-left-radius:3px ;	
	border: 1px solid #b7a640;
}

.guahao form div input,
.guahao form div select{
	border-bottom-right-radius: 3px;
	border-top-right-radius:3px ;	
	width: 4.9rem;
	padding-left: 0.15rem;
	border: 1px solid #b7a640;
}

.guahao form div select{
	color: #b5b2b2;
	font-size: 0.3rem;
	background-image:url(../img/lyan_05.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:  auto 0.5rem;
}

.guahao form div input[type='submit']{
	display: block;
	width: 2.2rem;
	padding: 0;
	margin: 0.2rem auto;
	line-height: 0.75rem;
	font-size: 0.3rem;
	background: #f13213;
	color: #fff;
	border-radius: 2px;
	border: none;
}

.guahao form div .tRed{
	padding-left: 0.1rem;
	color: #f00;
}

.guahao form .teshu select{
	width: 2rem;
}
.guahao form .teshu input{
	width: 2rem;
}

input::-webkit-input-placeholder {
	color: #b5b2b2;
	font-size: 0.3rem;
	line-height: 0.35rem;
}

select::-webkit-select-placeholder {
	color: #b5b2b2;
	font-size: 0.3rem;
}

select{
	background: #fff;
   appearance:none;
   -moz-appearance:none;
	-webkit-appearance:none;
}

input[type=date] {  
    background-color:#fff;  
    appearance:none;  /*下拉框去掉右侧图标*/  
    -moz-appearance:none;  
    -webkit-appearance:none;  
} 