*{
	margin: 0;
	padding:0;
}
ul,ol li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
html,body{
	width: 100%;
	height: auto;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;//关于解决输入框背景颜色
    -webkit-text-fill-color: rgba(0,0,0,1)!important;//关于接输入框文字颜色
}
#SMSbox{
	width: 100%;
	height: 100%;
	min-width: 1210px;
	position: absolute;
	top:0;
	left:0;
	background: url(../images/SMSimages/bg.png) center no-repeat;
	background-size: cover;
}
#SMSbox .nav{
	width: 100%;
	height: 96px;
	background: #21283b;
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
}
#SMSbox .nav div{
	width: 1210px;
	height: 100%;
	margin:0 auto;
}
#SMSbox .nav div img{
	float: left;
	display: block;
	margin:18px 0 18px 15px;
}
#SMSbox .nav div p{
	float: right;
	color: #fff;
	line-height: 96px;
	margin-left: 155px;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-right: 15px;
}
#SMSbox .nav div p a{
	color: #fff;
	margin-left: 50px;
	font-size: 16px;
	font-family: "微软雅黑";
}
#SMSbox .Botnav{
	width: 100%;
	height: 160px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
#SMSbox .Botnav div{
	width: 1210px;
	height: 100%;
	margin: 0 auto;
	padding:0 15px;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#SMSbox .Botnav div dl{
	width: 305px;
	float: left;
	margin-right: 130px;
	margin-top:40px;
}
#SMSbox .Botnav div dl:last-child{
	margin-right:0;
}
#SMSbox .Botnav div dl dt{
	float: left;
}
#SMSbox .Botnav div dl dd{
	width: 170px;
	float: left;
	color: white;
	margin-left: 39px;
}
#SMSbox .Botnav div dl dd h3{
	font-size: 18px;
	font-weight: bolder;
	font-family: "微软雅黑";
}
#SMSbox .Botnav div dl dd p{
	font-size: 12px;
	margin-top:8px;
	line-height: 24px;
	font-family: "微软雅黑";
}
#SMSbox .form{
	width: 1210px;
	height: 100%;
	margin:0 auto;
	position: relative;
}
#SMSbox .form form{
	width: 355px;
	height: 380px;
	background: #eeeeee;
	position: absolute;
	right: 15px;
	top:50%;
	margin-top:-190px;
}
#SMSbox .form form h4{
	font-size: 20px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	margin:40px 0;
	font-weight: normal;
}
#SMSbox .form form p{
	width: 274px;
	height: 44px;
	position: relative;
	margin:0 auto 30px;
}
#SMSbox .form form p input{
	width: 274px;
	height: 44px;
	border:2px solid #d8d8d8;
	padding-left:48px;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
#SMSbox .form form p b{
	position: absolute;
	left:2px;
	top:2px;
}
#SMSbox .form form .DL{
	width: 274px;
	height: 44px;
	background: #bf6660;
	font-size: 16px;
	color: white;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	border-radius: 5px;
	border:none;
	display: block;
	margin:0 auto;
	cursor: pointer;
	outline: none;
}