: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: url('../images/bg.jpg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
    font-family: Inter;
    font-size: 17px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}
.section-content {
    position: relative;
    z-index: 2;
    width: 338px;
    text-align: center;
    margin-left: 53%;
}
.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: 10%;
    top:10%;
    z-index: 1;
    width: 45%;
}
.section-wrap .logo {
    margin: 74px 0 24px;
}
.section-wrap .text-img {
    width:180%;
    display:block;
    margin-bottom: 40px;
    
    display:block;
     margin-left: -40%;
}
.section-wrap .p1 {
    color: #FFF;
    font-size: 27px;
    font-weight: 500;
}
.section-wrap .t-box{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    color:#333;
    font-size:14px
}
.section-wrap .t-box .item{
    width:100%;
    height:52px;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
background: #F9F9F9;
padding: 8px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.section-wrap .t-box img{
    width:36px;
}
.section-wrap .t-box .btn{
    display: flex;
height: 26px;
padding: 2px 15px;
justify-content: center;
align-items: center;
border-radius: 24px;
background: #CEAA70;
color: #fff;
font-size:12px;
line-height: 12px;
cursor: pointer;
}
.section-wrap .t-box .btn2{
    background: transparent;
    border: 1px solid #CEAA70;
    color: #CEAA70;
}
.section-wrap .t-box .btn a{
    color: #fff;
}
.section-wrap .net-status {
    height: 72px;
    
    border-radius: 10px;
background: rgba(255, 255, 255, 0.60);
    margin-bottom: 17px;
    color: #333;
    padding: 15px;
    box-sizing: border-box;
}
.status-wrap{
    display: flex;
    
    align-items: center;
    font-size:16px;
    justify-content: center;
}
.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: #3BCB6C;
    margin: 0 10px 0 10px;
}
.section-wrap .net-status .s2 {
    background: #FFBA53;
}
.section-wrap .net-status .s3 {
    background: #FF4E4E;
}
.section-wrap .net-wrap {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
background: rgba(255, 255, 255, 0.60);
margin-bottom: 20px;
}
.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: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color:#333;
    background: #FFF;
    margin-bottom: 10px;
    font-weight: bold;
}
.section-wrap .net-wrap li:last-child{
    margin-bottom: 0;
}

.section-wrap .net-wrap li .span1 {
    padding-left: 12px;
    
    font-size: 15.464px;
}
.section-wrap .net-wrap li button {
    width: 28%;
    height: 100%;
    color: #fff;
    font-family: Inter;
    font-size: 15.464px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0 10px 10px 0;
background:  #CEAA70;
}
.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: #3BCB6C;
    font-family: Inter;
    font-size: 20px;
    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: 2px;
}
.section-wrap .net-wrap .line i.active {
    background: #3BCB6C;
}
.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;
    bottom:0;
}
.section-wrap .bottom img{
    width: 100%;
}


@media screen and (min-width: 1280px) {
    .section-content{
        width: 338px;
    }
    .section-wrap .left-img{
        width: 40.3%;
        left: 12%;
    }
    .section-wrap .text-img{
        margin-top: 5%;
    }

}
@media screen and (min-width: 1366px) {
    .section-content{
        width: 338px;
    }
    .section-wrap .left-img{
        width: 40.7%;
    }
}
@media screen and (min-width: 1440px) {
    .section-content{
        width: 338px;
        
    }
    .section-wrap .left-img{
        width: 41%;
        left:12%;
    }
}
@media screen and (min-width: 1680px) {

    .section-wrap .left-img{
        width: 35.8%;
        left: 16%;
    }
    .section-wrap .text-img{
        margin-top: 15%;
    }
}

