html {
    font-size: 45.25px;
}

body {
    margin: 0;
    padding: 0;
}

.loginPage {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-color: #F9F9F9;
    overflow: hidden;
}

.loginTitle {
    width: 7.62rem;
    padding: 0.35rem 0;
    color: #444;
    font-size: 0.353rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.loginTitle .titleIcon {
    line-height: .44rem;
    width: 0.24rem;
    height: 0.377rem;
    background: url("../img/back.png") center no-repeat;
    background-size: 100% 100%;
}

.loginTitle .cutBox {
    display: flex;
    height: .33rem;
}

.loginTitle .cutIcon {
    display: inline-block;
    width: .29rem;
    height: .33rem;
    margin-right: 10px;
    background: url(../img/mima.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: .02rem;
}

.loginTitle .psIcon {
    font-size: .33rem;
    line-height: .33rem;
    margin-top: .04rem;
    background: url(../img/yanzheng.png) no-repeat center;
    background-size: 100% 100%;
}

.loginContent {
    width: 100%;
    padding: .33rem;
    box-sizing: border-box;
    margin-top: 45px;
}

.loginContent .titleText {
    width: 6.18rem;
    font-size: .53rem;
    font-weight: bold;
}

.loginContent .tips {

    color: #666;
    font-size: .31rem;
    margin-top: .265rem;
    text-align: left;
}

.phoneLog {
    width: 100%;
    margin-top: .66rem;
}

.phoneLog input::placeholder {
    color: #999;
}

.phoneLog .inputBox {
    position: relative;
    background-color: #F5F5F5;
    border-radius: .55rem;
    margin-bottom: 30px;
}

.phoneLog .phone {
    width: 100%;
    border-radius: .55rem;
    font-size: .35rem;
    outline: none;
    height: 1.06rem;
    background-color: #F5F5F5;
    border: none;
    padding-left: 45px;
    background: url(../img/phoneIcon.png) .44rem center no-repeat;
    background-size: .35rem .42rem;
}

.phoneLog .code {
    outline: none;
    width: 100%;
    font-size: .35rem;
    border-radius: .55rem;
    height: 1.06rem;
    background-color: #F5F5F5;
    border: none;
    padding-left: 45px;
    background: url(../img/yanzheng.png) .44rem center no-repeat;
    background-size: .35rem .38rem;
}

.phoneLog .inputBox .getSlider {
    position: absolute;
    font-size: .31rem;
    color: #06C1AE;
    line-height: 1.06rem;
    right: .35rem;
    top: 0;

}


.passwordLog {
    width: 100%;
    margin-top: .66rem;
}
.passwordLog input::placeholder {
    color: #999;
}

.passwordLog .inputBox {
    position: relative;
    background-color: #F5F5F5;
    border-radius: .55rem;
    margin-bottom: 30px;
}

.passwordLog .phone {
    width: 100%;
    border-radius: .55rem;
    outline: none;
    font-size:.35rem;
    height: 1.06rem;
    background-color: #F5F5F5;
    border: none;
    padding-left: 45px;
    background: url(../img/phoneIcon.png) .44rem center no-repeat;
    background-size: .35rem .42rem;
}

.passwordLog .passwords {
    outline: none;
    width: 100%;
    border-radius: .55rem;
    height: 1.06rem;
    font-size: .35rem;
    background-color: #F5F5F5;
    border: none;
    padding-left: 45px;
    background: url(../img/mima.png) .44rem center no-repeat;
    background-size: .35rem .38rem;
}

.passwordLog .inputBox .getSlider {
    position: absolute;
    font-size: .31rem;
    color: #06C1AE;
    line-height: 1.06rem;
    right: .35rem;
    top: 0;
}
.passwordLog .inputBox .lookIcon{
    position: absolute;
    top: .38rem;
    right:.35rem;
    width: .42rem;
    height: .27rem;
    
}

/* 滑块 */

.passwordLog .inputBox .lookIcon {
    position: absolute;
    top: .38rem;
    right: .35rem;
    width: .42rem;
    height: .27rem;
}


/* 滑块 */
.sliderCont {
    width: 100%;
    height: 45px;
    background-color: #F1F4F4;
    position: relative;
    margin-top: 0.8rem;
    transition: .3s;
    margin-bottom: 30px;
}

.sliderBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #06C1AE;
}

.sliderDiv {
    width: 6.54rem;
    height: 0.62rem;
    text-align: center;
    line-height: .99rem;
    font-size: 0.31rem;
    color: #999;
    position: relative;
}

.sliderSwitch {
    width: 0.97rem;
    height: 0.97rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-size: 100% 100%;
    z-index: 999;
}

.sliderSwitch img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.sliderSwitch .yanzheng {
    background-color: #FFF;
    border: .02rem solid #FFF;
    padding-bottom: 1px;
    margin-top: -1px;
}

.sliderCont .tip {
    display: none;
    font-size: 12px;
    color: #FF6262;
    position: absolute;
    top: 48px;
}


/* 阿里滑块颜色调整 */
.nc_iconfont {
    color: #06c1ae !important;
}

.nc-container .nc_scale .nc_bg {
    background-color: #06c1ae !important;
}

.loginBtn {
    display: block;
    width: 100%;
    height: 1.1rem;
    background-color: #D8D8D8;
    border-radius: 0.55rem;
    font-size: 0.35rem;
    color: #fff;
    text-align: center;
    line-height: 1.1rem;
    margin-top: 1.15rem;
    text-decoration: none;
    outline: none;
}

.permission {
    background-color: #06c1ae;
}


/* 去掉a标签默认点击样式 */

a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.divDisabled {
    pointer-events: none;
}

.protocol {
    height: .31rem;
    width: 100%;
    font-size: 0.265rem;
    color: #757575;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: .353rem;
}

.protocol a {
    display: inline-block;
    color: #06C1AE;
    text-decoration: none;
    height: .31rem;
    line-height: .31rem;
    margin-top: 0.04rem;
    margin-left: .12rem;
}

.protocol a span {
    display: inline-block;
    color: #444;
    text-decoration: none;
    height: .31rem;
    line-height: .31rem;


}

.protocol .icon {
    margin-top: .03rem;
    width: .31rem;
    height: .31rem;
    background: url(../img/weixuanzhong.png)no-repeat center;
    background-size: 100% 100%;
}

.protocol .xuanzhong {
    margin-top: .04rem;
    width: .31rem;
    height: .31rem;
    background: url(../img/xuanzhong.png)no-repeat center;
}

.protocol .check {
    margin-top: .04rem;
    width: .31rem;
    height: .31rem;
    background: url(../img/xuanzhong.png)no-repeat center;
    background-size: 100% 100%;
}


input::placeholder {
    font-size: 0.35rem;
}