html {
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	background: url('../images/bodyback.jpg') center no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
}

.box {
	width: 400px;
	margin: 0 auto;
	font-family: "PingFang SC", "Microsoft YaHei";
}

.box .head_box {
	color: #ffffff;
	width: 100%;
	height: 40px;
	line-height:40px;
	margin-bottom:30px;
}

.box .head_box .left {
	width: 240px;
	height: 40px;
	line-height:40px;
	float: left;
	text-align: center;
	font-size: 38px;
	border-right: 1px solid #ffffff;
	font-size: 26px;
	font-weight: bold;
}

.box .head_box .right {
	width: 140px; 
	height: 40px;
	line-height:40px;
	float: right;
	text-align: center;
}

.box .head_box .right .l1,.box .head_box .right .l2 {
	display: block;
	text-align: left;
}

.box .head_box .right .l1 {
	line-height: 24px;
	margin-bottom: 1px;
	font-size: 20px;
}

.box .head_box .right .l2 {
	line-height: 16px;
	font-size: 12px;
	font-family: "simSun"
}

.box .form_box {
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}

.box .form_box .row {
	margin-bottom: 10px;
}

.box .form_box .row label {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
}

.box .form_box .row .input-in {
	width: 100%;
	position: relative;
}

.box .form_box .row .input-in .coolmi {
	color: #666666;
	margin-left: 10px;
	font-size: 22px;
	position: absolute;
	line-height: 38px;
	display: block;
	height: 38px;
}

.box .form_box .row .input-in input {
	padding-left: 40px;
	padding-right: 10px;
	font-family: "Arial";
}

.box .form_box .row input {
	width: 85%;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	background: #f8f8f8;
	font-family: "PingFang SC", "Microsoft YaHei";
}

.box .form_box .row .input-in.code {
	width: 60%;
	float: left;
}

.box .form_box .row .input-in.code input {
	width: 65%;
}

.box .form_box .row .codeimg {
	float: right;
	width: 30%;
	height: 38px;
	line-height:38px;
	border:1px solid #ccc;
	padding:0px 10px;
}

.box .form_box .row:last-child {
	height: 80px;
}

.box .form_box .row:last-child input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	background: #488fd7;
	border-radius: 5px;
	margin-top: 20px;
}

.box .form_box .row:last-child span {
	color: red;
	font-size: 14px;
	font-family: "simSun";
	margin-top: 20px;
}