@charset "gb2312";
/* CSS Document */

body{
	/*background-color:rgba(0,0,0,0.5);*/
	font-size: .12rem;
	font-family: "微软雅黑";
}
*{
	margin:0;
	padding: 0;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#1381f1;
}
/*.zhezhao{
	position:relative;
}*/
.con{
	width:3.4rem;
	margin: 0 auto;
	position: absolute;
	top:50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -1.7rem;
}
.login_box{
	width:100%;
	height: 4.8rem;
	background:url(/images/login_bg.png) center no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
	-webkit-tap-highlight-color:transparent;/*解决手机点击是出现背景大色块问题*/
}
.head{
	width: calc(100% - 40px);
	height: 1rem;
	color:#333;
	margin: 0 auto;
	text-align: center;
	
}
.head img{
	width:200px;
	margin-top: 15px;
}

.middle_box{
	width:100%;
	text-align: center;
}
.middle_box ul{
	width:calc(100% - 40px);
	margin: 0 auto;
}
.middle_box ul li{
	text-align: left;
	width:100%;
	height: .38rem;
	line-height: 38px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
.middle_box ul li:last-child{
	border:0;
}
.middle_box ul .title{
	position:relative;
	border:0;
	margin-bottom: 20px;
}
/*.login_screen ul .title{
	margin-bottom: 20px;	
}*/

.title span{
 	font-size: .16rem;
	text-align: center;
	cursor: pointer;
}
.title .tit_reg{
	display:block;
}
.tit_log_zh,.tit_log_sj{
	width:50%;
	float: left;
}
/*控制下边框长度*/
.focus:after, .focus2:after, .focus3:after{
	content: '';
    position: absolute;
    left: 40px;
    top: 36px;
    bottom: 0;
    right: auto;
    height: 2px;
    width: 70px;
    background-color: #1381f1;
}
.focus2:after{
    left: 192px;
}
.focus3:after{
    left: 116px;
}
/*控制下边框长度*/
.middle_box ul li .agree_xy{
	background: url(/images/dui.png) left no-repeat;
	background-size: 18px;
	color:#666;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 25px
}
.agree_xy a{
	color:#1381f1;
}
.middle_box ul li .name_img{
	width:.25rem;
	height: .25rem;
	float: left;
	margin-top: 6.5px;
	margin-left: 10px;
}
input{
	color:#333;
	font-size: .12rem;
	line-height: 38px;
	padding-left: 10px;
	border: none;
	width: calc(100% - 46px);
	float:left;
	outline-color: transparent;
	border-radius: 4px;
}

/*修改input中placeholder的颜色*/
::-webkit-input-placeholder{
	color:#ccc;
}
:-moz-input-placeholder{
	color:#ccc;
}
::-moz-input-placeholder{
	color:#ccc;
}
::-ms-input-placeholder{
	color:#ccc;
}
.clearBtn{
	width:.38rem;
	height:.38rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.clear_btn{
	width:.16rem;
	height:.16rem;
	display:block;
	background: url(/images/clear_btn.png) center no-repeat;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 11px;
}
.code{
	position:relative;
}
.yztu{
	position:absolute;
	right: 0;
	top:0;
	cursor: pointer;
	width:90px;
	height:40px;
    overflow: hidden;
}
.prompt{
	color:#f76580;
	font-size: .1rem;
	float: left;
	/*display: none;*/
}
.forget{
	color:#1381f1;
	text-decoration: none;
	float: right;
	font-size: .14rem;
	cursor: pointer;
}
.btn {
    width:calc(100% - 40px);
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    font-size: 15px;
	background: #5ac845;
	background: #1381f1;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	font-family: "微软雅黑";
/*	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);*/
/*	margin-bottom: 10px;*/
	cursor: pointer;
}
.btn_reg{
	width:calc(50% - 30px);
	margin: 0px 5px;
	background-color: #f7af00;
}
.btn_log{
	width:calc(50% - 30px);
	margin: 0px 5px;
}
.log_link{
	color:#666;
	height: 36px;
	line-height: 36px;
}
.log_link span{
	margin: 0 20px;
}
.log_link a{
	font-size: .14rem;
	padding-left: 20px;
	height: 36px;
	display:inline-block;
	cursor: pointer;
}
.type_zh{
	background:url(/images/type_zh.png) left no-repeat;
	background-size: 18px;	
}
.type_sj{
	background:url(/images/type_sj.png) left no-repeat;
	background-size: 18px;	
}
.third_party{
	border-top: 1px solid #eee;
	width: 100%;
	padding:10px 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.third_party span{
	line-height: 30px;	
	color:#999;
	font-size: .14rem;
	float:left;
	margin-left: 53px
}
.third_party a{
	margin-left: 20px;
	float: left;
}
.third_party img{
	display:inline-block;
	width:.3rem;
	height: .3rem;
}
.dxm{
	position: absolute;
	right: 0;
	color:#267ada;
	border: 1px solid #267ada;
	border-radius: 4px;
	padding: 4px 8px;
	float: right;
	margin-right: 5px;
	line-height: 20px;
	margin-top: 4px;
}

/*警告提示*/
#alerts{
	display:none; 
	width:300px; 
	line-height:40px; 
	text-align:center;
	overflow:hidden; 
	position:absolute; 
	top:50%;
	left:50%; 
	margin-left:-150px; 
	color:#fff; 
	font-size:16px;   
	background-color:#ef6100; 
	z-index:9999;
	border-radius:4px;
	border: 1px solid #ef6100;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


/*图片验证码*/

.pic_code_box{
	display: none;
	width:3.2rem;
	margin: 0 auto;
	position: absolute;
	top:50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -160px;
	background-color: #eee;
	padding-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pic_code_box li{
	width:100%;
	height:38px;
	line-height: 38px;
	text-align: center;
}
.pic_code_box li p{
	font-size:.18rem;
}
.pic_code_box input{
	color:#333;
	font-size: .14rem;
	line-height: 38px;
	padding-left: 10px;
	border: none;
	width: 50%;
	float:left;
	margin-left: 20px;
	outline-color: transparent;
	border: 1px solid #999;
}

.code{
	margin-bottom:20px;
	margin-top: 5px;
}
.pic{
	float:left;
	margin-left: 10px;
}
.pic_code_box button{
	width:50%;
	border: 0;
	height: 40px;
	line-height: 40px;
	float:left;
	font-size: .16rem;
	font-family: "微软雅黑";
	cursor: pointer;
	color:#333;
}
.pic_code_box .color_blue{
	background:#1381f1;
	color:#fff;
}

/*忘记密码*/

#forget_tpyzm{
	float:left;
	width:55%;
}
.forget_code .pic{
	float:right;
	margin-left: 0;
}
#forget_alerts{
	color:#ff0000;
}
.back{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/arrow_ico1.png) no-repeat center 50%;
	background-size: 17px auto;
	z-index: 9;
}


