.map_list1{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.map_list1 a{
    display: flex;
    align-items: center;
    justify-items: center;
}
.map_list1_img{
    width: 0.8rem;
    margin-right: 0.25rem;
}
.map_list1_img img{
    max-width: 100%;
    text-align: center;
}
.map_list1_right{
    width: calc(100% - 1.1rem);
}
.map_list1_right_top{
    color: #999999;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.map_list1_right_bottom{
    font-size: 0.32rem;
    font-family: "OPPOSans-B";
    color: #333;
}
.map_img{
    margin: 0.1rem 0px 0.6rem;
    width: 100%;
}
.map_img img{
    max-width: 100%;
    height: auto;
}
.map_texts{
    margin-bottom: 0.35rem;
}
.map_text1{
    color: #333333;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-align: center;
}
.map_text2{
    color: #333333;
    font-family: "OPPOSans-R";
    font-size: 0.2rem;
    text-align: center;
}
.map_list_box{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_list{
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding: 0.3rem;
    background-color: #f4f9fc;
}
.map_list_top{
    display: flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 0.25rem;
}
.map_list_top_img{
    width: 0.32rem;
    text-align: center;
    margin-right: 0.14rem;
}
.map_list_top_img img{
    max-width: 100%;
    height: auto;
}
.map_list_top span{
    color: #666666;
    font-size: 0.24rem;
}
.map_list_text{
font-size: 0.28rem;
	font-weight: bold;
	color: #333333;
}
.map_list1{
    width: 100%;
}
.map_list2{
    width: 48%;
}
.map_containers{
    width: 100%;
    height: 4.8rem;
}
#map_container_mobile{
    width: 100%;
    height: 100%;
}


/* ============== lvhaonan 修改 start ============== */
.map_list1_right_top ,.map_list_text{
    font-size: 0.32rem;
}

.map_text1,.map_text2 {
    font-size: 0.4rem;
}

.map_list_top span{
    font-size: 0.36rem;
}
/* ============== lvhaonan 修改 end ============== */
