.header-wrap[data-v-61dd7a3d] {
  width: 100%;
  background: #2A2A2A;
  padding-left: 1.35rem;
  line-height: 4.5rem;
  max-width: 37.5rem;
}
.header-wrap .head-img[data-v-61dd7a3d] {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem;
    background: #FFD52A;
}
.header-wrap .head-img img[data-v-61dd7a3d] {
      width: 100%;
}
.header-wrap .hostname[data-v-61dd7a3d] {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 3rem;
    vertical-align: middle;
    margin-right: .8rem;
}
.header-wrap .host[data-v-61dd7a3d] {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 3rem;
    vertical-align: middle;
    padding-left: .45rem;
    color: #DEDEDE;
    border-left: 1px solid #5B5B5B;
    height: 1.16rem;
}

.aliyunCaptcha-top #aliyunCaptcha-title {
  font-size: 15px;
}

@charset "UTF-8";
.login[data-v-26084dc2] {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2A2A2A), color-stop(50%, #FFFFFF));
  background: linear-gradient(#2A2A2A 50%, #FFFFFF 50%);
  /* .title{
      font-size: 2rem;
      text-align: center;
      font-weight: bold;
      color: #333;
      padding: 3rem 0;
  } */
  --chinaPhone-flag-width: 6.9rem;
  --input-padding-left-and-right: 3rem;
  /*.mui-item .phone-input{
      border-left:1px solid #e5e5e5;
  }*/
  /*.tip-title{
      padding:.6rem 0;
  }
  .tip-title img{
      height:1.5rem;
  }
  .tip-text{
      font-size:1.3rem;
      font-weight:bold;
      color:#292928;
      margin-bottom:1.5rem;
  }*/
  /*a.toCustomerService:link {color: #fff;}               /*未被访问的链接*/
  /*a.toCustomerService:visited {color: #fff;}            /*已被访问过的链接 */
  /*a.toCustomerService:hover {color: #fff;}            /*鼠标悬浮在上的链接*/
  /*a.toCustomerService:active {color: #fff;}   /*鼠标点中激活链接*/
}
.login .bindPhone-wrap[data-v-26084dc2] {
    width: 100%;
    background: none;
    position: relative;
    padding-top: 15.1rem;
}
.login .banner[data-v-26084dc2] {
    width: 100%;
    height: 17.3rem;
    background: url(../img/login_bg.f782e323.png) no-repeat center bottom;
    /* background: #fccb49; */
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.login .bindPhone-inner[data-v-26084dc2] {
    padding: 0 2rem 0;
    margin-bottom: .5rem;
    background: #fff;
    height: calc(100vh - 16.6rem);
    min-height: 28rem;
    position: relative;
}
.login .bindPhone-title[data-v-26084dc2] {
    font-size: 1.3rem;
    color: #999999;
    margin-bottom: 2rem;
    line-height: 1;
    padding-top: 2.2rem;
}
.login .mui-inner[data-v-26084dc2] {
    background: #fff;
}
.login .mui-item[data-v-26084dc2] {
    padding: 1.5rem 0;
    /*border-bottom:1px solid #e5e5e5;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login .mui-item.login-code-wrap[data-v-26084dc2] {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.login .mui-item.login-code-wrap .get-code[data-v-26084dc2] {
        width: 100%;
}
.login .mui-input-row[data-v-26084dc2] {
    /*border-top:1px solid #e5e5e5;*/
    position: relative;
}
.login .mui-item[data-v-26084dc2]::before, .login .mui-input-row[data-v-26084dc2]::before, .login .mui-input-row > span[data-v-26084dc2]::before, .login .mui-item .get-code[data-v-26084dc2]::before {
    content: "";
    pointer-events: none;
    /* 防止点击触发 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.login .mui-item[data-v-26084dc2]::before {
    border-bottom: 1px solid #e5e5e5;
}
.login .mui-input-row[data-v-26084dc2]::before {
    border-top: 1px solid #e5e5e5;
}
.login .mui-input-row > span[data-v-26084dc2]::before {
    border-right: 1px solid #e5e5e5;
}
.login .mui-item .get-code[data-v-26084dc2]::before {
    border-left: 1px solid #e5e5e5;
}
.login .dr2 .mui-item[data-v-26084dc2]::before, .login .dr2 .mui-input-row[data-v-26084dc2]::before, .login .dr2 .mui-input-row > span[data-v-26084dc2]::before, .login .dr2 .mui-item .get-code[data-v-26084dc2]::before {
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.login .mui-input-row > span[data-v-26084dc2] {
    width: var(--chinaPhone-flag-width);
    line-height: 3rem;
    padding: 0 2rem;
    font-family: 'GothamBook';
    font-size: 1.5rem;
    color: #292928;
    position: relative;
}
.login .mui-input-row > input[data-v-26084dc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.login .mui-item input[data-v-26084dc2] {
    height: 3rem;
    line-height: 3rem;
    border: 0;
    width: auto;
    margin-bottom: 0;
    font-family: "GothamBook";
    border-radius: 0;
    color: #333;
    padding: 0 var(--input-padding-left-and-right);
    font-size: 1.5rem;
    outline: none;
}
.login .mui-item .code-input[data-v-26084dc2] {
    /*border-right:1px solid #e5e5e5;*/
    width: 100%;
    padding: 0;
    padding-left: calc(var(--chinaPhone-flag-width) + var(--input-padding-left-and-right));
    padding-right: 3rem;
}
.login .mui-item .get-code[data-v-26084dc2] {
    border: 0;
    padding: 0;
    width: 40%;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.login .mui-button-row[data-v-26084dc2] {
    padding: 3rem 1rem 0rem;
}
.login .mui-button-row button[data-v-26084dc2] {
    width: 100%;
    background: #292928;
    border: 0;
    color: #ffda43;
    font-weight: bold;
    font-size: 1.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
    padding: 0;
    border-radius: 2.2rem;
}
.login .bottom-tips[data-v-26084dc2] {
    text-align: center;
    margin-top: 2rem;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.login .bottom-tips .other-phone[data-v-26084dc2] {
      color: #FF9710;
      font-size: 1.3rem;
      vertical-align: middle;
      text-decoration: underline;
}
.login .mui-toast-container .mui-toast-message[data-v-26084dc2] {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.login .tip-wrap[data-v-26084dc2] {
    margin-bottom: 1.5rem;
}
.login .tip-wrap img[data-v-26084dc2] {
    width: 100%;
}
.login a.toCustomerService[data-v-26084dc2] {
    color: #ffac28;
    text-decoration: underline;
    font-size: 1.4rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: block;
    margin-top: 2rem;
}
.login #loading-icon[data-v-26084dc2] {
    display: none;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.login #loading-icon img[data-v-26084dc2] {
    width: 100%;
    height: 100%;
}
.login-ps[data-v-26084dc2] {
  width: 100%;
  font-size: 1.4rem;
  margin-left: 1rem;
  text-align: left;
  margin-top: 1rem;
  color: red;
}
.get-code[data-v-26084dc2]::before {
  display: none;
}

