@font-face {
    font-family: 'FredokaOne';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../FredokaOne.ttf) format('woff2');

}
html {
    font-size: calc(100vw / 58.5);
    background-color: #000
}
body {
    font-size: 0.32rem;
    overflow-y: auto;

}
section {
    width: 100%;
    margin: 0 auto;
   
}
section{
    width: 100%;
    min-height: 100%;
    background:#000 url('../images/bg-box.png') no-repeat top left;
    background-size: 100% 100%;
}
#web-pc{
    font-size: 10px !important ;
}
#web-pc section{
    width: 585px;
    min-width: 585px;
}
    

.FredokaOne {
    font-family: "FredokaOne", sans-serif;
    font-weight: 400;
    font-style: normal;
}
section{
    padding: 3.6rem;
    color: #fff;
    font-weight: 400;
}
.fac{
    display: flex;
    align-items: center;
}

.fcc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    width: 5.3rem;
    height: 5.3rem;
    margin-right: 2rem;
    border-radius: 0.6rem;
}
.title{
    font-size: 2.4rem;
}
.text-FFDEB7{
    color: #FFDEB7;
}

.text{
    width: 33.2rem;
    font-size: 4.1rem;
    height: 15.6rem;
    margin-top: 3.7rem;
}
.text-18{
    color: #00B2FF;
    line-height: 2.35rem;
    height: 2.35rem;
    font-size: 1.85rem;
    margin-top: .65rem;
}

.btn{
    cursor: pointer;
    margin-top: 5.6rem;
    display: block;
    border: none;
    width: 40rem;
    height: 8rem;
    background: url('../images/btn.png') no-repeat top left;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5rem;
    text-align: center;
    line-height: 7rem;
}

.main{
    margin-top: 3.1rem;
    width: 49.75rem;
    height: 73.55rem;
    background: url('../images/bg-main.png') no-repeat top left;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.6rem;
}
.main .cen{
    font-size: 2.35rem;
    background: linear-gradient(90deg, #B62FF5 0%, #25A5F5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* 关键！隐藏文字颜色 */
    display: inline-block; /* 确保背景作用于文字 */
}

.left,.right{
    transform: rotate(45deg);
    width: 9.5px;
    height: 9.5px;
    background-color: #B530F5;
    margin: 1rem;
}
.main .right{
    background-color: #27A3F5;
}
.main .txt{
    width: 34.35rem;
    font-size: 1.85rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
}
.cover{
    width: 41.4rem;
    height: 45.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.65rem;
    background: url('../images/liner.png') no-repeat top left;
    background-size: 100% 100%;
    padding-top: 4.6rem;
}

.cover div{
    width: 19.5rem;
    font-size: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    height: 4.5rem;
    color: #FFDEB7;
}