
    a, button, input {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    html {
        background: #fff;
    }

    body {
        margin: 0px;
    }

    table {
        width: 100%;
    }

    thead tr:first-child {
         
        color: #fff;
        font-weight: normal;
        border-bottom: #fff 1px solid;
        font-size: 14px;
    }

    tr th:first-child {
        width: 30%;
        border-right: #fff 1px solid;
        /* border-radius: 10px 0px 0px 0px; */
    }

    tr th:last-child {
        width: 13%;
        border-left: #fff 1px solid;
        /* border-radius: 0px 10px 0px 0px; */
    }

    tbody tr {
        color: #333;
    }

    tbody tr:nth-child(2n+1) {
        background: #ededed;
    }

    tbody tr:nth-child(2n) {
        background: #ededed;
    }
    tr th:nth-child(2) {
        width: 36%;
        border-right: #fff 1px solid;
    }
    tr th:nth-child(3) {
        width: 20%;
        /* border-right: #fff 1px solid; */
    }
    tr th:nth-child(4) {
        width: 20%;
        /* border-right: #fff 1px solid; */
    }
    tr td:nth-child(2){
         border-right: #fff 1px solid;
    }
    tr td{
        border-bottom: #fff 1px solid;
    }
    td a {
        color: #fc4b3d;
        text-decoration: none;
    }
    td:nth-child(4) a {
        display:block;
        color: #2bbffb;
        text-decoration: none;
    }
    th {
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #8d8e8f;
    }

    td {
        font-size: 12px;
        text-align: center;
        height: 45px;
        line-height: 45px;
    }

    tr td:first-child {
        width: 20%;
        border-right: #fff 1px solid;
    }

    tr td:last-child {
        width: 30%;
        border-left: #fff 1px solid;
    }
.content a:nth-child(3){
    flex: 1;
    background: none !important;
}
.status{
    color:red;
} 
.status::before{
    content:'￥';

}  
.status_1 {
    color: #2bbffb;
}
.status_2 {
    color: #ff5565;
}
.status_3 {
    color: #fe9c2d;
}
.status_4 {
    color: #a5a5a5;
}    
.top {
    display: none;
    width: 40px;
    background: #fbfbfb url(../images/icon/to_top.png) no-repeat center;
    background-size: 19px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px #7e7e7e solid;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 99;
}


 tr td:first-child {
        width: 70%;
        border-right: #fff 1px solid;
    }

    tr td:last-child {
        width: 30%;
        border-left: #fff 1px solid;
    }
    td a {
    color: #55abff;
    text-decoration: none;
    display: block;
}
td {
    font-size: 14px !important;
}

input.lastTime {
    display: block;
    height: 22px;
    margin: 0;
    padding: 18px 0;
    border: none;
    text-align: center;
    color: #6cf !important;
}