@charset "UTF-8";

.nybanner img {
  height: 7.8rem;
}
.banmore {
  background: #FE5B1A;
}
.nybannertxt {
  position: absolute; 
  top: 1.42rem;
  width: 8.61rem;
}
.nybannertxt h3 {
  color: #363636;
  text-align: left;
  font-size: 0.5rem;
}
.nybannertxt .header-desc {
  font-size: 0.3rem;
  color: #363636;
  line-height: 1;
  margin-top: 0.27rem;
  margin-bottom: 1rem;
}
.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: #FE5B1A;
}
.easesearch_list li {
  padding: 0.9rem 0;
  scroll-margin-top: 1.2rem;
}
.gttxts {
  width: 43%;
}
.gtpics {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.gttxts h3 {
  color: #363636;
}
.gtwenzi p {
  text-align: left;
}
.gtpics.imgs.scale {
  position: relative;
  transition: transform .3s;
}
.gtpics.imgs.scale:hover {
  transform: scale(1.05);
  transition: transform .3s;
}
.gtpics.imgs.scale.scale_1 .scale_1_1 {
  width: 7.02rem;
}
.gtpics.imgs.scale.scale_1 .scale_1_2 {
  position: absolute;
  right: 1.69rem;
  bottom: -0.5rem;
  width: 6.37rem;
}
.gtpics.imgs.scale.scale_2 .scale_2_1 {
  width: 6.53rem;
}
.gtpics.imgs.scale.scale_2 .scale_2_2 {
  position: absolute;
  right: -0.99rem;
  bottom: -0.81rem;
  width: 5.47rem;
}
.gtpics.imgs.scale.scale_3 {
  margin-top: -1.65rem;
}
.gtpics.imgs.scale.scale_3 .scale_3_1 {
  width: 7.41rem;
}
.gtpics.imgs.scale.scale_3 .scale_3_2 {
  position: absolute;
  right: 0;
  bottom: -1.39rem;
  width: 5.82rem;
}
.gtpics.imgs.scale.scale_4 .scale_4_1 {
  width: 7.58rem;
}
.gtpics.imgs.scale.scale_5 .scale_5_1 {
  width: 3.36rem;
  position: absolute;
  right: 0;
  bottom: -0.37rem;
  z-index: 2;
}
.gtpics.imgs.scale.scale_5 .scale_5_2 {
  width: 7.27rem;
  position: relative;
  left: -0.77rem;
}
.gtpics.imgs.scale.scale_6 .scale_6_1 {
  width: 6.1rem;
}
.gtpics.imgs.scale.scale_6 .scale_6_2 {
  width: 4.82rem;
  position: absolute;
  left: 2.2rem;
  bottom: -0.71rem;
}
.gtpics.imgs.scale.scale_7 .scale_7_1 {
  width: 2.93rem;
  position: absolute;
  right: 0;
  bottom: -0.52rem;
  z-index: 3;
}
.gtpics.imgs.scale.scale_7 .scale_7_2 {
  width: 6.57rem;
  position: relative;
  left: -0.94rem;
}
.gtpics.imgs.scale.scale_7 .scale_7_3 {
  width: 4.96rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.35rem;
  z-index: 2;
}
.gtpics.imgs.scale.scale_8 .scale_8_1 {
  width: 5.46rem;
  position: absolute;
  left: 1.65rem;
  bottom: -1.05rem;
}
.gtpics.imgs.scale.scale_8 .scale_8_2 {
  width: 5.46rem;
}
.gtpics.imgs.scale.scale_9 .scale_9_1 {
  width: 7.01rem;
  position: relative;
  left: -1rem;
}
.gtpics.imgs.scale.scale_9 .scale_9_2 {
  position: absolute;
  right: 0;
  bottom: -0.74rem;
  width: 5.32rem;
}

/* ====== Tablet & Mobile Adaptive Styles ====== */

@media screen and (max-width: 1024px) {
  .nybanner img {
    height: 5rem;
    object-fit: cover;
  }
  .nybannertxt {
    top: 1rem;
    width: 6.5rem;
  }
  .easesearch_list li {
    padding: 0.6rem 0;
  }
  .gttxts h3 {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 768px) {
  .nybanner {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .nybanner > img {
    height: auto;
    width: 100%;
    min-height: 3.5rem;
  }
  .nybannertxt {
    position: static;
    width: 100%;
    padding: 0.4rem 5%;
    box-sizing: border-box;
  }
  .nybannertxt h3 {
    font-size: 0.55rem;
    line-height: 1.3;
  }
  .nybannertxt .header-desc {
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
  
  /* Remove flex flipping for alternating rows if set in global CSS */
  .easesearch_list li:nth-child(n) .mainbox.erduan {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .gttxts {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    box-sizing: border-box;
  }
  .gttxts h3 {
    text-align: center;
    font-size: 0.45rem;
  }
  .gtwenzi p {
    text-align: justify;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
  }
  .gttxts .banmore {
    display: inline-block;
    margin-top: 0.3rem;
  }
  
  /* Shrink overlay images to prevent horizontal spill */
  .gtpics {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    transform: scale(0.9); 
  }
  
  /* Shift complex overlay anchors so they group centrally */
  .gtpics.imgs.scale.scale_3 { margin-top: 0; }
  .gtpics.imgs.scale.scale_5 .scale_5_2,
  .gtpics.imgs.scale.scale_7 .scale_7_2,
  .gtpics.imgs.scale.scale_9 .scale_9_1 { 
    left: 0; 
  }
}
