@charset "utf-8";
/* ===================================================================
@set browser style:清除浏览器默认样式
 ================================= */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
input,
textdevision,
select,
table,
tr,
th,
td,
pre,
sup,
address,
cite,
dfn,
em,
var,
blockquote {
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    border: none;
    height: 100%;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
img {
    border: none;
}
ul,
ol,
li {
    list-style-type: none;
}
button,
input,
select,
textdevision {
    font: 12px/1.5em tohoma, arial, simsun, sans-serif;
    outline: none;
}
button,
input,
select {
    vertical-align: middle;
}
button,
submit {
    cursor: pointer;
}
textdevision {
    resize: none;
}
table {
    border-collapse: separate;
    table-layout: fixed;
    word-wrap: break-word;
}
div {
    word-wrap: break-word;
}
a:link,
a:visited {
    text-decoration: none;
    outline: none;
}
a:hover,
a:active {
    text-decoration: underline;
}

body {
    margin: 0;
    font-size: 16px;
}
.menu-layer {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
.menu-layer.show {
    display: block;
}
.menu-layer .icon-close {
    position: absolute;
    top: 4%;
    right: 5%;
    width: 16px;
    height: 16px;
    background: url('/201708/images/mobile/icon-menu-close.png') center no-repeat;
    background-size: contain;
}
.menu-layer .menu-container {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 16px;
}
.menu-layer .menu-container a {
    color: #fff;
}
.menu-layer .menu-container .menu-item {
    height: 55px;
    border-bottom: 1px solid #5a5a5d;
}
.menu-layer .menu-container .menu-item .content-wrap {
    line-height: 55px;
    padding-left: 50px;
}
.menu-layer .menu-container .menu-item .content-wrap.home {
    background: url("/201708/images/mobile/icon-menu-home.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.cj {
    background: url("/201708/images/mobile/icon-menu-cj.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.price {
    background: url("/201708/images/mobile/icon-menu-price.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.club {
    background: url("/201708/images/mobile/icon-menu-club.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.question {
    background: url("/201708/images/mobile/icon-menu-question.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.video {
    background: url("/201708/images/mobile/icon-menu-video.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.contact {
    background: url("/201708/images/mobile/icon-menu-contact.png") left center no-repeat;
    background-size: 30px 30px;
}
.menu-layer .menu-container .menu-item .content-wrap.d-download {
    background: url("/201708/images/mobile/icon-menu-download.png") left center no-repeat;
    background-size: 30px 30px;
}

.menu-layer .menu-container .menu-item .content-wrap.article {
    background: url("/201708/images/mobile/icon-menu-article.png") left center no-repeat;
    background-size: 30px 30px;
}

.menu-layer .menu-container .menu-item .content-wrap.p-document {
    background: url("/201708/images/mobile/icon-menu-docment.png") left center no-repeat;
    background-size: 30px 30px;
}
.header {
    height: 50px;
}
.header .logo {
    width: 118px;
    height: 35px;
    margin-left: 12px;
    margin-top: 8px;
    float: left;
    background: url('/201903/images/mobile/logo-white.png') no-repeat;
    background-size: 118px 35px;
}
.header .menu-button {
    width: 92px;
    height: 24px;
    line-height: 24px;
    background: url('/201708/images/mobile/icon-menu-white.png') center no-repeat;
    background-size: 16px 12px;
    float: right;
    margin: 13px 10px 0 0;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.banner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.banner-wrap .banner-item-wrap {
    background-image: url("/201903/images/mobile/remote/remote-bg.png");
    background-size: cover;
    height: 600px;
}


.banner-wrap .banner-item-wrap .banner-content-wrap .text-wrap .title-text {
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.banner-wrap .banner-item-wrap .banner-content-wrap .text-wrap .sub-title{
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
}

.banner-wrap .banner-item-wrap .text-wrap .btns {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.banner-wrap .banner-item-wrap .text-wrap .btns .btn {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    float: left;
}

.banner-wrap .banner-item-wrap .text-wrap >img {
    width: 300px;
    height: 80px;
    margin-bottom: 15%;
    margin-top: 15%;
    margin-left: calc(50% - 150px);
    background-size: contain;
}


.banner-wrap .banner-item-wrap .text-wrap .btns .btn:first-child {
    margin-right: 10px;
}


.section.gray {
    background-color: #f7f7f7;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section .title {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 32px;
}

.section .desc {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: justify;
    width: 340px;
    margin-bottom: 30px;
}

.section .image {
    width: 340px;
    margin-bottom: 30px;
}

.section.p1 .image {
    height: 127px;
    background: url("../../images/mobile/remote/landing-s1.png") center no-repeat;
    background-size: 330px 127px;
}

.section.p2 .image {
    height: 161px;
    background: url("../../images/mobile/remote/landing-s2.png") center no-repeat;
    background-size: 320px 161px;
}

.section.p3 .image {
    height: 200px;
    background: url("../../images/mobile/remote/landing-s3.png") center no-repeat;
    background-size: 285px 200px;
}

.section.p4 .image {
    height: 310px;
    background: url("../../images/mobile/remote/landing-s4.png") center no-repeat;
    background-size: 285px 310px;
}

.section.p5 .image {
    height: 182px;
    background: url("../../images/mobile/remote/landing-s5.png") center no-repeat;
    background-size: 322px 182px;
}

.section.p2, .section.p4, .section.p6 {
    background-color: #f7f7f7;
}

.section.contact {
    height: 260px;
    width: 100%;
    color: #fff;
    background: url("../../images/mobile/remote/remote-contact-bg.png") center no-repeat #439fe0;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section.contact .contact-title {
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section.contact .ls-container {
    display: flex;
}

.section.p6 .s-title {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 32px;
}

.section.p6 .s-content {
    display: flex;
    width: 100%;
    height: 165px;
    margin-bottom: 40px;
}

.s-content a {
    flex: 1;
    background: url("../../images/mobile/remote/landing-s6r.png") center 0 no-repeat;
    background-size: 151px 95px;
}

.s-content a:first-child {
    margin-right: 5px;
    background: url("../../images/mobile/remote/landing-s6l.png") center 0 no-repeat;
    background-size: 151px 95px;
}

.s-content a div {
    text-align: center;
    margin-top: 130px;
    color: #333;
}

.ls-container .contact-wrap {
    margin-right: 20px;
}

.ls-container .contact-wrap .part{
    height: 60px;
}

.ls-container .contact-wrap .part .description.tel {
    text-indent: 14px;
    background: url("../../images/mobile/remote/tel-icon.png") 0 center no-repeat;
    background-size: 9px ;
}

.ls-container .contact-wrap a {
    color: #fff;
}

.part-title {
    margin-bottom: 5px;
}




