* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}

.header {
	width: 100%;
	height: 80px;
	background: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.w1000 {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	height: 684px;
	margin: 0 auto;
}
.header a > img {
	width: auto;
	height: 55px;
	margin-top: 15px;
}

.main {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	background: #edf3ff;
}
.main_rebate {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	background: url(images/rebate_background.png);
}
.main_org {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	/* background: url(images/org_bg.png); */
}
.main_zugehao {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	/* background: url(images/zugehao_bg.png); */
}
.tcaptcha-style {
	position: absolute;
	left: 0;
	top: 0;
}
.loginone {
	width: 300px;
	padding: 0 40px;
}
.main .login {
	display: inline-block;
	width: 300px;
	padding: 0 40px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(80, 138, 255, 0.3);
	vertical-align: middle;
	margin-top: 100px;
}

.main .login:hover {
	box-shadow: 0px 0px 15px 0px rgba(62, 175, 253, 0.4);
}

.qrcode_container {
	width: 100% !important;
	text-align: center;
	min-width: 1400px;
}
.qrcode_login {
	margin-top: 120px;
	vertical-align: middle;
	display: inline-block;
	width: 740px;
	height: 489px;
	background: url("images/main_new_qrcode-1.png") no-repeat center center;
	background-size: 100%;
	margin-right: 80px;
	position: relative;
}
.qrcode_login_none {
	background: none !important;
}
.main_register {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	background: url(images/xubei_bg.png);
	position: relative;
}
#weixincontainer {
	position: absolute;
	left: 0;
	top: -92px;
	float: right;
	width: 300px;
	padding: 0 40px;
	background: #ffffff;
	border-radius: 4px;
	margin-top: 92px;
}
.weixincontainer {
	float: right;
	width: 300px;
	padding: 0 40px;
	background: #ffffff;
	border-radius: 4px;
	margin-top: 92px;
	display: none;
	position: relative;
}
.weixingclose {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 10;
}
.weixingclose:hover {
	color: #3eaffd;
	cursor: pointer;
}
.weixingclose:after {
	content: "\2715";
}
.login_into {
	position: absolute;
	right: 39px;
	top: 19px;
}
.login_into > span {
	font-size: 12px;
	color: #999999;
}
.login_into > a {
	font-size: 12px;
	color: #3eaffd;
	text-decoration: none;
}
.login_into > a:hover {
	text-decoration: underline;
}

.main .w1000 .login {
	transition: all 0.6s;
	overflow: hidden;
}

.main .w1000 .login .title {
	padding: 20px 0;
	font-size: 16px;
	color: #999;
	line-height: 16px;
	border-bottom: 2px solid #e5e5e5;
	cursor: pointer;
	/* margin-bottom: 36px; */
}

.main .w1000 .login .title .active {
	color: #508aff;
}

.main .w1000 .login .animation {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.main .w1000 .login .animation #login_content,
.main .w1000 .login .animation #register_content {
	margin-right: 4px;
	transition: all 0.6s;
}

.main .w1000 .login .err {
	/* height: 100%; */
	min-height: 36px;
}

.main .w1000 .login .err .err-info {
	display: none;
	background: url(images/login_err.png) no-repeat;
	background-position: 0px 11px;
	font-size: 14px;
	color: #df2028;
	width: 280px;
	line-height: 36px;
	padding-left: 18px;
	overflow: hidden;
}

.main .w1000 .login input {
	height: 40px;
	margin-bottom: 20px;
	width: 256px;
	padding-left: 36px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.main .w1000 .login .remember {
	/* height: 16px; */
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.main .w1000 .login input.check {
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin: 0 4px 0 0;
	vertical-align: bottom;
}

.main .w1000 .login .remember .losePwd {
	float: right;
}
.main .w1000 .login .remember .losePwd1 {
	float: left;
}
.main .w1000 .login .remember .losePwd > a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.main .w1000 .login .remember:hover,
.main .w1000 .login .remember .losePwd > a:hover,
.main .w1000 .login .remember .losePwd > a:active {
	color: #00c1de;
}

.main .w1000 .login .remember .losePwd .line {
	font-size: 12px;
	margin: 0 10px;
	line-height: 12px;
	color: #666666;
}

.main .w1000 .login input.login-btn {
	width: 300px;
	background-image: linear-gradient(-270deg, #508aff 0%, #69b8ff 100%);
	color: #fff;
	border-radius: 3px;
	padding: 0;
	font-size: 14px;
	border: none;
	cursor: pointer;
	height: 44px;
	margin-bottom: 10px;
}
.login-btn:hover {
	opacity: 0.8;
}
.main .w1000 .login input.login-btn-unable {
	width: 300px;
	background: darkgray;
	color: #fff;
	border-radius: 3px;
	padding: 0;
	font-size: 14px;
	border: none;
	cursor: not-allowed;
	height: 44px;
	margin-bottom: 40px;
}
.main .w1000 .login .three-login {
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 12px;
	text-align: center;
	margin-bottom: 26px;
}

.main .w1000 .login .three-login > a {
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.main .w1000 .login .three-img {
	margin: 0 0 12px 0;
}

.main .w1000 .login .three-img > a {
	display: inline-block;
	margin: 0 12px;
	width: 40px;
	height: 40px;
}

.main .w1000 .login .three-img > a > img {
	width: 100%;
	height: 100%;
}
.main .w1000 .login .login_qusetion {
	font-size: 14px;
	color: #999999;
	line-height: 12px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 12px;
}
.main .w1000 .login .login_qusetion:hover {
	color: #508aff;
}
.login_question_main {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.login_question_model {
	width: 290px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	top: 35%;
	left: 40%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.login_question_title {
	width: 290px;
	padding-bottom: 10px;
	color: #999999;
	border-bottom: 1px solid #e5e5e5;
}
.login_question_content_item_title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.login_question_content_item_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.skip {
	cursor: pointer;
	color: #108ee9;
}
.skip:hover {
	opacity: 0.85;
}
.login_question_button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.login_question_button_item {
	width: 100px;
	height: 30px;
	background: #108ee9;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.login_question_button_item_text {
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
}
.login_question_button_item:hover {
	opacity: 0.85;
}
.main .footer {
	width: 100%;
}

.main .footer .link {
	text-align: center;
	margin-top: 83px;
}

.main .footer .link span a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	padding: 0 8px;
}

.main .footer .copyRight {
	margin-top: 26px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}
.verify_code {
	width: 108px !important;
	padding-left: 12px !important;
}
.verify_code_box {
	position: relative;
}
.verify_code_img {
	width: 70px;
	height: 40px;
	background: wheat;
	display: inline-block;
	position: absolute;
	left: 130px;
	top: 1px;
}
.verify_code_button {
	font-size: 12px;
	color: #666666;
	position: absolute;
	left: 210px;
	top: 12px;
}
.verify_code_click {
	color: #3eaffd;
}
.verify_code_click:hover {
	text-decoration: underline;
	cursor: pointer;
}
.smscode {
	width: 142px !important;
}
.phone_verify_box {
	position: relative;
}
.phone_verify_button {
	position: absolute;
	right: 0;
	top: 1px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(-270deg, #508aff 0%, #69b8ff 100%);
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}
.phone_verify_button:hover {
	cursor: pointer;
	opacity: 0.8;
}
.user_know {
	position: relative;
}
.user_know span {
	position: absolute;
	right: 48px;
	top: -1px;
	color: #3eaffd;
}
.user_know span:hover {
	cursor: pointer;
	opacity: 0.8;
}
.user_know a {
	color: #3eaffd;
	text-decoration: unset;
}
.forget_password_box {
	height: 624px;
	border-radius: 5px;
	background: #ffffff;
	padding: 30px;
	position: relative;
}
.title {
	position: relative;
}
.title_font {
	width: 6px;
	height: 18px;
	background: #3eaffd;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.title_word {
	font-size: 16px;
	color: #333333;
	position: absolute;
	left: 15px;
	top: -3px;
}
.title_underline {
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	margin-top: 48px;
	position: relative;
}
.step_underline1 {
	position: absolute;
	left: 260px;
	top: 57px;
}
.step_underline2 {
	position: absolute;
	right: 260px;
	top: 57px;
}
.step_underline_before {
	background: #e9e9e9;
	width: 240px;
	height: 1px;
}
.step_underline_active {
	background: #508aff;
	width: 240px;
	height: 1px;
}
.step_bar {
	width: 100%;
	height: 100px;
	display: flex;
}
.left {
	float: left;
	height: 60px;
	text-align: center;
	padding-top: 40px;
	flex: 1;
}
.step_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background: #3eaffd;
	color: white;
	margin-bottom: 16px;
}
.step_icon_before {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 16px;
	border: 1px solid #d9d9d9;
	color: #d9d9d9;
	margin-bottom: 16px;
}
.step_word {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
}
.phone_check_box {
	width: 380px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 243px;
	margin-left: -190px;
}
.phone_right > span {
	font-size: 14px;
	color: #2a2a2a;
}
.phone_right {
	margin-bottom: 30px;
}
.phone_right > input {
	width: 280px;
	height: 38px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.img_verify_code {
	display: inline-block;
	width: 106px;
	height: 40px;
	background: wheat;
	position: absolute;
	right: 0;
	top: 0;
}
.img_verify_code:hover {
	cursor: pointer;
}
.verify_code_button_one {
	display: inline-block;
	width: 106px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eceff0;
	font-size: 14px !important;
	color: #333333 !important;
	border-radius: 4px;
}
.verify_code_button_one:hover {
	cursor: pointer;
	opacity: 0.8;
}
.phone_right_button {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #3eaffd;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff !important;
	margin-left: 98px;
}
.phone_right_button:hover {
	cursor: pointer;
	opacity: 0.8;
}
.phone_check_box-img {
	position: absolute;
	left: -45px;
	top: -3px;
}
.tologin:hover {
	cursor: pointer;
	text-decoration: none;
}
.tologin > a {
	color: #3eaffd;
	text-decoration: none;
}
.tologin > a:hover {
	color: #3eaffd;
	text-decoration: underline;
}
.tologin > a:active {
	color: #3eaffd;
}
.phone_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 99px;
	top: 46px;
}
.images_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 99px;
	top: 46px;
}
.code_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 99px;
	top: 46px;
}
.phone_right_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 86px;
	top: 46px;
}
.phone_right_message1 {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 86px;
	top: 46px;
}
.refister_phone_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 0px;
	top: 44px;
}
.refister_image_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 0px;
	top: 44px;
}
.refister_check_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 0px;
	top: 44px;
}
.refister_pass_message {
	font-size: 12px;
	color: red;
	position: absolute;
	left: 0px;
	top: 44px;
}
.a {
	color: #00c1de;
}
#login_container {
	width: 100px;
	height: 100px;
	border: 1px solid red;
}
.phone_verify_button_timer {
	position: absolute;
	right: 0;
	top: 1px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: darkgray;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}
.imgInput {
	position: absolute;
	left: 10px;
	top: 14px;
}
.imgInput1 {
	position: absolute;
	left: 10px;
	top: 10px;
}
.word_phone {
	position: fixed;
	left: 400px;
	top: 464px;
	color: #720a00;
	font-size: 18px;
}
.banner_a {
	position: relative;
}
.guanzhu {
	display: block;
	width: 120px;
	height: 30px;
	position: absolute;
	left: 188px;
	top: 112px;
}
.xiazai {
	display: block;
	width: 153px;
	height: 30px;
	position: absolute;
	left: 546px;
	top: 112px;
}
.guanzhu_no_block {
	display: none;
}
.xiazai_no_block {
	display: none;
}

.main_zugehao .qrcode_login {
	background: url(./images/zugehao_register.png) !important;
}

.main_org .qrcode_login {
	background: url(./images/xubei_register.png) !important;
}
input:focus {
	outline: none !important;
	border-color: #508aff !important;
}
input::-webkit-input-placeholder {
	color: #999;
}
