* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    word-break: break-all;
    color: #333;
    min-height: 100%;
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100vm;
    z-index: 99999;
    background-color: rgba( 255, 255, 255, 0.5);
}

/* 启动页 */
.bootPage {
    width: 100%;
    height: 100%;
    position: relative;
}

.bootPage_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bootPage_box_img {
    width: 90%;
}

.bootPage_box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.bootPage_box_text_span {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
}

.bootPage_box_text_span1 {
    color: #A6A6A6;
    font-size: 15px;
    margin-top: 10px;
}

.bootPage_btn {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    background-color: #ecf5fe;
    color: #1383F5;
    font-size: 13px;
    position: absolute;
    right: 4%;
    top: 6%;
    cursor: pointer;
}

/* 分类页 */
.categoryPages {
    padding: 20px;
}

.categoryPages_box {
    min-height: 260px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.categoryPages_box_content {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 20px;
    z-index: 999;
}

.categoryPages_box_content_span1 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}

.categoryPages_box_content_span2 {
    font-size: 17px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 1px;
}

.categoryPages_box_content_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 20px;
}

.categoryPages_box_img {
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 111;
}

/* 登录页 */
.login {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.login_img {
    width: 44%;
}

.login_content {
    width: calc(100% - 60px);
    margin-bottom: 100px;
}

.login_content_navBox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.login_content_navBox_nav {
    width: 120px;
    font-size: 14px;
    color: #707070;
}

.login_content_navBox_nav_actived {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.login_content_inputBox {
    padding: 20px 0;
}

.login_content_inputBox_input {
    padding: 10px 0;
    margin-bottom: 18px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.login_content_btn {
    width: 100%;
    display: inline-block;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    background-color: #1383F5;
    border-radius: 30px;
    font-size: 18px;
}

.login_content_inputBox_span {
    display: inline-block;
    position: relative;
    width: 100%;
}

.login_content_inputBox_span_span {
    font-size: 14px;
    color: #1383F5;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login_box_div_nobtn {
    color: #888;
}

.login_bottom {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #707070;
}

.login_bottom_span1 {
    color: #1383F5;
    cursor: pointer;
}

/* 师训专栏 */
.freeClasses {
    padding: 20px;
}

.freeClasses_img {
    border-radius: 10px;
    width: 100%;
}

.freeClasses_content {}

.freeClasses_content_box {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
    /* align-items: center; */
}

.freeClasses_content_box:last-child {
    border-bottom: none;
}

.freeClasses_content_box_img {
    width: 35%;
    border-radius: 6px;
}

.freeClasses_content_box_right {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.freeClasses_content_box_right_title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}

.freeClasses_content_box_right_span {
    color: #666666;
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}

.freeClasses_content_box_right_bottom {
    color: #A6A6A6;
    font-size: 12px;
}

.freeClasses_content_box_right_bottom_span {}

.freeClasses_content_box_right_bottom_kong {}

/* 招生咨询 */
.admissionCounseling {}

.admissionCounseling_top {}

.admissionCounseling_top_imgbox {
    position: relative;
}

.admissionCounseling_top_img {
    width: 100%;
}

.admissionCounseling_top_imgbox_div {
    position: absolute;
    right: 10px;
    bottom: 20px;
    display: inline-block;
    padding: 3px 15px;
    background-color: rgb(56 56 56 / 60%);
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

.admissionCounseling_top_imgbox_div_icon {}

.admissionCounseling_bottom {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 0;
    position: relative;
    top: -15px;
}

.admissionCounseling_bottom_top {
    display: flex;
    align-items: center;
}

.admissionCounseling_bottom_top_img {
    width: 30%;
}

.admissionCounseling_bottom_top_span {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.admissionCounseling_bottom_midden {
    padding: 20px 0;
}

.admissionCounseling_bottom_midden_span {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.admissionCounseling_bottom_midden_p {
    width: 100%;
    padding: 7px 10px;
    color: #808080;
    font-size: 12px;
    background-color: #FAFAFA;
    border-radius: 5px;
    margin-top: 10px;
}

.admissionCounseling_bottom_div {}

.admissionCounseling_bottom_div_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.admissionCounseling_bottom_div_content_box {
    display: flex;
    align-items: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.admissionCounseling_bottom_div_content_box:nth-child(2n) {
    margin-right: 0;
}

.admissionCounseling_bottom_div_content_box_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FAFAFA;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
}

.admissionCounseling_bottom_div_content_box_span {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}

.admissionCounseling_btnbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.admissionCounseling_btnbox_btn {
    width: 48%;
    padding: 8px 0;
    border-radius: 20px;
    background-color: #1383F5;
    color: #fff;
    text-align: center;
    border: 1px solid #1383F5;
}

.admissionCounseling_btnbox_btn2 {
    background-color: #fff;
    color: #1383F5;
}

/* 在线报名 */
.applyOnline {}

.applyOnline_content {
    padding: 20px 20px 40px;
    background-color: #fff;
}

.applyOnline_content_box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e9eb;
}

.applyOnline_content_box_span {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #333;
}

.applyOnline_content_box_input {
    width: calc(100% - 95px);
    border: none;
    padding: 15px 0;
}

.applyOnline_content_box_select {
    width: calc(100% - 95px);
    border: none;
    padding: 15px 0;
}

.applyOnline_bottom {
    margin-top: 10px;
    padding: 20px;
}

.applyOnline_bottom_btn {
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    background-color: #1383F5;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/* 智能办公 */
.intelligentOffice {
    padding: 20px;
}

.intelligentOffice_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 0;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #fff;
}

.intelligentOffice_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-bottom: 20px;
}

.intelligentOffice_content_box_iconBox {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.intelligentOffice_content_box_iconBox_icon {
    font-size: 25px;
    color: #fff;
}

.intelligentOffice_content_box_span {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-top: 10px;
}

.intelligentOffice_footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
    box-shadow: 0px 2px 8px rgba(128, 128, 128, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.needRead {
    position: absolute;
    top: 0;
    right: -10px;
    margin: auto;
    height: 20px;
    line-height: 10px;
    padding: 5px;
    background-color: #eb534c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
}

.intelligentOffice_footer_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #C4C4C4;
}

.intelligentOffice_footer_box_actived {
    color: #1383F5;
}

.intelligentOffice_footer_box_icon {
    font-size: 30px;
}

.intelligentOffice_footer_box_span {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.intelligentOffice_top {}

.intelligentOffice_top_imgbox {
    position: relative;
}

.intelligentOffice_top_imgbox_img {
    width: 100%;
}

.intelligentOffice_bottom {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intelligentOffice_bottom_left {
    display: flex;
    align-items: center;
}

.intelligentOffice_bottom_left_icon {
    color: #1383F5;
    font-size: 23px;
    margin-right: 5px;
}

.intelligentOffice_bottom_left_span {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.intelligentOffice_bottom_right {
    display: flex;
    align-items: center;
    background-color: #1383F5;
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
}

.intelligentOffice_bottom_right_icon {
    font-size: 18px;
    margin-right: 4px;
}

.intelligentOffice_popup {
    position: fixed;
    top: 35%;
    left: 10%;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
}

.intelligentOffice_popup_content {
    width: 100%;
    padding: 5px 0 15px;
}

.intelligentOffice_popup_content_box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px 0;
    justify-content: space-between;
}

.intelligentOffice_popup_content_box_img {
    width: 20px;
}

/* 德育考核 */
.assessmentCenter {}

.assessmentCenter_content {
    padding: 10px;
}

.assessmentCenter_content_bigbox {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.assessmentCenter_content_bigbox_title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.assessmentCenter_content_bigbox_midden {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.assessmentCenter_content_bigbox_midden_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin-top: 15px;
}

.assessmentCenter_content_bigbox_midden_box_img {
    width: 48px;
}

.assessmentCenter_content_bigbox_midden_box_icon {
    font-size: 23px;
    position: relative;
}

.assessmentCenter_content_bigbox_midden_box_span {
    font-size: 13px;
    color: #333333;
    display: inline-block;
    margin-top: 5px;
}

/* 行政管理 */
.publicAdministration {}

.publicAdministration_content {
    padding: 20px;
}

.publicAdministration_content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

.publicAdministration_content_box_left {
    display: flex;
    align-items: center;
}

.publicAdministration_content_box_left_icon {
    font-size: 20px;
}

.publicAdministration_content_box_left_span {
    font-size: 13px;
    color: #333333;
    margin-left: 15px;
}

.publicAdministration_content_box_right {}

.publicAdministration_content_box_right_icon {
    color: #CDCDCD;
    font-size: 12px;
}

/* 课堂日志 */

.classroomLog {}

.classroomLog_top {
    box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.5);
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.classroomLog_top_left {
    display: flex;
    align-items: center;
    width: auto;
}

.classroomLog_top_left_img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.classroomLog_top_left_spanBox {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.classroomLog_top_left_spanBox_span {
    color: #333;
    font-size: 16px;
}

.classroomLog_top_left_spanBox_span1 {
    color: #808080;
    font-size: 14px;
    margin-top: 2px;
    display: inline-block;
}

.classroomLog_top_right {
    display: inline-block;
    border-radius: 16px 0px 0px 16px;
    background-color: #1383F5;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
}

.classroomLog_selectBox {
    padding: 15px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.classroomLog_selectBox_select {
    border: none;
    color: #333333;
    padding: 0 10px;
}

.classroomLog_leaving {
    display: flex;
    width: 100%;
    padding: 10px;
    background-color: #ebf5ff;
    margin-bottom: 10px;
}

.classroomLog_leaving_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #1383f5;
    color: #1383f5;
    margin-right: 10px;
}

.classroomLog_leaving_right {
    flex: 1;
}

.classroomLog_leaving_line {
    width: 100%;
    line-height: 20px;
    color: #333333;
}

.classroomLog_leaving_stu {
    margin-right: 10px;
    color: #1383f5;
}

.classroomLog_leaving_details {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.5);
}

.classroomLog_leaving_details>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.classroomLog_leaving_details_box {
    width: calc(100% - 40px);
    border-radius: 4px;
    background: url('../image/leavelist_tc_bg.png') no-repeat;
    background-size: 100% auto;
    background-color: #ffffff;
    padding: 20px;
}

.classroomLog_leaving_details_box_title {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.classroomLog_leaving_details_box_center {
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e5e9ee;
    padding: 5px 10px;
    background-color: #fff;
}

.classroomLog_leaving_details_box_center_position {
    position: absolute;
    top: 15px;
    right: 10px;
    margin: auto;
    color: #2a8ff5;
}

.classroomLog_leaving_details_box_center_line {
    display: flex;
    align-items: center;
    width: 100%;
    color: #898989;
    margin: 10px 0;
}

.classroomLog_leaving_details_box_center_span {
    display: inline-block;
    flex: 1;
    color: #454545;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.classroomLog_leaving_details_del {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.classroomLog_leaving_details_del>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
}

.classroomLog_midden {
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #fff;
}

.classroomLog_midden_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
}

.classroomLog_midden_title_icon {
    color: #FD8C26;
    margin-right: 5px;
}

.classroomLog_midden_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.classroomLog_midden_top_span {
    color: #999;
    font-size: 14px;
}

.classroomLog_midden_top_span2 {
    color: #1383F5;
    font-size: 14px;
}

.classroomLog_midden_bottom {}

.classroomLog_midden_bottom_box {
    margin-top: 15px;
}

.classroomLog_midden_bottom_box_title {
    color: #3C434D;
    border-left: 2px solid #1383F5;
    padding: 0 0 0 5px;
}

.classroomLog_midden_bottom_box_content {}

.classroomLog_midden_bottom_box_content_box {
    padding: 10px 0;
    border-bottom: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.classroomLog_midden_bottom_box_content_box_left {
    display: flex;
    align-items: center;
}

.classroomLog_midden_bottom_box_content_box_span {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: #2A82E4;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.classroomLog_midden_bottom_box_content_box:nth-child(3n-1) .classroomLog_midden_bottom_box_content_box_span {
    background-color: #00BAAD;
}

.classroomLog_midden_bottom_box_content_box:nth-child(3n) .classroomLog_midden_bottom_box_content_box_span {
    background-color: #FD8C26;
}

.classroomLog_midden_bottom_box_content_box_span1 {
    font-size: 14px;
    color: #3D444D;
    margin-left: 15px;
}

.classroomLog_midden_bottom_box_content_box_right {
    display: flex;
    align-items: center;
}

.classroomLog_midden_bottom_box_content_box_right_span {
    color: #1383F5;
    font-size: 16px;
}

.classroomLog_midden_bottom_box_content_box_right_span1 {
    font-size: 16px;
    color: #3D444D;
}

.classroomLog_midden_bottom_box_content_box_right_icon {
    color: #808080;
    font-size: 15px;
    margin-left: 5px;
}

/* 弹出 */
.popbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    z-index: 9999999;
}

.popup_box {
    padding: 15px;
    position: relative;
}

.popup_box_title {
    text-align: center;
    color: #333;
    font-size: 18px;
}

.popup_box_bottom {}

.popup_box_bottom_title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}

.popup_box_bottom_navBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.popup_box_bottom_navBox_nav {
    background-color: #FAFAFA;
    color: #595959;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 15px;
}

.popup_box_bottom_navBox_nav_actived {
    background-color: #e7f2fe;
    color: #1383F5;
}

.popup_box_bottom_box {
    height: 280px;
    overflow: auto;
}

.popup_box_bottom_box_div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0;
}

.popup_box_bottom_box_div_span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: calc(100% - 20px);
}

.popup_box_bottom_box_div_btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../image/unchecked.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.popup_box_bottom_box_div_btn_actived {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../image/checked.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.popup_box_btnBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 15px 0;
}

.workReportPopup .popup_box_btnBox {
    position: relative;
}

.popup_box_btnBox_btn {
    background-color: #1383F5;
    color: #fff;
    display: inline-block;
    padding: 6px 0;
    width: 45%;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #1383F5;
}

.popup_box_btnBox_btn1 {
    background-color: #fff;
    color: #1383F5;
    border: 1px solid #1383F5;
}

.popKong {
    height: 64px;
}

.classroomLog_btnBox {
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.classroomLog_btnBox_btn {
    background-color: #1383F5;
    color: #fff;
    display: inline-block;
    padding: 14px 0;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
}

/* 日志记录 */
.logRecord {}

.logRecord_top {
    padding: 10px 20px;
}

.logRecord_top_span {
    display: inline-block;
    position: relative;
}

.logRecord_top_input {
    border: none;
    background-color: inherit;
    padding: 10px 0;
    background-image: url('../image/xiala.png');
    background-position: right;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 155px;
    font-size: 16px;
    color: #808080;
}

.logRecord_content {
    padding: 0 20px;
}

.logRecord_content_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.logRecord_content_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logRecord_content_box_top_img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.logRecord_content_box_top_right {
    width: calc(100% - 55px);
}

.logRecord_content_box_top_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logRecord_content_box_top_right_top_span {
    color: #333;
    font-size: 16px;
}

.logRecord_content_box_top_right_top_span1 {
    color: #333;
    font-size: 14px;
}

.logRecord_content_box_top_right_top2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.logRecord_content_box_top_right_top_span2 {
    color: #808080;
    font-size: 14px;
}

.logRecord_content_box_top_right_top_span3 {
    color: #333;
    font-size: 14px;
}

.logRecord_content_box_bottom {
    margin-top: 15px;
}

.logRecord_content_box_bottom_box {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.logRecord_content_box_bottom_box:first-child {
    margin-top: 0;
}

.logRecord_content_box_bottom_box_span {
    color: #808080;
    font-size: 13px;
    display: inline-block;
    width: 90px;
}

.logRecord_content_box_bottom_box_span1 {
    color: #333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 100px);
}

.noContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 85px;
}

.noContent_img {
    width: 40%;
}

.noContent_span {
    color: #808080;
    font-size: 14px;
    margin-top: 10px;
}

/* 卫生日志 */
.healthLog {}

.healthLog_selectBox {
    padding: 15px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.healthLog_midden_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.healthLog_midden_title_span {
    padding: 0 15px 10px;
    display: inline-block;
    color: #808080;
    font-size: 14px;
}

.healthLog_midden_title_span_actived {
    color: #333;
    font-size: 16px;
    position: relative;
}

.healthLog_midden_title_span_actived::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #1383F5;
    position: absolute;
    left: 40%;
    bottom: 0;
}

.healthLog_midden_bottom {
    margin-top: 15px;
}

.healthLog_midden_bottom_box {
    background-color: #FAFDFF;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 4px;
    border: 1px solid #FAFDFF;
    margin-bottom: 10px;
}

.healthLog_midden_bottom_box_activd {
    border: 1px solid #1383F5;
}

.healthLog_midden_bottom_box_left {
    display: flex;
    align-items: center;
}

.healthLog_midden_bottom_box_left_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../image/unchecked.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.healthLog_midden_bottom_box_activd .healthLog_midden_bottom_box_left_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../image/checked.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.healthLog_midden_bottom_box_left_span {
    color: #595959;
    font-size: 16px;
    margin-left: 8px;
}

.healthLog_midden_bottom_box_img {
    width: 40%;
    position: absolute;
    right: 0;
}

/* 学生管理 */
.studentManagement {}

.studentManagementTag {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 100%;
    margin: 10px 0;
}

.studentManagementTaBox {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 80%;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.studentManagementTagTitle1 {
    display: flex;
    padding: 10px;
    height: 40px;
    width: 50%;
    justify-content: center;
    color: #fff;
    background-color: #1383f5;
    border-radius: 20px;
}

.studentManagementTagTitle2 {
    display: flex;
    padding: 10px;
    height: 40px;
    width: 50%;
    justify-content: center;
    color: #2d3134;
}

.studentManagement_top {
    background-color: #1383F5;
    padding: 20px 20px 0;
}

.studentManagement_top_title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.studentManagement_top_title_icon {
    font-size: 18px;
}

.studentManagement_top_title_span {
    font-size: 16px;
    margin-left: 10px;
}

.studentManagement_top_content {
    display: flex;
    align-items: flex-end;
}

.studentManagement_top_content_box {
    background-color: #fff;
    padding: 15px 7px;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 32%;
    margin-right: 2%;
}

.studentManagement_top_content_box:last-child {
    margin-right: 0;
}

.studentManagement_top_content_box_top {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studentManagement_top_content_box:nth-child(2) {
    padding: 20px 7px;
}

.studentManagement_top_content_box:nth-child(2) .studentManagement_top_content_box_top {
    width: 64px;
    height: 64px;
}

.studentManagement_top_content_box_top_img {
    width: 95%;
}

.studentManagement_top_content_box_top_span {
    width: 18px;
    height: 18px;
    background-color: #FC6230;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    bottom: -7px;
    display: inline-block
}

.studentManagement_top_content_box_span {
    margin-top: 10px;
    display: inline-block;
    color: #333;
    font-size: 13px;
}

.studentManagement_top_content_box_span1 {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.studentManagement_midden {
    background-color: #34c274;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.studentManagement_midden_box {
    display: flex;
    align-items: center;
}

.studentManagement_midden_box_icon {
    font-size: 18px;
}

.studentManagement_midden_box_span {
    font-size: 16px;
    margin-left: 5px;
}

.studentManagement_midden_box_icon2 {
    cursor: pointer;
}

.studentManagement_midden_box_span2 {
    font-size: 15px;
    margin-left: 5px;
    cursor: pointer;
}

.studentManagement_bottom {
    padding: 10px 20px;
}

.studentManagement_bottom_navBox {
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    background: linear-gradient(#EDF5FE, #FFF);
    overflow-y: hidden;
}

.studentManagement_bottom_navBox::-webkit-scrollbar {
    display: none;
}

.studentManagement_bottom_navBox_nav {
    padding: 10px 0;
    color: #333333;
    font-size: 14px;
    margin: 0 10px;
    flex-shrink: 0;
}

.studentManagement_bottom_navBox_nav_actived {
    color: #1383F5;
    position: relative;
}

.studentManagement_bottom_navBox_nav_actived::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 30%;
    background-color: #1383F5;
    border-radius: 10px;
}

.studentManagement_bottom_content {
    margin-top: 20px;
}

.studentManagement_bottom_content_table {
    width: 100%;
}

.studentManagement_bottom_content_table_tr {}

.studentManagement_bottom_content_table_th {
    text-align: left;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;

}

.studentManagement_bottom_content_table_td {
    padding: 5px 0;
}

.studentManagement_bottom_content_table_td_img {
    width: 28px;
}

.studentManagement_bottom_content_table_td_num {
    color: #A6A6A6;
    font-size: 18px;
}

.studentManagement_bottom_content_table_td_span {
    font-size: 14px;
    color: #333333;
}

.studentManagement_bottom_content_table_td_icon {
    color: #FD8C26;
}

.studentManagement_bottom_content_table_td_jifen {
    font-size: 16px;
    color: #333333;
}

.studentManagement_btnBox {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.studentManagement_btnBox_btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.studentManagement_btnBox_btn_icon {
    font-size: 29px;
    color: #C4C4C4;
}

.studentManagement_btnBox_btn_span {
    color: #707070;
    font-size: 14px;
    margin-top: 5px;
}

/* 德育园地 */
.moralEducationField {
    /* padding: 20px 10px; */
}

.moralEducationField_box {
    margin-top: 15px;
}

.moralEducationField_box_top {
    position: relative;
}

.moralEducationField_box_top_img {
    width: 100%;
}

.moralEducationField_box_top_box {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moralEducationField_box_top_box_span {}

.moralEducationField_box_top_box_right {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    color: #808080;
    font-size: 14px;
    border-radius: 20px;
}

.moralEducationField_box_bottom {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
}

.moralEducationField_box_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moralEducationField_box_bottom_box_left {
    display: flex;
    align-items: center;
    width: 76%;
}

.moralEducationField_box_bottom_box_left_img {
    width: 16px;
}

.moralEducationField_box_bottom_box_left_span {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.moralEducationField_box_bottom_box_right {
    color: #7f7f7f;
    font-size: 13px;
}

.moralEducationField_add {
    position: fixed;
    display: inline-block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    background-color: #4285F4;
    box-shadow: 0px 4px 10px rgba(56, 62, 74, 0.3);
    color: #fff;
    right: 10px;
    bottom: 30%;
}

.moralEducationField_popup_box_title {
    text-align: left;
    color: #A6A6A6;
    font-size: 18px;
}

.moralEducationField_popup_box_bottom {}

.moralEducationField_popup_box_bottom_box {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.moralEducationField_popup_box_bottom_box_span {
    font-size: 16px;
    color: #333333;
}

.moralEducationField_popup_box_bottom_box_input {
    border: none;
    background-color: #FAFAFA;
    padding: 12px 10px;
    border-radius: 4px;
    margin-top: 7px;
}

.moralEducationField_popup_box_bottom_box_div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}

.moralEducationField_popup_box_bottom_box_div_span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #FAFAFA;
    font-size: #595959;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.moralEducationField_popup_box_bottom_box_div_span_actived {
    background-color: #e7f2fe;
    color: #1383F5;
}

.moralEducationField_popup_btnBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.moralEducationField_popup_btnBox_btn {
    width: 45%;
    border-radius: 20px;
    display: inline-block;
    background-color: #1383F5;
    color: #fff;
    border: 1px solid #1383F5;
    padding: 9px 0;
    text-align: center;
}

.moralEducationField_popup_btnBox_btn2 {
    background-color: #fff;
    color: #1383F5;
}

.moralEducationField_popup_div {
    padding: 15px 0 0;
}

.moralEducationField_popup_learningTeam {}

.moralEducationField_popup_learningTeam_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 15px 10px;
}

.moralEducationField_popup_learningTeam_top_span1 {
    color: #848484;
    font-size: 15px;
}

.moralEducationField_popup_learningTeam_top_span2 {
    color: #333333;
    font-size: 18px;
}

.moralEducationField_popup_learningTeam_top_span3 {
    color: #1383F5;
    font-size: 15px;
}

.moralEducationField_popup_learningTeam_navBox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    padding: 10px 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.moralEducationField_popup_learningTeam_navBox::-webkit-scrollbar {
    display: none;
}

.moralEducationField_popup_learningTeam_navBox_span {
    color: #333333;
    font-size: 16px;
    min-width: 80px;
    display: inline-block;
}

.moralEducationField_popup_learningTeam_navBox_spanActived {
    color: #1383F5;
}

.moralEducationField_popup_learningTeam_bottom {
    display: flex;
}

.moralEducationField_popup_learningTeam_bottom_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    height: 180px;
    overflow-y: auto;
}

.moralEducationField_popup_learningTeam_bottom_left_span {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 15px;
}

.moralEducationField_popup_learningTeam_bottom_left_span_actived {
    background-color: #fff;
    color: #1383F5;
}

.moralEducationField_popup_learningTeam_bottom_right {
    width: 70%;
    display: flex;
    flex-direction: column;
    height: 180px;
    overflow-y: auto;
}

.moralEducationField_popup_learningTeam_bottom_right_span {
    display: flex;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.moralEducationField_popup_learningTeam_bottom_right_span_actived {
    color: #1383F5;
}

.moralEducationField_popup_learningTeam_bottom_right_span_img {
    width: 20px;
}

.moralEducationField_top {
    position: relative;
}

.moralEducationField_top_img {
    width: 100%;
}

.moralEducationField_top_day {
    position: absolute;
    bottom: 20%;
    left: 6%;
}

.moralEducationField_bottom {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
    padding-top: 0;
    position: relative;
    top: -10px;
}

.moralEducationField_bottom_top {
    text-align: center;
}

.moralEducationField_bottom_top_input {
    border: none;
    padding: 10px 20px;
    background-position: 90%;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 70%;
    font-size: 14px;
    color: #595959;
    background-color: #dcedfe;
    border-radius: 20px;
}

/* 德育新闻 */
.moralEducationNews {}

.moralEducationNews_navBox {
    padding: 0 20px;
    border: none;
    background-color: #fff;
}

.moralEducationNews_content {
    background-color: #fff;
    margin-top: 15px;
    padding: 0 20px;
}

.moralEducationNews_content_box {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #FAFAFA;
    padding: 15px 0;
}

.moralEducationNews_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moralEducationNews_content_top_left {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 75%;
}

.moralEducationNews_content_top_right {
    color: #7f7f7f;
    font-size: 13px;
}

.moralEducationNews_content_box_bottom {
    font-size: 14px;
    color: #A6A6A6;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 新闻详情 */
.newsDetails {
    padding: 20px;
}

.newsDetails_top {
    padding: 0 0 7px;
    border-bottom: 1px solid #CCCCCC;
}

.newsDetails_top_title {
    font-size: 16px;
    color: #333;
}

.newsDetails_top_spanBox {
    color: #7f7f7f;
    font-size: 13px;
    margin-top: 10px;
}

.newsDetails_top_spanBox_span {
    margin-right: 5px;
}

.newsDetails_content {
    margin-top: 15px;
    color: #595959;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    word-break: break-all;
    max-width: 100%;
}

.newsDetails_content img {
    max-width: 100%;
    height: auto;
}

.newsDetails_content video {
    max-width: 100%;
    height: auto;
}

/* 班级积分榜 */
.classScoreboard {}

.classScoreboard_top {
    position: relative;
}

.classScoreboard_top_img {
    width: 100%;
}

.classScoreboard_top_select {
    color: #fff;
    border: none;
    position: absolute;
    bottom: 25%;
    left: 20px;
    background-color: inherit;
    width: 125px;
}

.classScoreboard_top_select option {
    color: #333;
}

.classScoreboard_midden {
    border-radius: 10px;
    width: calc(100% - 40px);
    background-color: #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.classScoreboard_midden_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.classScoreboard_midden_box_num {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.classScoreboard_midden_box_span {
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
}

.classScoreboard_bottom {
    padding: 0 20px 20px;
}

.classScoreboard_bottom_title {
    margin: 0 0 20px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
}

.classScoreboard_bottom_content_box {
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 6px 6px;
    padding: 0 0 20px;
}

.classScoreboard_bottom_content_box_table {
    width: 100%;
}

.classScoreboard_bottom_content_box_table_tr {}

.classScoreboard_bottom_content_box_table_tr_th {
    color: #8c8c8c;
    font-weight: 500;
    padding: 11px 0;
}

.classScoreboard_bottom_content_box_table_tr_td {}

.classScoreboard_bottom_content_box_table_tr_td_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.classScoreboard_bottom_content_box_table_tr_td_box_span1 {
    display: inline-block;
    color: #FF8D1A;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #faf1e8;
    font-size: 12px;
}

.classScoreboard_bottom_content_box_table_tr_td_box_span2 {
    color: #595959;
    font-size: 13px;
    margin-top: 10px;
}

/* 年级德育风采 */
.gradeMien {}

.gradeMien_midden_box_num {
    color: #333333;
    font-size: 18px;
}

.gradeMien_midden {
    border-radius: 10px;
    width: calc(100% - 40px);
    background-color: #fff;
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.gradeMien_midden_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.gradeMien_midden_top {
    padding: 0 0 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gradeMien_midden_top_span {
    color: #333333;
    font-size: 14px;
}

.gradeMien_midden_top_btn {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 16px 0 0 16px;
    background-color: #1383F5;
    color: #fff;
}

.gradeMien_content {
    padding: 0 20px;
}

.gradeMien_content_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
}

.gradeMien_content_box_span {
    background: linear-gradient(90deg, rgba(255, 107, 40, 1) 0%, rgba(255, 165, 57, 1) 100%);
    border-radius: 20px;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    position: absolute;
    top: -13px;
    left: 0;
}

.gradeMien_content_box_text {
    color: #595959;
    font-size: 14px;
}

.gradeMien_content_box_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradeMien_content_box_box_img {
    width: 70px;
}

.gradeMien_content_box_box_span {
    color: #808080;
    font-size: 14px;
}

.gradeMien_bottom {
    display: none;
}

.gradeMien_bottom_top {
    position: relative;
}

.gradeMien_bottom_top_img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.gradeMien_bottom_top_span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    top: 30%;
    text-align: center;
}

.gradeMien_bottom_navBox {
    background-color: #fff;
    padding: 0 10px;
    overflow-x: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    justify-content: space-between;
}

.gradeMien_bottom_navBox::-webkit-scrollbar {
    display: none;
}

.gradeMien_bottom_navBox_nav {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    padding: 8px 0 8px 10px;
    min-width: 80px;
}

.gradeMien_bottom_navBox_nav:last-child {
    padding-right: 0;
}

.gradeMien_bottom_navBox_nav_actived {
    font-size: 16px;
    color: #1383F5;
    position: relative;
}

.gradeMien_bottom_navBox_nav_actived::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #1383F5;
    position: absolute;
    left: 40%;
    bottom: 0;
}

.gradeMien_bottom_date {
    background-color: #fff;
    padding: 10px 20px;
}

.gradeMien_bottom_date_input {
    border: none;
    background-color: inherit;
    padding: 10px 0;
    background-image: url('../image/xiala.png');
    background-position: right;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 110px;
    font-size: 14px;
    color: #808080;
}

.gradeMien_bottom_tableBox {
    background-color: #fff;
    padding: 0 0 10px;
}

.gradeMien_bottom_tableBox_table {
    width: 100%;
}

.gradeMien_bottom_tableBox_table_tr {
    background-color: #fff;
}

.gradeMien_bottom_tableBox_table_tr:nth-child(2n) {
    background-color: #FAFAFA;
}

.gradeMien_bottom_tableBox_table_th {
    color: #808080;
    font-size: 14px;
    padding: 6px 5px;
    background-color: #FAFAFA;
    text-align: center;
    font-weight: 500;
}

.gradeMien_bottom_tableBox_table_td {
    color: #333;
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
}

.gradeMien_btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    padding: 7px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

/* 班级德育风采 */
.bclassMien_box {
    padding: 15px 20px 0;
}

.bclassMien_box_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.bclassMien_box_div_span {
    color: #333333;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*学队德育风采  */
.learningTeamMien_box {
    padding: 0 20px;
}

.learningTeamMien_box_span {
    display: inline-block;
    background-color: #FAFAFA;
    padding: 6px 10px;
    border-radius: 4px;
    color: #595959;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* 公约 */
.convention_content {
    padding: 20px 20px;
    background-color: #fafafa;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    top: -15px;
}

.convention_content_top {}

.convention_content_top_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #1383F5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.convention_content_top_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.convention_content_top_box_span {
    color: #333;
    font-size: 14px;
}

.convention_content_top_box_span1 {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
}

.convention_content_midden {
    margin-top: 15px;
    word-break: break-all;
    line-height: 1.8;
}

.convention_content_midden img {
    max-width: 100% !important;
    height: auto;
}

/* 学生德育风采 */

.studentMien {}

.studentMien_top {
    position: relative;
}

.studentMien_top_box {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.studentMien_top_box_left {
    display: flex;
    align-items: center;
}

.studentMien_top_box_left_span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #E9F1FE;
    color: #1383F5;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.studentMien_top_box_left_box {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    color: #fff;
}

.studentMien_top_box_left_box_top {
    display: flex;
    align-items: center;
}

.studentMien_top_box_left_box_top_span {
    font-size: 16px;
}

.studentMien_top_box_left_box_top_btn {
    display: flex;
    align-items: center;
    margin-left: 5px;
    background-color: #006EDB;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
}

.studentMien_top_box_left_box_top_btn_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(123.56deg, rgba(255, 108, 40, 1) 0%, rgba(255, 164, 57, 1) 100%);
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}

.studentMien_top_box_left_box_top_btn_icon_i {
    font-size: 13px;
}

.studentMien_top_box_left_box_bottom {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.studentMien_top_box_right {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 16px 0 0 16px;
    background-color: #3695f6;
    color: #fff;
    border: 1px solid #9BC7F2;
    border-left: none;
}

.studentMien_midden {
    padding: 0 20px;
    margin-top: 30px;
}

.studentMien_bottom {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.studentMien_bottom2 {
    border-radius: 10px 10px 0 0;
}

.studentMien_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    border-radius: 10px;
    padding: 15px 0;
    margin-right: 4%;
    margin-bottom: 4%;
}

.studentMien_bottom_box:nth-child(2n) {
    margin-right: 0;
}

.studentMien_bottom_box_img {
    width: 48%;
}

.studentMien_bottom_box_span {
    display: inline-block;
    margin-top: 10px;
    color: #595959;
    font-size: 15px;
}

.studentMien_popup {
    position: fixed;
    top: 23%;
    left: 15%;
    width: 70%;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
}

.studentMien_popup_img {
    width: 100%;
}

.studentMien_popup_box {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.studentMien_popup_box_icon {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(123.56deg, rgba(255, 108, 40, 1) 0%, rgba(255, 164, 57, 1) 100%);
    color: #fff;
    line-height: 56px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 20px;
}

.studentMien_popup_box_icon_i {
    font-size: 35px;
}

.studentMien_popup_box_bottom {
    padding: 20px 0 0;
}

.studentMien_popup_box_bottom_title {
    font-size: 16px;
    color: #333;
}

.studentMien_popup_box_bottom_content {
    margin-top: 15px;
    display: flex;
    overflow-x: auto;
}

.studentMien_popup_box_bottom_content::-webkit-scrollbar {
    display: none;
}

.studentMien_popup_box_bottom_content_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 20px;
}

.studentMien_popup_box_bottom_content_box:last-child {
    margin-right: 0;
}

.studentMien_popup_box_bottom_content_box_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.studentMien_popup_box_bottom_content_box_div:last-child {
    margin-bottom: 0;
}

.studentMien_popup_box_bottom_content_box_div_span {
    color: #595959;
    font-size: 13px;
}

.studentMien_popup_box_bottom_content_box_div_span1 {
    color: #333;
    font-size: 14px;
}

.studentMien_popup_box_close {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.studentMien_popup_box_close_icon {
    font-size: 25px;
    color: #FFFFFF;
}

/*学队德育风采  */
.learningTeamMien_box {
    padding: 0 20px;
}

.learningTeamMien_box_span {
    display: inline-block;
    background-color: #f1f4ff;
    padding: 6px 10px;
    border-radius: 4px;
    color: #1383F5;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.learningTeamMien_box_span1 {
    display: inline-block;
    background-color: #FAFAFA;
    padding: 6px 10px;
    border-radius: 4px;
    color: #595959;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* 学生德育风采 */

.moralEducationStyle {}

.moralEducationStyle_midden {
    background-color: #fff;
    padding: 10px 15px;
    margin: 15px 20px;
    border-radius: 10px;
}

.moralEducationStyle_midden_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moralEducationStyle_midden_title {
    color: #333;
    font-size: 14px;
}

.moralEducationStyle_midden_top_box {
    position: relative;
}

.moralEducationStyle_midden_top_input {
    border: none;
    background-color: inherit;
    padding: 10px 0;
    width: 100px;
    font-size: 14px;
    color: #808080;
    text-align: center;
    z-index: 99;
}

.moralEducationStyle_midden_top_box_left {
    position: absolute;
    left: 0;
    top: 11px;
    color: #808080;
    font-size: 14px;
    z-index: 1;
}

.moralEducationStyle_midden_top_box_right {
    position: absolute;
    right: 0;
    top: 11px;
    color: #808080;
    font-size: 14px;
    z-index: 1;
}

.moralEducationStyle_midden_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.moralEducationStyle_midden_box_span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1383F5;
    margin-right: 5px;
}

.moralEducationStyle_midden_box_span1 {
    color: #7a7a7a;
    font-size: 13px;
}

.moralEducationStyle_midden_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.moralEducationStyle_midden_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.moralEducationStyle_midden_bottom_box_span {
    font-size: 18px;
    color: #333333;
}

.moralEducationStyle_midden_bottom_box_span1 {
    color: #a3a3a3;
    font-size: 12px;
    margin-top: 7px;
}

.moralEducationStyle_bottom {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    /* display: none; */
}

.moralEducationStyle_bottom_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.moralEducationStyle_bottom_input {
    border: none;
    background-color: inherit;
    padding: 10px 0;
    background-image: url('../image/xiala.png');
    background-position: right;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 110px;
    font-size: 14px;
    color: #808080;
}

.moralEducationStyle_bottom_box {
    padding: 15px 0;
}

.moralEducationStyle_bottom_box_table {
    width: 100%;
}

.moralEducationStyle_bottom_box_tr {
    background-color: #fff;
}

.moralEducationStyle_bottom_box_tr:nth-child(2n) {
    background-color: #FAFAFA;
}

.moralEducationStyle_bottom_box_th {
    padding: 6px 0 6px 20px;
    background-color: #FAFAFA;
    color: #808080;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.moralEducationStyle_bottom_box_td {
    text-align: left;
    padding: 6px 0 6px 20px;
    color: #333333;
    font-size: 14px;
}

/* 日志详情 */
.logDetails_content {
    padding: 20px;
}

.logDetails_content_box_bottom_box {
    line-height: 1.5;
}

.logDetails_content_box_bottom_box_span {
    color: #808080;
    font-size: 13px;
    display: inline-block;
}

.logDetails_content_box_bottom_box_span1 {
    color: #333;
    font-size: 13px;
}

.logDetails_content_box {
    margin: 10px 0;
}

.logDetails_content_box_span {
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    background-color: #e7f2fe;
    color: #1383F5;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 9px;
}

/* 教师管理 */
.teacherManagement {
    padding: 15px 20px;
}

.teacherManagement_top {}

.teacherManagement_top_box {
    margin-bottom: 15px;
}

.teacherManagement_top_box_title {
    padding: 12px 15px;
    border-radius: 10px 10px 0 0;
    background-color: #fff0e2;
}

.teacherManagement_top_box_title_span {
    color: #333;
    font-size: 18px;
}

.teacherManagement_top_box_content {
    background-color: #fff;
    padding: 12px 15px;
}

.teacherManagement_top_box_content_div {
    margin-bottom: 15px;
}

.teacherManagement_top_box_content_div_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teacherManagement_top_box_content_div_top_span {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70%;
}

.teacherManagement_top_box_content_div_top_span1 {
    color: #808080;
    font-size: 12px;
}

.teacherManagement_top_box_content_div_bottom {
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #8c8c8c;
    font-size: 13px;
    word-break: break-all;
}

.teacherManagement_top_box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c8c8c;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 0 12px;
}

.teacherManagement_top_box_title2 {
    background-color: #e9f1fd;
}

.teacherManagement_bottom {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.teacherManagement_bottom_title {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.teacherManagement_bottom_content {
    display: flex;
    flex-wrap: wrap;
}

.teacherManagement_bottom_content_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3%;
    border-radius: 6px;
}

.teacherManagement_bottom_content_box:nth-child(3n) {
    margin-right: 0;
}

.teacherManagement_bottom_content_box:nth-child(4n - 3) {
    background-color: #fefaf2;
}

.teacherManagement_bottom_content_box:nth-child(4n - 2) {
    background-color: #EFF9F7;
}

.teacherManagement_bottom_content_box:nth-child(4n - 1) {

    background-color: #F2F6FE;
}

.teacherManagement_bottom_content_box:nth-child(4n) {
    background-color: #FDF4F4;
}

.teacherManagement_bottom_content_box_img {
    width: 50%;
}

.teacherManagement_bottom_content_box_span {
    font-size: 13px;
    color: #585555;
    display: inline-block;
    margin-top: 10px;
}

/* 教师风采 */
.teacherMien_top_bottom {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.teacherMien_top_bottom_box {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 15px;
}

.teacherMien_top_bottom_box_span {
    color: #dcedfe;
    margin-left: 5px;
    font-size: 12px;
}

.teacherMien_midden {
    margin-top: 40px;
}

.teacherMien_midden2 {
    margin-top: -10px;
}

.teacherMien_select {
    border: none;
    padding: 0 10px;
    font-size: 13px;
    color: #808080;
}

.teacherMien_select option {
    color: #333;
}

.teacherMien_th {
    padding: 6px 0 6px 3px;
    background-color: #FAFAFA;
    color: #808080;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.teacherMien_td {
    text-align: left;
    padding: 6px 0 6px 3px;
    color: #333333;
    font-size: 13px;
}

/*  党务管理*/
.partyAffairsManagement {}

.partyAffairsManagement_top {}

.partyAffairsManagement_top_img {
    width: 100%;
}

.partyAffairsManagement_midden {}

.partyAffairsManagement_midden_div1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.partyAffairsManagement_midden_div1_top {}

.partyAffairsManagement_midden_div1_top_title {
    font-size: 14px;
    color: #333;
}

.partyAffairsManagement_midden_div1_top_content {
    margin-top: 10px;
}

.partyAffairsManagement_midden_div1_top_content_span {
    background-color: #FAFAFA;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
    color: #595959;
    font-size: 13px;
    margin-right: 10px;
}

.partyAffairsManagement_midden_div1_top_content_span_span1 {
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}

.partyAffairsManagement_midden_div1_bottom {}

.partyAffairsManagement_midden_div1_bottom_box {
    margin-top: 15px;
}

.partyAffairsManagement_midden_div1_bottom_box_title {
    font-size: 14px;
    color: #333;
}

.partyAffairsManagement_midden_div1_bottom_box_spanBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.partyAffairsManagement_midden_div1_bottom_box_spanBox_span {
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
}

.partyAffairsManagement_top_box_title {
    background: linear-gradient(131.99deg, rgba(247, 153, 59, 1) 0%, rgba(255, 70, 64, 1) 100%);
    padding: 12px 15px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.partyAffairsManagement_top_box_title_span {
    color: #fff;
    font-size: 18px;
}

.partyAffairsManagement_top_box_title2 {
    background: linear-gradient(143.73deg, rgba(85, 114, 230, 1) 0%, rgba(138, 196, 255, 1) 0%, rgba(19, 131, 245, 1) 100%);
    padding: 12px 15px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.partyAffairsManagement_input {
    border: none;
    background-color: inherit;
    background-image: url('../image/xiala1.png');
    background-position: right;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 110px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 20px;
    padding: 16px 0;
}

.partyAffairsManagement_navBox {
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partyAffairsManagement_navBox_nav {
    padding: 10px 0;
    color: #707070;
    font-size: 14px;
}

.partyAffairsManagement_navBox_nav_actived {
    color: #1383F5;
    font-size: 16px;
    position: relative;
}

.partyAffairsManagement_navBox_nav_actived::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    border-radius: 3px;
    background-color: #1383F5;
    position: absolute;
    left: 35%;
    bottom: 0;
}

/* 行政审批 */
.administrativeApproval_top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 20px;
}

.administrativeApproval_top_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.administrativeApproval_top_box_top {
    position: relative;
}

.assessmentCenter_content_bigbox_midden_box_icon {
    font-size: 32px;
    color: #333;
}

.administrativeApproval_top_box_top_span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #FC6230;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -5px;
    text-align: center;
}

.administrativeApproval_top_box_span {
    font-size: 14px;
    color: #333;
    margin-top: 7px;
}

.administrativeApproval_content {
    padding: 0 15px;
}

/* 工作汇报 */
.workReport {}

.workReport_top {}

.workReport_top_box {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #D9D9D9;
}

.workReport_top_box_title {
    display: inline-block;
    color: #333;
    font-size: 16px;
    padding: 10px 0 0;
}

.workReport_top_box_textarea {
    border: none;
    resize: none;
    min-height: 45px;
    margin-top: 10px;
    height: auto;
}

.workReport_top_box_textarea::-webkit-input-placeholder {
    color: #CDCDCD !important;
    font-size: 14px !important;
}

.workReport_midden {
    margin-top: 10px;
}

.workReport_midden_box {
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.workReport_midden_box_span {
    font-size: 16px;
    color: #333;
}

.workReport_midden_box_icon {
    font-size: 18px;
    color: #808080;
}

.workReport_midden_box_input {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    left: 0;
    top: 0;
    opacity: 0;
}

#uploadBigbox_img {
    width: 45px;
}

.workReport_midden_bottom {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.workReport_midden_bottom_span {
    font-size: 16px;
    color: #333;
}

.workReport_midden_bottom_box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 55px;
    align-items: flex-start;
}

.workReport_midden_bottom_box_span {
    color: #CDCDCD;
    font-size: 14px;
}

.workReport_midden_bottom_box_iconSpan {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #1383F5;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
}

.workReport_midden_bottom_box_iconSpan_icon {
    font-size: 14px;
}

.workReportPopup {
    height: 435px;
    overflow: auto;
}

.workReportPopup_box_bottom {
    padding: 15px 0 0;
}

.workReportPopup_box_bottom_box {
    padding: 0 0 15px;
}

.workReportPopup_box_bottom_box_title {
    font-size: 16px;
    color: #333;
}

.workReportPopup_box_bottom_box_div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.workReportPopup_box_bottom_box_div_span {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    color: #595959;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.workReportPopup_box_bottom_box_div_span_actived {
    background-color: #e7f2fd;
    color: #4285F4;
}

.workReport_midden_bottom_box_div {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30px);
}

.workReport_midden_bottom_box_div_span {
    display: flex;
    align-items: center;
}

.workReport_midden_bottom_box_div_span_icon {
    font-size: 20px;
    color: #1383f5;
}

.workReport_bottom {
    margin: 30px 0;
    text-align: center;
}

.workReport_bottom_btn {
    display: inline-block;
    padding: 14px 0;
    width: 80%;
    background-color: #1383F5;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.workReport_midden_bottom_newBox {
    margin-top: 10px;
}

.workReport_midden_bottom_newBox_div {
    display: flex;
    flex-direction: column;
}

.WriteReportAndAttendance_newBigbox_box_span {}

.WriteReportAndAttendance_newBigbox_box_span1 {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.WriteReportAndAttendance_newBigbox_box_spanBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.WriteReportAndAttendance_newBigbox_box_spanBox_span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    background-color: #fafafa;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: normal !important;
}

/* 请假 */
.askLeave_span {
    color: #fc6230;
}

.askLeave_top_box_textarea {
    border: none;
    resize: none;
    margin-top: 10px;
    height: 24px;
    line-height: 1.2;
}

.askLeave_top_box {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 0;
    background-color: #fff;
}

.askLeave_top_box_title {
    display: inline-block;
    color: #333;
    font-size: 16px;
    padding: 0;
}

.askLeave_top {
    padding: 20px 0;
    background-color: #fff;
}

.askLeave_midden {
    margin-top: 10px;
}

.askLeave_top_box_input {
    border: none;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

/* 请假记录 */

.askLeaveRecord {}

.askLeaveRecord_content {
    padding: 10px 15px;
}

.askLeaveRecord_content_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.askLeaveRecord_content_box_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
}

.askLeaveRecord_content_box_div_left {
    display: flex;
    align-items: center;
    width: 100%;
}

.askLeaveRecord_content_box_div_left_span {
    color: #888;
    font-size: 14px;
}

.askLeaveRecord_content_box_div_left_span1 {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 78%;
}

.askLeaveRecord_content_box_div_left_span1 img {
    max-width: 100%;
    height: auto;
}

.askLeaveRecord_content_box_div_right {
    font-size: 14px;
}

.askLeaveRecord_content_box_div_right_span {
    color: #1383F5;
}

.askLeaveRecord_content_box_div_right_span1 {
    color: #02B452;
}

.askLeaveRecord_content_box_div_right_span2 {
    color: #FC6230;
    width: 70px;
    display: inline-block;
    text-align: right;
}

.askLeaveRecord_navBox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    padding: 10px 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.askLeaveRecord_navBox::-webkit-scrollbar {
    display: none;
}

.askLeaveRecord_navBox_span {
    color: #333333;
    font-size: 15px;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 15px;
}

.askLeaveRecord_navBox_span_spanActived {
    color: #1383F5;
}

.askLeaveRecord_content_box2 {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.askLeaveRecord_content_box2_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.askLeaveRecord_content_box2_title_left_span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #1383F5;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.askLeaveRecord_content_box2_title_left_spanicon {
    font-size: 18px;
}

.askLeaveRecord_content_box2_title_left_span2 {
    margin-left: 5px;
    color: #333;
    font-size: 16px;
}

.askLeaveRecord_content_box2_title_right {
    color: #8c8c8c;
    font-size: 14px;
}

.askLeaveRecord_content_box_div2 .askLeaveRecord_content_box_div_left_span1 {
    width: 54%;
}

.askLeaveRecord_content_box_div2_span {
    display: inline-block;
    padding: 1px 5px;
    background-color: #e2f0fd;
    color: #1383F5;
    border-radius: 2px;
    font-size: 12px;
}

.askLeaveRecord_content_box_div2_span1 {
    background-color: #e0f6f5;
    color: #00BAAD;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    padding: 1px 5px;
}

.askLeaveRecord_content_box_div2_span2 {
    background-color: #fff1e3;
    color: #FF8D1A;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    padding: 1px 5px;
}

.askLeaveRecord_content_box3 {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.askLeaveRecord_content_box3_title_left_span {
    background-color: #FA7F2C;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    ;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.askLeaveRecord_content_box3_btnBox {
    border-top: 1px solid #EEEEEE;
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 15px;
}

.askLeaveRecord_content_box3_btnBox_btn {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.askLeaveRecord_content_box3_btnBox_span {
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #EEEEEE;
}

.askLeaveRecord_content_box3_btnBox_btn2 {
    color: #1383F5;
}

/* 家长专栏 */
.homeSchoolAlliance {}

.homeSchoolAlliance_top {
    position: relative;
    padding-bottom: 25px;
}

.homeSchoolAlliance_top_box {
    width: 92%;
    position: absolute;
    top: 35%;
    /* bottom: -20%; */
    border-radius: 10px;
    padding: 10px 0;
    left: 4%;
    color: #fff;
}

.homeSchoolAlliance_top_box_div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homeSchoolAlliance_top_box_div_left {
    display: flex;
    align-items: center;
}

.homeSchoolAlliance_top_box_div_left_box {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.homeSchoolAlliance_top_box_div_left_box_bottom {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
}

.homeSchoolAlliance_top_box_span {
    color: #fff;
    font-size: 14px;
}

.homeSchoolAlliance_top_box_right {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 16px 0 0 16px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
}

.homeSchoolAlliance_midden {
    padding: 0 20px;
    position: relative;
}

.homeSchoolAlliance_midden_img {
    width: 100%;
    border-radius: 25px;
}

.homeSchoolAlliance_midden_box {
    position: absolute;
    top: 25%;
    width: 50%;
    left: 28%;
}

.homeSchoolAlliance_midden_box_span {
    color: #fff;
    font-size: 16px;
}

.homeSchoolAlliance_midden_box_btnBox {
    padding: 5px 12px;
    background-color: #FFE9D4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: 22%;
}

.homeSchoolAlliance_midden_box_btnBox_span {
    color: #F45136;
    font-size: 13px;
    margin-right: 5px;
}

.homeSchoolAlliance_midden_box_btnBox_span1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F45236;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.homeSchoolAlliance_midden_box_btnBox_span1_icon {
    font-size: 12px;
}

.homeSchoolAlliance_bottom {
    margin-top: 15px;
    padding: 0 20px;
}

.homeSchoolAlliance_bottom_top {
    border-radius: 10px 10px 0 0;
    width: 100%;
    background-color: #1383F5;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.homeSchoolAlliance_bottom_top_span {
    font-size: 16px;
    font-weight: 700;
}

.homeSchoolAlliance_bottom_navBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
}

.homeSchoolAlliance_bottom_navBox_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 75px;
    width: 33%;
    margin-top: 15px;
}

.homeSchoolAlliance_bottom_navBox_nav_img {
    width: 40%;
    min-width: 40.2px;
}

.homeSchoolAlliance_bottom_navBox_nav_span {
    display: inline-block;
    margin-top: 10px;
}

.homeSchoolAlliance_bottom_content {
    background-color: #fff;
    padding: 10px 15px;
}

.homeSchoolAlliance_bottom_navBox_nav_actived {
    color: #1383F5;
    font-size: 16px;
}

.jiaxiaoFooter {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #00000019;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.jiaxiaoFooter_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jiaxiaoFooter_box_icon {
    font-size: 24px;
    color: #C4C4C4;
    position: relative;
}

.jiaxiaoFooter_box_span {
    color: #707070;
    font-size: 12px;
    display: inline-block;
    margin-top: 7px;
}

.homeSchoolAlliance_left_box_top_btn {
    display: flex;
    align-items: center;
    background-color: #E2F0FD;
    padding: 3px 10px;
    border-radius: 20px;
    color: #1383F5;
    margin-left: 10px;
}

.homeSchoolAlliance_left_box_top_btn_icon {
    font-size: 13px;
}

.homeSchoolAlliance_left_box_top_btn_span {
    font-size: 12px;
    margin-left: 5px;
}

.homeSchoolAlliancePop {
    position: fixed;
    bottom: 30%;
    left: 5%;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
}

.homeSchoolAlliancePop_box {}

.homeSchoolAlliancePop_box_content {
    margin: 20px 0;
    display: flex;
    overflow-x: auto;
    padding: 10px 4px;
}

.homeSchoolAlliancePop_box_content::-webkit-scrollbar {
    display: none;
}

.homeSchoolAlliancePop_box_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px #00000026;
    width: calc(50% - 20px);
    border-radius: 6px;
    flex-shrink: 0;
    margin-right: 20px;
}

.homeSchoolAlliancePop_box_content_box_img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.homeSchoolAlliancePop_box_content_box_span1 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin: 7px 0;
}

.homeSchoolAlliancePop_box_content_box_span2 {
    color: #8c8c8c;
    font-size: 13px;
}

.homeSchoolAlliancePop_box_content_box_select {
    border: 1px solid #1383F5;
    position: relative;
}

.homeSchoolAlliancePop_box_content_box_select_icon {
    position: absolute;
    right: -6px;
    top: -9px;
    color: #1383F5;
}

/* 请假详情 */
.askLeaveDetails {}

.askLeaveDetails_top {
    background-color: #fff;
    padding: 20px;
}

.askLeaveDetails_bottom {
    padding: 10px;
}

.askLeaveDetails_bottom_box {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.askLeaveDetails_bottom_box_left {}

.askLeaveDetails_bottom_box_left_img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.askLeaveDetails_bottom_box_right {
    width: calc(100% - 47px);
}

.askLeaveDetails_bottom_box_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.askLeaveDetails_bottom_box_right_top_span {
    color: #333;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_top_span1 {
    color: #02B452;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_top_span2 {
    color: #FC6230;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_top_span3 {
    color: #1383F5;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_top_span4 {
    color: #888;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.askLeaveDetails_bottom_box_right_bottom_span {
    color: #808080;
    font-size: 14px;
}

.askLeaveDetails_bottom_box_right_bottom_span2 {
    color: #A6A6A6;
    font-size: 12px;
}

/* 我的班级 */
.myBclass {}

.myBclass_top {}

.myBclass_top_img {
    width: 100%;
}

.myBclass_content {
    border-radius: 10px 10px 0 0;
    position: relative;
    top: -10px;
    padding: 20px;
    background-color: #FAFAFA;
}

.myBclass_content_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.myBclass_content_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myBclass_content_box_top_left {
    display: flex;
    align-items: center;
}

.myBclass_content_box_top_left_span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #E9F1FE;
    border-radius: 8px;
    margin-right: 10px;
}

.myBclass_content_box_top_left_span_icon {
    font-size: 26px;
    color: #1383f5;
}

.myBclass_content_box_top_left_span1 {
    font-size: 16px;
    color: #333;
}

.myBclass_content_box_top_right {
    font-size: 13px;
    color: #888888;
}

.myBclass_content_box_bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.myBclass_content_box_bottom_span {
    display: inline-block;
    padding: 4px 10px;
    background-color: #FAFAFA;
    color: #595959;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}

.myBclass_content_box_bottom_span_span {}

.myBclass_content_box_bottom_span_span1 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FC6230;
    position: absolute;
    right: -3px;
    top: -3px;
}

/*学生请假  */

.stuAskLeave_nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    background-color: #fff;
    margin-bottom: 15px;
}

.stuAskLeave_nav_span {
    font-size: 15px;
    color: #333;
    display: inline-block;
    padding: 12px;
}

.stuAskLeave_nav_span_actived {
    color: #1383F5;
    position: relative;
}

.stuAskLeave_nav_span_actived::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #1383F5;
    position: absolute;
    bottom: 0;
    left: 33%;
}

.stuAskLeave_content_box {
    background-color: #fff;
    margin-bottom: 15px;
}

.stuAskLeave_content_box_div {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #fff;
}

.stuAskLeave_content_box_select {
    padding: 10px 0 7px;
    border: none;
}

/* 学生请假详情 */
.stuAskLeaveDetails_bottom {
    border-top: 1px solid #ececec;
    margin: 0 20px;
    padding: 20px 0;
}

.stuAskLeaveDetails_bottom_box {
    display: flex;
    align-items: center;
}

.stuAskLeaveDetails_bottom_box_icon1 {
    font-size: 20px;
    color: #11AA66;
}

.stuAskLeaveDetails_bottom_box_span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-left: 10px;
}

.stuAskLeaveDetails_bottom_box_icon2 {
    font-size: 20px;
    color: #FC6230;
}

.stuAskLeaveDetails_bottom_box_icon3 {
    font-size: 20px;
    color: #1383F5;
}

/* 家长评价 */
.parentsEvaluation {}

.parentsEvaluation_top {}

.parentsEvaluation_content {
    background-color: #fff;
    position: relative;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    top: -30px;
}

.parentsEvaluation_content_box {
    padding-bottom: 15px;
    border-bottom: 1px solid #F6F6F6;
    margin-top: 15px;
}

.parentsEvaluation_content_box:last-child {
    border-bottom: none;
}

.parentsEvaluation_content_box_span {
    font-size: 16px;
    color: #333;
}

.parentsEvaluation_content_box_div {}

.parentsEvaluation_content_box_div_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.parentsEvaluation_content_box_div_box_span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../image/unchecked.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.parentsEvaluation_content_box_div_box_span_actived {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../image/checked.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.parentsEvaluation_content_box_div_box_span1 {
    display: inline-block;
    margin-left: 10px;
}

.parentsEvaluation_content_box_div1 {
    display: flex;
    flex-wrap: wrap;
}

.parentsEvaluation_content_box_div1_span {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    background-color: #FAFAFA;
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    margin-right: 10px;
}

.parentsEvaluation_content_box_div1_span_actived {
    background-color: #1383F5;
    color: #fff;
}

.parentsEvaluation_btn {
    display: block;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #1383F5;
    color: #fff;
    text-align: center;
}

/* 身份选择 */
.identityChoice {
    padding: 30px 0 0;
}

.identityChoice_title {
    padding: 20px;
    display: inline-block;
    color: #333;
    font-size: 18px;
}

.identityChoice_content {
    padding: 0 20px;
}

.identityChoice_content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 0 0;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.identityChoice_content_box_left {
    display: flex;
    align-items: center;
}

.identityChoice_content_box_left_img {
    width: 35%;
}

.identityChoice_content_box_left_span {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.identityChoice_content_box_right {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../image/unchecked.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.identityChoice_content_box_right_actived {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../image/checked.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.identityChoice_btn {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #1383F5;
}

.identityChoice_btn_icon {
    color: #fff;
    font-size: 30px;
}

/* 学情分析 */

.studentAnalysis {}

.studentAnalysis_top {
    position: relative;
}

.studentAnalysis_top_img {
    width: 100%;
}

.studentAnalysis_top_box {
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    padding: 10px 15px;
    border-radius: 5px;
    bottom: -40px;
    left: 4%;
}

.studentAnalysis_top_box_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.studentAnalysis_top_box_top_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
}

.studentAnalysis_top_box_top_span {
    color: #333;
    margin-left: 15px;
    position: absolute;
    top: 0px;
    left: 35px;
}

.studentAnalysis_top_box_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px;
}

.studentAnalysis_top_box_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.studentAnalysis_top_box_bottom_box_span1 {
    font-size: 14px;
}

.studentAnalysis_top_box_bottom_box_span2 {
    color: #666;
    font-size: 15px;
}

.studentAnalysis_top_box_bottom_box_span3 {
    color: #FF705C;
    font-size: 20px;
    font-weight: 700;
    margin-right: 7px;
}

.studentAnalysis_content {
    padding-top: 70px;
}

.studentAnalysis_content_div {
    background-color: #fff;
    position: relative;
    width: 92%;
    border-radius: 5px;
    margin: 0 auto;
    padding: 25px 15px;
    margin-bottom: 25px;
}

.studentAnalysis_content_div_top {
    position: absolute;
    top: -15px;
    left: 23%;
    text-align: center;
}

.studentAnalysis_content_div_top_span {
    padding: 5px 20px;
    background-color: #FF705C;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}

.studentAnalysis_content_div_content {}

.studentAnalysis_content_div_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.studentAnalysis_content_div_content_top_box {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.studentAnalysis_content_div_content_top_box_span {
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.studentAnalysis_content_div_content_top_box_select {
    border: none;
    border-radius: 20px;
    background-color: #FF705C;
    color: #fff;
    padding: 4px 10px;
}

.studentAnalysis_content_div_content_top_box_select option {
    background-color: #fff;
    color: #333;
}

.studentAnalysis_content_div_content_box {}

.studentAnalysis_content_div_content_box_title {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studentAnalysis_content_div_content_box_title_span {
    font-size: 17px;
    color: #333;
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;
}

.studentAnalysis_content_div_content_box_title_img {
    width: 20px;
}

.studentAnalysis_content_div_content_box_bottom {}

.studentAnalysis_content_div_content_box_bottom_box {}

.studentAnalysis_content_div_content_box_bottom_box_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.studentAnalysis_content_div_content_box_bottom_box_title_icon {
    color: #ff705c;
}

.studentAnalysis_content_div_content_box_bottom_box_title_span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #333;
}

.studentAnalysis_content_div_content_box_bottom_box_content {
    display: flex;
    flex-wrap: wrap;
}

.studentAnalysis_content_div_content_box_bottom_box_content_span {
    display: inline-block;
    background-color: #ffebe8;
    color: #ff705c;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.studentAnalysis_content_div_content_box_bottom_box_content2 {}

.studentAnalysis_content_div_content_box_bottom_box_content2_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    margin-bottom: 10px;
}

.studentAnalysis_content_div_content_box_bottom_box_content2_box_left {
    padding: 17px 0;
    width: 80px;
    text-align: center;
    background-color: #ffebe8;
    color: #666;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
}

.studentAnalysis_content_div_content_box_bottom_box_content2_box_right {
    width: calc(100% - 80px);
    padding: 10px 10px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

.studentAnalysis_content_div_content_box_bottom_box_content2_box_right_top {}

.studentAnalysis_content_div_content_box_bottom_box_content2_box_right_bottom {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
}

.studentAnalysis_content_div_content_box2_bottom {}

.studentAnalysis_content_div_content_box2_bottom_box {
    width: 100%;
    height: 180px;
}

.studentAnalysis_content_div_content_box3_bottom {}

.studentAnalysis_content_div_content_box3_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #ececec;
    color: #595959;
    font-size: 14px;
}

.studentAnalysis_content_div_content_box3_bottom_box_span {
    display: inline-block;
    width: 70%;
    margin: 0 10px;
}

.studentAnalysis_content_div2_content {}

.studentAnalysis_content_div2_content_top {}

.situationAnalysisDetails_box_bottom {
    padding: 20px 0;
}

.situationAnalysisDetails_box_bottom_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.situationAnalysisDetails_box_bottom_top_box {
    width: 48.5%;
    margin-right: 2.5%;
    position: relative;
    margin-bottom: 15px;
}

.situationAnalysisDetails_box_bottom_top_box:nth-child(2n) {
    margin-right: 0;
}

.situationAnalysisDetails_box_bottom_top_box_img {
    width: 100%;
}

.situationAnalysisDetails_box_bottom_top_box_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    padding: 10px;
}

.situationAnalysisDetails_box_bottom_top_box_div_title {
    font-size: 15px;
    font-weight: 700;
}

.situationAnalysisDetails_box_bottom_top_box_div_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px;
}

.situationAnalysisDetails_box_bottom_top_box_div_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.situationAnalysisDetails_box_bottom_top_box_div_bottom_box_span1 {
    font-size: 14px;
    margin-bottom: 7px;
    color: #666666;
}

.situationAnalysisDetails_box_bottom_top_box_div_bottom_box_span2 {
    color: #666666;
    font-size: 14px;
}

.personal_num {
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    color: #FF6E63;
}

.average_num {
    font-size: 20px;
    font-weight: 700;
    color: #666666;
    margin-right: 5px;
}

.situationAnalysisDetails_box_bottom_box1 {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.situationAnalysisDetails_box_bottom_box1_img {
    width: 100%;
}

.situationAnalysisDetails_box_bottom_box1_div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 91%;
}

.situationAnalysisDetails_box_bottom_box1_div_left {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.situationAnalysisDetails_box_bottom_box1_div_left_img {
    width: 25px;
    margin-bottom: 10px;
}

.situationAnalysisDetails_box_bottom_box1_div_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.situationAnalysisDetails_box_bottom_box1_div_right_img {
    width: 100%;
}

.situationAnalysisDetails_box_bottom_box1_div_right_span {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 15px;
    background-color: #FFE47A;
    border-radius: 25px;
    font-size: 13px;
    color: #B37615;
    font-weight: 700;
}

.situationAnalysisDetails_box_bottom_box2_div_right {
    width: 60%;
}

.situationAnalysisDetails_box_bottom_box2_div_right_img {
    width: 100%;
}

.situationAnalysisDetails_box_bottom_box2 {
    position: relative;
}

.situationAnalysisDetails_box_bottom_box2_top {
    position: relative;
    text-align: center;
}

.situationAnalysisDetails_box_bottom_box2_top_img {
    width: 125px;
}

.situationAnalysisDetails_box_bottom_box2_top_span {
    color: #FF6E63;
    position: absolute;
    left: 41%;
    bottom: 0;
}

.studentAnalysis_content_box4_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.studentAnalysis_content_box4_content_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.studentAnalysis_content_box4_content_box {
    background-color: #F4F4F4;
    padding: 10px 20px;
    width: calc(100% - 75px);
    position: relative;
    font-size: 14px;
    border-radius: 3px;
}

.sanjiao {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f4f4f4;
    position: absolute;
    left: -9px;
}

.studentAnalysis_top_box_top_box {
    background-image: url('../image/discipline_bg.png');
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -26px;
}

.studentAnalysis_top_box_top_box_span {
    display: inline-block;
    padding-bottom: 15px;
    color: #fff;
}

.studentAnalysis_top_box_bottom_div {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studentAnalysis_top_box_bottom_div_span {
    color: #333;
    font-size: 16px;
}

.studentAnalysis_top_box_bottom_div_span1 {
    color: #FF705C;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;
}

.studentAnalysis_content_div2_content_top_select {
    border: none;
    border-radius: 20px;
    background-color: #FF705C;
    color: #fff;
    padding: 4px 10px;
    margin-top: 8px;
    max-width: 100%;
}

.studentAnalysis_content_div_top2 {
    position: absolute;
    top: -15px;
    left: 32%;
    text-align: center;
}

.studentAnalysis_content_bottom {}

.studentAnalysis_content_bottom_table {
    width: 100%;
    border: 1px solid #FF705C;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
}

.studentAnalysis_content_bottom_table_tr {}

.studentAnalysis_content_bottom_table_th {
    background-color: #FFEBE8;
    padding: 5px 10px;
    color: #333;
    text-align: center;
}

.studentAnalysis_content_bottom_table_th:first-child {
    border-radius: 20px 0 0 0;
}

.studentAnalysis_content_bottom_table_th:last-child {
    border-radius: 0 20px 0 0;
}

.studentAnalysis_content_bottom_table_td {
    padding: 5px 10px;
    color: #333;
    text-align: center;
}

.studentAnalysis_content_bottom_table_td_span {
    color: #FF705C;
}

.tipTop {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #F71111;
    position: absolute;
    top: -3px;
    right: -3px;
}

/* .intelligentOffice_content_box_iconBox_tipTop{
    position: absolute;
    top: -3px;
    right: -3px;
} */
/* 走班模式日志 */
.shiftLog_top {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shiftLog_top_select {
    border: none;
    color: #333333;
    padding: 0 10px;
    font-size: 14px;
}

.shiftLog_top_span {
    color: #808080;
    font-size: 13px;
    display: inline-block;
    width: 60px;
}

.shiftLog_top_span1 {
    color: #333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 70px);
}

/* 走班模式 */
.shiftmode {}

.shiftmode_top {
    width: 100%;
    background-image: url('../image/zouban_bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 220px;
    position: relative;
}

.shiftmode_top_box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
}

.shiftmode_top_box_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}

.shiftmode_top_box_title_img {
    width: 20px;
    margin-right: 10px;
}

.shiftmode_top_box_bottom {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #C2C2C2;
}

.shiftmode_top_box_bottom_top {
    padding: 20px;
    position: relative;
    border-bottom: 1px dashed #ECECEC;
}

.shiftmode_top_box_bottom_bottom {}

.shiftmode_top_box_bottom_bottom_box {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.shiftmode_record {
    margin-top: 40px;
    margin-bottom: -40px;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(253, 249, 238, 1);
    color: rgba(240, 105, 27, 1);
    display: flex;
    align-items: center;
}

.shiftmode_record_tips {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(240, 105, 27, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.shiftmode_record_right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex: 1;
    font-size: 24px;
    color: rgba(153, 153, 153, 1);
}

.shiftmode_record_right_btn {
    padding: 5px 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 141, 26, 1);
    border-radius: 24px;
    margin-right: 20px;
}

.shiftmode_midden {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shiftmode_midden_left {
    display: flex;
    align-items: center;
}

.shiftmode_midden_right_span {
    font-size: 15px;
}

.shiftmode_midden_right_span1 {
    font-size: 14px;
}

.shiftmode_midden_right {
    display: flex;
    align-items: center;
}

.shiftmode_midden_right_box {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.shiftmode_midden_right_box_img {
    margin-right: 5px;
    width: 15px;
}

.shiftmode_midden_right_box_span {
    font-size: 14px;
}

.shiftmode_content {
    width: 90%;
    margin: 0 auto;
}

.shiftmode_content_box {
    margin-top: 20px;
}

.shiftmode_content_box_title {
    display: flex;
    align-items: center;
}

.shiftmode_content_box_title_img {
    width: 20px;
    margin-right: 10px;
}

.shiftmode_content_box_title_span {
    font-size: 17px;
}

.shiftmode_content_box_bottom {
    display: flex;
    flex-wrap: wrap;
}

.shiftmode_content_box_bottom_box {
    background-color: #F1F4FF;
    padding: 5px 15px;
    padding-left: 18px;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    margin-right: 10px;
}

.shiftmode_content_box_bottom_box_room {
    position: absolute;
    top: 12px;
    left: 6px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

.shiftmode_content_box_bottom_box_actived {
    background-color: #1383F5;
    color: #fff;
}

.shiftmode_content_box_bottom_box_span {
    font-size: 14px;
}

.shiftmode_content_box_bottom_box_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
}

.shiftmode_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    left: 5%;
    bottom: 0;
}

.shiftmode_bottom_btn {
    width: 48%;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: #1383F5;
    border-radius: 25px;
}

.shiftmode_bottom_btn2 {
    width: 48%;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: #43CF7C;
    border-radius: 25px;
}

.popup_box_midden {
    display: flex;
    align-items: flex-start;
    padding: 10px 10px 5px;
    background-color: #FAFAFA;
}

.popup_box_midden_span {
    font-size: 15px;
    display: inline-block;
    width: 80px;
    margin-bottom: 5px;
}

.popup_box_midden_span2 {
    font-size: 14px;
    color: #1383F5;
    display: inline-block;
    width: calc(100% - 80px);
}

.popup_box_midden_span2_span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.showunRatedPop_pup {
    position: fixed;
    bottom: 10%;
    left: 5%;
    width: 90%;
    background: #fff;
    border-radius: 3px;
    z-index: 9999999;
}

.showunRatedPop_pup_title {
    background-image: url('../image/submit_bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    border-radius: 3px 3px 0 0;
    height: 88px;
    position: relative;
}

.showunRatedPop_pup_box {
    position: relative;
}

.showunRatedPop_pup_title_span {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 25px;
    top: 25px;
}

.showunRatedPop_pup_title_img {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
}

.showunRatedPop_pup_box_content {}

.showunRatedPop_pup_box_content_top {
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}

.showunRatedPop_pup_box_content .popup_box_bottom_box {
    height: 165px;
    overflow: auto;
}

.showunRatedPop_pup_box_content_bottom {
    padding: 20px 10px;
}

/* 学情分析 */

.studentUnitAnalysis_top {
    position: relative;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    background-color: #fff;
}

.studentUnitAnalysis_top_img {
    width: 100%;
}

.studentUnitAnalysis_top_btn {
    position: absolute;
    left: 12%;
    bottom: 7vw;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: rgba(222, 232, 255, 1);
    border: 1px solid rgba(51, 112, 255, 1);
    font-size: 14px;
    color: rgba(51, 112, 255, 1);
}

.studentUnitAnalysis_top_box {
    position: relative;
    margin-top: -50vw;
    width: 100%;
    padding: 0 20px;
    z-index: 1000;
}

.studentUnitAnalysis_top_box_top {
    display: flex;
    align-items: center;
}

.studentUnitAnalysis_top_box_select {
    border: none;
    color: #333333;
    margin-right: 10px;
    max-width: 30%;
    /*让长段文本不换行*/
    white-space: nowrap;
    /*设置文本超出元素宽度部分隐藏*/
    overflow-x: hidden;
    /*设置文本超出部分用省略号显示*/
    text-overflow: ellipsis;
}

.studentUnitAnalysis_top_box_bottom {
    display: flex;
    margin: 20px 0;
}

.studentUnitAnalysis_top_box_bottom_left {
    width: 80px;
}


.studentUnitAnalysis_top_box_bottom_right {
    width: calc(100% - 65px);
    background-color: #F9FAFB;
    padding: 20px;
    position: relative;
    line-height: 1.8;
}

.studentUnitAnalysis_top_box_bottom_right::before {
    content: '';
    position: absolute;
    top: 27%;
    left: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #F9FAFB;
    border-bottom: 7px solid transparent;
    font-size: 0;
    line-height: 0;
}

.studentUnitAnalysis_top_box_bottom_right_box {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.studentUnitAnalysis_top_box_bottom_right_box_span {
    color: #707070;
    display: inline-block;
    margin-right: 5px;
}

.studentUnitAnalysis_top_box_bottom_right_box_stuspan {
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.studentUnitAnalysis_top_box_bottom_right_box_pointspan {
    color: #3370ff;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.studentUnitAnalysis_top_box_bottom_left {}

.studentUnitAnalysis_top_box_bottom_left_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.studentUnitAnalysis_content {
    padding: 0;
}

.studentUnitAnalysis_content_top {
    display: flex;
    align-items: center;
}

.studentUnitAnalysis_content_top_div {
    width: 100%;
    padding: 10px;
}

.studentUnitAnalysis_content_boxs {
    position: relative;
    width: 100%;
    height: 80vw;
    background-color: #fff;
    padding: 20px;
}

.studentUnitAnalysis_content_boxs_title {
    position: absolute;
    top: 12px;
    /* left: 15px; */
    margin: auto;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}

.studentUnitAnalysis_content_boxs_title2 {
    position: absolute;
    top: 40px;
    left: 15px;
    margin: auto;
    font-size: 12px;
    color: #6e6e6e;
}

.studentUnitAnalysis_content_boxs_right {
    position: absolute;
    top: 0;
    right: 15px;
    margin: auto;
    display: flex;
    height: 28px;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
}

.studentUnitAnalysis_content_boxs_select {
    width: 90px;
    height: 28px;
    border-radius: 21px;
    background-color: rgba(240, 244, 255, 1);
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 0 16px;
}

.studentUnitAnalysis_content_boxs_tab {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: auto;
    display: flex;
    /* width: 118px; */
    height: 28px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(51, 112, 255, 1);
    z-index: 100;
}

.studentUnitAnalysis_content_boxs_tab_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 100%;
    font-size: 14px;
    color: rgba(51, 112, 255, 1);
    background-color: #fff;
}

.studentUnitAnalysis_content_boxs_tab_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 100%;
    font-size: 14px;
    color: rgba(51, 112, 255, 1);
    background-color: #fff;
}

.studentUnitAnalysis_content_boxs_tab_active {
    color: #fff !important;
    background-color: rgba(51, 112, 255, 1) !important;
}

.studentUnitAnalysis_content_boxs_position {
    position: absolute;
    right: 40px;
    top: 40px;
    margin: auto;
}

.studentUnitAnalysis_content_boxs_position_questionline {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6e6e6e;
}

.studentUnitAnalysis_content_boxs_position_questionlineColor1 {
    width: 18px;
    height: 5px;
    background-color: #5b8ff9;
    margin-right: 10px;
}

.studentUnitAnalysis_content_boxs_position_questionlineColor2 {
    width: 18px;
    height: 5px;
    background-color: #5ad8a6;
    margin-right: 10px;
    margin-left: 16px;
}

.studentUnitAnalysis_content_box_title {
    padding: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}

.studentUnitAnalysis_content_box_bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.home_pagebox2_right_bottom_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.home_pagebox2_right_bottom_top_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 10px;
}

.home_pagebox2_right_bottom_top_box_span1 {
    display: inline-block;
    width: 30px;
    height: 18px;
    border-radius: 4px;
}

.home_pagebox2_right_bottom_top_box_span2 {
    display: inline-block;
    margin-left: 5px;
}

.studentUnitAnalysis_content_box_bottom_span {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 0 2px 2px 0;
    background-color: #eee;
}

.studentUnitAnalysis_content_box_echarts {
    width: 100%;
    height: 170px;
}

.studentUnitAnalysis_content_box_2title {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.studentUnitAnalysis_content_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    background-color: #FAFBFF;
}

.studentUnitAnalysis_content_box_top_box {
    padding: 0 15px;
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.studentUnitAnalysis_content_box_top_box:nth-child(2n) {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.studentUnitAnalysis_content_box_top_box_slan1 {
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
}

.studentUnitAnalysis_content_box_top_box_slan2 {
    color: #595959;
    font-size: 14px;
}

.studentUnitAnalysis_content_box_bottom_box {
    position: relative;
    width: 50%;
    height: 150px;
}

.studentUnitAnalysis_content_box_bottom_box_position_title {
    margin-bottom: 6px;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
}

.studentUnitAnalysis_content_box_bottom_box_position_score {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.studentUnitAnalysis_content_box_bottom_box_position {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.studentUnitAnalysis_content_box2_top {
    display: flex;
}

.studentUnitAnalysis_content_box2_top_box {
    position: relative;
    width: 50%;
    height: 200px;
}

.studentUnitAnalysis_content_box2_top_box_position {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    margin: auto;
}

.studentUnitAnalysis_content_box2_top_box_position_top {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
}

.studentUnitAnalysis_content_box2_top_box_position_bottom {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}

.studentUnitAnalysis_content_box2_top_box_item {
    display: flex;
    align-items: center;
    height: 30%;
}

.studentUnitAnalysis_content_box2_top_box_item_left {
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

.studentUnitAnalysis_content_box2_top_box_item_right {
    width: 70%;
    height: 16px;
    border-radius: 10px;
}

.studentUnitAnalysis_content_box2_top_box_item_right_bar {
    width: 0%;
    height: 16px;
    border-radius: 10px;
}

.studentUnitAnalysis_content_box2_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #FAFBFF;
}

.studentUnitAnalysis_content_box2_content_box {
    width: 33%;
    padding-left: 15px;
    border-left: 4px solid;
    display: flex;
    flex-direction: column;
}

.studentUnitAnalysis_content_box2_content_box_span1 {
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.studentUnitAnalysis_content_box2_content_box_span2 {
    color: #595959;
    font-size: 14px;
}

.studentUnitAnalysis_content_box2_bottom {}

.studentUnitAnalysis_content_box2_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #FAFBFF;
}

.studentUnitAnalysis_content_box2_bottom_box_left {
    display: flex;
    flex-direction: column;
}

.studentUnitAnalysis_content_box2_bottom_box_left_span1 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}

.studentUnitAnalysis_content_box2_bottom_box_left_span2 {
    color: #656565;
    font-size: 14px;
}

.studentUnitAnalysis_content_box2_bottom_box_left_span2_span {
    font-size: 20px;
    color: #333;
}

.studentUnitAnalysis_content_box2_bottom_box_right {}

.studentUnitAnalysis_content_box2_bottom_box_right_span {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid;
    font-size: 14px;
}

.preferably {
    background-color: rgba(242, 252, 246, 1);
    color: rgba(77, 189, 127, 1);
    border-color: rgba(177, 235, 201, 1);
}

.normal {
    background-color: rgba(240, 244, 255, 1);
    color: rgba(51, 112, 255, 1);
    border-color: rgba(171, 196, 255, 1);
}

.flunk {
    background-color: rgba(255, 249, 242, 1);
    color: rgba(255, 141, 26, 1);
    border-color: rgba(255, 229, 199, 1);
}

.studentUnitAnalysis_content_box2_bottom_box_right_span2 {
    border: 1px solid #FFE5C7;
    background-color: #FFF9F2;
    color: #FF8D1A;
}

.studentUnitAnalysis_content_box2_bottom_box_right_span3 {
    border: 1px solid #B1EBC9;
    background-color: #F2FCF6;
    color: #4DBD7F;
}
/* 教师个人中心 */

.teacherPersonalCenter {}

.teacherPersonalCenter_top {
    padding: 40px 20px;
    background: linear-gradient(144.02deg, #E3ECFC 0%, #F2F6FE 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teacherPersonalCenter_top_left {
    display: flex;
    align-items: center;
}

.teacherPersonalCenter_top_left_box {
    display: flex;
    flex-direction: column;
}

.teacherPersonalCenter_top_left_img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 20px;
}

.teacherPersonalCenter_top_left_box_span {
    display: flex;
    align-items: center;
}

.teacherPersonalCenter_top_left_box_span_span {
    font-size: 16px;
    color: #333;
    display: inline-block;
    /* width: 120px; */
}

.teacherPersonalCenter_top_left_box_span_span1 {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: #1383F5;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}

.teacherPersonalCenter_top_left_box_span2 {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #8c8c8c;
}

.teacherPersonalCenter_top_right {
    display: flex;
    align-items: center;
}

.teacherPersonalCenter_top_right_icon {
    font-size: 18px;
    color: #1383F5;
    margin-right: 5px;
}

.teacherPersonalCenter_top_right_span {
    font-size: 18px;
    color: #333;
}
.teacherPersonalCenter_box{
    position: relative;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    top:-25px;
}
.teacherPersonalCenter_box_title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.teacherPersonalCenter_box_div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}
.teacherPersonalCenter_box_div_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.teacherPersonalCenter_box_div_box_img{
    width: 70%;
}
.teacherPersonalCenter_box_div_box_span{
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}
.teacherPersonalCenter_Num{
    position: absolute;
    right: 18%;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background-color: #FC6230;
    color: #fff;
}
.teacherPersonalCenter_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 8px;
}
.teacherPersonalCenter_content_box{
    width: 48%;
    position: relative;
}
.teacherPersonalCenter_content_box_img{
    width: 100%;
    border-radius: 10px;
}
.teacherPersonalCenter_content_box_div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}
.teacherPersonalCenter_content_box_div_span{
    font-size: 16px;
    color: #fff;
}
.teacherPersonalCenter_content_box_div_span2{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
}
.teacherPersonalCenter_content_box_div_span3{
    display: inline-block;
    width:20px ;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba( 255, 255, 255, 0.25);
}
.teacherPersonalCenter_content_box_div_span3_icon{
    font-size: 16px;
    color: #fff;
}
.teacherPersonalCenter_logOut{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
    background-color: #fff;
    width: 95%;
    margin: 20px auto 0;
}
.teacherPersonalCenter_logOut_left{
    display: flex;
    align-items: center;
}
.teacherPersonalCenter_logOut_left_span{
    font-size: 14px;
    color: #333;
}
.teacherPersonalCenter_logOut_left_icon{
    font-size: 17px;
    margin-right: 5px;
}
.teacherPersonalCenter_logOut_right{
    color: #999;
    font-size: 17px;
}
.teacherPersonalCenter_box_div_box_tipTop{
    right: 25px;
    top: 3px;
}
/* 考试成绩 */
.personScoreAnalysis {}

.personScoreAnalysis_top {
    width: 100%;
    position: relative;
    margin-bottom: -40px;
}

.personScoreAnalysis_top_img {
    width: 100%;
}

.personScoreAnalysis_top_span {
    display: inline-block;
    background-color: #c9e2fd;
    border: 1px solid #1383F5;
    border-right: none;
    color: #1383F5;
    position: absolute;
    right: 0;
    bottom: 60%;
    border-radius: 25px 0 0 25px;
    padding: 5px 10px;
}

.personScoreAnalysis_top_box {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    position: relative;
    top: -35px;
    border-radius: 10px;
}

.personScoreAnalysis_top_box_title {
    display: flex;
    align-items: center;
}

.personScoreAnalysis_top_box_title_img {
    width: 22px;
    margin-right: 10px;
}

.personScoreAnalysis_top_box_title_span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.personScoreAnalysis_top_box_bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.personScoreAnalysis_top_box_bottom_left {
    display: flex;
    align-items: center;
}

.personScoreAnalysis_top_box_bottom_left_span {
    font-size: 14px;
    color: #595959;
}

.personScoreAnalysis_top_box_bottom_left_span2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.personScoreAnalysis_top_box_bottom_right {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.personScoreAnalysis_top_box_bottom_right_span {
    color: #595959;
}

.personScoreAnalysis_top_box_bottom_right_span2 {
    color: #797979;
}

.personScoreAnalysis_midden {
    width: 90%;
    margin: 0 auto;
}

.personScoreAnalysis_midden_box {
    background-color: #fff;
}

.personScoreAnalysis_midden_box_title {
    background: linear-gradient(128.08deg, #FEF5E9 0%, #FFFDFA 100%);
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    margin-top: 20px;
}

.personScoreAnalysis_midden_box_title_img {
    width: 22px;
    margin-right: 10px;
}

.personScoreAnalysis_midden_box_title_span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.personScoreAnalysis_midden_box_title_div {
    font-size: 14px;
    color: #f17730;
    padding: 5px 10px;
}

.personScoreAnalysis_midden_box_bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.personScoreAnalysis_midden_box_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32.3%;
    padding: 20px 0;
    padding-left: 2%;
    border-bottom: 1px solid #eee;
}

.personScoreAnalysis_midden_box_bottom_box:nth-child(3n) {
    border-right: none;
    padding-right: 0;
}

.personScoreAnalysis_midden_box_bottom_box_span {
    font-size: 14px;
    color: #595959;
}

.personScoreAnalysis_midden_box_bottom_box_span2 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin: 10px 0;
}

.personScoreAnalysis_midden_box_bottom_box_span3 {
    font-size: 12px;
    color: #c8c8c8;

    display: inline-block;
    margin: 0 0 10px;
}

.personScoreAnalysis_midden_box_bottom_box_span4 {
    font-size: 12px;
    color: #c8c8c8;
}

.personScoreAnalysis_midden_box3_content {
    background-color: #fff;
    padding: 10px 5px 0;
}

.personScoreAnalysis_midden_box3_content_box {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #FAFBFF;
    border-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    border-right: 10px;
}

.personScoreAnalysis_midden_box3_content_box_left {
    font-size: 20px;
    font-weight: 700;
    color: #005BB5;
    padding-right: 15px;
    border-right: 1px solid #eee;
    width: 70px;
}

.personScoreAnalysis_midden_box3_content_box_right {
    width: calc(100% - 85px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personScoreAnalysis_midden_box3_content_box_right_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.personScoreAnalysis_midden_box3_content_box_right_box_span {
    font-size: 14px;
    color: #595959;
}

.personScoreAnalysis_midden_box3_content_box_right_box_span1 {
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin-top: 5px;
}

.personScoreAnalysis_content {
    max-height: 350px;
    overflow: auto;
}

.personScoreAnalysis_content_box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.personScoreAnalysis_content_box_disable {
    color: rgba(0, 0, 0, .25) !important;
}

.personScoreAnalysis_content_box:last-child {
    border: none;
}

.personScoreAnalysis_content_box_img {
    width: 25px;
    margin-right: 10px;
}

.personScoreAnalysis_content_box_span {
    width: calc(100% - 35px);
    font-size: 15px;
    color: #333;
}

.personScoreAnalysisPop {
    position: fixed;
    bottom: 20%;
    left: 5%;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    z-index: 9999999;
}

.personScoreAnalysis_midden_box2_content {
    width: 100%;
    height: 350px;
    padding: 0 20px;
}

.personScoreAnalysis_midden_box1_navBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
    background-color: #fff;
}

.personScoreAnalysis_midden_box1_navBox_nav {
    display: inline-block;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 3px 10px;
    margin-right: 10px;
    flex-shrink: 0;
    color: #595959;
}

.personScoreAnalysis_midden_box1_navBox_nav_acitved {
    background-color: #F0F4FF;
    border: 1px solid #3370FF;
    color: #1383F5;
}

.personScoreAnalysis_midden_box_content {}

.personScoreAnalysis_midden_box_content_title {
    padding: 0 0 10px;
    display: flex;
    align-items: center;
}

.personScoreAnalysis_midden_box_content_title_img {
    width: 32px;
}

.personScoreAnalysis_midden_box_content_title_span {
    font-size: 15px;
    color: #333;
    margin-left: 10px;
    display: inline-block;
}

.personScoreAnalysis_midden_box_content_midden {
    padding-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.8;
}

.homeSchoolAlliancePop_2box {
    padding: 0;
    position: relative;
}

.homeSchoolAlliancePop_2box_img {
    width: 100%;
    border-radius: 10px;
}

.homeSchoolAlliancePop_2box_span {
    color: #B70A04;
    font-size: 14px;
    position: absolute;
    top: 41%;
    left: 13%;
    width: 75%;
}   

.personScoreAnalysis_top_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personScoreAnalysis_top_box_top_span {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background: linear-gradient(141.24deg, #FCA232 0%, #FC471E 100%);
    border-radius: 25px;
    font-size: 13px;
}
.personScoreAnalysis_midden_box1_navBox::-webkit-scrollbar{
    display:none
    }