*{
    box-sizing: border-box;
}
.nav-wrapper-phone{
    padding-bottom: 10vw;
}
.nav-spacer{
    height: 10vh;
}
.filter-wrapper{
    margin-top: 8rem !important;
    margin-bottom: 2rem !important;
}
.keep-wrapper{
    position: relative;
    z-index: 1;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.home-keep-footer{
    position: relative;
    z-index: 1;
    padding-top: 1px !important;
}
.mission{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.mission-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    margin-top: 0vh !important;
}
.mission-item{
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 20VW; */
    overflow: hidden;
    flex-shrink: 0;
}
.mission-item img{
    filter: brightness(80%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mission-item:hover img{
    transform: scale(1.1);
}
.mission-item img{
    width: 100%;
    object-fit: cover;
}
.mission-item-title{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
}
.mission-item-detail{   
    margin-top: 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
}
   /* 页面滚动特效 */
.banner {
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 80vh !important;
    overflow: hidden;
}
.banner .title, .banner{
    color: #ffffff ;
    animation: fadeInText  .5s ease-in-out;
}
@keyframes fadeInText {
    from {
        color: #00000000 ;
    }
    to {
        color: #ffffff ;
    }
}

.banner > img{
    animation: fadeIn  1s ease-in-out;
}
@keyframes fadeIn {
    from {
        transform: scale(1.4);
    }
    to {
        transform: scale(1);
    }
}
.banner-img{
    width: 100%;
    position: fixed !important;
    top: -15vh;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease;
}
.body-wrap{
    overflow-x: hidden;
}
    /* 页面滚动特效 */
.banner {
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;

}
    
.banner.scrolled {
    color: #00000000 !important;
}
.banner .title{
    transition: all 0.5s ease;
}
.banner.scrolled .title{
    color: #00000000 !important;
}
.banner.scrolled img{
    transform: scale(1.1);
}
.banner .alpha-bg {
    transition: background-color 0.3s ease;
}
    
.banner.scrolled .alpha-bg {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.banner-box{
    position: relative;
}
.banner-box img{
    filter: brightness(70%) ;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
    color: #fff;
    font-weight: bold;
}
.banner-box2{
    position: relative;
    margin-bottom: -.3vh;
}
.banner-text-p{
    margin-top: 1rem;
    font-size: 2.5rem;
    font-weight: normal;
}
.info-wrapper{
    margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
    .goods-outter{
        padding-top: 1px !important;
    }
    .goods .goods-banner-wrapper .goods-outter {
        bottom: 10px !important;
    }
    .k-fixed-header .logo {
        width: 5.5rem !important;
    }
    .tabs-header{
        background-image: url('../img/logo.png') !important;
        background-size: 5.5rem !important;
        background-position: 2rem 1rem !important;
        background-repeat: no-repeat !important;
        border-bottom: none !important;
    }
    .wrap-inner{
        padding-top: 4rem !important;
    }
    .mission{
        padding-top: 3vh !important;
        padding-bottom: 3vh !important;
        
    }
    .mission .title{
        text-align: start !important;
        margin: 0 !important;
        margin-bottom: .5rem !important;
        position: relative;
        padding-left: 1.5rem !important;

    }
    .mission .title::after{
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background-color: #a4a4a4;
        position: absolute;
        left: 0;
        top: 0;
    }
    .mission .detail{
        text-align: start !important;
        /* text-indent: 2.8rem !important; */
    }
    .mission .detail-strong{
        text-align: start !important;
        margin: 0 !important;
        font-size: 1.5rem !important;
        font-weight: normal !important;
    }
    .filter-wrapper{
        margin-top: 3vh !important;
    }
    .filter-name{
        margin-bottom: 1rem !important;
    }
    .filter-list{
        margin-bottom: 0rem !important;
    }
    .info-wrapper{
        margin-bottom: -0rem !important;

    }
    .banner-img {
        top: 0vh !important;
    }
    .mission-box{
        flex-direction: column !important;
    }
    .mission-item{
        width: 100% !important;
    }
    .goods-title{
        margin-top: 4vh;
    }
    .mobile-logo .keep-logo {
        display: none;
    }
    .home-keep-footer .mobile-logo {
        margin-top: 1vh !important;
    }
    .banner-text-p{
        margin-top: 1rem;
        font-size: 1.2rem;
    }
  
    .info-wrapper .footer-info-block a{
        font-size: 1.2rem !important;
        line-height: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    .info-wrapper .footer-info-block .info-title{
        font-size: 1.2rem !important;
        line-height: 1.6rem !important;
        margin-bottom: 0.8rem !important;

    }
    .slogan{
        font-size: 1.2rem !important;
    }
    .banner {
        height: 30vh !important;
    }
    .banner-box2{
        flex-direction: column;
        /* height: 30vh; */
        margin-bottom: -.5vh;
      
    }
    .banner-text2{
        justify-content: center !important;
        align-items: flex-start !important;
    }
    .banner2-bottom-img{
        width: 12vw !important;
        height: 12vw !important;
    }
    .banner2-bottom {
        font-size: .8rem !important;
    }
    .banner-box2 .banner-text2 .banner-p, .banner-box2 .banner-text2 .banner-t{
        display: none;
    }
    .banner-box2>img{
        width: 110% !important;
        margin-left: -8%;
    }
    .banner2-mobile{
        display: block !important;
        /* background-color: #fff; */
        background-color: black;
        font-size: 1.2rem;
        padding: 6rem;
        box-sizing: border-box;
        /* color: black; */
        color: #fff;
        margin-top: -.5vh;
        position: relative;
        z-index: 100;
      }
      .banner2-mobile-t{
        font-size: 1.4rem !important;
        line-height: 2rem !important;
        font-weight: 800;
        margin-bottom: 1rem;
      }
      .banner2-mobile-p{
        font-size: 1.2rem;
        text-indent: 2.8rem;
      }
    /* 手机端版权信息精确控制 */
    .copyright > :nth-child(n+2) {
        display: none !important;
    }
    
    /* 调整版权信息显示样式 */
    .copyright {
        text-align: center !important;
        padding: 2rem 1rem !important;
        margin-top: 1rem !important;
    }
    
    .copyright > span:first-child {
        display: inline-block !important;
        font-size: 1.4rem !important;
        line-height: 2rem !important;
        color: #666 !important;
        font-weight: normal !important;
    }
    
    /* 同时简化footer其他区域 */
    .home-keep-footer {
        padding-bottom: 1rem !important;
    }
    
    .wrap-inner {
        padding-bottom: 0 !important;
    }
}
.banner-text2{
    position: absolute;
    height: 80%;
    width: 40%;
    top: 10%;
    left: 16%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* background-color: #fff; */
}

.banner2-top .banner-t{
    /* 一度自在小程序 */
font-style: normal;
font-weight: 400;
font-size: 2.5vw;
line-height: 4vw;
color: #FFFFFF;
margin-bottom: 6%;
margin-top: 8%;
}
.banner2-top .banner-p{
    font-style: normal;
    font-weight: 400;
    width: 70%;
    font-size: 1vw;
    line-height: 2vw;
    color: #FFFFFF;
}
.banner2-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: .8vw;
    color: #FFFFFF;
}
.banner2-bottom-img{ 
    width: 6vw;
    height: 6vw;
    margin-bottom: .6vw;
    border-radius: .5vw;
    background-color: #fff;
}
.banner2-bottom-img img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.keep-logo-code{
    transform: scale(0.8);
    background-color: #fff;
    margin-left: 2vw;
    border-radius: .5vw;
    margin-bottom: 20%;
    /* margin-top: -2%; */
    position: relative;
    display: inline-block;
}
.keep-logo-code img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.keep-logo2{
    transform: scale(1.6) !important;
}
.keep-logo-code::after{
    content: '微信小程序';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 10%;
    font-size: .8vw ;
    color: white;
}