/*login*/
@media screen and (min-width: 813px) {
    .container.login-main {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        min-height: 700px;
    }

    .container.login-main > .wraper {
        height: 100%;
    }
    .body-main{
        position: absolute;
        left: 100px;
        top: 50%;
        margin-top: -260px;
        width: 1000px;
        height: auto;
    }
    .exhibition-notice{
        position: relative;
        margin: 0 auto 20px;
        width: 800px;
        height: auto;
        padding: 10px 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: 13px;
        text-indent: 2em;
        line-height: 18px;
    }
    .panel-main {
        position: relative;
        width: 1000px;
        height: 450px;
        background-color: #fff;
        padding-left: 400px;
        box-shadow: 0 10px 40px rgba(113, 113, 117, 0.2);
        border-radius: 4px;
        overflow: hidden;
    }
    .login-box {
        position: absolute;
        left: 50px;
        top: 20px;
        width: 300px;
        /* display: none; */
    }
    .login-back{
        display: none;
        position: absolute;
        left: 10px;
        top: 10px;
        border: 1px solid#999;
        border-radius: 20px;
        width: 30px;
        height: 30px;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    .select-box{
        position: absolute;
        left: 50px;
        top: 95px;
        width: 300px;
        display: none;
    }
    .login-box-header {
        position: relative;
        width: 100%;
        height: 40px;
        line-height: 30px;
        font-size: 15px;
        color: #b1b1b4;
        font-weight: bold;
    }

    .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;
        display: flex;
    }
    .login-switch2{
        position: relative;
        width: 100%;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        margin-bottom: 10px;
        border-radius: 3px;
        overflow: hidden;
        display: flex; 
    }


    .login-switch-item {
        flex: 1;
        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-switch-item2{
        border: none !important;
        font-size: 16px;
    }
    .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;
        color: #4377E4;
    }

    .forget-password > a {
        color: #fff;
    }

    .password-tip {
        width: 100%;
        /* height: 30px; */
        text-align: left;
        font-size: 12px;
        color: #f44336;
        /* color: #4377E4; */
        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 {
        border-radius: 0 4px 4px 0;
        overflow: hidden;
    }

    .imgs-carousel-item {
        width: 100%;
        height: 450px;
        line-height: 450px;
        vertical-align: middle;
        background-color: #f8f9fa;
    }

    .login-img {
        width: 100%;
        height: auto;
        vertical-align: middle;
        display: inline-block !important;
        max-height: 450px;
    }

    .attachment-panel {
        position: absolute;
        right: 80px;
        top: 0;
        width: auto;
        height: 70px;
        padding: 12px 10px 10px 82px;
    }

    .attachment-label {
        position: absolute;
        left: 0;
        top: 12px;
        line-height: 20px;
    }

    .attachment-label i {
        color: #999;
        font-size: 13px;
        font-weight: bold;
        opacity: 0.5;
        margin-right: 2px;
    }
    .attachment-content{
        width: 310px;
    }
    .attachment-content a {
        color: #4377E4;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

    .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;
    }
}
