.navMobile{
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.mobileLogo{
    width: 10rem;
    margin-top: 10px;
}
.navMobileBox{
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
}

.navMobileList{
    position: absolute;
    right: -100%;
    width: 100%;
    top: 60px;
    height: 850px;
    font-size: 14px;
    line-height: 50px;
    background: #F1F1F1;
    overflow-y: scroll;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
    background: url('../../static/navBg.png') no-repeat center center;
    background-size: cover;
}
.navMobileList div{
    height: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 2.3;
    padding: 20px 0;
}
.navMobileListSmall div{
    height: 1200px;
}
.navMobileList div dt a{
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff!important;
}
.navMobileList div dd{
    display: flex;
    flex-wrap: wrap;
}
.navMobileList div dd a{
   padding-left: 15px;
   color: #b0afaf;
}
.navListOpen{
    right: 0;
}
.navMobileMenu{
    display: block;
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
}
.navMobileMenu i{
    background: #333;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navMobileMenu i:nth-child(1){
    top: 0;
}
.navMobileMenu i:nth-child(2){
    width: 18px;
    top: 50%;
}
.navMobileMenu i:nth-child(3){
    bottom: 0;
}
.navMobileOpen i:nth-child(1){
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navMobileOpen i:nth-child(2){
    opacity: 0;
}
.navMobileOpen i:nth-child(3){
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.titleImg.titleImgMobile{
    margin-top: 60px;
    height: 30vh;
}
.titleImgMobile .titleTxt h1{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleTxt p{
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleBreadcrumb{
    left: 30px;
}
.titleImgMobile .titleBreadcrumb img{
   width: 15px;
   height: 15px;
   margin-top: 18px;
}
.titleImgMobile .titleBreadcrumb a{
    font-size: 0.8rem;
}


.productMenu.productMenuMobile{
    padding-left: 0px;
}
.productMenuMobile div{
    padding: 15px;
    font-size: 0.5rem;
    margin-right: 0px;
}


/* .menuDetailMobile .menuDetail1,.menuDetailMobile .menuDetail2,.menuDetailMobile .menuDetail3,.menuDetailMobile .menuDetail4{
    padding: 10px;
    display: block;
} */
.menuDetailMobile .menuDetailInner1,.menuDetailMobile .menuDetailInner2,.menuDetailMobile .menuDetailInner3,.menuDetailMobile .menuDetailInner4{
    padding: 10px;
    display: block;
}
.menuDetailMobile{
    height: 1175px;
}

.menuDetailMobile .detail1Title{
    width: 100%;
    /* background-color: rgba(133, 131, 131, 0.5); */
    /* border: 1px solid #152b71; */
    margin-bottom: 15px;
    height: 235px;
}

.menuDetailMobile .menuDetail2 .detail1Title{
    height: 205px;
}
.menuDetailMobile .menuDetail3 .detail1Title{
    height: 175px;
}
.menuDetailMobile .menuDetail4 .detail1Title{
    height: 135px;
}
.menuDetailMobile .menuDetail5 .detail1Title{
    height: 175px;
}
.menuDetailMobile .detail1Title .detail1Title0{
    padding: 5px;
    height: 85px;
}
.menuDetailMobile .detail1Title0 p{
    font-size: 1rem;
}
.menuDetailMobile .detail1Title .detail1Title0 div img{
    height: 20px;
    width: 20px;
}
.menuDetailMobile .detail1Title .detail1Title0 div p{
    font-size: 1rem;
}
.menuDetailMobile .detail1Title .detail1Title1,.menuDetailMobile .detail1Title .detail1Title2,.menuDetailMobile .detail1Title .detail1Title3,.menuDetailMobile .detail1Title .detail1Title4,.menuDetailMobile .detail1Title .detail1Title5{
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
    margin:12px 12px;
}
.menuDetailMobile .detail1Title .detail1Title1::after,.menuDetailMobile .detail1Title .detail1Title2::after,.menuDetailMobile .detail1Title .detail1Title3::after,.menuDetailMobile .detail1Title .detail1Title4::after,.menuDetailMobile .detail1Title .detail1Title5::after{
    bottom: -6px;
}
.menuDetailMobile .waterImg1,.menuDetailMobile .waterImg2{
    width: 15px!important;
    height: 15px!important;
}
.menuDetailMobile .menuDetail3 .waterImg1{
    left: 10px!important;
    width: 11px!important;
    height: 12px!important;
}
.menuDetailMobile .menuDetail4 .waterImg1{
    left: 10px!important;
    width: 11px!important;
    height: 12px!important;
}
.menuDetailMobile .menuDetail5 .waterImg1{
    left: 10px!important;
    width: 11px!important;
    height: 12px!important;
}
.menuDetailMobile .detail1List{
    height: 600px;
    width: 100%;
}
.menuDetailMobile .innerProduct{
    height: 125px;
}
.menuDetailMobile .innerProduct h4{
   font-size: 0.6rem;
}
.menuDetailMobile .innerProduct .loadingMore{
   font-size: 0.6rem;
}
.menuDetailMobile .innerProduct .loadingMore .moreImg{
   width: 10px;
   height: 10px;
   right: -6px;
}
.menuDetailMobile .innerProduct .productTxt p{
    font-size: 0.4rem;
 }
.menuDetailMobile .menuDetailInnerTop{
    flex-direction: column;
    margin: 20px 20px 50px;
}
.menuDetailMobile .menuDetailTopLeft{
    width: 100%;
}
.menuDetailMobile .menuDetailTopLeft h1{
    font-size: 1.5rem;
}
.menuDetailMobile .menuDetailTopLeft h2{
    font-size: 1.2rem;
    margin-bottom: 50px;
}
.menuDetailMobile .menuDetailTopLeft p{
    font-size: 1rem;

}
.menuDetailMobile .menuDetailTopRight{
    width: 100%;
}


.menuDetailMobile .menuDetailInnerBottom{
    flex-direction: column;
}
.menuDetailMobile .menuDetailBottomLeft{
    width: 100%;
}
.menuDetailMobile .menuDetailBottomLeft h1{
    font-size: 1.5rem;
}
.menuDetailMobile .menuDetailBottomLeft h2{
    font-size: 1.2rem;
    margin-bottom: 50px;
}
.menuDetailMobile .menuDetailBottomLeft p{
    font-size: 1rem;

}
.menuDetailMobile .menuDetailBottomRight{
    width: 100%;
}



/* .menuDetailMobile .menuDetail5 img{
    margin: 70px 0;
} */

.friendShipLinkMobile{
    padding: 20px 15px 5px 15px!important;
}
.friendShipLinkMobile .fastLink{
    height: 270px;
}
.friendShipLinkMobile .fastLink .fastLinkLogo{
    width: 100%!important;
}
.friendShipLinkMobile .fastLink .fastLinkLogo:before{
   display: none;
}

.friendShipLinkMobile .fastLink .fastLinkLogo img{
    width: 50%;
} 
.friendShipLinkMobile .fastLink .fastLinkLogo p{
    font-size: 0.8rem!important;
}  
.friendShipLinkMobile .fastLink .fastLinkLogo p img{
    width: 20px;
}   
.friendShipLinkMobile .fastLink .fastLinkList{
    display: none;
}

.friendShipLinkMobile .registration{
    height: 65px;
    line-height: 18px;
    font-size: 0.7rem;
}
.friendShipLinkMobile .registration p{
    margin-top: 10px;
}

.showPic{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.showPicBlock{
    display: block;
    z-index: 999;
}
