body, html {
	height: 100%;
	padding: 0;
}

.login-box {
	position: relative;
	height: 100%;
	background: url("/img/bg.png") no-repeat center/cover;
}

.box {
	position: absolute;
	top: 32%;
	right: 15%;
	margin-top: -100px;
}

.welcome-box {
	width: 50%;
	height: 100%;
	float: left;
	background: linear-gradient(to bottom right, #b7d2ed, #5c9ce1);
	color: #d7ebf4;
	padding: 151px 0 0 100px;
	font-size: 20px
}

.form-box {
	float: left;
	width: 100%;
	height: 100%;
	/* 	background-color: #fff;
	padding: 40px 44px 30px; */
	border-radius: 10px;
	text-align: center;
	    font-size: 18px;
}

a {
	color: #fff;
}

.login-submit {
	width: 354px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #0b70a6;
	margin-bottom: 20px;
	color:#fff;
	border-radius:5px;
}

.form-title {
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin: 22px 0;
}

.tc {
	text-align: center;
}

.logo {
   width:448px;
   height:60px
}

.cp {
	cursor: pointer;
}

.form-group {
	position: relative;
	height: 45px;
	line-height: 45px;
	height: 45px;
	width: 345px;
    margin: 0 auto 20px;
	/*     border-bottom: 1px solid #ececea; */
}

#getCode {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: orange;
	color: #fff;
	padding: 0 14px;
    height: 45px;
    line-height: 45px;

}
.user-select{
	position: absolute;
	right: 0;
	top: 0;
	width: 98px;
	height: 40px;
	line-height: 40px;
}

.form-group input::placeholder {
	color: #333;
	font-size: 14px;
}

.form-group>img {
	position: absolute;
	top: 11px;
	left: 10px;
}

.code-group {
	position: relative;
}

.register-now {
	float: left;
}

.forget-password {
	float: right;
}

.operations {
	position: relative;
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 16px;
}

.operations a {
	color: #7e8c8d !important;
}

.code {
	position: absolute;
	top: 0;
	right: -95px;
	width: 79px;
	height: 100%;
}

.input {
	width: 100%;
	height: 45px;
	float: right;
	border: none;
	outline: none;
	color: #a4a4a4;
	border: 1px solid #d5d5d5;
	padding-left: 40px;
	/* 	border-radius: 5px; */
	background-color: #fff;
	font-size: 16px;
	color: #000;
}

.sp-input {
	width: 140px;
	height: 30px;
	border: none;
	outline: none;
	color: #a4a4a4;
	border: 1px solid #d5d5d5;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
}

.forget-psd {
    padding-bottom: 20px;
    text-align: right;
    width: 354px;
    margin: 0 auto;
}

.forget-psd label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
}

.remember-psd::after {
	display: block;
	content: "鉁�";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	/* 	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px; */
	background-color: #2294f2;
	color: #fff;
	text-align: center;
	line-height: 15px;
}

.reload {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	background: url("/img/reload.png") no-repeat;
}

.web-title {
	margin: 0 auto;
	padding-top: 85px;
	text-align: center;
	font-size: 54px;
	color: #fff;
}

.copyright {
	position: absolute;
	bottom: 36px;
	left: 0;
	color: #fff;
	width: 100%;
	text-align: center;
}
a:hover{
	color:#fff;
}
.layui-input{
	height:45px;
}