.pc-show {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

.nvironmentaHeader img {
    width: 100%;
}

.commonMain {
    width: 87.5%;
    margin: 0 auto;
    font-size: 20px;
}


.title {
    font-size: 40px;
    text-align: center;
    margin: 3.125vw 0 4.16vw 0;
}

.search {
    width: 70%;
    margin: 0 auto;
}


.searchInputBox {
    width: 100%;
}


.search-input {
    width: 65%;
    height: 60px;
    border: 1px solid #AEAEAE;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.searchInputBox img {
    width: 28px;
    height: 28px;
    margin: 0 10px;
}

.search-input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
}

.con-table {
    margin: 70px 0 0 0;
    min-height: 400px;
}

.con-table thead {
    background-color: rgb(196, 196, 196);
}

.con-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.con-table table tr td a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #2D2D2D;
    color: #2D2D2D;
    margin-left: 4px;
}

.con-table table tr {
    border-bottom: 1px solid rgb(196, 196, 196);
}

.con-table table tr td a:hover {
    color: #fff;
    border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0);
}

.con-table table tr th {
    vertical-align: middle;
    /* 垂直居中 */
    height: 80px;
    text-align: center;
    color: #2D2D2D;
}

.con-table table tr td {
    vertical-align: middle;
    /* 垂直居中 */
    height: 80px;
    text-align: center;
    color: #7e7e7e;
}

.con-table table tr td:nth-child(1) {
    color: #2D2D2D;
}

.currently {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.isSearch {
    display: none;
}

.public-pagination {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
    padding: 30px 0;
}

.public-pagination img {

    cursor: pointer;
}

.public-pagination .num {
    display: flex;
    align-items: baseline;
    font-size: 24px;
}


.public-pagination .current {
    color: rgb(204, 0, 0);

}

.public-pagination em {
    color: #1C1B1B;
    margin: 0 5px;
}

.public-pagination .total {
    color: #1C1B1B;
}

.public-pagination .current {
    font-size: 40px;
}


@media (max-width: 860px) {
    .pc-show {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .commonMain {
        font-size: 13px;
    }

    .con-table table tr th:nth-child(3),
    .con-table table tr td:nth-child(3),
    .con-table table tr th:nth-child(4),
    .con-table table tr td:nth-child(4),
    .con-table table tr th:nth-child(5),
    .con-table table tr td:nth-child(5) {
        display: none;
    }

    .title {
        font-size: 20px;
        margin: 31px 0 28px 0;
    }

    .con-table {
        margin: 27px 0 0 0;
    }

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

    .search-input {
        width: 100%;
        height: 40px;
    }

    .search-input input {
        font-size: 14px;
    }

    .searchInputBox img {
        width: 16px;
        height: 16px;

    }

    .searchBut {
        width: 70px;
        height: 30px;
        line-height: 30px;
        background-color: rgb(204, 0, 0);
        color: #fff;
        border-radius: 5px;
        margin-left: 10px;
        text-align: center;
    }

    .con-table table tr th,
    .con-table table tr td {
        height: 48px;
    }

    .con-table table tr td a {
        width: 80px;
        height: 24px;
        line-height: 24px;
    }
}
