* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  user-select: none;
}
html,
body {
  width: 100%;
  height: 100%;
  display: block;
}
html{
    overflow: auto;
}
button{
    border: 0px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
h1{
    font-size: 8rem;
}
h3{
    font-size: 3.8rem;
}
h4{
    font-size: 3rem;
}
h1 > *{
    font-size: 8rem;
}
h3 > *{
    font-size: 3.8rem;
}
h4 > *{
    font-size: 3rem;
}
.page-bg{
    background:url(../img/bg.png) no-repeat top center;
    background-size: cover;
}
.logoImg{
    width: 5.5rem;
    height: auto;
}
.logoTitle{
    width: 17.5rem;
    height: auto;
}
.card-img{
    width: 13rem;
    height: auto;
}
.list-img{
    width: 17.8rem;
    height: auto;
}
.flogo{
    width: 4.5rem;
    height: auto;
}

header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.8rem 21.6rem 2.5rem;
    box-sizing: border-box;
    position: relative;
}

/* .light{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
} */

section{
    padding: 0rem 21.6rem 0rem;
    position: relative;
}

footer{
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}
.companyMessage{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%,0);
    line-height: 3rem;
}
.companyMessage a{
    color: #333333;
    text-decoration: none;
}
.logo{
    display: flex;
    align-items: center;
}

.loginBtn{
    border-radius: 2rem;
    background: linear-gradient(#c2ea6c,#77d88b);
    padding: 0.25rem;
    box-sizing: border-box;
}
.loginBtn span{
    padding: 0.75rem 2.25rem;
    display: block;
    background-color: #285442;
    border-radius: 2rem;
    color: white;
    font-size: 1.5rem;
}
.downloadBtn{
    padding: 1rem 4.6rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    background: linear-gradient(#c2ea6c,#77d88b);
    color: #153336;
    margin-left: 1.5rem;
}

.topTitle{
    padding-top: 9.8rem;
    color: white;
    letter-spacing: 1rem;
}

.topSubTitle{
    color: white;
    display: flex;
    align-items: center;
    padding: 3rem 0rem 2rem;
}

.topSubTitle > span{
    color: #d2f971;
    margin-left: 1.8rem;
}
.topSubTitle > img{
    width: 5rem;
    height: auto;
}
.SubTitle{
    color: white;
}

.logoFrom{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #6debaf;
    padding: 2rem 0rem 4rem;
}

.downloadBtn2{
    padding: 2rem 7rem;
    border-radius: 7rem;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(#c2ea6c,#77d88b);
    color: #153336;
}

.banner{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 96rem;
    height: auto;
}

.logoFrom img{
    margin-right: 1.8rem;
}

.text-align{
    text-align: center;
}

.page2{
    padding-top: 41rem;
}
.pageTitle{
    position: relative;
}
.pageTitle::before{
    content: " ";
    width: 9.1rem;
    height: 0.5rem;
    position: absolute;
    background: #5ac1ad;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}

.pageSubTitle{
    font-size: 1.64rem;
    color: #828282;
    padding-top: 4.6rem;
    line-height: 3.2rem;
}

.card-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9.5rem;
}

.card{
    width: 32%;
    height: 53rem;
    box-shadow: 0px 0px 10px #0000001f;
    border-radius: 1rem;
}

.card-header{
    height: 50%;
    text-align: center;
    border-radius: 1rem 1rem 0rem 0rem;
    padding-top: 4.5rem;
    box-sizing: border-box;
}

.card-header-title{
    color: white;
    font-size: 2.3rem;
    padding: 2.8rem 0rem 1rem;
    font-weight: 700;
}
.card-header-subtitle{
    color: white;
    font-size: 1.3rem;
}

.card-body{
    padding:0rem 4.5rem;
}

.page3{
    padding-top: 17.9rem;
}
.list-item{
    display: flex;
    margin-bottom: 2.8rem;
}
.list-content{
    padding-left: 6rem;
    flex: 1;
}
.right .list-content{
    text-align: right;
    padding-right: 6rem;
}
.list-content > h4{
    position: relative;
}
.list-content > p{
    font-size: 1.5rem;
    color: #666666;
    padding-top: 5.8rem;
}
.list-content > h4::after{
    content: " ";
    position: absolute;
    width: 9.1rem;
    height: 0.5rem;
    left: 0;
    bottom: -0.7rem;
    background: #5ac1ad;
}
.right .list-content > h4::after{
    left: unset;
    right: 0;
}

.page4{
    padding-top: 31.6rem;
    text-align: center;
}

.games{
    width: 116.6rem;
    height: auto;
    /* display: block; */
    margin: 6.66rem 0rem 8.6rem;
}

.bilibili{
    width: 58.1rem;
    height: auto;
    display: block;
    margin: 5rem auto 4.5rem;
    cursor: pointer;
}

.img-box{
    width: 13rem;
    height: 12rem;
    margin: 0 auto;
}


@media screen and (min-width: 1px) {
    *{
        font-size: 2.55px;
    }
}
@media screen and (min-width: 576px) {
    *{
        font-size: 4px;
    }
}

@media screen and (min-width: 768px) {
    *{
        font-size: 6px;
    }
}

@media screen and (min-width: 992px) {
    *{
        font-size: 7px;
    }
}
@media screen and (min-width: 1200px) {
    *{
        font-size: 8px;
    }
}

@media screen and (min-width: 1400px ) {
    *{
        font-size: 10px;
    }
}
@media screen and (min-width: 1920px) {
    *{
        font-size: 12px;
    }
}
@media screen and (min-width: 2560px) {
    *{
        font-size: 15.9px;
    }
}
@media screen and (min-width: 3840px) {
    *{
        font-size: 23.9px;
    }
}
