@charset "UTF-8";

.nybannertxt {
  position: absolute; 
  top: 1.42rem;
  width: 8.61rem;
}
.nybannertxt h3 {
  color: #363636;
  text-align: left;
}
.nybannertxt .header-desc {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.3rem;
  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: #FE5B1A;
}
.nybannertxt .header-content {
  margin: 0.44rem 0;
  padding-left: 0.16rem;
  font-size: 0.3rem;
  color: #363636;
}
.gttxts h3 {
  color: #363636;
}
.banmore {
  background: #FE5B1A;
}
.content-desc {
  font-size: 0.26rem;
  color: #363636;
  line-height: 0.33rem;
  text-align: center;
  margin-top: 0.1rem;
}
.data-bases li {
  width: 25%;
}
.data-bases li .li-item-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.24rem;
  color: #363636;
  line-height: 1;
}
.data-bases li .li-item-box img {
  height: 0.87rem;
  width: 0.87rem;
  margin-bottom: 0.24rem;
}
.bottom-container {
  background: url(../images/data-bottom-bg.png) no-repeat center;
  background-size: cover;
  height: 5rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.bottom-container .item-box {
  background: #FF5B1A;
  padding: 0.7rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.item-box+.item-box {
  margin-left: 1.12rem;
}
.bottom-container .item-box .item-title {
  font-size: 0.28rem;
  font-family: Alibaba-PuHuiTi-B;
}
.bottom-container .item-box img {
  height: 0.83rem;
  margin-right: 0.48rem;
}
.country-data-img img {
  height: 9.97rem;
  width: auto;
  max-width: 100%;
}
.bottom-between-box li {
  width: 33.33%;
  margin-top: 9%;
}
.bottom-between-box li .li-item-box img {
  height: 1.62rem;
  width: 1.45rem;
  margin-bottom: 0.12rem;
}
.bottom-between-box li .li-item-box p {
  margin-top: 0.19rem;
}
.bottom-between-box li .timer, .bottom-between-box li em {
  font-size: 0.54rem;
  color: #FF5B1A;
}
.bottom-box-container {
  padding-right: 0.33rem;
}

/* ====== Tablet & Mobile Adaptive Styles ====== */
@media screen and (max-width: 1024px) {
  .nybannertxt {
    top: 1rem;
    width: 6rem;
  }
  .data-bases li {
    width: 50%;
    margin-bottom: 0.6rem;
  }
  .bottom-box-container {
    width: 55%;
  }
  .bottom-box-container + .sytit {
    width: 40%;
  }
  .bottom-container {
    height: auto;
    padding: 1rem 0;
  }
  .bottom-container .item-box {
    padding: 0.4rem;
  }
  .item-box+.item-box {
    margin-left: 0.5rem;
  }
  .country-data-img img {
    height: auto; 
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nybanner {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .nybanner > img {
    height: auto;
    width: 100%;
    min-height: 4rem;
    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 {
    font-size: 0.28rem;
  }
  
  .synumber ul.upshang li {
    width: 50%;
    margin-bottom: 0.6rem;
  }
  /* Desktop features 8 databases => make them wrap functionally */
  .data-bases li {
    width: 50%;
  }
  
  .bg-white .mainbox.erduan {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bottom-box-container {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .bottom-box-container + .sytit {
    width: 100%;
    text-align: center;
  }
  .bottom-between-box {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom-between-box li {
    width: 100%;
    margin-top: 0.4rem;
  }
  
  /* Lower Call to actions box */
  .bottom-container .mainbox.erduan {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bottom-container .item-box {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-bottom: 0.4rem;
  }
}
