.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 66px;
    background-color: rgba(115, 150, 105, 0.9);
    z-index: 900;
    transition: all .5s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

@media screen and (max-width:950px) {
    .header {
        padding: 10px;
        height: auto;

    }

    .header span.n-plr-6 {
        padding: 0 6px !important;
    }

    .header a,
    .header span,
    .header button {
        font-size: 14px !important;
    }

    .index-header-menu {
        flex-grow: 1;
        justify-content: space-between;
    }

    .header button {
        width: 60px !important;
        height: 35px !important;
    }

    .header h1 {
        font-size: 18px;
        margin-left: 15px;
    }

    .header-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-menu {
        margin-top: 10px;
    }

    .menu {
        display: block;
        height: 35px;
        width: 35px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../image/menu.png);
    }

    .main-title {
        padding: 135px 15px 15px 15px !important;
    }

    .help-body {
        height: auto !important;
        padding-left: 0 !important;
    }

    .help-body .help-menu {
        padding: 0 !important;
        width: 100% !important;
        z-index: 950 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        overflow-y: scroll !important;
        background-color: rgba(0, 0, 0, .5) !important;
        padding-right: 100px !important;
        display: none;
    }

    .help-body .help-menu.open {
        display: block;
    }

    .help-body .help-menu ul {
        height: 100%;
        background-color: #333333;
        width: 100%;
    }

    .help-body .help-menu ul li:first-child {
        margin-top: 0 !important;
    }
}

.help-header {
    background-color: rgba(115, 150, 105, 1);
}

.header .logo {
    height: 50px;
}

.header-container {
    position: relative;
}


html,
body {
    background-color: #FFFFFF !important;
}

.c-c-1 {
    color: #262626;
}

.c-c-2 {
    color: #016FF9;
}

.c-f-20 {
    font-size: 20px;
}

.c-f-30 {
    font-size: 30px;
}

.c-f-40 {
    font-size: 40px;
}

.c-f-24 {
    font-size: 24px;
}

.c-f-18 {
    font-size: 18px;
}

.c-f-18-nohover {
    font-size: 18px;
}

.header button {
    cursor: pointer;
    width: 100px;
    height: 40px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
}

.header button.login:hover {
    background: #FFFFFF;
    color: #688D5D;
}

.header button.login {
    background: none;
    color: #FFFFFF;
}

.c-max-width {
    width: 1200px;
    max-width: 100%;
}

.c-max-width-1 {
    width: 900px;
}


.c-mb-1 {
    margin-bottom: 30px;
}

.icon {
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.help-search-container {
    height: 550px;
    background-image: url(../image/banner-bg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 66px;
    padding-bottom: 30px;
}

.main-title {
    padding: 106px 0 40px 180px;
}

.main-title h1 {
    font-size: 30px;
    color: #262626;
}

.banner-text-1 {
    font-size: 70px;
}

.banner-text-2 {
    font-size: 60px;
}

.banner-text-1,
.banner-text-2 {
    line-height: 97px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.banner-button {
    width: 400px;
    height: 60px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 6%, #FFFFFF 41%, rgba(255, 255, 255, 0.00) 97%);
}

.footer {
    height: 218px;
    background-image: url(../image/footer-bg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer .mail,
.footer .phone {
    height: 30px;
    width: 30px;
    display: block;
    background-image: url(../image/email.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer .phone {
    background-image: url(../image/phone.png);
}

.footer .phone-number {
    height: 23px;
}

.footer .mail-address {
    cursor: pointer;
    height: 30px;
}

.mobile {
    padding: 40px calc(50vw - 600px) 40px 0;
    position: relative;
}

.mobile .mobile-left:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 180px;
    width: 100%;
    background: rgba(104, 141, 93, 0.20);
    top: 50%;
    transform: translateY(-50%);
}

.mobile .mobile-left {
    position: relative;
    padding-left: calc(50vw - 600px);
}

.mobile .phone {
    z-index: 10;
    position: relative;
    z-index: 100;
    height: 500px;
}

.mobile h3 {
    line-height: 40px;
}

.mobile .QR {
    position: relative;
    z-index: 10;
    margin-right: 5%;
    height: 280px;
    max-width: 280px;
}

.mobile-left-main h1,
.mobile-left-main h3 {
    color: #000000;
}

.mobile-left-main {
    position: relative;
}

.mobile-left-main .title {
    position: absolute;
    left: 0;
    top: -110px;
}

.mobile-left-main .mobile-list {
    padding-right: 10%;
    position: absolute;
    bottom: -200px;
}

.mobile-left-main .mobile-list li,
.pad-left .pad-list li {
    position: relative;
    z-index: 10;
}

.mobile-left-main .mobile-list li i,
.pad-left .pad-list li i {
    display: block;
    width: 80px;
    height: 40px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-left-main .mobile-list li i {
    background-color: #FFFFFF;
}

.mobile-left-main .mobile-list:after {
    content: '';
    height: 2px;
    display: block;
    background-color: #688D5D;
    position: absolute;
    top: 20px;
    left: calc(16.77777%);
    right: calc(16.77777%);
}


.mobile-left-main .mobile-list li i.m1 {
    background-image: url(../image/m1.png);
}

.mobile-left-main .mobile-list li i.m2 {
    background-size: 34px;
    background-image: url(../image/m2.png);
}

.mobile-left-main .mobile-list li i.m3 {
    background-image: url(../image/m3.png);
}

.pad-list li span,
.pad-left-main .mobile-list li span {
    color: #000000;
}

.pad {
    background: rgba(104, 141, 93, 0.20);
    position: relative;
    padding-bottom: 30px;
}

.pad-left .pad-list {
    width: calc(100% + 60px);
    position: relative;
    margin-top: 50px;
}

.pad-left .pad-list:after {
    content: '';
    height: 2px;
    display: block;
    background-color: #688D5D;
    position: absolute;
    top: 20px;
    left: calc(16.77777% + 18px);
    right: calc(16.77777% + 18px);
}

.pad-left .pad-list i {
    background: rgba(225, 232, 223);
}

.pad-left .pad-list li i.p1 {
    background-image: url(../image/p1.png);
}

.pad-left .pad-list li i.p2 {
    background-size: 34px;
    background-image: url(../image/p2.png);
}

.pad-left .pad-list li i.p3 {
    background-image: url(../image/p3.png);
}


.pad:after {
    content: '';
    background: rgba(104, 141, 93, 0.20);
    display: block;
    height: 180px;
    position: absolute;
    left: calc(50% - 600px + 50px);
    right: 0;
    top: 100px;
}

.pad .QR {
    position: relative;
    z-index: 10;
    height: 280px;
    max-width: 280px;
    margin-top: 30px;
    margin-right: -15px;
}

.pad h3 {
    color: #000000;
    line-height: 40px;
}

.pad-left {
    width: 55%;
    position: relative;
    z-index: 10;
}

.pad-pic {
    width: 100%;
}

.pad-right-main-text {
    padding: 30px 0;
    position: relative;
    margin-top: 100px;
    padding-right: calc(50% - 600px);
}

.pad-right-main .title {
    position: absolute;
    right: 0;
    top: -50px;
}

.using,
.free {
    display: block;
    height: 26px;
    background-color: #FFFFFF;
    border-radius: 13px;
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    line-height: 26px;
    margin-right: 10px;
}

.using {
    color: #FF4E64;
}

.free {
    color: #4DAE46;
}

.free:before,
.using:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: #FF4E64;
    box-shadow: 0 0 5px 0 #FF4E64;
    border-radius: 50%;
}

.free:before {
    background: #4DAE46;
    box-shadow: 0 0 5px 0 #4DAE46;
}

.PC {
    padding: 40px 0;
    position: relative;
}

.PC:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 180px;
    width: 100%;
    background: rgba(104, 141, 93, 0.20);
    top: 50%;
    transform: translateY(-50%);
}

.PC .windows {
    position: relative;
    z-index: 10;
    width: 50%;
}

.PC-left-main {
    position: relative;
    z-index: 10;
}

.PC-left-main .title {
    position: absolute;
    top: -110px;
}

.PC-left-main li {
    line-height: 40px;
}

.video-container {
    position: relative;
}

// .video-container:after {
//     content: '';
//     display: block;
//     position: absolute;
//     left: 0;
//     height: 320px;
//     width: 100%;
//     background: rgba(104, 141, 93, 0.20);
//     top: 50%;
//     transform: translateY(-50%);
// }

.video {
    position: relative;
    margin-top: 40px;
    z-index: 5;
}

video {
    display: block;
}

.video .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.video span {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 75px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 37.5px;
    line-height: 75px;
    padding-left: 80px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 25px;
}

.video span:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/play.png);
    position: absolute;
    top: 7.5px;
    left: 7.5px;
}

.help-body {
    height: 574px;
    position: relative;
    padding-left: 180px;
}

.help-body .help-menu {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding: 10px 0;
    width: 180px;
    height: 100%;
    background: #333333;
    z-index: 20;
}

.help-body .help-video {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.help-body .help-video video {
    height: 100%;
    width: 100%;
}

.help-body ul li {
    margin: 10px 0;
    padding: 15px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.help-body ul li.active {
    background: #688D5D;
}

.language {
    height: 20px;
    width: 20px;
    display: block;
    background-image: url(../image/language.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.language-list {
    position: absolute;
    right: 205px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    border-radius: 5px;
    border-radius: 5px;
    top: 56px;
    transform: translateX(50%);
    padding: 10px 0;
}

.language-list li {
    cursor: pointer;
    text-align: center;
    padding: 12px 30px;
    color: #000000;
    font-size: 18px;
}

.language-list li.active {
    background: rgba(104, 141, 93, 0.20);
    color: #688D5D;
}

@media screen and (max-width: 950px) {
    .help-search-title {
        width: 100%;
    }

    .help-search-title h1 {
        text-align: center;
    }

}

.back-to-top {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: rgba(153, 153, 153, 0.50);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/top.png);
    position: fixed;
    bottom: 50px;
    right: 20px;
}

.pad-title-for-950 {
    display: none;
}

@media screen and (max-width:950px) {
    .help-search-container {
        height: auto;
        width: 100%;
        padding: 125px 10px 40px 10px;
    }

    .banner-text-1,
    .banner-text-2 {
        line-height: 25px !important;
        font-size: 20px !important;
    }

    .banner-button {
        height: 45px !important;
        width: 150px !important;
    }

    .video {
        margin-top: 0 !important;
    }

    .title {
        font-size: 26px !important;
    }

    .mobile h1,
    .mobile h3,
    .pad h1,
    .pad h3,
    .PC h1,
    .PC h3,
    .mobile-list span,
    .pad-list span,
    #title,
    .PC li {
        font-size: 16px;
    }

    .mobile {
        padding: 10px 0 !important;
    }

    .mobile-left {
        display: block !important;
    }

    .mobile-left-main {
        flex-shrink: 1;
        width: 100%;
    }

    .mobile .mobile-left:after {
        display: none !important;
    }

    .mobile-left-main h1 {
        color: #688D5D;
        text-align: center;
    }

    .mobile-left-main h1,
    .mobile-left-main h3 {
        width: 100%;
    }

    .mobile-left-main {
        padding: 10px;
    }

    .mobile-left img {
        float: left;
        width: 50%;
        margin: 0 !important;
        height: auto !important;
    }

    .mobile-left img.QR {
        margin-top: 50px !important;
    }

    .mobile-left-main h3 {
        padding: 0 10px;
        background: rgba(104, 141, 93, 0.20);
    }

    .mobile-left-main h1 {
        position: static !important;
    }

    .mobile-list {
        top: 0 !important;
        position: relative !important;
    }

    .mobile-list {
        padding: 20px 0 !important;
    }

    .mobile-list span {
        padding: 0 5px;
        word-break: break-all;
        text-align: center;
    }

    .pad>div {
        display: block;
    }

    .pad-left {
        padding: 0 10px;
        width: 100% !important;
    }

    .pad-left .pad-list {
        padding: 10px;
        background-color: rgba(104, 141, 93, 0.20);
        width: 100% !important;
        margin-top: 15px !important;
    }

    .pad {
        margin-top: 70px;
        background-color: transparent;
    }

    .pad-left .pad-list:after,
    .pad:after {
        display: none;
    }

    .pad-title-for-950 {
        text-align: center;
        padding: 10px;
        display: block;
    }

    .pad-title-for-big {
        display: none;
    }

    .pad-right-main-text {
        margin-top: 20px;
        padding: 10px;
    }

    .pad .QR {
        margin: 15px auto;
    }

    .PC {
        margin-top: 70px;
        padding: 10px;
    }

    .PC:after {
        display: none;
    }

    .PC-left-main .title {
        text-align: center;
        position: static;
    }

    .PC #PC {
        width: 100%;
        margin: 15px 0;
    }

    .PC>div {
        display: block;
    }

    .language-list {
        right: 180px;
        top: 86px;
    }

    .language-list-1 {
        right: 120px;
        top: 100px;
    }

    .footer {
        height: 80px;
    }

    .footer h1 {
        font-size: 18px;
    }

    .footer h2,
    .footer .text {
        font-size: 14px;
    }

    .footer .mail,
    .footer .phone {
        margin-top: 0;
        width: 15px;
        height: 15px;
    }

    .footer .phone-number {
        height: 11.5px;
    }

    .footer .mail-address {
        height: 15px;
    }
}