/**
 * @Date: 2021-04-29 16:58:16
 * @Description: 闁告艾瀚柌婊兾熼垾铏仴闁哄秴鍢茬槐锟� 闁告牕鎳忕�氼厽锛冮弽顓滐拷澶愭晬瀹�锟藉▍銉ㄣ亹閺団偓锟藉绮甸敓锟�
 */
.old>p {
    color: red;
}

html,
body {
    height: 100%;
}

.inner {
    padding: 0 140px;
}



/* 1濡絾鐗犻妴锟� */
.crap {
    height: 100%;
}

.index_box {
    height: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}

.header {
    height: 66px;
    background: rgba(29, 87, 170, 0.91);
    box-sizing: border-box;
    overflow: hidden;
}

.header_left {
    display: flex;
    align-items: center;
    height: 100%;
    float: left;
}

.main_title {
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
}

.header_right {
    float: right;
}

.index_box .header_right a {
    display: inline-block;
    width: 160px;
    height: 100%;
    background: #4285E5;
    line-height: 66px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 2px 4px #2461B8;
    font-size: 16px;
}

.index_box .header_right a:hover {
    background: rgba(66, 133, 229, 0.8);
}

.index_content {
    position: absolute;
    bottom: 183px;
    left: -10px;

}

p.time_info {
    font-weight: bold;
    color: #5B5B5B;
    font-size: 16px;
    letter-spacing: 1px;
}

i.icon_date {
    width: 20px;
    height: 19px;
    background: url(../images/date.png) no-repeat;
    margin-right: 10px;
    margin-top: -6px;
}

button.goLogin {
    padding: 19px 66px;
    background: #4285E5;
    border-radius: 11px;
    border: none;
    text-shadow: 0px 2px 4px #2461B8;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 60px;
    font-size: 16px;
    cursor: pointer;
}

@media (min-width:1400px) {
    .index_box .header_right a {
        font-size: 18px !important;
    }

    .index_box {
        background-position-y: bottom;
    }

    div.index_content {
        top: 470px;
        left: 65px;
    }

    p.time_info {
        font-size: 21px;
    }

    button.goLogin {
        font-size: 21px;
        padding: 25px 66px;
    }

    .header {
        height: 88px;
    }

    img.logo {
        width: 37px;
    }

    h1.main_title {
        font-size: 27px;
    }

}

/* 2闁谎嗩嚙缂嶅秵銇勯敓锟� */
.header_right a {
    line-height: 66px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
}


.path ul li {
    display: inline-block;
    padding: 10px 0;
    color: #A1A1A1;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}

.login_content {
    padding: 0 200px;
}

.path ul li a {
    color: #1D57AA;
}

.path ul li span {
    color: #A1A1A1;
}

.form_title {
    text-align: center;
    margin-bottom: 10px;
}

.form_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
}

.form_box {
    margin-top: 50px;
}

.form_cont {
    text-align: center;
}

.form_table {
    display: inline-block;
    margin-left: -150px;
}

.form_table tr td {
    padding: 10px;
    text-align: left;
    font-weight: bold;
    color: #525252;
    font-size: 14px;
    box-sizing: border-box;
}

.form_table tr td:first-child {
    text-align: right;
    width: 200px;
}

input.form_input {
    display: inline-block;
    width: 300px;
    height: 40px;
/*     background: #f5f5f5;
 */     
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    padding-left: 10px;
    box-sizing: border-box;
}

.mark_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mark {
    width: 60% !important;
}

.mark_img {
    max-width: 35%;
}

.btns_group {
    text-align: center;
}

button.Login {
    margin-top: 40px;
    width: 300px;
    height: 46px;
    background: #1D57AA;
    border-radius: 4px;
    margin: auto;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px 0;
    cursor: pointer;
}

a.forgetPassword {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.footer {
    width: 100%;
    height: 60px;
    background: #F4F4F4;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 60px;
    color: #999999;
    font-size: 12px;
}

.login_box .footer,
.fill_zhiyuan_box .footer {
    position: fixed;
}

@media (min-width:1400px) {
    .header_right a {
        font-size: 16px !important;
        line-height: 88px !important;
    }

    .path ul li {
        font-size: 14px;
    }

    .form_table tr td {
        font-size: 16px;
    }


    button.Login {
        width: 360px;
    }

    .form_title h2 {
        font-size: 24px;
    }

    a.forgetPassword {
        font-size: 16px;
    }
}

/* 3闁兼澘鍟伴弫鎾寸▔婵犳哎锟斤拷 */
.user_info_box {
    background: #F4F4F4;
}

a.exit {
    color: #E0EDFF;
    margin-left: 35px;
}

.info_content {
    height: calc(100% - 66px);
    padding: 20px 140px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_menu {
    height: 100%;
    width: 200px;
    background-color: #FFFFFF;
}


.left_menu ul li {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0 20px;
    line-height: 50px;
    box-sizing: border-box;
    cursor: pointer;
}

.left_menu ul li:hover span.line {
    display: block;
}

.left_menu ul li:hover a {
    color: #1D57AA;
}

.left_menu ul li:hover {
    background-color: #EDF5FF;
}

.left_menu ul li a {
    font-size: 16px;
    color: #323232;
}

.left_menu ul li.now {
    background-color: #EDF5FF;
}

.left_menu ul li.now a {
    color: #1D57AA;
    font-weight: bold;
}

.left_menu ul li.now span.line {
    display: block;
}

span.line {
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 100%;
    background: #1D57AA;
    left: 0;
    top: 0;
    display: none;
}

.left_menu ul li i.icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    margin-top: -2px;
    margin-right: 10px;
}

i.icon_home {
    background: url(../images/home.png);
}

i.icon_user {
    background: url(../images/user.png);
}

i.icon_zhiyuan {
    background: url(../images/zhiyuan.png);
}

i.icon_changePassword {
    background: url(../images/password.png);
}

i.icon_exit {
    background: url(../images/exit.png);
}

.right_content {
    height: 100%;
    width: calc(100% - 220px);
    position: relative;
}

.pageWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mainIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 1400px) {
    .info_content {
        height: calc(100% - 88px);
    }
}

/* 4闂侇偄顦扮�氥劏绠涘Δ浣稿Ы闁逛絻顫夐锟� */
.zhiyuan_box {
    margin-bottom: 20px;
}

.state_box {
    width: 100%;
    padding: 40px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 0.5);
}

.state_box ul {
    display: flex;
    align-items: center;
}

.state_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    position: relative;
}

.state_box ul li i.icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
}

i.icon-fill {
    background: url(../images/fill_no.png);
}

.state_yes i.icon-fill {
    background: url(../images/fill_yes.png);
}

i.icon-confirm {
    background: url(../images/qr_no.png);
}

.state_yes i.icon-confirm {
    background: url(../images/qr_yes.png);
}

i.icon-print {
    background: url(../images/print_no.png);
}

.state_yes i.icon-print {
    background: url(../images/print_yes.png);
}

p.state_text {
    margin-left: 15px;
    display: inline-block;
}

p.state_text span {
    display: block;
    color: #B3B3B3;
}

span.text_info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.state_yes span.text_info {
    color: #3C8BEC;
}

span.text_describe {
    font-size: 12px;
    color: #B6B6B6;
}

span.border_line {
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #ECECEC;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

.info_head {
    height: 50px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

h2.info_title {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    border-bottom: 8px solid ;
    border-bottom-color:rgba(59, 152, 252, 0.26);
    line-height: 3px;
    margin: 0;
    display: inline-block;
}

.links {
    text-align: right;
    margin-bottom: 10px;
}

.links a:first-child {
    margin-right: 2px;
}

.links button {
    background: #50BC93;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;

    padding: 9px 16px;
}
.links button i{
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
i.icon-eyes{
    width: 14px;
    height: 9px;
    background: url(../images/eye.png) no-repeat;
}
i.icon-download{
    width: 14px;
    height: 14px;
    background: url(../images/download.png) no-repeat;
}
.links button:last-child {
    margin-right: 0;
}

.info_list .info_item {
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 0.5);
    display: flex;
    align-items: center;
    padding: 0 50px 0 15px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.info_table_box {
    justify-content: center;
}

.infoTable {
    width: 100%;
}

.infoTable tr:nth-child(2) td {
    padding: 10px 0;
    /* min-width: auto; */
}
.infoTable tr:nth-child(4) td {
    padding-top: 10px;
    /* min-width: auto; */
}

.infoTable tr td {
    font-size: 14px;
    min-width: 100px;
}

.infoTable tr td:nth-child(odd) {
    min-width: 80px;
    text-align: right;
}

.infoTable tr td span {
    font-weight: 500;
    color: #666666;
}

.infoTable tr td b {
    font-weight: bold;
    color: #323232;
}

.info_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_item .item_left {
    display: flex;
    align-items: center;
}

.square {
    width: 60px;
    height: 60px;
    background: #bad6f9;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;

}

.item_right button.btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 14px;
}

.item_right button.fill_yes {
    background: #FFFFFF;
    border: 1px solid #979797;
    color: #999999;
}

.item_right button.fill_no {
    color: #FFFFFF;
    background: #1D57AA;
    border: 1px solid #1D57AA;
}

h3.item_name {
    font-weight: bold;
    color: #323232;
    font-size: 18px;
    margin-bottom: 6px;
}

p.item_state {
    font-weight: 400;
    color: #999999;
    font-size: 14px;
}

.item_state a {
    margin-left: 10px;
    margin-right: 50px;
}

a.item_state_no,
a.print_no {
    color: #3C8BEC;
    text-decoration: underline;

}

a.item_state_yes,
a.print_yes {
    color: #666666;
    cursor: default;
}

p.item_state span span {
    margin-left: 10px;
}

@media (min-width: 1400px) {
    .zhiyuan_box {
        padding-bottom: 80px;
    }

    .infoTable tr td {
        font-size: 16px;
    }

    .infoTable tr td:nth-child(odd) {
        min-width: 100px;
    }
}


/* 5濠靛鍋呮慨銈堢疀濡や礁濮絖C */
.zhiyuanTable {
    width: 100%;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
}

.zhiyuanTable thead td {
    background: #F5F5F5;
    color: #666666;
    height: 33px;
}

.zhiyuanTable td {
    border-left: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    color: #C6C6C6;
    font-size: 14px;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
    color: #666666;
    position: relative;
    height: 25px;
}

.zhiyuanTable td button.empty {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #5bc0de;
    border-color: #46b8da;
    border: none;
}

i.icon-empty {
    width: 16px;
    height: 16px;
    background: url(../images/empty.png) no-repeat;
    margin-right: 4px;
    margin-top: -3px;
}

.zysz {
    height: 100%;
    width: 98%;
    text-align: left;
    vertical-align: middle;
    font: 13.3333px Arial;
    font-weight: normal;
    color: black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 3px;
}

input.select_school {
    width: 92%;
    height: 100%;
    background: #FFFFFF;
  /**  border-radius: 3px;
    border: 1px solid #D5D5D5;**/
    padding-left: 10px;
    color: #333333;
    cursor: default;
}

input.select_major {
    border: none;
    width: 100%;
    height: 100%;
    text-align-last: center;
    cursor: pointer;
}

b.num {
    font-weight: bold;
    color: #666666;
    position: absolute;
    left: 15px;
    top: 5px;
}

.has_major select {
    /* 鐎瑰憡鐓￠敓钘夘槹鐎氥劍绋夐幘鑼懝 */
    color: #000000;
    cursor: default;
}

.no_major input {
    color: #C6C6C6;
}

span.notice {
    position: absolute;
    display: none;
    font-weight: 400;
    color: #C6C6C6;
    font-size: 14px;
    left: 40px;
    top: 5px;
}

.no_major span.notice {
    display: block;
}

.radio_box {
    width: 60px;
    margin: 10px auto;
}

.btns_group .btn {
    color: #FFFFFF;
    font-size: 14px;
    width: 80px;
    height: 36px;
    background: #1D57AA;
    border-radius: 4px;
    cursor: pointer;
}

.zhiyuan_table_box {
    margin-bottom: 30px;
}

button.btn_exit {
    background: #eab26b !important;
    margin-left: 40px;
}

.info_box:last-child {
    margin-bottom: 100px;
}

.volunteer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.volunteer_list .info_item {
    width: calc(50% - 5px);
    padding-left: 20px;
    padding-right: 15px;
}

.volunteer_list .info_item.fill_no .square {
    color: #B3B3B3;
    background: #DBDBDB;
}

.volunteer_list .info_item.fill_yes .square {
    color: #FFFFFF;
    background: #50BC93;
}

.info_item.fill_yes .item_right button {
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #979797;
    color: #999999;
}

.info_item.fill_no .item_right button {
    background: #1D57AA;
    border-color: #1D57AA;
    color: #fff;
}

/* 5_1闂侇偄顦扮�氥劎锟芥冻闄勯悧搴☆嚕閻熸澘姣夋俊妤嬫嫹 */

.open_school {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 15px 30px;
}

span.msg {
    font-weight: 400;
    color: #969696;
    font-size: 12px;
    margin-left: 10px;
}

input.search_input {
    width: 200px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C2C2C2;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

input.search_input:focus {
    box-shadow: 0px 2px 4px 0px rgba(201, 225, 253, 0.71);
    border: 1px solid #4190F0;
}

i.icon_search {
    width: 13px;
    height: 13px;
    background: url(../images/search.png) no-repeat;
    margin-right: 5px;
    margin-top: -2px;
}

button.searchBtn {
    width: 80px;
    height: 32px;
    background: #43C78F;
    border-radius: 3px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-left: 10px;
}

.school_list {
    margin-top: 15px;
	/*height: 75%;*/    
    overflow-y: auto;
}

.school_table {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
}

.school_table thead td {
    height: 30px;
    font-weight: 400;
    color: #7E7E7E;
    background: #F2F2F2;
}

.school_table td {
    height: 46px;
    background: #fff;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    font-weight: 400;
    color: #323232;
    text-align: center;
    font-size: 14px;
}

button.select_btn {
    padding: 6px 12px;
    background: #1D57AA;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

button.sc_btn {
    padding: 6px 12px;
    background: #f9bf79;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.page {
    position: absolute;
    right: 20px;
    padding-top: 20px;
   /*bottom: 10px;*/ 
}

.page ul li {
    float: left;
    margin-right: 8px;
    cursor: pointer;
}

.page ul li span {
    line-height: 35px;
    color: #666666;
}

.page ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
}

.page ul li.active a {
    background: #1D57AA;
    color: #fff;
}

.page ul li a:hover {
    background: #1D57AA;
    color: #fff;
}

i.icon_guanbi {
    width: 13px;
    height: 13px;
    background: url(../images/closeWindow.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media (min-width:1400px) {
    .page {
        bottom: 20px;
    }

    .school_list {
        height: 80%;
    }
}


/* 6闁哄被鍎冲﹢鍛扮疀濡や礁濮� */
.baseInfo {
    margin-bottom: 30px;
}

.baseInfo_table_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 2px rgba(184, 184, 184, 0.5);
    padding: 20px;
}

table.baseInfoTable {
    width: 100%;
    table-layout: fixed;
}

table.baseInfoTable td {
    padding: 10px;
    font-size: 14px;
}

table.baseInfoTable td span {
    font-weight: 500;
    color: #666666;
}

table.baseInfoTable td b {
    font-weight: bold;
    color: #333333;
    margin-left: 5px;
    margin-right: 0px;
}

span.noFill {
    color: #C6C6C6;
    font-weight: normal;
}