
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {

    max-width: 100%;

    height: auto;

}

.web {
    display: none;
}

.content {
    margin-top: 80px;
    padding: 24px 16px;

}

.content .content_2 table {
    width: 100%;
    color: #212121;
    font-size: 14px;
}

.content .content_2 table tbody {
    line-height: 16px;
}

.content .content_2 table tbody .td_mobile {
    width: 80px !important;
    padding-top: 3px !important;
}

.content .content_2 table tbody td {
    width: calc((100% - 80px)/2);
    text-align: left;
    padding: 18px 10px;
    position: relative;
}

.content_2 table tr .check_more {
    width: 80px !important;
    text-align: right !important;
}

.content_2 table tbody .check_more {
    color: #E70012;
}

.content .content_2 table tr {
    border-bottom: 1px solid #e0e0e0 !important;
    display: flex;
    font-weight: 200;
    align-items: center;
}

.content .content_2 table thead {
    line-height: 16px;
    color: #979797;
}

/*.content .content_2 table thead .residue_time {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: auto;*/
/*}*/

.content .content_2 table thead .th_mobile {
    width: 75px !important;
    padding-left: 0 !important;
}


.content .content_2 table thead th {
    text-align: left;
    padding: 18px 8px;
    width: calc((100% - 80px)/2);

}

.content .content_3 .content_tab {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.content .content_3 .content_tab .active {
    color: #E70012;
}

.content .content_3 .content_tab a {
    color: #979797;
    margin-right: 20px;
}

.content .content_3 .content_search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.content .content_3 .content_search .content_search_input {
    line-height: 30px;
    outline: none;
    border: 1px solid #DFDFDF;
    padding: 0 6px;
    font-size: 12px;
    margin-top: 20px;
    width: calc(100% - 88px);
}

.content .content_3 .content_search .content_1_tb {
    line-height: 30px;
    background: #dd2910;
    color: #fff;
    padding: 0px 6px;
    text-align: center;
    margin-top: 20px;
    width: 56px;
    font-size: 12px;
}

.content .content_3 .content_search .content_3_tb {
    line-height: 30px;
    background: #dd2910;
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px;
    text-align: center;
    margin: 16px 12px 0 0;
    font-size: 12px;
}


.custom-checkbox1 {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox1 + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.custom-checkbox1 + label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #c3c3c3;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.circle + label::before {
    border-radius: 100%;
}

.custom-checkbox1:checked + label::before {
    border-color: black;
    background-color: black;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.custom-checkbox1:focus:not(:checked) + label::before {
    border-color: #c3c3c3;
}

.custom-checkbox1:disabled + label::before {
    background-color: black;
}

.page {
    padding: 24px 16px;
}

.page .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page .pagination li {
    line-height: 36px;
    min-width: 20px;
    text-align: center;
}

.page_select {
    line-height: 36px;
    height: 36px;
    border: #c8c8c8 1px solid;
    border-radius: 4px;
}

.page .pagination li input {
    line-height: 36px;
    height: 36px;
    border: #c8c8c8 1px solid;
    border-radius: 4px;
    margin: 0 10px;
    width: 40px;
}

.mobile_more {
    display: none;
}

.moreMessage_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
}

.moreMessage {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: calc(100% - 64px);
    padding: 20px 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 100001;
    transform: translate(-50%, -50%);

}

.moreMessage .title {
    font-size: 16px;
    line-height: 16px;
}

.moreMessage .item {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    margin-top: 20px;
}

.moreMessage .item .item_title {
    color: #666666;
    width: 84px;
}

.moreMessage_close-x {
    float: right;
    --btn-size: 16px;
    --btn-x-size: 2px;
    --color: #000;
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.moreMessage_close-x::after, .moreMessage_close-x::before {
    content: "";
    position: absolute;
    width: var(--btn-x-size);
    height: var(--btn-size);
    background-color: var(--color);
    border-radius: calc(var(--btn-x-size) / 2);
}

.moreMessage_close-x::after {
    transform: rotate(45deg);
}

.moreMessage_close-x::before {
    transform: rotate(-45deg);
}


.imgShow_lable_item {
    float: left;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 9px 10px 0;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
}

    .imgShow_lable_item b {
        line-height: 30px;
    }

    .imgShow_lable_item p {
        font-size: 12px;
        line-height: 16px;
        color: #FFB800
    }

.imgShow_lable_items {
    padding: 16px;
    height: 32px;
    cursor: pointer;
    width: 105px;
    float: left;
    color: #979797;
    border-radius: 4px;
    border: 1px solid #979797;
    font-size: 12px;
    margin: 6px;
}

.content_3_bottom_r {
    float: left;
    font-size: 12px;
    color: #DD2910;
    height: 80px;
    padding-right: 124px;
    font-weight: bold;
}

.content_3_bottom_btn {
    position: absolute;
    top: 16px;
    right: 0;
    background: #DD2910;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    height: 36px;
    cursor: pointer;
}

.imgShow_lable_items img {
    float: left;
    margin-right: 8px;
}

.imgShow_lable .active {
    position: relative;
    right: 0;
    bottom: 0;
    border: #E70012 1px solid;
    color: #E70012;
}

    .imgShow_lable .active:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        border: 8px solid #E70012;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .imgShow_lable .active:after {
        content: "";
        width: 3px;
        height: 7px;
        position: absolute;
        right: 2px;
        bottom: 3px;
        border: 1px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(38deg);
    }