.headers_wrap {
    background: #fff;
}

.big_title {
    margin-top: 80px;
    width: 100%;
    height: 96px;
    background: url(../imgs/header/public.jpg) no-repeat center/cover;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: rgba(0, 121, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_wrap {
    width: 100%;
    overflow: hidden;
    background: #F5F6F9;
}

.text_wrap .text_box {
    width: 1200px;
    margin: 32px auto;
    background: #FFFFFF;
    padding: 96px 100px;
}

.text_wrap .text_box .title {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: SegoeUI-Bold;
    color: #333333;
    line-height: 24px;
}


.text_wrap .text_box .top_table {
    width: 100%;
    border-top: 1px solid #EBEDF0;
    border-left: 1px solid #EBEDF0;
    margin-top: 12px;
    margin-bottom: 56px;
}

.text_wrap .text_box .top_table tr {
    display: flex;
    align-items: center;
}

.text_wrap .text_box .top_table tr td {
    border-right: 1px solid #EBEDF0;
    border-bottom: 1px solid #EBEDF0;
    min-height: 56px;
}

.text_wrap .text_box .top_table tr td:nth-of-type(1) {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-family: SegoeUI;
    color: #333333;
}

.text_wrap .text_box .top_table tr td:nth-of-type(2) {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.text_wrap .text_box .top_table tr td .link {
    white-space: nowrap;
    height: 16px;
    font-size: 12px;
    font-family: SegoeUI;
    color: #E88E00;
    line-height: 16px;
    cursor: pointer;
    text-decoration: underline;
}

.text_wrap .text_box .top_table tr td .item {
    width: 116px;
    height: 28px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 12px;
    font-family: SegoeUI;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    box-sizing: border-box;
}

.text_wrap .text_box .top_table tr td .item:hover {
    background: #F5F7F9;
    color: #333333;
}

.text_wrap .text_box .top_table tr td .item.active {
    background: #F5F7F9;
    color: #333333;
    border: 1px solid #EBEDF0;
}

.text_wrap .text_box .bottom_table {
    width: 100%;
    border-top: 1px solid #EBEDF0;
    border-left: 1px solid #EBEDF0;
    margin-top: 12px;
}

.text_wrap .text_box .bottom_table tr td {
    border-right: 1px solid #EBEDF0;
    border-bottom: 1px solid #EBEDF0;
}

.text_wrap .text_box .bottom_table thead {
    width: 100%;
    height: 48px;
    background: #F1F8FF;
    border: 1px solid #EBEDF0;
}

.text_wrap .text_box .bottom_table thead td {
    height: 100%;
    font-size: 12px;
    font-family: SegoeUI;
    color: #333333;
    text-align: center;
}

.text_wrap .text_box .bottom_table tbody td {
    width: 70px;
    height: 38px;
    font-size: 12px;
    font-family: SegoeUI;
    text-align: center;
    color: #333333;
}

.text_wrap .text_box .bottom_table tbody td .no {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #D8D8D8;
    display: inline-block;
}

.text_wrap .text_box .bottom_table tbody td .yes {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    display: inline-block;
    background: #19B122;
}

.text_wrap .text_box .bottom_table tbody td .link {
    height: 16px;
    font-size: 12px;
    font-family: SegoeUI;
    color: #333333;
    line-height: 16px;
    transition: all .3s;
    cursor: pointer;
}

.text_wrap .text_box .bottom_table tbody td .link:hover {
    color: #0079FF;
    text-decoration: underline;
}