*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: narmal;

}

.bgcolor {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
}

.bgcolor .texture {
	width: 100%;
	height: 50%;

	position: absolute;
	top: 0;
	background: -webkit-linear-gradient(rgba(158, 24, 36, 0.5), rgba(0, 51, 128, 0));
	/* Safari 5.1-6.0 */
	2 background: -o-linear-gradient(rgba(158, 24, 36, 0.5), rgba(0, 51, 128, 0));
	/* Opera 11.1-12.0 */
	3 background: -moz-linear-gradient(rgba(158, 24, 36, 0.5), rgba(0, 51, 128, 0));
	/* Firefox 3.6-15 */
	4 background: linear-gradient(rgba(158, 24, 36, 0.5), rgba(0, 51, 128, 0));
	/* 标准语法 */
}

.video-bg {
	/* Span the full grid */
	grid-area: var(--fullGrid);
	background-image: url(../images/login/Bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* Re-size video to cover full screen while maintaining aspect ratio */
	width: 100%;
	height: 100vh;
	object-fit: cover;
	/* Display video below overlay */
	z-index: -1;
	position: absolute;
	top: 0;
}

.video-bg::-webkit-media-controls {}

.video-overlay {
	/* Span the full grid */
	grid-area: var(--fullGrid);
	/* Center Content */
	display: grid;
	justify-content: center;
	align-content: center;
	text-align: center;

	/* Semi-transparent background */
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;


}

button {
	border: none;
	outline: none;
	background: none;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.tip {
	font-size: 20px;
	margin: 40px auto 50px;
	text-align: center;
	height: 100px;
}


.cont {
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 0 auto 100px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
	/* background-image: url(../images/loginBg2.png); */
	background-size: 106% 112%;
	background-position: center;
	overflow: initial;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	border: solid 1px rgba(255, 255, 255, 0.4);
	filter: blur(1);
}

.cont>p {
	position: absolute;
	bottom: -70px;
	width: 100%;
	text-align: center;
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0.7;
}

.businessM {
	width: 570px;
	height: 500px;
	position: absolute;
	left: 0;
}

.partyTitle {
	margin: 28px;
	height: 44px;
	line-height: 44px;
}

.partyTitle img {
	width: 160px;
	/* 	height: 44px; */
	float: left;
}

.partyTitle span {
	margin-left: 12px;
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFD456;
}

.businessArea {
	width: 100%;
	padding-top: 35px;
	position: relative;
}

.businessArea img {
	height: 40px;
	width: 240px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.businessArea div {
	width: 380px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	padding-top: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.businessM button {
	width: 156px;
	height: 36px;
	border-radius: 22px;
	border: 1px solid #FFFFFF;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}


.loginArea {
	position: absolute;
	left: 570px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 440px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(34, 97, 196, 0.2);
}

.loginArea p {
	width: 100%;
	line-height: 34px;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	font-family: PingFangSC-Semibold, PingFang SC;
}

.loginArea button {
	width: 260px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(270deg, #bc0000 0%, #bc0000 100%);
	border-radius: 18px;
	margin: 30px 70px 0;
}

.loginArea #qrCode {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.loginSArea {
	position: absolute;
	left: 570px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 540px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(34, 97, 196, 0.2);
}

.loginSArea p {
	width: 100%;
	margin-top: 50px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 33px;
	text-align: center;
}

.loginSArea img {
	width: 240px;
	height: 240px;
	padding: 10px;
	margin: 25px 80px 0;
	box-shadow: 0 0 3px 1px #E2E2E2;
}

.loginSArea h5 {
	width: 208px;
	margin: 15px 96px 24px;
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 18px;
	text-align: center;
}

.loginSArea button {
	width: 260px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 22px;
	border: 1px solid #D2DAEB;
	margin-bottom: 10px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5975A9;
}

.form {
	position: relative;
	width: 580px;
	height: 100%;
	transition: transform 1.2s ease-in-out;
	padding: 50px 30px 0;
}

.sub-cont {
	overflow: hidden;
	position: absolute;
	left: 580px;
	top: 0;
	width: 840px;
	height: 100%;
	padding-left: 260px;
	background: #fff;
	transition: transform 1.2s ease-in-out;
}

.cont.s--signup .sub-cont {
	transform: translate3d(-580px, 0, 0);
}

button {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 36px;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.img {
	overflow: hidden;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 100%;
	padding-top: 400px;
}

.img:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 840px;
	height: 100%;
	background-image: url("img/Pic2.png");
	background-size: cover;
	transition: transform 1.2s ease-in-out;
}

.img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.cont.s--signup .img:before {
	transform: translate3d(580px, 0, 0);
}

.img__text {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	transition: transform 1.2s ease-in-out;
}

.img__text .logo {
	width: 60px;
	height: 60px;
	display: block;
	background-image: url("../img/logo.png");
	margin-left: 70px;
	margin-bottom: 25px;
}

.img__text h2 {
	margin-bottom: 10px;
	font-weight: normal;
}

.img__text p {
	width: 200px;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	font-weight: 380;
}

.cont.s--signup .img__text.m--up {
	transform: translateX(520px);
}

.img__text.m--in {
	transform: translateX(-520px);
}

.cont.s--signup .img__text.m--in {
	transform: translateX(0);
}

.img__btn {
	overflow: hidden;
	z-index: 2;
	position: relative;
	width: 140px;
	height: 36px;
	margin: 0 auto;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
}

.img__btn:after {
	content: "";
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 30px;
}

.img__btn span {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: transform 1.2s;
}

.img__btn span.m--in {
	transform: translateY(-72px);
}

.cont.s--signup .img__btn span.m--in {
	transform: translateY(0);
}

.cont.s--signup .img__btn span.m--up {
	transform: translateY(72px);
}


.QR-code {
	width: 52px;
	height: 52px;
	background-image: url("img/code.png");
	display: block;
	position: absolute;
	top: 0;
	right: 0;

}

h2 {
	width: 100%;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}

label {
	display: block;
	width: 260px;
	margin: 25px auto 0;
	text-align: center;
}

label span {
	font-size: 12px;
	color: #cfcfcf;
	text-transform: uppercase;
}


.forgot-pass {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #cfcfcf;
}

.submit {
	margin-top: 40px;
	margin-bottom: 20px;
	background: #176AE6;
	text-transform: uppercase;
}

.fb-btn {
	border: 1px solid #d3dae9;
	color: #8fa1c7;
}

.fb-btn span {
	font-weight: narmal;
	color: #455a81;
}

.sign-in {
	transition-timing-function: ease-out;
}

.cont.s--signup .sign-in {
	transition-timing-function: ease-in-out;
	transition-duration: 1.2s;
	transform: translate3d(640px, 0, 0);
}

.sign-up {
	transform: translate3d(-900px, 0, 0);
}

.cont.s--signup .sign-up {
	transform: translate3d(0, 0, 0);
}

.icon-link {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 32px;
}

.icon-link img {
	width: 100%;
	vertical-align: top;
}

.icon-link--twitter {
	left: auto;
	right: 5px;
}


input[type="text"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #dee0e5;
	padding: 5px 10px;
	background: #fafbfd;
	color: #95999e;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.td-pad {
	padding-top: 15px;
}

.pricing-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notification-input {
	text-align: left;
	padding-left: 60px;
}

.notification-input>div>label {
	margin-left: -80px;
}

.notification-input>div>input {
	border: 1px solid #dee0e5;
	padding: 5px 10px;
	background: #fafbfd;
	color: #95999e;
	border-radius: 2px;
	box-sizing: border-box;
}
.notification-input>div>input::placeholder{color:#a3a3a3}
.toLogin {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.toLogin a {
	color: #5975A9;
	cursor: pointer;
	font-size: 18px;
	transition: 0.5s;
	position: relative;
}

.toLogin a:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.toLogin:hover a {
	padding-right: 25px;
}

.toLogin:hover a:after {
	opacity: 1;
	right: 0;
}

.notification-input .span {
	width: 70px !important;
	display: inline-block;
}
.notification-input .yzm_btn{width: 80px;height: 26px;line-height: 26px;font-size: 12px;border-radius: 5px;background:#e5e5e5 !important;color: #4c4c4c;}