*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.cf:before,
.cf:after {
    content: ' ';
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

a {
    text-decoration: none;
    color: inherit
}

a:focus,
a:active,
a:visited,
a img:focus,
a img:active,
a img:visited {
    border: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 400
}

ul,
ol,
dl {
    margin: 0;
    padding: 0
}
html {
    line-height: 1.15;
}

.ctr {
    text-align: center!important
}

.lft {
    text-align: left!important
}

.rgt {
    text-align: right!important
}

.ylw {
    color: #ffe000
}

.tpl-inner {
    max-width: 970px!important
}

.tpl-link-outs-wrap {
    display: none
}

body {
    font-family: "OpenSans", Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333
}

body.en {
    font-size: 14px
}

.content {
    margin-bottom: 50px
}

.content p {
    margin-bottom: 14px
}

.inner {
    max-width: 970px;
    width: 100%;
    position: relative;
    margin: 0 auto
}

.tab-main {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center
}

.tab {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #af0000;
    color: #af0000;
    width: 49%;
    margin: 0 .25%;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s
}

.tab:hover {
    background: rgba(175, 0, 0, .7);
    color: #ffe000
}

.tab.act {
    background: #af0000;
    color: #ffe000
}

.tab-content {
    clear: both;
    display: none
}

.tab-content.act {
    display: block
}

.levels {
    text-align: center;
    margin-bottom: 20px;
    height: 240px
}

.level {
    display: inline-block;
    width: 234px!important;
    height: 240px;
    background: #af0000;
    vertical-align: top;
    padding-top: 35px;
    margin: 0 2px
}

body.sc .level {
    padding-top: 50px;
}

.level img,
.level span {
    display: block;
    margin: 0 auto
}

.level img {
    margin-bottom: 15px
}

.level span {
    color: #fff
}

.level span.ylw {
    font-size: 16px;
    color: #ffe000;
    margin-bottom: 20px;
    text-transform: uppercase
}

.level p {
    color: #fff;
    font-size: 12px
}

.level p span.ylw {
    display: inline;
    font-size: 12px
}

table {
    width: 100%;
    margin: 0 auto 30px;
    border-spacing: 4px 0
}

th,
td {
    text-align: center;
    padding: 5px 10px;
    width: 50%
}

th {
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #af0000;
    color: #ffe000
}

td.empty {
    background: #fff!important;
    padding: 2px
}

.sc th,
.ch th {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important;
    font-weight: 700
}

.kr th {
    font-family: "Malgun Gothic", Arial, sans-serif!important;
    font-weight: 700
}

.th th {
    font-family: Tahoma, Arial, sans-serif!important;
    font-weight: 700
}

.vn th {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important;
    font-weight: 700
}

tr:nth-child(even) td {
    background: #ccc
}

tr:nth-child(odd) td {
    background: #ddd
}

.accord h3 {
    color: #af0000;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase
}

.accord h3:after {
    content: url(../_img/accord-arrow.png);
    display: inline-block;
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    margin-left: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.accord.act h3:after {
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

ol,
ul {
    padding-left: 20px
}

li {
    padding-left: 20px;
}

.box {
    border: 1px solid #af0000;
    padding: 8px;
    text-align: center;
    margin: 30px auto 10px;
    position: relative
}

.box-label {
    position: relative;
    top: -37px;
    margin-bottom: -20px
}

.box-label span {
    font-family: "SFQuartzite-Oblique", "OpenSans", Arial, sans-serif;
    font-size: 48px;
    color: #af0000;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    text-transform: uppercase
}

.sc .box-label span,
.ch .box-label span {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important;
    font-weight: 700;
    font-style: italic
}

.th .box-label span {
    font-family: Tahoma, Arial, sans-serif!important;
    font-weight: 700;
    font-style: italic
}

.vn .box-label span {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important;
    font-weight: 700;
    font-style: italic
}

.step1-devices {
    background: url(../_img/step1-devices.png) no-repeat;
    position: relative;
    margin: 0 auto 20px;
    width: 484px;
    height: 339px
}
.hi .step1-devices {
    background: url(../_img/step1-devices-hi.png) no-repeat;
}
.te .step1-devices {
    background: url(../_img/step1-devices-te.png) no-repeat;
}

.step1-devices>img {
    position: relative;
    z-index: 1
}

.device {
    cursor: pointer
}

.dev {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.dev1 {
    width: 119px;
    height: 162px;
    top: -6px;
    left: 104px;
    z-index: 3
}

.dev2 {
    width: 288px;
    height: 263px;
    top: 28px;
    left: 166px;
    z-index: 2
}

.dev3 {
    width: 313px;
    height: 180px;
    top: 166px;
    left: -6px;
    z-index: 4
}

.dev4 {
    width: 94px;
    height: 161px;
    top: 157px;
    left: 396px;
    z-index: 5
}

.line {
    position: absolute;
    z-index: 6
}

.line1 {
    top: 90px;
    left: -83px
}

.line2 {
    top: 90px;
    left: 388px
}

.line3 {
    top: 207px;
    left: -166px
}

.line4 {
    top: 207px;
    left: 470px
}

.devname {
    position: absolute;
    z-index: 7;
    display: block;
    background: #fff;
    border: 1px solid #af0000;
    padding: 5px 10px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-size: 18px;
    white-space: nowrap
}

.sc .devname,
.ch .devname {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important;
    font-weight: 700
}

.kr .devname {
    font-family: "Malgun Gothic", Arial, sans-serif!important;
    font-weight: 700
}

.th .devname {
    font-family: Tahoma, Arial, sans-serif!important;
    font-weight: 700
}

.vn .devname {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important;
    font-weight: 700
}

.devname1 {
    top: 59px;
    left: -197px
}

.sc .devname1,
.ch .devname1 {
    left: -140px
}

.devname2 {
    top: 59px;
    right: -200px
}

.sc .devname2,
.ch .devname2 {
    right: -150px
}

.devname3 {
    top: 176px;
    left: -201px
}

.devname4 {
    top: 176px;
    right: -205px
}

.device1:hover .dev1 {
    opacity: 1
}

.device2:hover .dev2 {
    opacity: 1
}

.device3:hover .dev3 {
    opacity: 1
}

.device4:hover .dev4 {
    opacity: 1
}

.device1:hover .devname1 {
    color: #af0000
}

.device2:hover .devname2 {
    color: #af0000
}

.device3:hover .devname3 {
    color: #af0000
}

.device4:hover .devname4 {
    color: #af0000
}

.next-down {
    background: url(../_img/step-arrow-sprite.png) no-repeat;
    width: 101px;
    height: 67px;
    margin: 10px auto
}

.step2-devices {
    text-align: center
}

.deviceB {
    display: inline-block;
    width: 234px;
    height: 244px;
    border: 1px solid #af0000;
    position: relative;
    cursor: pointer
}

.deviceB1 {
    background: url(../_img/step2-bg1.jpg) no-repeat
}

.deviceB2 {
    background: url(../_img/step2-bg2.jpg) no-repeat
}

.deviceB3 {
    background: url(../_img/step2-bg3.jpg) no-repeat
}

.deviceB4 {
    background: url(../_img/step2-bg4.jpg) no-repeat
}
.hi .deviceB1 {
    background: url(../_img/step2-hi-bg1.jpg) no-repeat
}

.hi .deviceB2 {
    background: url(../_img/step2-hi-bg2.jpg) no-repeat
}

.hi .deviceB3 {
    background: url(../_img/step2-hi-bg3.jpg) no-repeat
}

.hi .deviceB4 {
    background: url(../_img/step2-hi-bg4.jpg) no-repeat
}
.te .deviceB1 {
    background: url(../_img/step2-te-bg1.jpg) no-repeat
}

.te .deviceB2 {
    background: url(../_img/step2-te-bg2.jpg) no-repeat
}

.te .deviceB3 {
    background: url(../_img/step2-te-bg3.jpg) no-repeat
}

.te .deviceB4 {
    background: url(../_img/step2-te-bg4.jpg) no-repeat
}

.devB {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 234px;
    width: 100%;
    z-index: 1
}

.deviceB>div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #af0000;
    width: 100%;
    height: 44px;
    color: #fff;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-size: 18px
}

.sc .deviceB>div,
.ch .deviceB>div {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important;
    font-weight: 700
}

.kr .deviceB>div {
    font-family: "Malgun Gothic", Arial, sans-serif!important;
    font-weight: 700
}

.th .deviceB>div {
    font-family: Tahoma, Arial, sans-serif!important;
    font-weight: 700
}

.vn .deviceB>div {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important;
    font-weight: 700
}

.deviceB:hover>div {
    color: #ffe000
}

.deviceB>div span {
    position: relative;
    top: 12px
}

.devB1 {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2
}

.deviceB1:hover .devB1b {
    opacity: 1
}

.deviceB2:hover .devB2b {
    opacity: 1
}

.deviceB3:hover .devB3b {
    opacity: 1
}

.deviceB4:hover .devB4b {
    opacity: 1
}

.step-img {
    position: relative;
    display: block
}

.step3-img {
    top: -100px;
    left: 0;
    margin-bottom: -200px;
    width: 100%
}

.step4-img {
    top: -100px;
    left: 0;
    margin-bottom: -160px;
    width: 100%
}

.step5-img {
    width: 100%
}

.step-info {
    position: absolute;
    text-align: left;
    font-size: 16px
}

.step4-info {
    width: 30%;
    left: 10px;
    top: 465px
}

.step5-info {
    width: 50%;
    right: 10px;
    top: 355px
}

.step4-table {
    position: relative;
    width: 75%
}

.step4-table th {
    border-bottom: 1px solid #fff
}

.step4-table td {
    text-align: left
}

.box a {
    font-family: "OpenSans-Bold";
    color: #af0000;
    text-decoration: underline
}

.sc .box a,
.ch .box a {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important;
    font-weight: 700
}

.kr .box a {
    font-family: "Malgun Gothic", Arial, sans-serif!important;
    font-weight: 700
}

.th .box a {
    font-family: Tahoma, Arial, sans-serif!important;
    font-weight: 700
}

.vn .box a {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important;
    font-weight: 700
}

.go-top {
    background: url(../_img/step5-mini-arrows-sprite.png) no-repeat;
    width: 31px;
    height: 64px;
    position: absolute;
    bottom: 25px;
    right: -16px;
    cursor: pointer
}

.bx-slider {
    visibility: hidden
}

.bx-clone {
    display: none
}

.bx-wrapper {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0 auto 20px;
    position: relative;

}

.bx-controls {
    display: none
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
    height: 5px;
    border: 1px solid #af0000;
    background: #fff;
    border-radius: 0;
    padding:4px;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-family: Arial;
    font-weight: 600;
    color: #666;
    padding-top: 20px;

}
.bx-pager-item{
    font-size: 1px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
    padding:5px;

}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #af0000
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    /* margin-top: -16px; */
    /* outline: 0; */
    width: 20px;
    height: 37px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    background: url(../_img/bx-prev.png) no-repeat!important;
    left: -30px
}

.bx-wrapper .bx-next {
    background: url(../_img/bx-next.png) no-repeat!important;
    right: -30px
}

.bx-wrapper .bx-prev:hover {
    background: url(../_img/bx-prev-act.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
    background: url(../_img/bx-next-act.png) no-repeat;
}

.overlay {
    background-color: rgba(0, 0, 0, .9);
    display: none;
    height: 100%!important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 20
}

.lbox {
    max-width: 800px;
    width: 0%;
    height: auto;
    font-size: 14px;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
    -webkit-transition: all .75s ease-in-out 0s;
    -moz-transition: all .75s ease-in-out 0s;
    -o-transition: all .75s ease-in-out 0s;
    -ms-transition: all .75s ease-in-out 0s;
    transition: all .75s ease-in-out 0s;
    display: none
}

.lbox1d,
.lbox2d {
    max-width: 194px
}

.lbox img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.close {
    background: url(../_img/close.png) no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -20px;
    right: -20px;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s
}

.close:hover {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg)
}

.id .tpl-join-now {
    font-size: 12px;
    width: 100px
}

.vn .tpl-join-now {
    font-size: 12px;
    width: 105px
}

.tpl-lang-select li {
    padding-left: 0
}

.tpl-inner {
    max-width: 970px
}

.tpl-footer {
    font-size: 10px
}

.go-top {
    -webkit-animation: play-up .8s steps(3) infinite;
    -moz-animation: play-up .8s steps(3) infinite;
    -ms-animation: play-up .8s steps(3) infinite;
    -o-animation: play-up .8s steps(3) infinite;
    animation: play-up .8s steps(3) infinite
}

@-webkit-keyframes play-up {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -192px
    }
}

@-moz-keyframes play-up {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -192px
    }
}

@-ms-keyframes play-up {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -192px
    }
}

@-o-keyframes play-up {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -192px
    }
}

@keyframes play-up {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -192px
    }
}

.next-down {
    -webkit-animation: play-down 1s steps(4) infinite;
    -moz-animation: play-down 1s steps(4) infinite;
    -ms-animation: play-down 1s steps(4) infinite;
    -o-animation: play-down 1s steps(4) infinite;
    animation: play-down 1s steps(4) infinite
}

@-webkit-keyframes play-down {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -268px
    }
}

@-moz-keyframes play-down {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -268px
    }
}

@-ms-keyframes play-down {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -268px
    }
}

@-o-keyframes play-down {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -268px
    }
}

@keyframes play-down {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: -268px
    }
}

.mobi {
    display: none
}

.mobi480 {
    display: none
}

.desk {
    display: block
}

.lbox img.mobi {
    display: none
}

.lbox img.mobi480 {
    display: none
}

@media only screen and (max-width:1023px) {
    .mobi {
        display: block
    }
    .desk {
        display: none
    }
    .tpl-mobile-back {
        display: none
    }
    .tpl-header8 .tpl-right-nav {
        display: block;
        width: 210px;
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now,
    .tpl-header8 .tpl-lang-wrap {
        position: absolute;
        right: 5px
    }
    .tpl-header8 .tpl-lang-wrap {
        top: -45px;
        left: 0;
        float: left;
        width: 205px
    }
    .tpl-lang-trigger {
        padding: 3px
    }
    span.tpl-txt-lang {
        font-size: 12px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now {
        top: -17px;
        font-size: 9px;
        width: 100px
    }
    .tpl-header8 .tpl-download-btn {
        right: 110px
    }
    .lbox img.desk {
        display: none
    }
    .lbox img.mobi {
        display: block
    }
    .lbox img.mobi480 {
        display: none
    }
    .id .tpl-join-now,
    .vn .tpl-join-now {
        padding: 5px
    }
    .inner {
        max-width: 470px
    }
    .tab {
        display: block;
        width: 100%;
        margin-bottom: 6px
    }
    p.ctr {
        text-align: left!important
    }
    .box p.ctr {
        text-align: center!important
    }
    .bx-wrapper {
        margin-bottom: 15px
    }
    .bx-clone {
        display: block
    }
    .bx-controls {
        display: block
    }
    .accord h3 {
        text-align: center
    }
    .step1-devices {
        background: url(../_img/step1-devices-768.png) no-repeat;
        width: 453px;
        height: 348px;
        margin-top: 100px
    }
    .hi .step1-devices {
        background: url(../_img/step1-devices-hi-768.png) no-repeat;
        width: 453px;
        height: 348px;
        margin-top: 100px
    }
    .te .step1-devices {
        background: url(../_img/step1-devices-te-768.png) no-repeat;
        width: 453px;
        height: 348px;
        margin-top: 100px
    }
    .dev1 {
        top: -1px;
        left: 89px
    }
    .dev2 {
        top: 33px;
        left: 151px
    }
    .dev3 {
        top: 171px;
        left: -1px
    }
    .dev4 {
        top: 162px;
        left: 361px
    }
    .line1 {
        top: -74px;
        left: 134px
    }
    .line2 {
        top: -12px;
        left: 315px
    }
    .line3 {
        top: 29px;
        left: 49px
    }
    .line4 {
        top: 29px;
        left: 416px
    }
    .devname1 {
        top: -105px;
        left: 63px
    }
    .devname2 {
        top: -44px;
        right: 63px
    }
    .devname3 {
        top: -2px;
        left: 16px
    }
    .devname4 {
        top: -2px;
        right: 2px
    }
    .sc .devname1,
    .ch .devname1 {
        left: 83px
    }
    .sc .devname2,
    .ch .devname2 {
        right: 94px
    }
    .deviceB {
        width: 220px;
        height: 244px;
        margin: 0 1px 3px
    }
    .deviceB>div {
        font-size: 16px
    }
    .box3 {
        margin-bottom: 55px
    }
    .step3-img {
        top: -10px;
        margin: 0 auto -18px;
        max-width: 236px;
        width: 100%
    }
    .step4-img {
        top: -10px;
        margin: 0 auto;
        max-width: 280px;
        width: 100%
    }
    .step4-info {
        position: relative;
        width: 100%;
        left: 0;
        top: 0
    }
    .step4-table {
        width: 100%
    }
    .step5-img {
        margin: 0 auto 10px;
        max-width: 370px;
        width: 100%
    }
    .step5-info {
        position: relative;
        width: 100%;
        left: 0;
        top: 0
    }
    .tbl-below-note {
        font-size: 10px !important;
    }

}

@media only screen and (max-width:767px) {
    .tpl-header8 .tpl-right-nav {
        width: 170px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now,
    .tpl-header8 .tpl-lang-wrap {
        position: absolute;
        right: 5px
    }
    .tpl-header8 .tpl-lang-wrap {
        top: -45px;
        left: 2px;
        float: left;
        width: 162px
    }
    .tpl-lang-trigger {
        padding: 3px
    }
    span.tpl-txt-lang {
        font-size: 11px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now {
        font-size: 8px;
        width: 80px;
        padding: 3px
    }
    .tpl-header8 .tpl-download-btn {
        right: 88px
    }
}

@media only screen and (max-width:599px) {
    .bx-wrapper .bx-next {
        right: -30px;
    }
    .bx-wrapper .bx-prev {
        left: -30px;
    }
    .tpl-header8 .tpl-right-nav {
        width: 130px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now,
    .tpl-header8 .tpl-lang-wrap {
        position: absolute;
        left: 0
    }
    .tpl-header8 .tpl-lang-wrap {
        top: -7px;
        width: 123px
    }
    .tpl-lang-wrap .tpl-sprt.tpl-arw-lang {
        top: 7px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now {
        top: 20px;
        width: 60px
    }
    .tpl-header8 .tpl-join-now {
        left: 63px
    }
    .step1-devices {
        margin-top: 120px;
        margin-bottom: 70px
    }
    .hi .step1-devices {
        margin-top: 120px;
        margin-bottom: 70px
    }
    .te .step1-devices {
        margin-top: 120px;
        margin-bottom: 70px
    }
    .line3.mobi,
    .line4.mobi {
        display: none
    }
    .line3.mobi480,
    .line4.mobi480 {
        display: block
    }
    .lbox img.mobi {
        display: none
    }
    .lbox img.mobi480 {
        display: block
    }
    .line1 {
        top: -87px;
        left: 73px
    }
    .line2 {
        top: -27px;
        left: 244px
    }
    .line3.mobi480 {
        top: 169px;
        left: 54px
    }
    .line4.mobi480 {
        top: 174px;
        left: 247px
    }
    .devname1 {
        top: -116px;
        left: 0
    }
    .devname2 {
        top: -56px;
        right: 2px
    }
    .devname3 {
        top: 256px;
        left: 23px
    }
    .devname4 {
        top: 256px;
        right: 2px
    }
    .sc .devname1,
    .ch .devname1 {
        left: 19px
    }
    .sc .devname2,
    .ch .devname2 {
        right: 10px
    }
    .deviceB {
        width: 140px;
        height: 165px
    }
    .deviceB>div {
        font-size: 14px
    }
    .deviceB>div span {
        top: 12px
    }
    .en .deviceB1>div span,
    .in .deviceB1>div span,
    .id .deviceB1>div span,
    .th .deviceB1>div span {
        top: 4px
    }
    .step5-img {
        margin-bottom: 10px
    }
    .id .tpl-join-now {
        font-size: 8px;
        padding: 3px 0
    }
    .vn .tpl-join-now {
        font-size: 8px;
        padding: 3px 0
    }
    .bx-wrapper {
        max-width: 235px!important
    }
    .box {
        max-width: 310px
    }
    .box-label {
        top: -30px
    }
    .box-label span {
        font-size: 40px;
        padding: 0 10px
    }
    .step1-devices {
        background-size: contain;
        width: 295px;
        height: 227px
    }
    .hi .step1-devices {
        background-size: contain;
        width: 295px;
        height: 227px
    }
    .te .step1-devices {
        background-size: contain;
        width: 295px;
        height: 227px
    }
    .dev1 {
        width: 77px;
        height: 104px;
        top: 0;
        left: 58px
    }
    .dev2 {
        width: 189px;
        height: 172px;
        top: 21px;
        left: 98px
    }
    .dev3 {
        width: 204px;
        height: 118px;
        top: 111px;
        left: 0
    }
    .dev4 {
        width: 62px;
        height: 105px;
        top: 105px;
        left: 234px
    }
}

@media only screen and (max-width:479px) {

    .tpl-header8 .tpl-back-btn.tpl-box {
        padding-left: 10px;
        width: 16%
    }
    .tpl-header8 .tpl-logo-wrap {
        width: 46%
    }
    .tpl-header8 .tpl-download-faq {
        width: 38%
    }
    .tpl-header8 .tpl-right-nav {
        width: 107px
    }
    .tpl-lang-trigger {
        padding: 2px
    }
    .tpl-header8 .tpl-lang-wrap {
        width: 55px
    }
    span.tpl-txt-lang {
        display: none
    }
    .tpl-lang-wrap .tpl-sprt.tpl-arw-lang {
        right: 5px
    }
    .tpl-header8 .tpl-download-btn,
    .tpl-header8 .tpl-join-now {
        width: 50px
    }
    .vn .tpl-header8 .tpl-download-btn,
    .vn .tpl-header8 .tpl-join-now {
        font-size: 7px
    }
    .tpl-header8 .tpl-join-now {
        left: 53px
    }
    .inner {
        max-width: 300px
    }
    .tab {
        font-size: 15px
    }
    th {
        font-size: 14px
    }
    .step1-devices {
        margin-left: -5px
    }
    .hi .step1-devices {
        margin-left: -5px
    }
    .te .step1-devices {
        margin-left: -5px
    }
    .devname {
        font-size: 16px
    }
    .devname1 {
        left: 4px
    }
    .devname2,
    .devname4 {
        right: 5px
    }
    .deviceB {
        width: 135px;
        height: 160px
    }
}

body.sc,
body.ch {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif!important
}

body.kr {
    font-family: "Malgun Gothic", Arial, sans-serif!important
}

body.th {
    font-family: Tahoma, Arial, sans-serif!important
}

body.vn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif!important
}

@font-face {
    font-family: 'OpenSans';
    src: url('../_fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url(../_fonts/OpenSans.woff) format('woff'), url(../_fonts/OpenSans.ttf) format('truetype'), url('../_fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../_fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url(../_fonts/OpenSans-Bold.woff) format('woff'), url(../_fonts/OpenSans-Bold.ttf) format('truetype'), url('../_fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../_fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url(../_fonts/OpenSans-Light.woff) format('woff'), url(../_fonts/OpenSans-Light.ttf) format('truetype'), url('../_fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../_fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url(../_fonts/OpenSans-Semibold.woff) format('woff'), url(../_fonts/OpenSans-Semibold.ttf) format('truetype'), url('../_fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SFQuartzite-Oblique';
    src: url(../_fonts/SFQuartzite-Oblique.woff) format('woff'), url('../_fonts/SFQuartzite-Oblique.eot?#iefix') format('embedded-opentype'), url(../_fonts/SFQuartzite-Oblique.ttf) format('truetype'), url('../_fonts/SFQuartzite-Oblique.svg#SFQuartzite-Oblique') format('svg');
    font-weight: 400;
    font-style: normal
}

.tbl-below-note {
    background: #fff !important;
    font-size: 12px;
}
