@charset "UTF-8";

.nybannertxt {
  position: absolute; 
  top: 1.42rem;
  width: 8.61rem;
}
.nybannertxt h3 {
  color: #5126B2;
  text-align: left;
}
.nybannertxt .header-desc {
  font-weight: bold;
  font-size: 0.3rem;
  font-family: Alibaba-PuHuiTi-B;
  color: #555555;
  line-height: 1;
  margin-top: 0.27rem;
}
.nybannertxt .header-title {
  padding-bottom: 0.4rem;
  position: relative;
}
.nybannertxt .header-title::after {
  content: "";
  position: absolute;
  width: 0.92rem;
  bottom: 0;
  height: 0.06rem;
  background: #5126B2;
}
.nybannertxt .header-content {
  margin: 0.44rem 0;
  list-style: disc;
  padding-left: 0.16rem;
  color: #555555;
}
.nybannertxt .header-content li p {
  font-size: 0.22rem;
  line-height: 0.36rem;
}
.gttxts h3 {
  color: #5126B2;
}
.middle-contaier {
  background: url(../images/middle-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 4.56rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.37rem;
  color: #FFFFFF;
  font-family: Alibaba-PuHuiTi-B;
  line-height: 0.51rem;
}
.middle-contaier h3 {
  padding-top: 1.27rem;
}


/* ====== Tablet & Mobile Adaptive Styles ====== */

@media screen and (max-width: 1024px) {
  .nybannertxt {
    top: 1rem;
    width: 6rem;
  }
  .nybannertxt .header-desc {
    font-size: 0.24rem;
  }
  .nybannertxt .header-content li p {
    font-size: 0.18rem;
  }
  .middle-contaier {
    height: 3rem;
    font-size: 0.3rem;
  }
  .middle-contaier h3 {
    padding-top: 0.8rem;
  }
  /* Fix the content width for gttese items */
  .gtpics {
    width: 45%;
  }
  .gttxts {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .nybanner {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .nybanner > img {
    height: auto;
    width: 100%;
    min-height: 3rem;
    object-fit: cover;
  }
  .nybannertxt {
    position: static;
    width: 100%;
    padding: 0.4rem 5%;
    box-sizing: border-box;
  }
  .nybannertxt h3 {
    font-size: 0.4rem;
  }
  .nybannertxt .header-content {
    margin: 0.2rem 0;
    padding-left: 0.3rem;
  }
  .middle-contaier {
    height: auto;
    font-size: 0.26rem;
    line-height: 1.5;
    padding: 0.6rem 0.2rem;
    background-size: cover;
    background-position: center;
  }
  .middle-contaier h3 {
    padding-top: 0;
  }
  
  /* Force the 2-column presentation `.erduan` to drop into one column vertically */
  .gttese .mainbox.erduan {
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* Neutralize the "swap order on evens" desktop feature for mobile stack */
  .gttese li:nth-child(even) .gtpics {
    order: 0;
  }
  .gtpics {
    width: 100%;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: center;
  }
  .gtpics img {
    max-width: 90%;
  }
  .gttxts {
    width: 100%;
    text-align: center;
  }
  .gttxts h3 {
    justify-content: center;
  }
  .gtwenzi p {
    text-align: center;
  }
  .gttxts .banmore {
    margin-top: 0.2rem;
  }
}
