* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Microsoft YaHei', sans-serif;
  }
        
body {
  background-color: #efdccb;
  color: #333;
  line-height: 1.6;
}


.banner-img{
  width: 100%;
  background: url(../images/banner.jpg) center center no-repeat;
  height: 450px;
  min-width: 1000px;
}

.content-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    position: relative;
}

.content-wrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 421px;
    height: 55px;
    background: url(../images/title-bg.png) center center no-repeat;
    background-size: 100%;
    text-align: center;
    margin: 0 auto;
}
.content-wrap .title span{
  color: #fbf3e7;
  font-size: 26px;
}

.content-wrap .sub-title {
    text-align: center;
    font-size: 15px;
    color: #4b1c0d;
    font-style: italic;
    text-decoration: underline;
    margin-top: 22px;
    cursor: pointer;
}

#section1 .section1-rule{
  position: relative;
  height: 44px;
  line-height: 44px;
  padding-left: 43px;
  color: #111111;
  font-size: 15px;
  display: inline-flex;
  background: linear-gradient(to right, #edbd8a, #edd9c6) no-repeat;
}
#section1 .section1-rule::before{
  content: "";
  display: block;
  background: url(../images/section1-title-icon2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -27px;
  top: -8px;
  width: 119px;
  height: 56px;
}
#section1 .section1-rule::after{
  content: "";
  display: block;
  background: url(../images/section1-title-icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -51px;
  bottom: 3px;
  width: 64px;
  height: 15px;
}
#section1 .section1-rule em{
    color: #ff0000;
    font-size: 24px;
    line-height: 37px;
}

#section1 .section1-rule span{
  color: #ff0000;
  font-size: 14px;
}
#section1 .section1-rule i{
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -12px;
}
#section1 .section1-detail{
  margin-top: 37px;
  position: relative;
}
#section1 .section1-detail::before{
  content: "";
  display: block;
  width: 85px;
  height: 76px;
  background: url(../images/section1-float.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -98px;
  top: 262px;
}
#section1 .section1-gift{
  margin-top: 22px;
}
#section1 .section1-gift .gift-list{
  display: flex;
  justify-content: space-between;
}

#section1 .section1-gift .gift-list li.item{
  position: relative;
}
#section1 .section1-gift .gift-list li.item .item-price{
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 32px;
    text-align: center;
    width: 100%;
}
#section1 .section1-gift .gift-list li.item .item-send{
    background: linear-gradient(to right, #ffe946, #ffe946) no-repeat;
    background-size: 100% 17px;
    width: 168px;
    background-position: left bottom;
    padding: 0 4px;
    font-size: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    color: #4b1c0d;
    font-weight: 600;
    text-align: center;
    bottom: 8px;
}
#section1 .section1-gift .gift-tips{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
#section1 .section1-gift .gift-tips span{
  font-size: 13px;
  color: #c41222;
  padding: 0 10px;
  padding-right: 4px;
}

#section1 .section1-gift .gift-tips::before,#section1 .section1-gift .gift-tips::after{
  content: "";
  display: block;
  background: url(../images/star-icon.png) center center no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}

#section1 .section1-detail .section1-pro{
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#section1 .section1-detail .section1-pro li.item{
  width: 362px;
  height: 243px;
  background: url(../images/section1-pro-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

#section1 .section1-detail .section1-pro li.item .item-title{
    margin-top: 3px;
    font-size: 24px;
    width: 100%;
    font-weight: 600;
    background: linear-gradient(to bottom, #ffffff, #ffecc9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 13px;
    display: block;
    width: 100%;
    text-align: center;
}

#section1 .section1-detail .section1-pro li.item .item-list {
  margin-top: 21px;
  padding-left: 67px;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr label{
  font-size: 14px;
  margin-right: 42px;
  color: #333333;
}
#section1 .section1-detail .section1-pro li.item .item-list .list-arr::before{
  width: 16px;
  height: 20px;
  margin-right: 12px;
}
#section1 .section1-detail .section1-pro li.item .item-list .list-arr:nth-child(1)::before{
  content: "";
  display: block;
  background: url(../images/section1-icon1.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr:nth-child(2)::before{
  content: "";
  display: block;
  background: url(../images/section1-icon2.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr:last-child:before{
  content: "";
  display: block;
  background: url(../images/section1-icon3.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr div{
  font-size: 14px;
  color: #97a3b7;

}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr div em{
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr div span{
  color: #ff0000;
}

#section1 .section1-detail .section1-pro li.item .item-list .list-arr div p{
    color: #ff0000;
    font-size: 12px;
}

#section1 .section1-detail .section1-pro li.item .item-btn{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  padding: 0 37px;
  width: 100%;
  left: 0;
}

#section1 .section1-detail .section1-pro li.item .item-btn a{
  width: 140px;
  height: 38px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  border-radius: 25px;

}

#section1 .section1-detail .section1-pro li.item .item-btn a:first-child{
  background-image: linear-gradient(to right, #fd5450 , #fbb853);
  color: #fff;
}
#section1 .section1-detail .section1-pro li.item .item-btn a:first-child:hover{
  background-image: linear-gradient(to right, #fd5c59 , #fcbd5e);
}

#section1 .section1-detail .section1-pro li.item .item-btn a:last-child{
    border: 1px solid #dedbdb;
    background-color: #f7fafc;
    color: #3a3a3a;
    position: relative;
    text-align: center;
    /* padding-left: 23px; */
    line-height: 36px;
}
#section1 .section1-detail .section1-pro li.item .item-btn a:last-child:hover{
  background-color: #f6f7f8;
}
#section1 .section1-detail .section1-pro li.item .item-btn a:last-child::after{
    margin-left: .5rem;
    content: "";
    display: none;
    width: 1.2rem;
    height: 1.2rem;
    left: unset;
    right: 0;
    background-image: url(../images/icon_lightblue_hover_c324669_ce2e0c9.svg);
    background-size: 200% 200%;
    background-position: 100% 0;
    transition: all .3s ease-out;
    position: absolute;
    top: 12px;
    right: 14px;
}
#section1 .section1-detail .section1-pro li.item .item-btn a:last-child:hover::after{
  background-position: 0 100%;
}

#section1 .section1-detail .section1-pro li.item:nth-child(2)  .item-list .list-arr{
  align-items: unset;
}

#section1 .section1-detail .section1-pro li.item:nth-child(2) .item-list .list-arr::before{
  margin-top: 8px;
}

#section1 .section1-detail .section1-pro li.item:nth-child(2) .item-list .list-arr label{
  padding-top: 8px;
}

#section1 .section1-info {
    font-size: 14px;
    color: #d20c09;
    display: flex;
    align-items: center;
    margin-top: 26px;
    justify-content: center;
}

#section1 .section1-info a.go-ask {
    width: 79px;
    height: 21px;
    background: url(../images/section-info-bg.png) center center no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #ffe946;
    line-height: 19px;
    padding-left: 15px;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
    font-style: italic;
}

#section1 .section1-info a.go-ask:hover {
    transform: scale(1.1);
}


#section2 .section2-detail .product-list{
  display: flex;
  margin-top: 43px;
  padding-left: 11px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

#section2 .section2-detail .product-list li.item{
  position: relative;
  text-align: left;
  background-image: linear-gradient(to bottom, #fff5c8 , #fffefc);
  border-radius: 5px;
  width: 280px;
  padding: 30px 19px 23px;
  height: 411px;
}

#section2 .section2-detail .product-list li.item .item-title{
  margin-top: 17px;
  margin-bottom: 9px;
}

#section2 .section2-detail .product-list li.item .item-title h2{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #000000;
}

#section2 .section2-detail .product-list li.item .item-title p{
    font-size: 12px;
    line-height: 17px;
    color: #333333;
}
#section2 .section2-detail .product-list li.item .item-arr-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item{
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  width: 120px;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item{
  margin-bottom: 15px;
}

#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input__inner{
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    height: 15px;
}
.el-select-dropdown{
  left: -21px !important;
}
.el-select-dropdown__item.selected {
  color: #000;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input__suffix{
  right: 34px;
  color: #000;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input .el-select__caret{
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item label{
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
}

#section2 .section2-detail .product-list li.item .item-arr-list .arr-item p{
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item p{
  font-size: 12px;
  color: #ff0000;
} 
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item label{
  font-size: 12px;
  color: #909091;
  margin-bottom: 7px;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item p em{
    font-weight: 600;
    font-size: 20px;
    color: #ff0000;
}
#section2 .section2-detail .product-list li.item .item-priceAndBuy{
  z-index: 1;
      position: absolute;
    bottom: 23px;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price{
  font-size: 13px;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price label{
  color: #ff0000;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price em{
  font-weight: 600;
  font-size: 23px;
  color: #ff0000;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price s{
  color: #909091;
  margin-left: 28px;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-btn .btn-secondary{
    width: 248px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to right, #fd5450, #fbb853) no-repeat;
    color: #ffffff;
    display: block;
    font-size: 13px;
    margin-top: 11px;
    font-weight: 600;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item+.item-priceAndBuy .item-btn .btn-secondary{
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-btn .btn-secondary:hover{
  color: #ffffff;
  background: linear-gradient(to right, #fd5c59 , #fcbd5e) no-repeat;
}
#section2 .section2-detail .product-list li.item .item-tips{
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 14px;
  background: linear-gradient(to right, #fb6656, #fc214a) no-repeat;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 17px;
  color: #fff;
}

#section2 .section-product{
  position: relative;
}

#section2 .section-product::before{
  content: "";
  display: block;
  background: url(../images/section2-bg-icon.png) center center no-repeat;
  background-size: 100%;
  width: 355px;
  height: 252px;
  position: absolute;
  left: -174px;
  top: -167px;
}
#section3 .section3-detail{
  margin-top: 38px;
  position: relative;
}
#section3 .section3-detail::before{
  content: "";
  display: block;
  background: url(../images/section3-float1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -165px;
  top: 353px;
  width: 365px;
  height: 176px;
}
#section3 .section3-detail::after{
  content: "";
  display: block;
  background: url(../images/section3-float2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -206px;
  top: -91px;
  width: 365px;
  height: 176px;
}
#section3 .section3-detail .domain-main-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
}

#section3 .section3-detail .domain-main-list li.item{
  width: 587px;
  height: 132px;
  background: url(../images/domain-main-bg.png) center center no-repeat;
  background-size: 100%;
  padding-left: 41px;
  padding-top: 22px;
  padding-right: 67px;
}

#section3 .section3-detail .domain-main-list li.item .item-title{
    font-size: 24px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 3px;
}

#section3 .section3-detail .domain-main-list li.item .item-info{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#section3 .section3-detail .domain-main-list li.item .item-info .item-price div{
  display: flex;
  font-size: 15px;
  color: #ff0000;
}
#section3 .section3-detail .domain-main-list li.item .item-info .item-price label{
  color: #333333;
}
#section3 .section3-detail .domain-main-list li.item .item-info .item-price em{
  font-weight: 600;
}

#section3 .section3-detail .domain-main-list li.item .item-info .item-price i{
  display: block;
  background: url(../images/domain-tips-red.png) center center no-repeat;
  background-size: 100%;
  width: 79px;
  font-style: normal;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  padding-left: 14px;
}

#section3 .section3-detail .domain-main-list li.item .item-info .item-buy{
  width: 140px;
  height: 45px;
  display: block;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #fd5450, #fbb853) no-repeat;
  border-radius: 4px;
}
#section3 .section3-detail .domain-main-list li.item .item-info .item-buy:hover{
  background: linear-gradient(to right, #fd5c59 , #fcbd5e) no-repeat;
}

#section3 .section3-detail .domain-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px;
}

#section3 .section3-detail .domain-list li.item{
  text-align: center;
  width: 280px;
  height: 222px;
  border-radius: 3px;
  background: url(../images/domain-bg.png) top center no-repeat;
  background-size: 100%;
  padding: 13px 18px 0;
  position: relative;
}

#section3 .section3-detail .domain-list li.item .item-title{
  padding-bottom: 17px;
}

#section3 .section3-detail .domain-list li.item .item-title h2{
font-size: 24px;
color: #111111;
margin-bottom: 3px;
font-weight: 600;
text-align: left;
}

#section3 .section3-detail .domain-list li.item .item-title p{
  font-size: 15px;
  color: #333333;
  text-align: left;
}

#section3 .section3-detail .domain-list li.item .item-price{
  margin-top: 11px;
  font-size: 15px;
  color: #000000;
  text-align: left;
  display: flex;
  align-items: baseline;
}

#section3 .section3-detail .domain-list li.item .item-price::after{
    display: block;
    content: "新注";
    font-size: 12px;
    color: #ffffff;
    background: url(../images/domain-tips-purple.png) center center no-repeat;
    background-size: 100%;
    width: 42px;
    height: 21px;
    padding-left: 12px;
    line-height: 21px;
    box-sizing: border-box;
}
#section3 .section3-detail .domain-list li.item:first-child .item-price::after{
  display: block;
  content: "新用户特权";
  font-size: 12px;
  color: #ffffff;
  background: url(../images/domain-tips-red.png) center center no-repeat;
  background-size: 100%;
  width: 79px;
  height: 21px;
  padding-left: 14px;
  line-height: 21px;
}
#section3 .section3-detail .domain-list li.item .item-price span{
  color: #ff0000;
}

#section3 .section3-detail .domain-list li.item .item-price span em{
  font-weight: 600;
  font-size: 30px;
}

#section3 .section3-detail .domain-list li.item .go-buy{
  display: block;
  width: 242px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 13px;
  background: linear-gradient(to right, #fd5450, #fbb853) no-repeat;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
  text-align: center;
} 
#section3 .section3-detail .domain-list li.item .go-buy:hover{
  background: linear-gradient(to right, #fd5c59 , #fcbd5e) no-repeat;
}
#section4{
  position: relative;
  z-index: 2;
}
#section4 .section4-detail{
  margin-top: 40px;
  position: relative;
}
#section4 .section4-detail::after{
  content: "";
  background: url(../images/section4-float.png) center center no-repeat;
  background-size: 100%;
  display: block;
  width: 287px;
  height: 72px;
    position: absolute;
    right: -151px;
    bottom: -52px;
}

#section4 .buildsite-product{
  width: 100%;
  padding: 35px 29px 19px;;
  background: linear-gradient(to bottom, #fff2b8 , #fff5f4) no-repeat;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  border-radius: 5px;
}

#section4 .buildsite-product .konw-more{
  font-size: 13px;
  color: #fff;
  padding-left: 14px;
  width: 71px;
  height: 21px;
  line-height: 21px;
  background: url(../images/more-tips.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -80px;
  top: -6px;
  transition: transform 0.3s ease-in-out;
}
#section4 .buildsite-product .konw-more:hover{
  transform: scale(1.1);
}
#section4 .buildsite-product:hover{
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
}
#section4 .buildsite-product .buildsite-title{
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

#section4 .buildsite-product .buildsite-title em{
  font-weight: 600;
}

#section4 .buildsite-product .buildsite-priceAndBuy{
  display: flex;
  align-items: center;
}

#section4 .buildsite-product .buildsite-priceAndBuy .item-price{
  font-size: 15px;
  color: #ff0000;
}

#section4 .buildsite-product .buildsite-priceAndBuy .item-price em{
  font-weight: 600;
  font-size: 26px;
}
#section4 .buildsite-product .buildsite-priceAndBuy .item-price s{
  color: #999999;
  margin-left: 8px;
}
#section4 .buildsite-product .buildsite-priceAndBuy .go-buy{
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 39px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #fd5450, #fbb853) no-repeat;
}
#section4 .buildsite-product .buildsite-priceAndBuy .go-buy:hover{
  background: linear-gradient(to right, #fd5c59 , #fcbd5e) no-repeat;
}
#section4 .buildsite-product::after {
  content: "";
  display: block;
  background: url(../images/buildsite-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -97px;
  top: -9px;
  width: 705px;
  height: 217px;
  z-index: 1;
}
#section-footer{
  position: relative;
}
#section-footer .section-footer-content{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 76px;
  display: flex;
  flex-direction:column;
  justify-items: center;
  align-items: center;
  position: relative;
}
#section-footer .section-footer-content::before{
  content: "";
  display: block;
  background: url(../images/footer-bg-left.png) center center no-repeat;
  background-size: 100%;
  width: 1920px;
  height: 630px;
  position: absolute;
  left: -378px;
  bottom: 0px;
}
#section-footer .section-footer-content::after{
  content: "";
  display: block;
  background: url(../images/footer-bg-right.png) center center no-repeat;
  background-size: 100%;
  width: 958px;
  height: 282px;
  position: absolute;
  right: -335px;
  bottom: 0px;
}
#section-footer .section-footer-content .section-footer-content-title{
  position: relative;
  text-align: center;
}
#section-footer .section-footer-content .section-footer-content-title::before{
  content: "";
  display: block;
  background: url(../images/footer-flower-left.png) center center no-repeat;
  background-size: 100%;
  width: 180px;
  height: 142px;
  position: absolute;
  left: -91px;
  top: -39px;
}
#section-footer .section-footer-content .section-footer-content-title::after{
  content: "";
  display: block;
  background: url(../images/footer-flower-right.png) center center no-repeat;
  background-size: 100%;
  width: 69px;
  height: 59px;
  position: absolute;
  right: -32px;
  top: -19px;
}
#section-footer .section-footer-content .section-footer-content-title span{
  font-size: 36px;
  color: #4b1b0d;
  font-weight: 600;
  position: relative;
  z-index: 2;
}


#section-footer .section-footer-content p{
  margin-top: 28px;
  color: #191919;
  font-size: 31px;
}

#section-footer .section-footer-content p em{
    background: linear-gradient(90deg, #fc384b, #fbbc53);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#section-footer .section-footer-content a.section-footer-content-buy{
  display: block;
  margin-top: 27px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(to right, #fd5450, #fbb853) no-repeat;
  border-radius: 25px;
  animation: zoomInAndOut 2s ease-in-out infinite;
  z-index: 2;
}
@keyframes zoomInAndOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
  100% {
    transform: scale(1);
  }
}
#section-footer .section-footer-content a.section-footer-content-buy:hover{
  background: linear-gradient(to right, #fd5c59 , #fcbd5e) no-repeat;
}

/* 动画状态 */
/* 公共基类 */
.animate-fade-in,
.animate-slide-left,
.animate-slide-right {
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.animate-fade-in {
  transform: translateY(80px);
}
.animate-fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

.animate-slide-left {
  transform: translateX(-80px);
}
.animate-slide-left.appear {
  opacity: 1;
  transform: translateX(0);
}

.animate-slide-right {
  transform: translateX(80px);
}
.animate-slide-right.appear {
  opacity: 1;
  transform: translateX(0);
}


/* ===== 时间差延迟（只影响 opacity/transform 的延迟） ===== */
.animate-fade-in[data-delay="0"]   { transition-delay: 0s, 0s, 0s, 0s; }
.animate-fade-in[data-delay="0.3"] { transition-delay: 0.3s, 0.3s, 0s, 0s; }
.animate-fade-in[data-delay="0.6"] { transition-delay: 0.6s, 0.6s, 0s, 0s; }
.animate-fade-in[data-delay="0.9"] { transition-delay: 0.9s, 0.9s, 0s, 0s; }
.animate-fade-in[data-delay="1.2"] { transition-delay: 1.2s, 1.2s, 0s, 0s; }