.nationalstores{
    width:100%;
    min-height:100vh;
    height: 100%;
    background:fuchsia;
    position: relative;
    margin-bottom: 80px;

}

.nationalstores_text{
    width:243px;
    height:75px;
    font-size:54px;
    font-family:PingFangSC-Light,
    PingFang SC;
    font-weight:300;
    color:rgba(255, 255, 255, 1);
    line-height:75px;
    letter-spacing:6px;
    text-shadow:0px 2px 10px rgba(107, 107, 107, 0.5);
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -171px;
    margin-top: -32.5;
}
.shoplist{
    /* height: 1361px; */
    padding-top: 40px;
}
.maplocation{
    width:1080px;
    height: 580px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.maplocation_back{
    position: absolute;
    top: 1px;
    left: 1px;
    width:1070px;
    height: 570px;
    box-shadow:0px 0px 3px 1px rgba(0, 0, 0, 0.1),
    0 0 40px rgba(0, 0, 0, 0.1);
}
.maplocation_img{
    width: 80%;
    height: 367px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    /*background: url("http://dev-pet-avatar.oss-cn-beijing.aliyuncs.com/html5/15754568435588207424.png") no-repeat center;*/
    /* background: url("http://product-pet-avatar.oss-cn-beijing.aliyuncs.com/html5/16319544164601675269.jpg") no-repeat center; */
    background: url("http://dev-pet-avatar.oss-cn-beijing.aliyuncs.com/html5/16353036147796191375.jpg") no-repeat center;
}
.maplocation_img_left{
    width: 367px;
    height: 367px;
    margin-right: 22px;
}
.maplocation_img_right{
    width: 367px;
    height: 367px;
}
.maplocation_img_text{
    width: 80%;
    height:45px;
    font-size:24px;
    font-family:PingFangSC-Light,
    PingFang SC;
    font-weight:300;
    color:rgba(109, 114, 120, 1);
    line-height:33px;
    letter-spacing:3px;
    text-shadow:0px 3px 7px rgba(214, 225, 245, 0.57);
    text-align: center;
}
.city{
    width:42px;
    height:42px;
    font-size:18px;
    font-family:PingFangSC-Medium,
    PingFang SC;
    font-weight:500;
    color:rgba(0, 0, 0, 1);
    line-height:42px;
    letter-spacing:2px;
    margin: 0 auto;
    margin-bottom: 29px;
}
.storeinformation{
    width: 60%;
    min-height: 42px;
    height: auto;
    margin: 0 auto;
}
.storeinformation_text{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    
}
.addspan{
    display: inline-block;
}
.citysz{
    margin-top: 35px;
}
.storeinformation_text_none{
    width:140px;
    letter-spacing: 1.5px;
}
.storeinformation_text_tow{
    letter-spacing: 1px;
    text-align:center;
    flex:1;
}
.storeinformation_text_three{
    letter-spacing: 2px;
    width:140px;
}
.background_top{
height: 100vh;
width: 100%;
background: url("http://dev-pet-avatar.oss-cn-beijing.aliyuncs.com/html5/15756234794862756898.png") center;
background-size: cover;
position: fixed;
z-index: -99;
top: 0;
color: #fff;
letter-spacing:6.75px;
left: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 54px;
}
.maplocation_box{
    width: 100%;
    height: 690px;
    background: #fff;
    padding-top: 80px;
}
.shoplist{
    background: #fff;
}
