@charset "utf-8";
/* portal generic login */
html, body {
    height: 100%;
    margin: 0;
}
body{ font-family:"微软雅黑";}

.xmain{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: url(/images/portal_login/xmainBg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(32px, 5vh, 72px) 0;
    box-sizing: border-box;
}

/* login start */
.xlogin{
    width: 529px;
    height: auto;
    min-height: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 80px 40px;
    border-radius: 10px;
    text-align: center;
}
.xlogin > div{
    width: 100%;
    display: none;
}
.xlogin > a{
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: 41.5px;
}
.xlogin > .xusername_verification{
    margin-right: 30px;
}
.xlogin > .xdivblock{
    display: block;
}
.xdivblock > .xitem{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 43px;
    margin-bottom: 15px;
    color: #333333;
    font-size: 16px;
}
.xdivblock > .xitem span:not(.xfield){
    display: inline-block;
    width: 80px;
    height: 22px;
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
    margin-right: 0;
    flex-shrink: 0;
}
.xdivblock > .xitem i{
    font-style: normal;
    margin-right: 12px;
    flex-shrink: 0;
}
.xfield{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: none;
}
.xfield input{
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    border: 1px solid #D3D3D3;
    height: 43px;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}
.xfield img{
    margin-left: 8px;
    flex-shrink: 0;
    width: 70px;
    height: 40px;
}
.xfield-sms input{
    padding-right: 96px;
}
.xitem > .xverification-code{
    display: inline-block;
    border: 1px solid #D3D3D3;
    height: 100%;
    width: 62px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-left: 15px;
    padding: 11px 0px;
}
.xget_code{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #7ca4ca;
    font-size: 14px;
    border: none;
    background-color: transparent;
    height: 32px;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}
.xget_code:hover{
    color: #0067C7;
}
.xbtn{
    cursor: pointer;
    display: block;
    width: calc(100% - 92px);
    height: 55px;
    background: #005CBB;
    border-radius: 4px;
    border: 1px solid #005CBB;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 92px;
    margin-right: 0;
    box-sizing: border-box;
}
.xdiff{
    margin-top: 15px;
}
.xenroll_box{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 92px);
    margin-left: 32px;
    margin-right: 0;
}
.xlogin > .xenroll_box{
    display: flex;
}
.xenroll_box > a{
    color: #0067C7;
    font-size: 16px;
}
.xexegesis{
    width: calc(100% - 92px);
    margin-left: 92px;
    height: 20px;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
}
/* login end */


/* 滑块 */
.container-fluid {
    position: fixed;
    inset: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.slidercaptcha .card-body {
    padding: 1rem;
    padding: 0.1rem;
}
.refreshIcon{
    font-size:0.2rem !important
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0.06rem;
    border-radius: 0;
}

.slidercaptcha.card .card-header span{
    font-size:0.08rem
}

.refreshIcon {
    top: -54px;
}
/* 滑块 */

@media screen and (max-width: 800px) {
    .xmain{
        padding-top: 0px;
        min-height: 100vh;
    }

    .xlogin{

        width:85%;

        height:fit-content;

        margin: 30% auto auto auto;

        background-color:#fff

    }
    .xlogin{
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);

        padding:20px 20px;
        border-radius: 10px;
        text-align: center;
    }
    .xlogin > div{
        width: 100%;
        display: none;
    }
    .xlogin > a{
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        color: #999999;
        cursor: pointer;
        border-bottom: 3px solid #FFFFFF;
        margin-bottom: 20px;
    }
    .xlogin > .xusername_verification{

        margin-right: 10px;
    }
    .xlogin > .xdivblock{
        display: block;
    }
    .xdivblock > .xitem{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 43px;
        margin-bottom: 10px;
        color: #333333;
        font-size: 12px;
    }
    .xdivblock > .xitem span:not(.xfield){
        display: inline-block;
        width: 72px;
        height: 22px;
        font-size: 14px;
        text-align: right;
        white-space: nowrap;
        margin-right: 0;
        flex-shrink: 0;
    }
    .xdivblock > .xitem i{
        font-style: normal;
        margin-right: 8px;
        flex-shrink: 0;
    }
    .xfield{
        position: relative;
        display: flex;
        align-items: center;
        flex: 1;
        width: auto;
        max-width: none;
        min-width: 0;
    }
    .xfield input{
        flex: 1;
        width: 100%;
        min-width: 0;
        max-width: none;
        border: 1px solid #D3D3D3;
        height: 43px;
        border-radius: 4px;
        outline: none;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .xfield img{
        margin-left: 8px !important;
        flex-shrink: 0;
        width: 70px;
        height: 40px;
    }
    .xfield-sms input{
        padding-right: 96px;
    }
    .xitem > .xverification-code{
        display: inline-block;
        border: 1px solid #D3D3D3;
        height: 100%;
        width: 62px;
        background-color: #FFFFFF;
        border-radius: 4px;
        margin-left: 15px;
        padding: 11px 0px;
    }
    .xget_code{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #7ca4ca;
        font-size: 14px;
        border: none;
        background-color: transparent;
        height: 32px;
        padding: 0;
        cursor: pointer;
        white-space: nowrap;
    }
    .xget_code:hover{
        color: #0067C7;
    }
    .xbtn{
        cursor: pointer;
        width: 100%;
        height: 55px;
        background: #005CBB;
        border-radius: 4px;
        border: 1px solid #005CBB;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 55px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .xdiff{
        margin-top: 15px;
    }
    .xenroll_box{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }
    .xenroll_box > a{
        color: #0067C7;
        font-size: 16px;
    }
    .xexegesis{
        width:100%;
        height: 20px;
        color: #999999;
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
        text-align:center;
    }

    /* 滑块 */
    .container-fluid {
        position: fixed;
        inset: 0px;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.2);
        display: block;
    }

    .slidercaptcha {
        margin: 0 auto;
        width: 314px;
        height: 286px;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
        margin-top: 0px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .slidercaptcha .card-body {
        padding: 1rem;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.03);
    }

    .refreshIcon {
        top: -54px;
    }
    /* 滑块 */
    .footer-container{
        width:100% !important;
        min-width:auto !important
    }

}



