
.help_wrap {
    background: #fff;
}

.help_banner {
    width: 100%;
    background: #F3F4F8;
    position: relative;
}

.help_banner .help_banner_left {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 203px;
    z-index: 10;
}

.help_banner .help_banner_left h2 {
    font-size: 80px;
    color: #0C1B35;
    font-family: titleFont;
    line-height: 1.24;
    padding-top: 120px;
}

.help_banner .help_banner_left p {
    margin-top: 50px;
    font-size: 18px;
    color: #686C73;
    line-height: 1.5;
    max-width: 680px;
}

.help_banner .help_banner_bg {
    position: absolute;
    width: 746px;
    right: 12%;
    bottom: -34px;
    z-index: 8;
}

.help_banner .help_banner_bg img {
    width: 100%;
}

.help_main {
    width: 100%;
    background: #fff;
    padding-top: 10px;
}

.help_main ul > li {
    width: 100%;
    border-bottom: 1px solid #E1E5EB;
    overflow: hidden;

}

.help_main ul > li .center_con {
    overflow: hidden;
}

.help_main .help_title {
    width: 40%;
    float: left;
    padding-top: 84px;
    font-size: 36px;
    color: #0C1B35;
    font-weight: bold;
    line-height: 1.2;
    font-family: titleFont;
}

.help_main .help_title a {
    color: #0C1B35;
}

.help_main .help_info_right {
    width: 59%;
    float: right;
    padding-top: 68px;
    position: relative;
    padding-bottom: 54px;
}

.help_main ol > li {
    border-bottom: 1px solid #E1E5EB;
    font-size: 18px;
    color: #0C1B35;
    line-height: 1.5;
}

.help_main li:last-of-type {
    border: none;
}

.help_main ol > li a {
    display: block;
    color: #0C1B35;
    padding: 28px 123px 37px 0;
    background: url(../../images/us_qa/help_icon.png) no-repeat right 32px;
}

.help_main .ViewAll {
    position: absolute;
    left: 0;
    bottom: 34px;
    font-size: 0;
    line-height: 0; /*display: none; */
}

.help_main .ViewAll a {
    display: inline-block;
    font-size: 16px;
    color: #07245C;
    line-height: 1.2;
    background: url(../../images/us_qa/drop_right.svg) no-repeat right center;
    padding-right: 20px;
}

.help_wrap > .center_con {
    padding-bottom: 110px;
    padding-top: 70px;
    overflow: hidden;
}

.HelpCenterNav {
    float: left;
    width: 27.4%;
}

.HelpCenterNav li {
    font-size: 0;
    line-height: 0;
    margin-bottom: 28px;
}

.HelpCenterNav a {
    display: inline-block;
    font-size: 18px;
    color: #0C1B35;
    line-height: 1.2;
}

.HelpCenterNav a:hover, .HelpCenterNav li.active a {
    color: #07245C;
    text-decoration: underline;
}

.HelpCenterNav li:last-of-type {
    margin: 0;
}

.HelpCenterRightCon {
    width: 72%;
    float: right;
}

.HelpCenterRightCon > h3 {
    font-size: 18px;
    color: #0C1B35;
    line-height: 1.2;
    font-weight: 400;
}

.HelpCenterRightCon > h3 a {
    color: #0C1B35;
}

.HelpCenterRightCon > h3 a:hover {
    text-decoration: underline;
    color: #07245C;
}

.HelpCenterRightCon h2 {
    font-size: 36px;
    color: #0C1B35;
    line-height: 1.2;
    font-weight: bold;
    font-family: titleFont;
    margin-top: 17px;
}

.HelpCenterRightCon ul {
    margin-top: 31px;
}

.HelpCenterRightCon ul li {
    font-size: 0;
    line-height: 0;
    padding: 12px 0;
}

.HelpCenterRightCon ul li a {
    font-size: 18px;
    color: #5282F0;
    line-height: 1.4;
    display: inline-block;
}

.HelpCenterRightCon ul li:last-of-type {
    padding: 16px 0 0;
}

.HelpCenterRightCon p {
    font-size: 18px;
    color: #0C1B35;
    line-height: 1.4;
    margin-top: 30px;

}

.HelpCenterRightCon ol li {
    font-size: 18px;
    line-height: 1.4;
    color: #0C1B35;
    margin-top: 31px;
    padding-left: 20px;
    position: relative;
}

.HelpCenterRightCon ol li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #07245C;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 1380px) {
    .help_banner .help_banner_bg {
        width: 49%;
        right: 0;
    }

    .help_banner .help_banner_left {
        padding-bottom: 182px;
    }

    .help_banner .help_banner_left h2 {
        font-size: 66px; /*padding-top: 36px;*/
    }

    .help_banner .help_banner_left p {
        margin-top: 22px;
        font-size: 20px;
    }

}

@media screen and (max-width: 994px) {

    .help_banner_left {
        padding: 0 15px;
    }

    .help_banner .help_banner_left {
        padding-bottom: 28px;
    }

    .help_banner .help_banner_left h2 {
        font-size: 45px;
        padding-top: 38px;
    }

    .help_banner .help_banner_left p {
        font-size: 16px;
        margin-top: 24px;
    }

    .help_banner .help_banner_bg {
        position: static;
        width: 100%;
        right: 0;
    }

    .help_main .help_title, .help_main .help_info_right {
        float: none;
    }

    .help_main .help_title {
        width: 100%;
        padding: 54px 15px 26px;
        font-size: 24px;
    }

    .help_main .help_info_right {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .help_main ol > li a {
        background: url(../../images/us_qa/help_icon.png) no-repeat right 26px;
        background-size: 6px;
        padding: 18px 0;
    }

    .help_main .ViewAll {
        position: static;
        bottom: 0;
        padding-bottom: 20px;
    }

    .help_main ul > li {
        padding-bottom: 16px;
    }

    .help_main ol > li {
        font-size: 16px;
    }

    .help_main ul > li:first-of-type .help_title {
        padding: 40px 15px 28px;
    }

    .HelpCenterNav {
        display: none;
    }

    .help_wrap > .center_con {
        padding-top: 20px;
        padding-bottom: 88px;
    }

    .HelpCenterRightCon {
        width: 100%;
        box-sizing: border-box;

    }

    .HelpCenterRightCon h2 {
        font-size: 32px;
    }

    .HelpCenterRightCon h3 {
        font-size: 16px;
    }

    .HelpCenterRightCon ul li a {
        font-size: 16px;
    }

    .HelpCenterRightCon p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .HelpCenterRightCon ol li:before {
        top: 8px;
    }

    .HelpCenterRightCon ol li {
        margin-top: 20px;
        font-size: 16px;
    }
}

.detail-contain table {
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.detail-contain table td, .detail-contain table th {
    border: 1px solid #C2C6CC;
    font-size: 16px;
    padding: 13px 30px;
    line-height: 1.3;
    text-align: left;
    color: #686C73;
}

.detail-contain table td a {
    color: #686C73;
    text-decoration: underline;
}

@media screen and (max-width: 994px) {
    .detail-contain table td, .detail-contain table th {
        padding: 10px 10px;
        font-size: 14px;
    }
}