/*login*/
@media screen and (max-width: 812px) {
    .login-switch2{
        border: none !important;
        font-size: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .container.login-main{
        position: relative;
        height: auto;
        width: 100%;
        padding-bottom: 100px;
    }
    .container.login-main>.wraper{
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .body-main{
        position: relative;
        width: 100%;
        height: auto;
    }
    .exhibition-notice{
        position: relative;
        width: 100%;
        height: auto;
        padding: 8px 15px;
        margin-bottom: 15px;
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(113, 113, 117, 0.1);
        border-radius: 4px;
        max-height: 80px;
        overflow: auto;
    }
    .exhibition-notice-label{
        position: relative;
        color: #4377E4;
        font-size: 14px;
        margin-bottom: 3px;
        text-align: center;
    }
    .exhibition-notice-content{
        width: 100%;
        font-size: 12px;
        text-indent: 2em;
        line-height: 18px;
    }
    .panel-main{
        position: relative;
        width:100%;
        margin: 0 auto;
        height: auto;
        background-color: #fff;
        box-shadow: 0 10px 40px rgba(113, 113, 117, 0.2);
        border-radius: 4px;
        overflow: hidden;
        padding: 0 15px;
    }

    .login-box{
        width: 100%;
        padding: 15px 0;
        /* display: none; */
    }
    .login-back{
        position: absolute;
        left: 10px;
        top: 10px;
        border: 1px solid#999;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        display: none;
        text-align: center;
        line-height: 30px;
    }
    .select-box{
        /* position: absolute;
        left: 0px;
        top: 0px; */
        width: 100%;
        margin: 0 0 20px 0;
        display: none;
    }
    .login-box-header{
        position: relative;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #b1b1b4;
        font-weight: bold;
        text-align: center;
        display: none;
    }
    .login-switch{
        position: relative;
        width: 100%;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        border: 1px solid #E0E2E5;
        margin-bottom: 10px;
        border-radius: 3px;
        overflow: hidden;
    }

    .login-switch-item{
        position: relative;
        width: 50%;
        float: left;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #9B9EA2;
        background-color: #F6F7FB;
        display: none;

    }
    .login-switch-item:first-child{
        /* border-right: 1px solid #E0E2E5; */

    }
    .login-switch-item.active{
        color: #494c4e;
        background-color: #fff;
        display: block;
    }
    .login-form{
        display: none;
    }
    .login-form:first-child{
        display: block;
    }
    .error-notice{
        color: #f51b06;
        padding-left: 5px;
        display: none;
        font-size: 12px;
    }
    .login-panel-row.error .login-panel-input,
    .signup-panel-row.error .signup-panel-input
    {
        border: 1px solid #f51b06 !important;
    }
    .login-panel-row.error .error-notice,
    .signup-panel-row.error .error-notice
    {
        display: block;
    }

    .login-panel-row{
        position: relative;
        width: 100%;
        height: 60px;
        padding-top: 10px;

    }
    .login-panel-row .icon{
        position: absolute;
        left: 11px;
        top: 20px;
        width: 20px;
        height: 20px;
        color: #ccc;
    }
    .login-panel-input{
        width: 100%;
        height: 40px!important;
        background-color: transparent!important;
        border: 1px solid #E0E2E5 !important;
        border-radius: 3px!important;
        line-height: 20px!important;
        padding-top: 10px!important;
        padding-bottom:10px!important;
        padding-left: 40px!important;
    }
    .btn-send-code{
        position: absolute;
        right: 7px;
        top: 17px;
        width: 100px;
        height: 26px;
        background-color: #fff;
        text-align: center;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        border-radius: 2px;
    }
    .btn-send-code.disabled{
        opacity: 0.5;
        pointer-events: none;
    }
    .forget-password{
        width: 100%;
        height: 30px;
        text-align: right;
        font-size: 12px;
    }
    .forget-password>a{
        color: #fff;
    }
    .password-tip{
        width: 100%;
        text-align: left;
        font-size: 12px;
        color: #f44336;
        margin-bottom: 5px;
    }
    .btn-login{
        position: relative;
        width: 100%;
        height: 40px;
        background-color: #fff;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        line-height: 40px;
        font-size: 16px;
        border: none;
        padding: 0;
    }
    .login-notice{
        width: 100%;
        font-size: 12px;
        color: #777;
        padding: 10px 0;
        line-height: 15px;
    }
    .login-notice>a{
        color: #fff;
    }
    .go-signup-notice{
        width: 100%;
        font-size: 14px;
        color: #777;
        padding: 10px 0;
        line-height: 20px;
    }
    .go-signup-notice>a{
        color: #fff;
    }
    .imgs-carousel{
        display: none!important;
        width: 100%;
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }
    .imgs-carousel-item{
        width: 100%;
        height: auto;
        vertical-align: middle;
        background-color: #f8f9fa;
    }
    .login-img{
        width: 100%;
        height: auto;
        vertical-align: middle;
        display: inline-block!important;
    }

    .attachment-panel{
        position: fixed;
        right: 10px;
        bottom: 80px;
        width: auto;
        height: 70px;
        padding: 12px 10px 10px 82px;
    }
    .attachment-label{
        position: absolute;
        left: 0;
        top: 12px;
        line-height: 20px;
        padding-left: 5px;
    }
    .attachment-label i{
        color: #999;
        font-size: 13px;
        font-weight: bold;
        opacity: 0.5;
        margin-right: 2px;
    }
    .attachment-content a{
        color: #4377E4;
    }
    .attachment-content a:hover{
        color: #619eff;
    }
    .role-text{
        width: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
    }
    .role-select-panel{
        margin: 0 auto;
        width: 260px;
        height: 120px;
    }
    .role-select-item{
        float: left;
        width: 120px;
        height: 120px;
        padding-top: 90px;
        background-position: center 10px;
        background-size: 80px 80px;
        background-color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        opacity: 0.5;
        color: #777;
        border: 2px solid #fff;
    }
    .role-select-item.active{
        opacity: 1;
        color: #3975fd;
        border: 2px solid #4d82ff;
        box-shadow: 0 1px 3px rgba(59, 131, 250, 0.2);
    }
    .role-select-item:first-child{
        background-image: url("../../../img/role/role1.png");
        margin-right: 20px;
    }
    .role-select-item:nth-child(2){
        background-image: url("../../../img/role/role2.png");
    }
    .select-footer{
        text-align: center;
        margin-top: 30px;
    }

    .login-remember{
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .login-remember span{
        margin-left: 5px;
    }
}
