body {
	background-image: url(../images/login/loginBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	box-sizing: border-box;
	padding-top: 18rem;
	padding-bottom: 15.1rem;
	overflow-y: auto;
	height: 100vh;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.onlineService,
#xtOnlineServiceIcon {
	display: none;
}

.logo {
	position: absolute;
	left: 18%;
	top: 11%;
	width: 10%;
}

.login {
	width: 48rem;
	height: 54rem;
	background: #FFF;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 4.5rem 7rem 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27rem 0 0 -24rem;
}

.login_title2 {
	font-size: 2.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #183775;
	box-sizing: border-box;
	padding-bottom: 2rem;
}

/* .login_phone {
	box-sizing: border-box;
	padding-top: 6.3rem;
}

.login_cont {
	box-sizing: border-box;
	padding-top: 5rem;
} */

.login_input {
	height: 4.8rem;
	border: 1px solid #CCCCCC;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 3rem;
}

.login_input input {
	height: 4.8rem;
	line-height: 4.8rem;
	box-sizing: border-box;
	padding: 0 2rem;
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	border: 0;
	outline: none;
	background-color: transparent;
}

/* .login_cont .login_input {
	padding: 1rem 0;
	margin-bottom: 1.5rem;
}

.bindPhone .login_input {
	padding: 2rem 0;
	margin-bottom: 1.8rem;
}
 */
.login_input div {
	width: 5rem;
	box-sizing: border-box;
	border-right: 2px solid #0074D6;
}

/* .phone div img {
	width: 1.4rem;
	height: 2.1rem;
	margin: 0 auto;
}

.password div img {
	width: 1.4rem;
	height: 2.3rem;
	margin: 0 auto;
}
 */
/* .code div img, */
/* .ImgCode div img {
	width: 1.9rem;
	height: 2.1rem;
	margin: 0 auto;
}
 */
.ImgCode {
	position: relative;
}

.ImgCode .ImgCodes {
	width: 10rem;
	height: 3.5rem;
	position: absolute;
	right: 1rem;
	top: .7rem;
	border: 0;
}

.ImgCode .ImgCodes img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .login_input input {
	width: calc(100% - 5rem);
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	outline: none;
	border: 0;
	box-sizing: border-box;
	padding: 0 1.7rem;
}
 */
input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.login_input input::input-placeholder {
	color: #999;
	font-size: 1.4rem;
}

.login_input input::-webkit-input-placeholder {
	color: #999;
	font-size: 1.4rem;
}

.login_input input:-moz-placeholder {
	color: #999;
	font-size: 1.4rem;
}

.login_input input::-moz-placeholder {
	color: #999;
	font-size: 1.4rem;
}

.login_input input:-ms-input-placeholder {
	color: #999;
	font-size: 1.4rem;
}

.login_phone .operation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 2rem 0 3rem;
}

.login_phone .operation a {
	font-size: 1.4rem;
	font-weight: 300;
	color: #999;
}


.btn {
	width: 100%;
	height: 4.8rem;
	line-height: 4.8rem;
	text-align: center;
	background: #183775;
	border-radius: 12px;
	font-size: 1.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	outline: none;
}

.login_cont .btn {
	margin-top: 4rem;
}

.code {
	position: relative;
}

.code .codeBtn {
	position: absolute;
	right: .5rem;
	top: .5rem;
	display: block;
	height: 3.5rem;
	line-height: 3.5rem;
	width: 30%;
	background: #183775;
	border-radius: 12px;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.code .disable {
	background: #ccc;
	color: #333;
}

.bindPhone {
	box-sizing: border-box;
	padding-top: 7.6rem;
}

.bindPhone .code .codeBtn {
	right: 1.7rem;
	top: 1.5rem;
	display: block;
}

.skip {
	margin-top: 3rem;
	text-align: center;
}

.skip a {
	display: inline-block;
	font-size: 2.2rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #0074D6;
	border-bottom: 2px solid #0074D6;
	box-sizing: border-box;
	padding-bottom: 6px;
}

.loginGo {
	display: none;
}

@media (max-width: 1660px) {
/* 	.login_title p {
		font-size: 2rem;
	} */

	.btn {
		margin-top: 6rem;
		font-size: 2rem;
	}
/* 
	.login_cont .btn,
	.skip {
		margin-top: 2rem;
	}

	.skip a {
		font-size: 1.4rem;
	} */
}

@media (max-width: 1511px) {
	.login {
		padding: 3rem 6rem 0;
	}

	/* .login_cont {
		box-sizing: border-box;
		padding-top: 3rem;
	} */
}

@media (max-width: 1440px) {
/* 	.login_phone {
		padding-top: 4rem;
	} */

	.btn {
		margin-top: 4rem;
		font-size: 1.8rem;
		height: 40px;
		line-height: 40px;
	}

	.login {
		padding: 3rem
	}

	/* .login_cont {
		padding-top: 3rem;
	} */
}


@media (max-width:1366px) {
	body {
		height: 130vh;
	}

	footer {
		position: absolute;
	}
}

@media (max-width:1280px) {
	body {
		height: 100vh;
	}

	footer {
		position: absolute;
	}
}

@media (max-width:1024px) {
	body {
		height: 120vh;
	}

	footer {
		position: absolute;
	}

	.login {
		width: 40%;
	}
}

@media (max-width: 768px) {
	footer {
		position: absolute;
	}

	body {
		background-image: url(../images/login/loginWapBg.png);
		height: 100vh;
		box-sizing: border-box;
		padding: 6% 0 0;
	}

	.onlineService,
	.login_foot {
		display: none;
	}

	.loginGo {
		display: block;
		font-size: 1.6rem;
		font-family: FangSong;
		font-weight: 400;
		color: #FFFFFF;
		/* position: absolute;
		left: 1.8rem;
		top: 6%; */
		z-index: 2;
		box-sizing: border-box;
		padding-left: 2.6em;
		background-image: url(../images/login/loginLeft.png);
		background-size: .8rem 1.3rem;
		background-repeat: no-repeat;
		background-position: 1.8rem center;
	}

	.logo {
		width: 17.7rem;
		position: static;
		margin: 4rem auto 0;
		/* margin-left: -8.85rem; */
	}

	.login_wap {
		width: 78%;
		height: auto;
		margin: 4rem auto 0;
		position: static;
		padding: 4.5rem 4.3rem 5rem;
	}

	/* .login_wx_phone {
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		background: linear-gradient(90deg, #306EFF, #07D2FF);
		margin-bottom: 4.5rem;
	}

	.login_wx_phone p {
		width: 1.4rem;
		height: 2.1rem;
		margin-right: 1.1rem;
	} */

	/* 	.login_wx_wx {
		border: 1px solid #1689FE;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #313131;
	}

	.login_wx_wx p {
		width: 2.4rem;
		height: 2rem;
		margin-right: .7rem;
	}
 */
	.login_title2 {
		font-size: 1.8rem;
		font-weight: 400;
		color: #183775;
		padding-bottom: 1rem;
		text-align: center;
	}

	.login_input {
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		margin: 2rem auto 0;
		padding: .7rem 0;
	}


/* 
	.code div img,
	.ImgCode .ImgCodes img  {
		width: 1rem;
		height: 1.1rem;
	}
 */
	.login_input input {
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.2rem;
		padding: 0 1.3rem;
	}

	.login_input input::input-placeholder {
		color: #999;
		font-size: 1.2rem;
	}

	.login_input input::-webkit-input-placeholder {
		color: #999;
		font-size: 1.2rem;
	}

	.login_input input:-moz-placeholder {
		color: #999;
		font-size: 1.2rem;
	}

	.login_input input::-moz-placeholder {
		color: #999;
		font-size: 1.2rem;
	}

	.login_input input:-ms-input-placeholder {
		color: #999;
		font-size: 1.2rem;
	}

	/* .login_phone .operation {
		width: 100%;
		padding: 1.8rem 0 2rem;
	}

	.login_phone .operation a {
		font-size: 1.2rem;
		font-weight: 400;
		color: #999999;
	} */

	.btn {
		display: block;
		width: 100%;
		margin: 0 auto 0;
		height: 3.6rem;
		line-height: 3.6rem;
		border-radius: 18px;
		font-size: 1.6rem;
		background: #183775;
		color: #FFFFFF;
	}
/* 
	.login_cont .btn {
		margin-top: 3rem;
	} */

	.code {
		position: relative;
	}

	.code .codeBtn {
		height: 3rem;
		line-height: 3rem;
		width: 30%;
		font-size: 1.2rem;
		top: .7rem;
	}

	.code .disable {
		background: #ccc;
		color: #333;
	}

	.bindPhone {
		box-sizing: border-box;
		padding-top: 7.6rem;
	}

	.bindPhone .code .codeBtn {
		right: .5rem;
		top: .5rem;
	}

	/* .skip {
		margin-top: 1.4rem;
	}

	.skip a {
		font-size: 1.2rem;
		border-bottom: 1px solid #0074D6;
		padding-bottom: 3px;
	} */

	/* .login_cont {
		padding-top: 2.9rem;
	}
 */
	.ImgCode .ImgCodes {
		top: .7rem;
	}
}

@media (max-width: 320px) {
	body {
		height: 120vh;
	}

	.login_wap {
		width: 86%;
	}

	.wap_welcome {
		margin-top: 1rem;
	}
}