@charset "utf-8";
#container {
	background: url("../images/login_bg.png") no-repeat right bottom;
}
.header {
	background: none;
}
.loginBox {
	width: 384px;
	margin: 185px auto;
	padding-bottom: 180px;
}
.loginBox .title {
	text-align: center;
	font-size: 40px;
	margin-bottom: 38px;
}
.loginBox li {
	margin-bottom: 40px;
}
.loginBox li input {
	width: 100%;
	height: 62px;
	color:#fff;
	font-size: 16px;
	background: #03103B;
	line-height: 62px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #57E7F5;
	padding: 0 20px;
}
.loginBox .btn {
	margin-bottom: 40px;
}
.loginBox .btn a {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 62px;
	width: 383px;
	height: 62px;
	background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	box-shadow: 0px 17px 58px 0px rgba(0,255,255,0.1);
	border-radius: 4px;
}
.loginBox .btm {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	line-height: 24px;
}
.loginBox .btm .no a {
	color:#54C1F6;
}
.loginBox .btm .back a {
	color: rgba(255,255,255,0.5);
}
.regBox {
		width: 384px;
	margin: 70px auto 0;
}
.regBox .ttl {
	margin-bottom: 33px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.regBox .listUl li {
	margin-bottom: 40px;
	position: relative;
}
.regBox .listUl li input {
	width: 100%;
	height: 62px;
	color:#fff;
	font-size: 16px;
	background: #03103B;
	line-height: 62px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #57E7F5;
	padding: 0 20px;
}
.regBox .listUl li.telNumber input {
	padding-left: 140px;
}
.regBox .listUl li .number {
	position: absolute;
	top:0;
	left:0;
	line-height: 62px;
	width: 105px;
	text-align: center;
	border-right: 1px solid #57E7F5;
	color: #fff;
}
.regBox .listUl .code {
	padding-right: 168px;
}
.regBox .listUl li.identify input {
	width: 215px;
}
.regBox .listUl li.identify img {
	position: absolute;
	right: 12px;
	top: 8px;
}
.regBox .listUl li .send {
	position: absolute;
	top:0;
	right:0;
	display: block;
	width: 149px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(141deg, rgba(32,80,115,0.64) 0%, rgba(32,80,115,0) 100%);
	border-radius: 4px;
	border: 1px solid #57E7F5;
	font-size: 16px;
}
.regBox .listUl li .send span {
	background-image: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.regBox .listUl li .send:hover {
	opacity: 0.8;
}
.regBox .agree {
	color: #fff;
	font-size: 14px;
	margin-top: -20px;
}
.regBox .agree label {
	position: relative;
}
.regBox .agree input {
	margin: 0;
	width: 16px;
	height: 16px;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
}
.regBox .agree span {
	padding-left: 15px;
	display: inline-block;
	position: relative;
}
.regBox .agree span:before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -13px;
	top: 2px;
	border-radius: 5px;
	background: #ddd url("../images/icon14.png") no-repeat;
	content: "";
}
.regBox .agree input:checked + span:before {
	background-color: #13B156;
}

.regBox .agree a {
	color: #6AA5FD;
}
.regBox .agree a:hover {
	text-decoration: underline;
}
.regBox .btn {
	margin: 40px 0;
}
.regBox .btn a {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 62px;
	width: 383px;
	height: 62px;
	background: linear-gradient(134deg, #26FDE6 0%, #6AA5FD 100%);
	box-shadow: 0px 17px 58px 0px rgba(0,255,255,0.1);
	border-radius: 4px;
}
.regBox .btn a:hover {
	opacity: 0.8;
}
.regBox .text {
	display: flex;
	justify-content: space-between;
	color: #798291;
	font-size: 20px;
}
.regBox .text > a {
	color: #78788C;
}
.regBox .text span a {
	color: #007DCD;
}
.regBox .text a:hover {
	text-decoration: underline;
}
.backSuccess {
	padding: 110px 0 0;
	text-align: center;
}
.backSuccess .ttl {
	margin: 0 0 70px;
}
.backSuccess .sImg {
	margin-bottom: 140px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 1250px) and (max-width: 1620px) {





}




















