
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {

    max-width: 100%;

    height: auto;

}

.web {
    display: none !important;
}

.content {
    margin-top: 80px;
    background-color: #fff;
    padding-top: 24px;
}

.content_1 {
    display: flex;
    flex-wrap: wrap;
}

.content_1 a {
    color: #000;
}

.content_1 .content_item {
    float: left;

    width: calc(25% - 48px);
    background-color: #f7f7f7;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin: 8px;
    padding: 16px;
}

.content_tab {
    margin: 6px 12px 24px 12px;
}

.content_tab li {
    list-style: none;
    float: left;
    cursor: pointer;
    margin-right: 36px;
}

.content_tab .active {
    color: #DD2910;
}

.content_search {
    display: flex;
    align-items: center;
    width: 100%;
}

.content_search_input {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #dfdfdf;
    border-right: none;
    font-size: 12px;
    outline: none;
    width: 200px;
    height: 18px;
    margin-left: 12px;
}

@media screen and (max-width: 340px) {
    .content_search_input {
        width: auto;
    }
}

.content_1_tb {
    float: left;
    background-color: #d50000;
    font-size: 12px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 80px;
}

.content_2_tb {
    float: left;
    line-height: 30px;
    margin-left: 24px;
    cursor: pointer;
}

.content_2_tb img {
    margin: -5px 0;
}

.content_5_tb {
    float: left;
    line-height: 30px;
    margin-left: 24px;
    color: #d50000;
}

.content_5_tb img {
    margin: -5px 0;
}

.text-blue {
    color: #4372fe;
}

.content_3_tb {
    float: left;
    line-height: 30px;
    margin-left: 24px;
    cursor: pointer;
    background: #dd2910;
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px;
    text-align: center;
}


.text-success {
    color: #04cf67;
}

.content_1 .content_item .content_item_r_title {
    position: relative;
    line-height: 65px;
    color: #b0b0b0;
    overflow: hidden;
}

.content_item_r_checkbox {
    position: absolute;
    left: 0;
    top: 3px;
    display: none;
}


.content_item_r_title span {
    position: absolute;
    right: 0;
}

.content_item_list {
    width: 100%;
}

.content_item_time {
    color: #979797;
    margin-top: 124px;
    font-size: 12px;
    width: 100%;

}

.content_item_l img {
    height: 140px;
    width: 258px;

}

.content_item_time1 {
    color: #979797;
    margin-top: 6px;
    font-size: 12px;
    width: 100%;

}

.cance {
    border: 1px solid #e70012;
    border-radius: 4px;
    font-size: 12px;
    margin: 16px 4px 0;
    padding: 2px 10px;
    color: #e70012;
    bottom: 0;
    float: left;
    line-height: 26px;
}

.cance a {
    color: #e70012;
}

.repair {
    background: #e70012;
    border-radius: 4px;
    float: left;
    font-size: 12px;
    margin: 16px 4px 0;
    padding: 2px 10px;
    color: #fff;
    line-height: 26px;
}

.repair a {
    color: #fff;
}

.content_item_r {
    width: 120px;
    margin: 0 auto;
    font-size: 16px;
}

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

.custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.custom-checkbox:checked + label::before {
    border-color: #f44336;
    background-color: #f44336;
    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-checkbox:focus:not(:checked) + label::before {
    border-color: #c3c3c3;
}

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

.batch {
    display: none;
}

.content_2 {
    padding: 20px 16px;
}

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

.content_2 table tr {
    border-bottom: 1px solid #e0e0e0 !important;
    display: flex;
    font-weight: 200;
    position: relative;
    line-height: 16px;
    padding: 18px 0;
}

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

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

.content_2 table thead th {
    text-align: left;
    padding: 0 10px;
}

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

.content_2 table tbody tr {
    display: flex;
    align-items: center;
}

.content_2 table tbody .td_mobile {
    width: 25px !important;
}

.content_2 table tbody td {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    position: relative;
}

.content_2 table tr .mobile_block {
    padding-left: 3px !important;
    width: 12px !important;
    padding-top: 4px;
}

.content_2 table tbody .tbody_mobile_block {
    width: 20px !important;
    padding: 4px 0 0 0 !important;
}

/*@media screen and (max-width: 450px) {*/
    .content_2 table tr .mobile_block {
        padding-left: 0px !important;
    }
/*}*/

.content_2 table tr td {
    padding: 0 8px;
    width: calc((100% - 80px)/2);
    color: #212121;
    font-weight: 200;
}
.content_2 table tr .check_more {
    width: 80px;
    text-align: right;
}

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

.content_2 table tr th {
    padding: 0 8px;
    width: calc((100% - 80px)/2);
    color: #212121;
    font-weight: 200;
}

.content_2 table tr th:hover {
    color: #212121;
}

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

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

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

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

.custom-checkbox1 + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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%;
}

.custom-checkbox1.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 {
    width: calc(100% - 32px);;
    text-align: right;
    padding: 24px 16px;
    color: #212121;
}

.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;
}

/* 绘制X线条 */
.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);
}

/* 两条线条各向左右分别旋转 45 度*/
.moreMessage_close-x::after {
    transform: rotate(45deg);
}

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