html{
	background: none;
}
body{
	height: 100%;
	min-height: 600px;
	position:relative;
	float: left;
	width: 100%;
	min-width: 320px;
}
.all_group{
	width:350px;
	height: 465px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	position: absolute;
	top:50%;
	left:25%;
	margin-top:-250px;
	margin-left: -175px;
}
.all_group .reg_info{
	margin-top:20px;
	text-align: left;
	font-size:12px;
}
.all_group .reg_info a{
	color:#0078a6;
	text-decoration: none;
}
.all_group .all_group_main{
	margin: 30px;
}
.all_group .img_group{
	text-align: center;
}
.all_group .img_group img{
    /* border: 1px solid #ccc; */
    width: 148px;

    /* border-color: #DC1C5D; */
    /* border-radius: 50%; */
    /* border: 1px solid #1396DB; */
}
.all_group .input_group{
	width: 100%;
	height: 340px;
	text-align: center;
}
.all_group .input_group input{
	border: 1px solid #ccc;
	width:100%;
	height: 35px;
	margin-top: 25px;
    border-radius: 4px;
    border-color: #ccc;
    font-size: 12px;
    text-indent: 25px;
    outline: none;
}
.all_group .input_group #input_verify{
	float: left; width: 120px;
}
.all_group .input_group .code{
	width: 40%;
	margin-right: 210px;
	display: inline-block;
}
.all_group .input_group .but{
	clear: both;
	margin-top: 25px;
	height:43px;
}
.all_group .input_group .button{
	margin-top: 0px;
	width: 100px;
	height: 43px;
    border-radius: 4px;
	border: none;
	background: #f19ec2;
	font-size: 15px;
	text-indent: 0px;
	font-family: "微软雅黑";
	color: #fff;
	float:left;
}
.all_group .input_group .reg:hover{
	background: #d8edf5;
}
.all_group .input_group .reg{
	width: 170px;
	height: 43px;
	line-height:43px;
    border-radius: 4px;
	color:#E35150;
	text-decoration: none;
	display: block;
	float:right;
	border:1px solid #E35150;
	background: #f9f9f9;
}
.all_group .input_group .button:hover{
	background: #0078A6;
	cursor: pointer;
}

.all_group .text{
	font-size: 16px;
	color: #585858;
	font-family: "微软雅黑";
	/*font-weight: bold;*/
	text-align: center;
	margin-bottom: 20px;
}
/*.all_group .input_group p{
	margin-top: 25px;
	line-height: 0px;
	color: #959595;
	font-size: 10px;
}*/
.qiwen_login_dialog{
	background: rgba(0, 0, 0, 0.5);
	background: url(/public/images/qiwen_poput_back_ie8.png) \0;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	display: none;
}
.qiwen_login_dialog_info , .qiwen_login_dialog_code{
	width:200px;
	padding:20px 0;
	border-radius:3px;
	background: #fff;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-100px;
	position: fixed;
	text-align: center;
	font-size:13px;
}
.qiwen_login_dialog_code{
	border:1px solid #e0e0e0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.20);
	display: none;
}
.login-fa{
	position:absolute;
	color:#949494;
	left:8px;
}
.input_group .ioc1{
	font-size:25px;top: 33px;
}
.input_group .ioc2{
	font-size:20px;top: 98px;
}
.input_group .ioc3{
	font-size:20px;top: 163px;
}

.only{
	height:30px;
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	position: absolute;
	width:400px;
	bottom: 20px;
	left:50%;
	margin-left:-200px;
}

@media screen and (max-width: 500px) {
	.only{
		width: auto;
		left:0;
		right: 0;
		margin: 0;
	}
	.img_group{display: none}
	.all_group{
		margin: 0;
		width: auto;
		left: 18px;
		right: 18px;
		top:50px;
		height: 370px;
	}

}
@media screen and (max-width: 380px) {
	.verify_img{
		width: 105px !important;
		margin-left: 10px !important;
	}
}