.header{
    padding-top: 10px;
}
.header svg{
    width: 120px;
    height: 40px;
}
.footer{
    opacity: 0.8;
    margin: 40px 0 20px;
    line-height: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer img{
    margin: 0 8px 0 16px;
}
.footer.footerFixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navigation {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding-top: 24px;
}

.navigation a {
    color: #fff;
}

.navigation a:hover {
    color: #fff;
}

.index_cont1{
    text-align: center;
    color: #fff;
}
.index_cont1a{
    font-size: 36px;
    line-height: 40px;
    padding-top: 80px;
}
.index_cont1b{
    font-size: 18px;
    opacity: 0.8;
    padding-top: 20px;
    padding-bottom: 40px;
}
.index_cont1b2{
    text-align: left;
    padding: 40px 0 20px;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.index_cont1b2 span{
    display: inline-block;
    padding: 0 16px;
}
.index_cont1c{
    width: 260px;
    height: 260px;
    margin: 0 auto;
    padding-top: 30px;
}
.index_cont1c1{
    position: relative;
    z-index: 0;
    text-align: center;
    cursor: pointer;
    background: #1064F2;
    border-radius: 50%;
    width: 168px;
    height: 168px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    font-size: 18px;
}
.index_cont1c1::before,
.index_cont1c1::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(16, 100, 242, 0.4);
    z-index: -1;
    animation: rippleWave 2s ease-out infinite;
    box-shadow: 0 0 10px rgba(16, 100, 242, 0.5);
}
.index_cont1c1::after{
    animation-delay: 1s;
}
@keyframes rippleWave{
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.index_cont1c1 i{
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.index_cont1c2{
    display: flex;
    justify-content: center;
    width: 680px;
    margin: 0 auto;
}
.index_cont1c3{
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    height: 56px;
}
.index_cont1c3 > i{
    font-size: 36px;
    margin-right: 16px;
}
.index_cont1c3 .nodeSelect.on dt{
    border:none;
    font-size: 16px;
    padding: 0;
}
.index_cont1c3 .nodeSelect.on dd,.index_cont1c3 .nodeSelect.on dt:before{
    display: none !important;
}
.index_cont1e{
    font-size: 16px;
    border-radius: 20px;
    background: #0B0D12;
    border: 1px solid #303146;
    padding: 24px 24px 8px;
    margin-top: 30px;
}
.index_cont1e1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.index_cont1e1 i{
    font-size: 20px;
    margin-right: 6px;
}
.icon-zanwulishijilu{
    font-size: 100px;
    opacity: 0.4;
    padding: 20px;
}

.index_cont1d{
    width: 260px;
    height: 260px;
    margin: 0 auto;
    display: none;
}
.index_cont1d.on{
    display: block;
}

.index_cont1f{
    text-align: left;
    display: none;
    width: 680px;
    margin-left: 40px;
}
.index_cont1.on .index_cont1f{
    display: block;
}
.index_cont1f1{
    width: 680px;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.index_cont1f2{
    width: 100px;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
}
.index_cont1f2 span{
    display: block;
}
.index_cont1f3{
    background: #070b16 url(../img/speedtest01.png);
    width: 560px;
    height: 60px;
    display: inline-block;
}
#smoothArcChart2{
    background: #070b16 url(../img/speedtest02.png);
}
.index_cont1f4{
    display: flex;
}
.index_cont1f5{
    padding: 12px 100px 50px 12px;
}
.index_cont1f5 svg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.index_cont1f6{
    padding: 8px 0;
    color: #dfdfdf;
}
.index_cont1f7{
    padding-top: 8px;
    opacity: 0.8;
}
.index_cont1g{
    display: flex;
    justify-content: center;
}
.box-g{
    border-radius: 20px;
    background: #0B0D12;
    border: 1px solid #303146;
    padding: 32px 0 24px;
    line-height: 1.8em;
}
.downText{
    color: #39DCFD;
    font-size: 28px;
}
.upText{
    color: #1064F2;
    font-size: 28px;
}
.pingText{
    color: #FFC300;
    font-size: 20px;
}
.jitText{
    color: #FF7639;
    font-size: 20px;
}
.areaText{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 480px;
}
.speed-progress {
    width: 200px;
    margin-top: 20px;
    position:relative;
    display: none;
}
.progress-advance-left {
    left:0;
    -webkit-animation:line-advance-left 1s .6s infinite ease;
    animation:line-advance-left 1s .6s infinite ease;
    background:linear-gradient(270deg, transparent, #1064F2)!important
}
.progress-advance-left, .progress-advance-right {
    display:block;
    position:absolute;
    top:7px;
    width:10%;
    height:10px;
    border-radius:8px;
    opacity:0;
    transform:rotate(180deg)
}
.progress-advance-right {
    right:0;
    background:linear-gradient(90deg, transparent, #39DCFD)!important;
    animation:line-advance-right 1s .6s infinite ease
}
@keyframes line-advance-left {
    0% {
        opacity:1;
        width:10%
    }
    95% {
        width:90%;
        left:10%
    }
    to {
        opacity:0
    }
}
@keyframes line-advance-right {
    0% {
        opacity:1;
        width:10%
    }
    95% {
        width:90%;
        right:10%
    }
    to {
        opacity:0
    }
}

.index-goods {
    line-height: 24px;
    padding-top: 60px;
}

.index-goods h3{
    padding-bottom: 40px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
}

.index-goods-cont{
    gap: 16px;
}

.index-goods-text {
    line-height: 1.8em;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    height: 150px;
    color: #fff;
}
.index-goods-text span {
    display: block;
    position: relative;
}

.index-goods-box {
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 16px 20px 20px;
    position: relative;
    color: #fff;
    border: 1px solid #585858;
    text-align: center;
    opacity: 0.9;
    font-size: 14px;
}
.index-goods-text .btn{
    border-color: #00d2fa;
    color: #00d2fa;
    padding: 0 60px;
    border-radius: 50px;
}

.title-icon-g {
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px solid #585858;
    padding-bottom: 14px;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.title-icon-g:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
    background: #999;
    transition: width .2s;
}

.title-icon-g > div {
    display: flex;
    align-items: center;
}

.title-icon-g i {
    font-size: 20px;
}


/*分页*/
.paging {
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 14px 0;
}

.paging ul {
    overflow: hidden;
    margin: 0 10px;
    display: inline;
}

.paging li {
    float: left;
    line-height: 30px;
    box-sizing: border-box;
    min-width: 32px;
    text-align: center;
    margin: 0 3px;
    border-radius: 4px;
}

.paging li a {
    display: block;
    color: #666;
    border: 1px solid #E3E4E5;
    border-radius: 4px;
    padding: 0 3px;
    box-sizing: border-box;
}

.paging li a.disabled {
    color: #ccc !important;
    border-color: #f0f1f2 !important;;
}

.paging li a:hover {
    border: 1px solid #fff;
    background: #fff;
}

.paging li a.prev, .paging li a.next {
    letter-spacing: -4px
}

.paging li a.current {
    background: #e3e3e3;
    border-color: #fff;
    color: #333;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.paging li span {
    color: #ccc;
    display: block;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
}

.paging li.active {
    background: #fff;
    border-color: #fff;
}

.paging li.active span {
    color: #181818;
}

.paging dl {
    float: right;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    background: #fff;
}

.paging dt {
    width: 75px;
    padding-left: 16px;
    line-height: 32px;
    background: #F7F7F7;
    padding-right: 22px;
    text-align: left;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paging dt:hover {
    background: #f3f4f5;
}

.paging dt span {
    position: absolute;
    right: 0;
    top: -1px;
    width: 26px;
    height: 30px;
}

.paging dt b {
    font-weight: normal;
}

.paging dd {
    position: absolute;
    left: 0;
    bottom: 31px;
    padding: 8px 0;
    width: 111px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 111;
    display: none;
    text-align: left;
    border-radius: 4px;
}

.paging dd a {
    display: block;
    padding-left: 14px;
    color: #4c4c4c;
    line-height: 30px;
}

.paging dd a:hover {
    color: #181818;
    background: #f5f5f5;
}

.paging .num {
    line-height: 32px;
    color: #666;
    font-size: 14px;
}

.paging .num b {
    padding: 0 6px;
}

.paging .num span {
    padding-left: 27px;
}

.paging .num span {
    padding-left: 27px;
}
.standard-text{
    border-top: 1px solid #585858;
    padding-top: .08rem;
    margin-top: .08rem;
    text-align: left;
}
.standard-text h3{
    font-size: 16px;
    padding-bottom: 8px;
}
.standard-text span{
    display: inline-block;
    width: 100px;
}
.standard-text font{
    display: inline-block;
    width: calc(100% - 120px);
}


/* 手机端样式（屏幕 < 768px 时覆盖） */
@media (max-width: 767px) { /* 用767避免768px临界值冲突 */
    body, html {
        font-size: 200px;
    }
    .nodeSelect{
        font-size: .11rem;
        width: 1.12rem;
        margin-top: 0;
    }
    .nodeSelect dt{
        padding: 0 .08rem;
        height: .28rem;
        line-height: .26rem;
    }
    .nodeSelect.on{
        margin-top: 0;
    }
    .header {
        font-size: .1rem;
        text-align: center;
        padding-top: 0.12rem;
    }
    .footer{
        font-size: .12rem;
        margin: 0.3rem 0 0.3rem;
    }
    .speed-progress{
        margin-top: .1rem;
    }
    .index_cont1{
        padding: 0 .12rem;
        font-size: .12rem;
    }
    .index_cont1a{
        padding-top: 0.32rem;
        font-size: 0.26rem;
    }
    .index_cont1b{
        padding: .12rem 0.122rem .2rem;
        font-size: .14rem;
        line-height: 1.6em;
    }
    .index_cont1cs{
        display: flex;
    }
    .index_cont1c{
        width: 3rem;
        height: 260px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .index_cont1c2{
        width: 100%;
    }
    .index_cont1c3{
        font-size: .12rem;
        line-height: .2rem;
    }
    .index_cont1c3 > i{
        font-size: .22rem;
        margin-right: .08rem;
    }
    .index_cont1c3 .nodeSelect.on dt{
        font-size: .12rem;
        height: .2rem;
        line-height: .2rem;
    }
    .index_cont1e{
        font-size: .12rem;
        border-radius: .1rem;
        padding: .12rem .12rem 0 .12rem;
        margin-top: .24rem;
    }
    .index_cont1e1{
        margin-bottom: .08rem;
    }
    .historyTable th:nth-child(5),.historyTable td:nth-child(5),.historyTable th:nth-child(6),.historyTable td:nth-child(6){
        display: none;
    }
    .table-g th,.table-g td{
        font-size: .12rem;
        padding: .08rem .02rem;
    }
    .historyTable th:nth-child(1),.historyTable th:nth-child(2){
        width: 27%;
    }
    .historyTable th:nth-child(3),.historyTable th:nth-child(4){
        width: 23%;
    }

    .index_cont1f.on{
        flex-wrap: wrap;
        margin-top: .24rem;
    }
    .index_cont1f1{
        width: 100%;
        height: auto;
        border-radius: .1rem;
        padding: 0;
        margin: 0;
    }
    .index_cont1f3{
        width: 100%;
        height: 0.6rem;
    }
    .index_cont1f4{
        gap: .16rem;
    }
    .index_cont1f5{
        width: 1.67rem;
        height: auto;
        border-radius: .08rem;
        padding: .16rem .12rem .16rem;
    }
    .index_cont1f5 svg{
        font-size: .18rem;
        display: inline-block;
    }
    .index_cont1f6{
        padding: .04rem 0 .06rem;
    }
    .index_cont1f6 .tooltipMsgBox{
        display: none;
    }
    .index_cont1f7{
        padding-top: .04rem;
        font-size: .13rem;
    }
    .index_cont1f{
        width: auto;
        margin: 0 .12rem;
    }
    .index_cont1g{
        display: block;
    }
    .downText,.upText,.pingText,.jitText{
        font-size: .18rem;
    }
    .index_cont1f2{
        width: 100%;
        text-align: left;
        line-height: .4rem;
    }
    .index_cont1f2 span{
        display: inline-block;
        padding-left: .08rem;
    }
    .areaText{
        max-width: 2rem;
    }
    .index-goods{
        padding-top: 30px;
        font-size: .13rem;
    }
    .index-goods h3{
        padding-bottom: 24px;
    }
    .index-goods-cont{
        flex-wrap: wrap;
        margin: 0 .12rem;
    }
    .index-goods-box{
        width: 100%;
        flex: auto;
    }
    .index-goods-text{
        height: auto;
        font-size: .13rem;
    }
    .index-goods-text .btn{
        font-size: .12rem;
        margin-top: .16rem;
        height: .3rem !important;
        line-height: .28rem !important;
    }
    .title-icon-g{
        font-size: .14rem;
    }
    .box-g{
        font-size: .13rem;
    }
    .report-box{
        margin: 0 .12rem;
    }
    .flex-avg {
        flex: auto;
    }

}
