.hi_wifi_one {
    width: 95vw;
    text-align: center;
    background: #e7ecf0;
    margin: auto;
}

.hi_wifi_one_text {
    margin-bottom: 20px;
}

.hi_wifi_one_text h2 {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 20px;
}

.hi_wifi_one_text span {
    display: block;
    font-size: 0.6rem;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 10px;
}

.hi_wifi_one_video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
}

.hi_wifi_one_video img {
    width: 60%;
}


@media screen and (max-width:1000px) {
    .hi_wifi_one {
        width: 100vw;
    }

    .laber_text_con {
        display: none;
    }
}




.hi_wifi_two {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
}

.hi_wifi_two_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e7e8;
}

.hi_wifi_two_img {
    width: 30vw;
    margin-bottom: .75rem;
}

.hi_wifi_two_img_tit h2 {
    font-size: .6rem;
    font-weight: 300;
    color: #1b1c1d;
    margin-top: 1.25rem;
}

.hi_wifi_two_img_border {
    width: 10vw;
    border-bottom: 1px solid #e6e7e8;
    margin: 1.25rem 0;
}

.hi_wifi_two_img_video {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hi_wifi_two_img_video video {
    width: 90%;
    border: 5px solid #e7ecf0;
    border-radius: 5px;
    margin-bottom: .75rem;
}

.hi_wifi_two_img_video span {
    font-size: .4rem;
    font-weight: 300;
    color: #606162;
}

.hi_wifi_two_text {
    width: 45vw;
}

.hi_wifi_two_text_tit h3 {
    font-size: .6rem;
    font-weight: 300;
    color: #1b1c1d;
}

.hi_wifi_two_text_des ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.hi_wifi_two_text_des ul li {
    width: 45%;
    margin-top: 1.25rem;
}

.hi_wifi_two_text_des ul li h2 {
    font-size: .5rem;
    font-weight: 300;
    color: #1b1c1d;
}

.hi_wifi_two_text_des ul li p {
    font-size: .4rem;
    font-weight: 300;
    color: #1b1c1d;
    margin-top: .5rem;
    line-height: .75rem;
}


@media screen and (max-width:1000px) {
    .hi_wifi_two {
        width: 100vw;
    }

    .hi_wifi_two_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hi_wifi_two_img_border {
        width: 80vw;
    }

    .hi_wifi_two_img {
        width: 80vw;
        text-align: center;
    }

    .hi_wifi_two_text {
        width: 80vw;
        margin-bottom: .75rem;
    }

    .hi_wifi_two_text_des ul {
        margin-top: 0;
    }

    .hi_wifi_two_text_des ul li {
        width: 100%;
        margin-top: 1.25rem;
    }
}





.hi_wifi_three {
    width: 95vw;
    height: auto;
    margin: auto;
    padding: 30px 0;
    background-color: #FFF;
}

.hi_wifi_three_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e6e7e8;
}

.hi_wifi_three_text {
    width: 100%;
    text-align: center;
    padding: .75rem 0;
}

.hi_wifi_three_text h2 {
    font-size: .6rem;
    font-weight: 300;
    color: #3c4043;
    letter-spacing: 2px;
}

.hi_wifi_three_text p {
    font-size: .4rem;
    font-weight: 300;
    color: #3c4043;
    padding-top: .5rem;
}

.hi_wifi_three_des {
    width: 100%;
}

.hi_wifi_three_des ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hi_wifi_three_des ul li {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: .75rem 0;
    border-radius: 8px;
    border: 1px solid #dadce0;
    transition: all 0.25s;
}

.hi_wifi_three_des ul li:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.hi_wif_three_des_content {
    padding: .5rem .25rem;
}

.hi_wif_three_des_content img {
    width: 1rem;
    height: 1rem;
    margin-bottom: .5rem;
}

.hi_wif_three_des_content h2 {
    font-size: .4rem;
    font-weight: 500;
    margin-bottom: .25rem;
}

.hi_wif_three_des_content p {
    font-size: .3rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.hi_wifi_three_des_link img {
    float: right;
    padding-right: .5rem;
    margin-top: 20px;
}


@media screen and (max-width:1000px) {
    .hi_wifi_three {
        width: 100vw;
    }

    .hi_wifi_three_des ul li {
        width: 100%;
    }
}




.hi_wifi_four {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
    padding-top: .75rem;
}

.hi_wifi_four_content {
    width: 100%;
    margin: auto;
}

.hi_wifi_four_tit {
    text-align: center;
    margin-bottom: .75rem;
}

.hi_wifi_four_tit h2 {
    font-size: .6rem;
    font-weight: 300;
    color: #3c4043;
    letter-spacing: 2px;
}

.hi_wifi_four_tit p {
    font-size: .4rem;
    font-weight: 300;
    color: #3c4043;
    padding-top: .5rem;
}

.hi_wifi_four_des {
    width: 80%;
    margin: auto;
}

.hi_wifi_four_des span {
    font-size: .4rem;
    font-weight: 300;
    color: #3c4043;
}

.hi_wifi_four_des5 {
    display: flex;
    margin-bottom: .75rem;
}

.hi_wifi_four_des5tit {
    display: flex;
    flex-direction: column;
}

.hi_wifi_four_des5rate {
    display: flex;
    flex-direction: column;
}

.hi_wifi_four_des5tit span:nth-child(1) {
    display: inline-block;
    text-align: right;
    padding: .5rem .25rem;
}

.hi_wifi_four_des5tit span:nth-child(2) {
    display: inline-block;
    text-align: right;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des5tit span:nth-child(3) {
    display: inline-block;
    text-align: right;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des5tit span:nth-child(4) {
    display: inline-block;
    text-align: right;
    padding: .125rem .25rem;
}

.hi_wifi_four_des5rate span:nth-child(1) {
    display: inline-block;
    padding: .5rem .25rem;
}

.hi_wifi_four_des5rate span:nth-child(2) {
    display: inline-block;
    background-color: #707176;
    background-image: linear-gradient(to right, #707176 40%, #707176);
    border-radius: 3px;
    box-shadow: 5px 12px 10px 0px #e5e6e6;
    width: 20vw;
    color: #FFF;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des5rate span:nth-child(3) {
    display: inline-block;
    background-color: #006fff;
    background-image: linear-gradient(to right, #707176 40%, #707176);
    border-radius: 3px;
    box-shadow: 5px 12px 10px 0px #e5e6e6;
    width: 25vw;
    color: #FFF;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des5rate span:nth-child(4) {
    display: inline-block;
    background-color: #006fff;
    background-image: linear-gradient(to right, #0964c9 40%, #0079fe);
    border-radius: 3px;
    box-shadow: 5px 12px 10px 0px #cde4fb;
    width: 50vw;
    color: #FFF;
    padding: .125rem .25rem;
}

.hi_wifi_four_des2 {
    display: flex;
}

.hi_wifi_four_des2tit {
    display: flex;
    flex-direction: column;
}

.hi_wifi_four_des2rate {
    display: flex;
    flex-direction: column;
}

.hi_wifi_four_des2tit span:nth-child(1) {
    display: inline-block;
    text-align: right;
    padding: .5rem .25rem;
}

.hi_wifi_four_des2tit span:nth-child(2) {
    display: inline-block;
    text-align: right;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des2tit span:nth-child(3) {
    display: inline-block;
    text-align: right;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des2rate span:nth-child(1) {
    display: inline-block;
    padding: .5rem .25rem;
}

.hi_wifi_four_des2rate span:nth-child(2) {
    display: inline-block;
    background-color: #006fff;
    background-image: linear-gradient(to right, #707176 40%, #707176);
    border-radius: 3px;
    box-shadow: 5px 12px 10px 0px #e5e6e6;
    width: 8vw;
    color: #FFF;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}

.hi_wifi_four_des2rate span:nth-child(3) {
    display: inline-block;
    background-color: #006fff;
    background-image: linear-gradient(to right, #0964c9 40%, #0079fe);
    border-radius: 3px;
    box-shadow: 5px 12px 10px 0px #cde4fb;
    width: 16vw;
    color: #FFF;
    padding: .125rem .25rem;
    margin-bottom: .75rem;
}


@media screen and (max-width:1000px) {
    .hi_wifi_four {
        width: 100vw;
    }

    .hi_wifi_four_des {
        width: 100%;
    }
}



























.hi_wifi_six {
    width: 95vw;
    height: auto;
    background-color: #FFF;
    margin: auto;
}

.hi_wifi_six_con {
    text-align: center;
    padding: 30px 0 50px 0;
}

.hi_wifi_six_con h2 {
    font-size: 24px;
    font-weight: 300;
    color: #0f3250;
}

.hi_wifi_six_con_tit p {
    font-size: 16px;
    padding: 20px;
    font-weight: 300;
}

.hi_wifi_six_des {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hi_wifi_six_box {
    width: 30%;
    margin: 20px 20px;
    background-color: #fbfbfb;
}

.hi_wifi_six_box:hover {
    background-color: #eaf8ff;
    color: #007aff;
}

.hi_wifi_six_img img {
    width: 50%;
    padding: 20px 0;
}

.hi_wifi_six_txt h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}

.hi_wifi_six_textdes p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #363950;
    padding: 20px 20px;
}


@media screen and (max-width:1000px) {
    .hi_wifi_six {
        width: 100vw;
    }

    .hi_wifi_six_box {
        width: 100%;
    }
}




.hi_wifi_ser {
    width: 95vw;
    height: auto;
    text-align: center;
    background-color: #FFF;
    margin: auto;
}

.hi_wifi_ser_tit {
    width: 100%;
    
}

.hi_wifi_ser_tit h2 {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 40px;
}

.hi_wifi_ser_con {
    padding-bottom: 1.25rem;
}

.hi_wifi_ser_conimg ul {
    display: flex;
    justify-content: center;
}

.hi_wifi_ser_conimg li {
    width: 145px;
    height: 115px;
    
}

.hi_wifi_ser_conimg li:hover {
    background-color: #f8f8f8;
    border-radius: 8px;
}

.hi_wifi_ser_conimg li img {
    width: 50%;
    padding: 5px 0;
    
}



.hi_wifi_ser_conimg li p {
    font-size: 14px;
    font-weight: 700;
}

.ser_imgboxc {
    border-radius: 8px;
    background-color: #f8f8f8;
    color: #006fff;
}


.ser_imgboxn {
    border-radius: 8px;
    background-color: #ffffff;
    color: #575757;
}


.hi_wifi_ser_condes {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    background: #ECE9E6;
    
    background: -webkit-linear-gradient(to right, #f9fafa, #f8f8f8);
    
    background: linear-gradient(to right, #f9fafa, #f8f8f8);
    

    box-shadow: rgb(220 226 231 / 46%) 3px 3px 6px, rgb(255 255 255 / 50%) -3px -3px 6px, rgb(255 255 255 / 50%) -8px -8px 15px, rgb(224 231 239 / 62%) 8px 8px 20px;
    border-radius: 8px;
}

.ser_rate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.ser_rate_one {
    width: 45%;
    margin-bottom: 30px;
}

.ser_ratetext_tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.ser_ratetext_tit h2 {
    font-size: 16px;
    color: #006fff;
}

.ser_ratetext_tit span {
    font-size: 16px;
    line-height: 18px;
    color: #39cc64
}

.ser_ratelength {
    height: 10px;
    background-color: rgb(233, 233, 233);
    border-radius: 4px;
}

.ser_ratelength_reality {
    height: 10px;
    border-radius: 4px;
    background-color: #006fff;
    transition: all 0.5s ease-in-out;
}


@keyframes increase {
    0% {
        width: 0;
    }
}

.rate_2_one {
    width: 30%;
    animation: increase 1s;
}

.rate_5_one {
    width: 30%;
    animation: increase 1s;
}



.rate_num_one {
    width: 25%;
    animation: increase 1s;
}



.rate_2_two {
    width: 45%;
    animation: increase 1s;
}

.rate_5_two {
    width: 55%;
    animation: increase 1s;
}



.rate_num_two {
    width: 35%;
    animation: increase 1s;
}



.rate_2_26 {
    width: 45%;
    animation: increase 1s;
}

.rate_5_26 {
    width: 85%;
    animation: increase 1s;
}


.rate_num_26 {
    width: 60%;
    animation: increase 1s;
}



.rate_2_21 {
    width: 30%;
    animation: increase 1s;
}

.rate_5_21 {
    width: 70%;
    animation: increase 1s;
}


.rate_num_21 {
    width: 50%;
    animation: increase 1s;
}




.rate_2_30 {
    width: 46%;
    animation: increase 1s;
}

.rate_5_30 {
    width: 85%;
    animation: increase 1s;
}


.rate_num_30 {
    width: 60%;
    animation: increase 1s;
}



.ser_infor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_inforbox {
    width: 45%;
    margin-top: 20px;
}

.ser_inforbox ul {
    display: flex;
    flex-wrap: wrap;
}

.ser_inforbox ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ser_inforbox ul li span {
    padding-left: 10px;
}

.ser_inforbox ul li span img {
    width: 30%;
}

.ser_inforbox_nocheck {
    width: 40%;
    height: 1.25rem;
    font-family: Lato;
    font-weight: 700;
    font-size: .35rem;
    line-height: 1.1;
    color: #636363;
    border-radius: 8px;
    border: 1px solid #dbdce1;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.ser_inforbox_check {
    width: 40%;
    height: 1.25rem;
    font-family: Lato;
    font-weight: 700;
    font-size: .35rem;
    line-height: 1.1;
    color: #006fff;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 14px;
    margin-bottom: 20px;
}


.ser_inforbox ul li:nth-child(2n+1) {
    margin-right: 20%;
}


@media screen and (max-width:1000px) {
    .hi_wifi_ser {
        width: 100vw;
    }

    .hi_wifi_ser_conimg ul {
        flex-wrap: wrap;
    }

    .ser_rate_one {
        width: 100%;
    }

    .ser_inforbox {
        width: 100%;
    }

    .ser_inforbox_nocheck {
        width: 100%;
        border-radius: 2px;
        padding: .25rem 0;
    }

    .ser_inforbox_check {
        width: 100%;
        border-radius: 2px;
        padding: .25rem 0;
    }

    .ser_inforbox ul li:nth-child(2n+1) {
        margin-right: 0;
    }
}