@charset "utf-8";
/* haoyun 2022/11/15 */
@media only screen and (max-width: 768px) {
    .month_filterWrap {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 15px 3px;
        border-bottom: 6px solid #f5f5f5;
    }

    .month_filterWrap > a {
        display: inline-block;
        width: 30%;
        height: 36px;
        background: #F6F6F6;
        border-radius: 6px;
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
        font-weight: 400;
        margin: 0 5% 12px 0;
        line-height: 36px;
    }

    .month_filterWrap > a:nth-child(3n) {
        margin-right: 0;
    }

    .month_filterWrap > a.on {
        background: #F2F9FF;
        border: 1px solid #2892FF;
        box-sizing: border-box;
        color: rgba(0, 0, 0, .8);
    }

    .month_filterWrap > a.on::before {
        display: none;
    }

    .author_chooseLine {
        padding: 30px 15px 15px;
    }

    .author_chooseLine div:first-child {
        width: 28%;
    }

    .author_chooseLine div:nth-child(2) {
        text-align: right;
    }

    .author_chooseLine div:nth-child(2) a {
        font-weight: 400;
        color: #2892FF;
        font-size: 14px;
    }

    .author_chooseLine div:last-child {
        display: flex;
        margin-top: 12px;
    }

    .fill_text {
        height: 36px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 6px;
        padding: 0 7px;
        box-sizing: border-box;
        flex: 1;
        margin-right: 12px;
        font-size: 14px;
    }

    .fill_text::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .4);
    }

    .fll_select {
        height: 36px;
        background: rgba(0, 0, 0, .06);
        border-radius: 6px;
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
        border: none;
        padding: 0 7px;
        width: 100%;
    }

    .btn_s3 {
        width: 19.2%;
        height: 36px;
        background: linear-gradient(90deg, #53C3FF, #36B9FF);
        border-radius: 6px;
        line-height: 36px;
        font-size: 14px;
        border: none;
    }

    .normalTable {
        border: 1px solid #ddd;
    }

    .normalTable thead tr {
        height: 36px;
        background: #F2F9FF;
        border-bottom: 1px solid #DDD;
    }

    .normalTable th {
        background: transparent;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding: 0;
        white-space: nowrap;
    }

    .author_resultWrap {
        padding: 0;
        overflow-x: auto;
    }

    .author_resultWrap .normalTable td {
        font-size: 10px;
        color: rgba(0, 0, 0, .8);
        border-bottom: none;
        padding: 0 5px;
        white-space: nowrap;
    }

    .author_resultWrap .normalTable tbody tr {
        border-bottom: 1px solid #ddd;
    }

    .author_resultWrap .normalTable tbody tr:last-child {
        border-bottom: none;
    }

    #bill_fee {
        color: #FF7627;
        opacity: .8;
    }

    .f_green1 {
        color: #2892FF;
        opacity: .8;
    }

    .f_orange2 {
        color: #F3513B;
        opacity: .8;
    }

    .jp-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        float: initial;
        padding: 21px 0 30px;
    }

    .jp-holder {
        margin: 0 0 15px;
        float: initial;
    }

    .jp-text {
        float: initial;
        padding: 0;
        margin: 0;
    }

    .jp-holder a {
        height: 27px;
        background: #F6F6F6 !important;
        border-radius: 5px;
        border: none;
        font-size: 12px;
        color: rgba(0, 0, 0, .2) !important;
        line-height: 27px;
        padding: 0 11px;
        margin: 0 6px;
    }

    .jp-holder a.jp-previous, .jp-holder a.jp-next, .jp-holder a.jp-first, .jp-holder a.jp-last {
        border: none;
    }

    .jp-holder a.jp-next {
        margin-right: 6px;
    }

    .jp-holder .jp-current {
        background: #fff !important;
        border: 1px solid #2892FF !important;
        box-sizing: border-box;
        color: #2892FF !important;
        font-weight: 400 !important;
    }

    .jp-holder .jp-last, .jp-holder .jp-next {
        background: #FFFFFF !important;
        border: 1px solid #DDDDDD !important;
        color: rgba(0, 0, 0, .8) !important;
    }

    .jp-text {
        font-size: 12px;
        color: #000;
        line-height: 27px;
    }

    .jp-input {
        height: 27px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 0 5px;
    }

    .jp-text .btn {
        height: 27px;
        line-height: 27px;
        background: #FFFFFF;
        border: 1px solid #2892FF;
        border-radius: 5px;
        font-weight: 400;
        color: #2892FF;
        font-size: 12px;
        padding: 0 10px;
        margin-left: 15px;
    }

    .normalTable th:nth-child(3) {
        width: 23%;
    }

    .normalTable th:nth-child(4) {
        width: 13%;
    }

    .btn_s3 {
        background: linear-gradient(90deg, #53C3FF, #36B9FF);
        border-radius: 6px;
    }
}
