body{
  margin: 0px!important;
}
.nav_self{
    /* 设置显示样式 */
    height: 45px;
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 1px solid #f3f3f5;
    background-color: white;
}
.nav-one {
    display: flex;
    align-items: center;
    padding-left: 3px;
    width: 10%;
    justify-content: center;
}
.img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.nav-view {
    display: flex;
    width: 30%;
    border: 1px solid #f3f3f5;
    align-items: center;
    justify-content: center;
}
.nav_encss{
    text-align: center;
    font-size: 13px;
}

.bottom_css{
    /*line-height: 3;*/
    font-size: 10px;
    display: flex;

    flex-direction: row;
    align-items: center;
    word-break: break-word;
    height: 100%;
    width: 100%;
}

.bottom_css_en{
    font-size: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;


}
.nav-tabs {

    height: 40px;
    /*line-height: 40px;*/
}

.video_iframe{
    width: 100%;
    height: auto;
    margin-top: 1%;
}
.index_three_box_en{
    font-size: 12px;
    position: absolute;
    top:15%;
    left: 10%;
    font-size: 8px;
    color: #919191;
}

.index_three_brand_en{
    font-size: 12px;
    position: absolute;
    top:28%;
    left: 5%;
    font-size: 5px;
    color: #919191;
}

.index_three_box_about_en{
    font-size: 12px;
    position: absolute;
    top:28%;left: 5%;
    font-size: 5px;
    color: #919191;
}


.store_list_box{
    border-collapse:separate;
    border-spacing:0px 10px;
    width: 100%;
}

.store_list_box tr td img{
    width: 100%;
}

.store_list{
    background:  #FAFAFA;
    width: 100%
}

.store_logo{
    width: 64px;
    height: 64px;
    border-radius: 5px;
    margin-left: 10px;
}



.top_title{
    width: 88%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.back_icon{
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.micon{
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.store_detail_category{
    border-color: #B7D2FF;
    border: none;
    background: #f5f9ff;
    margin-left: 10px;
    margin-top: 3px;
}

.store_bottom_icon_navigate{
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 5rem;
    right: 5.0rem;
    z-index: 9999;
}

.store_bottom_icon_call{
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 5rem;
    right: 0.5rem;
    z-index: 9999;
}

.store_list_area_txt{
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.map_img{
    width: 100%;
}

.share_shadow{
    width: 100%;
    height: 900px;
    background-color: #000000;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75);
    opacity: 0.6;
    top:0%;
    left:0%;

    position:fixed;
    z-index: 1001;
}

.share_shadow img{
    width: 100%;
}
@media (min-width: 800px){

    .nav_self{
        width: 30%;
    }
}