/* 后台登录样式表 */
* {
    margin: 0;
    padding: 0;
}


html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Medium !important;
}

li {
    list-style: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

input::-ms-clear {
    width: 0;
    height: 0;
}

.theme-color {
    color: #375BAC;
}

.color-999 {
    color: #999;
}

.login-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -moz-transform: translate(-50%,-50%); /* Firefox */
    -webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%,-50%);
    width: 1024px;
    min-width: 1024px;
    height: 768px;
    overflow: hidden;
}

.login-left-wrap {
    position: relative;
    width: 60%;
    height: 100%;
    float: left;
    background: #395DB0;
}

.login-left {
    position: relative;
    /*width: 590px;
    height: 768px;*/
    width:100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    /* background: #778899; */
}

.login-right {
    width: 434px;
    height: 768px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    /* background: #399; */
}

.login-right-wrap {
    position: relative;
    width: 40%;
    height: 100%;
    float: left;
    background: #fff;
}

.productType {
    position: absolute;
    top: 24px;
    text-align: left;
    z-index: 9;
    width: 100%;
    font-size: 20px;
    font-weight:bold;
    color: #fff;
    padding-left:30px;
}

.companyInfo {
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 9;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.addnone {
    display: none;
}

.swiper-container {
    /*width: 456px;*/
    width: 100%;
    height: 100%;
}

.swiper-container {
    position: relative;
}

.swiper-slide {
    /*margin-top: 160px;
    width: 456px;
    height: 448px;*/
    width: 100%;
    height: 100%;
}

    .swiper-slide img {
       /* width: 456px;
        height: 448px;*/
       width:100%;
       height:100%;
    }

.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
/* 登录表单 */
.logo {
    width: 270px;
    height: 120px;
    margin: 60px auto 60px;
}

    .logo img {
        width: 100%;
        height: 100%;
    }

.forms {
    width: 324px;
    margin: 0 auto;
}

.login-type {
    width: 100%;
    height: 30px;
}

.login-type-ul {
    overflow: hidden;
}

    .login-type-ul li {
        float: left;
        width: 50%;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        font-weight: bold;
    }

        .login-type-ul li:hover {
            cursor: pointer;
            color: #000;
        }

.infos {
    width: 324px;
    margin-top: 30px;
}

.infos-son {
    position: relative;
    width: 324px;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #F3F5F9;
    background-color: #F3F5F9;
    border-radius:6px;
}

.infos-son-img {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
}

.input-wrap {
    display: inline-block;
    width: 260px;
    height: 40px;
    border-bottom: 1px solid #F3F5F9;
}

.o-input3,
.o-input2,
.o-input1 {
    width: 239px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline-style: none;
}

.f-input2,
.f-input1 {
    width: 169px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline-style: none;
}
/* 小图标 */
.f-user-icon,
.o-user-icon,
.o-merchant-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
    padding-right: 0 !important;
}

.o-password-icon,
.f-password-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
    padding-right: 0 !important;
}

.f-see-password,
.o-see-password {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
    padding-right: 0 !important;
}
/* 注册 */
.infos-more {
    width: calc(100% - 37px);
    height: 40px;
    margin-left: 40px;
}

.registered {
    font-size: 12px;
}

    .registered:hover {
        font-size: 12px;
        color: rgb(17, 92, 241);
    }

.forget {
    float: right;
    font-size: 12px;
    padding-right: 8px;
}


.login-btn {
    width: 100%;
    height: 52px;
    outline-style: none;
    border: none;
    background: #395DB0;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
}

    .login-btn:hover {
        background: rgb(107, 154, 247);
    }

    .login-btn:active {
        background: rgb(30, 99, 238);
    }

/* 协议 */
.protocol {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

    .protocol a {
        color: #395DB0;
    }

        .protocol a:hover {
            color: rgb(17, 92, 241);
        }

/* 错误提示 */
.errors {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.errors-span {
    line-height: 20px;
    word-break: break-all;
    font-size: 14px;
    padding-left: 37px;
    color: red;
}

/* 验证码部分 */
.code {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #F3F5F9;
    background-color: #F3F5F9;
    border-radius: 6px;
}

.code-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 13px;
    float: left;
    padding-top: 5px;
}

.code-wrap {
    position: relative;
    float: left;
    height: 40px;
}

.code-input {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline-style: none;
    margin-left: 3px;
    /*border-bottom: 1px solid #ccc;*/
}

.code-img2 {
    position: absolute;
    left: 179px;
    top: 0;
    width: 90px;
    height: 40px;
    background: #ccc;
}
#div_appletLoginQrCodeLoginArea {
    width: 14.5rem;
    height: 20rem;
    margin: 0 auto;
    position: relative;
}
#div_qr_mask {
    position: absolute;
    top: 0;
    bottom: 6.2rem;
    right: 0.8rem;
    left: 0;
    opacity: .9;
    background: #0d1c28;
    padding-top: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.svg_icon {
    height: 2.5rem;
    margin-bottom: 1rem;
}
