html,
body {
  max-width: 1920px;
}

img {
  border: none;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.header-nav {
  width: auto;
  height: 0.76rem;
}

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

.header-nav ul li{
    width: 2.32rem;
    color: #f9f79d;
    background: url(../image/nav-btn.png) no-repeat;
    background-size: 100%;
    height: 0.59rem;
    line-height: 0.59rem;
    text-align: center;
    margin-top: 0.08rem;
    font-size: 0.18rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.header-pic {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.3rem;
}

.select-lang{
  margin-right: 0.18rem;
}

.select-lang select {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.7rem;
    color: #fff;
    background-color: #0a3765 !important;
    background: url(../image/select.png) no-repeat 90%;
    background-size: 0.2rem;
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    cursor: pointer;
}

.warrper{
    position: relative;
}

.section1{
    width: 100%;
    height: 10.8rem;
    background: url(../image/section1.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section1-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9.5rem;
}

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

.section2{
    width: 100%;
    height: 10.79rem;
    background: url(../image/section2.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section2-text{
    width: 5.76rem;
    height: 2.25rem;
    margin: 0.2rem auto;
}

.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;
}

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

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

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

.section3-text{
    width: 5.76rem;
    height: 2.25rem;
    margin: 0.2rem auto;
}

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

.left-icon {
  left: 1rem;
}

.right-icon {
  right: 1rem;
}

.out-swiper{
  width: 100%;
  height: 7.29rem;
  margin: 0.1rem auto 0;
}

.out-swiper .swiper-slide img{  
  width: 14.03rem;
  height: 7.29rem;
  margin: 0 auto;
}

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

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

.drop-img.swiper-pagination-bullet-active {
  background: transparent url(../image/checked.png) no-repeat center center;
}

.footer{
    width: 100%;
    height: 2.14rem;
    background: url(../image/footer.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.legal-message {
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
}

.legal-btn{
    width: 2.85rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: url(../image/legal-btn.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.2rem auto;
    cursor: pointer;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}