@font-face {
        font-family: 'font_one';
        src: url(../font/PingFangBold.ttf);
}

body {
        width: 100%;
        height: 100vh;
        background: url('../images/bg.png') no-repeat;
        background-size: 100% 100%;
        font-family: 'font_one'
}

.header {
        padding-top: 15vh;
        color: #fff;
        font-size: 5vh;
        text-align: center;
        letter-spacing: 10px;
        font-weight: bold;
        font-family: 'font_one'

}

.mini {
        font-family: 'font_one' !important
}

.back {
        font-family: 'font_one' !important;
        font-weight: 500;
}

.content {
        background: url('../images/adbg.png') no-repeat;
        background-size: 100% 100%;
        width: 55%;
        margin: 7vh auto 0;
        height: 51%;
        display: flex;
        justify-content: flex-start
}

.left {
        width: 63%;
        padding: 2vw 0 2vw 2vw;
}

.left img {
        width: 100%;
        height: 100%;
}

.right {
        width: 36%;
        padding: 2vw;
        text-align: center;
}

.right div {
        width: 100%;

}

.stitle {
        font-size: 3vh;
        color: #2353C5;
        padding-top: 2.5vh;
        font-weight: bold;
        font-family: 'font_one';
}

.first {
        display: flex;
        justify-content: space-around;
        align-items: center;
}

.second {
        display: flex;
        justify-content: space-around;
        align-items: center;

}

.first {
        margin-top: 18%;
        border-radius: 10px 10px 10px 10px;
        background: rgba(76, 63, 232, 0.06);
        color: #4C3FE8;
        height: 7.5vh;
        font-size: 2vh;
        font-weight: bold;
        font-family: 'font_one';
        padding: 0 10%;
        cursor: pointer;
}

.logo {
        width: 1vw;
}

.llogo {
        width: .5vw;
}

.second {
        margin-top: 10%;
        border-radius: 10px 10px 10px 10px;
        background: rgba(54, 195, 254, 0.06);
        color: #36C1FE;
        height: 7.5vh;
        font-size: 2vh;
        font-weight: bold;
        font-family: 'font_one';
        padding: 0 10%;
        cursor: pointer;
}

.third {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 10%;
        border-radius: 10px 10px 10px 10px;
        background: rgba(54, 195, 254, 0.06);
        height: 7.5vh;
        font-size: 2vh;
        font-weight: bold;
        font-family: 'font_one';
        padding: 0 10%;
        cursor: pointer;
        color: rgba(30, 175, 121, 1) !important
}

.copyd {
        width: 100%;
        position: absolute;
        top: 95%;
        text-align: center;
}