@media screen and (max-width: 768px) {
    .region1 {
        display: none;
    }

    .centerRegion {
        width: 100%;
    }

    .center {
        background-color: rgb(246, 247, 249);
    }

    .region2 {
        width: auto;
        height: auto;
        padding: 0;
        padding-bottom: 2vw; 
    }

.region2 .top {
    display: block;
    
}
    .region2 .table .item {
        margin-top: 6px;
    }

    .region2 .head {
        display: none;
    }

    .region2 .table .item .th {
        padding: 3vw 0 3vw 4%;
        height: 4vw;
    }

    .region2 .table .item .th .td:first-child {
        font-weight: 600;
        width: calc(60% - 5px) !important;
        border-left: 1px solid rgb(235, 97, 0);
        padding-left: 1vw !important;
    }

    .region2 .table .item .th .td:nth-child(2) {
        width: calc(20% - 0.6vw) !important;
        font-size: 3.5vw;
    }

    .region2 .table .item .th .td:nth-child(3) {
        width: calc(20% - 0.6vw) !important;
        font-size: 3.5vw;
    }

    .region2 .table .item .th .td {
        font-size: 3.9vw;
        text-align: left;
        color: #000;
        line-height: 4vw;
    }

    .region2 .table .item .th .more {
        display: none;
    }

    .region2 .table .item .detail {
        background-color: #fff;
            padding-bottom: 2vw;

    }

    .region2 .table .item .detail .left .title {
        font-size: 3vw !important;
        line-height: 6vw !important;
        font-weight: 600;
    }

    .region2 .table .item .detail .left .title span {
        width: 1px !important;
        height: 3vw !important;
        margin-top: 1.5vw !important;
    }

    .region2 .table .item .detail .left .info {
        font-size: 3vw;
        line-height: 5vw;
    }

    .region2 .table .item .detail .right .title {
        font-size: 3vw !important;
        line-height: 6vw !important;
        font-weight: 600;
    }

    .region2 .table .item .detail .right .title span {
        width: 1px !important;
        height: 3vw !important;
        margin-top: 1.5vw !important;
    }

    .region2 .table .item .detail .right .info {
        font-size: 3vw;
        line-height: 5vw;
    }
}