.login-body {
	display: inline-block;
	width: 100vw;
	height: 100vh;
}

.layui-btn {
	padding: unset !important;
}

.layui-container {
	height: 100%;
	width: 100%;
}

.login-content {
	background-color: #ffffff;
	max-width: 95%;
	margin: 5vh auto;
	float: unset;
}

.login-content .title {
	background-color: #f0f0f0;
	color: #424242;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.border-right {
	margin-right: 20px;
	position: relative;
}

.border-right:after {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #828282;
	position: absolute;
	right: -10px;
	bottom: 23px;
}

.login-content .welcome {
	font-size: 32px;
	line-height: 49px;
	/* color: #4281fb; */
	/* background: linear-gradient(to right, #fc5756, #fe8355);
	-webkit-background-clip: text;
	color: transparent; */
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 36px;
	color: #F8214A;
}

.welcome_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;

}

.login-content .welcome .tip {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.login-content .subtitle {
	font-size: 22px;
	line-height: 49px;
	color: #828282;
}

.login-content .title .logo {
	height: 60px;
	max-width: 190px;
	overflow: hidden;
	font-size: 36px;
	margin-right: 20px;
}

.login-content .title .logo img {
	max-height: 60px;
}

.login-content .title .label {
	font-size: 24px;
}

.login-content .title a,
.login-content .body .item a {
	color: #4281fc
}

.login-content .title a:hover,
.login-content .body .item a:hover {
	color: #1c68ff
}

.login-content .head {
	height: 80px;
	background-color: #4281fc;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
}

.login-content .login-bottom {
	box-shadow: 0px 3px 6px 0px rgba(58, 58, 58, 0.06);
}

.login-content .body {
	color: #828282;
}

.login-content .body .item {
	margin-bottom: 15px;
}

.login-content .body .item .vw80 {
	width: 60%;
	/* float: left; */
	margin-right: 3%;
	flex-shrink: 0;
}

.login-content .body .item #captcha_img {
	width: 30%;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #AEB3BE;
}
#captcha_img2{
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #AEB3BE;
}
.login-content .body .item button {
	/* width: 30%; */
	background-color: #E04242;
	border-radius: 10px;
}

.login-content .body .submit {
	margin-top: 20px;
	width: 100%;
	background-color: #E04242;
}

.layui-form-checked[lay-skin=primary] i {
	background-color: #E04242 !important;
	border-color: #E04242 !important;
}

.login-copyright {
	text-align: center;
	width: 100%;
	height: 49px;
	font-size: 14px;
	line-height: 49px;
	color: #828282;
	padding-top: 20px;
	background-color: #f0f0f0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.layui-btn-disabled {
	color: #fff !important;
	border: none !important;
}



.bg {
	background: url(/static/toumei/image/login/bj.png) center center no-repeat;
	height: 750px;
	margin-bottom: 30px;
}

.top {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.layui-container {
	padding: 0;
}

.top img {
	width: 301px;
	height: 58px;
}

.top .nav {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.top .nav li {
	margin-left: 30px;
}

.item {
	position: relative;
}

.left-ad {
	overflow: hidden;
}

.login-bottom {
	/* margin-top: 15vh; */
	height: 500px;
}

.left-ad {
	overflow: hidden;
	height: 500px;
	/* background: url(/static/assets/img/pic.png) center center no-repeat; */
	background-size: cover;
}

.left-ad img {
	height: 100%;
}

.right-form {
	height: 500px;
	background-color: #ffffff;
}

.body {
	width: 370px;
	height: 400px;
	margin: 0 auto;
	max-width: 90%;
	margin-top: 50px;
	position: relative;
}

.ico {
	position: absolute;
	width: 44px;
	height: 152px;
	background: url(/static/assets/img/pic-light.png) center center no-repeat;
	right: -20px;
	top: -50px;
}

.container {
	border-radius: 5px;
}

.login-content {
	max-width: 1200px;
	width: 450px;
	height: 600px;
	border-radius: 13px;
	box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.18);
}

.login-bottom {
	height: 600px;
	border-radius: 13px;
}

.item {
	margin-bottom: 20px !important;
}

.login-copyright {
	color: #ffffff;
	background: unset;
	z-index: 99;
}

.footer {
	position: fixed;
	width: 100%;
	height: 179px;
	bottom: 0;
	left: 0;
	/* background: url(/static/assets/img/bg.png) center center no-repeat; */
	z-index: -1;
}

.item {
	position: relative;
}

.item input {
	padding-left: 65px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #AEB3BE;
}

.item span {
	position: absolute;
	width: 55px;
	left: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	text-align: justify;
	text-align-last: justify;
	padding-left: 10px;
	color: #333333;
}

.fl_div {
	height: 364px;
	background: url(/static/toumei/image/login/bj1.png);
	background-size: cover;
	padding-top: 30px;
	padding-left: 28px;
	color: #fff;
	margin-top: 14%;
	margin-left: 30%;
}

.fl_div .title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: white;
	background: none;
}

.fl_div .loginLogo {
	margin: 25px auto;
}

.fl_div .line {
	margin-top: 22px;
	margin-bottom: 20px;
	width: 40px;
	height: 2px;
	background-color: #fff;
}

.fl_div .text {
	font-size: 16px;
}

.fl_div .tel {
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 107px;
}

.back a {
	color: #fff;
	text-decoration: none;
}

.back li {
	float: left;
	margin-right: 10px;
}

#newBridge .nb-nodeboard-left-bottom {
	left: 87% !important;
	top: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

#newBridge .icon-right-center {
	top: 54% !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top,
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn,
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
	background: linear-gradient(to right, #fc5756, #fe8355);
}

/* 第三方登陆 */
.joint_landing_wrap p {
	font-size: 18px;
	color: #fc5756;
	text-align: center;
	margin-top: 30px;
}

.joint_landing_wrap .joint_btn {
	width: 130px;
	height: 60px;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.joint_landing_wrap .joint_btn img {
	float: left;
	width: 45px !important;
	height: 45px;
	border-radius: 50%;
	margin: 0px 10px;
	border: 1px solid #AEB3BE;
}

.welcome {
	text-align: center;
}

.titleUnit {
	width: 100%;
	height: 30px;
	/* margin: 0px 16% 30px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.titleUnit .unite {
	height: 30px;
	position: relative;
	float: left;
	cursor: pointer;
	padding: 0px 16px;
}

.titleUnit .unite:nth-of-type(1):after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #cbcbcb;
	position: absolute;
	top: 5px;
	right: 0px;
}

.titleUnit .unite h3.titles {
	text-align: center;
	color: #999;
	font-size: 18px;
}

.titleUnit .unite.current h3.titles {
	color:#F8204B;
}

/* .titleUnit .unite.current:before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #df5151;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
} */

.submit_btn_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

#submit_btn {
	margin-top: 0;
	margin-bottom: 15px;
	/* background: linear-gradient(to right, #fc5756, #fe8355); */
	width: 370px;
	height: 50px;
	background: linear-gradient(90deg, #FE4246 0%, #F81D4B 100%);
	border-radius: 10px;
}

#submit_btn_tels {
	margin-top: 0;
	margin-bottom: 15px;
	/* background: linear-gradient(to right, #fc5756, #fe8355); */
	margin-left: 0px;
	/* width: 370px; */
	height: 50px;
	background: linear-gradient(90deg, #FE4246 0%, #F81D4B 100%);
	border-radius: 10px;
}

.item #get_code p {
	display: inline;
}

.errorTip {
	/* padding-bottom: 12px; */
}

.tips {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	color: #e45547;
}

.tips img {
	margin-right: 10px;
}
.item_xy {
	display: flex;
}
.joint_landing_wrap .joint_top {
	display: flex ;
	flex-direction: row;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-bottom: 10px;
}
.joint_landing_wrap .joint_top_left {
	width: 130px;
	height: 1px;
	background: #D8D8D8;
}
.joint_landing_wrap .joint_top_right {
	width: 130px;
	height: 1px;
	background: #D8D8D8;
}
.joint_landing_wrap .joint_top_center {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
@media screen and (max-width: 751px) {
	.login-content {
		width: 100%;
	}

	.titleUnit {
		margin: 0px 8% 30px;
	}

	.layui-container {
		padding: 0px;
	}

	.body {
		max-width: 94%;
	}
}

@media screen and (max-width: 360px) {
	.layui-container {
		padding: 0 4px;
	}
}

.bg-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 63px;
}

.bg-img {
	padding-top: 126px;
}

@media screen and (max-width: 751px) {
	.top {
		width: 100%;
	}

	.nav {
		display: none !important;
	}

	.bg .text {
		display: none;
	}

	.bg {
		padding: 0 10px;
	}

	.bg-box {
		width: 100% !important;
		display: block !important;
		padding-top: 34px;
	}

	.bg-img {
		padding-top: 0px;
		margin-bottom: 30px;
	}

	.bg-img .img1 {
		display: none;
	}
}