@charset "utf-8";
* {
	font-family: "PingFang TC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}

.login_page {
	width: 100%;
	display: flex;
}

.login_page .left_box {
	width: 50%;
	height: 100vh;
	position: relative;
}

.login_page .left_box .cover_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 60;
	padding: 34px 7.8%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.4), rgba(30, 30, 30, 0.4));
}

.login_page .left_box .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.login_page .left_box .swiper-slide {
	width: 100%;
	height: 100%;
}

.login_page .left_box .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.login_page .left_box .logo {
	font-size: 26px;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-family: "Conv_GothamPro-Bold.woff" !important;
	color:#fff;
}

.login_page .left_box .logo img {
	width: auto;
	height: 44px;
	margin-right: 20px;
	display: block;
}

.login_page .left_box dl dt {
	font-size: 26px;
	margin: 20px 0;
	font-family: "Conv_GothamPro-Bold.woff" !important;
}

.login_page .left_box dl dd {
	font-size: 24px;
	margin: 20px 0;
	background: url(../images/ok.svg) no-repeat left center;
	background-size: auto 20px;
	padding-left: 36px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.login_page .left_box dl dd {
		font-size: 20px;
		background-size: auto 16px;
		padding-left: 26px;
		margin: 15px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.login_page .left_box dl dd {
		font-size: 16px;
		background-size: auto 12px;
		padding-left: 16px;
		margin: 10px 0;
	}
}

.login_page .left_box .text_box {
	padding-bottom: 97px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.login_page .left_box .text_box {
		padding-bottom: 30px;
	}
}

.login_page .left_box .text_box h6 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 18px;
}

.login_page .left_box .text_box h4 {
	font-size: 50px;
	line-height: 1em;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.login_page .left_box .text_box h4 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.login_page .left_box .text_box h4 {
		font-size: 34px;
	}
}

.login_page .left_box .text_box p {
	font-size: 18px;
	line-height: 1.7em;
	max-width: 630px;
	margin: 40px 0 0;
}

.login_page .left_box .text_box p a {
	font-size: 18px;
	line-height: 1.7em;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 2px;
}

.login_page .left_box .copyright p,
.login_page .left_box .copyright a {
	color: #fff;
	font-size: 14px;
}

.login_page .left_box .copyright a {
	margin: 0 4px;
}

.login_page .right_box {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	width: 50%;
	height: 100vh;
	padding: 5% 0;
	overflow: auto;
	position: relative;
}

.login_page .right_box::-webkit-scrollbar {
	width: 6px;
}

.login_page .right_box::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .1);
	/*border-radius: 2em;*/
}

.login_page .right_box::-webkit-scrollbar-thumb {
	background: #444;
	/*border-radius: 2em;*/
}

.login_page .right_box .content_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login_page .right_box .title_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.login_page .right_box .title_box img {
	width: 46px;
	height: 43px;
	display: block;
	margin-bottom: 32px;
}

.login_page .right_box .title_box h4 {
	font-size: 26px;
	font-weight: 600;
	/*font-family: 'Conv_GothamPro-Bold.woff' !important;*/
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.login_page .right_box .title_box img {
		margin-bottom: 20px;
	}
	.login_page .right_box .title_box h4 {
		font-size: 20px;
	}
}

.login_page .right_box .title_box p {
	font-size: 16px;
	color: #111;
	padding: 13px 10% 0;
	text-align: center;
	line-height: 28px;
}

.login_page .right_box .title_box p a {
	font-size: 16px;
	color: #777;
	font-weight: 300;
	border-bottom: 1px solid #777;
	transition: all 0.3s;
}

.login_page .right_box .title_box p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.login_page .right_box .title_box p span {
	color: #FF7200;
	padding-left: 8px;
	font-weight: bold;
	font-weight: 300;
}

.input_box {
	max-width: 574px;
	width: 80%;
	margin-top: 76px;
}

.input_box .input_wrap {
	margin-bottom: 15px;
}

.input_box .text {
	color: #111;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	padding: 13px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.login_page .right_box .title_box p {
		font-size: 13px;
	}
	.input_box .text p {
		font-size: 14px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

.input_box .text span {
	color: #EF4822;
	font-size: 13px;
	padding-left: 14px;
}

.input_box .text a {
	color: #999;
	font-size: 14px;
	transition: all 0.3s;
}

.input_box .text a:hover {
	color: #000
}

.input_box input {
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.input_box .input_wrap {
		margin-bottom: 5px;
	}
	.input_box input {
		height: 36px;
		line-height: 34px;
	}
}

.input_box input:focus {
	border: 1px solid #000;
}

.input_box input.err {
	border: 1px solid red;
}

.input_box .sub_btn {
	width: 100%;
	line-height: 42px;
	background: linear-gradient(180deg, rgba(61, 61, 61, 1), rgba(30, 30, 30, 1));
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	display: block;
	text-align-last: center;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 20px;
	text-align: center;
}

.input_box .sub_btn:hover {
	background: linear-gradient(180deg, rgba(44, 44, 44, 1), rgba(0, 0, 0, 1));
}

.to_reg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #000;
	padding-top: 21px;
	font-weight: 300;
}

.to_reg a {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #777;
	margin: 0 4px;
	transition: all 0.3s;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.to_reg {
		font-size: 14px;
	}
	.to_reg a {
		font-size: 14px;
	}
}

.to_reg a:hover {
	color: #000;
}

.input_box .yz {
	width: 100%;
	height: 42px;
	background: rgba(247, 249, 250, 1);
	border-radius: 2px;
	margin-top: 28px;
	margin-bottom: 30px;
	cursor: pointer;
	color: #45494c;
	font-size: 14px;
	transition: all .2s linear;
	position: relative;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.input_box .yz {
		height: 36px;
	}
}

.input_box .yz .top_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: all 0.3s;
	border: 1px solid rgba(222, 222, 222, 1);
}

.input_box .yz.err .top_box {
	border: 1px solid red;
}

.input_box .yz .top_box .left_icon {
	position: relative;
	margin-right: 5px;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 8px 1px rgba(188, 196, 204, .5);
	transition: all .2s linear;
	margin-right: 10px;
	z-index: 2;
}

.input_box .yz .top_box .left_icon .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	width: 15px;
	height: 17px;
	background-image: url(../images/icon.png);
	background-position: 0 -132px;
	background-size: 32px 544px;
	z-index: 3;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.input_box .yz .top_box span {
		font-size: 14px;
	}
}

.input_box .yz.yzz .top_box {
	color: #1991fa;
}

.input_box .yz.err .top_box {
	color: red;
}

.input_box .yz.yzz .top_box .left_icon {
	background-color: #1991fa;
	box-shadow: 0 2px 6px 1px rgba(25, 145, 250, .5);
}

.input_box .yz.yzz .top_box .left_icon .icon {
	background-image: url(../images/icon.png);
	background-position: 0 -112px;
	background-size: 32px 544px;
}

.input_box .yz.yzz .top_box .left_icon .circle_ani {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/*background: #1991fa;
				transform: scale(2);*/
}

.input_box .yz.yzz .top_box .left_icon .circle_ani div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #1991fa;
	opacity: 0;
	z-index: 1;
}

.input_box .yz.yzz .top_box .left_icon .circle_ani div:nth-child(1) {
	animation: toBig 0.8s linear infinite;
}

.input_box .yz.yzz .top_box .left_icon .circle_ani div:nth-child(2) {
	animation: toBig 0.8s linear 0.4s infinite;
}

.input_box .yz.yzz .top_box .left_icon .circle_ani div:nth-child(3) {
	animation: toBig 0.8s linear 0.8s infinite;
}

.input_box .yz.yzz .top_box .left_icon .circle_ani div:nth-child(4) {
	animation: toBig 0.8s linear 1.2s infinite;
}

.input_box .yz_ok {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #52ccba;
	background-color: #d2f4ef;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #52ccba;
	opacity: 0;
	transition: all 0.3s;
}

.input_box .yz_ok .yidun_tips__icon {
	width: 17px;
	background-image: url(../images/icon.png);
	background-position: 0 -67px;
	background-size: 32px 544px;
	margin-right: 5px;
	height: 12px;
	vertical-align: middle;
	display: block;
}

.input_box .yz_ok .yidun_tips__text {
	line-height: 38px;
	vertical-align: middle;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.input_box .yz_ok .yidun_tips__text {
		font-size: 14px;
	}
}

.input_box .yz.ok .top_box {
	opacity: 0;
}

.input_box .yz.ok .yz_ok {
	opacity: 1;
}

.login_page.light {
	display: block;
}

.login_page.light .left_box {
	width: 100%;
	height: 100vh;
}

.login_page.light .right_box {
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width:640px) {
	.login_page .left_box .text_box p {
		margin: 30px 0 0;
		font-size: 14px;
	}
	.login_page .left_box .text_box p a {
		font-size: 14px;
	}
	.input_box {
		margin-top: 30px;
	}
	.login_page.light .right_box {
		padding: 50px 0;
	}
}

.need_yz {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.need_yz .img_up_box {
	width: 119px;
	height: 42px;
	position: relative;
}

.need_yz .img_up_box .fill_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -10px;
	padding: 0;
	opacity: 0;
}

.need_yz .img_up,
.need_yz .get_code {
	width: 119px;
	height: 42px;
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.35), rgba(30, 30, 30, 0.35));
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	cursor: pointer;
	margin-left: 9px;
	display: block;
	transition: all 0.3s;
}

.need_yz .img_up_box:hover .img_up {
	background: linear-gradient(180deg, rgba(44, 44, 44, 1), rgba(0, 0, 0, 1));
}
.need_yz .get_code{
	background: rgba(0, 0, 0, 1);
}
.need_yz .get_code.coded{
	background: rgba(30, 30, 30, 0.35);
	cursor:not-allowed;
}
.need_yz>input {
	width: calc(100% - 119px);
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.need_yz .img_up,
	.need_yz .get_code {
		height: 36px;
		line-height: 36px;
	}
}

.tab_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding-top: 45px;
	max-width: 574px;
	width: 80%;
}

.tab_list li {
	width: 30%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tab_list li a {
	font-size: 16px;
	color: #111;
	position: relative;
	white-space: nowrap;
}

.tab_list li a:after {
	position: absolute;
	bottom: -12px;
	left: 0;
	content: "";
	width: 100%;
	height: 7px;
	background: #373737;
	display: block;
	opacity: 0;
	height: 0;
	transition: all 0.3s;
}

.tab_list li.active a:after {
	opacity: 1;
	height: 7px;
}

.register_page .input_box {
	margin-top: 28px;
}

.register_page .right_box,
.forgot_page .right_box {
	padding: 150px 0 5%;
}

.tab_content {
	display: none;
}


/*注册成功*/

.register_suc_page .right_box {
	justify-content: center;
	position: relative;
}

.register_suc_page h3 {
	font-size: 26px;
	color: #111;
	font-family: 'Conv_GothamPro-Bold.woff' !important;
}

.register_suc_page .jump {
	max-width: 316px;
	width: 70%;
	margin-top: 25px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 7px;
}

.top_pro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 500px;
	width: 70%;
}

.login_page.light .top_pro {
	position: relative;
	left: 0;
	transform: translate(0);
	margin-bottom: 60px;
}

.top_pro .circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #DBDBDB;
}

.top_pro .line {
	width: calc((100% - 108px)/2);
	height: 4px;
	background: #DBDBDB;
	position: relative;
	top: 16px;
}

.top_pro .circle {
	background-image: url(../images/ok.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}

.top_pro .circle_box {
	position: relative;
}

.top_pro .circle_box p {
	position: absolute;
	bottom: -30px;
	color: #111;
	font-size: 16px;
	left: 50%;
	transform: translate(-50%);
	width: 100px;
	text-align: center;
	line-height: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.top_pro .circle_box p {
		font-size: 14px;
	}
}

.top_pro .circle.active {
	background-color: #00B700;
}

.top_pro .line.active {
	background-color: #00B700;
}

.top_pro .circle.star_ic {
	background-image: none;
}

.top_pro .circle.star_ic.active {
	background-color: #FF9C00;
	background-image: url(../images/star.svg);
}

.register_page .top_pro {
	top: 6%;
}


/*pay*/

.pay_box {
	max-width: 572px;
	width: 80%;
	margin-top: 100px;
}

.pay_box ul {
	display: flex;
	justify-content: space-between;
}

.pay_box ul li {
	width: 45%;
	max-width: 240px;
}

.pay_box ul li a {
	display: block;
	width: 100%;
}

.pay_box ul li a .img_box {
	width: 100%;
	padding-top: 100%;
	position: relative;
	border: 1px solid #000;
}

.pay_box ul li a.wx .img_box {
	border: 1px solid #00B700
}

.pay_box ul li a.zfb .img_box {
	border: 1px solid #1678FF
}

.pay_box ul li a .img_box img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pay_box ul li a p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	padding-top: 22px;
	height: 32px;
}

.pay_box ul li a p img {
	height: 32px;
	width: auto;
	margin-right: 8px;
	display: block;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.pay_box {
		margin-top: 50px;
	}
	.pay_box ul li a p {
		font-size: 14px;
	}
	.pay_box ul li a p img {
		height: 24px;
	}
}

.pay_box ul li.wx a p {
	color: #00B700
}

.pay_box ul li.zfb a p {
	color: #1678FF
}

.third_party {
	padding: 40px 0 0;
}

.third_party p {
	font-size: 16px;
	color: #999;
	text-align: center;
	padding: 23px 0;
}

.third_party .third_list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.third_party .third_list li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2683F5;
	margin: 0 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.third_party .third_list li.WeChat {
	background: #51C332;
}

.third_party .third_list li img {
	width: 50%;
	height: auto;
	display: block;
}