/* 基础重置和响应式设置 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Alibaba PuHuiTi', sans-serif;
    line-height: 1.6;
    color: #323232;
    overflow-x: hidden;
    background-color: #FBF9F6;
}

/* 移动端基础样式 */
.home-page {
    width: 100%;
    overflow: hidden;
}

.box {
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
}

/* 首图区域 */
.shoutu-box{
    position: relative;
}
.login-text{
    /* position: absolute;
    top: 2rem;
    right: 2rem;;
    z-index: 1;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: 5rem;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer; */
}
.textp{
    position: absolute;
    top: 1rem;
    right: 0;
    /* transform: translate(-50%, -50%); */
    z-index: 99;
    color: #fff;
    padding: 0 1rem;
    font-weight: bold;
    cursor: pointer; 
}
.textp .img-top{
    display: none;
}
.login-text .ul{
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    z-index: 99;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: .5rem;
    font-weight: bold;
    cursor: pointer; 
    list-style-type: none;
    text-align: right;
}

.shoutu-img {
    width: 100%;
    display: block;
    /* max-height: 50vh; */
    object-fit: cover;
}
.shoutu-img2 {
    width: 100%;
    display: block;
    /* max-height: 50vh; */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.lifsong-txt{
    /* font-family: 'MaoKenWangFengYaSong'; */
    font-family: 'AlibabaHui', sans-serif;
    background: url('../image/bg_video2.gif');
    background-position: 0 15%;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    color: transparent;
    font-display: swap; 
    font-size: 12rem;
    line-height: 1.2;
    position: absolute;
    top: 37%;
    left: 51.3%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0rem;
    z-index: 3;
}
div{
    box-sizing: border-box;
}
.section-box1{
    padding: 7rem 0;
    background-color: #fff;
}
.section-box{
    width: 1200px;
    margin: 0 auto;
    
}
.section-box0{
    padding-top: 7rem;
    background-color: #fff;
}
.section-box0 .section-box{
    display: flex;
    border-radius: 8px;
    border: 1px solid rgba(187,187,187,1);
    padding: 1rem;
}
.section-box0 .box-left{
    /* flex: 1; */
    padding-right: 1rem;
}
.section-box0 .box-right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-box0 .right-center{
    line-height: 25px;
    color: rgba(16,16,16,1);
    font-size: 18px;
    text-align: justify;
    font-family: PingFangSC-regular;
}
.section-box0 .box1-top{
    display: flex;
    align-items: flex-start;
}
.section-box0 .right-bottom{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.section-box0 .right-bottom .gotoAbout{
    color: #9f00ff8a;
    cursor: pointer;
}
.section-box0 .right-bottom .gotoAbout:hover{
    text-decoration: underline;
}
.section-box0 .box1-top .box1-top-left{
    flex: 1;
}
.section-box0 .box1-top .box1-top-left .box1-top-img{
    width: 100%;
    height: 100%
}
.section-box0 .box1-top-img{
    width: 400px;
}
.section-box0 .right-top{
    height: 78px;
    line-height: 32px;
    color: rgba(16,16,16,1);
    font-size: 1.3rem;
    text-align: justify;
    font-family: PingFangSC-regular;
}
.section-box1 .box1-top{
    width: 100%;
    display: flex;
}
.section-box1 .box1-top .box1-top-left{
    flex: 1;
}
.section-box1 .box1-top .box1-top-left .box1-top-img{
    width: 100%;
    height: 100%;
}
.section-box1 .box1-top .img-msg{
    flex: 1;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: PingFangSC-regular;
    font-size: 20px;
    text-align: justify;
}
.section-box1 .box1-center{
    width: 100%;
    margin-top: 5rem;
    height: 34px;
    line-height: 34px;
    color: rgba(16,16,16,1);
    font-size: 2rem;
    text-align: justify;
    font-family: PingFangSC-bold;
    text-align: center;
}
.section-box1 .box1-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
    
}
.section-box1 .box1-bottom2{
    display: flex;
    justify-content: center;
}
.box1-bottom .box1-bottom-detail{
    width: 290px;
    /* height: 290px; */
    margin-top: 1rem;
}
.section-box1 .box1-bottom2 .box1-bottom-detail{
    margin: 0 8px;
}
.box1-bottom .box1-bottom-detail .detail-bottom{
    font-size: 18px;
    
}
.box1-bottom .box1-bottom-detail .img{
    width: 290px;
    height: 290px;
}
.box1-bottom .box1-bottom-detail .detail-bottom{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 150px;
    margin-top: -9px;
    border-radius: 0px 0px 4px 4px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(187,187,187,1);
}

.section-box2{
    /* background-color: rgba(255,255,255,1); */
    padding: 7rem 0;
}
.section-box2 .section-box .section-box-top{
    display: flex;
    align-items: flex-start;
}
.section-box2 .section-box-top .videos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.section-box2 .section-main-title{
    flex: 1;
    margin-right: 2.5rem;
    font-size: 18px;
    text-align: justify;
}
.section-box2 .video{
    width: 460px;
    margin-bottom: 10px;
    /* height: 352px; */
}

.section-box2 .section-box-center{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.section-box2 .section-box-center .img{
    width: 380px;
}
.section-box2 .section-box-bottom{
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    overflow: hidden;
}
.section-box2 .section-box-bottom .roll-boxs{
    width: 100%;
    overflow: hidden;
}
.section-box2 .section-box-bottom .roll-imgs{
    width: 250px;
    height: 166px;
    display: flex;
    margin-top: 10px;
    animation: scrollLeftRight 5s linear infinite; /* 动画持续5秒，线性速度，无限次播放 */
    /* width: 100%;  */
}
.section-box2 .section-box-bottom .roll-imgs2{
    width: 250px;
    height: 166px;
    display: flex;
    margin-top: 10px;
    animation: scrollLeftRight2 5s linear infinite; 
    /* width: 100%;  */
}
.section-box2 .section-box-bottom .roll-imgs .img{   
    width: 250px !important;
    height: 166px !important;
    margin-right: 1.5rem; 
}
.section-box3{
    background: rgba(248,250,252,1);
    position: relative;
}
.section-box3 .box3-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index:0;
}
.section-box3 .section-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    
}
.section-box3 .section-box .section-box-left{
    flex: 1;
    font-size: 18px;
    text-align: justify;
    width: 850px;;
}
.section-box3 .section-box-left .message-hint{
    margin-top: 2rem;
}
.section-box3 .section-box-left .message-hint p{
    margin-top: 1rem;
}
.section-box3 .section-box-left .imgs{
    width: 650px;
}
.section-box3 .section-box-left .imgs .img{
    width: 650px;
}
.section-box3 .section-box-left .message{
     width: 650px;
}
.section-box3 .section-box .section-box-right{
    /* flex: 1; */
}
.section-box3 .r-box {
    display: flex;
    flex-direction: row;
    width: 580px;
    max-height: 199px;
    border-radius: 40px;
    border: 1px solid #755133;
    max-width: 500px;
    height: auto;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    text-align: left;
}
.section-box3  .r-box .r-box-msg {
    margin-right: 4rem;
    margin-bottom: 0;
}

.section-box3  .r-box .r-box-img {
    display: block;
    width: 76px;
    height: 76px;
}
.section-box3  .r-box .r-box-img2 {
    display: block;
    width: 76px;
    height: 76px;
    display: none;
}
.section-box3  .titles {
        font-family: 'MaoKenWangFengYaSong';
        background: url('../image/bg_video.gif');
        background-position: 0 15%;
        background-size: cover;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        background-clip: text;
        position: relative;
        z-index: 1;
        color: transparent;
        font-display: swap; 
        font-size: 2.5rem;
        line-height: 1.2;
        margin: 1.5rem 0;
    }



.footer{
    width: 100%;
    height: 300px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    font-family: PingFangSC-regular;
    position: relative;
    z-index: 2;
}
.footer-box .title{   
    background: url('../image/bg_video.gif');
    background-position: 0 15%;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    color: transparent;
    font-display: swap; 
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 1.5rem 0;
    height: 43px;
    line-height: 43px;
    color: rgba(16,16,16,1);
    font-size: 30px;
    font-family: PingFangSC-regular;
}
.footer-box .email{
    height: 28px;
    line-height: 28px;
    color: rgba(16,16,16,1);
    font-size: 20px;
    font-family: PingFangSC-regular;
}

@keyframes scrollLeftRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); /* 假设图片宽度为容器宽度的100%，则完全向左滚动 */
  }
}
@keyframes scrollLeftRight2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0); /* 假设图片宽度为容器宽度的100%，则完全向左滚动 */
  }
}

@keyframes scrollTopBottom {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); /* 假设图片宽度为容器宽度的100%，则完全向左滚动 */
  }
}

@media (min-width: 1024px) {
    .lifsong-txt {
        font-size: 12rem;
    }
}
@media (min-width: 1200px) {
    .lifsong-txt {
        font-size: 14rem;
    }
}
@media (min-width: 1400px) {
    .lifsong-txt {
        font-size: 16rem;
    }
    .section-box1 .box1-top .img-msg{
        font-size: 1rem;
    }
}
@media (min-width: 1600px) {
    .lifsong-txt {
        font-size: 18rem;
    }
    .section-box1 .box1-top .img-msg{
        font-size: 1.1rem;
    }
}
@media (min-width: 2000px) {
    .lifsong-txt {
        font-size: 20rem;
    }
    .section-box1 .box1-top .img-msg{
        font-size: 1.2rem;
    }
}
@media (min-width: 2200px) {
    .lifsong-txt {
        font-size: 24rem;
    }
    .section-box1 .box1-top .img-msg{
        font-size: 1.3rem;
    }
}
      