/*@font-face {*/
/*    font-family: 'PingFang';*/
/*    src: url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/PingFang-SC-Regular.eot?v=1012974174195775246');*/
/*    src: url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/PingFang-SC-Regular.eot?v=1012974174195775246') format("embedded-opentype"),*/
/*    url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/PingFang-SC-Regular.woff?v=11134189223461272660') format("woff"),*/
/*    url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/PingFang-SC-Regular.ttf?v=12534718938968513255') format("truetype");*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'times';
    src: url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/times.eot?v=9690264986443689323');
    src: url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/times.eot?v=9690264986443689323') format('embedded-opentype'),
    url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/times.woff?v=3744835628458986384') format('woff'),
    url('https://ecozyhome.s3.us-west-1.amazonaws.com/resource/h5/font/times.ttf?v=10924148619440119868') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #fff;
    font-family:'Droid Sans', 'Roboto', 'Helvetica';
    font-style: initial;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    color: #414141;
    line-height: 1.6em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    margin: 0;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: calc(90% + 20px);
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: calc(100% - 40px);
    }
}

div.container {
    margin: 0 auto;
    padding: 20px 0;
}

div.content {
    padding: 30px 0px 15px 0;
}

.sixteen {
    width: calc(100% - 20px);
}

.column, .columns {
    float: left;
    display: inline;
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    box-sizing: border-box;
}

a, a:visited, a span {
    color: #414141;
    text-decoration: none;
    position: relative;
    transition: color .1s linear;
}

a, button, input, select, textarea, label, summary {
    touch-action: manipulation;
}

.app_pages {
    padding: 0 4px;
}

.app_pages h1,
.app_pages h2,
.app_pages p {
    margin: 0;
}

.app_pages strong {
    color: #232629;
    font-weight: 600;
}

.app_pages svg,
.app_pages img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting:  antialiased;
}
.app_pages .solution .solution-content .answer-swiper .img-block img {
    border-radius: 7%;
}
.app_pages .des-img .step-img {
    width: 100%;
    margin: -1px;
    border: none;
    font-size: 0;
    display: block;
    line-height: 0;
}

.app_pages .des-img span {
    display: block;
    margin-left: -8px;
    margin-top: -3px;
    margin-right: -2px;
    margin-bottom: -2px;
}

.app_pages .bold {
    font-weight: bolder;
}

.app_pages .title-h1 {
    font-size: 24px;
    line-height: 32px;
    color: #00B6CC;
    letter-spacing: 0px;
}

.app_pages .title-h2 {
    font-size: 14px;
    line-height: 22px;
    color: #232629;
    letter-spacing: 0px;
}

.app_pages .des {
    font-size: 14px;
    line-height: 25px;
    color: #82878D;
}

.app_pages .data-security .des {
    line-height: 36px;
}

.app_pages .data-security .blank-line {
    line-height: 15px;
}
.pdl20 {
    padding-left: 20px;
}

.app_pages .pt30 {
    padding-top: 30px;
}

.app_pages .pb30 {
    padding-bottom: 30px;
}

.app_pages .pr {
    position: relative;
}

.app_pages .pa {
    position: absolute;
}

.app_pages .tc {
    text-align: center;
}

/*.app_pages .en,*/
/*.app_pages .zh,*/
/*.app_pages .de,*/
/*.app_pages .fr,*/
/*.app_pages .it,*/
/*.app_pages .es,*/
/*.app_pages .ja,*/
/*.app_pages .ru,*/
/*.app_pages .pt,*/
/*.app_pages .ar,*/
/*.app_pages .twn {*/
/*    display: none;*/
/*}*/

.app_pages .ar.title-h1 {
    text-align: right;
    direction: rtl;
    /*unicode-bidi: bidi-override;*/
}

.app_pages .ar .ar-img {
    margin: 30px 0;
}

.app_pages .title-border-bottom {
    display: inline;
    border-bottom: 1px solid #00B6CC;
}

.app_pages .des-border-bottom {
    display: inline;
    border-bottom: 1px solid #82878D;
}

.app_pages .strong-border-bottom {
    display: inline;
    /*border-bottom: 1px solid #232629;*/
    text-decoration: underline;
}

.app_pages .faq .title-h2,
.app_pages .agreement .title-h2 {
    padding: 30px 0;
}

.app_pages .faq .button-img-1 {
    width: 90px;
}

.app_pages .faq .button-img-2 {
    width: 50px;
}

.app_pages .faq .button-img-3 {
    width: 45px;
}

.app_pages .faq .button-img-4 {
    width: 45px;
}

.app_pages .flash .title-h2,
.app_pages .flash-slow .title-h2 {
    font-size: 16px;
    color: #2d2d39;
}

.app_pages .flash .des-img,
.app_pages .flash-slow .des-img {
    padding: 10px 0;
    text-align: center;
}

.app_pages .flash .pa,
.app_pages .flash-slow .pa {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #f2f4f5;
    border: 2px solid #00B6CC;
    border-radius: 50%;
}

.app_pages .flash .step-content,
.app_pages .flash-slow .step-content {
    padding-left: 19px;
    margin-left: 7px;
}
.app_pages .flash .ar-section .step-content,
.app_pages .flash-slow .ar-section .step-content {
    padding-right: 19px;
    margin-right: 7px;
    padding-left: 0;
    margin-left: 0;
}

.app_pages .flash .step:first-child .step-content,
.app_pages .flash-slow .step:first-child .step-content {
    border-left: 2px solid #00B6CC;
}
.app_pages .flash .ar-section .step:first-child .step-content,
.app_pages .flash-slow .ar-section .step:first-child .step-content {
    border-right: 2px solid #00B6CC;
    border-left: none;
}

.app_pages .s-connection-tutorial .step-content .des-img img {
    /*           border: 1px dashed #000; */
}

.app_pages .s-connection-tutorial .step-content .des-step-1 {
    padding: 13px 0 10px;
}

.app_pages .s-connection-tutorial .step-content .des-step-2 {
    padding: 26px 0 0;
}

.app_pages .google,
.app_pages .alexa {
    padding-bottom: 20px;
}

.app_pages .google .important,
.app_pages .alexa .important {
    margin-left: 8px;
    padding-left: 25px;
}
.app_pages .google .ar-section .important,
.app_pages .alexa .ar-section .important {
    margin-right: 8px;
    padding-right: 25px;
    margin-left: 0;
    padding-left: 0;
}

.app_pages .google .important .pa,
.app_pages .alexa .important .pa {
    left: -9px;
    top: -3px;
}
.app_pages .google .ar-section .important .pa,
.app_pages .alexa .ar-section .important .pa {
    right: -9px;
    top: -3px;
}

.app_pages .google .important1,
.app_pages .alexa .important1 {
    border-left: #00B6CC 1px solid;
}
.app_pages .google .ar-section .important1,
.app_pages .alexa .ar-section .important1 {
    border-right: #00B6CC 1px solid;
    border-left: none;
}

.app_pages .google .important1 .pa,
.app_pages .alexa .important1 .pa {
    top: -1px;
    left: -33px;
}
.app_pages .google .ar-section .important1 .pa,
.app_pages .alexa .ar-section .important1 .pa {
    top: -1px;
    left: auto;
    right: -33px;
    direction: ltr;
}


.app_pages .google .important1 .title-h2 .pa,
.app_pages .alexa .important1 .title-h2 .pa {
    height: 16px;
    background: #fff;
}
.app_pages .google .ar-section  .important1 .title-h2 .pa,
.app_pages .alexa .ar-section .important1 .title-h2 .pa {
    background-color: transparent;
}

.app_pages .ar-section .ar .title-h2 {
    text-align: right;
    direction: rtl;
    line-height: 1.2em;
}
.app_pages .ar-section .ar .des {
    text-align: right;
    direction: rtl;
    word-break: break-word;
}
.app_pages .ar-section .ar .des:after {
    content: 'a';
    color: transparent;
}

.app_pages .google .important1 .des-four .pa,
.app_pages .alexa .important1 .des-four .pa {
    min-height: 52px;
    line-height: 15px;
    background: #fff;
    top: 3px;
}

.app_pages .google .important1 .zh .des-four .pa,
.app_pages .alexa .important1 .zh .des-four .pa {
    min-height: 20px;
}

.app_pages .network {
    padding: 0 0 60px;
}

.app_pages .network .des {
    /*font-family: 'PingFang';*/
}

.app_pages .network .ar.title-h1 {
    unicode-bidi: inherit;
}

.app_pages .network ul {
    margin: 0;
    padding: 0;
}

.app_pages .network ul li {
    list-style: none;
    padding: 24px 18px;
    margin: 20px 0;
    background: #F1F4F5;
    border-radius: 20px;
}

.app_pages .network ul li .num {
    font-size: 18px;
    font-weight: 600;
    color: #2C3335;
    line-height: 25px;
    display: inline-block;
    /*font-family: 'PingFang';*/
    width: 18px;
    vertical-align: top;
    margin-top: 17px;
}

.app_pages .network ul li .num .se {
    z-index: 2;
    bottom: -1px;
    left: 0;
    right: 0;
}

.app_pages .network ul li .num .oval {
    width: 16px;
    height: 6px;
    background-color: #00B6CC;
    bottom: 2px;
    left: 1px;
    z-index: 1;
    border: 1px solid #00B6CC;
    border-radius: 3px;
    opacity: 0.2;
}

.app_pages .network ul li .des {
    display: inline-block;
    max-width: 260px;
    padding-left: 10px;
}

.app_pages .network ul li:first-child {
    margin-top: 0;
}

.app_pages .network .ar ul {
    text-align: right;
}

.app_pages .network .ar ul li {
    padding: 24px 17px;
}

.app_pages .network .ar ul li .fl {
    float: right;
}

.app_pages .network .ar ul li .des {
    padding-left: 0;
    padding-right: 10px;
    direction: rtl;
}

.app_pages .des-border-bottom {
    display: inline;
    border-bottom: 1px solid #82878D;
}

@media only screen and (max-width: 480px) {
    .app_pages img {
        /*width: 100%;*/
        width: auto;
        max-width: 100%;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-crisp-edges;
        image-rendering: crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
        -webkit-font-smooting:  antialiased;
    }
    .app_pages img.icon {
        width: auto;
    }
}

.had-ar .ar {
    text-align:right;
    /*direction: rtl;*/
}
.had-ar .ar .title-h2 {
    font-family: 'times';
}
.had-ar .ar .des {
    direction: rtl;
    font-family: 'times';
    word-break: break-word;
}
.had-ar .ar .office-hours {
    font-family: 'times';
}
.had-ar .ar .note {
    direction: rtl;
    font-family: 'times';
    word-break: break-word;
}
.app_pages .flash .had-ar.step:first-child .step-content {
    border-right: 2px solid #00B6CC;
    border-left: none;
}
.app_pages .flash .had-ar .step-content {
    padding-left: 0;
    padding-right: 19px;
    margin-right: 7px;
    margin-left: 0;
}

.app_pages .flash .had-ar .pa {
    right: 0;
}

.customer-service-app-content .customer-service-app-desc.had-ar .text.ar {
    max-width: 230px;
}

/*客服*/
@media (max-width: 767px) {
    .customer-service-app {
        position: fixed;
        bottom: 5%;
        right: 0;
        width: 62px;
        height: 58px;
        background: #00B6CC;
        border-bottom-left-radius: 29px;
        border-top-left-radius: 29px;
        padding: 4px 0 4px 3px;
        cursor: pointer;
        z-index: 100;
    }
    .customer-service-app.ar {
        direction: ltr;
    }
    .customer-service-app-content {
        width: 95%;
        background: #00B6CC;
        border-top-left-radius: 29px;
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 18px 0 18px 18px;
        z-index: 100;
    }
    .customer-service-app-content.ar-content {
        padding: 18px 18px 18px 0;
    }
    .customer-service-app-content .customer-service-app-desc {
        color: #fff;
    }
    .customer-service-app-content .customer-service-app-desc img {
        vertical-align: top;
    }
    .customer-service-app-content .customer-service-app-desc .text {
        display: inline-block;
        padding-left: 20px;
        max-width: 220px;
        margin-bottom: 25px;
    }
    .customer-service-app-content .customer-service-app-desc .text.ar {
        display: inline-block;
        padding-right: 20px;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .customer-service-app-content .customer-service-app-desc .text .telephone {
        font-weight: 500;
        font-size: 16px;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .customer-service-app-content .customer-service-app-desc .text .telephone img {
        vertical-align: middle;
    }
    .customer-service-app-content .customer-service-app-desc .text .office-hours {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .customer-service-app-content .customer-service-app-desc .text .note {
        font-size: 12px;
        margin: 3px 0 0;
    }
    .customer-service-app-content .cross {
        width: 18px;
        height: 18px;
        position: relative;
        float: right;
        /*           padding-top: 2px; */
        cursor: pointer;
        z-index: 99;
        display: inline-block;
    }
    .customer-service-app-content .had-ar .cross {
        float: left;
    }
    .customer-service-app-content .cross::before, .customer-service-app-content .cross::after {
        content: '';
        width: 2px;
        height: 20px;
        background: #ffffff;
        position: absolute;
        right: 20px;
    }
    .customer-service-app-content .had-ar .cross::before, .customer-service-app-content .had-ar .cross::after {
        left: 20px;
        right: auto;
    }
    .customer-service-app-content .cross::before {
        transform: rotate(45deg);
    }
    .customer-service-app-content .cross::after {
        transform: rotate(-45deg);
    }
}


/* solution页面 */
.solution {
    width: 100%;
}
.solution .question {
    font-size: 16px;
    font-weight: 500;
    color: #2C3335;
    line-height: 22px;
    margin-bottom: 15px;
}
.solution .step-num {
    font-size: 12px;
    font-weight: 500;
    color: #2C3335;
    line-height: 15px;
}
.solution .answer {
    font-size: 12px;
    font-weight: 400;
    color: #2C3335;
    line-height: 15px;
    margin-top: 2px;
}
.solution .answer-swiper {
    width: 100%;
    margin-top: 14px;
    overflow: hidden;
}
.solution .answer-swiper-top {
    border-bottom: 1px solid #DCE0E4;
}
.solution .answer-swiper-top .swiper-wrapper{
    position: relative;
    width: auto!important;
    height: 100%;
    /*border-bottom: 1px solid #DCE0E4;*/
    padding-bottom: 6px;
}
.solution .answer-swiper-top .swiper-slide {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #2C3335;
    line-height: 14px;
}
.solution .answer-swiper-top span {
    position: absolute;
    height: 1px;
    background: #00B6CC;
    left: 0;
    bottom: -1px;
}
.solution .ar .answer-swiper-top span {
    right: 0;
    left: auto;
}
.solution .answer-swiper-top .swiper-slide{
    width: auto!important;
    /*margin-right: 32px!important;*/
    padding: 0 30px 0 0;
    -webkit-tap-highlight-color: transparent!important;
}
.solution .ar .answer-swiper-top .swiper-slide {
    padding: 0 0 0 30px;
}

.solution .answer-swiper-bottom {
    width: 100%;
    margin-top: 18px;
}

.solution .gray-line {
    position: absolute;
    height: 1px;
    background: #DCE0E4;
    left: 0;
    bottom: -1px;
    display: inline-block;
    width: 100%;
}

.solution .answer-swiper-bottom .img-block {
    width: 100%;
    /*height: 189px;*/
    background: #DCE0E4;
    border-radius: 20px;
}
.solution .answer-swiper-bottom .s-text {
    width: 100%;
    margin-top: 18px;
}
.solution .answer-swiper-bottom .s-text .des {
    font-size: 12px;
    font-weight: 400;
    color: #2C3335;
    line-height: 17px;
}
.solution .answer-swiper-bottom .s-text .a-note {
    font-size: 12px;
    font-weight: 400;
    color: rgba(44, 51, 53, 0.4);
    line-height: 17px;
    margin-top: 5px;
}

.solution .answer-step-other {
    margin-top: 24px;
}
.solution .answer-card {
    width: 100%;
    margin-top: 14px;
    background: #F1F4F5;
    box-shadow: 0 8px 18px 4px rgba(94, 99, 101, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.04), inset 0 0 2px 1px rgba(44, 51, 53, 0.02);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 21px 20px 36px;
}
.solution .it .answer-card,
.solution .de .answer-card,
.solution .fr .answer-card,
.solution .pt .answer-card,
.solution .ru .answer-card {
    padding: 21px 10px 36px;
}
.solution .answer-card .card-des {
    font-size: 14px;
    font-weight: 500;
    color: #2C3335;
    line-height: 18px;
}
.solution .answer-card .card-note {
    font-size: 12px;
    font-weight: 700;
    /*color: #AEB3B8;*/
    color: #00B6CC;
    line-height: 15px;
    margin: 10px 0 14px;
}
.solution .answer-card .card-content {
    width: 100%;
}
.solution .answer-card .card-content .card-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution .answer-card .card-content .card-flex .flex-left {
    width: 64%;
    display: flex;
    align-items: center;
}
.solution .answer-card .card-content .card-flex .card-flex-content {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}
.solution .it .answer-card .card-content .card-flex .flex-left,
.solution .de .answer-card .card-content .card-flex .flex-left,
.solution .pt .answer-card .card-content .card-flex .flex-left,
.solution .ru .answer-card .card-content .card-flex .flex-left,
.solution .tr .answer-card .card-content .card-flex .flex-left {
    width: 80%;
}
.solution .answer-card .card-content .card-flex .flex-left img {
    max-width: 24px;
}
.solution .answer-card .card-content .card-flex .flex-left .dname {
    font-size: 14px;
    font-weight: 500;
    color: #2C3335;
    line-height: 18px;
    margin-left: 10px;
}
.solution .answer-card .card-content .card-flex .flex-left .dname {
    margin-left: 1px;
}
.solution .ru .answer-card .card-content .card-flex .flex-left .dname {
    font-size: 12px;
}
.solution .answer-card .card-content .card-flex .flex-left .dname-note {
    font-size: 12px;
    line-height: 1.2em;
    color: #AEB3B8;
}
.solution .answer-card .card-content .card-flex .flex-right {
    width: 36%;
    text-align: right;
}
.solution .answer-card .card-content .card-flex .flex-right span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    background: #00B6CC;
    box-shadow: 0px 8px 12px 6px rgba(177, 187, 210, 0.06), 0px -8px 12px 6px rgba(177, 187, 210, 0.06), 0px 2px 6px 0px rgba(177, 187, 210, 0.1), inset 0px 1px 16px 8px rgba(110, 136, 164, 0.01);
    border-radius: 20px;
    border: 1px solid #00B6CC;
    display: inline-block;
    width: 79px;
    height: 38px;
    text-align: center;
}
.solution .answer-card .card-content .card-flex .flex-right .finger {
    max-width: 36px;
    bottom: -21px;
    right: -4px;
}
.solution .answer-card .card-content .card-flex-other {
    margin-top: 30px;
}

.solution .step-3-swiper {
    width: 100%;
}
.solution .step-3-swiper .swiper-slide .slide-content {
    background: #F1F4F5;
    box-shadow: 0px 8px 18px 4px rgba(94, 99, 101, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 2px 1px rgba(44, 51, 53, 0.02);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 22px 0 20px;
    /*max-width: 146px;*/
}
.solution .step-3-swiper .slide-content {
    width: 100%;
}
.solution .step-3-swiper .slide-content .product-img {
    max-width: 88px;
    margin-bottom: 9px;
}
.solution .step-3-swiper .slide-content .cate-name {
    font-size: 14px;
    font-weight: 500;
    color: #2C3335;
    line-height: 18px;
}
.solution .step-3-swiper .slide-content .product-name {
    font-size: 12px;
    font-weight: 400;
    color: #82878D;
    line-height: 17px;
}
.solution .step-3-swiper .slide-content .connect-button {
    display: inline-block;
    margin-top: 11px;
}
.solution .step-3-swiper .slide-content .connect-button span {
    font-size: 14px;
    font-weight: 500;
    color: #2C3335;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 4px 12px 4px rgba(213, 217, 219, 0.2), inset 0px 0px 2px 1px rgba(44, 51, 53, 0.02);
    border-radius: 20px;
    border: 1px solid #FBFEFF;
    width: 101px;
    height: 38px;
    line-height: 38px;
}
.solution .step-3-swiper .slide-content .connect-button .finger {
    max-width: 36px;
    bottom: -10px;
    right: 2px;
}
.solution .step-3 .answer-swiper {
    padding-bottom: 32px;
}

.solution .es .answer-card .card-content .card-flex .flex-left {
    width: 72%;
}
.solution .es .answer-card .card-content .card-flex .flex-right {
    width: 30%;
}
.solution .fr .answer-card .card-content .card-flex .flex-left {
    width: 72%;
}
.solution .fr .answer-card .card-content .card-flex .flex-right {
    width: 30%;
}
.solution .fr .answer-card .card-content .card-flex .flex-left .dname {
    margin-left: 3px;
}
.solution .ja .answer-card .card-content .card-flex .flex-right span {
    width: 90px;
}

.more-network-faq h2 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 10px;
}
.more-network-faq .des-title {
    font-size: 18px;
    color: #82878D;
    margin-bottom: 15px;
}
.more-network-faq .des {
    margin-bottom: 12px;
}
.more-network-faq .pdl10 {
    padding-left: 12px;
    padding-bottom: 10px;
}
.more-network-faq .more-network-faq-img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.more-router-setting {
    padding-bottom: 30px;
}
.pdl12 {
    padding-left: 12px;
}
.pdb10 {
    padding-bottom: 10px;
}
.pdt10 {
    padding-top: 10px;
}
.pdr10 {
    padding-right: 10px;
}
.flex-content {
    display: flex;
}

.more-router-setting .des a {
    color: #7695C4;
    text-decoration: underline;
}
.check-wifi-band .des-title {
    font-size: 16px;
    color: #82878D;
    margin: 10px 0;
    font-weight: 600;
}
.check-wifi-band h3 {
    font-size: 18px;
}
.check-wifi-band {
    padding-bottom: 20px;
}
.red {
    color: #ff0000;
}
.bg-num {
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
.bg-num:after {
    content: ' ';
    position: absolute;
    width: 14px;
    height: 6px;
    background: rgba(0, 182, 204, 0.2);
    border-radius: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.pdt40 {
    padding-top: 40px;
}
.pdt100 {
    padding-top: 100px;
}
.ar .pdr10 {
    padding-right: 0;
    padding-left: 10px;
}
