html, body, div, h1, p, span, a, img{
   margin: 0;
   padding: 0;
   border: 0; 
   box-sizing: border-box;
}
img{
    vertical-align: top;
}

html{
    font-size: calc((100vw / 375) * 100);
}
html, body{
    width: 100%;
    height: 100%;
}
body{
    font-size: 0.15rem;
    font-family: PingFangSC-Regular;
    color: #8D92B2;
}

.wrap{
    width: 3.75rem;
    margin: 0 auto;
    height: auto;
    min-height: 100vh;
    /* background: url('./assets/images/bg.png') no-repeat center top; */
    /* background-size: cover; */
    background-color: #000E3B;
    /* height: 1rem; */
    padding-top: 0.25rem;
}
.logo-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.24rem;
}
.logo{
    width: 1.07rem;
    height: 0.25rem;
}
.content-wrap{
    margin-top: 0.32rem;
    padding: 0 0.26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-wrap .title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-wrap .title img {
    width: 2.42rem;
    height: 0.3rem;
}  
.content-wrap .txt{
    margin-top: 0.21rem;
    font-weight: 400;
    text-align: justify;
}
.btn-wrap{
    margin-top: 0.32rem;
    padding: 0 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.16rem;
}
.btn-wrap a{
    width: 1.5rem;
    height: 0.42rem;
    /* border-radius: 0.21rem;  */
    color: #fff;
    text-decoration: none;   
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-25deg);
    font-size: 0.14rem;
}
.btn-wrap a span{
    transform: skew(25deg);
}
.btn-wrap .web-btn{
    background-image: linear-gradient(109deg, #6B96E9 0%, #274FC3 100%);
}
.btn-wrap .h5-btn{
    background-image: linear-gradient(260deg, #FA2040 0%, #FD5E3C 100%);
}
.img-wrap{
    margin-top: -0.21rem;
    display: flex;
    justify-content: center;
}
.img-wrap img{
    width: 3.75rem;
    height: 4.52rem;
}


/* and (max-width: 1439px) */
@media (min-width: 768px ) and (max-width: 1439px) {
    html{
        font-size: 15px;
        /* background-image: linear-gradient(180deg, #252AAA 0%, #4C3DE6 100%); */
    }
    body{
        height: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #001F88;
        padding-top: 23px;
    }
    .wrap{
        width: 100%;
        height: auto;
        min-height: 812px;
        min-width: 800px;
        overflow: scroll;
        /* background: url('./assets/images/bg-pc.png') no-repeat center top;
        background-size: 1440px; */
        background-color: #001F88;
        padding-top: 23px;
        padding-bottom: 59px;
        
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo-wrap{
        width: 800px;
    }
    .logo{
        width: 128px;
        height: 30px;
    }
    .content-wrap{
        margin-top: 28px;
        max-width: 800px;
    }
    .content-wrap .title img {
        width: 242px;
        height: 30px;
    }  
    .content-wrap .txt{
        margin-top: 21px;
        font-size: 16px;
    }
    .btn-wrap{
        margin-top: 27px;
        gap: 20px;
    }
    .btn-wrap a{
        width: 269px;
        height: 42px;
        font-size: 14px;    
    }
    .img-wrap{
        margin-top: -40px;
    }
    .img-wrap img{
        width: 648px;
        height: auto;
        /* height: 540px; */
    }
}


@media (min-width: 1440px){
    html{
        font-size: calc((100vw / 1440) * 100);
        background-color: #001F88;
    }
    .wrap{
        /* width: 100%; */
        width: 14.4rem;
        background-color: #001F88;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo-wrap{
        width: 12rem;
    }
    .logo{
        width: 1.28rem;
        height: auto;
    }
    .content-wrap{
        width: 12rem;
        margin-top: 0.2rem;
        align-items: unset;
    }
    .content-wrap .txt{
        width: 100%;
        text-align: left;
        margin-top: 0.2rem;
    }
    .btn-wrap{
        margin-top: 0.2rem;
    }
    .btn-wrap a{
        width: 2.4rem;
        height: 0.38rem;
    }
    .img-wrap{
        margin-top: -0.47rem;
    }
    .img-wrap img{
        width: 5.88rem;
        height: auto;
    }
}
