html,
body {
    height: 100%;
    /* min-width:12.1200px; */
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3536rem;
    height: 0.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, .95) 0%, transparent);
    position: relative;
    z-index: 10;
    /* min-width:12.1200px; */
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header img {
    width: 1.5185rem;
}


.download-ldplayer {
    white-space: nowrap;
    display: block;
    /* width: 136.91px; */
    height: 0.39rem;

    border: 0.01rem solid hsla(0, 0%, 100%, .4);
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    color: hsla(0, 0%, 100%, .7);
    line-height: 0.39rem;
    font-size: 0.16rem;
    text-decoration: none;
}


.download-ldplayer:hover {
    background: #ffd633;
    border-color: #ffd633;
    color: #212121;
    transition: all .3s;
}

.downloadSVG {
    position: relative;
    top: 0.02rem;
}

.downloadSVG svg {
    color: hsla(0, 0%, 100%, .7);
    height: 0.18rem;
}


.download-ldplayer:hover .downloadSVG svg {
    color: #212121;
    transition: all .3s;
}

.main {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}

/* 
        .mask {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	z-index:2;
	background-color:rgba(0,0,0,.6);
}
*/

.banner2 {
    position: relative;
    width: 100%;
    padding-top: 0.96rem;
    /* background: url(../imgs/banner2.jpg) no-repeat; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.83rem;
    overflow: hidden;
}

.swiper-con {
    position: relative;
    overflow: hidden;
    width: 10rem;
    height: 5.6789rem;
    margin: 0 auto 0.3511rem;
}

.swiper-slide {}

#mySwiper {
    margin-bottom: 0.5787rem;
    position: relative;
    z-index: 9;
}

#mySwiper .swiper-slide {
    width: 1.3rem;
    height: 0.7331rem;
    margin: 0 auto;
}

#mySwiper img {
    width: 1.3rem;
    height: 0.7331rem;
    margin: 0 auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: white;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    filter: drop-shadow(0.01rem 0.01rem 0.02rem black);
}

.swiper-slide-visible {
    filter: grayscale(.58);
    cursor: pointer;
}

.swiper-slide-thumb-active {
    filter: grayscale(0);
    border: 0.02rem solid #FFF46C;
    border-radius: 0.08rem;
}

#swiper2 {
    position: relative;
    z-index: 9;
}

#swiper2 img {
    width: 10rem;
    height: 5.6789rem;
    border-radius: 0.1rem;
}

#mySwiper img {
    border-radius: 0.05rem;
}

.thumbsSlider-con {
    width: 8rem;
    margin: 0 auto;
}

.thumbsSlider-con img {
    width: 1.3rem !important;
}

.thumbsSlider-con .swiper-slide {
    width: 1.3rem !important;
}

.banner2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../imgs/banner2.jpg) no-repeat; */
    background-size: cover !important;
    filter: blur(0.2rem);
    transform: scale(1.1);
}

.banner2 .title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 0.28rem;
    text-align: center;
}

.banner2 .desc {
    width: 10rem;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 0.26rem auto 0.36rem;
    /* or 156% */

    display: flex;
    align-items: center;
    color: #000000;
    opacity: 0.5;
}

.downloadBtn,
.downloadBtn2 {
    background: url(../imgs/download-btn.png) no-repeat;
    background-size: 100% 100%;
    height: 0.5rem;
    width: 4.5rem;
    margin: 0 auto 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 0.25rem;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.downloadBtn2 {
    height: 0.68rem;
    width: 2.92rem;
    line-height: 0.68rem;
    background: url(../imgs/download-btn2.png) no-repeat;
    background-size: cover;
}

.tip .downloadBtn2 {

    position: absolute;
    right: 0.34rem;
    top: 0.38rem;
}

.banner3 {
    background-blend-mode: normal, luminosity;
    width: 100%;
    padding-top: 0.96rem;
    padding-bottom: 0.83rem;
    position: relative;
    overflow: hidden;
}

.banner3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../imgs/main.jpg) no-repeat; */
    background-repeat: no-repeat;
    background-size: cover !important;
    filter: blur(0.05rem);
    transform: scale(1.1);
}

.banner3 .title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 0.28rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.35rem;
}

.banner3 .desc {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 8.17rem;
    margin: 0 auto;
    color: #FFFFFF;
    opacity: 0.8;
}

.banner3 .black-mask {
    background: rgba(0, 0, 0, .85);
    z-index: 9;
}

.advantage {
    background: url(../imgs/advantage.png) no-repeat;
    background-size: cover;
    height: 2.24rem;
    width: 11.7rem;
    margin: 0.78rem auto 0.65rem;
    position: relative;
    z-index: 10;
}

.desc,
.title {
    z-index: 9;
    position: relative;
}

footer {
    background: #000000;
    /* min-width:12.1200px; */
    padding-top: 0.6rem;
    width: 100%;
    position: relative;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer-msg a {
    text-decoration: none
}

.footer-msg>div {
    position: relative;
    z-index: 5
}

.footer-msg .logo {
    width: 12rem;
    margin: 1.11rem auto 0
}

.footer-msg__center {
    display: flex;
    padding: 0.3rem 0 0.45rem 0;
    width: 12rem;
    margin: 0 auto
}

.footer-msg__center .text-list {
    /* font-size: 0.01200px; */
    line-height: 0.22rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center .text-list .qq-link {
    color: #ffd633
}

.footer-msg__center .text-list__link {
    color: rgba(255, 255, 255, 0.5);
    display: block
}

.footer-msg__center .text-list__link:hover {
    color: #ffd633
}

.footer-msg__center .text-list:nth-child(1) {
    width: 6.6rem
}

.footer-msg__center .text-list:nth-child(2) {
    width: 2.4rem
}

.footer-msg__center .text-list:nth-child(3) {
    flex: 1
}

.footer-msg__center2 {
    width: 12rem;
    margin: 0 auto;
    padding: 0.4rem 0 0.4rem 0;
    text-align: left;
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a {
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a span {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a:hover span {
    color: #ffd633
}

.footer-msg__center2 p {
    text-align: center
}

.footer-msg__yinsi {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin-bottom: 0.1rem
}

.footer-msg__yinsi a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #ffffff;
    margin: 0 0.05rem;
    border-right: 0.01rem solid #fff;
    padding-right: 0.1rem
}

.footer-msg__yinsi a:hover {
    color: #ffd633
}

.footer-msg__yinsi a:last-child {
    border-right: 0
}

.footer-msg__bottom2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.32rem
}

.footer-msg__bottom2 img {
    height: 0.3rem;
    pointer-events: none
}

.footer-msg__bottom2 .police {
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: bottom
}

.footer-msg__bottom2 span {
    pointer-events: none
}

.footer-msg__bottom2 a {
    margin-right: 0.2rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__bottom {
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    height: 1rem;
    align-items: center
}

.footer-msg__bottom img {
    height: 0.3rem
}

.footer-msg__bottom .police {
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: bottom
}

.footer-msg__bottom a {
    margin-right: 0.2rem;
    color: rgba(255, 255, 255, 0.5)
}

#download-link {
    display: none
}

.white-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .70);
    z-index: 9;
}

.black-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
}

.banner1 {
    position: relative;
    /* background: url(../imgs/main.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}

.tip {
    width: 11.5rem;
    height: 2.78rem;
    margin: 0 auto;
    background: url(../imgs/tips.png) no-repeat;
    background-size: 100%;
    padding-top: 0.3rem;
    position: absolute;
    bottom: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
}

.down-arrow {
    position: absolute;
    left: 50%;
    width: 0.25rem;
    height: 0.15rem;
    background: url(../imgs/down-arrow.png) no-repeat;
    background-size: cover;
    -webkit-animation: slideMove 0.7s infinite alternate;
    animation: slideMove 0.7s infinite alternate;
    filter: drop-shadow(black 0.01rem 0.01rem 0.02rem);
}

.down-arrow-none {
    display: none;
}

@-webkit-keyframes slideMove {
    0% {
        bottom: 0.75rem;
    }

    100% {
        bottom: 0.45rem;
    }
}

/* Standard syntax */
@keyframes slideMove {
    0% {
        bottom: 0.75rem;
    }

    100% {
        bottom: 0.45rem;
    }
}

#gameLogo {
    height: 1.44rem;
    width: 1.44rem;
    position: absolute;
    left: 0.34rem;
    top: 0.3rem;
    border-radius: 0.31rem;
}

.gameDesc {
    color: #FFFFFF;
    padding-left: 2.18rem;
    opacity: 0.6;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-size: 0.18rem;
    line-height: 0.38rem;
}

#gameName {
    color: #FFFFFF;
    padding-left: 2.18rem;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.42rem;
    line-height: 0.48rem;
    margin-bottom: 0.15rem;
}

#gameVersion,
#gameTags {
    margin-right: 0.8rem;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.seo {
    height: 0.01rem;
    color: transparent;
}
.bigTip{
    font-size: 0.2rem !important;
    line-height: 0.28rem;
    opacity: 1 !important;
}
.ldAdvantage{
    height: 0.28rem;
    position: absolute;
    left: 0.34rem;
    margin-top: 0.52rem;
}
.ldAdvantageTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-size: 0.18rem;
}
.ldAdvantageTitle span{
    font-size: 0.14rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    opacity: 0.6;
}
.ldAdvantageTitle span:last-child{
    margin-right: 0;
}
.ldAdvantageTitle img{
    margin-right: 0.1rem;
    height: 0.22rem;
    width: 0.28rem;
}

.seo {
    height: 0.01rem;
    color: transparent;
}