@media screen and (min-width: 1241px) {
	body {
		width: 7.5rem;
		margin: 0 auto !important;
		border: 0.01rem solid #555555;
		background: #fff;
		overflow: auto;
	}
}  
html {
	background: #fff;
}
@media screen and (max-width: 1200px) {
	html, body {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		display: -webkit-box;
		display: -moz-box;
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
	}
}

* {
	margin: 0;
	padding: 0;
	
}
img{
	display: block;
}
a{text-decoration: none;}
p,a,i{font-weight: normal;text-shadow:none;}
h3 {
	font-weight: normal;
}
li{
	list-style: none;
}
.continer{
	width: 100%;
	height: 100%;	
	background: url(../img/se/yysign.png) left top no-repeat;
	background-size: 100%;
}
.logo{
    width: 4rem;
    height: 17%;
    margin: 0 auto;
    padding-top: 13%;
}
.logo img{
	width: 100%;
}
.sign_con{
	margin: 00 0.5rem;
	height: auto;
}
.sign_con li{
	width: 100%;
	height: 70%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	border: 0.02rem solid #959595;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
	background: #fbf3e5;
}
.sign_con li p{
	width: 22%;
	height: 0.4rem;
	margin-top: 0.08rem;
	font-size:0.28rem;
	color: #333;
	margin-right: 2%;
	line-height: 0.4rem;
	border-right: 0.02rem solid #dcdcdc;
	text-align: center;
}
.sign_con li input{
	width: 60%;
	border: none;
	background: none;
	outline: none;
	color: #000;
	font-size: 0.28rem;
	display: block;
	height: 0.56rem;
	line-height: 0.56rem;
}
.sign_con li select{
	width:75% ;
	display: block;
	height: 0.56rem;
	font-size:0.28rem;
	color: #666;
	background: none;
	border: none;
	outline: none;
}
#se_map,#container{
	width: 100%;
	height: 3rem;
	border-radius: 0.15rem;
}
.se_info{
	font-size: 0.28rem;
	width: 100%!important;
}

/*btn*/
.map_li,.tit_li,.se_btn{
	height: auto!important;
	border: none!important;
	background: none!important;
}
.wxts{
	width: 100%!important;
	font-size: 0.24rem!important;
	text-align: center;
	margin: 0 auto!important;
	border: none!important;
}
.se_btn{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.se_btn a{
	width: 2.4rem;
	height: 0.7rem;
	display: block;
	background: #448aca;
	border-radius: 0.25rem;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.7rem;
	text-align: center;
	margin: 0 0.15rem 0 0.1rem;
}
.se_btn button{
	display: block;
	width: 3.6rem;
	height: 0.7rem;
	background: #e60012;
	border-radius: 0.25rem;
	margin: 0 auto 0 0.15rem;
	border: none;
	font-size: 0.3rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.7rem;
	outline: none;
}
