@CHARSET "UTF-8";
body {
   text-align:center;
   margin:0 auto;
}
.head{
	text-align:left;
	width:100%;
	height:100px;
}
#sys_logo{
	height:70px;
	width:100%;
	background:url('/iaaa/resources/images/two_03.gif');
	background-repeat:no-repeat;
}
.split_red{
	width:100%;
	height:30px;
	background:url('/iaaa/resources/images/two_06.gif');
	background-repeat:repeat-x;
}
.main {
   font-family:"Microsoft YaHei";
   width:calc(100% - 40px);
   max-width:960px;
   min-width:280px;
   margin:20px auto;
   padding:10px 20px;
   text-align:left;
   font-size:16px;
   line-height:24px;
   color:#333;
}
.main div, .main p,.main ol{
   margin:10px 0;
}
.main .title-center{
   text-align:center;
   font-size:18px;
   margin-bottom:20px;
}
.main ol{
	list-style-type:decimal;
	list-style-position:inside;
}
.main ol li{
	font-size:16px;
}
.main .red-tip{
	color:#9A0000;
}
.main .field-label{
	color:#000;
}
.main .content-center{
	width:100%;
	text-align:center;
	margin:10px auto;
}
.main .content-center .single-col{
	width:280px;
	text-align:left;
	margin:0px auto;
}
.main .input-code {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:100px;
	height:40px;
	_height:37px;
	_line-height:26px;
	padding:0px 5px 0px 5px;
	padding-right : 0px\9; /* IE8 and below */  
    *padding-right : 0px; /* IE7 and below */  
    _padding-right : 0px; /* IE6 */
    font-family:"Microsoft YaHei";
    font-size: 16px;
    color:#B7B7B9;
    margin:0px 0px 0px 0px;
    vertical-align:middle ;
    ime-mode:disabled;
}
.main .btn {
	cursor:pointer;
    height:42px;
    height : 42px\9; /* IE8 and below */
    padding:0 10px;
    border:1px solid #0D00B1;
    background-color:#0D00B1;
    font-family:"Microsoft YaHei";
    font-size: 16px;
    color:#FFFFFF;
    vertical-align:bottom;
}
.main .btn#sms_button {
	width:calc(100% - 136px);
}
.main .btn-row {
	cursor:pointer;
	width:calc(100% - 20px);
    height:42px;
    height : 42px\9; /* IE8 and below */
    padding:0 10px;
    border:1px solid #0D00B1;
    background-color:#0D00B1;
    font-family:"Microsoft YaHei";
    font-size: 16px;
    color:#FFFFFF;
    vertical-align:bottom;
}

#check_tip,#check_area{
	display:none;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
@media screen and (max-width: 800px) {
    
}
@media screen and (max-width: 640px) {
   
}
@media screen and (max-width: 480px) {
   
}
@media screen and (max-width: 400px) {
   
}
@media screen and (max-width: 360px) {
   
}
@media screen and (max-width: 320px) {
   
}