@charset "UTF-8";

#loginDiv {
    display: none !important
}

.bg-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
}
.navbar-header > button {
    display: none !important
}

.formDiv h2 {
    margin: 0 0 50px 0;
    font-size: 24px;
    font-weight: 700;
    color: #555;
}

.errMsg {
    color: rgba(253,66,56,.8);
    text-align: right;
    display: none
}

.third-auth {
    text-align: center;
    position: relative;
    padding: 10px 0
}

    .third-auth a {
        margin: 0 10px 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: 32px;
        text-decoration: none
    }

        .third-auth a:hover {
            opacity: .8
        }

        .third-auth a.qq {
            color: #12b7f5
        }

        .third-auth a.wx {
            color: #4bc02a
        }

        .third-auth a.qywx {
            color: #0082ef
        }

.title {
    padding: 10px 0 20px;
    font-size: 20px
}

html, body {
    height: 100%;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    scrollbar-color:#fff;
}

.main-warp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    /*background: #061C43 url("../img/bg-login.jpg") no-repeat;*/
    text-align: right;
    color: #525252
}

    .main-warp:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.navbar {
    display: none
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #676767
}

@media(min-width:994px) {
    .ourlogo {
        height: 32px;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.main-content-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15%;
}

.main-content {
    width: 380px;
    margin-right: 20%;
    border-radius: 8px;
    box-shadow: 8px 8px 11px 0 rgba(211,218,224,0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    text-align: left
}

    .main-content .adscolumn {
        width: 0px;
        height: 420px;
        color: #fff;
        position: relative;
        padding-top: 60px;
    }
    .main-content .formDiv {
        width: 400px;
        padding: 66px 44px 44px 44px;
        box-sizing: border-box;
        background: url("../img/login-half-circle.png") no-repeat top right
    }

    .main-content .adscolumn {
        position: relative;
        border-radius: 4px 0 0 4px;
        overflow: hidden
    }

    .main-content .advimg {
        width: 100%
    }

.download-group {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 52px
}

a.download {
    width: 138px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    text-decoration: none
}

    a.download:hover {
        opacity: .8
    }

img.icon {
    margin-right: 8px;
    vertical-align: -2px
}

@media(min-width:769px) and (max-width:1024px) {
    .main-warp {
        /*background-image: none*/
    }

    body {
        /*background-image: none*/
    }
}

@media(max-width:768px) {
    .main-warp {
        top: 68px;
        background-image: none
    }

    .bg-wrap {
        display: none;
    }
        .main-warp:before {
            display: none
        }

    .formDiv h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .main-content-wrap {
        display: block
    }

    .navbar {
        display: block;
        min-height: 64px;
        /*background: url("../img/login-bg.png") no-repeat center;
        background-size: cover;*/
        box-shadow: 0 4px 6px 0 rgb(8 14 26 / 4%), 0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 6%);
    }

    .main-content {
        width: 100vw;
        box-shadow: none
    }

        .main-content .adscolumn {
            display: none
        }

        .main-content .formDiv {
            width: 100%;
            padding: 42px 34px;
            background: #fff
        }

    .ourlogo.ours {
        width: 85px;
        margin-top: 7px;
        margin-left: 5px
    }
}

.input-warp {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 10px 12px
}

    .input-warp.focus {
        border-color: #306af6
    }

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

.input-icon {
    padding: 0 18px;
    color: #999
}

.inputs {
    border: 0;
    width: 100%;
    background: transparent
}

    .inputs:focus {
        outline: 0
    }

.lgbtn {
    line-height: 30px;
    box-shadow: 2px 3px 7px 0 rgba(181,197,238,0.5);
    border-radius: 4px
}

.btn.blue.lgbtn {
    background: #306af6
}

    .btn.blue.lgbtn:hover {
        background: #285ee2
    }

.gap {
    margin-top: 20px
}

.biggap {
    margin-top: 24px
}

a.link {
    color: #306af6
}

    a.link:hover {
        color: #285ee2;
        text-decoration: none
    }

.third-party-title {
    position: relative
}

    .third-party-title:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
        top: 8px
    }

    .third-party-title .tptspan {
        background-color: white;
        padding: 0 10px 0 10px;
        color: #525252;
        position: relative
    }
