@font-face{
    font-family: AlibabaBold;
    src: url("../font/Alibaba-PuHuiTi-Bold.otf")
}
@font-face{
    font-family: PingFangSC;
    src: url("../font/PingFang\ Medium.ttf")
}
@font-face{
    font-family: SourceHanSansCN;
    src: url("../font/SourceHanSansCN-Heavy.otf")
}

.whole {
    background: url(../image/login-bg.png) no-repeat;
    background-size: 100%;
    height: 100vh;
}
.whole .title {
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 32px;
    color: #FFFEFE;
    text-align: center;
    padding: 40px 48px 24px 48px;
    position: relative;
}
.whole .contents {
    width: 400px;
    position: absolute;
    background: #ffffff;
    padding: 12px;
    top: 50%;
    right: 80px;
    transform: translate(0%, -50%);
    z-index: 10;
}
.whole .icon {
    width: 60px;
    position: absolute;
    right: 14px;
}
.whole .title {
    font-size: 24px;
    color: rgb(15 23 42);
    font-weight: 500;
}

.whole .substance {
    padding: 0 30px;
}
.whole .substance .tabs {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}
.whole .substance .tabs span {
    font-size: 20px;
    color: #334155;
    display: inline-block;
    padding: 0 8px 12px 8px;
    margin: 0 14px;
    cursor: pointer;
}
.whole .substance .tabs .active{
    border-bottom: 2px solid #088167;
}
.whole .substance .login-box .hide {
    display: none;
}
.whole .substance .login-box .show {
    margin-top: 30px;
    display: block;
}
.whole .substance .qrcode {
    border: 1px dashed #E5E5E5;
    width: 200px;
    height: 200px;
    margin: 30px auto 0px auto;
    text-align: center;
}
.whole .substance .qrcode img {
    width: 180px;
    height: 180px;
    margin-top: 12px;
}
.whole .substance .prompt {
    margin: 32px 0 14px 0;
    text-align: center;
    color: #a1a1a1;
}
.whole .register {
    text-align: center;
    color: #088167;
    font-size: 14px;
    margin-bottom: 14px;
    cursor:pointer;
}


.btn {
    width: 100%;
    background-color: #088167;
    color: #fff;
}
.btn:hover {
    color: #fff !important;
    background-color: #076c53;
}
.drawer {
    position: absolute;
    right: 0;
    width: 640px;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    padding: 15px;
    display: none;
    overflow: hidden;
}
.drawer .drawer_title {
    display: flex;
    font-size: 16px;
}
.drawer .title-left {
    position: absolute;
    cursor: pointer;
}
.drawer .drawer_title .title-right {
    text-align: center;
    width: 100%;
}
.drawer .search {
    margin: 30px 0;
}
.drawer ul {
    width: 100%;
    overflow: auto;
    height: 800px;
    padding: 0 0 60px 0;
}
.drawer ul li {
    font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 16px ;
    color: #323232;
    cursor: pointer;
}


























.footer {
    width: 100%;
    text-align: center;
    color: #FFFEFE;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    bottom: 30px;
    font-size: 14px;
}
.footer a,.footer a:hover{
    color: #FFFEFE;
}


.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: none !important;
    color: #333 !important;
}