.banner{
  width: 100%; height: 650px; background: url('../img/distribution/banner1.png') no-repeat center top; background-size: cover;
}
.banner-m{
  display: none;
}

.con-title{
  font-size: 18px; line-height: 1.4; color: #606060; text-align: center; margin-bottom: 50px;
}

/* 市场背景 */
.market-background{
  display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; box-sizing: border-box;
}
.market-background li{
  width: 48%; display: flex; justify-content: space-between; box-shadow: 0 4px 10px rgba(150,150,150,.6);  margin-bottom: 50px;
}
.market-background li:nth-of-type(3),
.market-background li:last-child{
  margin-bottom: 0;
}
.bg-left{
  width: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #2513D1;
}
.bg-left img{
  display: block; width: 40px; flex-shrink: 0;
}
.bg-left strong{
  font-size: 36px; font-weight: bold; color: #fff; line-height: 1.6; margin-top: 10px;
}
.bg-right{
  flex: 1; position: relative;
}
.bg-right img{
  display: block; width: 100%;
}
.bg-mask{
  position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; padding: 70px 40px 30px;
}
.bg-mask::after{
  content: ''; display: block; width: 0; height: 100%; transition: 0.5s; position: absolute; left: 0; top: 0; background: rgba(37,19,209,.8); z-index: 0;
}
.bg-mask h3,
.bg-mask p{
  position: relative; z-index: 1;
}
.bg-mask h3{
  font-size: 24px; color: #fff; font-weight: normal; text-transform: uppercase; line-height: 1;
}
.bg-mask p{
  font-size: 12px; color: #fff; line-height: 2.4; margin-top: 5px;
}
.market-background li:hover .bg-mask::after{
  width: 100%;
}

/* 成功优势 */
.advantage{
  width: 100%; background: url("../img/distribution/advantage-bg.jpg") no-repeat center center/cover;
}
.advantage .title,
.advantage .sub-title{
  color: #fff;
}
.advantage-list{
  display: flex; justify-content: space-between; flex-wrap: wrap;
}
.advantage-list li{
  width: 30%; position: relative; box-sizing: border-box; margin-bottom: 60px; padding: 30px 40px; transition: 0.2s;
}
.advantage-list li::before{
  content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; box-sizing: border-box; transition: 0.5s;
}
.advantage-list li::after{
  content: ''; display: block; width: 0; height: 100%; background: #2513D1; transition: 0.5s; position: absolute; left: 0; top: 0; z-index: 1;
}
.advantage-list li:nth-child(4),
.advantage-list li:nth-child(5),
.advantage-list li:last-child{
  margin-bottom: 0;
}
.advantage-list li img,
.advantage-list li h3,
.advantage-list li p,
.advantage-list li span{
  position: relative; z-index: 2;
}
.advantage-list li img{
  display: block; width: auto; height: 70px; margin: 0 auto 30px;
}
.advantage-list li h3{
  font-size: 24px; color: #fff; font-weight: bold; text-align: center; line-height: 1;
}
.advantage-list li p{
  font-size: 12px; color: #fff; line-height: 2.5; margin: 20px 0 30px; height: 150px;
}
.advantage-list li span{
  display: block; text-align: center; font-size: 24px; text-transform: uppercase; color: #fff;
}
.advantage-list li:hover::before{
  border: 1px solid transparent;
}
.advantage-list li:hover::after{
  width: 100%;
}
.advantage-list li:hover span{
  color: rgba(255,255,255,.7);
}

/* 经营模式 */
.mode-container{
  display: flex; justify-content: space-between; flex-wrap: wrap;align-items: stretch;
}
.mode-item{
  width: 48%; box-shadow: 0 4px 10px rgba(150,150,150,.6);display: flex;flex-direction: column;
}
.mode-img{
  position: relative;
}
.mode-img::after{
  content: ''; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; left: 0; top: 0; transition: 0.5s; opacity: 1;
}
.mode-img img{
  display: block; width: 100%;
}
.mode-img span{
  background: #2513D1; color: #fff; font-size: 24px; line-height: 1.4; border-radius: 8px; display: flex; justify-content: flex-start; align-items: center; width: 210px; height: 80px; position: absolute; left: 40px; top: 40px; z-index: 1; box-sizing: border-box; padding: 0 10px;
}
.mode-content{
  background: #2513D1; padding: 25px 40px; transition: 0.5s;min-height: 220px;flex: 1;
}
.mode-content h3{
  font-size: 32px; color: #fff; font-weight: bold; line-height: 1; padding-bottom: 10px; transition: 0.2s;
}
.mode-content p{
  font-size: 18px; color: #fff; position: relative; padding-left: 30px; margin-top: 20px; transition: 0.2s;
}
.mode-content p::before{
  content: attr(data-num); display: flex; justify-content: center; align-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff; color: #2513D1; font-size: 18px; position: absolute; left: 0; top: -1px; transition: 0.2s;
}
.mode-item:hover .mode-img::after{
  opacity: 0;
}
.mode-item:hover .mode-content{
  background: #fff;
}
.mode-item:hover h3,
.mode-item:hover p{
  color: #000;
}
.mode-item:hover p::before{
  background: #2513D1; color: #fff;
}

/* 利益分配 */
.benefit{
  width: 100%; background: url("../img/distribution/benefit-bg.jpg") no-repeat center center/cover;
}
.benefit .title,
.benefit .sub-title{
  color: #fff;
}
.benefit-wrapper{
  display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 60px;
}
.benefit-item{
  width: 25%; background: rgba(255,255,255,.3); box-sizing: border-box; padding: 20px; transition: 0.5s;
}
.benefit-item-title{
  background: #2513D1; display: flex; flex-direction: column; justify-content: center;
}
.benefit-item-title h3{
  font-size: 24px; color: #fff; font-weight: bold; line-height: 1;
}
.benefit-item-title span{
  font-size: 12px; color: #fff; margin-top: 10px; text-transform: uppercase;
}
.benefit-item strong{
  display: block; width: 100px; height: 40px; display: flex; justify-content: center; align-items: center; background: url("../img/distribution/benefit-title-bg.png") no-repeat left top/100% 100%; font-size: 24px; color: #fff; font-weight: bold; margin: 0 auto 15px;
}
.benefit-item p{
  font-size: 12px; color: #fff; line-height: 2;
}
.benefit-item p.text-center{
  text-align: center;
}
.benefit-item span{
  text-transform: uppercase;
}
.benefit-wrapper .benefit-item:not(.benefit-item-title):hover{
  background: #2513D1;
}
.invite-wrapper{
  background: rgba(255,255,255,.3); box-sizing: border-box; padding: 25px; overflow: hidden;
}
.invite-content{
  display: flex; justify-content: center; align-items: center; background: #2513D1; box-sizing: border-box; padding: 30px 40px; position: relative;
}
.invite-content::after{
  content: ""; display: block; width: 100%; height: 100%; background: #2513D1; position: absolute; left: 0; top: 0; z-index: 0; transition: 0.5s;
}
.invite-content h3,
.invite-content img,
.invite-content p{
  position: relative; z-index: 1;
}
.invite-content h3{
  font-size: 36px; color: #fff; font-weight: bold; line-height: 1; white-space: nowrap;
}
.invite-content h3 span{
  font-size: 12px; color: #fff; line-height: 1; margin-top: 10px; display: block; text-transform: uppercase; font-weight: normal;
}
.invite-content img{
  display: block; width: 86px; margin: 0 25px;
}
.invite-content p{
  font-size: 12px; color: #fff; line-height: 2;
}
.invite-wrapper:hover .invite-content::after{
  transform: scale(1.6);
}

@media (max-width: 1536px) {
  .banner{
    height: 570px;
  }
}
@media (max-width: 1440px) {
  .banner{
    height: 500px;
  }
  .bg-mask{
    padding: 30px 40px;
  }
  .advantage-list li{
    width: 31%; padding: 30px;
  }
  .advantage-list li img{
    height: 60px;
  }
  .advantage-list li p{
    height: 170px;
  }
  .advantage-list li span{
    font-size: 20px;
  }
  .mode-content{
    padding: 20px;
  }
  .mode-content p{
    font-size: 17px;
  }
}
@media (max-width:1024px) {
  .banner{
    height: 310px;
  }
  .market-background li{
    width: 100%;
  }
  .market-background li,
  .market-background li:nth-of-type(3){
    margin-bottom: 30px;
  }
  .bg-mask h3{
    font-size: 30px;
  }
  .bg-mask p{
    font-size: 16px;
  }
  .advantage-list li{
    width: 48%;
  }
  .advantage-list li,
  .advantage-list li:nth-child(4){
    margin-bottom: 30px;
  }
  .mode-img span{
    font-size: 18px; left: 20px; top: 20px; width: 160px; height: 66px;
  }
  .mode-content{
    box-sizing: border-box; height: 190px;
  }
  .mode-content h3{
    font-size: 24px;
  }
  .mode-content p{
    font-size: 17px; line-height: 1.4; margin-top: 10px;
  }
  .mode-content p::before{
    width: 20px; height: 20px; font-size: 16px; top: 1px;
  }
  .benefit-wrapper{
    margin-bottom: 30px;
  }
  .benefit-item{
    width: 33.333%;
  }
  .benefit-item-title{
    width: 100%;
  }
  .invite-content{
    flex-wrap: wrap; padding: 20px;
  }
  .invite-content h3{
    width: 100%; font-size: 24px; margin-bottom: 20px;
  }
  .invite-content img{
    display: none;
  }
  .invite-content p{
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner{
    height: 290px;
  }
}
@media (max-width: 767px) {
  .banner{
    height: auto; background: none;
  }
  .banner-m{
    display: block; width: 100%;
  }
  .market-background li, .market-background li:nth-of-type(3){
    margin-bottom: .3rem;
  }
  .bg-left{
    width: .8rem;
  }
  .bg-left img{
    width: .42rem;
  }
  .bg-left strong{
    font-size: .4rem; line-height: 1.5;
  }
  .market-background li:nth-child(1) .bg-right{
    background: url("../img/distribution/market-img1.jpg") no-repeat center center/cover;
  }
  .market-background li:nth-child(2) .bg-right{
    background: url("../img/distribution/market-img2.jpg") no-repeat center center/cover;
  }
  .market-background li:nth-child(3) .bg-right{
    background: url("../img/distribution/market-img3.jpg") no-repeat center center/cover;
  }
  .market-background li:nth-child(4) .bg-right{
    background: url("../img/distribution/market-img4.jpg") no-repeat center center/cover;
  }
  .bg-right img{
    display: none;
  }
  .bg-mask{
    padding: .3rem; position: relative;
  }
  .bg-mask h3{
    font-size: .3rem;
  }
  .bg-mask p{
    font-size: .24rem; line-height: 1.6; margin-top: .1rem;
  }
  .advantage-list li, .advantage-list li:nth-child(4){
    margin-bottom: .3rem;
  }
  .advantage-list li{
    padding: .2rem;
  }
  .advantage-list li img{
    height: 1rem; margin-bottom: .3rem;
  }
  .advantage-list li h3{
    font-size: .3rem;
  }
  .advantage-list li p{
    font-size: .24rem; line-height: 1.8; height: 5rem; margin: .3rem 0;
  }
  .advantage-list li span{
    font-size: .26rem;
  }
  .mode-img span{
    font-size: .24rem; width: 2.3rem; height: .8rem; border-radius: 4px; left: .2rem; top: .2rem;
  }
  .mode-content{
    padding: .2rem; height: 2.8rem;
  }
  .mode-content h3{
    font-size: .3rem; padding-bottom: 0;
  }
  .mode-content p{
    font-size: .24rem; margin-top: .2rem; padding-left: .35rem;
  }
  .mode-content p::before{
    width: .26rem; height: .26rem; font-size: .24rem; top: .05rem;
  }
  .benefit-wrapper{
    margin-bottom: .3rem;
  }
  .benefit-item{
    padding: .25rem;
  }
  .benefit-item-title h3{
    font-size: .38rem;
  }
  .benefit-item span{
    font-size: .24rem; margin-top: .15rem;
  }
  .benefit-item strong{
    width: 1.8rem; height: .6rem; font-size: .34rem; margin-bottom: .2rem;
  }
  .benefit-item p{
    font-size: .24rem; line-height: 1.6;
  }
  .invite-wrapper{
    padding: .3rem;
  }
  .invite-content{
    padding: .3rem;
  }
  .invite-content h3{
    font-size: .38rem; white-space: inherit; margin-bottom: .3rem;
  }
  .invite-content h3 span{
    font-size: .24rem; line-height: 1.2; margin-top: .15rem;
  }
  .invite-content p{
    font-size: .24rem; line-height: 1.8;
  }
}
@media (max-width: 375px) {
  .mode-content p{
    margin-top: .1rem;
  }
}
@media (max-width: 360px) {
  .advantage-list li p{
    height: 5.5rem;
  }
}

.market-background-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.market-card {
    position: relative;
    background: #fff;
    color: #333;
    overflow: hidden;
    z-index: 1;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 420px;
}

.market-card h3,
.market-card h3 span,
.market-card p {
    color: #333;
    transition: color 0.3s;
    position: relative;
    z-index: 2;
}

/* 动画蓝底 */
.market-card-content {
    position: relative;
    padding: 24px 18px 56px 18px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    background: transparent;
    overflow: hidden;
}

.market-card-content::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 0;
    height: 100%;
    background: #2513D1;
    z-index: 1;
    transition: width 0.4s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}

.market-card:hover .market-card-content::before {
    width: 100%;
}

.market-card:hover .market-card-content h3,
.market-card:hover .market-card-content h3 span,
.market-card:hover .market-card-content p {
    color: #fff;
    z-index: 2;
    position: relative;
}

.market-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.market-card h3 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    margin-top: 2px;
    letter-spacing: 1px;
}

.market-card p {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1100px) {
    .market-background-cards {
        gap: 18px;
    }
    .market-card {
        width: 220px;
    }
}
@media (max-width: 900px) {
    .market-background-cards {
        flex-wrap: wrap;
        gap: 16px;
    }
    .market-card {
        width: 45vw;
        min-width: 180px;
        max-width: 320px;
    }
}
@media (max-width: 600px) {
    .market-background-cards {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .market-card {
        width: 95vw;
        min-width: unset;
        max-width: unset;
    }
}

.market-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}