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%;
    height: 1.08rem;
    background: url(../image/pc/tw/header-bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 1920px;
}

.header-logo {
    width: 1.73rem;
    height: 0.84rem;
    margin-left: 0.5rem;
}

.header-right{
    padding-right: 0.5rem;
}

.header-right img{
    width: 0.51rem;
    height: 0.41rem;
    margin: 0 0.1rem;
    cursor: pointer;
}

.select-lang{
    width: 1.2rem;
    height: 0.34rem;
    background-color: #2b3033;
    border-radius: 0.1rem;
    margin-left: 0.15rem;
}

.select-lang select{
    width: 1.2rem;
    height: 0.34rem;
    background-color: #2b3033 !important;
    border-radius: 0.1rem;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: 0.02rem;
    padding-left: 0.1rem;
    color: #fff;
    background: url(../image/pc/tw/icon-section.png) no-repeat 90%;
    background-size: 0.1rem;
    font-size: 0.16rem;
}

.section1{
    width: 100%;
    height: 10.79rem;
    background: url(../image/pc/tw/section1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.store-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 1rem;
}

.store-btn img{
    width: 2.99rem;
    height: 0.99rem;
    margin: 0 0.2rem;
    cursor: pointer;
}

.section1-text{
    width: 12.36rem;
    height: 1.44rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 2.5rem;
}

.section2{
    width: 100%;
    height: 10.79rem;
    background: url(../image/pc/tw/section2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.out-swiper{
    width: 10rem;
    position: absolute;
    top: 0rem;
    left: 4.5rem;
}

.swiper-container{
  position: absolute;
  top: 1rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.88rem;
  border-radius: 0.6rem;
}

.swiper-slide img{
  width: 5.04rem;
  height: 8.88rem;
}

.out-swiper .swiper-slide{
  width: 5.04rem;
  border-radius: 0.6rem;
  filter:brightness(.6);
}

.out-swiper .swiper-slide-active {
  filter:none;
}

.left-icon,
.right-icon {
  width: 1.84rem;
  height: 0.6rem;
  position: absolute;
  top: 3.5rem;
  z-index: 2;
}

.left-icon {
  left: 0rem;
}

.right-icon {
  right: 0rem;
}

.footer{
    width: 100%;
    height: 1.68rem;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.footer-warpper{
    margin-top: 0.25rem;
}

.footer-icon{
    width: 1.15rem;
    height: 1.15rem;
    margin: 0 0.1rem;
}

.footer-text{
    width: 10.26rem;
    height: 1.22rem;
    margin: 0 0.1rem;
}

.message{
    width: 1.14rem;
    position: absolute;
    right: 1.5rem;
    top: 0.3rem;
}

.fw,.ys{
    width: 1.09rem;
    height: 0.25rem;
    margin: 0.25rem auto;
}

.fw{
    background: url(../image/fw-text.png) no-repeat;
    background-size: 100% 100%;
}

.ys{
    background: url(../image/ys-text.png) no-repeat;
    background-size: 100% 100%;
}
