.newProductWapper {
    position: relative;
    min-height: 500px;
}
.mianVideo{
    position: absolute;
    z-index:999 !important;
    /* height: 100% !important; */
    width: 100% !important;
}
.newProductImg,
.changeImg {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.textWapper {
    position: absolute;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000 !important;
    /* height: 100%; */
    bottom: 80px;
}

.textWapper2 {
    position: absolute;
    width: 90%;
    color: white;
    text-align: center;
    z-index: 1000 !important;
}

.tips {
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 auto;
    border: 1px solid white;
    font-size: 12px;
    margin-top: 42%;
    color: white !important;
    display: inline-block;
    padding: 0 12px;
}
.tips2 {
    line-height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 auto;
    border: 1px solid white;
    font-size: 12px;
    color: white !important;
    display: inline-block;
    padding: 0 12px;
}

.newProductTitle {
    margin-top: 20px;
    font-size: 28px;
}
.slideDown{
    -webkit-animation: slide-up-in 2s ease-in-out;
    animation: slide-up-in 2s ease-in-out;
}
.delay1{
    animation-delay:0.5s;
}
.delay2{
    animation-delay:1s;
}
.op0{opacity: 0;}
@keyframes slide-up-in {
    0% {
      opacity: 0;
      transform: translate(0, -35px);
    }
  
    100%  {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

.newProductTitle p {
    font-size: 12px;
    /* font-weight: 600; */
}

.newProductDetail {
    margin-top: 5px;
}
.newProductDetail p{
    letter-spacing: 1px;
    font-size: 26px;
    /* font-weight: 700; */
}
.newProductBtn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000000;
    margin: 0 auto;
    margin-top: 5%;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/* @keyframes newProductBtn{
    0%{background-color:#FFFFFF ;}
    100%{
        background-color: red;
    }
   
} */


/* 换装 */

.changeWapper {
    width: calc(100% - 30px);
    padding: 15px;
    position: relative;
    float: left;
}

.changeImg {}

#footerWapper {
    width: 100%;
    float: left;
    z-index: 10;
    /* padding-bottom: 60px; */
}
#footerWapper .icons2{
    display: block;
}
#footerWapper .icons2 img{
  width: 18px;margin-right: 15px;
}

.changTextWapper {
    text-align: center;
    position: absolute;
    /* width: calc(100% - 30px); */
    width: 100%;
    margin-top: 30%;
    color: white;
}

.changeTitle {
    font-size: 24px;
    font-weight: 700;
}

.changeDetail {
    margin-top: 5px;
    font-size: 14px;
}

.changeDetail p {
    line-height: 20px;
    width: 60%;
    margin-left: 20%;
    font-weight: 700;
}
.mt20{margin-top:20px!important}
.mt0{margin-top: 0!important;}
.changeBtn {
    color: #fff;
    height: 35px;
    line-height: 35px;
    border: 1px solid white;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    padding:0 14px;
}


/* 菜单按钮 */

.openMenuBtnWapper {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 5%;
    z-index: 998;
    /* animation: openMenuBtnWapperShow 0.3s;
    -webkit-animation: openMenuBtnWapperShow 0.3s; */
}

.searchProductBtn,
.searchServiceBtn {
    font-size: 13px;
    width: 105px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    float: right;
    background-color: #1c1c1c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 3%;
}

@keyframes openMenuBtnWapperShow {
    from {
        bottom: 0px;
    }
    to {
        bottom: 5%;
    }
}


/* 弹出菜单 */

.menuWapper,
.productMenuWapper {
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    width: 100vw;
    height: 100vh;
    color: white;
    top: 0;
    /* animation: menuWapper 0.5s;
    -webkit-animation: menuWapper 0.5s; */

    color: black;
}
.productMenuWapper .indexMenuMain{
    height: 570px;
}
.ovfHiden {
    /* position: fixed; */
    /* height: 100%; */
    overflow: hidden !important;
}

.indexMenuMain {
    width: 85%;
    height: 570px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    padding: 0px 0px 0px 27px;
}

.productMenuWapper .indexMenuMain {
    padding: 0 0 0 0;
    width: 90%;
}

.productMenuWapper .menuTitle {
    padding-left: 27px;
}

.menuTitle {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
}


.menuIconWapper {
    width: 100%;
    float: left;
}
.productIconWapper{
    height: 350px;
    /* margin-left: -27vw; */
}
/* .productMenuWapper  {
    margin-left: -81vw;
} */

.sliderBtnWapper {
    float: left;
    width: 100%;
}

.sliderBtn {
    height: 50px;
    width: calc(100% - 20px);
    background-color: #1a1b1f;
    font-size: 12px;
    color: white;
    line-height: 50px;
    padding-left: 20px;
    margin-top: 2px;
    margin-left: -100px;
}
.sliderBtn:first-child{
    margin-top: 14px;
}
.sliderBtn:hover{
    background-color: #9C1D22;
}
.slidertt{
    margin-right: 30px;
    float: right;
    display: block;
}
.slidertt img{
    width: 13px;
}


.IconBtn {
    width: 32.5%;
    height: 88px;
    background-color: #f5f5f5;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #1a1b1f;
}
.serviceMenuMain{
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    height: 350px;
}
.serviceMenuMain .IconBtn:hover {
    background-color: #1A1B1F;
    color: white !important;
}
.serviceMenu .IconBtn{
    width: 31.5%;
    margin-top: 5px;
    margin-left: 5px;
}
.serviceMenuTitle{
    margin-bottom: 11px !important;
}
/* .IconBtn:hover {
    background-color: #1a1b1f;
    color: white !important;
} */

.IconBtn img {
    width: 43px;
    height: 34px;
    object-fit: contain;
}

.btnDetailWapper {
    width: 100%;
}

.icontext {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    margin-top: -24px;
    color: #7D7D81;
}

.indexMenuFooter {
    float: left;
    width: 100%;
}

.productMenuWapper .footLeft img {
    margin-left: 15px;
}
.footRight img {
    width: 80%;
    object-fit: contain;
    margin-left:15%
}
.productMenuWapper .footRight img {
    width:80%;
    margin-left:10%
}
.footLeft,
.footRight {
    width: 50%;
    position: absolute;
    margin-top: 27px;
}

.footRight {
    right: 0px;
}

.footLeft img {
    width:95%;
    object-fit: contain;
}

.rightText {
    display: block;
    text-align: center;
    /* background-color: red; */
    height: 30px;
    line-height: 31px;
    font-size: 18px;
    font-weight: 700;
    float:right;
    margin-right: 23px;
}
.rightText:after{ 
    content:"  "; 
    width:7rem; 
    height:5px; 
    background-color: #9c1d22; 
    margin:0 auto; display:block;
}

/* 爆品热卖 */

.hotSalewapper {
    width: 100%;
    float: left;
}

.hotSaleTitle {
    text-align: center;
    font-size: 14px;
    line-height: 100px !important;
    font-weight: 700;
}

.hotsaleImgWapper {
    margin-top: 10px;
}

.hotSaleImg {
    width: 50%;
    height: 270px;
    float: left;
    position: relative;
    color: white;
}

.hotSaleImg img,
.hotSaleImg video {
    width: calc(100% - 0.5px);
    height: 100%;
    object-fit: cover;
}

.hotSaleImg:nth-child(2) img {
    float: right;
}

.hotSaleImg:nth-child(3) {
    margin-top: 1px;
    width: 100%;
}

.hotSaleImg:nth-child(3) img {
    width: 100%;
}

.hotSaleTitleWapper {
    position: absolute;
    top: 0;
    margin-top: 22px;
    padding-left: 15px;
}

.hotSaleName {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.hotSaleTitleWapper p {
    width: 100%;
    margin-top: 5px;
}

.line {
    width: 30px;
    background-color: #9c1d22;
    height: 3px;
    position: absolute;
    bottom: 10%;
    left: 20px;
}

.saleTips {
    width: 20%;
    position: absolute;
    bottom: 10%;
    right: 20px;
    text-align: right;
}

.hotSaleBigimG {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
    position: relative;
    /* height: 515px; */
}

.hotSaleBigimG img {
    width: 100%;
}

.hotSaleBigTextWapper {
    text-align: center;
    margin-top: 10%;
    position: absolute;
    left: 0;
    right: 0;
}

.hotSaleBigTip {
    color: #9c1d22;
    font-size: 13px;
    line-height: 20px;
}

.hotSaleBigTitle {
    font-size: 22px;
    color: black;
    line-height: 40px;
    font-weight: 700;
}

.hotSaleBigDetail {
    font-size: 13px;
    line-height: 20px;
}

.wantUnderstand {
    color: #9c1d22 !important;
    font-size: 13px;
    line-height: 30px;
}

.understandIcon {
    margin-left: 5px;
}

.wonderActivityWapper {
    position: relative;
    width: 100%;
    float: left;
}

.wonderActivityImgWapper {
    float: left;
    width: 100%;
    position: relative;
    /* margin-top: 10px; */
}

.wonderActivityImg {
    width: 50%;
    float: left;
    position: relative;
    color: black;
}

.wonderActivityImg img,
.wonderActivityImg video {
    width: 99%;
    position: relative;
}

.wonderActivityImg:nth-child(2n) img {
    
}

.wonderActivityTitleWapper {
    position: absolute;
    top: 0;
    margin-top: 20%;
    width: 100%;
    text-align: center;
}

.wonderActivityName {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
}

.wonderActivityTitleWapper p {
    margin-top: 5px;
}

.wonderActivityImg:nth-child(2n) {
    color: white;
}

.happyHomeWapper {
    float: left;
    width: 100%;
}


/* 幸福家 */

.happyHomeGo {
    position: absolute;
    right: 30px;
    color: #9c1d22;
    font-size: 11px;
}

.happyHomeImgWapper {
    /* height: 325px; */
    position: relative;
    margin-bottom: 8px;
}

.happyHomeImgWapper img,
.happyHomeImgWapper video {
    width: 100%;
    /* height: 230px; */
    object-fit: cover;
}

.happyHomeTextWapper {
    position: absolute;
    top: 35px;
    color: white;
    text-align: center;
    left: 0;
    right: 0;
}
.happyHomeTextWapper a{
   font-size: 10px;
   padding: 8px 20px;
   margin-top: 5px;
   display: inline-block;
}

.happyHomeTitle {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.happyHomeDetail {
    font-size: 12px;
    opacity: 0.7;
    line-height: 25px;
    font-weight: 400;
    margin: 3px 0;
}
.bgcolor{
    background: #fcfcfc;
    padding: 20px;
    position: relative;
}
.bgcolor::after{
    position: absolute;
    content: "";
    height: 1px;
    left: 20px;
    right: 20px;
    bottom:0;
    background: rgba(220, 220, 220, 0.5);
}
.icons{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.icons img{width: 40px;}
.fotileVideoWpper {
    float: left;
    width: 100%;
}

.videoWapper {
    width: calc(100% - 30px);
    padding: 15px;
    padding-top: 0;
}

.videoWapper img {
    width: 100%;
    float: left;
}

video {
    width: 100%;
    float: left;
}

.newProductWapper video {
    /* height: 100%; */
}

.lookMore {
    color: #9c1d22;
    float: left;
    width: 100%;
}

.searchProductBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.swiperIcon {
    width: 24px;
    height: 18px;
    margin-right: 10px;
}

#menuSwiper {
    height: 18px;
}

#menuSwiper img {
    width: 100%;
    height: 18px;
    float: left;
    object-fit: contain;
}

.menuClose {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: white;
    right: -65px;
    top: -3%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menuClose img {
    width: 60%;
}

/* .happyHomeImgWapper img:hover {
    animation: scaleDraw 2s;
    -webkit-animation: scaleDraw 2s;
} */

@keyframes scaleDraw {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    50% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


.linkbox{
    padding: 15px 15px 0 15px;
    
}
.linkbox ul{
    overflow: hidden;
}
.linkbox ul li{
    width: calc(50% - 3px);
    height: 147px;
    background-color: #F5F5F5;
    float: left;
    margin-bottom: 3px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #000;
}
.linkbox ul li a{
    width: 100%;
    display: block;
    color: #1a1b1f;
}
.linkbox ul li:nth-child(odd){
   margin-right: 3px;
}
.linkbox ul li img{
    width: 32px;
    height: 32px;
    /* margin-bottom: 5px; */
}
.wraper{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    position: relative;
    z-index: 999;
    color: #fff;
    position: fixed;
    top: 0;
}
.noscroll{
    overflow: hidden;
}
.wraper h5{text-align: center;font-size: 18px;margin-bottom: 20px;}
.wraper>div{
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
}
.wraper a img{
    width: 100%;
    margin-bottom: 2px;
}
.closeBt{
    width: 36px;
    height: 36px;
    margin-top: 15px;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.inline{
    display: inline-block;
    margin-right: 8px;
}
.doubleArrow{
    width:20px;
    display: block;
    margin: 0 auto;
    bottom: -64px;
    left: 0;
    right: 0;
    position: absolute;
}
.swiper-pagination-bullet {
    border-radius: 0;
    width: 20px!important;
    height: 1px !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 0!important;
    opacity: 1!important;
    
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 20px!important;
  }
  .swiper-pagination-bullet-active{
    opacity: 1;
    padding: 1px 0px ;
    background:rgba(156,29,34,1) !important;
    height: 0.5px!important;
    width: 73px!important;
  }
  .products ul li{
    display: block;
    height: 140px;
  }
  .products ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 600;
    font-size: 8px;
  }
/* .icon1 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/01.png);
  background-size: cover;
}
.icon2 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/02.png);
  background-size: cover;
}
.icon3 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/03.png);
  background-size: cover;
}
.icon4 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/icon_04_20190924.png);
  background-size: cover;
}
.icon5 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/05.png);
  background-size: cover;
}
.icon6 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/06.png);
  background-size: cover;
}
.icon7 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/07.png);
  background-size: cover;
}
.icon8 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/08.png);
  background-size: cover;
}
.icon9 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/home2017/icon/09.png);
  background-size: cover;
}

.icon10 {
  opacity: 0.45;
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/index/prod_cate_10.png);
  background-size: cover;
}
.icon11 {
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/global/menuIcon/fiks.png);
  background-size: cover;
}
.icon12 {
  opacity: 0.45;
  background-image: url(http://hsdev.efotile.com/webstatic/Public/Mobile/img/index/prod_cate_11.png);
  background-size: cover;
} */
.wraper2{
    bottom: 110px;
}
.wraper2 .newProductTitle{
    font-size: 24px;
    color: #fff;
}
.wraper2 .newProductDetail{
    font-size: 14px;
    color: #fff;
    font-weight: 400!important;
}
.wraper3 .newProductTitle{
    font-size: 24px;
    color: #fff;
}
.wraper3 .newProductDetail{
    font-size: 14px;
    color: #fff;
    font-weight: 400!important;
    margin-top: 11px;
}
.wraper3{
    top: 30px;
}
.ftlogo{
    width: 141px;
    margin: 0 auto ;
    margin-top: 30px;
    display: block;
}
.getMore{
    margin-top: 8px;
}
#newIndexMainWapper .products{
    margin-top: 30px;
    /* margin: 30px 15px; */
}
.products .tit{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.products>ul{
    overflow: hidden;
}
.products ul>li{
    width: calc((100% - 4px)/3);
    float: left;
    background-size: 100% 100%;
    margin-bottom: 2px;
    font-size: 8px;
    color: #000;
    padding-top: 8px;
    padding-left: 10px;
    box-sizing: border-box;
}
.mglr{
    margin: 0 2px;
}
.show {
    background: #f5f5f5;
    color: black;
    width: 184px;
    height: 60px;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.more span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.show img {
    width: 14px;
    margin-left: 20px;
    vertical-align: middle;
}
.hide {
    background: black;
    color: #fff;
    width: 120px;
}
.hide img {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.more {
    text-align: center;
    height: 60px;
    width: 184px;
    margin: 0 auto;
    line-height: 60px;
    margin-top: 25px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 3px;
}
.floatBottom{
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    z-index: 9;
    background-color: #fff;
}
.floatBottom li{
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    color: #333;
}
.floatBottom li img{
   width: 25px;
   height: 25px;
}
.floatBottom li p{
    color: #333;
}
.arrow2{
    width: 12px!important;
    vertical-align: text-bottom;
    margin-bottom: 2px;
}
[v-cloak]{display: none;}
#secondPagination{
    bottom: 33px!important;
}

.swiper-wrapper{
    /* height: 550px!important; */
  }

  /*箭头*/
.main {
    position: absolute;
    bottom: 15px;
    width: 35px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
  }
  
  .arrow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
  }
  
  .img-arrow2,
  .img-arrow1 {
    width: 20px;
    height: 20px;
    animation: arrowTop 1.5s infinite ease-in-out;
  }
  
  .arrow .img-arrow2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: arrowBottom 1.5s infinite ease-in-out;
  }
  
  @keyframes arrowTop {
    0% {
      opacity: 50%;
    }
  
    25% {
      opacity: 0%;
    }
  
    50% {
      opacity: 50%;
    }
  
    75% {
      opacity: 100%;
    }
  
    100% {
      opacity: 50%;
    }
  }
  
  @keyframes arrowBottom {
    0% {
      opacity: 50%;
    }
  
    25% {
      opacity: 100%;
    }
  
    50% {
      opacity: 50%;
    }
  
    75% {
      opacity: 0%;
    }
  
    100% {
      opacity: 50%;
    }
  }

  /* 底部 */
  .menu_bar_bottom {
    position: fixed;
    bottom: 23px;
    display: flex;
    box-sizing: border-box;
    /* width: 100%; */
    /* padding-left: 23px; */
    /* padding-right: 23px; */
    justify-content: space-between;
    z-index: 99;
    left: 50%;
    width: calc(100vw - 40px);
    transform: translateX(-50%);
}
.menu_bar_bottom .menu_bar_bottom_left{
    width: 78%;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}
.menu_bar_bottom .menu_bar_bottom_bgkimg {
    display: flex;
    min-height: 60px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.85); */
    /* backdrop-filter: blur(5px); */
    /* -webkit-backdrop-filter: blur(5px); */
    border-radius: 5px;
    justify-content: space-around;
}
.menu_bar_bottom .menu_bar_bottom_left .box {
    margin-left: 13px;
    margin-right: 11px;
    height: 100%;
}
.menu_bar_bottom .menu_bar_bottom_left .box .box_img {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}
.menu_bar_bottom .menu_bar_bottom_left .box img {
    width: 24px;
    height: 24px;
}
.menu_bar_bottom .menu_bar_bottom_left .box .box_text {
    margin-top: 3px;
    font-size: 12px;
    white-space: nowrap;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    transform: scale(0.83);
}
.menu_bar_bottom .menu_bar_bottom_right {
    width: 60px;
    height: 60px;
    background: rgba(156,29,34,0.9);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.menu_bar_bottom .menu_bar_bottom_right img {
    width: 24px;
    height: 24px;
}
.menu_bar_bottom .menu_bar_bottom_right .box_img {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.menu_bar_bottom .menu_bar_bottom_right .box_text {
    font-size: 12px;
    margin-top: 3px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    transform: scale(0.83);
    /* margin-left: 10px; */
    white-space: nowrap;
    text-align: center;
}