* {
  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 {
  height: 55px;
  margin-top: 15px;
}

.main {
  width: 100%;
  height: 700px;
  background: #f3f9fd;
}
.main_rebate {
  width: 100%;
  min-width: 1200px;
  height: 700px;
  background: url(images/rebate_background.png);
}
.main_org {
  width: 100%;
  min-width: 1200px;
  height: 700px;
}
.qrcode_container {
  width: 100% !important;
  text-align: center;
}
.qrcode_login {
  margin-top: 100px;
  vertical-align: middle;
  display: inline-block;
  width: 740px;
  height: 489px;
  background: url('images/xubei_register.png') no-repeat;
  margin-right: 80px;
  position: relative;
}
.qrcode_login_org {
  background: url('images/xubei_register.png') no-repeat !important;
}
.qrcode_login_zugehao {
  background: url('images/zugehao_register.png') no-repeat !important;
}
.main_zugehao {
  width: 100%;
  min-width: 1200px;
  height: 700px;
}
.tcaptcha-style {
  position: absolute;
  left: 0;
  top: 0;
}
.loginone {
  width: 300px;
  padding: 0 40px;
}
.main .login {
  vertical-align: middle;
  display: inline-block;
  width: 300px;
  padding: 0 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(62, 175, 253, 0.6);
  position: relative;
  margin-top: 100px;
}
.main_register {
  width: 100%;
  height: 700px;
  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 .title {
  padding: 20px 0;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  border-bottom: 2px solid #e5e5e5;
  text-align: left;
  /* margin-bottom: 36px; */
}

.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: 264px;
  padding-left: 36px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.main .w1000 .login input.phone1 {
  background: url(images/login_tel.png) no-repeat;
  background-position: 10px 10px;
}

.main .w1000 .login input.pwd1 {
  background: url(images/login_pwd.png) no-repeat;
  background-position: 12px 10px;
}

.main .w1000 .login .remember {
  /* height: 16px; */
  margin-bottom: 20px;
  font-size: 12px;
  color: #333333;
  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: #666666;
  text-decoration: none;
}

.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, #49d3ff 0%, #3eaffd 100%);
  color: #fff;
  border-radius: 3px;
  padding: 0;
  font-size: 14px;
  border: none;
  cursor: pointer;
  height: 44px;
  margin-bottom: 40px;
}
.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: 20px;
}

.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 30px 85px;
}

.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 .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;
}
.phone_verify_code {
  width: 142px !important;
  background: url(./images/login_tel.png) no-repeat !important;
  background-position: 12px 10px !important;
}
.phone_verify_box {
  position: relative;
  text-align: left;
}
.phone_verify_button {
  position: absolute;
  right: 0;
  top: 1px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(-270deg, #49d3ff 0%, #3eaffd 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 a {
  color: #3eaffd;
  text-decoration: unset;
}

.user_know span:hover {
  cursor: pointer;
  opacity: 0.8;
}
.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: #3eaffd;
  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: 10px;
}
.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: 540px;
  top: 222px;
}
.xiazai {
  display: block;
  width: 153px;
  height: 30px;
  position: absolute;
  left: 899px;
  top: 222px;
}
.guanzhu_no_block {
  display: none;
}
.xiazai_no_block {
  display: none;
}
