@media screen and (max-width: 760px) {
    .hide {
        display: none !important;
        z-index: 9999 !important;
    }

    .Provincial_urban_areas {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }

    .Provincial_urban_areas1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .Provincial_urban_areas2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        transform: translateY(150%);
        transition: all 0.4s ease;
    }

    .Provincial_urban_areas2_tr {
        transform: translateY(0%) !important;
    }

    .betterHome {
        display: flex;
    }

    .betterHeader {
        height: 300px;
        background-color: #fff;
        position: relative;
        width: 100%;
    }

    .betterHeader1 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        height: 100%;
        overflow: hidden;
        padding-top: 100px;
    }

    .betterHeader1 .wheel-scroll .wheel-item {
        text-align: center;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .li_color {
        color: #fff !important;
    }

    .li_position {
        position: absolute;
        top: 98.5px;
        width: 100%;
        z-index: 0;
        height: 50px;
        background-color: #29A7FA;
    }

    .Provincial_urban_areas2_xuanze {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px 5px 15px;
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .Provincial_urban_areas2_xuanze span {
        cursor: pointer;
        display: block;
        color: #fff;
        padding: 5px 15px;
        border-radius: 5px;
        background-color: rgba(200, 200, 200, 0.8);
        font-size: 14px;
        line-height: 18px;
    }

    .Provincial_urban_areas2_xuanze span:last-child {
        background-color: #29A7FA;
    }
}


@media screen and (min-width: 760px) {
    .hide {
        display: none !important;
        z-index: 9999 !important;
    }

    .Provincial_urban_areas {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }

    .Provincial_urban_areas1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .Provincial_urban_areas2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        transform: translateY(150%);
        transition: all 0.4s ease;
    }

    .Provincial_urban_areas2_tr {
        transform: translateY(0%) !important;
    }

    .betterHome {
        display: flex;
    }

    .betterHeader {
        height: 200px;
        background-color: #fff;
        position: relative;
        width: 100%;
    }

    .betterHeader1 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        height: 100%;
        overflow: hidden;
        padding-top: 97.5px;
    }

    .betterHeader1 .wheel-scroll .wheel-item {
        text-align: center;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .li_color {
        color: #fff !important;
    }

    .li_position {
        position: absolute;
        top: 98.5px;
        width: 100%;
        z-index: 0;
        height: 25px;
        background-color: #29A7FA;
    }

    .Provincial_urban_areas2_xuanze {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .Provincial_urban_areas2_xuanze span {
        cursor: pointer;
        display: block;
        color: #fff;
        padding: 3px 12px;
        border-radius: 5px;
        background-color: rgba(200, 200, 200, 0.8);
        font-size: 12px;
    }

    .Provincial_urban_areas2_xuanze span:last-child {
        background-color: #29A7FA;
    }
}