﻿@charset "UTF-8";
@import url("./icontfonts/iconfont.css");

/*@font-face {
    font-family: AlibabaRegular;
    src: url('./font/Alibaba-PuHuiTi-Regular.ttf')
}*/


:root {
    /* 主题色 */
    /*--mainColor: #5873fc;*/
    --mainColor: #7287fa;
    /* 按钮hover颜色 */
    --hoverColor: #5873fc;
    /* 顶部背景色 */
    --topBgColor: #324fe2;
    --topInfoHoverBg: #7287fa;
    /* 登陆页背景色 */
    --loginBgColor: #4070df;
    /* 侧边栏选中颜色 */
    --sidebarTitleBg: #f2f3f9;
    --sidebarSelectd: #eaecf7;
    --sidebarTitleIcon: #eaebf0;
    --sidebarSelectdColor: #5873fc;
    /*  列表头部颜色 */
    --tableHeadBg: #e1e6ff;
    --tableHoverBg: #f9fbfe;
    --tableHoverTxtColor: #5873fc;
    /* 查询按钮颜色 */
    --searchBtnBg: #ffa85a;
    --searchBtnHoverBg: #ffc086;
    /* 输入框背景 */
    --inputBg: #f2f3f9;
    --inputTextColor: #999;
    /* 状态颜色 */
    --green: #5ad186;
    --red: #ff5a59;
    --gray: #ccc;
    --blue: #5972fb;
    --yellow: #f1d71e;
    --orange: #ffa859;
    /* 操作按钮 */
    --optBtnColor: #3380ff;
    --optBtnHoverColor: #1668f0;
    --tableLinkColor: #7288fa;
    /* AIGC */
    --normal0Color: #dfe4ea;
    --normal1Color: #ffb80c;
    --normal2Color: #fe7d37;
    --normal3Color: #f52f39;
    /* 背景色 */
    --htmlBg: #f5f8f9;
    /* 字体 'AlibabaRegular',  AlibabaBold, SourceHanSerifCN-Regular,*/
    --baseFontFamily: '微软雅黑', 'Arial', myanmar, Zawgyi-One, '蒙语';
    --schoolNameFontFamily: '微软雅黑', 'Arial', myanmar, Zawgyi-One, '蒙语';
    --sysNameFontFamily: '微软雅黑', 'Arial', myanmar, Zawgyi-One, '蒙语';
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 14px;
    line-height: 1.6em;
    font-family: var(--baseFontFamily);
    color: #000 !important;
    background-color: var(--htmlBg);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

fieldset, img, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

    button.edui-default {
        padding: 0 10px;
        border: none;
        outline: none;
        height: 26px;
        color: #fff;
        cursor: pointer;
        border-radius: 6px;
        background-color: var(--mainColor);
        font-size: 12px;
    }

div, p, li {
    word-break: normal;
    word-wrap: break-word;
}

ul, ol, li {
    list-style: none;
}

input, textarea {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

input, textarea {
    outline-color: #ccc;
    border: 1px #ddd solid;
    scrollbar-arrow-color: #ddd;
    scrollbar-darkshadow-color: #ddd;
    scrollbar-face-color: #ddd;
    scrollbar-track-color: #ddd;
    scrollbar-highlight-color: #ddd;
    scrollbar-shadow-color: #ddd;
    word-spacing: 0.5em;
}

textarea {
    overflow-y: auto;
    color: #333;
    font-size: 14px;
}

img {
    border: 0;
    vertical-align: middle;
}

.tc {
    text-align: center;
}

table {
    border-collapse: collapse;
}

.clearfix:before, .clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

a {
    color: #666;
    text-decoration: none;
}

s, i {
    font-style: normal;
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    position: absolute;
    top: 17px;
    right: 30px;
}

    .icon.active {
        transform: rotate(90deg);
    }

/*scroll隐藏谷歌隐藏 兼容火狐*/
.tabs-panels .panel-body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .tabs-panels .panel-body::-webkit-scrollbar {
        display: none;
    }

/*基础样式*/
.fontWeigt {
    font-weight: 700;
}

.txt_lineHeight {
    line-height: 20px;
}

.datagrid-cell {
    white-space: pre-wrap !important;
}

.shuang {
    display: inline-block;
    background: url('../default/images20231031/shuang.png') no-repeat 0 0;
    width: 15px;
    height: 15px;
}

.margrone {
    margin-right: 10px;
}

.margl {
    margin-left: 20px;
}

.margr {
    margin-right: 20px;
}

.margb {
    margin-bottom: 20px;
}

.margt2 {
    margin-top: 20px;
}

.margt {
    margin-top: 10px;
}

.mgL {
    margin-left: 10px;
}

.mB50 {
    margin-bottom: 50px;
}

.text-r {
    text-align: right !important;
}

.text-l {
    text-align: left !important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.mainBgColor {
    background-color: var(--mainColor);
}

.main {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.listA {
    display: inline-block;
    color: var(--optBtnColor);
    cursor: pointer;
}

    .listA:hover,
    .listA:active {
        color: var(--optBtnHoverColor);
        text-decoration: underline;
    }

.txt_red {
    color: #f00 !important;
}

.txt_green {
    color: #0b8902 !important;
}

.txt_yellow {
    color: #ff6c00 !important;
}

.txt_btncolor {
    color: #37BFD2 !important;
}

.txt_main {
    color: var(--mainColor) !important;
}

.boxbtn {
    margin-bottom: 9px;
}

.deleteStyle {
    color: #609ec7;
}

    .deleteStyle:hover {
        color: #1189cc;
    }

/*按钮*/
.formBtn {
    padding: 0 10px;
    border: none;
    outline: none;
    height: 2em;
    line-height: 1.8em;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    background-color: var(--mainColor);
    font-size: 14px;
}

    .formBtn:hover {
        background-color: var(--hoverColor);
    }

.undertintBtn {
    padding: 0 10px;
    border: none;
    outline: none;
    height: 26px;
    color: #333;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid var(--mainColor);
    background-color: #f0f9fe;
    vertical-align: inherit;
    word-spacing: 0;
    font-size: 12px;
}

    .undertintBtn:hover {
        background-color: #e0fcff;
    }

.hollowBtn {
    padding: 5px 10px;
    border: 1px solid var(--mainColor);
    color: #333;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    font-size: 12px;
}

    .hollowBtn:hover {
        background-color: #f1f1f1;
    }

.clearBtn {
    padding: 0 10px;
    outline: none;
    height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fafafa;
    font-size: 12px;
}

    .clearBtn:hover {
        background: #f1f1f1;
    }

.Addcareer {
    margin-left: 30px;
}

.addStepsizeL {
    margin-left: 8px;
}

.addStepsizeR {
    margin-left: 26px;
}

.up, .below {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: sub;
}

.up {
    background: url("../default/images20231031/BSsx.gif") no-repeat 0 -53px;
}

    .up:hover {
        background: url("../default/images20231031/BSsx.gif") no-repeat 0 -35px;
    }

.below {
    background: url("../default/images20231031/BSsx.gif") no-repeat 0 2px;
}

    .below:hover {
        background: url("../default/images20231031/BSsx.gif") no-repeat 0 -16px;
    }

.text-right {
    text-align: right;
}

.SAiptmr {
    margin-right: 100px;
}

.SAmt {
    margin-top: 12px;
}

.SAtext {
    color: #919397;
}

.A_line {
    text-decoration: underline;
}

.margin-r-long {
    margin-right: 170px;
}

.padd-t-b {
    padding: 20px 0;
}

.padd-l-10 {
    padding-left: 10px;
}

.bg_feeble {
    background: #da5040;
}

.bg_medium {
    background: #f39900;
}

.bg_strong {
    background: #01bd68;
}

.bg_text {
    color: #fff !important;
}


.john {
    top: 8px;
}

.character {
    top: 35px;
}

    .character a {
        color: #fff;
        padding-left: 22px;
        font-size: 15px;
        position: relative;
        margin-left: 8px;
    }

        .character a i {
            position: absolute;
            top: -1px;
            left: 0px;
            width: 17px;
            height: 17px;
        }

.quitChunk {
    top: 65px;
}

    .quitChunk a {
        color: #fff;
        padding-left: 22px;
        font-size: 15px;
        position: relative;
        margin-left: 8px;
    }

        .quitChunk a i {
            position: absolute;
            top: -1px;
            left: 0px;
            width: 17px;
            height: 17px;
        }



.secondaryMenu,
.teacher_tabs_container,
.disNone {
    display: none;
}

.list-ioc {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    margin-right: 2px;
    background-color: var(--mainColor);
}

.towtier:hover i,
.towtier .variation {
    background: url("./images20231031/navIcon.png") no-repeat -22px -22px !important;
}

.rightbox {
    width: 100%;
}

.tabs-header .tabs-wrap .tabs .tabs-inner {
    height: 24px !important;
}

.tabs-header .tabs-wrap .tabs {
    height: 24px !important;
}

.rightbox .form {
    width: 100%;
    padding: 5px 0;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form {
    padding: 5px 50px 5px 0;
}

    .form li {
        float: left;
        width: 355px;
        height: 30px;
        margin-top: 5px;
    }

        .form li dl {
            float: left;
        }

        .form li dt {
            display: inline;
            width: 160px;
            float: left;
        }

        .form li dd {
            display: inline;
            text-align: left;
            width: 195px;
            float: left;
        }

        .form li span {
            text-align: right;
        }

    .form input[type='radio'] {
        margin: 0 3px;
    }

.addForm {
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 1000px;
    padding-top: 32px;
    padding-bottom: 20px;
}

.addFormBuildTow li,
.addFormBuild li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin: 5px 0;
}

    .addFormBuildTow li:nth-child(odd),
    .addFormBuild li:nth-child(odd) {
        width: 220px;
        margin-right: 5px;
        text-align: right;
    }

    .addFormBuildTow li:nth-child(even),
    .addFormBuild li:nth-child(even) {
        width: 775px;
    }

.addForm li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin: 5px 0;
}

    .addForm li:nth-child(odd) {
        width: 19%;
        margin-right: 2px;
        text-align: right;
    }

    .addForm li:nth-child(even) {
        width: 80%;
    }

.selectBox {
    float: left;
    margin-right: 20px;
}

.addsubject {
    width: 100%;
    height: 60px;
}

.error {
    color: #64322b;
    font-weight: bold;
}

.correct {
    padding-left: 120px;
    color: #0b8902;
    font-weight: bold;
}

.statement {
    color: #a6a4a5;
    font-size: 12px;
}

.addcollege {
    width: 207px;
    height: 180px;
    border: 1px solid #000;
    float: left;
    margin-right: 50px;
    margin-left: 10px;
}

.addFormBuildTow .near,
.addFormBuild .near {
    margin-top: -2px;
}

.teamRefer {
    height: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.college {
    position: absolute;
    top: 13px;
    left: 28px;
    color: #fff;
    font-size: 24px;
    text-shadow: 4px 4px 4px #000;
}

.paper {
    position: absolute;
    top: 53px;
    left: 25px;
    color: #fff;
    font-size: 30px;
    text-shadow: 3px 3px 3px #000;
}

.R-content {
    min-height: 100%;
    background: url("./images20231031/R-zhongxin.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.R-elect {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 588px;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: 0px 4px 19px 3px #e3e2e5;
    border-top: 9px solid var(--mainColor);
    background-color: #fff;
}

.R-electhead {
    text-align: center;
    border-bottom: 1px solid #d4d4d5;
}

.R-year {
    color: #666;
    font-size: 20px;
}

.head-font {
    padding: 27px 0;
    text-align: center;
    font-weight: bold;
    color: #323232;
}

.R-text {
    width: 284px;
    margin: 2px auto 10px auto;
    text-align: left;
    color: red;
}

.R-electbody > ul {
    padding-top: 15px;
}

.R-every {
    font-size: 20px;
    display: block;
    line-height: 55px;
    padding-left: 156px;
    margin-bottom: 5px;
    color: #666;
}

.R-iconlog {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 30px;
    background: url("./images20231031/R-hongse-he.png") no-repeat -36px 0;
    vertical-align: middle;
}

.R-every:hover {
    background-color: #F0F9FE;
    color: var(--mainColor);
}

    .R-every:hover .R-iconlog {
        background: url("./images20231031/R-hongse-he.png") no-repeat 1px 0;
    }

.R-role-academy {
    width: 465px;
    line-height: 34px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

    .R-role-academy .Academy {
        display: block;
        padding: 0 10px;
        background: #f0f9fe;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .R-role-academy .Academy:hover {
            background: var(--mainColor);
            color: #FFF;
        }

        .R-role-academy .Academy.active {
            background: var(--mainColor);
            color: #FFF;
        }

.hint li {
    margin: 20px 0;
}

.gxf_problem h2 {
    font-size: 16px;
    line-height: 42px;
    padding-left: 24px;
    position: relative;
}

.gxf_problem > div > h2 > span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 16px;
    background: url("../default/images20231031/sanjiao.png") no-repeat 0 0;
}

    .gxf_problem > div > h2 > span.sanjiao_active {
        background: url("../default/images20231031/sanjiao.png") no-repeat -12px 0;
    }

.gxf_problem .active h2 {
    color: #ed5565;
}

.gxf_problem_content {
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ccc;
}

.gxf_pro_content {
    background-color: #fafafa;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 10px;
}

.gxf_pro_content_word {
    background-color: #fafafa;
    border: 1px solid #ccc;
    font: 14px/20px 'Microsoft yahei';
    padding: 0 10px;
}

.gxf_pro_top .gxf_pro_content {
    background-color: #fbf0f1;
    border: 1px solid #f7d0d4;
    line-height: 20px;
    padding: 15px;
}

.gxf_pro_content > span {
    margin-right: 80px;
}

    .gxf_pro_content > span:last-child {
        margin-right: 0;
    }

.gxf_project_detadil_ul li {
    float: left;
    height: 32px;
    width: 370px;
    line-height: 30px;
}

.detadil_txt_left {
    display: inline-block;
    width: 140px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.detadil_txt_right {
    width: 230px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.pro_title_box {
    width: 100%;
    position: relative;
    padding: 0;
    padding-left: 120px;
    padding-right: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 30px;
}

    .pro_title_box .pro_title_txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        line-height: 30px;
        text-align: right;
    }

    .pro_title_box .pro_title {
        line-height: 30px;
        width: 100%;
    }

    .pro_title_box .projectModalFolding {
        position: absolute;
        top: 2px;
        right: 0px;
        width: 27px;
        height: 27px;
        overflow: hidden;
    }

        .pro_title_box .projectModalFolding.show {
            background: url('./images20231031/shangxiajiantou.png') no-repeat 0 0;
        }

        .pro_title_box .projectModalFolding.hide {
            background: url('./images20231031/shangxiajiantou.png') no-repeat -27px 0;
        }

.gxf_pro_table table {
    line-height: 20px;
}

    .gxf_pro_table table tr td {
        border: 1px solid #ccc;
        padding: 10px;
        min-height: 30px;
    }

    .gxf_pro_table table td p:first-child {
        float: left;
        min-height: 80px;
        width: 100%;
        margin-top: 10px;
    }

    .gxf_pro_table table td p:last-child {
        float: right;
        margin: 10px;
    }

    .gxf_pro_table table td.gxf_table_left {
        padding: 32px;
    }

    .gxf_pro_table table td p.examinationReport {
        float: left;
        min-height: 80px;
        width: 100%;
        margin-top: 10px;
        text-indent: 0em;
    }

.text-right span {
    margin: 0 20px;
}

.updata_check_detail {
    float: left;
    margin: 10px;
}

.gxf_pro_table textarea {
    vertical-align: top;
    outline: none;
    margin-top: 5px;
}


.gxf_teacher_container {
    border: 1px solid #ccc;
}

.gxf_teacher_tabs {
    width: 100%;
    position: relative;
}


.gxf_teacher_tabs {
    padding-top: 10px;
}

    .gxf_teacher_tabs ul {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
    }

        .gxf_teacher_tabs ul li {
            float: left;
            height: 37px;
            line-height: 37px;
            margin: 0 0 10px 10px;
        }

            .gxf_teacher_tabs ul li a {
                display: block;
                height: 37px;
                padding: 0 20px;
            }

                .gxf_teacher_tabs ul li a.active, .gxf_teacher_tabs ul li a:hover {
                    background-color: var(--mainColor);
                    color: #fff;
                }

    .gxf_teacher_tabs > p {
        padding-left: 8px;
    }

.gxf_tacher_content {
    width: 100%;
    padding-bottom: 10px;
}

.teacher_tabs_container.active {
    display: block;
}

.teacher_tabs_container li {
    margin: 12px 20px;
    line-height: 24px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

    .teacher_tabs_container li.lastBorder {
        border-bottom: 1px solid #ccc;
    }

    .teacher_tabs_container li p {
        padding-left: 24px;
        padding-right: 140px;
        position: relative;
    }

    .teacher_tabs_container li span {
        display: block;
        width: 100px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .teacher_tabs_container li i {
        display: block;
        width: 7px;
        height: 7px;
        background: url("./images20231031/ml_b1.png") no-repeat 0 0;
        position: absolute;
        left: 10px;
        top: 9px;
    }

.teacher_tabs_container a:hover {
    color: #48a6d5;
}

    .teacher_tabs_container a:hover i {
        background: url("./images20231031/ml_b1.png") no-repeat 0 -22px;
    }

#teacher-page {
    margin: 20px;
}

    #teacher-page table {
        float: right;
    }

.SAdetection {
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 0;
    border: 1px solid #cccccc;
}

.SAtitle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 26px;
    padding-left: 16px;
    line-height: 26px;
    border-left: 4px solid var(--mainColor);
}

.clearStyle {
    font-size: 14px;
    font-weight: 400;
}

.SAbelow {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}

.SAdetail {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #ccc;
}

    .SAdetail input {
        margin-right: 4px;
    }

.SAset-box li {
    margin-top: 10px;
    color: #333;
    position: relative;
    padding-left: 270px;
    min-height: 20px;
}

.SA-title {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 270px;
    text-align: right;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.weightstyle .SAset-box li {
    margin-top: 10px;
    color: #333;
    position: relative;
    padding-left: 150px;
    min-height: 20px;
}

.weightstyle .SA-title {
    box-sizing: border-box;
    width: 150px;
    text-align: right;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.SA-select {
    line-height: 20px;
}

.SAset-box > .isAcademy {
    border-top: dashed 1px #ccc;
    background-color: rgba(240, 249, 254, 1);
}

.isAcademy > .SA-title {
    line-height: 30px;
}

.isAcademy > .SA-select {
    line-height: 30px;
}

.boxrow {
    padding-bottom: 10px;
}

    .boxrow > .inputBox {
        float: left;
        width: 1%;
    }

    .boxrow > .text-box {
        float: right;
        width: 98%;
    }


.iptwidt {
    width: 47px !important;
    height: 23px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.SAstyle {
    border: 1px solid #d3a253;
    border-radius: 3px;
    background-color: #fff5e0;
    padding: 5px 20px 5px 16px;
}

.gxf_studentList_tabs {
    padding-top: 10px;
    /*background-color: #fff;*/
}

    .gxf_studentList_tabs > ul > li {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .gxf_studentList_tabs > ul > li.floatRight {
            float: right;
            margin-right: 0;
        }

    .gxf_studentList_tabs .form .checkedBox {
        height: 54px;
    }

.row-box {
    padding-left: 204px;
}

.left-box {
    width: 204px;
    margin-left: -204px;
    float: left;
}

.right-box {
    float: right;
    width: 100%;
}

.Dnews {
    font-size: 14px;
    padding: 0 22px 0 15px;
    border: 1px solid #e0e0e0;
}

    .Dnews .Dheadline {
        padding-top: 24px;
        color: #000;
        border-bottom: 1px solid #e4e4e4;
    }

.Dheadline h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.DTime {
    padding: 17px 0 22px 0;
    color: #7d7d7d;
}

.Darticle {
    padding-top: 10px;
}

    .Darticle p {
        line-height: 26px;
        text-indent: 2em;
        overflow-x: auto;
    }

#pNoticeContent table p {
    text-indent: 0;
}

.Ddownload {
    display: inline-block;
    color: #ed7985;
    margin: 20px 0;
    padding-left: 15px;
    background: url("./images20231031/xiazai.png") no-repeat;
}

    .Ddownload:hover {
        color: #dd1b2a;
    }

.Dtwo {
    border-top: 1px solid #e4e4e4;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}

    .Dtwo a {
        width: 231px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #77a8cd;
        margin-right: 39px;
    }

        .Dtwo a:hover {
            color: #1189cc;
        }

.conceal-box {
    margin-top: 15px;
    border-top: 1px dashed #ccc;
    padding: 15px 0;
}


.CYscreen-box {
    margin-top: 15px;
    border: 1px solid #ccc;
}

.gxf_underline {
    color: #3c8cbd;
    text-decoration: underline;
    padding-right: 18px;
    position: relative;
}

    .gxf_underline > i {
        width: 18px;
        height: 18px;
        position: absolute;
        right: -5px;
        top: -5px;
        background: url("./images20231031/xiazai.png") no-repeat 0 0;
    }

.gxf_tips_box {
    padding: 10px 20px;
}

.gxf_tips {
    border: 1px dashed var(--mainColor);
    padding: 10px 10px 10px 80px;
    position: relative;
    background-color: var(--sidebarSelectd);
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

    .gxf_tips .gxf_tip {
        color: var(--mainColor);
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .gxf_tips p.black {
        color: #000;
    }

    .gxf_tips p.gray {
        color: #ccc;
    }


    .gxf_tips .text_bold, .font-bold {
        font-weight: bold;
    }

.Etitlt-box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 22px 0;
}

.Etitle {
    width: 130px;
    font-size: 13px;
    color: #444;
    float: left;
}

.Etitle-two {
    float: left;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
}

#output_div_content {
    width: 805px !important;
    padding: 5px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.gxf_statistics {
    border: 1px solid #ccc;
    border-bottom: none;
}

.gxf_statistics_navBar ul {
    background: url("./images20231031/navbarBg.png") repeat-x;
    border-bottom: 1px solid var(--mainColor);
}

.gxf_statistics_navBar li {
    float: left;
    font-size: 16px;
    line-height: 36px;
}

    .gxf_statistics_navBar li a {
        display: block;
        height: 36px;
        padding: 0 20px;
    }

        .gxf_statistics_navBar li a.selected {
            background-color: var(--mainColor);
            color: #fff;
        }

        .gxf_statistics_navBar li a:hover {
            background-color: var(--mainColor);
            color: #fff;
        }

.gxf_statistics_container .main {
    margin-top: 0;
}

.gxf_statistics_container .rightbox .form {
    border-top: none;
}

.gxf_statistics_content {
    border: 1px solid #ccc;
    margin: 5px 5px 5px 20px;
    padding: 30px;
}

.Opt {
    padding: 10px;
    font-size: 12px;
    color: #333;
}

.optLef {
    float: left;
    width: 210px;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #e87e25;
    padding: 0 0 0 2px;
    background: #fff;
}

    .optLef li {
        width: auto !important;
        text-align: left !important;
        float: none;
        padding: 0 !important;
    }


.Opt .optLef:last-child {
    margin-left: 20px;
}

.optDl dt {
    position: relative;
    padding: 3px 5px 3px 26px;
    background: #fff;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

    .optDl dt:hover {
        background: #e5e5e5;
        color: #000;
    }

.optDdOl li {
    padding: 3px 5px 3px 26px;
    background: #fff;
    color: #333;
    cursor: pointer;
    width: auto !important;
    text-align: left !important;
    float: none;
}

    .optDdOl li:hover {
        background: #ededed;
        color: #000;
    }

.dott {
    height: 0;
    width: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 10px;
    left: 8px;
}

.optDl.optClosed .dott {
    height: 0;
    width: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-left: 5px solid #333;
    position: absolute;
    top: 6px;
    left: 11px;
}

.optDl.optClosed dd {
    display: none;
}

.optUl li {
    padding: 3px 15px;
    background: #fff;
    color: #333;
    position: relative;
    cursor: pointer;
}

    .optUl li:hover {
        background: #ededed;
        color: #000;
    }

        .optUl li:hover .optLiDel {
            background: url(./images20231031/optDel2.png) 0 0 no-repeat;
        }

.optLiDel {
    position: absolute;
    left: 165px;
    top: 4px;
    display: block !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: none;
    padding: 0 !important;
}

.optUl li:hover .optLiDel {
    display: block !important;
}

.optSpan {
    border: 0 none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 20px;
    color: #7a7a78;
}

.stuteaDisabled .optLef {
    background: #ededed;
    color: #000;
}

.stuteaDisabled .optUl li {
    background: #ededed;
    color: #000;
    cursor: default;
}

.stuteaDisabled .optDdOl li {
    background: #ededed;
    color: #000;
    cursor: default;
}

.stuteaDisabled .optDl dt {
    background: #ededed;
    color: #000;
    cursor: default;
}

.stuteaDisabled li:hover .optLiDel {
    display: none;
}

.num_underline {
    text-decoration: underline;
    font-weight: 100;
}

.gxf_showAcademies > div,
.marg-t-b {
    margin: 5px 0;
}

.padd-l {
    padding-left: 72px;
}

.opinion {
    float: left;
    width: 72px;
    margin-left: -72px;
}

.opinion-text {
    float: left;
}

.gxf_showAcademiesBg {
    position: relative;
    margin-left: 3px;
}

.gxf_showAcademiesClick1 {
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    background: url("./images20231031/spinner_arrows.png") no-repeat -32px 0;
}

.gxf_showAcademiesClick2 {
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    background: url("./images20231031/tagbox_icons.png") no-repeat -16px 0;
}

.gxf_report_box > li > p {
    line-height: 20px;
    margin: 10px 0;
    border-left: 3px solid var(--mainColor);
    padding: 0 10px;
}

.gxf_report_box {
    margin: 10px 0;
}

    .gxf_report_box > li > p > span {
        margin-left: 10px;
    }

table img {
    display: inline-block;
    max-width: 100%;
}

.WZ-content {
    height: 100%;
}

.WZ-leftBox, .WZ-rightBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 49.6%;
    height: 100%;
    padding-top: 1%;
    float: left;
    border: 1px solid #cccccc;
    border-top: 3px solid var(--mainColor);
}

.WZ-rightBox {
    float: right;
}

.WZ-TopBox {
    padding: 0 2% 0 2%;
    height: 20%;
}

.WZ-titleTop {
    height: 100%;
    border-bottom: 1px solid #cccccc;
}

    .WZ-titleTop h4 {
        color: #333333;
        line-height: 26px;
        padding-bottom: 1%;
    }

    .WZ-titleTop p {
        color: #a9a9a9;
        font-size: 14px;
        margin-top: 0.2%;
    }

.WZ-BottomBox {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    height: 80%;
    overflow: hidden;
}

.WZ-contentButton {
    padding-top: 2%;
    overflow: auto;
    height: 98%;
}

    .WZ-contentButton p {
        color: #666666;
        font-size: 14px;
        margin-top: 5px;
    }

.WZN-detailBox {
    border: 1px solid #cccccc;
}

    .WZN-detailBox .WZN-tieleTop {
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

.WZN-tieleTop h4 {
    color: #333333;
    line-height: 26px;
    float: left;
}

.WZN-embellish {
    float: left;
    width: 60px;
    height: 20px;
    background-color: #ed5565;
    vertical-align: bottom;
    margin-left: 15px;
}

.WZN-lis li {
    width: 25%;
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.WZN-a {
    line-height: 40px;
    font-size: 14px;
    color: #4c95f3;
    display: inline-block;
    width: 120px;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: sub;
    text-overflow: ellipsis;
    line-height: 29px;
}

    .WZN-a:hover {
        color: #58aad7;
    }

.WZN-omit {
    display: inline-block;
    width: 120px;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: sub;
    text-overflow: ellipsis;
    line-height: 29px;
}

.WZN-contentBottom {
    background-color: #fafafa;
    padding: 10px;
    color: #737373;
}

.WZN-table {
    width: 100%;
}

    .WZN-table td {
        padding: 5px 0;
    }

.WZN-colors {
    color: #ed5565 !important;
}

.WZN-box {
    float: left;
}

.WZN-percent {
    display: inline-block;
    width: 50px;
    height: 18px;
    background-color: red;
    vertical-align: middle;
}

.WZN-textf {
    float: left;
    margin-top: 5px;
}

.selectBox {
    float: left;
    margin-right: 20px;
}

.WZ-author {
    float: left;
    margin-right: 32px;
}

.per_g {
    background-image: url(../default/images20231031/pmlc_icon1.gif);
    width: 38px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    text-align: left;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 12px;
}

.per_y {
    background-image: url(../default/images20231031/pmlc_icon2.gif);
    width: 38px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    text-align: left;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 12px;
}

.per_o {
    background-image: url(../default/images20231031/pmlc_icon3.gif);
    width: 38px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    text-align: left;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 12px;
}

.per_r {
    background-image: url(../default/images20231031/pmlc_icon4.gif);
    width: 38px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    text-align: left;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 12px;
}

.WZN-g h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    padding-left: 24px;
    position: relative;
}

    .WZN-g h2 span {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 4px;
        top: 16px;
        background: url("../default/images20231031/sanjiao.png") no-repeat 0 0;
    }

.WZN-table-box {
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding-right: 124px;
    padding-bottom: 26px;
    font-size: 14px;
    color: #969696;
}

    .WZN-table-box td {
        width: 25%;
        vertical-align: top;
    }

        .WZN-table-box td div {
            float: left;
            box-sizing: border-box;
            padding-left: 2px;
            margin-top: 26px;
            width: 50%;
        }

.WZN-lrtable td div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.WZN-lrtable td {
    border: 1px solid #ccc;
    min-height: 44px;
    background-color: #f5f6f5;
    font-size: 14px;
    position: relative;
    padding-left: 155px;
}

.WZN-lrtable-l {
    width: 155px;
    height: 44px;
    line-height: 48px;
    text-align: right;
    color: #333333;
    position: absolute;
    left: 0;
}

.WZN-lrtable-r {
    color: #888;
    min-height: 44px;
    width: 100%;
    line-height: 20px;
    padding: 12px;
    background-color: #fff;
}

.WZN-pull-box {
    border: 1px solid #ccc;
    border-bottom: none;
}

    .WZN-pull-box h5 {
        font-size: 14px;
        padding-left: 24px;
        line-height: 40px;
        background-color: #fafafa;
        position: relative;
    }

.WZN-text {
    color: #969696;
    margin-left: 5px;
}

.WZN-direction {
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 22px;
    top: 8px;
    background: url("./images20231031/shangxiajiantou.png") no-repeat -27px 0px;
}

    .WZN-direction:hover,
    .WZN-direction-change {
        cursor: pointer;
        background: url("./images20231031/shangxiajiantou.png") no-repeat;
    }

.WZN-invisible {
    padding: 18px 30px 8px 30px;
    border-top: 1px solid #dadada;
    display: none;
}

.WZN-hint {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
    font-size: 13px;
    color: #929292;
}

.WZN-ul {
    padding-left: 28px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666666;
}

.WZN-lis-dotted li {
    border-bottom: 1px dashed #dcdcdc;
}

    .WZN-lis-dotted li a {
        display: inline-block;
        margin-right: 12px;
    }

        .WZN-lis-dotted li a:hover {
            color: #000;
        }

.WZN-star {
    font-size: 20px;
    cursor: pointer;
}

.WZN-approve-left,
.WZN-approve-right {
    width: 91.6%;
    float: left;
}

.WZN-approve-right {
    border-left: 1px solid #cccccc;
}

.WZN-approve-left {
    width: 130px;
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 42px 36px;
}

.WZN-approve-right-top {
    padding: 8px 0 10px 18px;
    border-bottom: 1px solid #cccccc;
}

.WZN-approve-right-botton {
    padding: 8px 0 10px 18px;
    min-height: 64px;
}

.topicAbstract {
    padding: 10px 10px 5px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: left;
}

.ulThesisIndex {
    color: #666;
    overflow: hidden;
    margin-left: 20px;
}

    .ulThesisIndex li {
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        float: left;
    }

    .ulThesisIndex label {
        margin-left: 5px;
        color: #666;
    }

    .ulThesisIndex .rUsp {
        display: inline-block;
        height: 18px;
        width: 18px;
        background: url(./images20231031/sp_wu.gif) no-repeat left center;
        vertical-align: middle;
    }

    .ulThesisIndex .rUsp_on {
        display: inline-block;
        height: 18px;
        width: 18px;
        vertical-align: middle;
        background: url(./images20231031/sp_you.gif) no-repeat left center;
    }

.ad-p1 {
    padding-left: 90px;
}

    .ad-p1 b {
        display: inline-block;
        margin-left: 20px;
        width: 7px;
        height: 7px;
        background: url(./images20231031/shanchu.png) no-repeat;
        cursor: pointer;
        vertical-align: middle;
    }

        .ad-p1 b:hover {
            background-position: right top;
        }

.gxf-leftBox {
    padding-top: 130px;
    position: relative;
}

.gxf_TopBox {
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

    .gxf_TopBox .WZ-titleTop {
        border: none;
    }

.gxf_contentbox {
    padding-right: 0;
    border-top: 1px solid #ccc;
    height: 100%;
}

    .gxf_contentbox .WZ-contentButton {
        padding-top: 0;
        height: 100%;
    }

.left_txt_blue {
    color: blue;
    cursor: pointer;
}

.left_txt_red {
    color: #f00;
    cursor: pointer;
}

.right_txt_blue {
    color: blue;
}

.right_txt_red {
    color: red;
}

.WZ-contentButton p, .WZ-contentButton p span, .em-tow {
    text-indent: 2em;
}

.text-style {
    color: #000;
}

.sign {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: -18px;
    vertical-align: text-top;
    margin-right: 10px;
    background: url('./images20231031/location01.png') no-repeat;
}

.rapid-nav > li {
    float: left;
    padding-left: 20px;
}

.color-box {
    display: inline-block;
    width: 44px;
    height: 18px;
    margin-right: 4px;
    vertical-align: text-bottom;
}

.modules {
    border-radius: 6px;
    float: left;
    min-height: 44px;
    width: 208px;
    margin: 4px 7px 12px 8px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4px;
    flex-direction: column;
    cursor: pointer;
    background-color: #d2d2d2;
}

.title-box {
    padding: 6px 12px;
}

.caption {
    font-size: 16px;
    font-weight: 700;
}

.plan {
    margin-top: 10px;
}

.plan-child {
    width: 10%;
    height: 150px;
    text-align: center;
    float: left;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    margin-left: -1px;
}

.plan-tiele {
    height: 38px;
    line-height: 27px;
}

.plan-time {
    font-size: 12px;
}

.list-ioc_img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rebeccapurple;
    border-radius: 50%
}

.box-hui { /*未设置时间背景色，盒子*/
    background-color: #f0eaff;
    border: 1px solid #6e35ff;
    color: #6e35ff;
}

.box-wks { /*尚未开始背景色，盒子*/
    background-color: #e9f1ff;
    border: 1px solid #2c71ff;
    color: #2c71ff;
}

.box-zjx { /*正在进行背景色，盒子*/
    background-color: #fff3ea;
    border: 1px solid #ff8b35;
    color: #ff8b35;
}

.box-ywc { /*已完成背景色，盒子*/
    background-color: #ebf4ed;
    border: 1px solid #368f53;
    color: #368f53;
}

.plan-bor-tip {
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
}

/*星星颜色*/
.plan-font-gray { /*未设置*/
    color: #6e35ff;
}

.plan-font-blue { /*未达到*/
    color: #2c71ff;
}

.plan-font-yellow { /*在进行*/
    color: #ff8b35;
}

.plan-font-green { /*已完成*/
    color: #368f53;
}

.time-stu {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('./images20231031/stuHomeTitle.png');
    background-size: 100%;
    vertical-align: top;
}

.bgc-no { /*背景无色*/
    background-color: rgba(255,255,255,0.6) !important;
}

.my-subject,
.bgcbox {
    padding: 14px 24px;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
}

.clearBgc {
    background-color: transparent;
}

.subject-nuber {
    color: #c5001c;
    font-weight: bold;
}

.my-subject > p {
    color: #979797;
    margin-bottom: 5px;
}

    .my-subject > p a {
        display: inline-block;
    }

.main-l {
    margin-left: 30px;
}

.radiusBtn {
    border: 1px solid var(--mainColor);
    cursor: pointer;
    display: inline-block;
    color: var(--mainColor);
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #e9f7f8;
}

    .radiusBtn:hover {
        opacity: 0.6;
    }

.my-row {
    height: 38px;
    padding-left: 154px;
    line-height: 38px;
}

.my-row-l {
    float: left;
    width: 154px;
    margin-left: -154px;
    text-align: right;
    height: 30px;
    color: #979797;
}

.my-row-r {
    float: left;
    width: 100%;
    min-height: 30px;
    color: #313030;
}

    .my-row-r div {
        width: 30%;
        min-height: 30px;
        float: left;
    }

.a-text {
    color: #c5001c;
    display: inline-block;
    width: 120px;
}

    .a-text:hover {
        opacity: 0.6;
    }

.my-subject div:nth-child(5) {
    padding-left: 0px;
    padding-top: 5px;
    border-top: 1px solid #cfcfcf;
    margin-top: 5px;
}

.my-teacher .my-row-l,
.my-relation .my-row-l {
    width: 100px;
    margin-left: -100px;
}

.my-teacher .my-row-r,
.my-relation .my-row-r {
    color: #636363;
    font-weight: bold;
}

.my-teacher {
    padding-left: 100px;
    float: left;
    width: 50%;
    height: 30px;
}

.teacher-icon,
.tel {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    display: inline-block;
    background: url("./images20231031/xueshengtu.png");
}

.tel {
    background: url("./images20231031/xueshengtu.png") -20px;
}

.my-relation {
    padding-left: 100px;
    float: left;
    width: 50%;
    height: 30px;
}

.redcolor {
    color: #c5001c;
    font-size: 13px;
}

.wd-row {
    padding-left: 146px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.wd-row-btm {
    border-bottom: 1px solid #e3e3e3;
}

.wd-row-l {
    float: left;
    text-align: right;
    color: #313030;
    line-height: 50px;
    background-color: #f5f6f5;
    border-right: 1px solid #e3e3e3;
    width: 146px;
    margin-left: -146px;
}

.wd-row-r {
    padding-left: 26px;
    width: 100%;
    float: left;
    line-height: 50px;
}

    .wd-row-r div {
        float: left;
        width: 50%;
        line-height: 50px;
    }

    .wd-row-r .row-r-left {
        width: 24%;
    }

.wd-nosub {
    color: #979797;
}

.font-style {
    color: #000;
    font-weight: 700;
}

.tea-row > div {
    width: 30%;
    float: left;
    height: 30px;
}

.answer > div {
    width: 27.4%;
}

.somber {
    color: #313030;
}

.explain {
    padding-left: 24px;
}

.radio-margl {
    margin-left: 15px;
}

.color-red {
    color: red;
    font-weight: 700;
}

.wd-explain {
    font-weight: bold;
    color: #313030;
    padding-left: 20px;
    line-height: 50px;
    background-color: #fafafa;
    height: 50px;
    border: 1px solid #cfcfcf;
}

.wd-bdb {
    font-weight: 400;
    border-top: none;
    background-color: #fff;
    padding-left: 48px;
}

.exportBtn-box {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .exportBtn-box:hover {
        opacity: 0.6;
    }

    .exportBtn-box > span {
        position: absolute;
        left: 14px;
        top: 2px;
        width: 18px;
        height: 20px;
        vertical-align: middle;
    }

.exportBtn {
    padding: 4px 16px 4px 36px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d73824;
    color: #d73824;
    cursor: pointer;
}

.exporticon {
    background: url("./images20231031/xueshengtu.png")-80px;
}

.downloadicon {
    background: url("./images20231031/xueshengtu.png")-99px;
}

.gxf_answer > li {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 140px;
    margin: 10px 0;
    position: relative;
    line-height: 24px;
}

.gxf_answer_content {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
}

.gxf_answer_common {
    text-align: left;
    min-height: 24px;
}

.gxf_left_selected {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gxf_right_selected {
    float: left;
    width: 650px;
    text-align: left;
}

.gxf_selected_box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 120px;
}

    .gxf_selected_box .gxf_left_selected {
        position: absolute;
        left: 0;
    }

    .gxf_selected_box .gxf_right_selected {
        width: 100%;
        min-height: 30px;
    }

.gxf_right_selected > span {
    display: inline-block;
    padding: 2px 20px 2px 8px;
    background: #ededed;
    vertical-align: middle;
    margin-top: 6px;
    border-radius: 8px;
    position: relative;
    margin-left: 5px;
}

    .gxf_right_selected > span > i {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 7px;
        height: 7px;
        background: url("../default/images20231031/shanchu.png") no-repeat 0 0;
        cursor: pointer;
    }

        .gxf_right_selected > span > i:hover {
            background: url("../default/images20231031/shanchu.png") no-repeat -8px 0;
        }

.history-collect a {
    display: inline-block;
    color: var(--mainColor);
    margin-right: 15px;
    border: 1px solid var(--mainColor);
    padding: 0 8px;
}

.history-collect i {
    display: inline-block;
    vertical-align:middle;
    width: 15px;
    height: 16px;
    margin-right: 4px;
}

.history > i {
    background: url("./images20231031/TaskAnalyze.png") no-repeat 0px 1px;
    transition: all 0.2s;
}

.collect > i {
    background: url("./images20231031/TaskAnalyze.png") -15px 1px;
    transition: all 0.2s;
}

.history:hover i {
    transform: rotate(720deg);
}

.collect:hover i {
    transform: rotate(720deg);
}

.search-box .antistop {
    display: inline-block;
    cursor: pointer;
    padding: 2px 8px;
    margin-left: 5px;
    color: #ed5669;
    background-color: #f3f4f6;
}

.initial-btn {
    display: inline-block;
    cursor: pointer;
    color: #666;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
}

    .initial-btn:hover {
        color: #fff3f3;
        background-color: var(--mainColor);
        border: 1px solid var(--mainColor);
    }

.initial-btn-sign {
    color: #fff3f3;
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.analyze-box {
    margin-top: 34px;
}

.nav-tab {
    height: 39px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    background: url("./images20231031/navbarBg.png") top;
    border-bottom: 1px solid var(--mainColor);
}

    .nav-tab span {
        cursor: pointer;
        display: inline-block;
        padding: 0 20px;
    }

        .nav-tab span:hover {
            color: #fff;
            background-color: var(--mainColor);
        }

.spansty {
    color: #fff;
    background-color: var(--mainColor);
}

.nav-tab .trade-text {
    display: none;
    float: right;
    margin-right: 50px;
    font-weight: 700;
    color: #75bae3;
}

    .nav-tab .trade-text:hover .trade-logo {
        transform: rotate(540deg);
    }

.nav-tab .trade-logo {
    transition: all 0.2s;
    display: inline-block;
    margin-right: 4px;
    width: 17px;
    height: 16px;
    background: url("./images20231031/TaskAnalyze.png") -90px;
    vertical-align: middle;
}

.content-body > div {
    display: none;
}

.frequency {
    font-weight: 400;
}

.collect-heart {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url("./images20231031/TaskAnalyze.png") -31px;
    vertical-align: middle;
}

    .collect-heart:hover {
        background: url("./images20231031/TaskAnalyze.png") -46px;
    }

.collect-heart-true {
    background: url("./images20231031/TaskAnalyze.png") -61px;
}

.abstract {
    color: #b2b5b5;
}

.abstract-text {
    line-height: 26px;
}

    .abstract-text::selection {
        color: red;
        background-color: darkorange;
    }

.click-load {
    padding: 5px;
    cursor: pointer;
}

.outline-title {
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px;
}

    .outline-title > i {
        display: inline-block;
        cursor: pointer;
        width: 14px;
        height: 15px;
        vertical-align: middle;
        background-color: red;
        background: url("./images20231031/TaskAnalyze.png") -77px;
    }

.list-ul > li {
    line-height: 26px;
}

.name-xuezhe-box {
    width: 60%;
}

    .name-xuezhe-box > span {
        display: inline-block;
        line-height: 40px;
        text-align: center;
        width: 12%;
        height: 40px;
    }

.h-box:hover .delete-collect {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url("./images20231031/tagbox_icons.png") -16px;
    vertical-align: middle;
}

.tab-review {
    border-collapse: collapse;
    width: 100%;
    color: #333;
}

table.tab-review td {
    border-right: 1px solid #dbdbda;
    text-align: center;
}

table.tab-review tr {
    height: 30px;
}

.tab-h {
    padding: 2px 10px;
    text-align: left;
}

.tab-lef {
    padding: 7px 10px;
    text-align: left;
    text-align: justify;
    text-justify: newspaper;
    *text-justify: inter-ideograph;
}

.tableTail {
    color: red;
    padding: 7px 10px;
    text-align: left;
    text-align: justify;
    text-justify: newspaper;
    *text-justify: inter-ideograph;
}

table.tab-review .tr1 {
    background: #fff;
    font-weight: bold;
    border-top: 1px solid #dbdbda;
    border-bottom: 1px solid #dbdbda;
    border-left: 1px solid #dbdbda;
}

table.tab-review .tr2 {
    background: #fff;
    border-left: 1px solid #dbdbda;
    border-bottom: 1px solid #dbdbda;
}

table.tab-review .tr3 {
    background: #fff;
    border-left: 1px solid #dbdbda;
}

table.tab-review .tr4 {
    background: #fff;
    border-top: 1px solid #dbdbda;
    border-bottom: 1px solid #dbdbda;
    color: #666;
    border-left: 1px solid #dbdbda;
}

.tab-review .tr2, .tab-review .tr3, .tab-review .tr4 {
    line-height: 20px;
}

.rev-inp {
    width: 50px;
    border: 1px solid #d9d9d9;
    padding: 3px 5px;
    text-align: center;
}

.btn_Blist {
    padding: 20px 0;
    text-align: center;
}

#postilDetailContent {
    height: 150px;
    width: 760px;
    border: 1px solid #ccc;
    overflow: hidden;
    overflow-y: initial;
    background: #f0f0f0;
}

.forbid {
    background-color: #f4f4f5;
    color: #909399;
    border: 1px solid #d3d4d6;
}

    .forbid:hover {
        background-color: #909399;
        color: #fff;
    }

.answer-tab {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-color: #dbdbda;
}

    .answer-tab tr td, .answer-tab tr th {
        border: 1px solid #dbdbda;
    }

.libox {
    padding-left: 158px;
}

.lileftbox {
    margin-left: -158px;
    width: 158px;
}

.name-winth {
    display: inline-block;
    width: 162px;
    text-align: right;
}

.gxf_phoneBg {
    width: 100%;
    min-height: 100%;
    background: url('./images20231031/R-zhongxin.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.gxf_phoneBox {
    width: 700px;
    height: 520px;
    margin: 80px auto 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 6px solid #555;
}

    .gxf_phoneBox > h2 {
        background: var(--mainColor);
        height: 60px;
        line-height: 60px;
        padding-left: 40px;
        color: #fff;
        position: relative;
    }

        .gxf_phoneBox > h2 > a {
            position: absolute;
            right: 20px;
            top: 22px;
            width: 60px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: #fff;
        }


.gxf_phoneContent {
    height: 340px;
    padding-top: 20px;
}

.gxf_phone_topTxt {
    color: #ed5565;
    margin-left: 20px;
    font-size: 12px;
}

.gxf_phoneContent > ul {
    width: 600px;
    height: 300px;
    margin: 60px auto;
}

.gxf_phone_tipsTxt {
    color: #ed5565;
    font-size: 12px;
    line-height: 20px;
    width: 300px;
}

.gxf_phone_left {
    float: left;
    width: 220px;
    text-align: right;
    line-height: 30px;
}

.gxf_phone_right {
    float: left;
    width: 380px;
    text-align: left;
    line-height: 30px;
}

.gxf_phoneBottom {
    height: 60px;
    background: #f1f1f1;
    padding-top: 20px;
    padding-left: 40px;
}

    .gxf_phoneBottom > p {
        line-height: 24px;
        color: #666;
        font-size: 12px;
    }

#pwdStrength {
    margin-top: 2px;
}

    #pwdStrength > span {
        display: inline-block;
        height: 18px;
        width: 53px;
        line-height: 18px;
        border: 1px solid #e0e0e0;
        text-align: center;
        margin-right: 2px;
        font-size: 12px;
        color: rgba( 0, 0, 0, 0.1);
    }

.gxf_ToDoPro_box {
    border: 1px solid #ccc;
}

.gxf_ToDoPro_title {
    line-height: 36px;
    padding-left: 20px;
    font-weight: 700;
}

    .gxf_ToDoPro_title > span {
        border-bottom: 2px solid var(--mainColor);
        display: inline-block;
        line-height: 2em;
    }

.gxf_ToDoPro_details {
    padding: 10px 20px;
}

    .gxf_ToDoPro_details > li {
        float: left;
        line-height: 30px;
        width: 250px;
    }

.gxf_ToDoPro_tips {
    line-height: 30px;
    font-size: 12px;
    padding-left: 20px;
}

.SimilarityTips {
    padding-left: 50px;
}

    .SimilarityTips > p {
        position: relative;
        padding-left: 10px;
        line-height: 24px;
    }

        .SimilarityTips > p > i {
            position: absolute;
            left: 0;
            top: 8px;
            width: 7px;
            height: 7px;
            background: url('./images20231031/ml_b1.png') no-repeat 0 0;
        }

.read-style {
    border: 1px solid #ccc;
    background-color: #fafafa;
    min-height: 130px;
    display: none;
    font-size: 12px;
}

.easyui-menubutton.l-btn.l-btn-plain {
    border: 1px solid var(--mainColor);
    border-radius: 6px;
    color: var(--mainColor);
    background-color: #FAFAFA;
}

    .easyui-menubutton.l-btn.l-btn-plain:hover {
        background-color: #d3f0f4 !important;
    }

.resetPwdBox {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.resetPwdStep {
    width: 1100px;
    margin: 0 auto;
}

.stepBox {
    width: 50px;
    height: 50px;
    background: #999;
    color: #fff;
    border-radius: 25px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

    .stepBox.active {
        background: var(--mainColor);
    }

.stepLine {
    width: 300px;
    height: 4px;
    background: #999;
    margin-top: 22px;
    float: left;
}

    .stepLine.active {
        background: var(--mainColor);
    }

.resetPwdStepTxt {
    margin-top: 10px;
}

.stepTxt {
    width: 150px;
    float: left;
    color: #666;
    margin-left: 200px;
}

    .stepTxt.first {
        margin-left: 0;
    }

    .stepTxt.active {
        font-weight: 700;
    }

.resetPwdDetails {
    margin-top: 80px;
}

.resetSteps {
    display: none;
}

    .resetSteps.active {
        display: block;
    }

.steps1 {
    width: 360px;
    margin: 0 auto;
}

.resetSteps .userName {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid #e8e8e8;
}

.resetSteps .roleType {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid #e8e8e8;
    margin: 20px 0 0;
    padding: 0 10px;
}

    .resetSteps .roleType input {
        margin-left: 10px;
    }

.resetSteps .code {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid #e8e8e8;
    /*margin-top: 10px;*/
}

.resetSteps .codeImg {
    width: 76px;
    height: 30px;
    margin-left: 18px;
}

.btnBox {
    width: 300px;
    margin: 20px auto;
}

.steps2 {
    width: 480px;
    margin: 0 auto;
}

.phoneNoteTips {
    margin-top: 10px;
    margin-bottom: 20px;
}

.quickQueryBox {
    border: 1px solid #ccc;
    padding: 22px 30px 10px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
}

.quickQueryTips {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #dd4b39;
    position: absolute;
    top: -16px;
    left: 30px;
    padding-left: 20px;
}

    .quickQueryTips > i {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 16px;
        height: 16px;
        background: url("./images20231031/tips.png") no-repeat 0 0;
    }

.quickQueryContent > li {
    line-height: 20px;
    padding: 5px 0;
    cursor: pointer;
}

    .quickQueryContent > li.select {
        background-color: #F8DBD7;
        color: #ed5565;
    }

    .quickQueryContent > li:hover {
        background-color: #F8DBD7;
        color: #ed5565;
    }

    .quickQueryContent > li > i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url('./images20231031/dot.png') no-repeat 0 0;
    }

.statisticalType {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    position: relative;
    padding-left: 160px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 30px;
    padding-top: 5px;
}

.statisticalTypeLeft {
    width: 160px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: right;
}

.statisticalTypeRight > p {
    display: inline-block;
}

.answerScoreMessage {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url('./images20231031/message.png') no-repeat 0 0;
    cursor: pointer;
}

.download_wechart_tips {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    min-height: 60px;
}

    .download_wechart_tips > .tips_left {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .download_wechart_tips > .tips_left > img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            cursor: pointer;
        }

    .download_wechart_tips > .tips_right {
        padding: 8px 5px;
    }

.preSelectionTips {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
}

    .preSelectionTips::before {
        content: "\e658";
        position: absolute;
        left: 0;
        top: -2px;
        height: 16px;
        width: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: var(--mainColor);
    }

    .preSelectionTips.small {
        height: 10px;
        width: 10px;
        background-size: cover;
    }

.selected_box {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 10px;
    padding-left: 150px;
    position: relative;
    min-height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.left_selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    text-align: right;
    min-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_selected {
    width: 100%;
    text-align: left;
}

    .right_selected > span {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 2px 20px 2px 8px;
        background: #ededed;
        vertical-align: middle;
        margin-top: 5px;
        border-radius: 8px;
        position: relative;
        margin-left: 5px;
    }

        .right_selected > span > i {
            position: absolute;
            right: 6px;
            top: 6px;
            width: 7px;
            height: 7px;
            background: url("../default/images20231031/shanchu.png") no-repeat 0 0;
            cursor: pointer;
        }

            .right_selected > span > i:hover {
                background: url("../default/images20231031/shanchu.png") no-repeat -8px 0;
            }

.rolesBox {
    width: 1200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 50px auto 0;
    border-top: 9px solid var(--mainColor);
    background-color: #fff;
    box-shadow: 0px 4px 19px 3px #e3e2e5;
    text-align: left;
    padding: 0 20px;
}

    .rolesBox .roleModules {
        padding: 20px 0;
        line-height: 30px;
        position: relative;
    }

        .rolesBox .roleModules.topboder {
            border-top: 1px dashed #ccc;
        }

        .rolesBox .roleModules .roleLeft,
        .rolesBox .roleModules .roleConent,
        .rolesBox .roleModules .roleRight {
            float: left;
        }


        .rolesBox .roleModules .roleLeft {
            width: 50px;
            text-align: right;
        }

        .rolesBox .roleModules .roleConent {
            width: 950px;
        }

            .rolesBox .roleModules .roleConent li {
                float: left;
                width: 180px;
                margin-right: 10px;
                height: 30px;
                border: 1px solid #ccc;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                border-radius: 8px;
                cursor: pointer;
                background-color: #FAFAFA;
                text-align: center;
            }

                .rolesBox .roleModules .roleConent li:hover {
                    background-color: var(--mainColor);
                    border-color: var(--mainColor);
                    color: #fff;
                }

                .rolesBox .roleModules .roleConent li.active {
                    background-color: var(--mainColor);
                    border-color: var(--mainColor);
                    color: #fff;
                }

            .rolesBox .roleModules .roleConent.role {
                width: 1100px;
            }

                .rolesBox .roleModules .roleConent.role li {
                    margin-top: 10px;
                    width: auto;
                    min-width: 120px;
                    padding: 0 6px;
                }

            .rolesBox .roleModules .roleConent li.noMr {
                margin-right: 0;
            }

        .rolesBox .roleModules .roleRight {
        }


.yearsBox {
    width: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 50px auto 0;
    border-top: 9px solid var(--mainColor);
    background-color: #fff;
    box-shadow: 0px 4px 19px 3px #e3e2e5;
}

.years_list {
    width: 800px;
    margin: 0 auto;
}

    .years_list > li {
        float: left;
        width: 240px;
        margin-left: 30px;
        height: 40px;
        border: 1px solid #ccc;
        margin-top: 10px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 8px;
        cursor: pointer;
        background-color: #FAFAFA;
    }

        .years_list > li.onlyone {
            margin: 0 auto;
            float: none;
        }

        .years_list > li.onlytwo {
            margin-left: 110px;
        }

        .years_list > li.noMargin {
            margin-left: 0;
        }

        .years_list > li.active {
            background-color: var(--mainColor);
            border-color: var(--mainColor);
            color: #fff;
        }

        .years_list > li:hover {
            background-color: var(--mainColor);
            border-color: #ccc;
            color: #fff;
        }

        .years_list > li.noYears {
            border: none;
            background-color: #FFFFFF;
            cursor: auto;
            margin-left: 10px;
            color: #f00;
            width: auto;
            border-radius: 0;
        }

            .years_list > li.noYears:hover {
                background-color: #FFFFFF;
                border: none;
                color: #f00;
            }

.nextStepBox {
    line-height: 40px;
    margin: 20px 0;
}

.years {
    display: inline-block;
    padding: 8px 20px;
    background: #E4E4E4;
}

.goBackYears {
    margin-left: 16px;
    font-size: 14px;
}

.BatchReview {
    font-size: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: var(--mainColor);
    /*border-radius: 10px;*/
    color: #FFF;
    margin-left: 4px;
}

.TeamProjectTips {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 10px;
    color: #FFF;
}

.font_size_resize {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 65px;
    height: 30px;
}

    .font_size_resize > .size_minus,
    .font_size_resize > .size_plus {
        position: absolute;
        top: 0;
        width: 30px;
        height: 30px;
        font-size: 28px;
        text-align: center;
        line-height: 30px;
        background-color: var(--mainColor);
        border-radius: 15px;
        color: #fff;
        font-weight: 700;
    }

    .font_size_resize > .size_minus {
        left: 0;
    }

    .font_size_resize > .size_plus {
        right: 0;
    }

.warningTips {
    display: inline-block;
    width: 16px;
    height: 16px;
    /*background: url('./images20231031/warning.png') no-repeat 0 0;*/
    position: relative;
    vertical-align: middle;
}

    .warningTips::before {
        content: "\e658";
        position: absolute;
        left: 0;
        top: -2px;
        height: 16px;
        width: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: var(--orange);
    }

    .warningTips.small {
        width: 10px;
        height: 10px;
        background-size: cover;
    }

.box-bgc {
    background-color: #efe8e9;
    border: 1px solid pink;
    padding: 4px;
}

.QRcodeMin {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 41px;
    padding: 1px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

    .QRcodeMin:hover {
        background: var(--mainColor);
    }

.QRcodeMax {
    position: absolute;
    left: 45px;
    bottom: -1px;
    height: 100px;
    width: 100px;
    z-index: 1;
    padding: 4px 4px 20px 4px;
    border: 1px solid #ccc;
    background: #ffffff;
    display: none;
}

    .QRcodeMax > .text {
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        text-align: center;
        height: 16px;
        line-height: 16px;
    }

.plagiarism {
    border: 1px solid #ccc;
    /*    padding: 0 10px;*/
    margin-top: 10px;
}

    .plagiarism .title {
        height: 40px;
        line-height: 40px;
        background-color: #F0F9FE;
        border-bottom: 1px solid #ccc;
        font-weight: 700;
        padding-left: 10px;
    }

    .plagiarism .details {
        padding: 10px;
    }

    .plagiarism > .details > li {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 8px;
    }

        .plagiarism > .details > li.noboder {
            border: none;
        }

        .plagiarism > .details > li > h5 {
            font-weight: 700;
            font-size: 14px;
            line-height: 2em;
        }

        .plagiarism > .details > li > p > i {
            font-weight: 700;
        }

/* 查询区域折叠样式 */
.searchFormBox {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    border-bottom: 1px solid #f2f3f6;
}

    .searchFormBox .searchInputs {
        min-height: 40px;
        height: 80px;
        overflow: hidden;
    }

        .searchFormBox .searchInputs > li {
            float: left;
            width: 252px;
            position: relative;
            padding: 4px 0;
            padding-left: 135px;
            height: 32px;
            line-height: 32px;
        }

            .searchFormBox .searchInputs > li.width100 {
                width: 100%;
            }

            .searchFormBox .searchInputs > li > .label {
                position: absolute;
                left: 2px;
                top: 4px;
                width: 120px;
                height: 28px;
                line-height: 32px;
                overflow-y: hidden;
                overflow-x: hidden;
                text-align: right;
                color: #666;
                white-space: nowrap;
            }

                .searchFormBox .searchInputs > li > .label.more::after {
                    width: auto;
                    content: attr(title);
                    display: inline-block;
                    animation: move 3s infinite alternate linear;
                }

                .searchFormBox .searchInputs > li > .label.more:hover::after {
                    animation-play-state: paused;
                }


@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(calc(-100% + 120px), 0);
    }
}


.searchFormBox .searchInputs > li .easyui-textbox {
    width: 215px;
}

    .searchFormBox .searchInputs > li .easyui-textbox.two-in-one,
    .searchFormBox .searchInputs > li .easyui-numberbox.two-in-one {
        width: 99px;
    }

.searchFormBox .searchInputs > li .easyui-combobox {
    width: 220px;
}

.searchFormBox .searchInputs > li .easyui-datetimebox {
    width: 228px;
}

.rightbox .form .easyui-combobox,
.rightbox .form .easyui-datetimebox, 
.rightbox .form .easyui-textbox {
    min-width: 170px;
}

.searchFormBox .searchBtn {
    text-align: center;
    line-height: 2.6em;
    /*min-width: 140px;*/
    position: absolute;
    left: 42%;
}

    .searchFormBox .searchBtn .formBtn {
        word-spacing: 0;
    }

    .searchFormBox .searchBtn .searchMore {
        display: inline-block;
        cursor: pointer;
        color: var(--mainColor);
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 14px;
        word-spacing: 0px;
        background-color: #fff;
        margin-left: 10px;
    }

        .searchFormBox .searchBtn .searchMore:hover {
            text-decoration: underline;
        }

.nav-box {
    width: 100%;
    border: 1px solid #cccccc;
}

.pitch-a {
    background-color: var(--mainColor);
    font-weight: 700;
    color: aliceblue;
}

.nav-a {
    display: inline-block;
    padding: 6px 6px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
}

.posdiv {
    position: fixed;
    top: 0px;
    left: 0;
    opacity: 1;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    padding: 12px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.questionTips {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 10px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    background-color: #e4e4e4;
}

.questionTipsText {
    position: absolute;
    left: 16px;
    top: 0px;
    width: 300px;
    height: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
    padding: 10px;
    font-weight: 100;
    color: #000;
    text-align: left;
    display: none;
}

.selectedBox {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 100px;
    position: relative;
    min-height: 40px;
}

    .selectedBox > .left_selected {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        text-align: right;
        line-height: 40px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .selectedBox > .right_selected {
        width: 100%;
    }

.mainBgTips {
    color: var(--mainColor);
}

    .mainBgTips > i {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 19px;
        background-color: var(--mainColor);
        border-radius: 10px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0 4px;
    }

/*筛选条件切换下拉，输入框*/
.cut-btn {
    color: var(--mainColor);
    font-size: 12px;
    cursor: pointer;
    margin-left: 4px;
}

    .cut-btn > i {
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: sub;
        background: url("../default/images20231031/switch.png")
    }


.calendar-saturday.calendar-disabled,
.calendar-sunday.calendar-disabled {
    color: #444 !important;
}

.spanHover {
    cursor: pointer;
}

    .spanHover:hover {
        color: var(--mainColor);
        text-decoration: underline;
    }

.scoreBox {
    border: 1px solid #ccc;
}

.score-widt {
    text-align: right;
    display: inline-block;
    width: 130px;
}

.score-title {
    position: relative;
    padding: 0px 20px;
    min-height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    /*overflow: auto;*/
}

.log-score {
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    height: 32px;
    width: 32px;
    font-size: 16px;
    background-color: orange;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.log-score-img {
    height: 36px;
    width: 33px;
}

.open-close:hover,
.log-score:hover {
    transform: scale(1.6);
}

.row-fenshu {
    display: inline-block;
    width: 278px;
}

.score-content {
    padding: 10px 20px;
    background-color: rgb(240, 249, 254);
}

.open-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s ease-out;
    background-color: red;
    position: absolute;
    right: 20px;
    top: 20px;
}

.grade-box {
    padding: 5px 0;
    position: relative;
}

.right-show {
    position: absolute;
    right: 0px;
}

.datagrid-header .datagrid-header-inner {
    background-color: var(--tableHeadBg);
    font-weight: 100 !important;
    font-size: 14px;
}

.datagrid-header table tbody td.datagrid-header-over {
    background-color: var(--tableHeadBg);
}

.queryBtn {
    display: inline-block;
    padding: 0 10px 0 33px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    background-color: var(--searchBtnBg);
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

    .queryBtn::before {
        content: "\e650";
        position: absolute;
        left: 10px;
        top: 5px;
        height: 18px;
        width: 18px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .queryBtn:hover {
        background-color: var(--searchBtnHoverBg);
    }


.textbox-text.validatebox-text,
input[type=text],
select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.textbox-text.validatebox-text {
    border-radius: 6px 0 0 6px;
}

    .textbox-text.validatebox-text::placeholder {
        color: var(--inputTextColor);
    }

    .textbox-text.validatebox-text.textbox-promp {
        border-radius: 6px;
    }

.combobox-item:hover {
    background-color: var(--inputBg);
}

.combobox-item.combobox-item-selected {
    background-color: var(--inputBg);
}

.two-in-one {
    width: 99px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    outline-style: none;
    border-radius: 6px;
    box-sizing: border-box;
}

.newState {
    color: #666;
    position: relative;
    padding-left: 15px;
    line-height: 2em;
}

    .newState::before {
        content: '';
        position: absolute;
        top: 15px;
        margin-top: -10px;
        left:2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--gray);
    }

    .newState.txt_red,
    .newState.txt_green,
    .newState.txt_yellow {
        color: #666 !important;
    }

        .newState.txt_red::before {
            background-color: var(--red);
        }

        .newState.txt_green::before {
            background-color: var(--green);
        }

        .newState.txt_yellow::before {
            background-color: var(--yellow);
        }

    .newState.txt_orange::before {
        background-color: var(--orange);
    }

    .newState.txt_blue::before {
        background-color: var(--blue);
    }

.num_underline.tbLink {
    color: var(--tableLinkColor);
}


#tankuang, #qzyd {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 100;
    display: none;
}
.qz-pop {
    width: 70%;
    margin:0px auto;
    margin-top:30px;
    background: #f2f3f9;
    height:96%;
}
    .songshen-pop-box {
        box-sizing: border-box;
        width: 632px;
        height: 467px;
        background: url('./images20231031/sspopbg.png')no-repeat;
        background-size: 100%;
        padding: 110px 96px 34px 68px;
        font-size: 16px;
        line-height: 26px;
        position: absolute;
        top: 22%;
        left: 36%;
        /*border-radius: 6px;*/
        font-family: var(--baseFontFamily);
        line-height: 24px;
        /* color: #333;
    font-weight: 700;*/
        position: relative;
    }
.btn-box-ss {
position:absolute;
left:165px;
bottom:34px;
}

.btn-songshen {
    display: inline-block;
    width: 114px;
    height: 32px;
    background: url('./images20231031/ssanniu.png');
    text-align: center;
    line-height: 32px;
    color: aliceblue;
    cursor:pointer;
}
.tow-btn-song {
    margin-left:32px;
    background-position:-141px;
}



.pop-box {
    width: 870px;
    height: 406px;
    background: url('./images20231031/popjiance.png')no-repeat;
    background-size: 100%;
    padding: 70px 64px 30px 64px;
    font-size: 14px;
    position: absolute;
    top: 20%;
    left: 24%;
    border-radius: 6px;
    font-family: var(--baseFontFamily);
    line-height: 25px;
    color: #333;
    font-weight: 700;
}

.pop-box-shenqingzhong {
    width: 1035px;
    height: 473px;
    background: url('./images20231031/Aigcshenqingzhong.png')no-repeat;
    background-size: 100%;
    padding: 70px 194px 30px 64px;
    font-size: 14px;
    position: absolute;
    top: 20%;
    left: 24%;
    border-radius: 6px;
    font-family: var(--baseFontFamily);
    line-height: 25px;
    color: #333;
    font-weight: 700;
    position: relative;
}

.pop-box-chenggong {
    width: 828px;
    height: 473px;
    background: url('./images20231031/chenggongAigc.png')no-repeat;
    background-size: 100%;
    padding: 70px 194px 30px 64px;
    font-size: 14px;
    position: absolute;
    top: 20%;
    left: 24%;
    border-radius: 6px;
    font-family: var(--baseFontFamily);
    line-height: 28px;
    color: #333;
    font-weight: 700;
    position: relative;
}

@media screen and (min-width:1600px) {
    .pop-box-shenqingzhong, .pop-box-chenggong {
        left: 24%;
    }
}

@media screen and (max-width:1600px) {
    .pop-box-shenqingzhong, .pop-box-chenggong {
        left: 10%;
    }
}

.txt-sheniqng-aigc {
    position: absolute;
    bottom: 126px;
    left: 118px;
}

.iocA-aigc {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("./images20231031/iocA-aigc.png");
    vertical-align: middle;
}

.one-aigc {
    font-size: 12px;
    color: #999;
}

.text-cg-aigc-box {
    position: absolute;
    bottom: 144px;
    padding-right: 264px;
}

.pop-box img, .pop-box-shenqingzhong img, .pop-box-chenggong img, .songshen-pop-box img {
    float: right;
    margin-right: -32px;
    margin-top: -36px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}


/*[data-user-title] {
    position: relative;
    display: inline-block;
}

    [data-user-title]::before,
    [data-user-title]::after {
        position: absolute;
        visibility: visible;
        opacity: 1;
        z-index: 9999999;
        pointer-events: none;
        transition: 0.2s;
    }

    [data-user-title]::before {
        content: '';
        border: 5px solid transparent;
        border-top-color: rgb(0,0,0,0.6);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        left: 50%;
        margin-bottom: -5px;
    }

    [data-user-title]::after {
        content: attr(data-user-title);
        background: rgba(0,0,0,0.7);
        font-size: 14px;
        color: #fff;
        padding: 4px 8px;
        border-radius: 2px;
        box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
        bottom: 100%;
        width: 100%;
        min-width: 300px;
        white-space: pre-wrap;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 5px;
    }

    [data-user-title]:hover::before,
    [data-user-title]:hover::after{
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

[data-user-title=""]::before,
[data-user-title=""]::after{
    display: none !important;
}*/




/*// data-title 在我们需要加title属性的标签内 换成 data-title='张三' position: relative;
    // 样式： &:hover:after*/

/*[data-title] {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}*/

/*// 具体控制title背景的样式 位置 字体等*/
/*[data-title]:after {
    content: attr(data-title);
    background-color: rgba(167, 163, 163, 0.8);
    color: rgb(22, 22, 22);
    font-size: 12px;
    position: absolute;
    padding: 4px 10px;
    left: 20px;
    bottom: -1.5em;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

    [data-title]:hover::after {
        visibility: visible;
        opacity: 1;
    }*/

.AIGCState {
    /*padding-left: 25px;*/
    display: inline-block;
    line-height: 20px;
}

    /* .AIGCState.state0 {
        background: url('./images20231031/AIGCState0.png') no-repeat 0 0;
    }

    .AIGCState.state1 {
        background: url('./images20231031/AIGCState1.png') no-repeat 0 0;
    }

    .AIGCState.state2 {
        background: url('./images20231031/AIGCState2.png') no-repeat 0 0;
    }

    .AIGCState.state3 {
        background: url('./images20231031/AIGCState3.png') no-repeat 0 0;
    }*/

    .AIGCState.error {
        padding-left: 25px;
        background: url('./images20231031/AIGCError.png') no-repeat 0 0;
    }

    .AIGCState.loading {
        background: url('./images20231031/aigcLoading.gif') no-repeat 0 0;
        background-size: 100% 100%;
        display: inline-block;
        height: 15px;
        width: 45px;
    }

.AIGCmain {
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 26px;
}

    .AIGCmain .top {
        padding: 10px 0;
    }

    .AIGCmain .title {
        /*border-bottom: 1px solid var(--mainColor);*/
        text-align: center;
        color: #000;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .AIGCmain .title > h2 {
            /*font-family: 'Microsoft YaHei';*/
            font-size: 28px;
            font-weight: 700;
        }

        .AIGCmain .title > h3 {
            color: #999;
            font-size: 20px;
            font-weight: 100;
        }

    .AIGCmain .abstractBox {
        margin-top: 2px;
        border-top: 1px solid var(--mainColor);
        margin-bottom: 10px;
    }

    .AIGCmain .abstract {
        width: 100%;
        box-sizing: border-box;
        /*padding-left: 106px;*/
        line-height: 2em;
        min-height: 2em;
        padding-left: 10px;
    }

        .AIGCmain .abstract > .l {
            display: inline-block;
            color: #000;
            margin-right: 5px;
        }

        .AIGCmain .abstract > .r {
            display: inline-block;
        }

            .AIGCmain .abstract > .r > strong {
                color: #333;
            }

    .AIGCmain .checkBox {
        border-top: 1px solid var(--mainColor);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .AIGCmain .serialNumber {
        background-color: var(--sidebarSelectd);
        line-height: 2em;
        font-size: 12px;
        color: #666;
        text-indent: 0.2em;
        padding: 0 10px;
    }


        .AIGCmain .serialNumber .num {
            color: #860505;
        }

    .AIGCmain .checkBox > .serialNumber,
    .AIGCmain .contentBox > .serialNumber {
        font-size: 14px;
        color: #000;
    }

        .AIGCmain .checkBox > .serialNumber.testResault,
        .AIGCmain .contentBox > .serialNumber.testResault {
            font-size: 22px;
        }

    .AIGCmain .pieBox {
        width: 100%;
        padding: 0 10px;
    }

    .AIGCmain .pieTxt,
    .AIGCmain .pieChart {
        width: 50%;
        padding-top: 10px;
    }

        .AIGCmain .pieTxt > .txt {
            display: inline-block;
            width: 100%;
            font-size: 14px;
            line-height: 2em;
        }

            .AIGCmain .pieTxt > .txt > .num {
                color: var(--normal3Color);
            }

    .AIGCmain .aiBox {
        padding: 0 10px;
    }

    .AIGCmain .aiTItle {
        padding-left: 8px;
        border-left: 5px solid var(--mainColor);
    }

    .AIGCmain .contentBox {
        border-top: 1px solid var(--mainColor);
        margin-top: 10px;
    }

    .AIGCmain .content {
        border: 1px solid #eee;
        width: 100%;
        position: relative;
        padding-right: 161px;
        box-sizing: border-box;
        line-height: 1.8em;
        word-wrap: break-word;
        word-break: normal;
    }

        .AIGCmain .content > .text {
            width: 100%;
            box-sizing: border-box;
            padding: 5px;
            text-indent: 2em;
            letter-spacing: 1px;
        }

    .AIGCmain .scattergram {
        width: 100%;
        height: 40px;
        background-color: var(--normal0Color);
        margin-top: 10px;
        position: relative;
    }

        .AIGCmain .scattergram > span {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
        }

            .AIGCmain .scattergram > span.Normal1 {
                background: var(--normal1Color)
            }

            .AIGCmain .scattergram > span.Normal2 {
                background: var(--normal2Color)
            }

            .AIGCmain .scattergram > span.Normal3 {
                background: var(--normal3Color)
            }


    .AIGCmain .labelBox {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0 20px;
    }

        .AIGCmain .labelBox > .label {
            display: inline-block;
            margin-right: 16px;
            position: relative;
            padding-left: 12px;
        }

    .AIGCmain .label::before {
        position: absolute;
        left: 0;
        top: 4px;
        width: 8px;
        height: 14px;
        border-radius: 4px;
        background-color: var(--normal0Color);
        content: ' ';
    }

    .AIGCmain .label.n3::before {
        background-color: var(--normal3Color);
    }

    .AIGCmain .label.n2::before {
        background-color: var(--normal2Color);
    }

    .AIGCmain .label.n1::before {
        background-color: var(--normal1Color);
    }

    .AIGCmain .label.n3 {
        color: var(--normal3Color);
    }

    .AIGCmain .label.n2 {
        color: var(--normal2Color);
    }

    .AIGCmain .label.n1 {
        color: var(--normal1Color);
    }

    .AIGCmain .label.n0 {
        color: var(--normal0Color);
    }

    .AIGCmain .content > .tips {
        width: 160px;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
        background-color: var(--normal0Color);
        height: 100%;
    }

        .AIGCmain .content > .tips > p {
            position: absolute;
            left: 10px;
            right: 0;
            top: 0;
            width: 140px;
            text-align: center;
            box-sizing: border-box;
            border: 1px solid var(--normal0Color);
            /*border-left: 10px solid var(--normal0Color);*/
            background-color: #fff;
            padding-left: 10px;
        }

            .AIGCmain .content > .tips > p:before {
                content: ' ';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                height: 100%;
                width: 10px;
                background-color: var(--normal0Color);
            }

            .AIGCmain .content > .tips > p.Normal1:before {
                background-color: var(--normal1Color)
            }

            .AIGCmain .content > .tips > p.Normal2:before {
                background-color: var(--normal2Color)
            }

            .AIGCmain .content > .tips > p.Normal3:before {
                background-color: var(--normal3Color)
            }

    .AIGCmain .Normal1 {
        color: var(--normal1Color) !important;
        padding-top: 4px;
        padding-bottom: 2px;
    }

    .AIGCmain .Normal2 {
        color: var(--normal2Color) !important;
        padding-top: 4px;
        padding-bottom: 2px;
    }

    .AIGCmain .Normal3 {
        color: var(--normal3Color) !important;
        padding-top: 4px;
        padding-bottom: 2px;
    }

    .AIGCmain .tableBox h3,
    .AIGCmain .AIparagraph h3 {
        line-height: 2.4em;
    }

    .AIGCmain .AIparagraph {
        margin-top: 10px;
    }

        .AIGCmain .AIparagraph .ptitle {
            border-bottom: 1px solid var(--mainColor);
        }

            .AIGCmain .AIparagraph .ptitle > span {
                margin-right: 12px;
            }

            .AIGCmain .AIparagraph .ptitle > .no {
                display: inline-block;
                padding: 0 10px;
                text-align: center;
                line-height: 2em;
                color: #fff;
                background-color: var(--mainColor);
                font-size: 16px;
            }

        .AIGCmain .AIparagraph .pCon {
            background: #f4f4f4;
            padding: 10px;
        }

            .AIGCmain .AIparagraph .pCon p {
                text-indent: 2em;
            }

    .AIGCmain .tableBox table {
        width: 100%;
        line-height: 1.8em;
        word-break: break-all;
        word-wrap: break-word;
        border-collapse: collapse;
        border-spacing: 0;
        color: #333;
    }

    .AIGCmain .tableBox thead {
        background-color: var(--mainColor);
        text-align: left;
    }

        .AIGCmain .tableBox thead th {
            padding: 10px;
            font-weight: 100;
            color: #000;
        }

    .AIGCmain .tableBox tbody tr {
        text-align: left;
        border: 1px solid #f4f4f4;
        padding: 6px 10px;
    }

        .AIGCmain .tableBox tbody tr:first-child td {
            border-top: 0 none;
        }

    .AIGCmain .contentTitle {
        color: #860505;
        margin: 10px 0;
        text-indent: 0;
        background-color: #e4e4e4;
    }

    .AIGCmain .example {
        display: inline-block;
        width: 40px;
        height: 12px;
        background-color: var(--normal0Color);
        line-height: 30px;
        vertical-align: sub;
        border-radius: 3px;
    }

        .AIGCmain .example.Normal1 {
            background-color: var(--normal1Color);
        }

        .AIGCmain .example.Normal2 {
            background-color: var(--normal2Color);
        }

        .AIGCmain .example.Normal3 {
            background-color: var(--normal3Color);
        }


.txtPosition {
    cursor: pointer;
}

.AIGCTest {
    vertical-align: middle;
    cursor: pointer;
    margin-top: -3px;
}

    .AIGCTest:hover {
        opacity: 0.8;
    }
