.main {
    min-height: 600px;
}

.main_content {
    min-width: 990px;
    width: auto !important;
}

.schedule_top_item {
    text-align: center;
    font-size: 28px;
    color: #30549a;
}

.schedule_child_item {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.schedule_child {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.schedule_number {
    background-color: #a8c0ee;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: white;
    border-radius: 10px;
    margin-bottom: 7px;
}

.schedule_child span {
    font-size: 15px;
    position: absolute;
    width: 130px;
    top: 65px;
}

.schedule_main_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}


.schedule_main_item {
    display: none;
    margin: 0 auto;
    position: fixed;
    width: 1200px;
    padding: 50px 150px;
    padding-top: 40px;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: white;
    border-radius: 15px;
    padding-bottom: 20px;       
}

.schedule_detail_title {
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
}

.schedule_line_item {
    height: 3px;
    background: #dadada;
    position: absolute;
    top: 145px;
    left: 150px;
    z-index: -1;
}

.schedule_line {
    background: #4CAF50;
    height: 100%;
    width: 0%;
}

.schedule_detail_main {
    margin-top: 30px;
}

.schedule_detail_main_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

/* .schedule_detail_child {
    padding: 10px 10px 10px 10px;
    min-width:calc((100% - 10px) /3)
} */



.close_btn {
    position: relative;
    text-align: center;
    padding: 8px 0px;
}


.close_btn span {
    background: #30549a;
    padding: 8px 35px;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}

.close_btn span:hover {
    background: #30549ade;
}



.table_div {
    width: 1000px;
    padding: 10px;
    margin: 0 auto;

}

.div_clear {
    clear: both;
}


.table_content {
    margin-top: 20px;
}

.table_foot {
    margin-top: 30px;
}

.table_content table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    font-size: 12px;
}

.school_table thead {
    background: #fafafa;
}


.table_content table th {
    border-collapse: collapse;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}


.school_table tbody tr:nth-child(odd) {
    background-color: white;
}

.table_content table td {
    padding: 13px;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
}

.table_content table tr th:nth-child(1) {
    width: 10%;
}

.table_content table tr th:nth-child(2) {
    width: 10%;
}
.table_content table tr th:nth-child(3) {
    width: 10%;
}
.table_content table tr th:nth-child(4) {
    width: 10%;
}
.table_content table tr th:nth-child(5) {
    width: 10%;
}
.table_content table tr th:nth-child(6) {
    width: 10%;
}

.table_content table tr th:nth-child(7) {
    width: 10%;
}

.table_content table tr th:nth-child(8) {
    width: 10%;
}

.school_table thead {
    background: #fafafa;
}

.school_table tbody tr:nth-child(odd) {
    background-color: white;
}

.school_table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.detail_btn {
    border: 1px solid #0748a6;
    border-radius: 5px;
    padding: 7px;
    margin: 0px 5px;
    cursor: pointer;
    color: #0748a6;
}

.detail_btn:hover {
    background-color: #0748a6;
    color: white;
}

.schedule_detail_content {
    margin: 50px 160px;
    padding: 0 20px;
    font-size: 16px;
    padding-top: 15px;
    border-top: 1px solid #00000026;
}

.schedule_detail_child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.schedule_detail_child.finish:hover {
    color: #4CAF50;
    cursor: default;
}

.schedule_detail_child.notfinish:hover {
    color: #a2a2a2;
    cursor: default;
}

.schedule_name {
    display: flex;
    align-items: center;
    min-width: 170px
}

.schedule_time {
    min-width: 158px;
    text-align: center;
}

.schedule_name_img {
    width: 18px;
    margin-right: 5px;

}

.tip_info {
    text-align: center;
    margin-top: 20px;
}

.offer_file {
    color: #30549a;
    font-size: 17px;
}

.schedule_file {
    margin: 0 5px;
    padding: 0px 5px;
    font-size: 17px;
    border-bottom: 2px solid;
    display: inline-block;
}

.schedule_file:hover {
    color: red;
}

.offer_file .schedule_time {
    text-align: right;
}

.schedule_top_item {
    position: relative;
    font-size: 2rem;
}

.schedule_type_box {
    position: absolute;
    display: flex;
    bottom: 0;
    font-size: 20px;
    color: #000;
}

.this_schedule_type {
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #30549a85;
    border-radius: 5px;
    padding: 5px;
}

.schedule_type_tip {
    margin-right: 5px;
}

.notes_td {
    max-width: 180px;
}