* {
    box-sizing: border-box;
}
:root {
    /*需要修改*/
    --color: #17abf3;
}
::-webkit-input-placeholder{
    font-size: 1.0248vw;
    line-height: 1.4641vw;
    color: #8A8E96;
}   
:-moz-placeholder{
    font-size: 1.0248vw;
    line-height: 1.4641vw;
    color: #8A8E96;
}                 
::-moz-placeholder{
    font-size: 1.0248vw;
    line-height: 1.4641vw;
    color: #8A8E96;
}                  
:-ms-input-placeholder{
    font-size: 1.0248vw;
    line-height: 1.4641vw;
    color: #8A8E96;
}          

html, body {
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}
ul{
    padding: 0;
    margin:0;
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.login-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.login-flex_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body{
    /*需要修改*/
    background: url(../../assets/img/bg/bgc.png),linear-gradient(48deg, #4a91e8 0%, #1e85b7 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    /* background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ebf5f3), color-stop(100%, #bfe3f9))!important;
    background: -webkit-linear-gradient(-45deg, #ebf5f3 0%, #bfe3f9 100%)!important;
    background: -webkit-linear-gradient(315deg, #ebf5f3 0%, #bfe3f9 100%)!important;
    background: linear-gradient(135deg, #ebf5f3 0%, #bfe3f9 100%)!important; */
    
}
.page {
    height: 100%;
}
.wrapper{
    width: 57.54%;
    background: #FFFFFF;
    box-shadow: 0 0.878vw 3.22vw 0 rgba(0,0,0,0.15);
}
.wrapper::before {
    content: '';
    padding-top: 57.25%; 
}
.wrapper_left{
    width: 44.656%;
    position: relative;
    /*需要修改*/
    background: #0fb1ef;
    background: -webkit-linear-gradient(to right, #33D5FA, #17ABF3);
    background: linear-gradient(to right, #33D5FA, #17ABF3);
    float: left;
    
}
.wrapper_left::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: url(assets/img/login/wrapper.png) no-repeat center center; */
    background-size: 72.36% auto;
}
.logo{
    font-size: 1.61vw;
    color: #fff;
    text-align: left;
    font-family: PingFangSC-Regular;
    line-height: 2.2vw;
    margin-left: 2.2vw;
    margin-top: 2.71vw;
    margin-bottom: 3.71vw;
}
.logo img{
    height: 1.757vw;
}
.logo *{
    vertical-align: middle;
}
.wrapper_right{
    padding: 5.856vw 5.344vw 0 5.344vw;
    text-align: left;
    overflow: hidden;
}
.login-tab-title{
    font-size: 1.171vw;
    line-height: 1.61vw;
    color: #3F4453;
    font-family: PingFangSC-Regular;
}
.login-tab-title>li{
    display: inline-block;
    margin-right: 3.44vw;
    padding-bottom: 0.732vw;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.login-tab-title>li.active{
    color: var(--color);
    position: relative;
}
.login-tab-title>li.active::after{
    position: absolute;
    content:"";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.1464vw;
    background: var(--color);
    border-radius: 0.0732vw;
}
.login-tab-item{
    display: none;
}
.login-tab-item.active{
    display: block;
}
.input_item{
    border-bottom: 0.0732vw solid #D6D8DD;
    padding:0.439vw 0;
    margin:1.7569vw 0;
}
.input_item:nth-last-child(1){
    margin-bottom: 0;
}
.input_item img{
    width: 1.317vw;
    vertical-align: middle;
    margin-right: 0.732vw;
}
.input_item input,.input_item input:focus{
    outline: none;
}
.input_item input{
    padding:0;
    border-width: 0;
    font-size: 1.0248vw;
    line-height: 1.4641vw;
}
.input_item input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.btn_login{
    background-color: var(--color);
    line-height: 2.928vw;
    text-align: center;
    color: #fff;
    font-size: 1.171vw;
    border-radius: 0.2928vw;
    margin: 0 0 1.7569vw;
    height: 2.928vw;
    cursor: pointer;
    background: #17abf3;
}
.btn_login:hover{
    opacity: 0.9;
}
.tools{
    font-family: PingFangSC-Regular;
    font-size: 1.0248vw;
    line-height: 1.6105vw;
    position: relative;
}
.rememberMe{
    color: #485465;
    cursor: pointer;
    align-items: center;
    display: flex;
    position: relative;
}
.rememberMe::before{
    text-align: center;
    content: "";
    font-size: 0.878vw;
    color: #fff;
    display: inline-block;
    border-radius: 0.1464vw;
    width:1.0978vw;
    height: 1.0978vw;
    line-height: 1.0978vw;
    border: 0.0732vw solid #d2d2d2;
    margin-right: 0.585vw;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rememberMe.active::before{
    border-color: var(--color);
    background-color: var(--color);
}
.rememberMe.active::after{
    /* content: "\2713";
    background-color:var(--color); */
    content: "";
    position: absolute;
    left: 0.382vw;
    top: 0.3267vw;
    width: 0.2928vw;
    height: 0.5856vw;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0.1464vw 0.1464vw 0;
    transform: rotate(45deg);
}
.forgerPwd{
    color: #8A8E96;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.forgerPwd:hover{
    color: var(--color);
}
.tips{
    font-family: PingFangSC-Regular;
    font-size: 0.8784vw;
    margin-top: 2.3426vw;
    line-height: 1.2445vw;
    color: #8A8E96;
    text-align: left;
    white-space: nowrap;
    text-align: right;

}
.record{
    font-family: PingFangSC-Regular;
    font-size: 0.888vw;
    color:rgb(241 235 235 / 60%);
    text-align: center;
    position: absolute;
    bottom: 1.7818vw;
    left: 0;
    right: 0;
}
.input_item_vCode{
    padding-right: 4vw;
    position: relative;
}
.sendCode{
    position: absolute;
    right: 0;
    top: 0.439vw;
    font-family: PingFangSC-Regular;
    font-size: 1.024vw;
    line-height: 1.4641vw;
    color: #8A8E96;
    text-align: left;
}
.sendCode.active{
    cursor: pointer;
    color: var(--color);
}
.browsers{
    margin-top: 0.8052vw;
}
.browser img{
    width: 1.61vw;
}
.error{
    font-family: PingFangSC-Regular;
    font-size: 0.8784vw;
    line-height: 2.3426vw;
    color: #FF4D4F;
    height: 2.3426vw;
}
.btn_login::before{
    content: "登 录";
}
.btn_login.loading::before{
    font-family: "iconfont" !important;
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\e636";
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes rotate{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.e-title{
    font-size: 1vw;
}



/**
*  验证码
*/
.zxt-verify-box {
  padding: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
  margin: 10px;
  border-radius: 4px;
  }
  
  .zxt-verify-box-imgBox {
    position: relative;
    overflow: hidden;
  }
  
  .zxt-verify-box-imgBox img {
    width: 100%;
  }
  
  .zxt-verify-box-imgBox div {
    display: none;
  }
  
  .zxt-verify-box-handle {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    margin: 10px 0;
    padding: 4px 0 4px 70px;
    user-select: none;
    color: #45494c;
    border: 1px solid #e4e7eb;
    background-color: #f7f9fa;
  }
  
  .zxt-verify-box-text {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    font-size: 13px;
  }
  
  .zxt-verify-box-swiper {
    position: absolute;
    left: 0px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    cursor: pointer;
    transition: background .2s linear;
    
  }
  .zxt-verify-box-swiper.active{
    background: #0099FF;
    color: #fff;
    border: 1px solid #0099FF;
  }
  
  .zxt-verify-box-swiper.wrong{
    background: #F87880;
    color: #fff;
    border: 1px solid #F87880;
  }
  
  .zxt-verify-box-swiper.success{
    background: #1BD1CA;
    color: #fff;
    border: 1px solid #1BD1CA;
  }
  
  .zxt-verify-box-swiper-block{
    height: 100%;
    position: absolute;
    left: 0;
    background:#CFEAFE;
    border: 1px solid #0099FF;
  }
  
  .zxt-verify-box-swiper-block.wrong{
    background:#FCE1E2;
    border:1px solid #F87880;
  
  }
  .zxt-verify-box-swiper-block.success{
    background:#D1F4EF;
    border:1px solid #1BD1CA;
  }
  
  .zxt-verify-box-swiper i{
    font-size: 22px;
    padding-left: 9px;
    line-height: 39px;
  }
  
  .zxt-verify-box-verify {
    position: absolute;
    width: 38px;
    left: 2px;
    height: 38px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 300px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    z-index: 10;
  }
  
  .zxt-verify-box-verified {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4) inset;
  }
  
  .zxt-verify-box-refresh {
    color: #eee;
    cursor: pointer;
    position:absolute;
    right: 13px;
    top: 8px;
  }
  .zxt-verify-box-refresh i{
    font-size: 20px;
  }
  .zxt-verify-box-refresh.click {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4) inset;
  }
  
  
  @font-face {
    font-family: 'iconfont';  /* project id 878433 */
    src: url('//at.alicdn.com/t/font_878433_dg76qjf9a2j.eot');
    src: url('//at.alicdn.com/t/font_878433_dg76qjf9a2j.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_878433_dg76qjf9a2j.woff') format('woff'),
    url('//at.alicdn.com/t/font_878433_dg76qjf9a2j.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_878433_dg76qjf9a2j.svg#iconfont') format('svg');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
  
  #code-cover-modal{
    position: fixed;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
  }
  
  #code-cover-modal .code-modal-dialog{
    position: relative;
    transform: translate(0,0);
    transition: transform .3s ease-out;
    margin: 0px auto;
    z-index: 100;
    margin-top: 20px;
    max-width: 360px;
  }
  
  .code-modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    /* background-color: #000; */
    /* opacity: 0.5 */
  }
  
  .zxt-verify-close{
    position: absolute;
    right: -2px;
    top: -19px;
    z-index: 999;
  }
  
  .zxt-verify-close i{
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    background-color: #608ece66;
    cursor: pointer;
  }
  