:root{
    --white: #fff;
}
.tl {
    text-align: left;
}
.tr{
    text-align: right;
}

.w100{
    position: relative;
    width: 100%;
}
.w100>img{
    width: 100%;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
div, p, span, em, b, h1, h2 {
    font-family: 'PingFang SC';
    font-style: normal;
}

.section-wrap {
    position: relative;
    background: #101A3D;
    width: 100%;
    min-height: 100vh;
    font-family: Inter;
    font-size: 17px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-content {
    position: relative;
    z-index: 2;
    width: 894px;
    margin: 0 auto;
    text-align: center;
}
.section-wrap .top-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 100%;
}
.section-wrap .bom-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
}
.section-wrap .left-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    width: 21%;
}
.section-wrap .logo {
    margin: 74px 0 24px;
}
.section-wrap .text-img {
    margin: 24px 0 12px;
}
.section-wrap .p1 {
    color: #FFF;
    font-size: 27px;
    font-weight: 500;
}
.section-wrap .t-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 43px 0 52px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 12px;
}
.section-wrap .t-box > div {
    margin-right: 12px;
    cursor: pointer;
}
.section-wrap .t-box > div:last-child {
    margin-right: 0;
}
.section-wrap .t-box .btn img{
    width: 35px;
}
.section-wrap .t-box .btn1 {
    width: 254px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 6.766px;
    background: linear-gradient(180deg, #4AB6FF 0%, #425FFF 100%);
}
.section-wrap .t-box .btn2 {
    width: 134px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 34px;
    background: linear-gradient(180deg, #4AB6FF 0%, #425FFF 100%);
}
.section-wrap .t-box .btn3 {
    width: 250px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 6.766px;
    background: linear-gradient(136deg, #FDA979 7.14%, #F24D51 95.05%);
}
.section-wrap .t-box .btn5 {
    width: 320px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 6.766px;
    background: linear-gradient(136deg, #D0A1FF 7.14%, #9B42F4 95.05%);
}
.section-wrap .t-box .btn4 {
    width: 134px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 34.198px;
    background: linear-gradient(136deg, #FDA979 7.14%, #F24D51 95.05%), linear-gradient(180deg, #4AB6FF 0%, #425FFF 100%);
}
.section-wrap .net-status {
    width: 100%;
    height: 66px;
    line-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 6px;
    background: #2f3448;
    margin-bottom: 17px;
}
.section-wrap .net-status .status {
    display: flex;
    align-items: center;
}
.section-wrap .net-status .s1,
.section-wrap .net-status .s2,
.section-wrap .net-status .s3{
    width: 17px;
    height: 17px;
    border-radius: 26px;
    background: linear-gradient(180deg, #F4DE99 0%, #DDC478 100%);
    margin: 0 10px 0 18px;
}
.section-wrap .net-status .s2 {
    background: #C0CAEF;
}
.section-wrap .net-status .s3 {
    background: #EE504C;
}
.section-wrap .net-wrap {
    background: rgba(224,220,153, .14);
    padding: 49px 35px 7px;
}
.section-wrap .net-wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-wrap .net-wrap li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47%;
    height: 57px;
    line-height: 57px;
    border-radius: 10px;
    border: 1px solid #C8A96F;
    background: #262C44;
    margin-bottom: 43px;
}
.section-wrap .net-wrap li .span1 {
    padding-left: 16px;
    color: #E1E9FF;
    font-size: 15.464px;
}
.section-wrap .net-wrap li button {
    width: 26%;
    height: 100%;
    color: #3F330F;
    font-family: Inter;
    font-size: 15.464px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0px 9.665px 9.665px 0px;
    background: linear-gradient(180deg, #F4DE99 0%, #DDC478 100%);
}
.section-wrap .net-wrap .line {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-wrap .net-wrap .line> div {
    display: flex;
    align-items: end;
    justify-content: center;
}
.section-wrap .net-wrap .line b {
    color: #C8A96F;
    font-family: Inter;
    font-size: 13.531px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 2px;
}
.section-wrap .net-wrap .line i {
    display: inline-block;
    width: 5.8px;
    border-radius: 28px;
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
    margin-right: 4px;
}
.section-wrap .net-wrap .line i.active {
    background: linear-gradient(180deg, #F4DE99 0%, #DDC478 100%);
}
.section-wrap .net-wrap .line i:nth-child(1) {
    height: 13.5px;
}
.section-wrap .net-wrap .line i:nth-child(2) {
    height: 17.4px;
}
.section-wrap .net-wrap .line i:nth-child(3) {
    height: 22.2px;
}
.section-wrap .net-wrap .line i:nth-child(4) {
    height: 26px;
}
.section-wrap .bottom{
    position: absolute;
}
.section-wrap .bottom img{
    width: 100%;
}


@media screen and (min-width: 1280px) {
    .section-content{
        width: 750px;
    }
    .section-wrap .left-img{
        width: 26.3%;
        left: -7%;
    }

}
@media screen and (min-width: 1366px) {
    .section-content{
        width: 750px;
    }
    .section-wrap .left-img{
        width: 23.7%;
    }
}
@media screen and (min-width: 1440px) {
    .section-content{
        width: 750px;
    }
    .section-wrap .left-img{
        width: 21%;
        left: 3%;
    }
}
@media screen and (min-width: 1680px) {

    .section-wrap .left-img{
        width: 17.8%;
        left: 9%;
    }
}

