/*登录页面*/
.w-1050 {
  margin: 0 auto;
  width: 1050px;
}
.login-header {
  position: relative;
  z-index: 9;
  height: 80px;
  background-color: #fff;
  padding: 0 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.login-header .logo {
  margin-top: 18px;
}
.login-header .logo a {
  float: left;
  margin-top: 6px;
  background: url(../images/logo2.png) no-repeat;
  width: 187px;
  height: 28px;
}
.login-header .logo .title {
  display: inline-block;
  height: 32px;
  margin: 6px 0 0 12px;
  padding-left: 12px;
  line-height: 30px;
  /*border-left: 1px solid #ddd;*/
  font-size: 26px;
  color: #757575 !important;
}
.login-header .about {
  margin: 48px 0 0 0;
}
.login-header .about a {
  float: left;
  padding: 0 10px;
  color: #757575;
}
.login-header .about a:hover {
  color: #ff6a00;
}
.login-header .about .line {
  margin-top: 2px;
  width: 1px;
  height: 13px;
  background-color: #d5d5d5;
}
/*横幅*/
.login-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-width: 1200px;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  background: url(../images/login/logo-content@Bg.jpg) top center no-repeat #000;
}
.nc-container {
  position: relative;
  z-index: 0;
  margin-right: 2px;
  border-radius: 4px;
}
#aliyunCaptcha-sliding-wrapper {
  margin-bottom: 0 !important;
}
.login-content .login-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
}
.login-content video {
  object-fit: fill;
  height: 100%;
  width: 100%;
  min-height: 580px;
}
.login-content .my-video-dimensions {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-video video {
    height: auto;
  }
  .my-video-dimensions {
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .my-video-dimensions {
    display: none;
  }
}
.login-content .my-video-dimensions {
  width: 100% !important;
  height: 100% !important;
}
.login-content .login-content-body {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 1190px;
  min-height: 580px;
  margin: auto;
  margin-left: -595px;
  z-index: 5;
}
.login-content .login-content-body .login-add {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 710px;
  height: 545px;
  margin-top: -260px;
  background-color: #fff;
}
.login-content .login-content-body .login-add .inner {
  padding: 20px;
}
.login-copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 55px;
  background-color: #fff;
}
/*登录*/
.login-box-warp {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  width: 480px;
  height: 545px;
  margin-top: -260px;
  background-color: #fff;
  border-left: 1px solid #f4f4f4;
}
.login-box-warp .box {
  height: 410px;
  overflow: hidden;
}
.login-box-warp .title {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.login-box-warp .title .login-tabs {
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.login-box-warp .title .login-tabs a {
  position: relative;
  float: left;
  display: block;
  width: 33.333%;
  height: 60px;
  text-align: center;
  background-color: #f4f4f4;
}
.login-box-warp .title .login-tabs a:hover {
  color: #666;
}
.login-box-warp .title .login-tabs a i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: -2px 6px 0 0;
}
.login-box-warp .title .login-tabs a.active {
  color: #ff6a00;
  font-weight: bold;
  background-color: #fff;
}
.login-box-warp .title .login-tabs a .userLogin i {
  background: url(../images/login/login-grounp@icon.png) -24px 0 no-repeat;
}
.login-box-warp .title .login-tabs a.active .userLogin i {
  background: url(../images/login/login-grounp@icon.png) 0 0 no-repeat;
}
.login-box-warp .title .login-tabs a .wxLogin i {
  background: url(../images/login/login-grounp@icon.png) -84px 0 no-repeat;
}
.login-box-warp .title .login-tabs a.active .wxLogin i {
  background: url(../images/login/login-grounp@icon.png) -60px 0 no-repeat;
}
.login-box-warp .title .login-tabs a .smsLogin i {
  background: url(../images/login/login-grounp@icon.png) -129px 0 no-repeat;
}
.login-box-warp .title .login-tabs a.active .smsLogin i {
  background: url(../images/login/login-grounp@icon.png) -107px 0 no-repeat;
}
.login-box-warp .title .login-tabs a .spacer {
  display: none;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 2;
  width: 1px;
  height: 30px;
  background-color: #f4f4f4;
}
.login-box-warp .title .spacer-l {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  height: 1px;
  margin-top: -1px;
  width: 108px;
  background-color: #ebecec;
}
.login-box-warp .title .spacer-r {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  height: 1px;
  margin-top: -1px;
  width: 108px;
  background-color: #ebecec;
}
.login-box-warp .title h3 {
  text-align: center;
  font-size: 24px;
}
.login-box-warp .login-grounp1 {
  padding: 60px 65px 0;
}
.login-box-warp .login-grounp1 .field {
  position: relative;
  width: 290px;
}
/*输入帐号*/
.login-box-warp .login-grounp1 .username-field {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
}
.login-box-warp .login-grounp1 .username-field label {
  float: left;
  width: 73px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.login-box-warp .login-grounp1 .username-field .name-ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(../images/account-ico.png) center #ddd;
}
.login-box-warp .login-grounp1 .field .iphone-validation {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 99;
  width: 110px;
  height: 38px;
  border: 0;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  color: #333;
}
.login-box-warp .login-grounp1 .field .iphone-validation:hover {
  background-color: #e5e5e5;
}
.login-box-warp .login-grounp1 .text {
  width: 274px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #c5c5c5;
  outline: none;
  text-indent: 12px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.login-box-warp .login-grounp1 .text:focus {
  box-shadow: 0 0 0 #fff;
  background-color: #fff !important;
}
.login-box-warp .login-grounp1 .code-text {
  padding: 0 8px;
  width: 131px;
  height: 38px;
  outline: 0;
  border: 0;
  color: #666;
  line-height: 38px;
}
/*输入密码*/
.login-box-warp .login-grounp1 .password-label {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.login-box-warp .login-grounp1 .password-label .password-ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(../images/password-ico.png) center #ccc;
}
/*验证码*/
.login-box-warp .login-grounp1 .code-field {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 40px;
}
.login-box-warp .login-grounp1 .code-field .code-m {
  overflow: hidden;
  width: 146px;
  height: 34px;
}
.login-box-warp .login-grounp1 .code-field .code-no {
  width: 92px;
  height: 34px;
  background-color: #fff;
}
.login-box-warp .login-grounp1 .code-field .code-no img {
  max-width: 92px;
  max-height: 34px;
}
/*登录提示*/
.login-box-warp .login-grounp1 .prompt {
  height: 20px;
}
.login-box-warp .login-grounp1 .prompt span {
  position: absolute;
  top: -10px;
  left: 73px;
  z-index: 5;
}
.login-box-warp .login-grounp1 .prompt span i {
  float: left;
  margin: 3px 3px 0 0;
  width: 14px;
  height: 14px;
  background: url(../images/th-ico.png);
}
.login-box-warp .login-grounp1 .remember {
  overflow: hidden;
  padding-left: 73px;
}
.login-box-warp .login-grounp1 .remember label {
  cursor: pointer;
}
.login-box-warp .login-grounp1 .remember input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.login-box-warp .login-grounp1 .remember a:hover {
  text-decoration: underline;
}
.login-box-warp .login-grounp1 .login-but {
  width: 100%;
  height: 42px;
  margin-top: 30px;
  font-size: 20px;
  border: 0;
  background-color: #ff6a00;
  color: #fff;
  line-height: 42px;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  zoom: 1;
}
.login-box-warp .login-grounp1 .login-but:hover {
  background-color: #ff791a;
}
.login-box-warp .login-grounp1 .registered-but {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  border: 0;
  margin-top: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  border: 1px solid #238d32;
  color: #238d32;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  zoom: 1;
}
.login-box-warp .login-grounp2 {
  padding: 50px 80px;
  text-align: center;
}
.login-box-warp .login-grounp2 .p-img {
  overflow: hidden;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.login-box-warp .login-grounp2 .p-img img {
  width: 100%;
  height: 100%;
}
.login-box-warp .login-grounp2 .p-time {
  text-align: center;
  margin-top: 15px;
}
.login-box-warp .loginItem {
  height: 75px;
  background-color: #f4f4f4;
  line-height: 75px;
  font-size: 14px;
}
.login-box-warp .loginItem .userPhone {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  color: #666;
}
.login-box-warp .loginItem .userPhone:hover {
  background-color: #e7e7e7;
  color: #333;
}
.login-box-warp .loginItem .userPhone .spacer {
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 28px;
  background-color: #e7e7e7;
}
.login-box-warp .loginItem .userPhone i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin: 0 5px 0 0;
  text-align: center;
  background: url(../images/login/login-grounp@icon.png) 0 -33px no-repeat;
}
.login-box-warp .loginItem .noUser {
  text-align: center;
}
.login-box-warp .loginItem .noUser a {
  color: #ff6a00;
  font-weight: bold;
}
.login-box-warp .loginItem .noUser a:hover {
  text-decoration: underline;
}
/*帐号绑定多个微信*/
.login-box-warp .weChatUser {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.login-box-warp .weChatUser .title {
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.login-box-warp .weChatUser .title h4 {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  padding: 0 20px;
}
.login-box-warp .weChatUser .title a.return {
  float: right;
  width: 80px;
  line-height: 60px;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #888;
}
.login-box-warp .weChatUser .title a.return span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-family: 宋体;
  margin: 0 0 0 0;
  font-size: 15px;
}
.login-box-warp .weChatUser .title a.return:hover {
  background-color: #ddd;
  color: #333;
}
.login-box-warp .weChatUser .weChatUser-box {
  padding: 50px 80px;
}
.login-box-warp .weChatUser .weChatUser-box .UserList {
  padding: 0 0;
}
.login-box-warp .weChatUser .weChatUser-box .UserList li {
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0px 2px 2px #f5f5f5;
}
.login-box-warp .weChatUser .weChatUser-box .UserList li span {
  margin-left: 20px;
  color: #999;
}
.login-box-warp .weChatUser .weChatUser-box .UserList li:hover {
  border: 1px solid #ff6a00;
}
.login-box-warp .weChatUser .weChatUser-box .UserList li.active {
  border: 2px solid #ff6a00;
  background: url(../images/choose-ico.png) right bottom no-repeat;
}
.login-box-warp .weChatUser .weChatUser-box .login-but {
  width: 100%;
  height: 42px;
  margin-top: 30px;
  font-size: 20px;
  border: 0;
  background-color: #ff6a00;
  color: #fff;
  line-height: 42px;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  zoom: 1;
}
/*注册*/
.register-box-warp .register-body {
  padding: 80px 0 80px 60px;
}
.register-box-warp .register-body .user-info {
  padding-right: 75px;
  width: 400px;
  border-right: 1px solid #e5e5e5;
}
.register-box-warp .register-body .user-info .sr-line li {
  position: relative;
  margin-bottom: 28px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.register-box-warp .register-body .user-info .sr-line li .name {
  float: left;
  padding-left: 18px;
  width: 82px;
  line-height: 50px;
}
.register-box-warp .register-body .user-info .sr-line li input[type="password"]::-ms-reveal {
  display: none;
}
.register-box-warp .register-body .user-info .sr-line li .pwd-icon-img {
  position: absolute;
  right: 12px;
  top: 0;
  width: 18px;
  height: 18px;
  padding: 15px 5px 17px;
}
.register-box-warp .register-body .user-info .sr-line li .pwd-icon-img img {
  width: 100%;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips {
  position: absolute;
  top: 50px;
  left: -1px;
  right: -1px;
  z-index: 999;
  padding: 15px 18px 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: justify;
  line-height: 18px;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  cursor: initial;
  border-radius: 2px;
  line-height: 1.6;
  color: #777f84;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips S {
  position: absolute;
  top: -18px;
  left: 38px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #cfcfcf transparent;
  border-style: dashed dashed solid dashed;
  border-width: 9px;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips S i {
  position: absolute;
  top: -7px;
  left: -8px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 8px;
  cursor: pointer;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips p {
  margin-bottom: 4px;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips p i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin: -3px 5px 0 0;
}
.register-box-warp .register-body .user-info .sr-line li .password-tips p i img {
  width: 100%;
}
.register-box-warp .register-body .user-info .sr-line li .txt {
  float: left;
  width: 277px;
  height: 50px;
  padding: 0 10px;
  border: 0;
  line-height: 50px;
  border-radius: 4px;
}
.register-box-warp .register-body .user-info .sr-line li .txt:focus {
  border: none;
  box-shadow: none;
}
.register-box-warp .register-body .user-info .sr-line li .txt:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.register-box-warp .register-body .user-info .sr-line li .iphone-validation {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 99;
  width: 112px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  color: #333;
}
.register-box-warp .register-body .user-info .sr-line li .iphone-validation:hover {
  background-color: #fff;
}
.register-box-warp .register-body .user-info .sr-line li .img-validation {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 99;
  width: 118px;
  height: 46px;
  border: 0;
  background-color: #f2f2f2;
}
.register-box-warp .register-body .user-info .sr-line li .img-validation img {
  width: 100%;
  height: 100%;
}
.register-box-warp .register-body .user-info .sr-line li .prompt {
  position: absolute;
  top: 54px;
  left: 0;
}
.register-box-warp .register-body .user-info .sr-line li .prompt i {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 5px 0 0;
  width: 14px;
  height: 14px;
  background: url(../images/th-ico.png);
}
.register-box-warp .register-body .user-info .remember {
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 14px;
}
.register-box-warp .register-body .user-info .remember label {
  cursor: pointer;
}
.register-box-warp .register-body .user-info .remember input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.register-box-warp .register-body .user-info .remember a:hover {
  text-decoration: underline;
}
.register-box-warp .register-body .user-info .remember a {
  color: #195ad1;
}
/*自定义复选框*/
input[type="checkbox"] {
  -webkit-appearance: none;
  background: url(../images/checkbox@icon.png) -26px 0 no-repeat;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 19px;
  cursor: pointer;
  outline: none;
}
input[type="checkbox"]:checked {
  background: url(../images/checkbox@icon.png) 0 0 no-repeat #fff;
}
.register-box-warp .register-body .register-btn {
  width: 100%;
  height: 50px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #ff6a00;
  color: #fff;
  line-height: 30px;
}
.register-box-warp .register-body .register-btn:hover {
  background-color: #ff791a;
}
.register-box-warp .register-body .contact {
  margin-left: 56px;
  width: 390px;
}
.register-box-warp .register-body .contact .login {
  margin-bottom: 20px;
  line-height: 36px;
}
.register-box-warp .register-body .contact .login i {
  float: left;
  margin: 0 10px 0 0;
  width: 38px;
  height: 38px;
  background: url(../images/rw-ico.png) no-repeat;
}
.register-box-warp .register-body .contact .login a {
  margin-left: 10px;
}
.register-box-warp .register-body .contact .login a:hover {
  text-decoration: underline;
}
.register-box-warp .register-body .contact .tel {
  line-height: 20px;
}
.register-box-warp .register-body .contact .tel i {
  float: left;
  margin: 1px 10px 0 0;
  width: 38px;
  height: 38px;
  background: url(../images/iphone-ico2.png) no-repeat;
}
.register-box-warp .register-body .contact .prompt {
  margin-top: 20px;
  background-color: #f5f5f5;
  padding: 18px;
}
.register-box-warp .register-body .contact .prompt p {
  margin-bottom: 10px;
}
/*注册成功*/
.register-successfully-container {
  min-height: 300px;
  background-color: #fff;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 70px 100px 120px 155px;
  border-radius: 8px;
}
.register-successfully-container .register-successfully-body {
  position: relative;
}
.register-successfully-container .register-successfully-body .box {
  margin-bottom: 50px;
  text-align: justify;
}
.register-successfully-container .register-successfully-body .box .coupons .list {
  margin-top: 5px;
}
.register-successfully-container .register-successfully-body .box .coupons .list li {
  display: inline-block;
  width: 166px;
  height: 167px;
  margin-right: 10px;
  background: url(../images/coupons-active@icon.png);
  text-align: center;
}
.register-successfully-container .register-successfully-body .box .coupons .list li .lines {
  padding: 10px 8px;
}
.register-successfully-container .register-successfully-body .box .coupons .list li .lines .p-name {
  width: 128px;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  border-bottom: 1px dashed #ffd6b2;
  padding-bottom: 2px;
}
.register-successfully-container .register-successfully-body .box .coupons .list li .lines .p-amount {
  font-size: 74px;
  font-weight: bold;
  color: #ee241c;
  line-height: 1.2;
  padding-right: 5px;
}
.register-successfully-container .register-successfully-body .box .coupons .list li .lines .p-amount small {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px;
}
.register-successfully-container .register-successfully-body .box .coupons .list li .lines .p-nub {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
.register-successfully-container .register-successfully-body .box .dt {
  font-size: 32px;
}
.register-successfully-container .register-successfully-body .box:last-child {
  margin-bottom: 0px;
}
.register-successfully-container .register-successfully-body .box .pay-info {
  padding: 20px;
  background-color: #f5f5f5;
}
.register-successfully-container .register-successfully-body .box .pay-info dd {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.register-successfully-container .register-successfully-body .box .pay-info dd.info {
  width: 315px;
  margin-left: 10px;
}
.register-successfully-container .register-successfully-body .box .pay-info dd span {
  float: right;
}
.register-successfully-container .register-successfully-body .operation {
  width: 100%;
}
.register-successfully-container .register-successfully-body .operation a {
  float: left;
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #575757;
  text-align: center;
  font-size: 15px;
}
.register-successfully-container .register-successfully-body .operation a:hover {
  border: 1px solid #ff6a00;
}
.register-successfully-container .register-successfully-body .operation a.spacer {
  margin-right: 15px;
}
.register-successfully-container .register-successfully-body .operation a.receive {
  background-color: #ff6a00;
  border: 1px solid #ff6a00;
  color: #fff;
}
.register-successfully-container .register-successfully-body .operation a.receive:hover {
  background-color: #ff5722;
}
.register-successfully-container .register-successfully-body .forIcon,
.order-successfully .item .failureIcon {
  position: absolute;
  top: -2px;
  left: -75px;
  width: 59px;
  height: 59px;
  background: url(../images/for-icon.png) no-repeat;
}
.register-successfully-container .register-successfully-body .failureIcon {
  position: absolute;
  top: -2px;
  left: -75px;
  width: 58px;
  height: 58px;
  background: url(../images/failure-icon.png) no-repeat;
}
/*微信绑定*/
.login-content .login-weChat-body {
  position: absolute;
  top: 90px;
  left: 50%;
  right: 0;
  bottom: 54px;
  width: 1200px;
  min-height: 580px;
  margin: auto;
  margin-left: -600px;
  z-index: 2;
}
/*微信绑定*/
.login-content .login-weChat-body .login-weChat-warp {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 1200px;
  margin: auto;
  margin-top: -310px;
  margin-left: -600px;
  z-index: 2;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem {
  overflow: hidden;
  height: 58px;
  border-radius: 3px;
  background-color: #fff;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li {
  position: relative;
  width: 32.33%;
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 14px;
  padding-right: 1%;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li .item {
  width: 100%;
  background-color: #fff;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li.step3 {
  background-color: #eee;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li.step3 .item {
  background-color: #eee;
  opacity: 0.6;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li .spacer {
  position: absolute;
  right: -30px;
  z-index: 3;
  width: 42px;
  height: 58px;
  background: url(../images/login/login-grounp@icon.png) 0 -391px;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin: -2px 0 0 0;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.evm {
  background: url(../images/login/login-grounp@icon.png) 0 -81px no-repeat;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.bind {
  background: url(../images/login/login-grounp@icon.png) -21px -81px no-repeat;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li i.success {
  background: url(../images/login/login-grounp@icon.png) -45px -81px no-repeat;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  margin: -8px 12px 0 0;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number1 {
  background: url(../images/login/login-grounp@icon.png) 0 -126px;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number2 {
  background: url(../images/login/login-grounp@icon.png) -50px -126px;
}
.login-content .login-weChat-body .login-weChat-warp .stepItem .list li span.number3 {
  background: url(../images/login/login-grounp@icon.png) -102px -126px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box {
  width: 1200px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 3px;
  padding-bottom: 70px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd {
  height: 62px;
  border-bottom: 1px solid #f5f5f5;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd a {
  float: left;
  width: 50%;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .hd a.active {
  font-weight: bold;
  color: #ff6a00;
  background-color: #fff;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box {
  width: 450px;
  margin: 0 auto;
  margin-top: 50px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field {
  position: relative;
  border: 1px solid #d5d5d5;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field .iphone-validation {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 99;
  width: 110px;
  height: 42px;
  border: 0;
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  color: #333;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .field .iphone-validation:hover {
  background-color: #e5e5e5;
}
/*输入帐号*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field {
  width: 100%;
  margin-bottom: 20px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field label {
  float: left;
  height: 50px;
  width: 78px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .username-field .name-ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(../images/account-ico.png) center #ddd;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .text {
  width: 372px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0;
  outline: none;
  border: 0;
  text-indent: 15px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .text:focus {
  box-shadow: 0 0 0 #fff;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-text {
  padding: 0 8px;
  width: 131px;
  height: 38px;
  outline: 0;
  border: 0;
  color: #666;
  line-height: 38px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .noUser {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .noUser a {
  color: #ff6a00;
  text-decoration: underline;
}
/*输入密码*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .password-label {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .password-label .password-ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(../images/password-ico.png) center #ccc;
}
/*验证码*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 40px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-m {
  overflow: hidden;
  width: 146px;
  height: 34px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-no {
  width: 92px;
  height: 34px;
  background-color: #fff;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .code-field .code-no img {
  max-width: 92px;
  max-height: 34px;
}
/*登录提示*/
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt {
  height: 20px;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt span {
  position: absolute;
  top: -10px;
  left: 80px;
  z-index: 5;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .prompt span i {
  float: left;
  margin: 2px 3px 0 0;
  width: 14px;
  height: 14px;
  background: url(../images/th-ico.png);
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember {
  overflow: hidden;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember label {
  cursor: pointer;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .remember a:hover {
  text-decoration: underline;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .login-but {
  width: 100%;
  height: 52px;
  margin-top: 25px;
  font-size: 20px;
  border: 0;
  background-color: #ff6a00;
  color: #fff;
  line-height: 54px;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  zoom: 1;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .login-but:hover {
  background-color: #e93700;
}
.login-content .login-weChat-body .login-weChat-warp .login-weChat-box .box .registered-but {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  border: 0;
  margin-top: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  border: 1px solid #238d32;
  color: #238d32;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  zoom: 1;
}
/*自定义微信登录扫码样式*/
.impowerBox .title {
  display: none;
}
.impowerBox .qrcode {
  width: 220px !important;
  margin-top: 0 !important;
}
.impowerBox .status p {
  font-size: 15px !important;
}
/*注册手机号码输入放大*/
#bigGlass {
  width: 100%;
  height: 45px;
  position: absolute;
  top: -46px !important;
  left: -1px !important;
  right: -1px;
  border-radius: 4px;
  z-index: 999;
  background-color: #f5f5f5;
  color: #333;
  display: none;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#bigGlass span {
  margin-left: 8px;
}
#bigGlass span:first-child {
  margin-left: 0;
}
/* 注册协议弹出*/
.agreement-pop .agreement-body {
  /*border-radius: 10px;*/
  padding: 36px 30px 25px;
  height: 500px;
  /*position: fixed;*/
  /*top: 0;*/
  /*right: 0;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
  z-index: 9;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}
.agreement-pop .agreement-body .close-agreement-btn {
  background: url("../images/login/close-icon.png") no-repeat center;
  position: absolute;
  top: 34px;
  right: 45px;
  width: 17px;
  height: 17px;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
.agreement-pop .agreement-body .close-agreement-btn:hover {
  transform: rotate(90deg);
}
.agreement-pop .agreement-title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  color: #001100;
  font-size: 28px;
  line-height: 28px;
  margin-top: unset;
}
.agreement-pop .text-cent {
  margin-top: 20px;
  margin-bottom: 25px;
  box-sizing: border-box;
  background: #F7F7F7;
  border-radius: 8px;
  border: 1px solid #D3D3D3;
  /*padding: 30px;*/
  /*padding-right: 2px;*/
}
.agreement-pop .agreement-text {
  font-size: 14px;
  color: #0a0204;
  padding: 30px 30px 20px;
  text-indent: 2em;
  height: 380px;
  box-sizing: border-box;
  overflow-y: auto;
}
.agreement-pop .agreement-text::-webkit-scrollbar {
  width: 4px;
  background: #E4E4E4;
  border-radius: 4px;
}
.agreement-pop .agreement-text::-webkit-scrollbar-thumb {
  width: 4px;
  background: #555555;
  border-radius: 4px;
}
.agreement-pop .agreement-text::-webkit-scrollbar-track {
  width: 4px;
  background: #E4E4E4;
  border-radius: 4px;
  margin-right: 20px;
}
.agreement-pop .agreement-text .text {
  text-indent: 2em;
}
.agreement-pop .agreement-text .rules-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.agreement-pop .agreement-text dl {
  padding: 0;
  margin-bottom: 10px;
}
.agreement-pop .agreement-text dl dd {
  margin: 0;
}
.agreement-pop .agreement-text p {
  margin-top: 0;
  margin-bottom: 10px;
}
.agreement-pop .agreement-text p.bolder {
  font-weight: bolder;
}
.agreement-pop .agreement-text a {
  color: #0a0204;
  text-decoration: none;
}
.agreement-pop .jump-btn {
  display: block;
  margin: 28px auto 0;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #FF6A00;
  text-decoration: none;
  width: 248px;
}
.agreement-pop .patch-footer {
  text-align: center;
}
.agreement-pop .patch-footer .sub-btn {
  font-weight: 500;
  font-size: 16px;
  color: #FCFCFF;
  width: 180px;
  height: 44px;
  background: linear-gradient(90deg, #5BC000 0%, #7ED62F 100%);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: unset;
  box-sizing: border-box;
  cursor: pointer;
}
.agreement-pop .patch-footer .sub-btn:hover {
  background: linear-gradient(90deg, #5BC000 0%, #7ED62F 0%);
}
/* 注册协议弹出*/
/* 2024-3-13 追加港澳台区号 start*/
.register-box-warp .register-body .user-info .sr-line li.segment-row {
  border: 0;
}
.segment-row .segment-box {
  float: left;
  width: 70px;
  height: 50px;
  position: relative;
}
.segment-row .segment-box .zone {
  height: inherit;
  line-height: 52px;
  padding-left: 10px;
  text-align: left;
  cursor: pointer;
  position: relative;
  background: none;
}
.segment-row .segment-box .zone:after {
  display: inline-block;
  content: '';
  background: url("../images/login/select-arrow.png") no-repeat 96% center;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  transition: all 0.3s;
}
.segment-row .segment-box .zone.active:after {
  transform: rotate(180deg);
}
.segment-row .segment-box .zone-lists {
  display: none;
  position: absolute;
  left: -1px;
  width: 130px;
  text-indent: 0;
  background: #fff;
  z-index: 101;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.segment-row .segment-box .zone-lists .li {
  line-height: 40px;
  padding-left: 10px;
}
.segment-row .segment-box .zone-lists .li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.segment-row .phone-box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.register-box-warp .register-body .user-info .sr-line li.segment-row .txt {
  width: 206px;
}
/* 2024-3-13 追加港澳台区号 end*/
/*2024-3-22 追加港澳台区号 start*/
.new-input:after {
  clear: both;
  content: '';
  display: block;
}
.new-input {
  display: inline-block;
  position: relative;
  border: 1px solid #c5c5c5;
  width: 274px;
}
.new-input .segment-box {
  position: relative;
  height: 100%;
  float: left;
}
.new-input .segment-box .zone {
  height: 100%;
  line-height: 36px;
  color: #333333;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
}
.new-input .segment-box .zone:after {
  display: inline-block;
  content: '';
  background: url(../images/login/select-arrow.png) no-repeat 96% center;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  transition: all 0.3s;
}
.new-input .segment-box .zone.active:after {
  transform: rotate(180deg);
}
.new-input .zone-lists {
  position: absolute;
  left: -1px;
  top: 36px;
  width: 130px;
  text-indent: 0;
  background: #fff;
  z-index: 101;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.new-input .zone-lists .li {
  line-height: 40px;
  padding-left: 10px;
  cursor: pointer;
}
.new-input .zone-lists .li:hover {
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.new-input .text {
  float: right !important;
  width: 190px !important;
  border: none !important;
}
/*2024-3-22 追加港澳台区号 end*/
.agreement-pop .agreement-body .jump-btn {
  background: #5BC000 !important;
  transition: all 0.3s;
}
.agreement-pop .agreement-body .jump-btn:hover {
  background: #70d614;
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.layui-layer.layui-layer-iframe.diy-policy-pop {
  border-radius: 8px;
}
.layui-layer.layui-layer-iframe.diy-policy-pop iframe {
  border-radius: 8px;
}
.layui-layer.layui-layer-iframe.diy-patch-pop {
  border-radius: 4px;
}
.layui-layer.layui-layer-iframe.diy-patch-pop iframe {
  border-radius: 4px;
}
.layui-layer.layui-layer-iframe.diy-patch-pop.rb {
  top: unset !important;
  left: unset !important;
  right: 20px !important;
  bottom: 20px !important;
}
/*# sourceMappingURL=login.css.map */