@charset "UTF-8";

.banmore {
  background: #FE5B1A;
}
.links {
  display: flex;
  justify-content: center;
}
.home-header {
  width: 100%;
  background: url('/images/home-header-bg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.home-header .absolute-tips {
  position: absolute;
}
.home-header .absolute-tips.top-header-round {
  width: 3.5rem;
  height: 3.5rem;
  background: #FF5B1A;
  border-radius: 50%;
  left: -1.15rem;
  top:-2.35rem;
}
.home-header .absolute-tips.bottom-header-round {
  width: 3.28rem;
  height: 3.28rem;
  background: #FF5B1A;
  border-radius: 100%;
  right: -2.35rem;
  top: 50%;
}
.home-header .home-header-right {
  width: 47%;
  position: relative;
}
.home-header .home-header-right .count-box {
  position: absolute;
  left: -1.55rem;
  right: -0.5rem;
  bottom: 0.69rem;
}
.home-header .home-header-right .count-box .count-item {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.32rem 0rem rgba(57,73,87,0.14);
  border-radius: 0.42rem;
  border: 0.08rem solid #FF5B1A;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.34rem;
  color: #555555;
  line-height: 0.45rem;
  padding: 0 0.36rem;
  margin-left: 0.5rem;
  float: left;
  margin-top: 0.47rem;
}
.home-header .home-header-right .count-box .count-item.trade {
  margin-left: 0;
}
.home-header .nybannertxt {
  position: relative;
  left: 0;
}
.home-header .nybannertxt .header-desc {
  font-size: 0.3rem;
  color: #363636;
  margin-top: 0.27rem;
  line-height: 0.42rem;
  margin-bottom: 0.7rem;
}
.home-header .nybannertxt .header-title {
  padding-bottom: 0.4rem;
  position: relative;
}
.home-header .nybannertxt .header-title::after {
  content: "";
  position: absolute;
  width: 0.92rem;
  bottom: 0;
  height: 0.06rem;
  background: #FE5B1A;
}

.persons {
  display: flex;
  justify-content: space-between;
}
.persons .persons-item {
  width: 24%;
  margin-bottom: 0.6rem;
  border-radius: 0.2rem;
  border: 0.05rem solid #FF5B1A;
  position: relative;
  padding: 0.44rem;
  padding-top: 0.87rem;
}
.persons .persons-item img {
  height: 1.6rem;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.persons .persons-item .person-infos {
  text-align: center;
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.25rem;
}
.persons .persons-item .person-infos h2.person-name {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.persons .persons-item .person-infos .person-job {
  font-family: Alibaba-PuHuiTi-B;
}
.persons .persons-item .person-infos .person-desc {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.2rem;
  color: #555555;
  line-height: 0.3rem;
  margin-top: 4%;
}

.data-bases li {
  width: 33.33%;
}
.data-bases li .li-item-box {
  text-align: left;
  display: flex;
  flex-direction: column;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  padding: 0 0.3rem;
}
.data-bases li .li-item-box img {
  height: 1.8rem;
  margin-bottom: 0.3rem;
  object-fit: contain;
  object-position: left;
}
.data-bases li .li-item-box span {
  white-space: normal;
}
.data-bases li .li-item-box p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  font-weight: normal;
  font-family: Alibaba-PuHuiTi-R;
  margin-top: 0.24rem;
}

.container-AI .ai-header-desc {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.2;
}
.container-AI .ai-content {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.28rem;
  color: #555555;
  line-height: 0.4rem;
  text-align: center;
}
.container-AI .ai-content .warning-text {
  font-size: 0.32rem;
}
.container-AI .data-bases .li-item-box img {
  height: 2.6rem;
  margin-bottom: 0.2rem;
  object-position: center;
}
.container-AI .data-bases .li-item-box p {
  color: #363636;
  margin-top: 0;
  text-align: center;
}

.compare .default-img-2 {
  display: flex;
  justify-content: space-between;
}
.compare .default-img-2 .compare-title {
  background: #FF5B1A;
  border-radius: 0.37rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.16rem 0.8rem;
  text-align: center;
  font-family: Alibaba-PuHuiTi-B;
  top: -0.36rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  position: absolute;
}
.compare .default-img-2 .que-ans {
  position: relative;
  width: 40%;
  padding: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.32rem 0rem rgba(57,73,87,0.14);
  border-radius: 0.2rem;
}
.compare .default-img-2 .que-ans.ue-right .compare-title {
  background: #C7C7C7;
}
.compare .default-img-2 .default-box-ul li {
  text-align: left;
  margin-top: 0.18rem;
}
.compare .default-img-2 .default-box-ul li p {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  color: #555555;
}
.compare .default-img-2 .default-box-ul li p img {
  margin-right: 0.2rem;
  height: 0.38rem;
}

.swiper-photos {
  position: relative;
}
.swiper-photos .swiper-pagination {
  left: 54%;
  bottom: 0.2rem;
}
.swiper-photos .swiper-pagination .swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.27rem;
}
.swiper-photos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF5B1A;
}
.swiper-photos h2 {
  font-size: 0.5rem;
}
.swiper-photos .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 0.3rem;
}
.swiper-photos .swiper-button {
  position: absolute;
  font-size: 0.67rem;
  color: #666666;
  line-height: 0.96rem;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.swiper-photos .swiper-button.customer-button-next {
  right: -0.8rem;
}
.swiper-photos .swiper-button.customer-button-prev {
  left: -0.8rem;
}
.swiper-photos .swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-photos .swiper-slide img {
  width: 50%;
  margin-right: 0.6rem;
}
.swiper-photos .swiper-slide .swiper-slide-right {
  font-size: 0.32rem;
  color: #555555;
  line-height: 0.44rem;
}
.swiper-photos .swiper-slide .swiper-slide-right .warning-text {
  font-size: 0.5rem;
  margin-bottom: 0.4rem;
  font-family: Alibaba-PuHuiTi-B;
}

.fqa-container .fqa-container-header {
  text-align: center;
}
.fqa-container .faq-content {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 0.41rem;
}
