* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.university{
    position: relative;
}

.university:hover .universityImg{
    display: block;
}

.universityImg{
    position: absolute;
    top: -100px;
    right: -17px;
    display: none;
}

.universityImg::before {
    display: block;
    content: "";
    width: 100px;
    height:100px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    position: relative;
    background-image: url(./img/university.png);
    background-size: cover;
    left: 9px;
    /* top: 100px;
    left: 70px; */
}
.universityImg::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
    top: 9.5px;
    left: 9px;
    /* left: 70px; */
}

html {
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

body {
    width: 100%;
    height: 100%;
    font-family: Hiragino Sans GB, Microsoft Yahei, arial, 宋体, Helvetica Neue, Helvetica, STHeiTi, sans-serif;
    font-size: 14px;
}


/* 滚动条 */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #f2f2f2;
}


/* 指定隐藏滚动条 */

.noscrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
    height: 0px;
}


/* 页面头部 */

.header-css {
    width: 100%;
    min-width: 368px;
    height: 76px;
    background-color: #f9f9f8;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3000;
    box-shadow: 0 2px 12px 0 #dfe3eb;
    padding: 0px 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo-css {
    width: 100px;
    height: 99px;
}

.logo-css img {
    width: 100%;
    height: 100%;
}

.header-title-css {
    font-size: 22px;
    color: #4b4b4b;
    font-family: Arial-bold;
    font-weight: 700;
    text-align: center;
}

.user-modular-css {
    width: 300px;
    height: 30px;
    line-height: 30px;
    color: #101010;
    font-family: SourceHanSansSC;
    font-size: 14px;
    display: flex;
}

.user-row-css {
    display: flex;
    width: 100%;
}

.LogOut-css {
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logOut-txt-css {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: Arial;
    margin-right: 10px;
}

.LogOut-css:hover {
    opacity: 0.8;
}


/* 导航栏 */

.sidebar-css {
    width: 350px;
    height: 100%;
    margin-top: 30px;
    position: relative;
}

.sidebar-item-css {
    width: 330px;
    height: 100%;
    border-right: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
    background-color: rgb(249, 249, 248);
    box-shadow: 0 2px 12px 0 #dfe3eb;
    float: left;
}

.sidebar-border-css {
    border-left: 3px solid #c60E11;
    padding-left: 10px;
}

.sidebar-list-css {
    /* background-color: #f9f9f8; */
    border-bottom: 1px solid #ebeef2;
    height: 60px;
    margin: 0px 10px;
    padding: 10px 10px 10px 0px;
    border-left: 3px solid transparent;
}

.sidebar-list1-css {
    width: 100%;
    height: 60px;
    background-color: white;
    border-bottom: 1px solid #ebeef2;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}

.sidebar-list2-css {
    width: 100%;
    height: 60px;
    background-color: white;
    border-bottom: 1px solid #ebeef2;
    cursor: pointer;
    font-size: 14px;
}

.sidebar-list-text-css {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 9px;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 16px;
    font-family: Arial-regular;
}

.sidebar-list-css:hover .sidebar-list-text-css {
    color: #c60E11;
    font-weight: 600;
}

.sidebar-list-active-css .sidebar-list-text-css {
    color: #c60E11;
    font-weight: 600;
}


/* 页面中间 */

.containter-css {
    width: 100%;
    min-width: 368px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f9f9f8;
    margin: 0px auto;
}

.midBody-css {
    width: 100%;
    /* min-width: 1080px; */
    margin: 0 auto;
    height: auto;
    min-height: calc(100% - 186px);
    display: flex;
    background-color: transparent;
    margin-top: 76px;
    position: relative;
}

.midBody-content-css {
    display: flex;
    width: calc(100% - 350px);
    min-height: 100%;
}

.contentBottom-css {
    display: flex;
    flex-direction: column;
    margin: 30px 20px 0 20px;
    height: auto;
    width: calc(100% - 40px);
    box-shadow: 0 2px 12px 0 #dfe3eb;
    background-color: #f9f9f8;
    padding: 20px;
}

.explain-css {
    width: 300px;
    height: 520px;
    background-color: #EFF6FF;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    padding: 10px 15px;
    text-align: center;
    margin: 30px 0 0 20px;
}

.explain-title-css {
    font-size: 28px;
    color: #7AB8FB;
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.explain-txt-css {
    text-align: left;
    font-size: 14px;
    color: #101010;
}

.panel-css {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.searchBox-css {
    display: flex;
    flex-wrap: wrap;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 36px;
    margin-right: 30px;
    margin-bottom: 10px;
    position: relative;
}

.searchInput-css {
    min-width: 180px;
    height: 36px;
    border: 1px solid #dadfe6;
    border-radius: 2px;
    background-color: #fff;
    padding: 5px 10px;
    text-align: left;
}

.searchSelect-css {
    min-width: 180px;
    height: 36px;
    border: 1px solid #dadfe6;
    border-radius: 2px;
    background-color: #fff;
    padding: 5px 7px;
    text-align: left;
}

.drop-down-css {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dadfe6;
    display: none;
    z-index: 2000;
}

.drop-down-row-css {
    padding: 10px 5px 0px;
}

.drop-down-row2-css {
    width: 100%;
    height: 36px;
    line-height: 50px;
    border-top: 1px solid #dadfe6;
    background-color: #F2F9FF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.drop-down-input-css {
    width: 100px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dadfe6;
    color: #101010;
    font-size: 14px;
    padding: 0px 5px;
    margin-right: 10px;
}

.drop-down-row-css img {
    vertical-align: middle;
    cursor: pointer;
}

.select-foucs-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-down-css {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dadfe6;
    border-top: 0px;
    display: none;
    line-height: 25px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.search-down-row-css {
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}

.search-down-row-css:hover,
.search-down-row2-css:hover {
    background-color: rgb(30, 144, 255);
    color: #fff;
}

.search-down-row2-css {
    text-align: left;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

input,
select,
textarea {
    font-family: "PingFang SC", "Microsoft YaHei", arial;
}

textarea,
input,
select,
button:focus {
    outline: 0;
}

input:disabled {
    border: 0;
    background-color: transparent;
}

input:read-only {
    border: 0;
    background-color: transparent;
}

.searchcheckbox-css {
    min-height: 35px;
    line-height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    position: relative;
}

.checkbox-css {
    border-radius: 3px;
    border: 2px solid #dadfe6;
    cursor: pointer;
    background: transparent;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

input[type="checkbox"] {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: 0px;
    z-index: 5;
}

input[type="checkbox"]+.checkbox-css {
    width: 18px;
    height: 18px;
}

input[type="checkbox"]:checked~.checkbox-css {
    background-color: #67ce59;
    border: none;
}


/* input[type="checkbox"]:disabled ~ .checkbox-css{
    background-color: #dddddd;
    border:none;
} */

input[type="checkbox"]:checked~.checkbox-css::before {
    content: "";
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -4px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="radio"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 0px;
    z-index: 5;
}

input[type="radio"]+.checkbox-css {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

input[type="radio"]:checked~.checkbox-css {
    border: 2px solid #67ce59;
    padding: 3px;
}


/* input[type="radio"]:disabled ~ .checkbox-css{
    background-color: #dddddd;
    border:none;
} */

input[type="radio"]:checked~.checkbox-css::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #67ce59;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

.panel-title-css {
    font-size: 14px;
    color: #101010;
    font-weight: 700;
    margin-right: 20px;
}

.edit-css {
    color: #7AB8FB;
    font-size: 14px;
    cursor: pointer;
}


/* flex布局 */

.j-between-css {
    display: flex;
    justify-content: space-between;
}

.wrap-css {
    display: flex;
    flex-wrap: wrap;
}

.row-css {
    display: flex;
    flex-direction: row;
}

.column-css {
    display: flex;
    flex-direction: column;
}

.v-center-css {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* 按钮 */

.button-css {
    height: 36px;
    padding: 5px 12px;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dadfe6;
    color: #101010;
    text-align: center;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
}

.button-primary-css {
    color: #fff;
    background-color: #007FD6;
    border-color: #007FD6;
}

.button-warning-css {
    color: #fff;
    background-color: #FFB700;
    border-color: #FFB700;
}

.button-info-css {
    color: #101010;
    background-color: #fff;
    border-color: #BBBBBB;
}

.button-primary-css:hover,
.button-warning-css:hover,
.click-login-css:hover,
.primary-css:hover {
    opacity: .7;
}

.button-info-css:hover,
.cancel-css:hover {
    border-color: #007FD6;
    color: #007FD6;
}

.information-css:hover,
.choose-text-css:hover,
.forget-css:hover,
.c-2dadff-css:hover,
.operation-css:hover,
.edit-css:hover {
    text-decoration: underline;
}


/* margin */

.margin-20-css {
    margin:0px 20px;
}

.margin-right-20-css {
    margin-right: 20px;
}

.margin-right-10-css {
    margin-right: 10px;
}

.margin-top-20-css {
    margin-top: 20px;
}

.margin-top-10-css {
    margin-top: 10px;
}

.margin-0-css {
    margin: 0!important;
}

.margin-0-1-css {
    margin: 0px 1px;
}


/* font-color */

.c-c60E11-css {
    color: #c60E11;
}

.c-7AB8FB-css {
    color: #7AB8FB;
}

.c-007FD6-css {
    color: #007FD6 !important;
}


/* relative */

.relative-css {
    position: relative;
}


/* 登录 */

.login-box-css {
    width: 1010px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    display: flex;
}

.login-left-css {
    width: 650px;
    min-height: 380px;
    background-color: rgb(239, 246, 255);
    border-radius: 0px 10px 10px 0px;
    padding: 30px 0px;
}
.forgetPwd-css{
    color: red; 
    border:0px;
    cursor: pointer;
}
.login-right-css {
    
    width: 380px;
    min-height: 380px;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.login-text-css {
    padding: 0 24px;
}

.login-text-css h6 {
    font-size: 16px;
    color: #101010;
    font-family: Arial-regular;
    font-weight: 400;
    line-height: 22px;
}

.headline-css {
    width: 100%;
    height: 100px;
    color: rgb(122, 184, 251);
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    margin: 10px 0px;
}

.login-browser-css {
    width: 95%;
    height: 100px;
    line-height: 100px;
    margin-left: 15px;
    border-radius: 15px;
}

.logintext-css {
    width: 100%;
    height: 60px;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
}

.username-css {
    width: 90%;
    height: 36px;
    margin: 10px 0 10px 0;
    padding: 6px 10px;
    outline: none;
    border: 1px solid #dadfe6;
    border-radius: 2px;
}

.verification-code-css {
    width: 90%;
    height: 36px;
    margin: 10px 0px;
}

.verification-code-css input {
    width: 130px;
    padding: 6px 10px;
    height: 100%;
    float: left;
    outline: none;
    border: 1px solid #dadfe6;
    border-radius: 2px;
}

.code-css {
    height: 36px;
    width: 100px;
    background-color: rgba(252, 239, 207, 1);
    border: 1px solid #7ab8fb;
    float: left;
    text-align: center;
    line-height: 34px;
    margin-left: 10px;
    color: rgb(24, 151, 191);
    font-size: 20px;
    letter-spacing: 5px;
}

.choose-box-css {
    width: 90%;
    height: 20px;
    margin-top: 10px;
}

.choose-text-css {
    float: right;
    font-size: 12px;
    color: rgb(122, 184, 251);
    line-height: 36px;
    cursor: pointer;
}

.click-login-css {
    color: #fff;
    width: 90%;
    height: 36px;
    margin-top: 10px;
    text-align: center;
    line-height: 36px;
    background-color: rgb(0, 127, 214);
    border-radius: 2px;
    cursor: pointer;
}

.forget-css {
    font-size: 14px;
    color: rgb(122, 184, 251);
    cursor: pointer;
}

.browser-box-css {
    width: 100px;
    height: 100px;
    margin-left: 26px;
    float: left;
    color: rgb(122, 184, 251);
}

.table {
    width: 90%;
    height: 200px;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 14px;
}

.table tr td {
    border: 1px solid #dadfe6;
    text-align: left;
    padding: 10px 20px;
}

.password-box-css {
    width: 460px;
    padding: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.updataPassword-box-css {
    width: 800px;
    padding: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.certificate-box-css {
    width: 100%;
    height: 36px;
    margin: 10px 0 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.certificate-css {
    width: 80px;
    height: 36px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 15px;
}

.certificateInput {
    width: 280px;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #dadfe6;
    border-radius: 2px;
}

.code-input-css {
    height: 36px;
    width: 170px;
    float: left;
    border: 1px solid #dadfe6;
    border-radius: 2px;
    padding: 6px 10px;
}

.information-css {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    color: rgb(122, 184, 251);
    line-height: 36px;
    cursor: pointer;
}

.cxbox-css {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancel-css {
    font-size: 14px;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    border-radius: 2px;
    border: 1px solid #dadfe6;
    cursor: pointer;
}

.primary-css {
    font-size: 14px;
    width: 120px;
    height: 36px;
    text-align: center;
    margin-left: 15px;
    line-height: 36px;
    float: left;
    color: #fff;
    border-radius: 2px;
    background-color: rgb(0, 127, 214);
    cursor: pointer;
}

.span-download-css {
    color: rgb(122, 184, 251);
    cursor: pointer;
}

.verificationCodePic-css {
    width: 120px;
    height: 50px;
    margin-left: 10px;
}

.font-css {
    font-weight: 700;
    text-align: right!important;
}

.table tr:nth-child(odd) {
    background-color: #f5f7fc;
}

.leftImportant {
    text-align: left !important;
}

/* 弹窗 */


/* ----------------弹窗------------------ */

.modal-shadow-css {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3000;
    overflow: auto;
}

.modal-shadow-flow-css {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-css {
    width: 440px;
    min-width: 440px;
    min-height: 230px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.modal-xxxl-css {
    width: 800px;
    min-width: 800px;
    min-height: 230px;
    max-height: 500px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.modal-xxl-css {
    width: 800px;
    min-width: 800px;
    min-height: 230px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.modal-xl-css {
    width: 700px;
    min-width: 700px;
    min-height: 230px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.modal-xl2-css {
    min-width: 700px;
    min-height: 230px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
}

.modalBox-css {
    width: 500px;
    min-width: 500px;
    min-height: 300px;
    background-color: #ffffff;
}

.modalBox-xs-css {
    width: 600px;
    height: 200px;
    background-color: #ffffff;
}


/*  */

.center-css {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-center-css {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.pageFooter-css {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}

.main-layout-css {
    width: 1200px;
    margin: 0px auto;
}

.font2-css {
    height: 60px;
    line-height: 30px;
    font-family: Arial;
    font-weight: 700;
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: 10px 0;
}

.center-layout-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 表 */

.table1-css {
    border: 1px solid #c8c8c8;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    /* background-color: #fff; */
}

.table1-css tr th,
.table1-css tr td {
    text-align: center;
    height: 42px;
    padding: 5px 10px;
    border: 1px solid #c8c8c8;
}

.table1-css thead tr th {
    color: #2a2a2a;
    font-weight: 600;
}

.layouttxt-css {
    color: #2dadff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.text-left-css {
    text-align: left!important;
}

.operation-css {
    cursor: pointer;
}


/* width */

.w-800-css {
    width: 800px;
}

.w-280-css {
    width: 280px;
    min-width: 280px;
}

.w-240-css {
    width: 240px;
    min-width: 240px;
}

.w-200-css {
    width: 200px;
}

.w-180-css {
    width: 180px;
}

.w-165-css {
    width: 165px;
    min-width: 165px;
}

.w-150-css {
    width: 150px;
}

.w-120-css {
    width: 120px;
    min-width: 120px;
}

.w-110-css {
    width: 110px;
    min-width: 110px;
}

.w-100-css {
    width: 100px;
    min-width: 100px;
}

.w-80-css {
    width: 80px;
    min-width: 80px;
}

.w-60-css {
    width: 60px;
    min-width: 60px;
}

.w-50-css {
    width: 50px;
    min-width: 50px;
}

.w-40-css {
    width: 40px;
}

.w-20-css {
    width: 20px;
}


/* 颜色 */

.bg-f2f2f2-css {
    background-color: #f2f2f2;
}

.c-2dadff-css {
    color: #2dadff;
    cursor: pointer;
}

a {
    text-decoration: none;
}


/* 分页 */

.pagination-css {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-box-css {
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
}

.pagination-count-css {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin: 0 -1px 0 0;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.pagination-select-css {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 10px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    padding: 0px 3px;
    border-radius: 2px;
    cursor: pointer;
}

.pagination-prev-css {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin: 10px -5px 0 10px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.pagination-disabled-css {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}

.pagination-currentPage-css {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px -1px 0 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.pagination-next-css {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin: 10px -1px 0 -5px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.pagination-skip-css {
    height: 30px;
    line-height: 30px;
    color: #999;
    margin-left: 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 10px;
}

.pagination-input-css {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}

.pagination-btn-css {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}


/* 底部 */

.footer-css {
    width: 100%;
    min-width: 368px;
    background: #F0F0F0;
    color: #666;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
    box-shadow: 0 2px 12px 0 #dfe3eb;
}

.footer-middle-css {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 16px;
}

.footer-container-css{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-height-css {
    margin: 5px;
    line-height: 20px;
}

.v-hr-css {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #666;
}

.footer-css a {
    color: #666;
}

.none-css {
    display: none;
}

.padding-10-css {
    padding: 10px;
}

#categoryPage .drop-down-row-css {
    padding: 0px 0px 0px 10px;
}

.text-hidden-css {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-css {
    border: 1px solid #F1F1F1;
    padding: 0px 5px 5px 5px;
    margin-bottom: 15px;
}

.maxheight-css {
    max-height: 600px;
    overflow: auto;
}

.maxheight300-css {
    max-height: 300px;
    overflow: auto;
}

.nosearch-css {
    background-color: #999!important;
    border-color: #999!important;
}

table tr td .searchInput-css {
    width: 100%;
    color: #000;
}

table tr td .searchInput-css:disabled {
    text-align: center;
    border: 0;
}

.selectDownPage .drop-hover:hover {
    color: #c60E11;
    cursor: pointer;
}

.redStar-css {
    color: #c60E11;
    margin: 0 5px;
    position: absolute;
    right: -20px;
}

.redStar2-css {
    color: #c60E11;
    margin: 0 5px;
    position: absolute;
    right: 63px;
}

.draft-title-css {
    text-align: center;
    font-size: 30px;
    margin: 20px 0px;
}

.table-img-css img {
    width: 100%;
}

#canvas {
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
}

.table-div-css {
    position: relative;
}

.table-div-css canvas {
    display: none;
}

.table-title-css {
    text-align: center;
    font-size: 30px;
    margin: 10px 0px;
}

.fs-20-css {
    font-size: 20px;
}

.fileExcel-css {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0px;
}

.print-css {
    page-break-before: always;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("./img/selectDown.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px auto;
    border-radius: 3px;
}

.msg-css {
    font-size: 12px;
    color: #c60E11;
}

input[required]:invalid,
input:focus:invalid {
    box-shadow: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.search-text-css {
    width: 85px !important;
    text-align: right;
}

.shrink-css {
    position: absolute;
    top: calc(50% - 30px);
    right: 0px;
    width: 20px;
    height: 60px;
    line-height: 60px;
    background-color: #e2e2e2;
    box-shadow: 0 2px 12px 0 #dfe3eb;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.imgContainer {
    max-height: 400px;
    width: 1200px;
    overflow-y: auto;
    text-align: center;
}

.imgContainer2 {
    height: auto;
    overflow-y: auto;
    text-align: center;
}

.imgContent {
    width: 80%;
}

.imgContent2 {
    width: 100%;
}

.lineDifference-css {
    position: absolute;
    top: 40px;
}

.borderLeft-css {
    border-left: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
    .headTitle,
    .userInfoBtn,
    .showSearchIcon-css {
        display: none;
    }
    .sidebar-list-text-css {
        display: block;
    }
    .showSearchItem-css {
        display: block!important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .modal-xl2-css {
        width: 100%;
        min-width: auto;
    }
    .header-title-css,
    .logOut-txt-css {
        font-size: 16px;
    }
    .header-css {
        padding: 0px 20px;
    }
    .user-modular-css {
        width: auto;
    }
    .sidebar-css {
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        height: auto;
    }
    .midBody-content-css {
        width: 100%!important;
    }
    .modal-xl-css,
    .modal-xxl-css,
    .modalBox-xs-css,
    .modalBox-css,
    .modal-css {
        width: auto;
        min-width: auto;
    }
    .userInfoBtn,
    .showSearchItem-css {
        display: block!important;
    }
    .login-left-css,
    .userLoginBtn,
    .showSearchIcon-css {
        display: none!important;
    }
    .login-box-css {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    
    .login-left-css {
        width: 100%;
        border-radius: 0;
    }
    .headline-css {
        font-size: 20px;
    }
    .login-text-css {
        padding: 0px 20px;
    }
    .msg-css {
        width: 232px;
    }
    .w-240-css {
        min-width: auto;
        width: 240px;
    }
    .header-css {
        flex-direction: column;
    }
    .searchBox-css {
        margin-right: 20px;
    }
    .maxheight-css {
        max-height: none;
        overflow-y: hidden;
    }
    .modal-xl-css,
    .modal-xxl-css,
    .modalBox-xs-css,
    .modalBox-css,
    .modal-css {
        width: auto;
        min-width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .modal-xl2-css {
        width: 100%;
        min-width: auto;
    }
    .header-title-css,
    .logOut-txt-css {
        font-size: 14px;
    }
    .header-css {
        padding: 0px 20px;
    }
    .user-modular-css {
        width: auto;
    }
    .sidebar-css {
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        height: auto;
    }
    .midBody-content-css {
        width: 100%!important;
    }
    .modal-xl-css,
    .modal-xxl-css,
    .modalBox-xs-css,
    .modalBox-css,
    .modal-css {
        width: auto;
        min-width: auto;
    }
    .pagination-prev-css {
        padding: 0px 8px;
        margin: 10px -6px 0 0;
    }
    .pagination-next-css,
    .pagination-currentPage-css {
        padding: 0px 8px;
    }
    .sidebar-list2-css,
    .headTitle,
    .userInfoBtn {
        display: block!important;
    }
    .userLoginBtn,
    .login-left-css {
        display: none!important;
    }
    .login-box-css {
        flex-direction: column;
    }
    .login-box-css {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .login-right-css {
        width: 100%;
        min-height: 0;
        border-radius: 0;
    }
    .login-left-css,
    .password-box-css {
        width: 100%;
        border-radius: 0;
    }
    .headline-css {
        font-size: 20px;
    }
    .certificateInput {
        width: 230px;
    }
    .login-text-css {
        padding: 0px 20px;
    }
    .msg-css {
        width: 232px;
    }
    .table-div-css {
        width: 100%;
        overflow-x: auto;
    }
    .w-80-css {
        min-width: 80px;
    }
    .w-100-css {
        min-width: 100px;
    }
    .w-180-css {
        min-width: 180px;
    }
    .header-css {
        flex-direction: column;
    }
    .searchBox-css {
        margin-right: 20px;
    }
    .searchBox-css .searchSelect-css,
    .searchBox-css .w-180-css,
    .searchBox-css .searchInput-css {
        min-width: 160px;
        width: 160px;
    }
    .searchSelect-css,
    .searchInput-css {
        margin-bottom: 10px;
    }
    .maxheight-css {
        max-height: none;
        overflow-y: hidden;
    }
    .showSearchIcon-css {
        display: flex;
    }
    .showSearchItem-css {
        display: none;
    }
    .modal-shadow-flow-css {
        min-height: 100%;
        height: auto;
    }
}

.left-center-css {
    left: calc(50% - 9px)!important;
}

.font-600-css {
    font-weight: 600;
}

.hand-css {
    cursor: pointer;
}

#upBtn {
    position: relative;
    top: 4px;
}

#downBtn {
    position: relative;
    top: -4px;
}

.headTitle1 {
    text-align: center;
    font-size: 35px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.plan-notice-list-item {}

.plan-notice-list-item-head {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon1 {
    width: 24px;
    height: 24px;
}

.plan-notice-list-item-title {
    flex: 4;
    font-size: 16px;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}

.plan-notice-list-item-time {
    font-size: 15px;
    line-height: 24px;
}

.plan-notice-list-item-line {
    border: 1 dashed #987cb9;
    margin: 0 auto;
}

.plansearch-table {
    margin: 0 auto;
    width: 90%;
    height: 350px;
    overflow-y: scroll;
}

.plansearch-table-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plansearch-table-item-text {
    color: red;
    padding-left: 5px;
}

.curr-scoreline-table-item-code {
    display: flex;
    line-height: 14px;
    align-items: center;
}

.curr-scoreline-table-item-code-details {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-align: left;
}

.table2-css {
    border: 1px solid #c8c8c8;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    /* background-color: #fff; */
}

.table2-css tr th,
.table2-css tr td {
    text-align: center;
    height: 42px;
    padding: 5px 10px;
    border: 1px solid #c8c8c8;
    width: 25%;
}

.table2-css thead tr th {
    color: #2a2a2a;
    font-weight: 600;
}

.notice-pic {
    text-align: center;
}

.line-css{
    width: 60px;
    height: 60px;
    background-image:  url(./img/contact.jpg);
    background-size: cover;
    position: relative;
}

.line-css::before {
    content: "";
    width: 2px;
    height:50px;
    position: absolute;
    top: 5px;
    left: -12px;
    background: #c1bfbf;
}


.table3-css {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 1px;
    background-color: rgba(201, 201, 201, 1);
    /*边线颜色*/
    border-collapse: separate;
    /* background-color: #fff; */
}

.table3-css tr th,
.table3-css tr td {
    text-align: center;
    height: 42px;
    padding: 5px 10px;
    background-color: #fff;
    width: 25%;
}

.table3-css thead tr th {
    color: #2a2a2a;
    font-weight: 600;
}

.hide-size {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hide-size-2line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 16px;
    text-align: left;
}

.college_text {
    font-size: 15px;
    font-weight: bold;
}

.plansearch-table-indexes {
    color: red;
    font-size: 15px;
    padding-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.curr-scoreline-table-item-code-paddin {
    padding-top: 10px;
}

.tooltip-wp {
    width: 215px;
    display: none;
    z-index: 99999;
    /* box-shadow:0px -4px 5px  #999;*/
}

.tooltip-wp:after {
    content: attr(data-title);
    position: absolute;
    left: 265px;
    top: 0;
    max-width: 500px;
    background: #ffffff;
    margin: 5px;
    padding: 2px 5px;
    color: rgb(124, 121, 121);
    font-size: 18px;
    border-radius: 5px;
    word-break: break-all;
    box-shadow: 0 0 9px 3px rgb(196, 195, 195);
}

.isshow_detail {
    cursor: pointer;
}

.tooltip-wp2 {
    width: 215px;
    z-index: 99999;
    position: absolute;
    display: none;
}

.tooltip-wp2:after {
    position: absolute;
    width: 215px;
    content: attr(data-title);
    left: 0px;
    top: 0px;
    max-width: 500px;
    background: #ffffff;
    margin: 5px;
    padding: 2px 5px;
    color: rgb(124, 121, 121);
    font-size: 18px;
    border-radius: 5px;
    word-break: break-all;
    box-shadow: 0 0 9px 3px rgb(196, 195, 195);
}


/* loading */

.zj-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0, 0%, 100%, 0.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
}

.zj-loading-mask.is-fullscreen {
    position: fixed;
    z-index: 3002;
    display: none
}

.zj-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.zj-loading-mask.is-fullscreen .zj-loading-spinner {
    margin-top: -25px;
}

.zj-loading-spinner .circular {
    height: 42px;
    width: 42px;
    animation: loading-rotate 2s linear infinite;
}

@keyframes loading-rotate {
    to {
        transform: rotate(1turn);
    }
}

.zj-loading-mask.is-fullscreen .zj-loading-spinner .circular {
    height: 50px;
    width: 50px;
}

.zj-loading-spinner .path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round;
}

.advertise-left {
    width: 178px;
    height: 578px;
    display: flex;
    background-image: url("./img/advertise_left.jpg");
    background-size: cover;
    cursor: pointer;
}

/*.advertise-left {
    width: 178px;
    height: 578px;
    display: flex;
    background-image: url("./img/advertise_right.jpg");
    background-size: cover;
    cursor: pointer;
}*/

.advertise-right {
    width: 178px;
    height: 578px;
    display: flex;
    background-image: url("./img/advertise_right.jpg");
    background-size: cover;
    cursor: pointer;
}

.cop-midBody-css {
    width: 100%;
    /* min-width: 1080px; */
    margin: 0 auto;
    height: auto;
    min-height: calc(100% - 186px);
    display: flex;
    background-color: transparent;
    position: relative;
}

.cop-contentBottom-css {
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 20px;
    height: 90%;
    width: calc(100% - 40px);
    box-shadow: 0 2px 12px 0 #dfe3eb;
    background-color: #f9f9f8;
    padding: 20px;
}

.cop-text {
    padding-top: 20px;
    width: 100%;
    height: 90px;
    /* margin-top: 10px; */
    text-align: center;
    background-color: #ffffff;
}

.cop-text h6 {
    font-size: 16px;
    color: #101010;
    font-family: Arial-regular;
    font-weight: 400;
    line-height: 22px;
    float: left;
    text-align: left;
}

.cop-text-body {
    width: 70%;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    font-family: Arial-regular;
    font-weight: 400;
    line-height: 22px;
    margin-left: 15%;
}

.copyright {
    cursor: pointer;
}

.zj-stepLine1-css {
    border-right: 1px solid #ccc;
    height: 200px;
  }


@media screen and (max-width:768px) {
    .advertise-left {
        width: 59px;
        height: 450px;
        background-size: contain;
    }
    .advertise-right {
        width: 59px;
        height: 450px;
        background-size: contain;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .advertise-left {
        width: 59px;
        height: 450px;
        background-size: contain;
    }
    .advertise-right {
        width: 59px;
        height: 450px;
        background-size: contain;
    }
}
