.section {
    position: relative;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

#tab7wifi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-family: 'myriadsetpro-thinthin', Arial;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden
}

#tab7wifi div, #tab7wifi ul, #tab7wifi ol, #tab7wifi dl, #tab7wifi dt, #tab7wifi dd, #tab7wifi li, #tab7wifi dl, #tab7wifi h1, #tab7wifi h2, #tab7wifi h3, #tab7wifi h4, #tab7wifi p {
    margin: 0;
    padding: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#tab7wifi ol, #tab7wifi ul, #tab7wifi li {
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#tab7wifi img {
    border: 0;
    vertical-align: middle;
    -webkit-user-drag: none
}

#tab7wifi .big-img {
    width: 100%;
    height: auto
}

#tab7wifi .tab7wifi-pc {
    display: inherit
}

#tab7wifi .tab7wifi-phone {
    display: none !important
}

#tab7wifi .transHide {
    display: inherit;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translate3d(0, 150px, 0) scale(0.6);
    transform: translate3d(0, 150px, 0) scale(0.6)
}

#tab7wifi .showDelay {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity .5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#tab7wifi .se {
    position: relative
}

#tab7wifi .sect1 .box {
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 614px
}

#tab7wifi .sect1 .box .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#tab7wifi .sect1 .box .tit p {
    font-size: 6.25vw;
    font-weight: bold;
    color: #000;
    line-height: .8
}

#tab7wifi .sect1 .box .tit img {
    width: 6.25vw;
    margin-left: 1.0416666667vw
}

#tab7wifi .sect1 .box .msg {
    font-size: 3.125vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-top: 1vw
}

#tab7wifi .sect2 .box {
    position: relative;
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4vw 0
}

#tab7wifi .sect2 .box .item-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab7wifi .sect2 .box .item-ul .item-li {
    overflow: hidden;
    border-radius: 10px
}

#tab7wifi .sect2 .box .item-ul .item-li .item-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#tab7wifi .sect2 .box .item-ul .item-li .item-box .word-box {
    position: absolute;
    width: 100%;
    text-align: center
}

#tab7wifi .sect2 .box .item-ul .item-li .item-box .word-box .tit {
    font-weight: bold;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect2 .box .item-ul .item-li .item-box .word-box .msg {
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect2 .box .item-ul .item-li .item-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#tab7wifi .sect2 .box .item-ul .item-li-1 {
    width: 28.0769230769%
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .tit {
    font-size: 2.5vw
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .msg {
    font-size: 1.875vw
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) {
    margin-top: 2.3076923077%
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) .word-box {
    top: 10%
}

#tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) .word-box .tit {
    font-size: 1.875vw
}

#tab7wifi .sect2 .box .item-ul .item-li-2 {
    width: 33.8461538462%;
    margin: 0 1.1538461538%
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box {
    top: 10%
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .tit {
    font-size: 1.875vw
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .msg {
    font-size: 1.3541666667vw
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) {
    margin-top: 2.3076923077%
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box {
    top: 10%
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .tit {
    font-size: 1.875vw
}

#tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .msg {
    font-size: 1.5625vw
}

#tab7wifi .sect2 .box .item-ul .item-li-3 {
    width: 35.7692307692%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box {
    width: 48.3870967742%
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box {
    top: 55%
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .tit {
    font-size: 1.3541666667vw
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .msg {
    font-size: 1.25vw
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) {
    width: 100%
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) .word-box {
    top: 10%;
    text-align: left;
    padding-left: 5%;
    width: 90%
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) .word-box .tit {
    font-size: 1.875vw
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) .word-box .msg {
    font-size: 1.5625vw
}

#tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(2), #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(3) {
    margin: 2.3076923077% 0
}

#tab7wifi .sect3 .box {
    position: absolute;
    width: 96%;
    max-width: 642px;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#tab7wifi .sect3 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect3 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 1vw 0 4vw 0
}

#tab7wifi .sect3 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20.8333333333vw
}

#tab7wifi .sect3 .box ul li .word-tit {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect3 .box ul li .word-msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect4 .box {
    width: 96%;
    margin: 0 auto;
    max-width: 1259px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect4 .box .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect4 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect4 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect4 .box .picture-box {
    width: 96%;
    max-width: 765px;
    margin: 0 auto
}

#tab7wifi .sect4 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%;
    max-width: 1139px;
    margin: 0 auto;
    margin-top: 4vw
}

#tab7wifi .sect4 .box ul li {
    width: 25%;
    text-align: center;
    padding: 3vw 0;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, white), to(#E6E6E6));
    background-image: -o-linear-gradient(left, white 0%, white 40%, #E6E6E6 100%);
    background-image: linear-gradient(90deg, white 0%, white 40%, #E6E6E6 100%)
}

#tab7wifi .sect4 .box ul li div {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab7wifi .sect4 .box ul li div img {
    width: 4.4270833333vw
}

#tab7wifi .sect4 .box ul li:nth-child(2) img {
    width: 5.2604166667vw
}

#tab7wifi .sect4 .box ul li .word-tit {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect4 .box ul li .word-msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect5 .box {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    max-width: 1287px;
    text-align: center;
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#tab7wifi .sect5 .box .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect5 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect5 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect5 .box-2 {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#tab7wifi .sect5 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1139px;
    margin: 0 auto
}

#tab7wifi .sect5 .box-2 ul li {
    width: 32%;
    margin: .5%;
    text-align: center;
    padding: 1vw 0;
    background-color: rgba(255, 255, 255, .55);
    border: 2px solid rgba(62, 155, 247, .4941176471);
    border-radius: 5px
}

#tab7wifi .sect5 .box-2 ul li .word-tit {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect5 .box-2 ul li .word-msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect6 .box {
    width: 96%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect6 .box .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect6 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect6 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect7 .box {
    width: 96%;
    margin: 0 auto;
    max-width: 1209px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect7 .box .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect7 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect7 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect7 .box-2 {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect7 .box-2 .tit {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect7 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px
}

#tab7wifi .sect7 .box-2 ul li {
    width: 32%;
    background: #e8f1f6;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5vw;
    margin: .5%
}

#tab7wifi .sect7 .box-2 ul li:last-child .word .tit {
    font-size: 4.1666666667vw
}

#tab7wifi .sect7 .box-2 ul li img {
    width: 6.3020833333vw
}

#tab7wifi .sect7 .box-2 ul li .word {
    text-align: left;
    padding-left: 1vw
}

#tab7wifi .sect7 .box-2 ul li .tit {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin: 0
}

#tab7wifi .sect7 .box-2 ul li .msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect8 .box {
    width: 96%;
    margin: 0 auto;
    max-width: 1295px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect8 .box .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect8 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect8 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0 4vw 0
}

#tab7wifi .sect8 .box .picture-box {
    width: 96%;
    max-width: 1139px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-bottom: 4vw
}

#tab7wifi .sect8 .box .picture-box img {
    z-index: 11
}

#tab7wifi .sect8 .box .picture-box .left-box {
    position: absolute;
    width: 20.8333333333vw;
    height: 10.4166666667vw;
    left: 10%;
    bottom: -1.3020833333vw;
    z-index: -1
}

#tab7wifi .sect8 .box .picture-box .left-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: waveShow 3s linear infinite;
    animation: waveShow 3s linear infinite;
    background-image: -o-radial-gradient(circle, transparent, rgba(134, 217, 255, 0.7254901961));
    background-image: radial-gradient(circle, transparent, rgba(134, 217, 255, 0.7254901961))
}

#tab7wifi .sect8 .box .picture-box .left-box span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#tab7wifi .sect8 .box .picture-box .left-box span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#tab7wifi .sect8 .box .picture-box .left-box span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

#tab7wifi .sect8 .box .picture-box .right-box {
    position: absolute;
    width: 20.8333333333vw;
    height: 10.4166666667vw;
    right: 10%;
    bottom: -1.3020833333vw;
    z-index: -1
}

#tab7wifi .sect8 .box .picture-box .right-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: waveShow 3s linear infinite;
    animation: waveShow 3s linear infinite;
    background-image: -o-radial-gradient(circle, transparent, rgba(134, 217, 255, 0.7254901961));
    background-image: radial-gradient(circle, transparent, rgba(134, 217, 255, 0.7254901961))
}

#tab7wifi .sect8 .box .picture-box .right-box span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#tab7wifi .sect8 .box .picture-box .right-box span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#tab7wifi .sect8 .box .picture-box .right-box span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes waveShow {
    0% {
        height: 0px;
        width: 0px
    }

    100% {
        height: 100%;
        width: 100%;
        opacity: 0
    }
}

@keyframes waveShow {
    0% {
        height: 0px;
        width: 0px
    }

    100% {
        height: 100%;
        width: 100%;
        opacity: 0
    }
}

#tab7wifi .sect9 .box .word {
    width: 96%;
    margin: 0 auto;
    max-width: 1295px;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect9 .box .word .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect9 .box .word .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect9 .box .word .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0
}

#tab7wifi .sect9 .box .picture-box {
    width: 100%;
    height: 41.6666666667vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#tab7wifi .sect9 .box .picture-box .left-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 37.7%;
    top: 3%
}

#tab7wifi .sect9 .box .picture-box .left-box img {
    width: 3.28125vw
}

#tab7wifi .sect9 .box .picture-box .left-box div {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 5.9895833333vw;
    background-color: #000
}

#tab7wifi .sect9 .box .picture-box .left-box div::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#tab7wifi .sect9 .box .picture-box .left-box p {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-left: .5vw
}

#tab7wifi .sect9 .box .picture-box .right-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 55.3%;
    top: 17%
}

#tab7wifi .sect9 .box .picture-box .right-box img {
    width: 3.28125vw
}

#tab7wifi .sect9 .box .picture-box .right-box div {
    position: absolute;
    left: -40%;
    top: 50%;
    width: 2.6041666667vw;
    height: 5.9895833333vw;
    border-left: 1px solid #000;
    border-top: 1px solid #000
}

#tab7wifi .sect9 .box .picture-box .right-box div::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #000;
    border-radius: 50%;
    top: -3.5px;
    right: -5px
}

#tab7wifi .sect9 .box .picture-box .right-box p {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-left: .5vw
}

#tab7wifi .sect9 .box-2 {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4vw 0
}

#tab7wifi .sect9 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#tab7wifi .sect9 .box-2 ul li {
    width: 49%;
    margin: .5%
}

#tab7wifi .sect9 .box-2 ul li:nth-child(1) {
    width: 100%
}

#tab7wifi .sect10 .box-2 {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4vw 0;
    text-align: center
}

#tab7wifi .sect10 .box-2 .word .lab {
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 1vw
}

#tab7wifi .sect10 .box-2 .word .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect10 .box-2 .word .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0
}

#tab7wifi .sect10 .box-2 .box-ul {
    margin-top: 4vw
}

#tab7wifi .sect10 .box-2 .box-ul .box-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .left-box {
    width: 50%;
    text-align: left;
    padding: 0 2.5%
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .left-box .word-tit {
    font-size: 1.875vw;
    font-weight: bold;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .left-box ul {
    margin-top: 1vw;
    margin-left: 5%
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .left-box ul li {
    list-style: disc;
    font-size: 1.5625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .right-box {
    width: 50%;
    padding: 2vw;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#tab7wifi .sect10 .box-2 .box-ul .box-li .right-box img {
    width: 28.6458333333vw
}

#tab7wifi .sect10 .box-2 .box-ul .box-li:nth-child(1) .right-box {
    background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(40%, white), to(rgba(230, 230, 230, 0.4666666667)));
    background-image: -o-linear-gradient(right, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%);
    background-image: linear-gradient(270deg, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%)
}

#tab7wifi .sect10 .box-2 .box-ul .box-li:nth-child(2) .right-box {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, white), to(rgba(230, 230, 230, 0.4666666667)));
    background-image: -o-linear-gradient(left, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%);
    background-image: linear-gradient(90deg, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%)
}

#tab7wifi .sect10 .box-2 .box-ul .box-li:nth-child(3) .right-box {
    background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(40%, white), to(rgba(230, 230, 230, 0.4666666667)));
    background-image: -o-linear-gradient(right, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%);
    background-image: linear-gradient(270deg, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%)
}

#tab7wifi .sect11 {
    background: #e9f1f6
}

#tab7wifi .sect11 .box {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#tab7wifi .sect11 .box .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect11 .box .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0
}

#tab7wifi .sect11 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#tab7wifi .sect11 .box ul li {
    width: 49%;
    max-width: 630px
}

#tab7wifi .sect12 .box {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

#tab7wifi .sect12 .box .word {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96%;
    max-width: 1269px;
    z-index: 11
}

#tab7wifi .sect12 .box .word .tit {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#tab7wifi .sect12 .box .word .msg {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 2vw 0
}

#tab7wifi .sect12 .box .picture-box {
    position: relative;
    overflow: hidden;
    height: 62.5vw;
    -webkit-user-select: none
}

#tab7wifi .sect12 .box .picture-box .img1 {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0
}

#tab7wifi .sect12 .box .picture-box .picture-view {
    position: absolute;
    display: block;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden
}

#tab7wifi .sect12 .box .picture-box .view-arrow {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -19px;
    margin-top: -19px;
    border: 3px solid #cfcfff;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer;
    -webkit-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, .699);
    box-shadow: 0px 0 2px 0 rgba(0, 0, 0, .699)
}

#tab7wifi .sect12 .box .picture-box .view-arrow::after {
    content: "";
    position: absolute;
    height: 62.5vw;
    width: 1px;
    background-color: #e2e2ff;
    left: 50%;
    top: 50%;
    margin-left: -1.5px;
    margin-top: 19px;
    z-index: 10
}

#tab7wifi .sect12 .box .picture-box .view-arrow::before {
    content: "";
    position: absolute;
    height: 62.5vw;
    width: 1px;
    background-color: #e2e2ff;
    left: 50%;
    bottom: 50%;
    margin-left: -1.5px;
    margin-bottom: 19px;
    z-index: 10
}

#tab7wifi .sect12 .box .picture-box .view-arrow span {
    width: 0;
    height: 0;
    border: 6px inset rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#tab7wifi .sect12 .box .picture-box .view-arrow .view-left {
    border-right: 6px solid #aaf;
    left: 50%;
    margin-left: -17px
}

#tab7wifi .sect12 .box .picture-box .view-arrow .view-right {
    border-left: 6px solid #aaf;
    right: 50%;
    margin-right: -17px
}

#tab7wifi .sect12 .box .picture-box .img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%
}

#tab7wifi .sect12 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#tab7wifi .sect12 .box ul li {
    width: 30%;
    max-width: 378px
}

#tab7wifi .sect14 .box {
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#tab7wifi .sect14 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#tab7wifi .sect14 .box ul li {
    width: 50%;
    max-width: 530px
}

#tab7wifi .sect14 .box ul li:nth-child(1) .color-box div {
    background: #464748;
    border: 3px solid #dfdfdf
}

#tab7wifi .sect14 .box ul li:nth-child(2) .color-box div {
    background: #79909c;
    border: 3px solid #e4e4e4
}

#tab7wifi .sect14 .box ul li .color-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw
}

#tab7wifi .sect14 .box ul li .color-box div {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    border-radius: 50%
}

#tab7wifi .sect14 .box ul li p {
    margin-left: 1vw;
    font-size: 2.5vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect14 .box-2 {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4vw 0
}

#tab7wifi .sect14 .box-2 .title {
    font-size: 3.125vw;
    font-weight: bold;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect14 .box-2 ul {
    margin-top: 2vw
}

#tab7wifi .sect14 .box-2 ul li {
    border-bottom: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7wifi .sect14 .box-2 ul li:nth-child(1) {
    border-top: 2px solid #000
}

#tab7wifi .sect14 .box-2 ul li .left {
    width: 45%;
    padding: 1vw 0
}

#tab7wifi .sect14 .box-2 ul li .right {
    padding: 1vw 0;
    padding-left: 2%;
    width: 55%;
    background-image: -webkit-gradient(linear, right top, left top, from(white), color-stop(40%, white), to(rgba(230, 230, 230, 0.4666666667)));
    background-image: -o-linear-gradient(right, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%);
    background-image: linear-gradient(270deg, white 0%, white 40%, rgba(230, 230, 230, 0.4666666667) 100%)
}

#tab7wifi .sect14 .box-3 {
    position: relative
}

#tab7wifi .sect14 .box-3 .word {
    position: absolute;
    font-size: 1.3541666667vw;
    font-weight: bold;
    color: #151515;
    line-height: 1.2
}

#tab7wifi .sect14 .box-3 .word-1 {
    left: 18%;
    top: 14%
}

#tab7wifi .sect14 .box-3 .word-2 {
    left: 18%;
    top: 33%;
    width: 6.7708333333vw;
    text-align: center
}

#tab7wifi .sect14 .box-3 .word-3 {
    left: 18%;
    top: 44%
}

#tab7wifi .sect14 .box-3 .word-4 {
    left: 17%;
    top: 62%;
    width: 8.3333333333vw;
    text-align: center
}

#tab7wifi .sect14 .box-3 .word-5 {
    left: 33%;
    top: 9%
}

#tab7wifi .sect14 .box-3 .word-6 {
    left: 43%;
    top: 9%
}

#tab7wifi .sect14 .box-3 .word-7 {
    left: 72%;
    top: 9%
}

#tab7wifi .sect14 .box-3 .word-8 {
    left: 47.5%;
    top: 90%
}

@media screen and (max-width: 1366px)and (min-width: 768px) {
    #tab7wifi .sect1 .box {
        left: 5%
    }

    #tab7wifi .sect1 .box .tit p {
        font-size: 8.78477306vw
    }

    #tab7wifi .sect1 .box .tit img {
        width: 8.78477306vw
    }

    #tab7wifi .sect1 .box .msg {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .tit {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) .word-box .tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .msg {
        font-size: 1.9033674963vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .tit {
        font-size: 1.9033674963vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .msg {
        font-size: 1.756954612vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) .word-box .tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box:nth-child(1) .word-box .msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect3 .box {
        left: 5%
    }

    #tab7wifi .sect3 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect3 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect3 .box ul {
        width: 29.2825768668vw
    }

    #tab7wifi .sect3 .box ul li .word-tit {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect3 .box ul li .word-msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect4 .box .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect4 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect4 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect4 .box ul li div {
        height: 65px
    }

    #tab7wifi .sect4 .box ul li div img {
        width: 6.2225475842vw
    }

    #tab7wifi .sect4 .box ul li:nth-child(2) img {
        width: 7.3938506589vw
    }

    #tab7wifi .sect4 .box ul li .word-tit {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect4 .box ul li .word-msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect5 .box {
        top: 5%
    }

    #tab7wifi .sect5 .box .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect5 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect5 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect5 .box-2 {
        bottom: 5%
    }

    #tab7wifi .sect5 .box-2 ul li .word-tit {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect5 .box-2 ul li .word-msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect6 .box .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect6 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect6 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect7 .box .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect7 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect7 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect7 .box-2 .tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect7 .box-2 ul li:last-child .word .tit {
        font-size: 5.8565153734vw
    }

    #tab7wifi .sect7 .box-2 ul li img {
        width: 8.8579795022vw
    }

    #tab7wifi .sect7 .box-2 ul li .tit {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect7 .box-2 ul li .msg {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect8 .box .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect8 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect8 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect8 .box .picture-box .left-box {
        width: 29.2825768668vw;
        height: 14.6412884334vw;
        bottom: -1.8301610542vw
    }

    #tab7wifi .sect8 .box .picture-box .right-box {
        width: 29.2825768668vw;
        height: 14.6412884334vw;
        bottom: -1.8301610542vw
    }

    @-webkit-keyframes waveShow {
        0% {
            height: 0px;
            width: 0px
        }

        100% {
            height: 100%;
            width: 100%;
            opacity: 0
        }
    }

    @keyframes waveShow {
        0% {
            height: 0px;
            width: 0px
        }

        100% {
            height: 100%;
            width: 100%;
            opacity: 0
        }
    }

    #tab7wifi .sect9 .box .word .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect9 .box .word .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect9 .box .word .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box {
        left: 35.9%;
        top: -6%
    }

    #tab7wifi .sect9 .box .picture-box .left-box img {
        width: 4.6120058565vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box div {
        height: 8.4187408492vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box p {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box {
        left: 56.7%;
        top: 10%
    }

    #tab7wifi .sect9 .box .picture-box .right-box img {
        width: 4.6120058565vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box div {
        width: 3.6603221083vw;
        height: 8.4187408492vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box p {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect10 .box-2 .word .lab {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect10 .box-2 .word .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect10 .box-2 .word .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box .word-tit {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box ul li {
        font-size: 2.196193265vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .right-box img {
        width: 40.2635431918vw
    }

    #tab7wifi .sect11 .box .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect11 .box .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect12 .box .word .tit {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect12 .box .word .msg {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect14 .box ul li .color-box div {
        width: 2.0497803807vw;
        height: 2.0497803807vw
    }

    #tab7wifi .sect14 .box ul li p {
        font-size: 3.513909224vw
    }

    #tab7wifi .sect14 .box-2 .title {
        font-size: 4.39238653vw
    }

    #tab7wifi .sect14 .box-2 ul li {
        font-size: 2.635431918vw
    }

    #tab7wifi .sect14 .box-3 .word {
        font-size: 1.9033674963vw
    }

    #tab7wifi .sect14 .box-3 .word-1 {
        left: 16%;
        top: 14%
    }

    #tab7wifi .sect14 .box-3 .word-2 {
        left: 16%;
        top: 33%;
        width: 9.5168374817vw;
        text-align: center
    }

    #tab7wifi .sect14 .box-3 .word-3 {
        left: 16%;
        top: 44%
    }

    #tab7wifi .sect14 .box-3 .word-4 {
        left: 15%;
        top: 62%;
        width: 11.7130307467vw;
        text-align: center
    }

    #tab7wifi .sect14 .box-3 .word-5 {
        left: 31%;
        top: 9%
    }

    #tab7wifi .sect14 .box-3 .word-6 {
        left: 42%;
        top: 9%
    }

    #tab7wifi .sect14 .box-3 .word-7 {
        left: 71%;
        top: 9%
    }

    #tab7wifi .sect14 .box-3 .word-8 {
        left: 46.5%;
        top: 90%
    }
}

@media screen and (max-width: 767px) {
    #tab7wifi {
        overflow: hidden
    }

    #tab7wifi .tab7wifi-pc {
        display: none !important
    }

    #tab7wifi .tab7wifi-phone {
        display: initial !important
    }

    #tab7wifi .sect1 .box {
        left: 0;
        width: 100%;
        top: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center
    }

    #tab7wifi .sect1 .box .tit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #tab7wifi .sect1 .box .tit p {
        font-size: 15.625vw
    }

    #tab7wifi .sect1 .box .tit img {
        width: 15.625vw
    }

    #tab7wifi .sect1 .box .msg {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect2 .box {
        padding: 8vw 0;
        width: 100%
    }

    #tab7wifi .sect2 .box .item-ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 {
        width: 44.0725244073%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .tit {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(1) .word-box .msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) .word-box {
        top: 5%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(2) .word-box .tit {
        font-size: 4.6875vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(3) {
        margin-top: 2.3076923077%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(3) .word-box {
        top: 5%;
        left: 2%;
        text-align: left
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(3) .word-box .tit {
        font-size: 4.4270833333vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-1 .item-box:nth-child(3) .word-box .msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 {
        width: 53.1380753138%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box {
        top: 5%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .tit {
        font-size: 4.6875vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(1) .word-box .msg {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box {
        top: 5%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .tit {
        font-size: 4.6875vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-2 .item-box:nth-child(2) .word-box .msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 {
        width: 100%
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box {
        margin: 2.3076923077% 0;
        width: 24% !important
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box {
        text-align: center !important;
        top: 55% !important
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .tit {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect2 .box .item-ul .item-li-3 .item-box .word-box .msg {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect3 .box {
        left: 50%;
        top: 5%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #tab7wifi .sect3 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect3 .box .msg {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect3 .box ul {
        -webkit-transform: translate(10%, 40%);
        -ms-transform: translate(10%, 40%);
        transform: translate(10%, 40%);
        width: 52.0833333333vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #tab7wifi .sect3 .box ul li {
        text-align: left;
        padding: 2vw 0
    }

    #tab7wifi .sect3 .box ul li .word-tit {
        font-size: 6.25vw
    }

    #tab7wifi .sect3 .box ul li .word-msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect3 .box ul li:nth-child(1) {
        border-bottom: 1px solid #000
    }

    #tab7wifi .sect4 .box {
        padding: 8vw 0
    }

    #tab7wifi .sect4 .box .lab {
        font-size: 5.2083333333vw;
        margin-bottom: 2vw
    }

    #tab7wifi .sect4 .box .tit {
        font-size: 7.8125vw
    }

    #tab7wifi .sect4 .box .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect4 .box .picture-box {
        width: 65.1041666667vw
    }

    #tab7wifi .sect4 .box ul {
        width: 100%;
        margin-top: 8vw
    }

    #tab7wifi .sect4 .box ul li {
        padding: 0
    }

    #tab7wifi .sect4 .box ul li div {
        height: 65px
    }

    #tab7wifi .sect4 .box ul li div img {
        width: 11.0677083333vw
    }

    #tab7wifi .sect4 .box ul li:nth-child(2) img {
        width: 13.1510416667vw
    }

    #tab7wifi .sect4 .box ul li .word-tit {
        font-size: 4.6875vw
    }

    #tab7wifi .sect4 .box ul li .word-msg {
        height: 8.4635416667vw;
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect5 .box {
        top: 5%
    }

    #tab7wifi .sect5 .box .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect5 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect5 .box .msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect5 .box-2 {
        bottom: 2%;
        width: 100%
    }

    #tab7wifi .sect5 .box-2 ul li {
        height: 16.9270833333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #tab7wifi .sect5 .box-2 ul li .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect5 .box-2 ul li .word-msg {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect6 .box {
        padding: 8vw 0
    }

    #tab7wifi .sect6 .box .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect6 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect6 .box .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect7 .box {
        padding: 8vw 0
    }

    #tab7wifi .sect7 .box .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect7 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect7 .box .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect7 .box-2 .tit {
        font-size: 3.6458333333vw
    }

    #tab7wifi .sect7 .box-2 ul li {
        border-radius: 2px
    }

    #tab7wifi .sect7 .box-2 ul li:last-child .word .tit {
        font-size: 7.8125vw
    }

    #tab7wifi .sect7 .box-2 ul li img {
        width: 10.4166666667vw
    }

    #tab7wifi .sect7 .box-2 ul li .tit {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect7 .box-2 ul li .msg {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect8 .box {
        width: 100%;
        padding: 8vw 0;
        position: relative
    }

    #tab7wifi .sect8 .box .word {
        position: absolute;
        z-index: 11;
        top: 11%;
        left: 0
    }

    #tab7wifi .sect8 .box .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect8 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect8 .box .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect8 .box .picture-box {
        width: 100%
    }

    #tab7wifi .sect8 .box .picture-box .left-box {
        display: none
    }

    #tab7wifi .sect8 .box .picture-box .right-box {
        display: none
    }

    #tab7wifi .sect9 .box .word .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect9 .box .word .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect9 .box .word .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect9 .box .picture-box {
        height: 78.125vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box {
        left: 28%;
        top: 11%
    }

    #tab7wifi .sect9 .box .picture-box .left-box img {
        width: 8.203125vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box div {
        height: 14.9739583333vw
    }

    #tab7wifi .sect9 .box .picture-box .left-box p {
        font-size: 6.25vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box {
        left: 63.7%;
        top: 24%
    }

    #tab7wifi .sect9 .box .picture-box .right-box img {
        width: 8.203125vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box div {
        width: 6.5104166667vw;
        height: 14.9739583333vw
    }

    #tab7wifi .sect9 .box .picture-box .right-box p {
        font-size: 6.25vw
    }

    #tab7wifi .sect9 .box-2 {
        padding: 8vw 0
    }

    #tab7wifi .sect10 .box-2 {
        width: 100%;
        padding: 8vw 0
    }

    #tab7wifi .sect10 .box-2 .word {
        width: 96%;
        margin: 0 auto
    }

    #tab7wifi .sect10 .box-2 .word .lab {
        font-size: 5.2083333333vw
    }

    #tab7wifi .sect10 .box-2 .word .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect10 .box-2 .word .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box {
        overflow: hidden
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box .word-tit {
        font-size: 4.6875vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box ul {
        margin-left: 10%
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .left-box ul li {
        font-size: 3.3854166667vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .right-box {
        padding: 4vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li .right-box img {
        width: 71.6145833333vw
    }

    #tab7wifi .sect10 .box-2 .box-ul .box-li:nth-child(2) .right-box img {
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%)
    }

    #tab7wifi .sect11 .box {
        padding: 8vw 0
    }

    #tab7wifi .sect11 .box .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect11 .box .msg {
        font-size: 3.90625vw;
        margin: 4vw 0
    }

    #tab7wifi .sect12 .box {
        position: absolute;
        padding: 0;
        left: 0;
        width: 100%;
        top: 5%
    }

    #tab7wifi .sect12 .box .word .tit {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect12 .box .word .msg {
        font-size: 3.90625vw
    }

    #tab7wifi .sect12 .box .box-ul {
        display: none
    }

    #tab7wifi .sect12 .box .picture-box {
        display: none
    }

    #tab7wifi .sect14 .box {
        padding: 8vw 0
    }

    #tab7wifi .sect14 .box ul {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #tab7wifi .sect14 .box ul li {
        width: 45%
    }

    #tab7wifi .sect14 .box ul li .color-box div {
        width: 3.6458333333vw;
        height: 3.6458333333vw
    }

    #tab7wifi .sect14 .box ul li p {
        font-size: 3.90625vw
    }

    #tab7wifi .sect14 .box-2 .title {
        font-size: 6.5104166667vw
    }

    #tab7wifi .sect14 .box-2 ul li {
        font-size: 3.90625vw;
        border-bottom: 1px solid #000
    }

    #tab7wifi .sect14 .box-2 ul li:nth-child(1) {
        border-top: 1px solid #000
    }

    #tab7wifi .sect14 .box-2 ul li .left, #tab7wifi .sect14 .box-2 ul li .right {
        padding: 2vw 0
    }

    #tab7wifi .sect14 .box-2 ul li .right {
        padding-left: 2%
    }

    #tab7wifi .sect14 .box-3 .word {
        font-size: 3.3854166667vw;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #tab7wifi .sect14 .box-3 .word-1 {
        left: 2%;
        top: 11%
    }

    #tab7wifi .sect14 .box-3 .word-2 {
        left: 0%;
        top: 31%;
        width: 19.53125vw;
        text-align: center
    }

    #tab7wifi .sect14 .box-3 .word-3 {
        left: 1%;
        top: 44%
    }

    #tab7wifi .sect14 .box-3 .word-4 {
        left: 0%;
        top: 62%;
        width: 20.8333333333vw;
        text-align: center
    }

    #tab7wifi .sect14 .box-3 .word-5 {
        left: 25%;
        top: 6%
    }

    #tab7wifi .sect14 .box-3 .word-6 {
        left: 45%;
        top: 6%
    }

    #tab7wifi .sect14 .box-3 .word-7 {
        left: 74%;
        top: 6%
    }

    #tab7wifi .sect14 .box-3 .word-8 {
        left: 44%;
        top: 91%
    }
}