@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: 330px; /* 6rem * 55.2px */
        background-color: #fff;
        position: relative;
        width: 100%;
    }
    .betterHeader1 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        height: 100%;
        overflow: hidden;
        padding-top: 110.4px; /* 2rem * 55.2px */
    }
    .betterHeader1 .wheel-scroll .wheel-item{
        text-align: center;
        height: 55.2px; /* 1rem * 55.2px */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13.248px; /* 0.24rem * 55.2px */
    }
    .li_color{
        color: #fff!important;
    }
    .li_position{
        position: absolute;
        top: 108.744px; /* 1.97rem * 55.2px */
        width: 100%;
        z-index: 0;
        height: 55.2px; /* 1rem * 55.2px */
        background-color: #29A7FA;
    }
 
    .Provincial_urban_areas2_xuanze{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5.52px 16.56px 11.04px 16.56px; /* 0.1rem 0.3rem 0.2rem 0.3rem * 55.2px */
        border-bottom: 1px solid rgba(241,241,241,0.8);
    }
    .Provincial_urban_areas2_xuanze span{
        cursor: pointer;
        display: block;
        color: #fff;
        padding: 5.52px 16.56px; /* 0.1rem 0.3rem * 55.2px */
        border-radius: 5.52px; /* 0.1rem * 55.2px */
        background-color: rgba(200,200,200,0.8);
        font-size: 15.456px; /* 0.28rem * 55.2px */
    }
    .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: 220.8px; /* 4rem * 55.2px */
         background-color: #fff;
         position: relative;
         width: 100%;
     }
     .betterHeader1 {
         position: absolute;
         top: 0;
         width: 100%;
         z-index: 2;
         height: 100%;
         overflow: hidden;
         padding-top: 107.28px; /* 1.95rem * 55.2px */
     }
     .betterHeader1 .wheel-scroll .wheel-item{
         text-align: center;
         height: 27.6px; /* 0.5rem * 55.2px */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 13px; /* 0.14rem * 55.2px */
     }
     .li_color{
         color: #fff!important;
     }
     .li_position{
         position: absolute;
         top: 108.744px; /* 1.97rem * 55.2px */
         width: 100%;
         z-index: 0;
         height: 27.6px; /* 0.5rem * 55.2px */
         background-color: #29A7FA;
     }
 
     .Provincial_urban_areas2_xuanze{
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 5.52px 11.04px; /* 0.1rem 0.2rem * 55.2px */
         border-bottom: 1px solid rgba(241,241,241,0.8);
     }
     .Provincial_urban_areas2_xuanze span{
         cursor: pointer;
         display: block;
         color: #fff;
         padding: 2.76px 13.248px; /* 0.05rem 0.24rem * 55.2px */
         border-radius: 5.52px; /* 0.1rem * 55.2px */
         background-color: rgba(200,200,200,0.8);
         font-size: 13px; /* 0.14rem * 55.2px */
     }
     .Provincial_urban_areas2_xuanze span:last-child{
         background-color: #29A7FA;
     }
 }
 