.wx-login {
  padding: 24px 15px;
  background: #ffffff;
  border-radius: 10px;
  width: 430px;
  height: 450px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
body { /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
.return-login {
  cursor: pointer;
}
.treatyInfo{
  display: none;
}
  .treaty{
    width: 120%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-left: 55px;
  }
  .treaty span{
    color:rgb(248, 160, 83)
  }
  .treaty input[type="checkbox"] {
    width: .24rem;
    height: .24rem;
    appearance: none;
    background: #eceef1;
  }
.return-login {
  font-size: 17px;
  text-align: right;
  margin-left: 280px;
}
.codeImg,
.pwdImg {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.help {
  font-size: 17px;
  text-align: right;
  display: inline-block;
}
.messageInfo,
.phoneInfo {
  font-size: 17px;
  font-weight: 400;
}
.phoneInfo {
  margin-top: 0px;
  text-align: center;
}
.Modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  z-index: 1000;
  font-size: 16px;
  color: red;
}
.Modal p {
  margin-bottom: 20px;
}
.Modal .btn {
  display: flex;
  justify-content: space-around;
}
.Modal button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
  margin-right: 10px;
}

#activateButton {
  background-color: #f8a053;
  color: white;
}

#cancelButton {
  /* background-color: rgba(102,102,102); */
  color: white;
}
.tab-wrap {
  display: flex;
  justify-content: space-evenly !important;
  align-items: center;
  font-weight: 400;
  /* color: rgba(102,102,102); */
}

.tab-wrap div.user-class,
.tab-wrap div.gid-class,
.tab-wrap div.phone-class {
  /* flex: 1; */
  display: flex;
  justify-content: center;
}

.tab-wrap div {
  cursor: pointer;
  text-align: center;
}

.user-active,
.gid-active,
.phone-active {
  font-weight: bold;
  color: rgba(250, 135, 35, 1);
  position: relative;
}

.user-active::after,
.gid-active::after,
.phone-active::after {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  background: rgba(250, 135, 35, 1);
  border-radius: 0.08rem;
  /* opacity: 0.16; */
}

.gid-active {
  color: #5a7cea;
}

.gid-active::after {
  background: #5a7cea;
}

.phone-active {
  color: #f85353;
}

.phone-active::after {
  background: #f85353;
}

.input-box {
  background: #f7f8f9;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  position: relative;
}

.input-box input {
  height: 90%;
  width: 80%;
  border: 0;
  outline: none;
  background-color: #f7f8f9;
}

.input-box .input-yzm {
  font-weight: 400;
  color: #f85353;
  display: none;
  cursor: pointer;
  white-space: nowrap;
}
.input-box .input-bdyzm {
  font-weight: 400;
  color: #f85353;
  display: none;
  cursor: pointer;
  white-space: nowrap;
}

.remomber-forget-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  /* color: rgba(102,102,102); */
}

.action-left-box {
  display: flex;
  align-items: center;
}
.remomber-box,
.activation-box,
.forget-box {
  display: inline;
}
.remomber-box label,
.remomber-box input[type="checkbox"],
.activation-box,
.forget-box {
  cursor: pointer;
}

.remomber-box input[type="checkbox"] {
  appearance: none;
  background: #eceef1;
}

.action-left-box input[type="checkbox"]:checked,
.treaty input[type="checkbox"]:checked {
  background: url("../images/newVersion/remember.png") no-repeat center;
  background-size: cover;
}

.login-btn {
  width: 100%;
  outline: none;
  border: 0;
  display: block;
  background: #f8a053;
  color: #fff;
  border-radius: 0.06rem;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  color: #000000;
}

.footer-wrap span {
  font-weight: bold;
}

.footer-wrap div {
  text-align: center;
  font-weight: 400;
  color: #999999;
}

.mask-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mask-phone {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mask-wrap span {
  font-weight: 400;
  color: #ffffff;
}
.mask-phone-span {
  font-weight: 400;
  color: #ffffff;
}

.mask-wrap div {
  background: #ffffff;
  font-weight: 400;
  color: #333333;
  text-align: center;
  cursor: pointer;
  border-radius: 0.06rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sliding-block-text {
  font-size: 17px !important;
}

.swipe-column {
    margin-top: 20px;
}

.swipe-column > div {
  width: 100% !important;
}

@media screen and (min-width: 1024px) {
  /* .treaty{
    display: none !important;
  } */
  .yzmBtn{
    border: none;
    height: 100%;
    width: 80px;
    text-align: center;
    line-height: 50px;
    background: #f85353;
    border-top-right-radius: 6px ;
    border-bottom-right-radius: 6px ;
    color: #fff;
  }
  .lableLine{
    color:rgba(119, 119, 119, 1)
  }
  .activation-box,.forget-box{
    color: rgba(255, 255, 255, 0.88);
  }
 
  .header-wrap{
    display: none !important;
  }
  .wxSmText{
    position: absolute;
    font-size: 20px;
    color: rgba(204, 204, 204);
    right: 85px;
    bottom: 120px;
  }
  .topLogo{
    display: flex;
    align-items: center;
    margin-bottom: 36px;
  }
  .topLogo .titleText{
    font-size: 20px; 
    color: #FFFFFF;
    white-space: nowrap;
  }
  
  .remomber-forget-wrap {
    display: block;
    /* float: right; */
  }
  .remomber-forget-wrap .action-left-box {
    display: none;
  }
  #wx_box {
    width: 35%;
    margin-top: 65px;
    position: relative;
    left:11px;
  }
  .action-right-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ffffff;
  }

  .tab-wrap span.user-class,
  .tab-wrap span.gid-class,
  .tab-wrap span.phone-class {
    margin: 0 14px;
    color:rgba(128, 128, 128, 1)
  }
  .loginBox {
    width: 100%;
    margin-right: 40px;
  }
  .messageInfo,
  .phoneInfo {
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 36px;
  }
  .phoneInfo {
    margin-top: 10px;
    text-align: center;
  }
  .help {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    display: inline-block;
  }
  .header-wrap {
    margin-left: 7.8%;
    height: 160px;
    display: flex;
    align-items: center;
  }

  .header-wrap img {
    /* width: 370px; */
    height: 90px;
    margin-right: 32px;
  }

  .header-wrap div {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
  }

  .body-wrap {
    height: calc(100% - 320px);
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 12.9%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .form-wrap {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding: 37px 60px;
    background: transparent;
    border-radius: 10px;
  }
  .form-wrap::before,
  .form-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1; /* 放置在原始元素之下 */
  }
  .form-wrap::before {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    width: 65%;
    background-color: rgba(0, 44, 96, 0.6); /* 左边的颜色 */
  }
  .form-wrap::after {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    right: 0;
    width: 35%;
    background-color: rgba(0, 44, 96, 0.3);/* 右边的颜色 */
  }
  .form-wrap-binding {
    padding: 24px 32px;
    border-radius: 10px;
    min-width: 296px;
  }
  .tab-wrap {
    justify-content: center !important;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 36px;
  }

  .tab-wrap div {
    cursor: pointer;
  }

  .user-active::after,
  .gid-active::after,
  .phone-active::after {
    height: 2px;
    bottom: -15px;
    border-radius: 8px;
  }

  .input-box {
    height: 50px;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
  }
  .input-boxpwd {
    margin-bottom: 0;
  }
  .input-box input::placeholder {
    font-size: 14px;
  }

  .input-box img {
    height: 20px;
    margin-right: 11px;
  }

  .input-box .input-yzm {
    font-size: 14px;
    position: absolute;
    color: #fff;
    /* top: 0px; */
    right: 0px;
  }

  .input-box .input-bdyzm {
    font-size: 17px;
    position: absolute;
    /* top: 0px; */
    right: 16px;
  }

  .input-box .eye-img {
    height: 8px;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 16px;
  }

  .remomber-forget-wrap {
    margin-top: 16px;
    margin-bottom: 26px;
  }

  .remomber-box input[type="checkbox"] {
    margin: 0 10px -2px 0;
    width: 17px;
    height: 17px;
  }

  .alert-danger {
    font-size: 17px;
    line-height: 20px;
    color: #f85353;
    margin-bottom: 30px;
  }

  .login-btn {
    height: 40px;
    margin-bottom: 22px;
    cursor: pointer;
    border-radius: 6px;
  }

  .other-login {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  .other-login div {
    height: 28px;
    width: 28px;
    margin-left: 12px;
    cursor: pointer;
    background-size: contain;
  }

  .other-login .weChat {
    /* background-image: url('../images/newVersion/weChatOff.png'); */
    background-image: url("../images/newVersion/weChatOn.png");
  }
  .other-login .weChat:hover {
    background-image: url("../images/newVersion/weChatOn.png");
  }

  .other-login .qq {
    /* background-image: url('../images/newVersion/qqOff.png'); */
    background-image: url("../images/newVersion/qqOn.png");
  }
  .other-login .qq:hover {
    background-image: url("../images/newVersion/qqOn.png");
  }

  .other-login .aliPay {
    /* background-image: url('../images/newVersion/aliPayOff.png'); */
    background-image: url("../images/newVersion/aliPayOn.png");
  }
  .other-login .aliPay:hover {
    background-image: url("../images/newVersion/aliPayOn.png");
  }

  .other-login .sina {
    /* background-image: url('../images/newVersion/sinaOff.png'); */
    background-image: url("../images/newVersion/sinaOn.png");
  }
  .other-login .sina:hover {
    background-image: url("../images/newVersion/sinaOn.png");
  }

  .other-login .dingTalk {
    /* background-image: url('../images/newVersion/dingTalkOff.png'); */
    background-image: url("../images/newVersion/dingTalkOn.png");
  }
  .other-login .dingTalk:hover {
    background-image: url("../images/newVersion/dingTalkOn.png");
  }

  .footer-wrap {
    /* min-height: 160px; */
    font-size: 14px;
    /* line-height: 22px; */
    /* margin-left: 7.8%; */
    margin-top: 285px;
  }

  .footer-wrap div {
    text-align: center;
    font-weight: 400;
    color: #ffffff;
  }

  .mask-wrap span {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .mask-phone-span {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .mask-wrap div {
    width: 298px;
    height: 40px;
    font-size: 17px;
    margin-bottom: 17px;
    border-radius: 6px;
  }

  .h5-show {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .wxSmText{
    display: none;
  }
  .topLogo{
    display: none;
  }
  #wx_box {
    display: none;
  }
  .loginBox {
    width: 100%;
    line-height: 20px;
  }
  /* .help {
    position: absolute;
    bottom: -1.74rem;
    right: 0px;
    font-size: 0.24rem;
    text-align: right;
    line-height: 10px;
    margin-top: 10px;
  } */
  .help {
    display: none;
   }
  .action-right-box{
    display: flex;
  }
  .remomber-forget-wrap{
    position: relative;
  }
  .activation-box{
    position: absolute;
    right: 1.3rem;
    bottom: 0;
  }
  .forget-box{
    right:0;
    position: absolute;;
    bottom: 0;
  }
  .lableLine{
    position: absolute;
    right: 1.02rem;
    bottom: 0;
  }
  .messageInfo,
  .phoneInfo {
    display: none;
    /* position: absolute; */
    /* bottom: 10px; */
    font-size: 0.24rem;
    font-weight: 400;
    /* margin-top: 20px; */
    /* color: rgba(102,102,102); */
  }
  .header-wrap div,
  .footer-wrap div {
    display: none;
  }

  .other-login {
    display: none;
  }

  .h5-show {
    flex: 1;
    display: block;
  }

  .login-container {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    overflow-y: scroll;
    display: flex !important;
    flex-direction: column;
  }

  .login-container::-webkit-scrollbar {
    width: 0.01rem !important;
    height: 0.01rem;
  }

  .header-wrap {
    justify-content: center;
    padding-top: 1.2rem;
    font-size: 0.36rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.15rem;
    position: relative;
  }

  .header-wrap img {
    height: 1.01rem;
  }

  .header-wrap div {
    position: absolute;
    top: 1rem;
    left: 0.65rem;
  }

  .body-wrap {
    opacity: 0.8;
    background: #ffffff;
    border-radius: 0.1rem;
    margin: 0 0.46rem 0.88rem;
    padding-right: 0;
    justify-content: center;
  }

  .form-wrap {
    position: relative;
    /* display: flex; */
    /* opacity: 0.8; */
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.62rem 0.76rem 0.62rem;
    min-width: calc(100% - 1.52rem);
    max-width: calc(100% - 1.52rem);
  }
  .form-wrap-binding {
    padding: 0.62rem 0.76rem 0.82rem;
    min-width: calc(100% - 1.52rem);
    max-width: calc(100% - 1.52rem);
  }

  .tab-wrap {
    font-size: 0.28rem;
    margin-bottom: 0.54rem;
  }

  .user-active::after,
  .gid-active::after,
  .phone-active::after {
    height: 0.05rem;
    bottom: -0.15rem;
  }

  .input-box {
    height: 0.69rem;
    padding-left: 0.32rem;
    margin-bottom: 0.34rem;
    position: relative;
  }

  .input-box input::placeholder {
    font-size: 0.24rem;
  }

  .input-box img {
    height: 0.36rem;
    margin-right: 0.24rem;
  }

  .input-box .input-yzm {
    font-size: 0.24rem;
    position: absolute;
    color: #fff;
    /* top: 0.2rem; */
    right: 0;
  }
  .yzmBtn{
    border: none;
    height: 100%;
    width: 1.5rem;
    text-align: center;
    line-height: 0.69rem;
    background: #f85353;
    color: #fff;
  }
  .input-box .input-bdyzm {
    font-size: 0.24rem;
    position: absolute;
    top: 0.24rem;
    right: 0.2rem;
  }

  .input-box .eye-img {
    height: 0.14rem;
    cursor: pointer;
    position: absolute;
    top: 0.3rem;
    right: 0.2rem;
  }

  .remomber-forget-wrap {
    font-size: 0.24rem;
    margin-bottom: 0.52rem;
  }

  .remomber-box input[type="checkbox"] {
    margin: 0 0.1rem -0.03rem 0;
    width: 0.24rem;
    height: 0.24rem;
  }

  .login-btn {
    height: 0.7rem;
    margin-bottom: 0;
  }

  .footer-wrap {
    font-size: 0.24rem;
    line-height: 0.44rem;
    padding: 0.28rem 0.75rem 0.5rem;
    background: rgba(250, 250, 250, 0.7);
  }

  .footer-wrap span {
    font-weight: bold;
  }

  .footer-wrap div {
    display: none;
  }

  .mask-wrap span {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .mask-phone-span {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .mask-phone span {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .mask-wrap div {
    width: 6rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .alert-danger {
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #f85353;
    margin-bottom: 0.3rem;
  }

  .mask-phone .input-binding-yzm {
    font-weight: 400;
    color: #f85353;
    display: none;
    cursor: pointer;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .treatyInfo{
    display: block;
    color: rgb(248, 160, 83);
    margin-top: .2rem;
    text-align: center;
    font-size: .23rem;
  }
  .help {
   display: none;
  }
  .treaty{
    color: black;
    font-size: .23rem;
    margin-top: .3rem;
    margin-left: -0.1rem;
  }
  .treaty span{
    color:rgb(248, 160, 83)
  }
  .treaty input[type="checkbox"] {
    width: .24rem;
    height: .24rem;
  }
  .wxSmText{
    display: none;
  }
  .topLogo{
    display: none;
  }
  #wx_box {
    display: none;
  }
  .footer-wrap {
    display: none;
  }
  .messageInfo,
  .phoneInfo {
    display: none;
  }
  .codeImg {
    display: none !important;
  }
  .form-wrap {
    display: block;
  }
}
