@charset "utf-8";

/*************************General**********************************/

/* Color Chart - Green : #04c7c9 */

body              { margin: 0; background: #fff; color: #000; font-size: 16px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale; 
                    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea,         { font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;}
input:focus, 
textarea:focus    { outline: none;}


/*************************Universal**********************************/
.wrapper p{
    line-height: 1.5em;
}
.clear:after{
    clear: both;
    display: block;
    content: '';
}

.w1900{
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.w1600{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.w1400{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.w1000{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


.wrapper .nav{ /* asus 天地api 有 .nav 重複class name */
    background-color: #e5e7e7;
    padding: 20px;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.3);
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 10;
}
.wrapper .nav:after{
    clear: both;
    display: block;
    content: '';
}
.wrapper .nav ul{
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    float: left;
}
.wrapper .nav ul li{
    display: inline-block;
    margin: 0 15px;
}
.wrapper .nav ul li a{
    color: #000;
    padding: 5px 16px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.wrapper .nav ul li a:hover{
    color: #444;
    border-color: #bbb;
}
.wrapper .nav ul li a.active{
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
}
.wrapper .nav .select-lang{
    float: right;
}
.wrapper .nav-burger{
    display: none;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background: url("../img/burger.png") center center no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.wrapper .nav-burger.active{
    background-image: url("../img/close.png");
}

/* select */

.custom-select-wrapper {
    position: relative;
}
.custom-select-wrapper:after {
    content: "\0276F";
    transform: rotate(90deg);
    position: absolute; 
    right: 14px; 
    top: 18%;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;   
    color: #6c846a;
}
.custom-select {
    width: 100%;
    background: transparent;
    padding: 8px 35px 8px 10px;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6c846a;
    box-sizing: border-box;
    color: #72848c;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    font-size: 0.9em;
}
.custom-select:hover{
    border-color: #929292;
}



@media screen and (max-width: 768px) {
.wrapper .nav-burger{
    display: block;
}
.wrapper .nav ul{
    display: none;
}
.wrapper .nav ul.active{
    display: block;
}
.wrapper .nav ul li{
    display: block;
    margin: 0 0 15px 0;
}
}

@media screen and (max-width: 500px) {
.wrapper .nav ul{
    float: none;
    clear: both;
    padding-top: 20px;
}
.custom-select {
    font-size: 1em;
}
}











.disclaimer{
    background-color: #222;
    color: #ccc;
    padding: 20px 0;
}
.disclaimer .area{
    max-width: 1200px;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.disclaimer .area ol{
    margin: 0 0 0 15px;
    padding: 0;
}



/* .with-arrow:before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #aaa url("../img/arrow-down.png") center 60% no-repeat;
    background-size: 50%;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
}
.with-arrow-green:before{
    background-color: #04c7c9;
}
.with-arrow-blue:before{
    background-color: #1c78a5;
}

@media screen and (max-width: 1024px) {
.with-arrow:before{
    width: 50px;
    height: 50px;
    top: -25px;
    margin-left: -25px;
}
} */



.btn-video{
    display: inline-block;
    border: 1px solid #000;
    position: relative;
}
.btn-video:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/play.png") center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    opacity: 0.6;
    transition: all 0.3s;
}
.btn-video:hover:after{
    opacity: 1;
}
.btn-video img{
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 450px) {
.btn-video:after{
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
}
}



.video-wrapper{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,0.85);
    display: none;
}
.video-wrapper .mask{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
}
.video-wrapper .close{
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 15;
    background: url("../img/close-light.png") center center no-repeat;
    transition: all 0.2s;
    background-size: 100%;
}
.video-wrapper .close:hover{
    transform: rotate(90deg);
}
.video-wrapper .video-player{
    width: 70vw;
    height: 70vh;
    margin-top: 7vh;
    margin-left: 15vw;
    position: relative;
    z-index: 13;
}
.video-wrapper .video-player iframe{
    z-index: 14;
}




.bigimage-wrapper{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,0.85);
    display: none;
}
.bigimage-wrapper .mask{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
}
.bigimage-wrapper .close{
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 15;
    background: url("../img/close-light.png") center center no-repeat;
    transition: all 0.2s;
    background-size: 100%;
}
.bigimage-wrapper .close:hover{
    transform: rotate(90deg);
}
.bigimage-wrapper .img{
    width: 70vw;
    height: 70vh;
    margin-top: 7vh;
    margin-left: 15vw;
    position: relative;
    z-index: 13;
}
.bigimage-wrapper .img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/************************* help me choose **********************************/

.content-choose{
    background: url("../img/living.jpg") center top no-repeat;
    min-height: 800px;
}
.content-choose .title{
    overflow: hidden;
    text-align: center;
    padding: 15px;
}
.content-choose .title h1{
    font-weight: bold;
    font-size: 3em;
    margin: 100px 0 20px 0;
}
.content-choose .title h2{
    font-weight: normal;
    font-size: 1.2em;
}


.content-choose .quiz{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.content-choose .quiz .row{
    display: flex;
}
.content-choose .quiz .row .column{
    width: 20%;
}
.content-choose .quiz .row .column > p{
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0;
}
.content-choose .quiz .row .column .q{
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 35px 10px 20px 20px;
    margin: 10px;
    min-height: 250px;
    box-sizing: border-box;
}
.content-choose .quiz .row .column .q > span{
    display: block;
    margin-bottom: 15px;
}

.content-choose input[type="radio"] {
    display:none;
}
.content-choose input[type="radio"] + label{
    cursor: pointer;
    color: #626262;
    display: flex;
    align-items: center;
}
.content-choose input[type="radio"]:hover + label{
    color: #002d00;
}
.content-choose input[type="radio"] + label i {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin-right: 7px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #aaa;
    transition: all 0.2s;
    box-shadow: 0px 0px 0px 2px transparent inset;
    vertical-align: middle;
}
.content-choose input[type="radio"] + label b {
    display: inline-block;
    font-weight: normal;
    flex: 1;
    vertical-align: middle;
}
.content-choose input[type="radio"]:disabled + label i {
    background-color: #ccc;
    border-color: #aaa;
    cursor: default;
}
.content-choose input[type="radio"]:checked + label{
    color: #002d00;
}
.content-choose input[type="radio"]:checked + label i {
    background-color: #05c7c9;
    box-shadow: 0px 0px 0px 2px #fff inset;
}


.content-choose input[type="checkbox"] {
    display:none;
}
.content-choose input[type="checkbox"] + label{
    cursor: pointer;
    color: #626262;
    display: flex;
    align-items: center;
}
.content-choose input[type="checkbox"]:hover + label{
    color: #002d00;
}
.content-choose input[type="checkbox"] + label i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin-right: 7px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #aaa;
    transition: all 0.2s;
    box-shadow: 0px 0px 0px 2px transparent inset;
    vertical-align: middle;
}
.content-choose input[type="checkbox"] + label b {
    display: inline-block;
    font-weight: normal;
    flex: 1;
    vertical-align: middle;
}
.content-choose input[type="checkbox"]:disabled + label i {
    background-color: #ccc;
    border-color: #aaa;
    cursor: default;
}
.content-choose input[type="checkbox"]:checked + label{
    color: #002d00;
}
.content-choose input[type="checkbox"]:checked + label i {
    background-color: #05c7c9;
    box-shadow: 0px 0px 0px 2px #fff inset;
}

@media screen and (max-width: 1024px) {
.content-choose .quiz .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-choose .quiz .row .column{
    width: 33.33%;
}
}
@media screen and (max-width: 650px) {
.content-choose .quiz .row .column{
    width: 50%;
}
}
@media screen and (max-width: 400px) {
.content-choose .quiz .row .column{
    width: 100%;
}
.content-choose .quiz .row .column .q{
    min-height: auto;
}
}


.content-choose .btn-wrapper{
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
}
.content-choose .btn-wrapper:after{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 0;
}
.content-choose .btn-wrapper a{
    display: block;
    width: 250px;
    box-sizing: border-box;
    background-color: #05c7c9;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.2s;
}
/*
.content-choose .btn-wrapper a:after{
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #05c7c9 url("../img/arrow-down.png") center center no-repeat;
    background-size: 60%;
    content: '';
    position: absolute;
    left: 50%;
    top: 36px;
    margin-left: -17px;
    border: 3px solid #fff;
    transition: all 0.2s;
}
*/
.content-choose .btn-wrapper a:hover{
    background-color: #00b2b4;
}
.content-choose .btn-wrapper a:hover:after{
    background-color: #00b2b4;
}






.content-choose .product-wrapper{
    max-width: 1200px;
    margin: 30px auto;
    padding: 10px;
    box-sizing: border-box;
}
.content-choose .product-set{
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #aaa;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}
.content-choose .product-set .item-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-choose .product-set .item{
    width: 33.33%;
    box-sizing: border-box;
}
.content-choose .product-set .item a{
    color: #000;
}
.content-choose .product-set .item a:hover{
    text-decoration: underline;
}
.content-choose .product-set .item img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content-choose .product-set .item a.buy{
    color: #fff;
    background-color: #bbb;
    border-radius: 20px;
    padding: 5px 15px;
    transition: background-color 0.2s;
}
.content-choose .product-set .item a.buy:hover{
    text-decoration: none;
    background-color: #aaa;
}


@media screen and (max-width: 768px) {
.content-choose .product-set .item{
    width: 50%;
}
}
@media screen and (max-width: 450px) {
.content-choose .product-set .item{
    width: 100%;
}
}










/************************* home **********************************/

/*hero*/
.content-home *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.content-home .home-hero{
    /* padding-top: 30px; */
    position: relative;
}
.content-home .home-hero .text{
        position: absolute;
    left: 80%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 30%;
    z-index: 1;
}
.content-home .home-hero h2{
    font-weight: normal;
    font-size: 1.4em;
    text-decoration: underline;
    margin: 0;
    padding: 1em 0;
}
.content-home .home-hero h2 a{
    cursor: default;
}
.content-home .home-hero h1{
    font-weight: normal;
    font-size: 3em;
    margin: 0;
    padding: 0;
    color: #0055e3
}
.content-home .home-hero p{
    font-weight: 300;
}
.content-home .home-hero .img{
    position: relative;
}
.content-home .home-hero .img img{
    width: 100%;
}
.content-home .home-hero .link_aiMesh{
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 10px
}
.content-home .home-hero .link_aiMesh img{
    width: 60px;
    margin-right: 10px;
    float: left;
}
.content-home .home-hero .link_aiMesh .link_aiMesh_txt{
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: left;
    width: auto;
}
.content-home .home-hero .link_aiMesh a{
    width: auto;
    float: left;
    color: #000;
    padding: 0px 45px 0px 0px;
}
.content-home .home-hero .link_aiMesh a:after {
    content: "";
    position: absolute;
    left: calc(100% - 35px);
    background: url("../img/ico_link.svg") center center no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}
@media screen and (max-width: 1200px) {
    .content-home .home-hero h1 br {
        display: none;
    }

    /* .content-home .home-hero h1 {
        font-size: 1.6em;
    } */

    .content-home .home-hero .text {
        top: 50%;
        width: 40%;
        left: 78%;
    }
}

@media screen and (max-width: 900px) {
    .content-home .home-hero{
        padding-top: 80px
    }
    .content-home .home-hero .webstyle{
        display: none
    }
    .content-home .home-hero .mobile{
        display: block
    }
    .content-home .home-hero .text {
        left: auto;
        top: auto;
        width: 100%;
        position: relative;
        padding-right: 0;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
    }
    .content-home .home-hero .text:after{
        content: "";
        position: absolute;
        bottom: 105%;
        left: 0;
        width: 15%;
        height: 15px;
        background: #6bc6d9;
    }
    .content-home .home-hero .link_aiMesh{
        margin-bottom: 20px
    }
}

@media screen and (max-width: 500px) {
    .content-home .home-hero .img {
        overflow: hidden;
    }
}



/*awards*/
.content-home .awards{
    margin-top: 80px;
}
.content-home .awards > div:after{
    content: '';
    display: block;
    clear: both;
}
.content-home .awards .entry{
    width: 33.33%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    text-align: center;
}
.content-home .awards .entry img{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 20px
}
.content-home .awards .entry h3{
    font-weight: normal;
    font-size: 1.4em;
}
.content-home .awards .entry p{
    max-width: 450px;
    min-height: 120px;
    margin: 0 auto;
    /* min-height: 4em; */
    font-weight: 300;
    margin-bottom: 20px;
}
.content-home .awards .entry .more{
    padding: 5px 45px 5px 10px;
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
    /* border-radius: 20px;
    border: 1px solid #04c7c9; */
    /* text-transform: uppercase; */
    font-weight: 400;
    color: #000;
    /* background-color: #fff; */
    transition: all 0.2s;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    position: relative
}

.content-home .awards .entry .more:hover{
    color: #b80000;
    /* background-color: #04c7c9; */
}
.content-home .awards .entry .more:after{
    content: "";
    position: absolute;
    left: calc(100% - 35px);
    background: url("../img/ico_link.svg") center center no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}
.content-home .awards .entry .more:hover:after{
    background: url("../img/ico_link_hover.svg") center center no-repeat;
}

@media screen and (max-width: 768px) {
    .content-home .awards .entry{
        width: 100%;
    }
    .content-home .awards .entry p{
        min-height: auto;
    }
    .content-home .awards .entry.entry_3{
        margin-bottom: 15%
    }
    .content-home .awards .entry.entry_3 img{
        margin-bottom: -10%
    }
}



/*flexible*/
.content-home .flexible{
    padding: 0px 0 0 0;
    position: relative;
    margin-top: 80px;
    /* background-color: #eee; */
}
.content-home .flexible h3{
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
}
.content-home .flexible p{
    text-align: left;
    margin: 30px auto 0 0;
    padding: 0;
    max-width: 1000px;
    font-weight: 300;
}
.content-home .flexible .img{
    position: relative;
}
.content-home .flexible .img img{
    width: 100%;
    display: block;
}
.content-home .flexible .w1400{
    width: 82%;
}
@media screen and (max-width: 768px) {
    .content-home .flexible{
        padding-top: 60px;
    }
    .content-home .flexible .w1400{
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    /* .content-home .flexible h3{
        font-size: 1.5em;
    } */
}



/*speed*/
.content-home .speed{
}
.content-home .speed h1,
.content-home .speed h3{
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.content-home .speed > div{
    position: relative;
}
.content-home .speed .img img{
    display: block;
    max-width: 100%;
}
.content-home .speed .text{
    position: absolute;
    left: 55%;
    top: 100px;
    width: 45%;
    z-index: 1;
    box-sizing: border-box;
    padding-right: 20px;
}
.content-home .speed h3{
    font-weight: normal;
    font-size: 1.8em;
}
.content-home .speed p{
    font-weight: 300;
}
.content-home .speed .text img{
    max-width: 100%;
}

@media screen and (max-width: 1500px) {
.content-home .speed .img{
    margin-left: -16%;
}
}

@media screen and (max-width: 1080px) {
.content-home .speed .img{
    margin-left: -25%;
}
.content-home .speed .text{
    left: 55%;
    top: 20px;
    width: 45%;
}
}
@media screen and (max-width: 900px) {
.content-home .speed .img{
    margin-left: 0;
}
.content-home .speed .text{
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    padding-right: 0;
}
}





/*reliability*/
.content-home .reliability{
}
.content-home .reliability > div{
    position: relative;
}
.content-home .reliability .img{
    max-height: 700px;
    overflow: hidden;
}
.content-home .reliability .img img{
    display: block;
    width: 100%;
}
.content-home .reliability .text{
    position: absolute;
    left: 55%;
    top: 80px;
    width: 45%;
    z-index: 1;
    box-sizing: border-box;
    padding-right: 20px;
}
.content-home .reliability h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
.content-home .reliability p{
    font-weight: 300;
}
.content-home .reliability .text img{
    max-width: 100%;
}


@media screen and (max-width: 1700px) {
.content-home .reliability .img img{
    width: 125%;
    margin-left: -15%;
}
}
@media screen and (max-width: 1300px) {
.content-home .reliability .text{
    left: 35%;
    top: 40px;
    width: 65%;
}
.content-home .reliability .btn-video{
    width: 50%;
}
}
@media screen and (max-width: 950px) {
.content-home .reliability{
    background: #ccc url("../img/reliability-main.jpg") right center no-repeat;
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: cover;
}
.content-home .reliability .text{
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    padding-right: 0;
}
.content-home .reliability .img{
    display: none;
}
.content-home .reliability .btn-video{
    width: auto;
}
}



/**/
.content-home .tab li.active .animation_circle_area{
    display: block
}
.content-home .tab li .animation_circle_area{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.content-home .tab li .animation_circle_area .animation_circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
}
.content-home .tab li .animation_circle_area .animation_circle.circle_a {
    -webkit-animation-name: circle_a;
    -moz-animation-name: circle_a;
    -o-animation-name: circle_a;
    animation-name: circle_a;
    animation-duration:3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    width: 0%
}
.content-home .tab li .animation_circle_area .animation_circle.circle_b {
    -webkit-animation-name: circle_b;
    -moz-animation-name: circle_b;
    -o-animation-name: circle_b;
    animation-name: circle_b;
    animation-duration:3.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    width: 0%
}
.content-home .tab li .animation_circle_area .animation_circle.circle_c {
    -webkit-animation-name: circle_c;
    -moz-animation-name: circle_c;
    -o-animation-name: circle_c;
    animation-name: circle_c;
    animation-duration:3.5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    width: 0%
}
@-webkit-keyframes circle_a {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-moz-keyframes circle_a {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-o-keyframes circle_a {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@keyframes circle_a {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
/**/
@-webkit-keyframes circle_b {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-moz-keyframes circle_b {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-o-keyframes circle_b {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@keyframes circle_b {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
/**/
@-webkit-keyframes circle_c {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-moz-keyframes circle_c {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@-o-keyframes circle_c {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
@keyframes circle_c {
    0% {
        width: 0%;
        opacity: 1
    }
    100%{
        width: 100%;
        opacity: 0
    }
}
/* tabset-a */
.content-home .tabset-a{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}
.content-home .tabset-a .tab{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 80px;
    padding: 0;
}
.content-home .tabset-a .tab .tab_style{
    width: 33.33%;
    text-align: center;
    max-width: 475px;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    margin-left: 0;   
}
.content-home .tabset-a .tab .tab_style a .ico_link_b{
        display: inline-block;
    width: 20px;
    margin: 0px 0px -5px 10px;
}
.content-home .tabset-a .tab a{
    display: inline-block;
    padding: 15px 20px;
    width: 96%;
    color: #fff;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #45b5fe;
    background: -webkit-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -o-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -moz-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: linear-gradient(to right, #45b5fe, #27cffe, #0be8fe);
    font-size: 1.2em;
    z-index: 1;
}
.content-home .tabset-a .tab a:hover{
    background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);

}
.content-home .tabset-a .tab .tab_style.active a{
    background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);

}
.content-home .tabset-a .tab .tab_style a p{
    display: inline-block;
    width: auto;
    margin: 0;
    padding-right: 30px;
    position: relative
}
.content-home .tabset-a .tab .tab_style a p:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    background: url("../img/ico_link_b.svg") center center no-repeat;
    background-size: 100% 100%;
}
.content-home .tabset-a .box{
    padding: 0 80px;
    position: relative;
}
.content-home .tabset-a .box .btn-last{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(90deg);
    position: absolute;
    background-size: 70%;
    left: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
}
.content-home .tabset-a .box .btn-next{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    background-size: 70%;
    right: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
}
.content-home .tabset-a .box .btn-last:hover{
    opacity: 1;
}
.content-home .tabset-a .box .btn-next:hover{
    opacity: 1;
}
.content-home .tabset-a .box .btn-last.disabled{
    opacity: 0.2;
    cursor: default;
}
.content-home .tabset-a .box .btn-next.disabled{
    opacity: 0.2;
    cursor: default;
}

.content-home .tabset-a .switch-wrapper .switch-inner{
    position: relative;
    display: flex;
    align-items: center;
}
.content-home .tabset-a .switch-wrapper .switch-inner.flex_none{
    display: inline-block;
}
.content-home .tabset-a .switch-wrapper .img{
    width: 50%;
    position: relative;
}
.content-home .tabset-a .switch-wrapper .img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.content-home .tabset-a .switch-wrapper .img.w-100{
    width: 100%;
}
.content-home .tabset-a .switch-wrapper .text{
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
.content-home .tabset-a .switch-wrapper .text.w-100{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    text-align: center;
}
.content-home .tabset-a .switch-wrapper .text h3{
    color: #0060ff;
    font-size: 2em;
    font-weight: normal;
}
.content-home .tabset-a .switch-wrapper .switch:nth-child(2) .img{
    width: 50%;
}
.content-home .tabset-a .switch-wrapper .switch:nth-child(2) .img:after{
    box-shadow: inset 0 0 3px #fff, inset 0 0 3px #fff, inset 0 0 3px #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.content-home .tabset-a .switch{
    display: none;
}
.content-home .tabset-a .switch.active{
    display: block;
}


.content-home .tabset-a .ib-top {
    vertical-align: top;
}
.content-home .tabset-a .col33 {
    width: 33.33%;
    display: inline-block;
    margin-left: -5px;
}


@media screen and (max-width: 768px) {
    .content-home .tabset-a .w1600{
        padding-right: 5px;
        padding-left: 5px
    }
    .content-home .tabset-a .tab{
        display: inline-block
    }
    .content-home .tabset-a .switch-wrapper{
        display: inline-block;
    }
    .content-home .tabset-a .switch-wrapper .text.w-100{
        text-align: left;
        width: 94%
    }
    .content-home .tabset-a .switch-wrapper .switch-inner {
        display: block;
    }

    .content-home .tabset-a .switch-wrapper .img {
        width: 100%;
    }

    .content-home .tabset-a .switch-wrapper .switch:nth-child(2) .img {
        width: 100%;
    }
    .content-home .tabset-a .band_selection_m{
        width: 110%;
        margin: 0 -5%
    }

    .content-home .tabset-a .switch-wrapper .text {
        width: 94%;
        margin: 0 auto;
        padding-left: 0px;
    }
    .content-home .tabset-a .tab{
        margin-bottom: 50px
    }
    .content-home .tabset-a .tab .tab_style {
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px;
    }
    .content-home .tabset-a .tab .tab_style a{
        width: 100%;
    }
    .content-home .tabset-a .tab .tab_style.active a{
        padding: 10px 10px;
    }
    .content-home .tabset-a .tab .tab_style a p{
        font-size: 0.8em;
        text-align: left;
        line-height: 1.2;
        letter-spacing: -0.01em;
        padding-right: 0px;
    }
    .content-home .tabset-a .tab .tab_style a p:after{
        width: 15px;
        height: 15px;
        right: -6%;
    }
    .content-home .tabset-a .tab a{
        padding: 10px 10px;
        border-radius: 8px;
    }
    .content-home .tab li .animation_circle_area{
        width: 100%
    }
}


@media screen and (max-width: 500px) {
    .content-home .tabset-a .box {
        padding: 0 25px;
    }

    .content-home .tabset-a .box .btn-last {
        width: 32px;
        height: 32px;
        left: -5px
    }

    .content-home .tabset-a .box .btn-next {
        width: 32px;
        height: 32px;
        right: -5px
    }

    .content-home .tabset-a .tab a {
        display: block;
    }
}
/************/
.content-home .pngmovie{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.content-home .pngmovie img{
    
}
.content-home .pngmovie .audiopng{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/**/
#hd_stream {
    /* max-width: 272px; */
    margin: 0 auto;
    text-align: center;
}

#hd_streaming {
    position: relative;
}

#hd_streaming h4 {
    font-weight: 600;
    color: #000;
}

_:-ms-input-placeholder,
:root #hd h4 {
    background: transparent
}

#hd_streaming .stream {
    width: 81px;
    height: 200%;
    position: absolute;
    top: -18%;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#hd_streaming .stream span {
    display: inline-block;
    width: 30%;
    height: 300%;
    margin-left: -5px;
    border-left: 2px solid #055556;
    background-color: #fff;
    background-image:
        radial-gradient(#02b8bb 2px, transparent 3px);
    background-size: 25px 25px;
    background-position: 0 0;
}

#hd_streaming .stream span:first-child {
    margin-left: 0;
    -webkit-animation: streamdown 10s infinite linear;
    -o-animation: streamdown 10s infinite linear;
    animation: streamdown 10s infinite linear;
}

#hd_streaming .stream span:nth-child(2) {
    -webkit-animation: streamup 10s infinite linear;
    -o-animation: streamup 10s infinite linear;
    animation: streamup 10s infinite linear;
}

#hd_streaming .stream span:last-child {
    border-right: 2px solid #055556;
    -webkit-animation: streamdown 10s infinite linear;
    -o-animation: streamdown 10s infinite linear;
    animation: streamdown 10s infinite linear;
}

@keyframes streamup {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes streamdown {
    from {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/*C*/
/* tabset-c */
.content-home .tabset-c{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}
.content-home .tabset-c .tab{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 80px;
    padding: 0;
}
.content-home .tabset-c .tab .tab_style{
    width: 33.33%;
    text-align: center;
    max-width: 475px;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    margin-left: 0;   
}
.content-home .tabset-c .tab .tab_style a .ico_link_b{
        display: inline-block;
    width: 20px;
    margin: 0px 0px -5px 10px;
}
.content-home .tabset-c .tab a{
    display: inline-block;
    padding: 15px 20px;
    width: 96%;
    color: #fff;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #45b5fe;
    background: -webkit-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -o-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -moz-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: linear-gradient(to right, #45b5fe, #27cffe, #0be8fe);
    font-size: 1.2em;
    z-index: 1;
}
.content-home .tabset-c .tab a:hover{
    background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);

}
.content-home .tabset-c .tab .tab_style.active a{
    background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);

}
.content-home .tabset-c .tab .tab_style a p{
    display: inline-block;
    width: auto;
    margin: 0;
    padding-right: 30px;
    position: relative
}
.content-home .tabset-c .tab .tab_style a p:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    background: url("../img/ico_link_b.svg") center center no-repeat;
    background-size: 100% 100%;
}
.content-home .tabset-c .box{
    padding: 0 80px;
    position: relative;
}
.content-home .tabset-c .box .btn-last{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(90deg);
    position: absolute;
    background-size: 70%;
    left: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
}
.content-home .tabset-c .box .btn-next{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    background-size: 70%;
    right: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
}
.content-home .tabset-c .box .btn-last:hover{
    opacity: 1;
}
.content-home .tabset-c .box .btn-next:hover{
    opacity: 1;
}
.content-home .tabset-c .box .btn-last.disabled{
    opacity: 0.2;
    cursor: default;
}
.content-home .tabset-c .box .btn-next.disabled{
    opacity: 0.2;
    cursor: default;
}

.content-home .tabset-c .switch-wrapper .switch-inner{
    position: relative;
    display: flex;
    align-items: center;
}
.content-home .tabset-c .switch-wrapper .switch-inner.flex_none{
    display: inline-block;
}
.content-home .tabset-c .switch-wrapper .img{
    width: 50%;
    position: relative;
}
.content-home .tabset-c .switch-wrapper .img img{
    width: 100%;
    max-width: 100%;
    /* display: block; */
    margin: 0 auto;
}
.content-home .tabset-c .switch-wrapper .img.w-100{
    width: 100%;
}
.content-home .tabset-c .switch-wrapper .text{
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
.content-home .tabset-c .switch-wrapper .text.w-100{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    text-align: center;
}
.content-home .tabset-c .switch-wrapper .text h3{
    color: #0060ff;
    font-size: 2em;
    font-weight: normal;
    margin: 0
}
/* .content-home .tabset-c .switch-wrapper .switch:nth-child(2) .img{
    width: 50%;
}
.content-home .tabset-c .switch-wrapper .switch:nth-child(2) .img:after{
    box-shadow: inset 0 0 3px #fff, inset 0 0 3px #fff, inset 0 0 3px #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

.content-home .tabset-c .switch{
    display: none;
}
.content-home .tabset-c .switch.active{
    display: block;
}


.content-home .tabset-c .ib-top {
    vertical-align: top;
}
.content-home .tabset-c .col33 {
    width: 33.33%;
    display: inline-block;
    margin-left: -5px;
}

@media screen and (max-width: 768px) {
    .content-home .tabset-c .w1600{
        padding-right: 5px;
        padding-left: 5px
    }
    .content-home .tabset-c .switch-wrapper .switch-inner {
        display: block;
    }

    .content-home .tabset-c .switch-wrapper .img {
        width: 100%;
    }

    .content-home .tabset-c .switch-wrapper .switch:nth-child(2) .img {
        width: 100%;
    }

    .content-home .tabset-c .switch-wrapper .text {
        width: 94%;
        margin: 0 auto;
        padding-left: 0px;
    }
    .content-home .tabset-c .switch-wrapper .text h3,
    .content-home .tabset-c .switch-wrapper .text p{
        text-align: left;
        margin-bottom: 15px
    }
    .content-home .tabset-c .switch-wrapper .text p{
        /* margin: 0; */
    }
    .content-home .tabset-c .tab{
        margin-bottom: 50px;
        display: inline-block;
    }
    .content-home .tabset-c .tab .tab_style{
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px
    }
    .content-home .tabset-c .tab .tab_style.active a{
        padding: 10px 10px;
        
    }
    .content-home .tabset-c .tab .tab_style a{
        margin: 0;
        width: 100%
    }
    .content-home .tabset-c .tab .tab_style a p{
        font-size: 0.8em;
        text-align: left;
        line-height: 1.2;
        letter-spacing: -0.01em;
        padding-right: 15px;
    }
    .content-home .tabset-c .tab .tab_style a p:after{
        width: 15px;
        height: 15px;
        right: -6%;
    }
    .content-home .tabset-c .tab a{
        padding: 10px 10px;
        border-radius: 8px;
    }
    .content-home .tabset-c .tab li .animation_circle_area{
        width: 60%
    }
}


@media screen and (max-width: 500px) {
    .content-home .tabset-c .box {
        padding: 0 25px;
    }

    .content-home .tabset-c .box .btn-last {
        width: 32px;
        height: 32px;
        left: -5px
    }

    .content-home .tabset-c .box .btn-next {
        width: 32px;
        height: 32px;
        right: -5px
    }

    .content-home .tabset-c .tab a {
        display: block;
    }
}

/*protection*/
.content-home .protection{
    background: #d5d3d8;
}
.content-home .protection > div{
    position: relative;
}
.content-home .protection .img img{
    display: block;
    max-width: 100%;
}
.content-home .protection .text{
    position: absolute;
    left: 65%;
    top: 200px;
    width: 35%;
    z-index: 1;
    box-sizing: border-box;
    padding-right: 20px;
}
.content-home .protection h3{
    font-weight: normal;
    font-size: 1.8em;
}
.content-home .protection p{
    font-weight: 300;
}
.content-home .protection .text img{
    max-width: 100%;
}





@media screen and (min-width: 2000px) {
.content-home .protection .img{
    margin-left: 7%;
}
}
@media screen and (min-width: 2400px) {
.content-home .protection .img{
    margin-left: 15%;
}
}
@media screen and (min-width: 3000px) {
.content-home .protection .img{
    margin-left: 20%;
}
}


@media screen and (max-width: 1550px) {
.content-home .protection .img{
    margin-left: -8%;
}
}
@media screen and (max-width: 1350px) {
.content-home .protection .img img{
    height: 600px;
}
.content-home .protection .text{
    left: 55%;
    top: 120px;
    width: 45%;
}
}
@media screen and (max-width: 1200px) {
.content-home .protection .img img{
    height: 500px;
}
.content-home .protection .text{
    top: 30px;
}
}

@media screen and (max-width: 1000px) {
.content-home .protection .img{
    margin-left: -17%;
}
.content-home .protection .text{
    left: 60%;
    width: 40%;
    top: 10px;
}
}

@media screen and (max-width: 800px) {
.content-home .protection{
    padding-top: 30px;
}
.content-home .protection .img{
    margin-left: 0%;
}
.content-home .protection .img img{
    height: auto;
}
.content-home .protection .text{
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    padding-right: 0;
}
.content-home .protection .text h3 br{
    display: none;
}
}









/* tabset-b */
.content-home .tabset-b{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}
.content-home .tabset-b .tab{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 80px;
    padding: 0;
}
.content-home .tabset-b .tab .tab_style{
    width: 33.33%;
    text-align: center;
    max-width: 475px;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    margin-left: 0;   
}
.content-home .tabset-b .tab .tab_style a .ico_link_b{
        display: inline-block;
    width: 20px;
    margin: 0px 0px -5px 10px;
}
.content-home .tabset-b .tab a{
    display: inline-block;
    padding: 15px 20px;
    width: 96%;
    color: #fff;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #45b5fe;
    background: -webkit-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -o-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: -moz-linear-gradient(left, #45b5fe, #27cffe, #0be8fe);
    background: linear-gradient(to right, #45b5fe, #27cffe, #0be8fe);
    font-size: 1.2em;
    z-index: 1;
}
.content-home .tabset-b .tab a:hover{
     background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);
}
.content-home .tabset-b .tab .tab_style.active a{
     background: #9851ff;
    background: -webkit-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -o-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: -moz-linear-gradient(left, #45b5fe, #727efe, #9851ff);
    background: linear-gradient(to right, #45b5fe, #727efe, #9851ff);
}
.content-home .tabset-b .tab .tab_style a p{
    display: inline-block;
    width: auto;
    margin: 0;
    padding-right: 30px;
    position: relative
}
.content-home .tabset-b .tab .tab_style a p:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    background: url("../img/ico_link_b.svg") center center no-repeat;
    background-size: 100% 100%;
}
.content-home .tabset-b .box{
    padding: 0 80px;
    position: relative;
    
}
.content-home .tabset-b .box .btn-last{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(90deg);
    position: absolute;
    background-size: 70%;
    left: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
    z-index: 1
}
.content-home .tabset-b .box .btn-next{
    width: 80px;
    height: 80px;
    background: #ccc;
    background: url("../img/arrow-down-green.png") center no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    background-size: 70%;
    right: 0;
    top: 50%;
    opacity: 0.6;
    transition: all 0.2s;
    z-index: 1
}
.content-home .tabset-b .box .btn-last:hover{
    opacity: 1;
}
.content-home .tabset-b .box .btn-next:hover{
    opacity: 1;
}
.content-home .tabset-b .box .btn-last.disabled{
    opacity: 0.2;
    cursor: default;
}
.content-home .tabset-b .box .btn-next.disabled{
    opacity: 0.2;
    cursor: default;
}

.content-home .tabset-b .switch-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.content-home .tabset-b .switch-wrapper .img{
    width: 50%;
    position: relative;
    display: inline-flex;
}
.content-home .tabset-b .switch-wrapper .img.switch-inner-60{
    width: 60%;
    overflow: hidden;
}
.content-home .tabset-b .switch-wrapper .img.switch-inner-40{
    width: 40%
}
.content-home .tabset-b .switch-wrapper .img .pic_onnections_ui{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.content-home .tabset-b .switch-wrapper .img img{
    width: 100%
}
.content-home .tabset-b .switch-wrapper .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
.content-home .tabset-b .switch-wrapper .text h3 {
    color: #0060ff;
    font-size: 2em;
    font-weight: normal;
}
.content-home .tabset-b .switch-wrapper .img .pic_onnections_ui.ui-animated {
    -webkit-animation-name: ui-animated;
    -moz-animation-name: ui-animated;
    -o-animation-name: ui-animated;
    animation-name: ui-animated;
    animation-duration:12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes ui-animated {
    0% {
       top: 0;
    }
    10% {
       top: 0;
    }
    50% {
       top: -100%;
    }
    60% {
       top: -100%;
    }
    90%{
        top: 0;
    }
    100%{
        top: 0;
    }
}
@-moz-keyframes ui-animated {
    0% {
       top: 0;
    }
    10% {
       top: 0;
    }
    50% {
       top: -100%;
    }
    60% {
       top: -100%;
    }
    90%{
        top: 0;
    }
    100%{
        top: 0;
    }
}
@-o-keyframes ui-animated {
    0% {
       top: 0;
    }
    10% {
       top: 0;
    }
    50% {
       top: -100%;
    }
    60% {
       top: -100%;
    }
    90%{
        top: 0;
    }
    100%{
        top: 0;
    }
}

.content-home .tabset-b .switch-wrapper .img .pic_status_ui{
    position: absolute;
    top: 0;
    left: 0;
}
.content-home .tabset-b .switch-wrapper .switch_status.active .img .pic_status_ui {
    -webkit-animation-name: pic_status_ui;
    -moz-animation-name: pic_status_ui;
    -o-animation-name: pic_status_ui;
    animation-name: pic_status_ui;
    animation-duration:2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes pic_status_ui {
    0% {
       opacity: 0;
    }
    20% {
       opacity: 0;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes pic_status_ui {
    0% {
       opacity: 0;
    }
    20% {
       opacity: 0;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes pic_status_ui {
    0% {
       opacity: 0;
    }
    20% {
       opacity: 0;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
/* .content-home .tabset-b .switch-wrapper .switch{
    width: 50%;
} */
.content-home .tabset-b .switch-wrapper .switch-inner{
    position: relative;
    display: flex;
    align-items: center;
}
.content-home .tabset-b .switch-wrapper .switch-inner.flex_none{
    display: inline-block;
}

.content-home .tabset-b .switch-wrapper .img .safe-main{
    width: 100%;
    display: block;
}
.content-home .tabset-b .switch-wrapper .img .safe-1{
    width: 40%;
    display: block;
    position: absolute;
    left: 30%;
    top: 15%;
}
.content-home .tabset-b .switch-wrapper .img .safe-2{
    width: 30%;
    display: block;
    position: absolute;
    right: 4%;
    bottom: 4%;
}
.content-home .tabset-b .switch-wrapper .img .safe-3{
    width: 30%;
    display: block;
    position: absolute;
    left: 4%;
    bottom: 8%;
}
.content-home .tabset-b .switch-wrapper .img .circle-wrapper div img{
    width: 100%;
    display: block;
    margin: 0 auto;
    transform:scale(1);
}



.content-home .tabset-b .switch-wrapper .img .circle-wrapper div.active img{
    animation: pop .8s infinite ease-in;
    animation-direction: alternate;
}


    @keyframes pop
    {
        from {
        transform:scale(1);
            
        }
        to {
        transform:scale(0.8);
        }
    }



.content-home .tabset-b .switch{
    display: none;
}
.content-home .tabset-b .switch.active{
    display: block;
    z-index: 1
}


@media screen and (max-width: 768px) {
    .content-home .tabset-b .w1600{
        padding-right: 5px;
        padding-left: 5px
    }
    .content-home .tabset-b .tab{
        display: inline-block
    }
    .content-home .tabset-b .switch-wrapper{
        display: inline-block;
    }
    .content-home .tabset-b .switch-wrapper .switch-inner{
        display: inline-block
    }
    .content-home .tabset-b .switch-wrapper .img{
        width: 110% !important;
        margin: 0% -5% 0%;
        border-top: #fff 1pc solid;
    }
    .content-home .tabset-b .switch-wrapper .switch{
        width: 100%;
        padding-left: 0px;
    }
    .content-home .tabset-b .switch-wrapper .text {
        width: 94%;
        margin: 0 auto;
        padding-left: 0px;
    }
    .content-home .tabset-b .tab{
        margin-bottom: 50px
    }
    .content-home .tabset-b .tab .tab_style{
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px
    }
    .content-home .tabset-b .tab .tab_style.active a{
        padding: 10px 10px;
        
    }
    .content-home .tabset-b .tab .tab_style a{
        margin: 0;
        width: 100%
    }
    .content-home .tabset-b .tab .tab_style a p{
        font-size: 0.8em;
        text-align: left;
        line-height: 1.2;
        letter-spacing: -0.01em;
        padding-right: 15px;
    }
    .content-home .tabset-b .tab .tab_style a p:after{
        width: 15px;
        height: 15px;
        right: -6%;
    }
    .content-home .tabset-b .tab a{
        padding: 10px 10px;
        border-radius: 8px;
    }
    .content-home .tabset-b .tab li .animation_circle_area{
        width: 60%
    }
}

@media screen and (max-width: 500px) {
    .content-home .tabset-b .box {
        padding: 0 25px;
    }

    .content-home .tabset-b .box .btn-last {
        width: 32px;
        height: 32px;
        left: -5px
    }

    .content-home .tabset-b .box .btn-next {
        width: 32px;
        height: 32px;
        right: -5px
    }

    .content-home .tabset-b .tab a {
        display: block;
    }
}










/*power*/
.content-home .power{
    background: #eee;
}
.content-home .power > div{
    position: relative;
}
.content-home .power .img img{
    display: block;
    max-width: 100%;
}
.content-home .power .text{
    position: absolute;
    left: 60%;
    top: 60px;
    width: 40%;
    z-index: 1;
    box-sizing: border-box;
    padding-right: 20px;
}
.content-home .power h3{
    font-weight: normal;
    font-size: 1.8em;
}
.content-home .power p{
    font-weight: 300;
}
.content-home .power .text img{
    max-width: 100%;
}

@media screen and (max-width: 1750px) {
.content-home .power .img{
    margin-left: -13%;
}
}
@media screen and (max-width: 1350px) {
.content-home .power .text{
    left: 70%;
    width: 30%;
}
}
@media screen and (max-width: 1250px) {
.content-home .power .img{
    margin-left: -30%;
}
}

@media screen and (max-width: 1050px) {
.content-home .power{
    padding-top: 30px;
}
.content-home .power .img{
    margin-left: 0;
}
.content-home .power .text{
    left: auto;
    top: auto;
    width: 100%;
    position: relative;
    padding-right: 0;
}
}






/*parental*/
.content-home .parental{
    padding-top: 100px;
    position: relative;
}
.content-home .parental:after{
    content: '';
    display: block;
    clear: both;
}
.content-home .parental > div{
    position: relative;
}
.content-home .parental .img{
    z-index: -1;
}
.content-home .parental .img img{
    display: block;
    max-width: 100%;
    float: right;
}
.content-home .parental .text{
    text-align: center;
}
.content-home .parental h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
.content-home .parental p{
    font-weight: 300;
}
.content-home .parental .text img{
    max-width: 100%;
}

.content-home .parental .btn-video{
    position: absolute;
    left: 15px;
    top: 280px;
}
@media screen and (max-width: 1300px) {
.content-home .parental .btn-video{
    width: 40%;
}
}
@media screen and (max-width: 768px) {
.content-home .parental .btn-video{
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    width: auto;
}
}





/*apptools*/
.content-home .apptools{
    background: #1c78a5;
    background: #1c78a5 url("../img/apptools-bg.png") center center no-repeat;
    position: relative;
    padding: 50px 0px;
}
.content-home .apptools > div{
    display: flex;
    /*align-items: center;*/
    padding: 0px 120px;
}
.content-home .apptools .tools{
    width: 70%;
}
.content-home .apptools .tools .list{
    display: flex;
    margin-bottom: 20px;
    padding-top: 100px;
}
.content-home .apptools .tools .list .item{
    width: 25%;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}
.content-home .apptools .tools .list .item.active{
    opacity: 1;
}
.content-home .apptools .tools .list .item:after{
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255,255,255,0.6);
    opacity: 0;
}
.content-home .apptools .tools .list .item.active:after{
    opacity: 1;
}


.content-home .apptools .tools .list .item img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.content-home .apptools .tools .brief .item{
    display: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 10px 20px;
}
.content-home .apptools .tools .brief .item.active{
    display: block;
}



.content-home .apptools .phone{
    width: 30%;
    position: relative;
}
.content-home .apptools .phone > img{
    width: 100%;
    display: block;
}
.content-home .apptools .phone .phone-screen{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.content-home .apptools .phone .phone-screen img{
    width: 100%;
    display: none;
}

.content-home .apptools .phone .phone-screen img.active{
    display: block;
}


@media screen and (max-width: 1200px) {
.content-home .apptools > div{
    padding: 0px 20px;
}
}
@media screen and (max-width: 1000px) {
.content-home .apptools .tools .list{
    padding-top: 20px;
}
}


@media screen and (max-width: 500px) {
.content-home .apptools > div{
    display: block;
}
.content-home .apptools .tools{
    width: 100%;
}
.content-home .apptools .phone{
    width: 100%;
    margin-top: 20px;
}
.content-home .apptools .tools .list{
    padding-top: 0px;
}
.content-home .apptools .tools .list .item{
    font-size: 0.7em;
}
.content-home .apptools .tools .brief .item{
    padding: 0px 10px;
}
}















/*gaming*/
.content-home .gaming{
    padding-top: 60px;
    padding-bottom: 60px;
}
.content-home .gaming > div{
    position: relative;
}
.content-home .gaming .img{
    max-width: 1920px;
    margin: 0 auto;
}
.content-home .gaming .img img{
    display: block;
    width: 60%;
}
.content-home .gaming .text{
    position: absolute;
    left: 60%;
    top: 80px;
    width: 40%;
    z-index: 1;
    box-sizing: border-box;
    padding-right: 20px;
}
.content-home .gaming h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
.content-home .gaming p{
    font-weight: 300;
}
.content-home .gaming .text img{
    max-width: 100%;
}

@media screen and (max-width: 1400px) {
.content-home .gaming .text{
    top: 0px;
}
.content-home .gaming .btn-video{
    width: 60%;
}
}
@media screen and (max-width: 1050px) {
.content-home .gaming .text{
    left: 40%;
    width: 60%;
}
.content-home .gaming .img{
    margin-left: -20%;
}
}

@media screen and (max-width: 768px) {
.content-home .gaming .text{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-right: 0;
}
.content-home .gaming .btn-video{
    width: auto;
}
.content-home .gaming .img{
    margin-left: 0;
}
.content-home .gaming .img img{
    width: 100%;
}
}






/*spec*/
.content-home .spec{
    background: #e3f0fa;
    position: relative;
    padding: 60px 20px 100px;
}
.content-home .spec table{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.content-home .spec table img{
    max-width: 100%;
}
.content-home .spec table .icon{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.content-home .spec table .icon img{
    vertical-align: top;
}
.content-home .spec table td{
    padding: 25px 30px;
    font-size: 1.1em;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    font-family: "helveticanowdisplay";
    letter-spacing: 0.05em;
    /* border-bottom: 1px solid #1badc7; */
}
.content-home .spec table td img.icon_good{
    max-width: 20px
}
.content-home .spec table .tb-title{
    background-color: #6bc6da;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.content-home .spec table .tb-title td{
    padding: 10px
}
.content-home .spec table .tb-title.tb-title-gray{
    background-color: #555;
}
.content-home .spec table .com-title{
    font-size: 1.1em;
    text-align: center;
}
.content-home .spec table .bg_w td{
    background: #f2f8fd;
}
.content-home .spec table .com-title td{
    padding: 45px 8px 25px;
    font-size: 1.1em;
    text-align: left;
    font-weight: 800;
    line-height: 1.2
}
.content-home .spec table .com-title td p{
    font-size: 1.1em;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
    font-family: "helveticanowdisplay";
    letter-spacing: 0.05em;
    margin: 0
}
.content-home .spec table .com-title td p.wifi_font_style{
    display: inline-block;
    color:#015eea !important;
    background: #015eea;
    background: -webkit-linear-gradient(30deg, #015eea, #0189f1, #00aef7);
    background: -o-linear-gradient(30deg, #015eea, #0189f1, #00aef7);
    background: -moz-linear-gradient(30deg, #015eea, #0189f1, #00aef7);
    background: linear-gradient(30deg, #015eea, #0189f1, #00aef7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, .1);
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .content-home .spec table .com-title td p.wifi_font_style {
        position: relative;
        color: #015eea;
        background: transparent;
    }
}

@supports (-ms-accelerator: true) {

    .content-home .spec table .com-title td p.wifi_font_style {
        position: relative;
        color: #4057e6;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #4057e6;
    }
}
.content-home .spec table td.dis-text{
    background-color: #555;
    color: #1badc7;
    text-align: center;
}

.content-home .spec table td.note{
    font-size: 0.9em;
    border: 0;
}


@media screen and (max-width: 768px) {
    .content-home .spec{
        padding-top: 0
    }
    .content-home .spec table{
        font-size: 0.9em;
    }
    .content-home .spec table td{
        padding: 10px 4px;
    }
    .content-home .spec table .com-title{
        font-size: 1em;
    }
    .content-home .spec table .com-title td{
        padding: 20px 2px;
    }
}




@media screen and (max-width: 500px) {
.content-home .spec table{
    font-size: 0.7em;
}
.content-home .spec table .icon img{
    width: 25px;
}
.content-home .spec table td{
    padding: 10px 0px 10px 2px;
}
.content-home .spec table .com-title td{
    padding: 10px 1px;
}
.content-home .spec table .tb-title td{
    padding: 10px 6px;
}
}






































/************************* how to choose **********************************/
/*banner*/
.content-how .how-banner{
    position: relative;
    color: #fff;
    background: #02325a url("../img/how-banner.jpg") right center no-repeat;
    height: 730px;
    background-size: auto 100%;
}
.content-how .how-banner .img{
    display: none;
}
.content-how .how-banner .text{
    width: 50%;
    max-width: 700px;
    text-align: center;
    padding-top: 15%;
    margin-left: 5%;
}

.content-how .how-banner h1{
    font-weight: 300;
    font-size: 2.3em;
    margin: 0;
}
.content-how .how-banner p{
    font-weight: 300;
}

@media screen and (min-width: 2600px) {
.content-how .how-banner{
    height: 1000px;
}
.content-how .how-banner .text{
    padding-top: 25%;
}
}

@media screen and (max-width: 1750px) {
.content-how .how-banner{
    background-position: calc(100% + 200px) 0;
}
.content-how .how-banner .text{
    margin-left: 2%;
}
}
@media screen and (max-width: 1550px) {
.content-how .how-banner .text{
    width: 35%;
    padding-top: 13%;
}
}
@media screen and (max-width: 1400px) {
.content-how .how-banner .text{
    width: 35%;
    padding-top: 13%;
}
}
@media screen and (max-width: 1250px) {
.content-how .how-banner .text{
    width: 26%;
    padding-top: 6%;
}
}
@media screen and (max-width: 1150px) {
.content-how .how-banner{
    background: #02325a;
    height: auto;
}
.content-how .how-banner .text{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.content-how .how-banner .img{
    display: block;
}
.content-how .how-banner .img img{
    display: block;
    width: 100%;
}
}
@media screen and (max-width: 500px) {
.content-how .how-banner h1{
    font-size: 1.5em;
}
}





/*home*/
.content-how .house{
    position: relative;
    background: #fff;
    padding-bottom: 60px;
    padding-top: 120px;
}
.content-how .house .text{
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}
.content-how .house .text h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
.content-how .house .text p{
    font-weight: 300;
}


.content-how .house .building{
    display: flex;
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    justify-content: center;
}
.content-how .house .building .item{
    margin: 0 10px;
}
.content-how .house .building .item p{
    line-height: 1.2em;
}
.content-how .house .building img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
}


.content-how .house .tab{
    margin-top: 40px;
}
.content-how .house .tab a{
    display: inline-block;
    border: 1px solid #aaa;
    padding: 7px 12px;
    color: #aaa;
    margin-right: 5px;
    transition: all 0.2s;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.content-how .house .tab a:hover{
    border-color: #666;
    color: #666;
}
.content-how .house .tab a.active{
    background-color: #117dc0;
    border-color: #117dc0;
    color: #fff;
}

.content-how .house .switch-wrapper{
    border: 1px solid #aaa;
    padding: 15px;
}
.content-how .house .switch{
    display: none;
}
.content-how .house .switch.active{
    display: block;
}

.content-how .house .switch .row{
    display: flex;
}
.content-how .house .switch .column{
    width: 50%;
    box-sizing: border-box;
}
.content-how .house .switch .column:first-child{
    padding-right: 20px;
}


.content-how .house .switch .info{
    display: flex;
    flex-wrap: wrap;
}
.content-how .house .switch .info p{
    width: 50%;
    padding: 0 5px 0 0;
    min-height: 50px;
    box-sizing: border-box;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.content-how .house .switch .info p span{
    display: block;
}
.content-how .house .switch .info p:before{
    width: 40px;
    height: 40px;
    display: block;
    content: '';
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: contain;
    margin-right: 4px;
}
.content-how .house .switch .info p.location:before{
    background-image: url("../img/house-icon-1.png");
}
.content-how .house .switch .info p.space:before{
    background-image: url("../img/house-icon-2.png");
}
.content-how .house .switch .info p.type:before{
    background-image: url("../img/house-icon-3.png");
}
.content-how .house .switch .info p.size:before{
    background-image: url("../img/house-icon-4.png");
}



.content-how .house .switch .quote{
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 1.2em;
    padding: 20px;
    position: relative;
    color: #4e4e4e;
}
.content-how .house .switch .quote:before{
    content: '\201C';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 70px;
    font-style: normal;
}
.content-how .house .switch .quote:after{
    content: '\201D';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 70px;
    font-style: normal;
}



.content-how .house .switch .AiMesh-solution > p{
    font-size: 1.2em;
    color: #117dc0;
}
.content-how .house .switch .AiMesh-solution .products{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.content-how .house .switch .AiMesh-solution .products .item{
    margin: 0 5px 10px 5px;
    text-align: center;
}
.content-how .house .switch .AiMesh-solution .products .item img{
    width: 120px;
    display: block;
}
.content-how .house .switch .AiMesh-solution .products .item span{
    text-decoration: underline;
    display: block;
    font-size: 0.9em;
}
.content-how .house .switch .AiMesh-solution .products .item a{
    display: inline-block;
    background-color: #117dc0;
    color: #fff;
    border-radius: 20px;
    padding: 3px 9px;
    font-size: 0.7em;
    margin-top: 8px;
}
.content-how .house .switch .AiMesh-solution .products .item a:hover{
    background-color: #218dd0;
}

.content-how .house .switch .name{
    font-size: 1.5em;
    color: #555;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-how .house .switch .layout .view{
    position: relative;
    display: block;
}
.content-how .house .switch .layout .view:after{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    color: #666;
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 1.5em;
    font-weight: bold;
    content: 'Click to Enlarge';
    opacity: 0;
    transition: all 0.2s;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 5px #fff;
}
.content-how .house .switch .layout img{
    max-width: 100%;
    transition: all 0.2s;
}
.content-how .house .switch .layout .view:hover img{
    opacity: 0.4;
}
.content-how .house .switch .layout .view:hover:after{
    opacity: 1;
}


@media screen and (max-width: 900px) {
.content-how .house .switch .row{
    display: block;
}
.content-how .house .switch .column{
    width: 100%;
}
.content-how .house .switch .column:first-child{
    padding-right: 0px;
}
}

@media screen and (max-width: 768px) {
.content-how .house .tab a{
    width: 48%;
    padding: 12px;
}
.content-how .house .tab a br{
    display: none;
}
}


@media screen and (max-width: 550px) {
.content-how .house .building .item{
    margin: 0 0px;
}
.content-how .house .building .item p{
    font-size: 0.7em;
}
.content-how .house .tab a{
    width: 100%;
}
.content-how .house .switch .info{
    display: flex;
    flex-wrap: wrap;
}
.content-how .house .switch .info p{
    width: 100%;
    min-height: 50px;
    margin: 0;
}
}














/*tips*/
.content-how .tips{
    position: relative;
    background: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 120px;
}
.content-how .tips .text{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.content-how .tips h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
.content-how .tips p{
    font-weight: 300;
}
.content-how .tips .tip-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.content-how .tips .tip-list .item{
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}
.content-how .tips .tip-list .item img{
    width: 100%;
    display: block;
}
.content-how .tips .tip-list .item ul{
    font-weight: 300;
    line-height: 1.5em;
}
.content-how .tips .tip-list .item ul li{
    margin-bottom: 1em;
}

@media screen and (max-width: 650px) {
.content-how .tips .tip-list .item{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
}



/*bigvid*/
.content-how .bigvid{
    position: relative;
    background: #333 url("../img/bigvid-main.jpg") center center no-repeat;
    height: 75vh;
    background-size: cover;
}
.content-how .bigvid .bigvid-video{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.content-how .bigvid .bigvid-video:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/play-blue.png") center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    opacity: 0.6;
    transition: all 0.3s;
}
.content-how .bigvid .bigvid-video:hover:after{
    opacity: 1;
}


.content-how .bigvid2{
    background-image: url("../img/bigvid-main2.jpg");
    height: 80vh;
}
.content-how .hands-on-video > p{
    background: #fff;
    text-align: center;
    font-size: 1.8em;
}



@media screen and (min-width: 1920px) {
.content-how .bigvid{
    height: 50vh;
}
}





/*system*/
.content-how .system{
    position: relative;
    background: #fff;
    padding-bottom: 100px;
    padding-top: 60px;
}
.content-how .system h3{
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
    text-align: center;
}
.content-how .system p{
    font-weight: 300;
}
.content-how .system .system-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.content-how .system .system-list .item{
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.content-how .system .system-list .item:after{
    content: '';
    position: absolute;
    right: -18px;
    top: 28%;
    display: block;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 1;
    border: 3px solid #117dc0;
    background: url("../img/arrow-down-blue.png") center no-repeat;
    background-size: 60%;
    transform: rotate(-90deg);
}
.content-how .system .system-list .item:last-child:after{
    display: none;
}
.content-how .system .system-list .item img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.content-how .system .system-list .item .title{
    font-size: 1.2em;
    color: #117dc0;
    min-height: 2.5em;
    line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
.content-how .system .system-list .item:after{
    top: 18%;
}
}

@media screen and (max-width: 700px) {
.content-how .system .system-list .item{
    width: 50%;
    padding: 0 15px;
}
.content-how .system .system-list .item:after{
    display: none;
}
}

@media screen and (max-width: 400px) {
.content-how .system .system-list .item{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.content-how .system .system-list .item .title{
    min-height: auto;
}
.content-how .system .system-list .item:after{
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -18px;
    display: block;
    transform: rotate(0deg);
}
}



/**/
.content-home .product-section {
    position: relative;
    background-repeat: no-repeat;
    /* height: 0; */
    overflow: hidden;
    
}
.content-home .text-left {
    text-align: left !important;
}
.content-home .product-section .maintitle {
    position: absolute;
    z-index: 2;
}
.content-home .product-section h1{
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.content-home .product-section h3{
    font-weight: normal;
    /* font-size: 1.8em; */
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.content-home .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-home .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /* opacity: 0; */
}
.content-home img.mobile,
.content-home .mobile {
    display: none;
}
@media (max-width: 719px) {
    .content-home img.mobile,
    .content-home .mobile {
        width: 100%;
        display: block;
    }
}
/*AiMesh-Advanced*/
.content-home #AiMesh-Advanced {
    padding-top: 43.2359%;
    overflow-y: hidden
}

.content-home #AiMesh-Advanced:before {
    background-image: url("../img/advanced-main.jpg");
    background-size: cover;
}

.content-home #AiMesh-Advanced .maintitle {
    left: 22%;
    top: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25%;
}

.content-home #AiMesh-Advanced .mtitle p {
    font-family: 'helveticanowdisplaylight', "helveticanowdisplay", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 3.8em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0055e3;
        /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
@media only screen and (max-width: 1200px) {
    .content-home #AiMesh-Advanced img.mobile {
        display: block !important;
        width: 100%;
    }

    .content-home #AiMesh-Advanced:before {
        background-image: none;
        padding-top: 0%;
    }

    .content-home #AiMesh-Advanced {
        padding-top: 0%;
        padding-bottom: 50px
    }

    .content-home #AiMesh-Advanced .product-content {
        position: relative;
        margin-bottom: 0
    }

    .content-home #AiMesh-Advanced .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 20px;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 719px) {
    .content-home #AiMesh-Advanced {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .content-home #AiMesh-Advanced .maintitle {
        padding-top: .5em;
    }
}
/*AiMesh-Management*/
.content-home #AiMesh-Management {
    padding-top: 55.8359%;
    overflow-y: hidden
}

.content-home #AiMesh-Management:before {
    background-image: url("../img/management-main.jpg");
    background-size: cover;
}

.content-home #AiMesh-Management .maintitle {
    left: 22%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25%;
}

.content-home #AiMesh-Management .mtitle p {
    font-family: 'helveticanowdisplaylight', "helveticanowdisplay", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 3.8em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0055e3;
        /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
@media only screen and (max-width: 1200px) {
    .content-home #AiMesh-Management img.mobile {
        display: block !important;
        width: 100%;
    }

    .content-home #AiMesh-Management:before {
        background-image: none;
        padding-top: 0%;
    }

    .content-home #AiMesh-Management {
        padding-top: 0%;
        padding-bottom: 50px
    }

    .content-home #AiMesh-Management .product-content {
        position: relative;
        margin-bottom: 0
    }

    .content-home #AiMesh-Management .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 20px;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 719px) {
    .content-home #AiMesh-Management {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .content-home #AiMesh-Management .maintitle {
        padding-top: .5em;
    }
}


/*AiMesh-Speed */
.content-home #AiMesh-Speed {
    padding-top: 44.8359%;
    overflow-y: hidden
}
.content-home #AiMesh-Speed h4{
    margin: 0
}
.content-home #AiMesh-Speed:before {
    background-image: url("../img/speed-main.jpg");
    background-size: cover;
}

.content-home #AiMesh-Speed .maintitle {
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40%;
}

.content-home #AiMesh-Speed .mtitle p {
    font-family: 'helveticanowdisplaylight', "helveticanowdisplay", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 3.8em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0055e3;
        /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.content-home #AiMesh-Speed a.link_learnmore{
    padding: 12px 30px 14px 30px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    color: #000;
    margin-top: 15px
}
.content-home #AiMesh-Speed a.link_learnmore:hover{
    padding: 12px 30px 14px 30px;
    border: 1px solid #0060ff;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    color: #0060ff
}
.content-home #AiMesh-Speed a.link_learnmore p{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 500;
    padding-right: 45px;
    position: relative
}
.content-home #AiMesh-Speed a.link_learnmore p:after{
    content: "";
    background: url("../img/ico_link_black.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.content-home #AiMesh-Speed a.link_learnmore:hover p:after{
    background: url("../img/ico_link_blue.svg") no-repeat center center;
}
.content-home #AiMesh-Speed #bar-wifi p {
    padding: 0 2%;
    line-height: 2em;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
.content-home #AiMesh-Speed #bar-wifi{
    font-family: "MyriadPro", sans-serif;
    width: 100%;
    /* max-width: 800px; */
    margin:40px auto 0px;
    text-align: left;
}
.content-home #AiMesh-Speed #bar-wifi td:first-child{
    width: 70%;
    padding-right: 20px;
}
.content-home #AiMesh-Speed #bar-wifi td:last-child{
    max-width: 256px;
}
.content-home #AiMesh-Speed #bar-wifi p{
    padding:0 2% 0 0;
    line-height: 2em;
    font-weight: normal;
}
.content-home #AiMesh-Speed #bar-wifi p.large{
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0;
    /* font-style: italic; */
    margin-bottom: 5px;
    display: inline-block;
    color:#4057e6 !important;
    background: #4057e6;
    background: -webkit-linear-gradient(left, #4057e6, #218fe6, #0cb8e6);
    background: -o-linear-gradient(left, #4057e6, #218fe6, #0cb8e6);
    background: -moz-linear-gradient(left, #4057e6, #218fe6, #0cb8e6);
    background: linear-gradient(to right, #4057e6, #218fe6, #0cb8e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, .1);
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .content-home #AiMesh-Speed #bar-wifi p.large {
        position: relative;
        color: #4057e6;
        background: transparent;
    }
}

@supports (-ms-accelerator: true) {

    .content-home #AiMesh-Speed #bar-wifi p.large {
        position: relative;
        color: #4057e6;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #4057e6;
    }
}
.content-home #AiMesh-Speed .bar{
    display: inline-block;
    height: 20px;
    border-radius: 0 7px 7px 0;
    margin:5px 0 15px;
    position: relative;
    opacity: 0;
    transform-origin: left;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
}
.content-home #AiMesh-Speed .bar .fasterx6{
    position: absolute;
    left: 70%;
    width: 40%;
    bottom: 50%;
}
/* .content-home #AiMesh-Speed .bar:after{
    content:'';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    position: absolute;
    top: 0;bottom: 0;
    right: -30px;
    margin:auto 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
} */
.content-home #AiMesh-Speed #bar-wifi .bar-gold{
    width: 90%;
    background: -moz-linear-gradient(left, rgba(107,198,218,1) 0%, #6bc6da 50%, #6bc6da 70%, #6bc6da 80%, rgba(107,198,218,0) 100%);
    background: -webkit-linear-gradient(left, rgba(107,198,218,1) 0%, #6bc6da 50%, #6bc6da 70%, #6bc6da 80%, rgba(107,198,218,0) 100%);
    background: linear-gradient(to right, rgba(107,198,218,1) 0%, #6bc6da 50%, #6bc6da 70%, #6bc6da 80%, rgba(107,198,218,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cccc', endColorstr='#895800',GradientType=1 );
}
.content-home #AiMesh-Speed #bar-wifi .bar-gold:after{
    background: #895800;
}
.content-home #AiMesh-Speed #bar-wifi .other-width{
    width: 100%;
}
.content-home #AiMesh-Speed #bar-wifi .bar-other{
    width: 15%;
    background: -moz-linear-gradient(left, rgba(188, 188, 188, 1) 0%, rgba(188, 188, 188, 1) 50%, rgba(188, 188, 188, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(188, 188, 188, 1) 0%,rgba(188, 188, 188, 1) 50%, rgba(188, 188, 188, 0) 100%);
    background: linear-gradient(to right, rgba(188, 188, 188, 1) 0%,rgba(188, 188, 188, 1) 50%, rgba(188, 188, 188, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.content-home #AiMesh-Speed #bar-wifi .bar-other:after{
    background: rgba(255, 255, 255, .7);
}
.content-home #AiMesh-Speed #bar-wifi.hd-animated .bar-gold{
    -webkit-animation: growBar 1s forwards ease;
    -o-animation: growBar 1s forwards ease;
    animation: growBar 1s forwards ease;
}
.content-home #AiMesh-Speed #bar-wifi.hd-animated .bar-gold:after{
    -webkit-animation: popup .5s 1s forwards;
    -o-animation: popup .5s 1s forwards;
    animation: popup .5s 1s forwards;
}
.content-home #AiMesh-Speed #bar-wifi.hd-animated .bar-other{
    -webkit-animation: growBar 1s .5s forwards ease;
    -o-animation: growBar 1s .5s forwards ease;
    animation: growBar 1s .5s forwards ease;
}
.content-home #AiMesh-Speed #bar-wifi.hd-animated .bar-other:after{
    -webkit-animation: popup .5s 1.5s forwards;
    -o-animation: popup .5s 1.5s forwards;
    animation: popup .5s 1.5s forwards;
}
.content-home #AiMesh-Speed #bar-wifi img{
    opacity: 0;
}
.content-home #AiMesh-Speed #bar-wifi.hd-animated img{
    -webkit-animation: fadeIn .5s 1s forwards ease;
    -o-animation: fadeIn .5s 1s forwards ease;
    animation: fadeIn .5s 1s forwards ease;
}
@media screen and (max-width: 1440px){
    .content-home #AiMesh-Speed .bar {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px){
    .content-home #AiMesh-Speed #bar-wifi .other-width{
        width: 90%
    }
    .content-home #AiMesh-Speed #bar-wifi .bar {
        height: 8px;
    }
}
@-webkit-keyframes fadeIn{
    from{opacity: 0;}
    to  {opacity: 1;}
}
@keyframes fadeIn{
    from{opacity: 0;}
    to  {opacity: 1;}
}
@-webkit-keyframes growBar{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
             -o-transform: scaleX(1);
                transform: scaleX(1);
    }
}
@keyframes growBar{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
             -o-transform: scaleX(1);
                transform: scaleX(1);
    }
}
@-webkit-keyframes popup{
    0%{-webkit-transform: scale(0); }
    70%{-webkit-transform: scale(1.4); }
    100%{-webkit-transform: scale(1); }
}
@keyframes popup{
    0%{
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    70%{
           -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
             -o-transform: scale(1.4);
                transform: scale(1.4);
    }
    100%{
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
@media only screen and (max-width: 1200px) {
    .content-home #AiMesh-Speed img.mobile {
        display: block !important;
        width: 100%;
        margin-top: -10%
    }

    .content-home #AiMesh-Speed:before {
        background-image: none;
        padding-top: 0%;
    }

    .content-home #AiMesh-Speed {
        padding-top: 0%;
        padding-bottom: 0px
    }

    .content-home #AiMesh-Speed .product-content {
        position: relative;
        margin-bottom: 0
    }

    .content-home #AiMesh-Speed .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 20px;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 719px) {
    .content-home #AiMesh-Speed {
        padding-bottom: 20px
    }
    .content-home #AiMesh-Speed #bar-wifi p.large{
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .content-home #AiMesh-Speed .maintitle {
        padding-top: .5em;
    }
}

/**/
.content-home h1{
    font-size: 3em;
    font-weight: bold;
    font-family: "helveticanowdisplaylight", sans-serif;
    line-height: 1.2
}

.content-home h2{
    font-size: 3em;
    font-weight: normal;
    font-family: "helveticanowdisplaylight", sans-serif;
    line-height: 1.1
}
.content-home h3{
    font-size: 3em;
    font-weight: normal;
    font-family: "helveticanowdisplaylight", sans-serif;
    line-height: 1.2
}
.content-home h4{
    font-size: 3em;
    font-weight: bold;
    font-family: "helveticanowdisplaylight", sans-serif;
    line-height: 1.2
}
.content-home p{
    font-size: 1em;
    font-weight: normal;
    font-family: "helveticanowdisplay", sans-serif;
    line-height: 1.5
}
.content-home p.note{
    font-size: 0.7em;
    font-weight: normal;
    color: #333;
    font-family: "helveticanowdisplay", sans-serif;
    line-height: 1.2
}
@media only screen and (max-width: 719px) {
    .content-home h1{
        font-size: 2.5em;
    }
    .content-home h3{
        font-size: 2.5em;
    }
    .content-home p{
        font-size: 1em;
    }
}
@media screen and (max-width: 450px) {
    .content-home h3{
        font-size: 2em;
        margin-bottom: 15px
    }
}

/**/
.content-home .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

.content-home .full-section .mainfull .maintitle {
    padding: 0 18px
}
/**/
.content-home .section_item{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    max-width: 2560px;
    /* color: #fff; */
    margin: 0 auto;
}
.content-home .section_item .maintitle{
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
.content-home .section_item .clip {
    position: relative;
    width: 100%;
}
.content-home .section_item img{
    /*width: auto;*/
    margin: 0 auto;
}
.content-home .flexCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-home .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 20px;
}
.content-home .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
.content-home .flexCon.flex-100-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 20px;
}
.content-home .flexCon.flex-30-70 .flex-item.flex-30 {
    width: 32%;
}
.content-home .flexCon.flex-30-70 .flex-item.flex-70 {
    width: 68%;
}
.content-home .flexCon.flex-30-70 .flex-item p{
    text-align: left;
    margin: 0
}
.content-home .flexCon.flex-100-100>.flex-item.pic_box img{
    max-width: 1000px !important
}
.content-home .flexCon.flex-100-100>.flex-item.txt_box{
    text-align: left;
}
.content-home .flexCon.flex-100-100>.flex-item:first-child {
    padding: 0;
}
.content-home .flexCon.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.content-home .section_item .translate_box{
    position: absolute;
    text-align: left;
    width: 85%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    .content-home .flexCon.flex-50-50>.flex-item:first-child {
        padding: 20px 0px;
    }
    .content-home .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 20px 0px;
    }
    .content-home .flexCon.flex-100-100>.flex-item:first-child {
        padding: 20px 20px;
    }
    .content-home .flexCon.flex-100-100>.flex-item.pic_box img{
        max-width: 100% !important
    }
    .content-home .flexCon.flex-100-100>.flex-item {
        position: relative;
        width: 100%;
        padding: 20px 20px;
    }
    .content-home .section_item{
        padding: 0px 0 30px
    }
    .content-home .section_item .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
        width: 100%
    }
    .content-home .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .content-home .flexCon.flex-30-70 .flex-item.flex-30,
    .content-home .flexCon.flex-30-70 .flex-item.flex-70{
        width: 100%
    }
}
.content-home .section_item a{
    font-size: 18px;
    line-height: 26px;
    color: #70a8d7 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.content-home .section_item a span{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/*GT_0db*/

.content-home #GT_0db {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0 0
}
.content-home #GT_0db .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.content-home #GT_0db img {
    max-width: 100%;
    margin: 0px auto 0
}
.content-home #GT_0db .maintitle {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.content-home #GT_0db .section_item .flex-item h3{
    margin: 0;
    text-align: left;
}
.content-home #GT_0db .section_item .flex-item{
    position: relative
}
.content-home #GT_0db .section_item .flex-item p{
    margin: 0;
    text-align: left;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.content-home #GT_0db .area_mp4{
    display: inline-block;
    position: relative;
}
.content-home #GT_0db .clip {
    position: absolute;
    width: 18.5%;
    top: 45.9%;
    left: 51.05%;
    transform: translate(-50%, -50%) rotate(7.3deg);
    border-radius: 30px;
    overflow: hidden;
}
@media (max-width: 719px) {
    .content-home #GT_0db{
        padding: 50px 0 0px;
        overflow-x: hidden;
    }
    .content-home #GT_0db .flexCon .flex-item{
        width: 100% !important;
        margin-bottom: 10px
    }
    .content-home #GT_0db .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
    .content-home #GT_0db .area_mp4{
        width: 150%;
        margin:  0 -25%;
    }
    .content-home #GT_0db .section_item .flex-item p{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}

.content-home img.webstyle,
.content-home .webstyle {
    display: block;
}
/* 左文右圖 */

.content-home .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

.content-home .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

.content-home .maintitle.lefttxt .info_left .mtitle,
.content-home .maintitle.lefttxt .info_left .info,
.content-home .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

.content-home .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

.content-home .maintitle.lefttxt .info_left .stitle,
.content-home .maintitle.lefttxt .info_left .stitle p,
.content-home .maintitle.lefttxt .info_left .info,
.content-home .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

.content-home .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.content-home .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

.content-home .maintitle.righttxt .info_left .mtitle,
.content-home .maintitle.righttxt .info_left .mtitle p,
.content-home .maintitle.righttxt .info_left .info,
.content-home .maintitle.righttxt .info_left .info p,
.content-home .maintitle.righttxt .info_right .mtitle,
.content-home .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

.content-home .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

.content-home .maintitle.righttxt .info_right .stitle,
.content-home .maintitle.righttxt .info_right .stitle p,
.content-home .maintitle.righttxt .info_right .info,
.content-home .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

@media (min-width: 719px) and (max-width: 959px) {
    .content-home .mtitle p {
        font-size: 3.5em;
        line-height: 1.2em;
    }
    .content-home .mainfull .maintitle .info,
    .content-home .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    }
    .content-home .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    .content-home #Helios-colorarea .info_left{
        padding: 0
    }
}
@media (max-width: 719px) {
    .content-home img.webstyle,
    .content-home .webstyle {
        display: none;
    }
    /* 左文右圖 */
    .content-home .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    .content-home .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    /* 左圖右文 */
    .content-home .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    .content-home .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    .content-home img.mobile,
    .content-home .mobile {
        width: 100%;
        display: block;
    }
    .content-home .maintitle .info,
    .content-home .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
    .content-home .maintitle .mtitle {
        padding-top: 0 !important;
    }
    .content-home .mainfull .maintitle .info,
    .content-home .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 18px;
        line-height: 1.5em;
        text-align: left;
    }
    .content-home .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
}
/**/
.content-home .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
}
.content-home .full-section .mainfull .maintitle {
    padding: 0 18px;
}

/*AiMesh-Internet*/

.content-home #AiMesh-Internet {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0
}
.content-home #AiMesh-Internet .maintitle {
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
}
.content-home #AiMesh-Internet .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.content-home #AiMesh-Internet img {
    max-width: 100%;
    margin: 0px auto 0
}

.content-home #AiMesh-Internet .info_left {
    margin: 0px -100% 0px 0px;
    width: 37%;
    padding: 0 20px;
    /* text-align: right !important; */
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.content-home #AiMesh-Internet .info_left h3{
    margin-top: 0
}
.content-home #AiMesh-Internet .info_right {
    margin: 0px 0px 0px 37%;
    width: 63%;
    padding: 0 0 0 0;
    text-align: center;
    position:   relative;
}
.content-home #AiMesh-Internet a.link_learnmore{
    padding: 12px 30px 14px 30px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    color: #000;
    margin-top: 15px;
    z-index: 1
}
.content-home #AiMesh-Internet a.link_learnmore:hover{
    padding: 12px 30px 14px 30px;
    border: 1px solid #0060ff;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    color: #0060ff
}
.content-home #AiMesh-Internet a.link_learnmore p{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 500;
    padding-right: 45px;
    position: relative
}
.content-home #AiMesh-Internet a.link_learnmore p:after{
    content: "";
    background: url("../img/ico_link_black.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.content-home #AiMesh-Internet a.link_learnmore:hover p:after{
    background: url("../img/ico_link_blue.svg") no-repeat center center;
}
.content-home #AiMesh-Internet .ico_internet{
    display: inline-block;
    position: absolute;
    padding: 0;
    width: 90%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}
.content-home #AiMesh-Internet .ico_internet li{
    display: inline-block;
    float: left;
    width: 50%;
    position:  relative
}
.content-home #AiMesh-Internet .ico_internet li img{
    display: inline-block;
    float: left;
    width: 38%;
    max-width: 190px;
}
.content-home #AiMesh-Internet .ico_internet li p{
    display: inline-block;
    width: 62%;
    text-align: left;
    padding-left: 20px;
    position: absolute;
    left: 38%;
    color: #89704b;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
@media screen and (max-width: 1024px) {
    .content-home #AiMesh-Internet .info_left{
        position: relative;
        top: 0%;
        left: 0;
        transform: translate(0%, 0%);
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block;
    }
    .content-home #AiMesh-Internet .info_right{
        margin: -7% 0 0 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block;
        z-index: -1
    }
    .content-home #AiMesh-Internet .ico_internet li p{
        font-size: 1.1em
    }
}
@media screen and (max-width: 768px) {
    .content-home #AiMesh-Internet .info_left{
        position: relative;
        top: 0%;
        left: 0;
        transform: translate(0%, 0%);
    }
    .content-home #AiMesh-Internet a.link_learnmore p{
        font-size: 0.9em
    }
}
@media (max-width: 719px) {
    .content-home #AiMesh-Internet{
        padding: 50px 0 50px;
    }
    .content-home #AiMesh-Internet .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
}