/* 三档文字大小 */
@media (max-width:350px){	
html{font-size: 16px;}	
}
@media (min-width: 351px) and (max-width:375px){
html{font-size: 18px;}
}
@media (min-width: 376px) and (max-width:480px){
html{font-size: 20px;}
}
@media (min-width: 481px){
html{font-size: 22px;}
}
/*登录样式开始*/
.asia_back{
	color: #fff !important;
}
.asia_header{
	line-height: 40px;;
}
.asia_center{
	margin: auto 0;
}
.asia_img{
	position: absolute;
	width: 30px;
}
.asia_wrap{
	border: none;
}
.asia_input{
	padding-left: 12% !important;
	border: none !important;
}
.asia_boder{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	margin:40px 25px 25px 25px !important;
}
.asia_span_6{
	color: #666666;
}
.asia_c_b{
	color: #007AFF;
}
.asia_lr{
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}
.asia_lr_l{
	margin-top: 25px;;
	margin-left: 25px;
	margin-right: 25px;
	text-align: right;
}
.aisa_btn{
	width:100%;
	height: 45px;
	color: #fff !important;
	background: #0484CD !important;
	border: none !important;
	font-size: 16px !important;
}
/*入口界面开始*/
.asia_d_fff{
	background: #Fff;
	height: 50px;
	line-height: 50px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 5px;
}
.asia_d_fff a{
	color: #666666;
	font-size: 16px;
}
/*liucheng*/
  /*/*.jindu_wrap{width:100%;}
  .jindu{width:90%;height:60px;margin:0px auto;padding-left:15%;}
  .info{width:33.3%;height:25px;float:left;margin-left:7px;;}
  .infoa{margin-left:-27px;}
  .circle_width{width:33.3%;height:30px;float:left;}
  
  span{width:30px;height:30px;border-radius:30px;display:block;text-align:center;line-height:30px;color:#fff;}
  .span_one{background-color:#0484CD;}
.span_two{background-color:#999999;}
.span_three{background:url(images/1.png);background-size:100%;color:#999999;}
  .line{width:66%;border:1px solid #D2D2D2;top:30px;margin-top: -18px;}*/
/*注册界面*/
.asia_warp{
	background: #F3F3F3;
	text-align: center;
	height: 55px;
}
.asia_warp table {
	margin: auto;
}
.asia_warp table tr td{
	text-align: center;
	font-size: 0.8rem;
	
}
.circle_width_b{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #0484CD;
	margin: auto;
	z-index: 999;

}
.span_cir{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #0484CD;
	margin: auto;
	z-index: 999;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.span_cir2{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999999;
	margin: auto;
	z-index: 999;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.span_cir3{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px dashed #CCCCCC;
	background: #F3F3F3;
	margin: auto;
	z-index: 999;
	color: #fff;
	line-height: 30px;
	text-align: center;
	color: #ACACB4;
}
.asia_line{
	border: 1px solid #C7C7CC;
	width: 180px;
	margin: auto;
	margin-top: -16px;
	z-index: 8;
}
/*0000*/
.asia_lc{
	padding: 10px;
	background: #F3F3F3;
}

.asia_lb{
	left: 0px !important;
}
.asia_lb label{
	text-align: right;
	font-size: 0.9rem;
}
.asia_sle{
	height: 45px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 40px;
}
.asia_sle label{
	width: 35%;
	padding: 11px 15px;
	text-align: right;
}
.asia_sle img{
	width: 16px;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.asia_sex{
	padding: 10px;
}
.asia_sex .asia_s_n{
	width: 80%;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}
.asia_sex .asia_s_n2{
	text-align: center;
	padding-top: 10px;
}
/*radio样式从写*/
		input[type="radio"] {
				-webkit-appearance: none;/*清楚原有样式：-webkit-appearance是用来改变按钮和其他控件的外观，使用“appearance”属性，来改变任何元素的浏览器默认风格，简单的说，你可以使用“appearance”属性将“段落p”渲染成button的风格，也可以渲染成“输入框”、“选择框”等效果*/
				
				/*新样式的大小*/
				height: 20px; width: 20px;
				vertical-align: middle;/*垂直对齐：把此元素（checkbook）放置在父元素（文字）的中部*/
				background-color: ;
				background-image:url();
				background-size: 90% 100%;
				margin-right:10px ;/*与文字的间隔*/
				margin-left: 15px;
				margin-bottom: 5px;
				border: none;
				}
		input[type="radio"]:checked {
			   background: url(../images/trueed_07.png);
			    background-size: 100% 100%;
			    border: none;
			}
/*check样式从写*/
		input[type="checkbox"] {
				-webkit-appearance: none;/*清楚原有样式：-webkit-appearance是用来改变按钮和其他控件的外观，使用“appearance”属性，来改变任何元素的浏览器默认风格，简单的说，你可以使用“appearance”属性将“段落p”渲染成button的风格，也可以渲染成“输入框”、“选择框”等效果*/
				
				/*新样式的大小*/
				height: 20px; width: 20px;
				vertical-align: middle;/*垂直对齐：把此元素（checkbook）放置在父元素（文字）的中部*/
				/* background-color: ; 
				 background-image:url(../images/check_14.png); */
				background-size: 100% 100%;
				margin-right:10px ;/*与文字的间隔*/
				margin-left: 15px;
				margin-bottom: 5px;
				border: none;
				}
		input[type="checkbox"]:checked {
			    background: url(../images/chencked_11.png) no-repeat;
			    background-size: 100% 100%;
			    border: none;
			}
.asia_tit{
	padding-left: 10px;
	width: 90%;
	float: left;
	text-align: left;
}
.asia_mp_d{
	border-bottom: 1px solid #CCCCCC;
	margin: 10px;
	height: 40px;
	text-align: center;
}
.asia_mp_d span{
	color: #999999;
}
.asia_last .aisa_qd{
	background: #fff;
	border: none;
	color: #0683CF;
	margin-left: 15px;
}
.asia_last .asia_qx{
	background: #fff;
	border: none;
	color: #cccccc;
	float: right;
	margin-right: 10px;
}
/*手机下方浮动框定位*/
.asia_fex{
	height: 100px;
	width:100%;
	background:#000000;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	opacity: 0.5;
}
.asia_fex2{
	height: 100px;
	width:100%;
	bottom: 0px;
	left: 0px;
	z-index: 200;
}
.fex_tit{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}
.fex_tit span{
	color: #F35444;
}
.asia_fex2 p{
	color: #fff;
}
.asia_f_btn{
	text-align: center;
}
.asia_f_btn input{
	width: 40%;
}
.asia_f_btn .asia_one{
	background: #CCCCCC;
	color: #0484CD;
	border: none;
}
.asia_f_btn .asia_two{
	background: #0484CD;
	color: #fff;
	border: none;
}
/*注册成功样式开始*/
.suc_one{
	margin-top: 10px;
	text-align: center;
}
.suc_one img{
	vertical-align: middle;
}
.asia_zccg{
	
	font-size: 1rem;
	font-weight: 700;
	color: #666666;
}
.suc_two{
	text-align: center;
}
.suc_three{
	margin: 10px;
	border-top: 1px solid #C7C7CC;
	
}
.suc_three{
	text-align: center;
}
.suc_three table{
	margin: auto;
}
.suc_three table tr td span{
	font-size: 0.9rem;
	color: #666666;
}
.suc_four{
	border-top: 1px solid #C7C7CC;
	background: #EEEEEE;
}
.c_f_one{
	padding: 10px;
	background: #fff;
}
.c_f_one table tr td span{
	font-size: 0.9rem;
	color: #999999;	
}
.c_f_one table tr td span.t_f_s{
	font-size: 0.9rem;
	color: #666666;	
}
.asia_go{
	height: 10px;
	width: 20px;
	background:#666666;
	color: #fff;
	padding: 2px;
}
.asia_zf{
	height: 100px;
	background: #404040;
	text-align: center;
}
.btn_zf{
	background: #0484CD!important;
	width:40% !important;
	color: #fff !important;
	border: none !important;
	margin-top: 40px;
}