html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: 'PingFangSC';
    background-color: #EAF9FF;
}
.container{
    width: 1920px;
    height: 1090px;
    background-image: url(../img/bg.png);
    /* background: linear-gradient(180deg, #EAF9FF 0%, #9FD1FF 100%); */
    background-size: 100% 100%;
    margin: 0 auto;
    transform-origin: 0% 0%;
    overflow-y: auto;
    overflow-x: hidden;
    
}
.logo{
    margin-top: 78px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo .logoimg{
    width:48px;
    border-radius: 6px;
}

.logoimg img{
    width: 48px;
    border-radius: 6px;
}
.logo .txt{
    height: 42px;
    width: 150px;
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
    margin-left: 20px;
    color: #ffffff;

}
.slogen{
    position: absolute;
    top:50px;
    left:50%;
    margin-left:-400px;
    width: 800px;
    height: 800px;
    background-image: url(../img/55.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;

}
.slogen img{
    width: 250px;
    margin-left: 270px;

}
.slogen-2{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 92px;
    font-size: 32px;
    color: #ffffff;
    line-height: 112px;
    letter-spacing: 2.72px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.slogen-3{
    position: absolute;
    width: 702px;
    height: 52px;
    top: 353px;
    left: 604px;
    font-size: 16px;
    color:#E6E6E6;
    line-height: 24px;
    text-align: center;
}
.btn-div{
    position: absolute;
    top: 472px;
    left: 0;
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-div1{
    position: absolute;
    top: 550px;
    left: 0;
    width: 100%;
    height: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-download{
    width: 495px;
    height: 90px;
    background: linear-gradient(91.97deg, #FF9E11 2.13%, #ED8C00 91.8%);
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 500;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 16px;
}

.btn-download-img {
    margin-top:100px;
    background: #FFFFFF;
    width: 495px;
    height: 300px;
    border-radius: 8px;

}
.btn-download-img .title {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 500;
    text-align: center; 
    margin-top:15px;
}
.btn-download-img .content {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 15px 30px 15px 30px

}
a {
    color: inherit;
    text-decoration: none;
    border:0;
}
@font-face{
    font-family: PingFangSC;
    src:url('../PingFangSC-Regular.woff2')
}

@font-face{
    font-family: Inter;
    src:url('../Inter-Regular.woff2')
}

