﻿/* @font-face {
    font-family: 'font1';
    src: url(../imgs/font1.ttf);
  }
  
  @font-face {
    font-family: 'font2';
    src: url(../imgs/font2.ttf);
  }
  
  @font-face {
    font-family: 'font3';
    src: url(../imgs/font3.ttf);
  } */


  @font-face {
    font-family: 'YuMo01';
    src: url(../imgs/YuMo01.ttf);
  }
  @font-face {
    font-family: 'YuMo02';
    src: url(../imgs/YuMo02.ttf);
  }
  @font-face {
    font-family: 'YuMo03';
    src: url(../imgs/YuMo03.ttf);
  }
  @font-face {
    font-family: 'YuMo04';
    src: url(../imgs/YuMo04.ttf);
  }
  @font-face {
    font-family: 'YuMo05';
    src: url(../imgs/YuMo05.ttf);
  }
.main {
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
  }
  /* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter:none;
    } */
.main .sec1 {
    background: url(../imgs/bg_cs1.png) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
}

.main .sec2 {
    background: url(../imgs/bg_cs2.png) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
}

.main .sec3 {
    background: url(../imgs/bg_cs3.png) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
}

.main .sec4 {
    background: url(../imgs/bg_cs4.png) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
}

.main .sec5 {
    background: url(../imgs/bg_cs5.png) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
}

/* .main .sec6 {
    background: url(../imgs/bj6.jpg) no-repeat center/cover;
    width: 100%;
    height: 10.8rem;
} */

.main .sec7 {
    background: url(../imgs/bg_cs6.png) no-repeat center/cover;
    width: 100%;
    height: 6.67rem;
    position: relative;
}

.main .sec1 .index-nav{
    background: url(../imgs/nav.png) no-repeat center/cover;
    width: 100%;
    height: 1.21rem;
    display: flex;
    position: absolute;
}

.main .sec1 .index-logo{
    width: 4rem; 
    height: 2rem;
    padding-left: 0.3rem;
    padding-top: 0.05rem;
}

.main .sec1 .index-logo img{
    width: 4rem;
    height: 1rem;
}


.main .sec1 .top-nav{
    width: 9.6rem;
    height: 0.9rem;
    white-space:nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-42%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .sec1 .top-nav a{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #bebcc5;
    font-family: 'YuMo05';
}

.main .sec1 .top-icon{
    width: 2.5rem;
    height: 0.9rem;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    right: 0.1rem;
}

.main .sec1 .top-icon a{
    width: 0.8rem;
    height: 0.75rem
}

.icon1 {
    background: url(../imgs/index-icon1.png) no-repeat center/cover;
}

.icon2 {
    background: url(../imgs/index-icon2-on.png) no-repeat center/cover;
}

.icon3 {
    background: url(../imgs/index-icon3-on.png) no-repeat center/cover;
}

.player{
    background: url(../imgs/play.png) no-repeat center/cover;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 6.9rem;
    left: 5.8rem;
}

.main .sec1 .app-store{
    background: url(../imgs/appstore-cn.png) no-repeat center/cover;
    width: 3rem;
    height: 1.25rem;
    position: absolute;
    top: 6.9rem;
    left: 7.1rem;
}

.main .sec1 .taptap{
    background: url(../imgs/taptap-cn.png) no-repeat center/cover;
    width: 3rem;
    height: 1.25rem;
    position: absolute;
    top: 6.9rem;
    left: 9.9rem;
}
.main .sec1 .S8Logo{
    background: url(../imgs/S8Logo.png) no-repeat center/cover;
    width: 10.11rem;
    height: 5.78rem;
    position: absolute;
    top: 1.4rem;
    left: 4.8rem;
}
.sec7 .mySwiper{
    width: 12.2rem;
    height: 4.2rem;
    /* margin: 1.65rem auto 0; */
    overflow: hidden;
    position: absolute;
    top: 2.2rem;
    left: 3.8rem;
}

.sec7 .swiper .swiper-slide {
    width: 2.8rem !important;
    height: 4.9rem;
}

.sec7 .swiper .swiper-slide img {
    width: 2.7rem;
    height: 3.6rem;
}

.sec7 .swiper .swiper-button-prev,.swiper-button-next{
    display: block;
    text-indent: -9999px;
}

#leftclick,#rightclick{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    
    cursor:pointer;
    position: absolute;
}

#leftclick{
    background: url(../imgs/leftClick.png) no-repeat center/cover;
    top: 3.2rem;
    left: 2rem;
}
#rightclick{
    background: url(../imgs/rightClick.png) no-repeat center/cover;
    top: 3.2rem;
    right: 1.6rem;
}
.main .footer{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #050608;
}
.bottom-nav{
    width: 6.68rem;
    height: 0.9rem;
    display: flex;
    justify-content: space-around;
}
.bottom-nav img{
    /* width: 1rem;
    height: 1rem;
    padding: 0 0.3rem;
    float: left;
    position: relative;
    top: 7.2rem;
    left: 5.8rem; */
    width: 0.9rem;
    height: 0.9rem;

}

.copy-right{
    /* position: relative;
    top: 8.7rem;
    font-size: 0.26rem;
    line-height: 0.45rem;
    color: #494952;
    font-family: 'YuMo03';
    text-align: center; */
    margin-top: 0.1rem;
    font-size: 0.25rem;
    line-height: 0.45rem;
    color: #494952;
    font-family: 'YuMo03';
    width: 12.91rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* @media only screen and (max-width:850px) {
    .copy-right{
        background-color: #000;
        position: relative;
        top: 8.7rem;
        font-size: 0.25rem;
        line-height: 0.7rem;
        color: #494952;
        font-family: 'YuMo033';
        text-align: center;
    }
} */

/* 视频 */

#show-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999 !important;
    background: rgba(0, 0, 0, .85);
    display: none;
}

.video-close {
    width: 45px;
    height: 45px;
    color: #211d1e;
    position: absolute;
    right: 118px;
    top: 113px;
    z-index: 999;
    cursor: pointer;
}

#show-video video {
    outline: none;
    max-width: 85%;
    max-height: 88vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}
