html,
body {
  max-width: 1920px;
}
.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 0.76rem;
  line-height: 0.76rem;
  background: url(../image/header.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  z-index: 10;
  max-width: 1920px;
}

.header-nav {
  width: 11rem;
  height: 0.76rem;
  margin: 0 0.4rem 0 3.5rem;
}

.header-nav ul {
  object-fit: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-nav ul li {
  width: 2.07rem;
  height: 0.59rem;
  line-height: 0.59rem;
  /* line-height: 0.48rem; */
  text-align: center;
  color: #255ca6;
  background: url(../image/nav.png) no-repeat;
  background-size: 100%;
  margin-top: 0.08rem;
  /* margin-top: 0.15rem; */
  font-size: 0.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.header-pic {
  width: 1.8rem;
  height: 0.76rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-pic img {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.select-lang {
  margin-left: 0.5rem;
}

.select-lang select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.3rem;
  color: #121212;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  background: url(../image/select2-icon.png) no-repeat 90%;
  background-size: 0.2rem;
}

.main {
  position: relative;
}

/* 第一屏 */
.section1 {
  width: 100%;
  height: 11.56rem;
  background: url(../image/section1.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section1-pic {
  width: 12rem;
  /*height: 0.75rem;*/
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 5;
  margin: 4rem auto auto;
}

.store-img {
  width: 2.48rem;
  height: 0.75rem;
  margin: 0 0.1rem;
}

.apk-img {
  width: 2.48rem;
  height: 0.75rem;
  background: url(../image/btn-apk.png) no-repeat;
  background-size: 100%;
  position: relative;
  line-height: 0.75rem;
  margin: 0 0.1rem;
}

.pc-img {
  width: 2.48rem;
  height: 0.75rem;
  background: url(../image/btn-pc.png) no-repeat;
  background-size: 100%;
  position: relative;
  line-height: 0.75rem;
}

.sty-p {
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  margin-left: 0.6rem;
}

.sidebar {
  width: 2.32rem;
  height: 3.6rem;
  background: url(../image/sidebar.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0.1rem;
  top: 1.5rem;
  z-index: 3;
}

.sidebar-pic {
  /*width: 2.15rem;
  height: 4rem;*/
  margin: 0.5rem 0.1rem 0.1rem;
}

.apk-btn,
.pc-btn {
  width: 100%;
  height: 0.69rem;
  background: url(../image/sidebar-btn.png) no-repeat;
  background-size: 100%;
  line-height: 0.6rem;
}

.sty1-p {
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
}

.top-btn {
  width: 0.56rem;
  height: 0.32rem;
  background: url(../image/nav-top.png) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 0.9rem;
  top: 5.5rem;
  z-index: 3;
}

.section2-text-bg {
  width: 7.03rem;
  height: 2.52rem;
  background: url(../image/section-text-bg.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  line-height: 2.52rem;
}
.section-text {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0.6rem 0 0.2rem 0.2rem;
}

/* 第三屏 */
.section3 {
  width: 100%;
  height: 10.8rem;
  background: url(../image/section3.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.job-pic{
  width: 12rem;
  height: 6.28rem;
  margin: 0.3rem auto auto;
}

.role-pic {
  width: 12rem;
  height: 1.21rem;
  margin: 0.3rem auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checked-img {
  width: 1.18rem;
  height: 1.18rem;
  cursor: pointer;
}

.check-img {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

/* 第四屏 */
.section4 {
  width: 100%;
  height: 10.8rem;
  background: url(../image/section4.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.swiper-container {
  width: 80%;
  height: 7.7rem;
  overflow: hidden;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 12rem;
  height: 6.75rem;
  object-fit: cover;
}

.left-icon,
.right-icon {
  width: 0.61rem;
  height: 0.96rem;
  position: absolute;
  top: 5.5rem;
  cursor: pointer;
  z-index: 2;
}

.left-icon {
  left: 2rem;
}

.right-icon {
  right: 2rem;
}

.swiper-draw-banner {
  width: 15.05rem;
  margin: 0 auto;
}

.banner-img {
  width: 15.05rem;
  height: 9.7rem;
  margin: -1.2rem auto;
}

.drop-wrap {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 0.31rem;
  margin: 0 auto;
  justify-content: center;
}

.drop-img.swiper-pagination-bullet {
  width: 46px;
  height: 54px;
  border-radius: 0;
  opacity: 1;
  background: transparent url(../image/no-check.png) no-repeat center center;
  outline: none;
}
.drop-img.swiper-pagination-bullet-active {
  background: transparent url(../image/checked.png) no-repeat center center;
}

/* footer页脚 */
.footer {
  width: 100%;
  height: 1.68rem;
  /* background: url(../image/footer-text.png) no-repeat;
    background-size: 100%; */
  background-color: #000;
  position: relative;
  bottom: 0;
  left: 0;
}

.footer-content {
  width: 8.5rem;
  height: 1.68rem;
  /* background-color: aquamarine; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-img {
  width: 1rem;
  height: 1rem;
}

.footer-text p {
  color: #ffffff;
  margin: 0.06rem 0 0 0.2rem;
  font-size: 0.15rem;
}

.legal-message {
  width: 1.61rem;
  position: absolute;
  top: 0;
  right: 2.5rem;
}

.message-btn {
  width: 1.61rem;
  height: 0.41rem;
  background: url(../image/footer-frame.png) no-repeat;
  background-size: 100%;
  line-height: 0.41rem;
  color: #fff;
  text-align: center;
  margin: 0.12rem auto;
}
