* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    color: #333;
    background: #fafbfd;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

    a:hover {
        color: #0d9dff;
        text-decoration: none;
    }

img {
    max-width: 100%;
    border: 0px;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}


/********** 登录 **********/
.main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    background-color: #fff;
    background: url(../images/login_bg.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /* 适配Chrome */
    -o-background-size: cover; /* 适配Oprea */
    background-position: center 0;
    overflow: auto;
}

.login_header {
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    height: 65px;
}

.login_header_con {
    width: 100%;
    height: 65px;
    margin: 0 auto;
}

.login_logo {
    float: left;
    margin: 12px 0px 0px 20px;
}

.login_tips {
    float: right;
    line-height: 65px;
    color: #0d9dff;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    margin-right: 20px;
}

.login_con {
    box-sizing: border-box;
    width: 420px;
    min-height: 350px;
    height: auto;
    margin: 120px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 3px rgba(135,192,249,0.4);
    overflow: hidden;
    padding: 16px 30px 0px 30px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    text-shadow: #1e8cf8 1px 0 0, #1e8cf8 0 1px 0, #1e8cf8 -1px 0 0, #1e8cf8 0 -1px 0;
    z-index: -10;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            text-decoration: underline;
        }

/*  TAB样式 */
.ah-tab-wrapper {
    position: relative;
}

    .ah-tab-wrapper *, .ah-tab-wrapper *:before, .ah-tab-wrapper *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

.ah-tab {
    border-bottom: 1px solid #c0c0c0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.3em;
}

    .ah-tab::before, .ah-tab::after {
        bottom: 0;
        content: "";
        height: 100%;
        opacity: 0;
        position: absolute;
        z-index: 1;
        transition: opacity .3s;
    }

    .ah-tab::before {
        left: -100%;
        width: 30px;
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    }

    .ah-tab::after {
        right: 100%;
        width: 50px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }

.ah-tab-overflow-left::before {
    opacity: 1;
    left: 0;
}

.ah-tab-overflow-right::after {
    opacity: 1;
    right: 0;
}

.ah-tab-overflow-wrapper {
    position: absolute;
    width: 43px;
    height: 100%;
    right: 100%;
    opacity: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

    .ah-tab-overflow-wrapper[data-ah-tab-active="true"] {
        right: 0;
        opacity: 1;
        transition: opacity .3s;
    }

.ah-tab-overflow-menu {
    background: transparent url(../images/ah-tab-overflow-menu.svg) center center no-repeat;
    background-size: 18px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
    opacity: 1;
}

.ah-tab-overflow-list {
    position: absolute;
    top: -1000%;
    right: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    list-style: none;
    transition: opacity .3s;
    opacity: 0;
    max-width: 290px;
}

    .ah-tab-overflow-list::after {
        content: " ";
        display: block;
        position: absolute;
        top: -14px;
        right: 14px;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff;
    }

    .ah-tab-overflow-list::before {
        content: " ";
        display: block;
        position: absolute;
        top: -16px;
        right: 13px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #cdcdcd;
    }

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list {
    top: 99%;
    padding: 10px 0;
    opacity: 1;
}

.ah-tab-overflow-list:hover {
    display: block;
}

.ah-tab-item {
    color: #666;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: all .3s;
    text-decoration: none;
    font-size: 18px;
}

.ah-tab > .ah-tab-item {
    border-bottom: 3px solid transparent;
    padding: 8px 0;
    width: 50%;
    text-align: center;
    outline: none;
}


.ah-tab-item[data-ah-tab-active="true"] {
    color: #268df6;
}

.ah-tab > .ah-tab-item:hover {
    border-bottom: 3px solid #c6e9ff;
    color: #268df6;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    border-bottom-color: #268df6;
    font-weight: bold;
}

.ah-tab-overflow-list > .ah-tab-item {
    border-left: 3px solid transparent;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ah-tab-overflow-list > .ah-tab-item:hover {
        border-left-color: #666;
    }

    .ah-tab-overflow-list > .ah-tab-item[data-ah-tab-active="true"] {
        border-left-color: #215393;
    }

.ah-tab-content {
    display: none;
    padding-top: 15px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
}

    .ah-tab-content[data-ah-tab-active="true"] {
        display: block;
    }





.from_group {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.field {
    position: relative;
    display: block;
}

.from_group .field .icon {
    position: absolute;
    left: 0;
    right: auto;
    width: 50px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    border-radius: 2px 0px 0px 2px;
    margin: 12px 0px 0px 1px;
    border-right: 1px solid #c0c0c0;
}

.field .icon_user {
    background: url(../images/username_input_ico.png) no-repeat center;
}

.field .icon_password {
    background: url(../images/password_input_ico.png) no-repeat center;
}

.field .icon_verifycode {
    background: url(../images/verifycode_input_ico.png) no-repeat center;
}

.input {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #666;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
}


/*修改placeholder的默认颜色*/
input::-webkit-input-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}

.field input:focus { /* 文本框输入样式 */
    border-radius: 4px;
    border-color: #268df6;
    outline: 0;
    box-shadow: inset 0px 0px 2px rgba(37,141,246,.3),0 0 4px rgba(37,141,246,.3);
}

.field input.input_error { /* 文本框错误提示，边框样式 */
    border-color: #f37474;
    outline: 0;
    box-shadow: inset 0px 0px 2px rgba(224,40,40,.2),0 0 4px rgba(224,40,40,.2);
}

.field .input {
    text-indent: 55px;
}

.field .icon_code {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    line-height: 42px;
}

    .field .icon_code img {
        height: 26px;
        margin: 7px auto;
    }

    .field .icon_code a {
        float: right;
        margin: 0px 8px 0px 10px;
        color: #0d9dff;
    }

        .field .icon_code a:hover {
            text-decoration: underline;
        }

.login_btn a {
    width: 350px;
    height: 50px;
    background: url(../images/login_btn.png) no-repeat;
    display: block;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    margin-top: 10px;
    box-shadow: 0px 0px 6px 0px rgba(29, 140, 248, 0.4);
}

    .login_btn a:hover {
        background: url(../images/login_btn.png) -350px 0px no-repeat;
    }

    .login_btn a:active {
        color: #c6e9ff;
        background: url(../images/login_btn.png) -700px 0px no-repeat;
    }

.login_forgetp a {
    float: right;
    color: #999999;
    line-height: 34px;
}

    .login_forgetp a:hover {
        color: #0d9dff;
        text-decoration: underline;
    }

.error_tips {
    width: 100%;
    min-height: 20px;
    height: auto;
    color: #f37474;
    line-height: 20px;
    float: left;
    margin-top: -6px;
}

    .error_tips img {
        height: 16px;
        margin: 1px 4px 0px 0px;
        float: left;
    }


/********** Loading 登录 **********/
.from_group .ladda-button {
    border: 1px solid #117bdc;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    padding: 0px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 10px;
    box-shadow: 0px 0px 6px 0px rgba(29, 140, 248, 0.4);
}

    .from_group .ladda-button[data-color=green] {
        background-color: #268df6;
        background: linear-gradient(to left, #0d9dff, #268df6);
    }


    .from_group .ladda-button:hover {
        background-image: none;
        background-color: #268df6;
        background: linear-gradient(to left, #31acff, #3999fb);
        border: 1px solid #117bdc;
    }

    .from_group .ladda-button:active {
        background-image: none;
        background-color: #1076dd;
        background: linear-gradient(to left, #268df6, #1076dd);
        border: 1px solid #0e66bf;
    }

    .from_group .ladda-button[data-style=expand-right][data-loading] {
        padding-right: 20px;
    }




/********** 找回密码 **********/
.forpsd_con_tit {
    height: 32px;
    width: 100%;
    border-bottom: 2px solid #e0ecf3;
    margin-bottom: 20px;
}

.forpsd_con_tit_ico {
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background-color: #268df6;
    float: left;
    margin: 6px 4px 0px 0px;
}

.forpsd_con_tit_text {
    font-size: 22px;
    line-height: 30px;
    float: left;
    color: #268df6;
}

.forpsd_con_tit_texte {
    font-size: 12px;
    color: #90ccfc;
    text-transform: uppercase;
    float: left;
    margin: 5px 0px 0px 4px;
    line-height: 32px;
}

.forpsd_con .ah-tab-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

.forpsd_con .ah-tab-content {
    padding-top: 10px;
}

.forpsd_con .ah-tab {
    border: 1px solid #54b7f5;
    border-radius: 4px;
    background-color: #fff;
    padding: 1px;
}

.forpsd_con a.ah-tab-item {
    font-size: 16px;
    line-height: 21px;
}

.forpsd_con .ah-tab > .ah-tab-item {
    border-bottom: 0px;
}

    .forpsd_con .ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
        background-color: #ddf2ff;
        font-weight: normal;
    }

.ah-tab-item-line {
    border-right: 1px solid #54b7f5;
}

.forpsd_con .ah-tab > .ah-tab-item:hover {
    background-color: #f3faff;
}

.icon_email {
    background: url(../images/email_input_ico.png) no-repeat center;
}

.icon_phone {
    background: url(../images/phone_input_ico.png) no-repeat center;
}

.forget_btn a {
    width: 170px;
    height: 50px;
    float: left;
    background: url(../images/forget_btn.png) no-repeat;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px 0px rgba(29, 140, 248, 0.3);
    margin-top: 10px;
}

    .forget_btn a:hover, .imp_submit_btn a:hover {
        background: url(../images/forget_btn.png) -170px 0px no-repeat;
    }

    .forget_btn a:active, .imp_submit_btn a:active {
        color: #c6e9ff;
        background: url(../images/forget_btn.png) -340px 0px no-repeat;
    }

.return_btn a {
    width: 170px;
    height: 50px;
    float: left;
    background: url(../images/return_btn.png) no-repeat;
    line-height: 50px;
    text-align: center;
    color: #3088ec;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px 0px rgba(29, 140, 248, 0.3);
    margin: 10px 0px 25px 10px;
}

    .return_btn a:hover {
        background: url(../images/return_btn.png) -170px 0px no-repeat;
    }

    .return_btn a:active {
        color: #4e77a5;
        background: url(../images/return_btn.png) -340px 0px no-repeat;
    }




/********** 找回密码-成功 **********/
.forpsd_suc_pic {
    width: 154px;
    height: 136px;
    margin: 20px auto;
    margin-top: 40px;
}

.forpsd_suc_text {
    width: 100%;
    height: auto;
    line-height: 22px;
    text-align: center;
}

.forpsd_suc_return_btn a {
    width: 170px;
    height: 50px;
    margin: 35px auto;
    display: block;
    background: url(../images/return_btn.png) no-repeat;
    color: #3088ec;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px 0px rgba(29, 140, 248, 0.3);
}

    .forpsd_suc_return_btn a:hover {
        background: url(../images/return_btn.png) -170px 0px no-repeat;
    }

    .forpsd_suc_return_btn a:active {
        color: #4e77a5;
        background: url(../images/return_btn.png) -340px 0px no-repeat;
    }




/********** 完善个人信息-专业实践基地管理员 **********/
.imp_deta_main {
    width: 100%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    box-sizing: border-box;
}

.imp_deta_from_tit {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

    .imp_deta_from_tit:before {
        content: "*";
        color: #cf0000;
        margin-right: 4px;
        position: relative;
        top: 2px;
    }

.imp_deta_from_tit_psd {
    font-size: 14px;
}

    .imp_deta_from_tit_psd:before {
        content: "";
    }

.imp_input {
    width: 70%;
    float: left;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}

.imp_error_tips {
    width: 70%;
    min-height: 20px;
    height: auto;
    color: #f37474;
    line-height: 20px;
    float: right;
    margin-top: -6px;
    text-align: left;
}

    .imp_error_tips img {
        height: 16px;
        margin: 1px 4px 0px 0px;
        float: left;
    }

.imp_submit_btn a {
    width: 170px;
    height: 50px;
    margin: 0px auto;
    display: block;
    background: url(../images/forget_btn.png) no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4px 0px rgba(29, 140, 248, 0.3);
    margin-top: 10px;
    margin-bottom: 20px;
}

.imp_subsuc_btn {
    margin-top: 35px;
    margin-bottom: 35px;
}

.field .el-switch {
    margin-top: 6px;
}

.imp_data_fromgroup {
    margin: 0px;
}




/********** 完善个人信息-企业导师 **********/
.imp_sup_from_tit:before {
    content: "";
}

.imp_sup_input {
    background-color: #eef5f9;
    border: 1px solid #cadbe6;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    width: 70%;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}

/*修改placeholder的默认颜色*/
input.imp_sup_input::-webkit-input-placeholder {
    color: #333;
}

input.imp_sup_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input.imp_sup_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}

input.imp_sup_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.imp_data_con {
    margin-top: 60px;
}





/********** 适配移动端样式 **********/
@media screen and (max-device-width: 768px) {

    .main {
        min-width: 300px;
        background: url(../images/login_bg.png) no-repeat center;
    }

    .login_header {
        height: auto;
        background-color: rgba(0,0,0,0);
    }

    .login_header_con {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login_logo {
        width: 303px;
        height: 92px;
        margin: 20px auto;
        background: url(../../LogoImage/InternB/logo_phone.png) no-repeat;
    }

        .login_logo img {
            display: none;
        }

    .login_tips {
        display: none;
    }

    .footer {
        margin-top: 20px;
        margin-bottom: 20px;
        text-shadow: #1177de 1px 0 0, #1177de 0 1px 0, #1177de -1px 0 0, #1177de 0 -1px 0;
    }

    .login_con {
        width: 90%;
        margin: 10px auto;
        padding: 16px 15px 0px 15px;
    }

    .ah-tab-item {
        font-size: 16px;
    }

    .field .icon_code a {
        margin: 0px 4px 0px 6px;
    }

        .field .icon_code a:active {
            text-decoration: underline;
        }

    .login_forgetp a:active {
        text-decoration: underline;
    }

    .login_btn a {
        width: 100%;
        height: 48px;
        line-height: 50px;
        border-radius: 4px;
        background-image: none;
        background-color: #268df6;
        background: linear-gradient(to left, #0d9dff, #268df6);
        border: 1px solid #117bdc;
    }

        .login_btn a:hover {
            background-image: none;
            background-color: #268df6;
            background: linear-gradient(to left, #0d9dff, #268df6);
            border: 1px solid #117bdc;
        }

        .login_btn a:active {
            background-image: none;
            background-color: #1076dd;
            background: linear-gradient(to left, #268df6, #1076dd);
            border: 1px solid #0e66bf;
        }

    .forget_btn a {
        font-size: 18px;
        width: 48%;
        height: 50px;
        line-height: 50px;
        border-radius: 4px;
        background-image: none;
        background-color: #268df6;
        background: linear-gradient(to left, #0d9dff, #268df6);
        border: 1px solid #117bdc;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px 0px rgba(29, 140, 248, 0.7);
        margin-right: 10px;
        margin-top: 0px;
    }

        .forget_btn a:hover, .imp_submit_btn a:hover {
            background-image: none;
            background-color: #268df6;
            background: linear-gradient(to left, #0d9dff, #268df6);
            border: 1px solid #117bdc;
        }

        .forget_btn a:active, .imp_submit_btn a:active {
            background-image: none;
            background-color: #1076dd;
            background: linear-gradient(to left, #268df6, #1076dd);
            border: 1px solid #0e66bf;
            box-shadow: inset 0px 0px 3px 0px rgba(6, 98, 191, 0.5);
        }

    .return_btn a {
        font-size: 18px;
        color: #3088ec;
        width: 48%;
        height: 50px;
        line-height: 50px;
        border-radius: 4px;
        background-image: none;
        background-color: #c6e9ff;
        border: 1px solid #9ad4ff;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px 0px rgba(29, 140, 248, 0.3);
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

        .return_btn a:hover, .forpsd_suc_return_btn a:hover {
            color: #3088ec;
            background-image: none;
            background-color: #c6e9ff;
        }

        .return_btn a:active, .forpsd_suc_return_btn a:active {
            color: #4e77a5;
            background-image: none;
            background-color: #b4d9f1;
            border: 1px solid #77b5dc;
            box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        }

    .forpsd_con .ah-tab > .ah-tab-item:hover {
        background-color: #ddf2ff;
    }

    .forpsd_suc_return_btn a {
        width: 170px;
        height: 50px;
        border-radius: 4px;
        margin: 35px auto;
        display: block;
        background-image: none;
        background-color: #c6e9ff;
        border: 1px solid #9ad4ff;
        color: #3088ec;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 1px;
        box-shadow: 0px 0px 4px 0px rgba(29, 140, 248, 0.3);
    }

    .imp_deta_from_tit {
        font-size: 14px;
        width: 30%;
    }

    .imp_input {
        width: 70%;
    }

    .imp_deta_from_tit_psd {
        font-size: 12px;
    }

    .forpsd_con_tit_text {
        font-size: 18px;
        font-weight: bold;
    }

    .forpsd_con_tit_texte {
        margin-top: 3px;
    }

    .forpsd_con_tit_ico {
        margin-top: 5px;
    }

    .imp_submit_btn a {
        font-size: 18px;
        width: 170px;
        height: 50px;
        line-height: 50px;
        border-radius: 4px;
        background-image: none;
        background-color: #268df6;
        background: linear-gradient(to left, #0d9dff, #268df6);
        border: 1px solid #117bdc;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px 0px rgba(29, 140, 248, 0.7);
    }

    .imp_error_tips {
        width: 70%;
        font-size: 12px;
        margin-top: -4px;
    }
}


@media screen and (max-device-width: 350px) {
    .imp_deta_from_tit {
        font-size: 14px;
        width: 34%;
    }

    .imp_input {
        width: 66%;
    }

    .forpsd_con_tit {
        height: 34px;
    }

    .forpsd_con_tit_ico {
        height: 28px;
        margin-top: 0px;
    }

    .forpsd_con_tit_text {
        width: 80%;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .forpsd_con_tit_texte {
        font-size: 10px;
        margin: 0px;
        line-height: 10px;
    }

    .imp_error_tips {
        width: 94%;
    }

    .ah-tab-item {
        font-size: 14px;
    }

    .field .icon_code img {
        transform: scale(0.80);
    }

    .field .icon_code a {
        margin: 0px;
    }

    .field .input {
        text-indent: 35px;
    }

    .forget_btn a, .return_btn a {
        width: 47%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .login_btn a {
        height: 40px;
        line-height: 42px;
        font-size: 20px;
        margin-top: 0px;
    }

    .forpsd_suc_return_btn a, .imp_submit_btn a {
        height: 40px;
        line-height: 42px;
    }

    .forpsd_suc_pic {
        margin-top: 20px;
    }

        .forpsd_suc_pic img {
            transform: scale(0.9);
        }

    .from_group .field .icon {
        width: 40px;
    }

    .imp_deta_from_tit_psd {
        width: 75%;
    }
}



/********** 首页-基地管理员 **********/
.index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #258df6;
    background: -webkit-linear-gradient(left,#258df6,#0e9dff);
    z-index: 100;
}

.index_header_logo {
    float: left;
    margin: 20px 0px 0px 25px;
}

.index_header_topnav {
    float: right;
    color: #fff;
    padding: 24px 30px 0px 0px;
}

.topnav_user {
    width: 166px;
    height: 40px;
    background: url(../images/index_user_bg.png) no-repeat;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 42px;
    color: #268df6;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff;
    float: left;
    display: inline-block;
    margin-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topnav_btn {
    float: left;
    display: inline-block;
    position: relative;
}

    .topnav_btn i {
        width: 28px;
        height: 40px;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

        .topnav_btn i.i_tips {
            background: url(../images/index_head_ico.png) no-repeat 0 center;
        }

        .topnav_btn i.i_help {
            background: url(../images/index_head_ico.png) no-repeat -28px center;
        }

        .topnav_btn i.i_password {
            background: url(../images/index_head_ico.png) no-repeat -56px center;
        }

        .topnav_btn i.i_quit {
            background: url(../images/index_head_ico.png) no-repeat -84px center;
        }

        .topnav_btn i.i_wechat {
            background: url(../images/index_head_ico.png) no-repeat -112px center;
        }

    .topnav_btn a {
        width: 28px;
        height: 40px;
        display: block;
        margin: 0px 14px;
        position: relative;
    }

        .topnav_btn a:hover:after {
            content: attr(data-title); /*取到data-title属性的值*/
            display: inline-block;
            width: 80px;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            font-weight: bold;
            color: #268df6;
            text-align: center;
            text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff;
            background-color: rgba(198,233,255,0.9);
            border-radius: 20px;
            position: absolute;
            top: 50px;
            left: -26px;
            box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5), 0 0 0 2px #1a89fa;
        }

        .topnav_btn a:hover .nav_triangle {
            z-index: 10;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #1a89fa;
            position: absolute;
            left: 36%;
            top: 42px;
        }

            .topnav_btn a:hover .nav_triangle:before {
                content: '';
                position: absolute;
                top: 3px;
                left: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid rgba(198,233,255,0.9);
                position: absolute;
                margin-left: -5px;
                z-index: 11;
            }


            .topnav_btn a:hover .nav_triangle:after {
                content: '';
                position: absolute;
                top: 2px;
                left: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid rgba(255,255,255,0.5);
                position: absolute;
                margin-left: -6px;
                z-index: 12;
            }

    .topnav_btn i b {
        position: absolute;
        top: 2px;
        right: -2px;
        width: 16px;
        height: 16px;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 50%;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        background: #e02021;
    }

.index_con {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_leftsidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background: #fff;
    box-shadow: 3px 0px 8px 0px rgba(221,236,247,0.8);
    box-sizing: border-box;
    padding-top: 110px;
    z-index: 50;
}

    .index_leftsidebar ul li {
        list-style: none;
        margin-top: 5px;
    }

        .index_leftsidebar ul li a {
            width: 100%;
            height: 50px;
            display: block;
            line-height: 52px;
            color: #333;
            font-size: 16px;
            transition: all 0.15s ease;
        }

            .index_leftsidebar ul li a:hover {
                background: #def1ff;
                color: #268df6;
                box-shadow: inset 0 0 7px 0 rgba(38,141,246,0.1);
            }

            .index_leftsidebar ul li a.active {
                background: #def1ff;
                color: #268df6;
                box-shadow: inset 0 0 7px 0 rgba(38,141,246,0.1), inset -4px 0 0 0 #268df6;
            }

    .index_leftsidebar i {
        width: 22px;
        height: 50px;
        float: left;
        box-sizing: border-box;
        margin-left: 36px;
        margin-right: 8px;
    }

        .index_leftsidebar i.i_home {
            background: url(../images/nav_i_home.png) no-repeat 0 center;
        }

    .index_leftsidebar a:hover i.i_home,
    .index_leftsidebar a.active i.i_home {
        background: url(../images/nav_i_home.png) no-repeat -22px center;
    }

    .index_leftsidebar i.i_edit {
        background: url(../images/nav_i_edit.png) no-repeat 0 center;
    }

    .index_leftsidebar a:hover i.i_edit,
    .index_leftsidebar a.active i.i_edit {
        background: url(../images/nav_i_edit.png) no-repeat -22px center;
    }

    .index_leftsidebar i.i_search {
        background: url(../images/nav_i_search.png) no-repeat 0 center;
    }

    .index_leftsidebar a:hover i.i_search,
    .index_leftsidebar a.active i.i_search {
        background: url(../images/nav_i_search.png) no-repeat -22px center;
    }

    .index_leftsidebar i.i_setting {
        background: url(../images/nav_i_setting.png) no-repeat 0 center;
    }

    .index_leftsidebar a:hover i.i_setting,
    .index_leftsidebar a.active i.i_setting {
        background: url(../images/nav_i_setting.png) no-repeat -22px center;
    }

.index_countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #268df6;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #def1ff;
    border-top: 1px solid #a8d8f6;
    text-align: center;
    font-size: 12px;
    box-shadow: inset 0 0 5px 0 #c6e7ff;
}


.index_box_con {
    flex: 1;
    display: flex;
    height: auto;
    margin-top: 90px;
    margin-left: 220px;
    overflow: auto;
    box-sizing: border-box;
}

.index_main {
    flex: 1;
    display: flex;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding: 32px;
}

    .index_main .panel_left {
        flex: 1;
        float: left;
    }

    .index_main .panel_right {
        width: 406px;
        height: calc(100vh - (158px));
        overflow: hidden;
        float: left;
        background: #fff;
        border-radius: 10px;
        border: 2px solid #e2edf5;
        box-shadow: 0 0 12px 0 rgba(0,0,0,0.02);
        margin-left: 32px;
    }

.panel_left_stats ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

    .panel_left_stats ul li {
        flex: 1;
        display: flex;
        align-items: center;
        height: 170px;
        background-color: #e7f3fc;
        box-shadow: inset 0 0 10px 0 rgba(183,211,250,.5);
        border-radius: 10px;
        margin-right: 32px;
    }

        .panel_left_stats ul li:last-of-type {
            margin-right: 0px;
        }

        .panel_left_stats ul li .item_icon {
            width: 70px;
            height: 70px;
            border-radius: 10px;
            background-color: #f2e8b9;
            float: left;
            margin-left: 40px;
            margin-right: 20px;
        }

        .panel_left_stats ul li.item_pro {
            background: #e7f3fc url(../images/stats_i_pro_big.png) no-repeat right bottom;
        }

            .panel_left_stats ul li.item_pro .item_icon {
                background: #f2e8b9 url(../images/stats_i_pro.png) no-repeat center center;
            }

        .panel_left_stats ul li.item_stu {
            background: #e7f3fc url(../images/stats_i_stu_big.png) no-repeat right bottom;
        }

            .panel_left_stats ul li.item_stu .item_icon {
                background: #c9e5f9 url(../images/stats_i_stu.png) no-repeat center center;
            }

        .panel_left_stats ul li.item_tea {
            background: #e7f3fc url(../images/stats_i_tea_big.png) no-repeat right bottom;
        }

            .panel_left_stats ul li.item_tea .item_icon {
                background: #c5efce url(../images/stats_i_tea.png) no-repeat center center;
            }

        .panel_left_stats ul li .item_text {
            flex: 1;
            overflow: hidden;
            box-sizing: border-box;
            padding-right: 20px;
        }

            .panel_left_stats ul li .item_text h2 {
                font-weight: normal;
                font-size: 22px;
                color: #060a19;
            }

            .panel_left_stats ul li .item_text p {
                font-size: 30px;
                font-weight: bold;
                color: #f72121;
            }

                .panel_left_stats ul li .item_text p b {
                    font-weight: normal;
                    color: #666;
                    font-size: 18px;
                    margin-left: 2px;
                }

@media screen and (max-width: 1440px) {
    .panel_left_stats ul li .item_icon {
        margin-left: 20px;
        margin-right: 10px;
    }

    .panel_left_stats ul li .item_text {
        padding-right: 4px;
    }

        .panel_left_stats ul li .item_text h2 {
            font-size: 16px;
            font-weight: bold;
        }

        .panel_left_stats ul li .item_text p {
            font-size: 24px;
        }
}

.panel_left_chart {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e2edf5;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.02);
    margin-top: 32px;
}

    .panel_left_chart .panel_tit,
    .panel_right .panel_tit {
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-bottom: 2px solid #e2edf5;
    }

        .panel_left_chart .panel_tit h3,
        .panel_right .panel_tit h3 {
            display: inline-block;
            float: left;
            font-size: 18px;
            color: #060a19;
        }

            .panel_left_chart .panel_tit h3 i,
            .panel_right .panel_tit h3 i {
                float: left;
                position: relative;
                top: 16px;
                width: 6px;
                height: 20px;
                margin-right: 12px;
                background: linear-gradient(to top, #268df6, #79b3ee);
            }

        .panel_left_chart .panel_tit .btn,
        .panel_right .panel_tit .btn {
            display: inline-block;
            float: right;
        }

            .panel_left_chart .panel_tit .btn a,
            .panel_right .panel_tit .btn a,
            .panel_biztea_info .biztea_btn a {
                width: auto;
                height: 28px;
                line-height: 28px;
                box-sizing: border-box;
                border-radius: 10px;
                padding: 0 24px;
                background: #e7f3fc;
                display: inline-block;
                margin-right: 18px;
                box-shadow: 1px 4px 5px 0 rgba(38,141,246,.3);
                color: #268df6;
                font-size: 16px;
                transition: all 0.2s ease;
                cursor: pointer;
            }

                .panel_left_chart .panel_tit .btn a:hover,
                .panel_right .panel_tit .btn a:hover,
                .panel_biztea_info .biztea_btn a:hover {
                    background: #268df6;
                    color: #fff;
                }

                .panel_left_chart .panel_tit .btn a:active,
                .panel_right .panel_tit .btn a:active,
                .panel_biztea_info .biztea_btn a:active {
                    box-shadow: inset 0 3px 5px 0 #1274d8;
                }

                .panel_left_chart .panel_tit .btn a.active,
                .panel_left_chart .panel_tit .btn a.active:hover {
                    background: #268df6;
                    color: #fff;
                }

    .panel_left_chart .panel_con {
        width: 100%;
        height: calc(100vh - (414px));
        overflow: hidden;
        display: block;
        box-sizing: border-box;
        padding: 10px 20px;
    }

.panel_right .panel_tit .btn a.btn_blue,
.panel_biztea_info .biztea_btn a.btn_blue {
    color: #fff;
    background: #268df6;
}

.panel_right .panel_tit .btn a:hover.btn_blue,
.panel_biztea_info .biztea_btn a:hover.btn_blue {
    background: #6bb4ff;
}

.panel_right .panel_tit .btn a:active.btn_blue,
.panel_biztea_info .biztea_btn a:active.btn_blue {
    box-shadow: inset 0 3px 5px 0 #499ef5;
}

.panel_right .panel_info_sum {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 2px solid #e2edf5;
}

    .panel_right .panel_info_sum .base_logo {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #e7f3fc;
        border: 4px solid #fff;
        box-shadow: 0 0 0 2px #f0f0f0, 0 0 12px 0 rgba(0,0,0,0.1);
        overflow: hidden;
        margin: 14px auto;
        box-sizing: border-box;
    }

        .panel_right .panel_info_sum .base_logo img {
            width: 120px;
            height: 120px;
            max-height: 100%;
            max-width: 100%;
            display: block;
            object-fit: cover;
        }

    .panel_right .panel_info_sum .base_name {
        font-size: 20px;
        font-weight: bold;
        color: #060a19;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .panel_right .panel_info_sum .base_category {
        width: auto;
        height: 24px;
        line-height: 24px;
        border-radius: 4px;
        background: #def1ff;
        border: 1px dashed #74b1ef;
        text-align: center;
        font-size: 14px;
        color: #268df6;
        display: inline-block;
        margin: 10px auto;
        box-sizing: border-box;
        padding: 0 16px;
    }

    .panel_right .panel_info_sum .base_category_province {
        background: #ccf7d2;
        border-color: #5bbd69;
        color: #38a647;
    }

    .panel_right .panel_info_sum .base_category_country {
        background: #ffdede;
        border-color: #e27a7a;
        color: #e12f2f;
    }

.panel_right .panel_info_dtl {
    width: 100%;
    height: calc(100vh - (464px));
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

    .panel_right .panel_info_dtl ul li {
        display: flex;
        font-size: 16px;
        line-height: 32px;
        margin-top: 10px;
    }

        .panel_right .panel_info_dtl ul li span {
            width: 84px;
            margin-right: 16px;
            color: #7f94a8;
        }

        .panel_right .panel_info_dtl ul li b {
            flex: 1;
            word-break: break-word;
            color: #060a19;
            font-weight: normal;
        }


/* 提示弹窗 */
.prabase_win_main {
    visibility: hidden;
    width: 400px;
    min-height: 200px;
    height: auto;
    background: #fff;
    border-radius: 12px;
    z-index: 9903;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE9及以上支持 */
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -o-transform: translate(-50%,-50%); /* Opera */
    -moz-transform: translate(-50%,-50%); /* Firefox */
}

.prabase_win_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: rgba(0,0,0,.4);
    z-index: 9902;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.prabase_win_main a {
    cursor: pointer;
}

    .prabase_win_main a:hover {
        text-decoration: none;
    }

.prabase_win_main .win_tit {
    width: 100%;
    height: 50px;
    background-color: #edf1f9;
    border-bottom: 2px solid #dce3f1;
    border-radius: 12px 12px 0px 0px;
    text-align: left;
    color: #546f88;
    font-size: 20px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: -apple-system,Helvetica,Arial,"PingFang SC","WenQuanYi Micro Hei";
}

.prabase_win_main .btn_colose a {
    position: absolute;
    display: block;
    right: 18px;
    top: 18px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url(../images/prabase_win_close.png) no-repeat;
}

    .prabase_win_main .btn_colose a:hover {
        background: url(../images/prabase_win_close.png) -16px 0 no-repeat;
    }

.prabase_win_main .win_con {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 30px 6px 30px;
    word-break: break-word;
    text-align: center;
    overflow: hidden;
}

.prabase_win_main .tipswin_ico {
    display: block;
    margin-bottom: 16px;
}

.prabase_win_main .win_con_msg {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
    font-size: 18px;
    color: #777;
    line-height: 30px;
}

    .prabase_win_main .win_con_msg p {
        margin: 0;
        text-align: left;
        display: inline-block;
        line-height: inherit;
    }

.topware_tips_win .win_con_msg p {
    margin-bottom: 6px;
}

.prabase_win_main .win_btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 22px 0;
}

.prabase_win_main .item_btn {
    width: 100%;
    height: auto;
    display: table;
}

    .prabase_win_main .item_btn .item_btn_row {
        display: table-row;
        text-align: center;
        vertical-align: middle;
    }

        .prabase_win_main .item_btn .item_btn_row span {
            margin: 0 20px;
        }

.prabase_win_main .win_btn_default a {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: 34px;
    text-align: center;
    color: #268df6;
    border-radius: 18px;
    text-decoration: none;
    font-size: 16px;
    line-height: 34px;
    background-color: #f0f7ff;
    box-sizing: border-box;
    padding: 0 12px;
    box-shadow: inset 0 0 0 1px #7abbff,0 5px 6px 0 rgba(38,141,246,.2);
}

    .prabase_win_main .win_btn_default a:hover {
        background-color: #167ff0;
        background: -webkit-linear-gradient(left,#2792ff,#167ff0);
        color: #fff;
        border: 0;
        box-shadow: 0 5px 6px 0 rgba(38,141,246,.2);
    }

    .prabase_win_main .win_btn_default a:active {
        background: #0a70de;
        box-shadow: inset 0 0 8px 0 rgba(19,80,180,.6);
    }

.prabase_win_main .win_btn_blue a {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    font-size: 16px;
    line-height: 34px;
    background-color: #167ff0;
    background: -webkit-linear-gradient(left,#2792ff,#167ff0);
    box-sizing: border-box;
    padding: 0 12px;
    box-shadow: 0 5px 6px 0 rgba(38,141,246,.4);
}

    .prabase_win_main .win_btn_blue a:hover {
        background-color: #2e8ff7;
        background: -webkit-linear-gradient(left,#54a9ff,#2e8ff7);
        color: #fff;
    }

    .prabase_win_main .win_btn_blue a:active {
        background: #0a70de;
        box-shadow: inset 0 0 8px 0 rgba(19,80,180,.6);
    }

.prabase_win_main .win_btn_red a {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    font-size: 16px;
    line-height: 34px;
    background-color: #e12f2f;
    background: -webkit-linear-gradient(left,#f05f5f,#e12f2f);
    box-sizing: border-box;
    padding: 0 12px;
    box-shadow: 0 5px 6px 0 rgba(244,50,50,.4);
}

    .prabase_win_main .win_btn_red a:hover {
        background-color: #ef4e4e;
        background: -webkit-linear-gradient(left,#f87979,#ef4e4e);
        color: #fff;
    }

    .prabase_win_main .win_btn_red a:active {
        background: #d93434;
        box-shadow: inset 0 0 8px 0 rgba(186,12,12,.4);
    }

    .prabase_win_main .win_btn_default a.btn_disable,
    .prabase_win_main .win_btn_blue a.btn_disable,
    .prabase_win_main .win_btn_red a.btn_disable {
        opacity: 0.4;
        filter: alpha(opacity=40);
        pointer-events: none;
        cursor: default;
    }


/* 修改密码弹窗 */
.w340 {
    width: 340px;
}

.prabase_win_main .changepsd_win_con {
    flex-direction: column;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    word-break: break-word;
    overflow: hidden;
}

.prabase_win_main .win_tips {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    overflow: hidden;
    background: #fff5e6;
    border: 1px solid #ffebcc;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #ff9900;
    padding: 8px 10px 6px 10px;
}

    .prabase_win_main .win_tips i {
        display: inline-block;
        float: left;
        width: 16px;
        height: 16px;
        background: url(../images/win_i_tips.png) no-repeat;
        position: relative;
        top: 2px;
    }

    .prabase_win_main .win_tips b {
        flex: 1;
        font-weight: normal;
        margin-left: 6px;
    }

.prabase_win_main .win_item_form {
    flex: 1;
    width: 100%;
    height: auto;
    margin-top: 14px;
}

    .prabase_win_main .win_item_form h4 {
        position: relative;
        display: block;
        color: #7f94a8;
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
    }

        .prabase_win_main .win_item_form h4 .t_red {
            color: #f46868;
            font-weight: normal;
        }

        .prabase_win_main .win_item_form h4 em {
            color: #f46868;
            font-weight: bold;
            position: relative;
            top: 2px;
            margin-right: 2px;
        }

    .prabase_win_main .win_item_form input {
        position: relative;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        border-radius: 6px;
        border: 1px solid #dce3f1;
        line-height: 40px;
        padding: 0 10px;
        background: #fff;
        font-size: 16px;
        color: #333;
    }

        .prabase_win_main .win_item_form input:focus,
        .prabase_win_main .win_item_form textarea:focus {
            position: relative;
            border-color: #44a1ff;
            outline: 0;
            box-shadow: inset 0 0 0 1px #44a1ff, 0 0 6px 0 rgba(39,146,255,.4);
        }

        .prabase_win_main .win_item_form input.inp_error,
        .prabase_win_main .win_item_form input.inp_error:focus,
        .prabase_win_main .win_item_form textarea.textarea_error,
        .prabase_win_main .win_item_form textarea.textarea_error:focus {
            position: relative;
            border-color: #f44f4f;
            outline: 0;
            box-shadow: inset 0 0 0 1px #f44f4f, 0 0 6px 0 rgba(255,39,39,.4);
        }

        .prabase_win_main .win_item_form input:disabled,
        .prabase_win_main .win_item_form textarea:disabled {
            background: #fafbfd;
            color: #888;
            border-color: #e1e6f0;
            cursor: not-allowed;
        }

    .prabase_win_main .win_item_form textarea {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        border: 1px solid #dce3f1;
        border-radius: 6px;
        background-color: #fff;
        padding: 4px 10px;
        resize: none;
        color: #333;
        line-height: 20px;
        font-size: 14px;
        font-family: arial, "Microsoft YaHei";
    }

    .prabase_win_main .win_item_form .prabase_sel {
        width: 100%;
        display: inline-block;
        overflow-x: hidden;
        height: 40px;
        background: #fff url(../images/prabase_sel_arrow.png) right center no-repeat;
        border: 1px solid #dce3f1;
        border-radius: 6px;
        color: #333;
        font-size: 16px;
        vertical-align: middle;
        float: left;
    }

        .prabase_win_main .win_item_form .prabase_sel select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            background: white\9 \0;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            width: 100%;
            border-radius: 4px;
            background: none;
            border: none;
            color: #333;
            padding: 0px 36px 0px 10px;
        }

            .prabase_win_main .win_item_form .prabase_sel select:focus {
                border-color: #44a1ff;
                outline: 0;
                box-shadow: inset 0 0 0 2px #44a1ff;
            }

            .prabase_win_main .win_item_form .prabase_sel select::-ms-expand {
                display: none;
                border: 0px;
                width: 0px;
            }

    .prabase_win_main .win_item_form .prabase_sel_dis select {
        background: #fafbfd url(../images/prabase_sel_arrow.png) right center no-repeat;
        color: #888;
        border-color: #e1e6f0;
    }

        .prabase_win_main .win_item_form .prabase_sel_dis select:disabled {
            color: #888;
            cursor: not-allowed;
            opacity: 1;
        }

    .prabase_win_main .win_item_form .prabase_sel_error {
        border-color: #f44f4f;
        outline: 0;
        box-shadow: inset 0 0 0 1px #f44f4f, 0 0 6px 0 rgba(255,39,39,.4);
    }

        .prabase_win_main .win_item_form .prabase_sel_error select:focus {
            border: 0;
            box-shadow: none;
        }



/* 修改基地信息弹窗 */
.w940 {
    width: 940px;
}

.prabase_win_main .changepsd_win_con .base_logo {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #e7f3fc;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #f0f0f0, 0 0 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}

    .prabase_win_main .changepsd_win_con .base_logo img {
        width: 130px;
        height: 130px;
        max-height: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
    }

    .prabase_win_main .changepsd_win_con .base_logo a {
        width: 100%;
        height: 34px;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-shadow: 1px 0 1px #666, -1px 0 1px #666, 0 1px 1px #666, 0 -1px 1px #666;
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,.2);
        font-family: -apple-system,Helvetica,Arial,"PingFang SC","WenQuanYi Micro Hei";
    }

        .prabase_win_main .changepsd_win_con .base_logo a:hover {
            background: rgba(0,0,0,.3);
        }

.prabase_win_main .changepsd_win_con .base_name {
    font-size: 20px;
    font-weight: bold;
    color: #060a19;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 9px;
}

.change_base_info_win_con {
    width: 100%;
    height: auto;
    max-height: 650px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.prabase_win_main .win_form_col_odd {
    display: flex;
}

    .prabase_win_main .win_form_col_odd .win_item_form:nth-child(even) {
        margin-left: 40px;
        margin-right: 40px;
    }


/* 消息盒弹窗 */
.w500 {
    width: 500px;
}

.prabase_win_main .msgbox_win_con {
    width: 100%;
    height: auto;
    max-height: 658px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 20px;
}

    .prabase_win_main .msgbox_win_con ul li {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 20px;
        border-bottom: 1px dashed #e4e4e4;
    }

.tips_tag_green {
    width: auto;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    background: #ccf7d2;
    border: 1px dashed #5bbd69;
    text-align: center;
    font-size: 14px;
    color: #38a647;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

.tips_tag_blue {
    width: auto;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    background: #def1ff;
    border: 1px dashed #74b1ef;
    text-align: center;
    font-size: 14px;
    color: #268df6;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

.tips_tag_greyblue {
    width: auto;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    background: #e0eef8;
    border: 1px dashed #aebec9;
    text-align: center;
    font-size: 14px;
    color: #638ca9;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

.tips_tag_red {
    width: auto;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    background: #ffdede;
    border: 1px dashed #e27a7a;
    text-align: center;
    font-size: 14px;
    color: #e12f2f;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}


.prabase_win_main .msgbox_win_con ul li span {
    flex: 1;
    margin-left: 8px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .prabase_win_main .msgbox_win_con ul li span b {
        font-size: 14px;
        font-weight: normal;
        color: #888;
        margin-left: 4px;
    }

.prabase_win_main .msgbox_win_con ul li a {
    width: auto;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 24px;
    background: #268df6;
    display: inline-block;
    box-shadow: 1px 4px 5px 0 rgb(38 141 246 / 30%);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

    .prabase_win_main .msgbox_win_con ul li a:hover {
        background: #6bb4ff;
    }

    .prabase_win_main .msgbox_win_con ul li a:active {
        box-shadow: inset 0 3px 5px 0 #499ef5;
    }

.prabase_win_main .msgbox_win_con .nodata {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .prabase_win_main .msgbox_win_con .nodata img {
        width: 120px;
        margin: 0 auto;
        display: block;
    }

    .prabase_win_main .msgbox_win_con .nodata p {
        line-height: 36px;
        font-size: 22px;
        color: #55a6f1;
        margin-top: 20px;
    }


/* 补签审核弹窗 */
.w640 {
    width: 640px;
}

.prabase_win_main .win_form_col_even {
    display: flex;
}

    .prabase_win_main .win_form_col_even .win_item_form:nth-child(even) {
        margin-left: 40px;
    }

.prabase_win_main .pt0 {
    padding-top: 0;
}



/********** 首页-企业导师 **********/
.index_main_biztea {
    display: block;
}

.panel_biztea_info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 196px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e2edf5;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.02)
}

    .panel_biztea_info .biztea_avatar {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: #e7f3fc;
        border: 4px solid #fff;
        box-shadow: 0 0 0 2px #f0f0f0, 0 0 12px 0 rgb(0 0 0 / 10%);
        overflow: hidden;
        box-sizing: border-box;
        float: left;
        margin-left: 60px;
        margin-right: 20px;
    }

        .panel_biztea_info .biztea_avatar img {
            width: 140px;
            height: 140px;
            max-height: 100%;
            max-width: 100%;
            display: block;
            object-fit: cover;
        }

    .panel_biztea_info .biztea_info {
        flex: 1;
        overflow: hidden;
    }

        .panel_biztea_info .biztea_info .name {
            position: relative;
            font-size: 26px;
            color: #060a19;
            margin-bottom: 12px;
        }

            .panel_biztea_info .biztea_info .name img {
                position: relative;
                top: 4px;
                left: 8px;
            }

        .panel_biztea_info .biztea_info .info_row {
            display: flex;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .panel_biztea_info .biztea_info .info_row span {
                flex: 1;
                max-width: 320px;
                font-size: 18px;
                line-height: 36px;
                color: #060a19;
                margin-right: 80px;
                overflow: hidden;
            }

                .panel_biztea_info .biztea_info .info_row span p {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .panel_biztea_info .biztea_info .info_row span p b {
                        font-weight: normal;
                        color: #7f94a8;
                        margin-right: 16px;
                    }

    .panel_biztea_info .biztea_btn {
        position: absolute;
        top: 12px;
        right: 0;
    }

.index_main_biztea .panel_left_chart {
    margin-top: 22px;
    box-sizing: border-box;
}

    .index_main_biztea .panel_left_chart .panel_con {
        height: calc(100vh - (430px));
        overflow-y: auto;
        padding: 10px;
    }

.index_main_biztea .panel_con ul {
    display: flex;
    flex-flow: row wrap;
}

    .index_main_biztea .panel_con ul li {
        display: block;
        flex: 0 0 16.66666666%;
        max-width: 16.66666666%;
        box-sizing: border-box;
        padding: 10px;
    }

        .index_main_biztea .panel_con ul li .panel_con_item {
            background: #fff;
            border-radius: 8px;
            box-shadow: inset 0 0 0 2px #d8dfe4, 0 0 12px 0 rgba(0,0,0,0.04);
            transition: all 0.15s ease;
            overflow: hidden;
        }

            .index_main_biztea .panel_con ul li .panel_con_item:hover {
                box-shadow: 0 0 0 2px #268df6, 0 0 10px 3px rgba(38,141,246,0.3);
                transform: perspective(1px) scale(1.03, 1.03);
                -webkit-transform: scale(1.03, 1.03);
                cursor: pointer;
            }

        .index_main_biztea .panel_con ul li .avatar,
        .prabase_win_main .changepsd_win_con .stu_avatar {
            width: 120px;
            height: 140px;
            border-radius: 4px;
            background: #fff;
            border: 2px solid #fff;
            box-shadow: 0 0 0 2px #e2edf5;
            overflow: hidden;
            box-sizing: border-box;
            margin: 0 auto;
            margin-top: 16px;
        }

            .index_main_biztea .panel_con ul li .avatar img,
            .prabase_win_main .changepsd_win_con .stu_avatar img {
                width: 120px;
                height: 140px;
                max-height: 100%;
                max-width: 100%;
                display: block;
                object-fit: cover;
            }

        .index_main_biztea .panel_con ul li .name,
        .prabase_win_main .changepsd_win_con .stu_name {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 18px;
            color: #333;
            margin: 4px auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            padding: 0 10px;
            font-family: -apple-system,Helvetica,Arial,"PingFang SC","WenQuanYi Micro Hei";
        }

            .index_main_biztea .panel_con ul li .name img,
            .prabase_win_main .changepsd_win_con .stu_name img {
                width: 22px;
                height: 22px;
                position: relative;
                top: 4px;
                left: 6px;
            }

        .index_main_biztea .panel_con ul li .info_list {
            display: flex;
            justify-content: space-between;
            line-height: 34px;
            border-bottom: 1px dashed #e4e4e4;
            box-sizing: border-box;
            padding: 0 14px;
        }

            .index_main_biztea .panel_con ul li .info_list h5 {
                font-weight: normal;
                color: #7f94a8;
                text-align: left;
                font-size: 14px;
                margin-right: 10px;
            }

            .index_main_biztea .panel_con ul li .info_list span {
                flex: 1;
                color: #666;
                text-align: right;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: relative;
            }

                .index_main_biztea .panel_con ul li .info_list span i {
                    position: relative;
                    top: 5px;
                    float: right;
                    min-width: 64px;
                }

                .index_main_biztea .panel_con ul li .info_list span a {
                    width: auto;
                    height: 24px;
                    line-height: 24px;
                    border-radius: 4px;
                    background-color: #167ff0;
                    background: -webkit-linear-gradient(left,#2792ff,#167ff0);
                    text-align: center;
                    font-size: 14px;
                    color: #fff;
                    display: inline-block;
                    box-sizing: border-box;
                    padding: 0 18px;
                    box-shadow: 1px 4px 5px 0 rgba(38,141,246,.3);
                }


                    .index_main_biztea .panel_con ul li .info_list span a:hover {
                        background: #51a7ff;
                    }

                    .index_main_biztea .panel_con ul li .info_list span a:active {
                        background: #0a70de;
                        box-shadow: inset 0 0 8px 0 rgba(19,80,180,.6);
                    }

        .index_main_biztea .panel_con ul li .btn {
            text-align: center;
        }

            .index_main_biztea .panel_con ul li .btn a {
                position: relative;
                width: auto;
                height: 32px;
                line-height: 30px;
                border-radius: 16px;
                background: #def1ff;
                border: 2px solid #c0e1f9;
                box-sizing: border-box;
                text-align: center;
                color: #268df6;
                font-weight: bold;
                text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff;
                padding: 0 30px;
                display: inline-block;
                margin: 12px auto;
            }

                .index_main_biztea .panel_con ul li .btn a:hover {
                    background: #ecf7ff;
                }

                .index_main_biztea .panel_con ul li .btn a:active {
                    background: #def1ff;
                    box-shadow: inset 0 3px 10px 0 rgba(38,141,246,0.3);
                }

                .index_main_biztea .panel_con ul li .btn a img {
                    position: relative;
                    top: 3px;
                    right: 4px;
                }

@media screen and (max-width: 1440px) {
    .panel_biztea_info .biztea_info .info_row span {
        margin-right: 40px;
    }

    .index_main_biztea .panel_con ul li {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (max-width: 1366px) {
    .index_main_biztea .panel_con ul li {
        flex: 0 0 25%;
        max-width: 25%
    }

    .index_main_biztea .panel_left_chart .panel_tit .btn a {
        padding: 0 12px;
        margin-right: 8px;
    }
}


/* 查看学生详情弹窗 */
.prabase_win_main .changepsd_win_con .stu_avatar {
    margin-top: 0;
}

.stu_infodtl_win_con {
    width: 100%;
    height: auto;
    max-height: 430px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}

.prabase_table_info {
    border-top: 1px solid #c0e1f9;
}

    .prabase_table_info table {
        width: 100%;
        border-collapse: unset;
        border-spacing: 0;
        background-color: #fff;
        color: #333;
        text-align: center;
        border-right: 1px solid #c0e1f9;
    }

        .prabase_table_info table tbody tr td {
            border-left: 1px solid #c0e1f9;
            border-bottom: 1px solid #c0e1f9;
            padding: 8px;
            min-height: 20px;
            line-height: 26px;
            font-size: 15px;
            word-break: break-word;
            text-align: left;
        }

        .prabase_table_info table td.tb_tit {
            width: 100px;
            background: #f4faff;
            color: #7f94a8;
            text-align: right;
            position: inherit;
        }

        .prabase_table_info table tbody tr td u {
            color: #268df6;
            float: left;
            display: inline-block;
        }

        .prabase_table_info table tbody tr td span {
            margin-left: 10px;
        }

.prabase_sbtn_green a {
    width: auto;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #5bbd69;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 18px;
    box-shadow: 1px 4px 5px 0 rgba(91,189,105,.3);
}

    .prabase_sbtn_green a:hover {
        background: #6bcb78;
    }

    .prabase_sbtn_green a:active {
        background: #42b051;
        box-shadow: inset 0 3px 5px 0 rgba(23,150,40,.5);
    }

.prabase_sbtn_blue a {
    width: auto;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #268df6;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 18px;
    box-shadow: 1px 4px 5px 0 rgba(38,141,246,.3);
}

    .prabase_sbtn_blue a:hover {
        background: #51a7ff;
    }

    .prabase_sbtn_blue a:active {
        background: #0a70de;
        box-shadow: inset 0 0 8px 0 rgba(19,80,180,.6);
    }


/* 月报检查弹窗 */
.w800 {
    width: 800px;
}

.mthly_insp_win_con {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    font-family: -apple-system,Helvetica,Arial,"PingFang SC","WenQuanYi Micro Hei";
}

    .mthly_insp_win_con .stu_info {
        position: relative;
    }

        .mthly_insp_win_con .stu_info ul {
            display: flex;
            width: 100%;
            height: auto;
            overflow: hidden;
            box-sizing: border-box;
            padding: 0 30px;
        }

            .mthly_insp_win_con .stu_info ul li {
                flex: 1;
                font-size: 18px;
                color: #7f94a8;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 60px;
                margin-right: 20px;
            }

                .mthly_insp_win_con .stu_info ul li b {
                    font-weight: normal;
                    color: #060a19;
                    overflow: hidden;
                }

.prabase_win_main .mthly_insp_win_con .stu_info ul li:last-of-type {
    flex-grow: 1.5;
}

.mthly_insp_win_con .stu_info ul li:nth-child(1) {
    flex-grow: 0.8;
}

.mthly_insp_win_con .stu_info:before {
    content: '';
    border-top: 1px dashed #e4e4e4;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*.mthly_insp_win_con .month_list:before {
    content: '';
    border-top: 1px dashed #e4e4e4;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}*/

.mthly_insp_win_con .month_list {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 530px;
    overflow-y: auto;
    display: block;
    box-sizing: border-box;
    padding: 16px;
}

    .mthly_insp_win_con .month_list ul {
        display: flex;
        flex-flow: row wrap;
    }

        .mthly_insp_win_con .month_list ul li {
            display: block;
            flex: 0 0 25%;
            max-width: 25%;
            box-sizing: border-box;
            padding: 10px;
        }

            .mthly_insp_win_con .month_list ul li > div {
                background: #fff;
                border-radius: 8px;
                box-shadow: 0 0 12px 0 rgb(0 0 0 / 4%);
                overflow: hidden;
                border: 2px solid #d8dfe4;
            }

                .mthly_insp_win_con .month_list ul li > div:hover {
                    border-color: #268df6;
                    box-shadow: 0 0 10px 3px rgba(38,141,246,0.3);
                    transform: perspective(1px) scale(1.03, 1.03);
                    -webkit-transform: scale(1.03, 1.03);
                    cursor: pointer;
                    transition: all 0.15s ease;
                }

                .mthly_insp_win_con .month_list ul li > div .tit {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    background: #def1ff;
                    text-align: center;
                    font-size: 18px;
                    color: #268df6;
                }

                .mthly_insp_win_con .month_list ul li > div .con {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    text-align: center;
                }

                    .mthly_insp_win_con .month_list ul li > div .con span,
                    .mthly_insp_win_con .month_list ul li > div .con span a {
                        min-width: 74px;
                        margin: 16px auto;
                        float: inherit;
                        line-height: 30px;
                        height: 30px;
                        font-size: 16px;
                        padding: 0 12px;
                    }

.mthly_insp_exa_win_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}

.maxh580 {
    max-height: 580px;
    overflow-y: auto;
}

.prabase_win_main .mthly_insp_exa_win_con .win_form_col_odd .win_item_form {
    margin-right: 40px;
}

    .prabase_win_main .mthly_insp_exa_win_con .win_form_col_odd .win_item_form:nth-child(even) {
        margin-left: 0;
        margin-right: 40px;
    }

    .prabase_win_main .mthly_insp_exa_win_con .win_form_col_odd .win_item_form:last-of-type {
        margin-right: 0;
    }

.prabase_win_main .win_item_form p u {
    color: #268df6;
    float: left;
    display: inline-block;
    font-size: 16px;
}

.prabase_win_main .win_item_form p span {
    margin-left: 10px;
}

.prabase_win_main .win_tips b .t_red {
    color: #ec3232;
    font-weight: bold;
}



/* clockpicker日期时间选择器 */
.tw_clockpicker_popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9920;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    . white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #74b1ef;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(38,141,246,.4);
    box-shadow: 0 3px 6px 0 rgba(38,141,246,.4);
}

    .tw_clockpicker_popover.top {
        margin-top: -10px;
    }

    .tw_clockpicker_popover.right {
        margin-left: 10px;
    }

    .tw_clockpicker_popover.bottom {
        margin-top: 10px;
    }

    .tw_clockpicker_popover.left {
        margin-left: -10px;
    }

    .tw_clockpicker_popover .popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e1e6f0;
        border-radius: 5px 5px 0 0;
    }

    .tw_clockpicker_popover .popover-content {
        padding: 9px 14px;
    }

    .tw_clockpicker_popover > .arrow,
    .tw_clockpicker_popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        overflow: visible;
        margin: 0;
        padding: 0;
        z-index: auto;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .tw_clockpicker_popover > .arrow {
        border-width: 11px;
    }

        .tw_clockpicker_popover > .arrow:after {
            content: "";
            border-width: 10px;
        }

    .tw_clockpicker_popover.top > .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999;
        border-top-color: rgba(0, 0, 0, .25);
        border-bottom-width: 0;
    }

        .tw_clockpicker_popover.top > .arrow:after {
            bottom: 1px;
            margin-left: -10px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0;
        }

    .tw_clockpicker_popover.right > .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: #999;
        border-right-color: rgba(0, 0, 0, .25);
        border-left-width: 0;
    }

        .tw_clockpicker_popover.right > .arrow:after {
            bottom: -10px;
            left: 1px;
            content: " ";
            border-right-color: #fff;
            border-left-width: 0;
        }

    .tw_clockpicker_popover.bottom > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0, 0, 0, .25);
    }

        .tw_clockpicker_popover.bottom > .arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
        }

    .tw_clockpicker_popover.left > .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #999;
        border-left-color: rgba(0, 0, 0, .25);
    }

        .tw_clockpicker_popover.left > .arrow:after {
            right: 1px;
            bottom: -10px;
            content: " ";
            border-right-width: 0;
            border-left-color: #fff;
        }

    .tw_clockpicker_popover .btn {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
    }

        .tw_clockpicker_popover .btn:focus,
        .tw_clockpicker_popover .btn:active:focus,
        .tw_clockpicker_popover .btn.active:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .tw_clockpicker_popover .btn:hover,
        .btn:focus {
            color: #333;
            text-decoration: none;
        }

        .tw_clockpicker_popover .btn:active,
        .tw_clockpicker_popover .btn.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(116, 177, 239, .5);
            box-shadow: inset 0 3px 5px rgba(116, 177, 239, .5);
        }

    .tw_clockpicker_popover .btn-default {
        color: #268df6;
        background-color: #f0f7ff;
        border-color: #7abbff;
    }

        .tw_clockpicker_popover .btn-default:hover,
        .tw_clockpicker_popover .btn-default:focus,
        .tw_clockpicker_popover .btn-default:active,
        .tw_clockpicker_popover .btn-default.active,
        .open .dropdown-toggle.btn-default {
            color: #268df6;
            background-color: #dfeeff;
            border-color: #7abbff;
        }

        .tw_clockpicker_popover .btn-default:active,
        .tw_clockpicker_popover .btn-default.active,
        .open .dropdown-toggle.btn-default {
            background-image: none;
        }

    .tw_clockpicker_popover .btn-block {
        display: block;
        width: 100%;
    }

    .tw_clockpicker_popover .text-primary {
        color: #268df6;
    }



.clockpicker .input-group-addon {
    cursor: pointer;
}

.clockpicker-moving {
    cursor: move;
}

.clockpicker-align-left.popover > .arrow {
    left: 25px;
}

.clockpicker-align-top.popover > .arrow {
    top: 17px;
}

.clockpicker-align-right.popover > .arrow {
    left: auto;
    right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
    top: auto;
    bottom: 6px;
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

    .clockpicker-popover .popover-title span {
        cursor: pointer;
    }

.clockpicker-popover .popover-content {
    background-color: #fafbfd;
    padding: 12px;
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tw_clockpicker_popover .clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.clockpicker-minutes {
    visibility: hidden;
}

.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}

    .clockpicker-tick.active,
    .clockpicker-tick:hover {
        background-color: rgb(192, 229, 247);
        background-color: rgba(0, 149, 221, .25);
    }

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;
}

    .clockpicker-button:hover {
        background-image: none;
        background-color: #ebebeb;
    }

    .clockpicker-button:focus {
        outline: none !important;
    }

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
    opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}

.clockpicker-canvas-out {
    opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: rgb(38, 141, 246);
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: rgb(222, 241, 255);
}

.clockpicker-canvas-bg-trans {
    fill: rgba(38, 141, 246, .25);
}

.clockpicker-canvas line {
    stroke: rgb(38, 141, 246);
    stroke-width: 1;
    stroke-linecap: round;
}

.stu_changestatus_bg {
    background: #ecf4fa;
    width: 100%;
    min-height: calc(100vh - (90px));
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
}