.nav-wrap.nav-bg, .nav-wrap:hover {
    background-color: #FFF !important;
}
.help_wrapper .nav-wrap {
    background-color: #FFF !important;
}
.help_wrapper .help_banner {
    height:217px;
    background: #0D122C;
    margin-top: 68px;
}
.dz_left {
    position: absolute;
    width: 136px;
    height: 116px;
    left: 5px;
    bottom: 0;
}
.dz_right {
    position: absolute;
    width: 136px;
    height: 137px;
    right: 5px;
    bottom: 0;
}
.banner_text_main {
    padding: 40px 0px;
    display: flex;
    width: 880px;
    height: 217px;
    margin: 0 auto;
    flex-direction: column;
}
.help_banner_tit {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 49px;
    font-weight: 700;
}
.help_banner_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255,255,255,0.85);
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
}
.help_container {
    display: flex;
    justify-content: space-between; /* 左右列靠边 */
    height: auto;
}
.l_aside {
    /* position: fixed;
    top: 285px;
    left: 0; */
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 68px; /* 达到这个偏移量后元素会固定 */
    order: 1;
    padding: 40px 20px;
    width: 280px;
    height: 100vh;
    background: #F9F9FA;
    box-shadow: 1px 0px 0px 0px rgba(235,235,235,1);
    flex-shrink: 0;
}
.l_aside li {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 4px;
}
.l_aside li.on {
    background: #EDF3FF;
    border-radius: 8px;
}
.l_aside li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 16px;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    font-weight: 500;
}
.l_aside li:hover a {
    color: #005BFF;
}
.l_aside li.on a {
    color: #005BFF;
    font-weight: 700;
}

#r_aside {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    right: 0;
    order: 3;
    width: 280px;
    height: 100vh;
    flex-shrink: 0;
}
.help_content {
    order: 2;
    flex: 1; /* 中间列自适应 */
    padding: 40px 80px;
}
.help_content img {
    max-width: calc(100vw - 720px);
    height: auto;
}
.help_content table {
    width: calc(100vw - 720px) !important;
    height: auto;
}
.help_content div {
    width: calc(100vw - 720px);
    height: auto;
}
.help_content table th {
    width: auto !important;
}
.help_content table td {
    width: auto !important;
}
.help_content table div {
    width: auto !important;
}
.help_content table img {
    width: 100% !important;
}
.help_content div.ace-line {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    white-space: normal !important;
}
.help_content, .help_content p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #454545;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    word-break: break-word;
}
.help_content h1 {
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    line-height: 39px;
    color: #151516;
    font-weight: 600;
}
.help_content h2 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 24px;
}
.help_content h3 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}
.help_content h4 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}
.help_content h5 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}
.help_content h6 {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}
.help_content ul {
    margin-bottom: 20px;
}
.help_content ul li {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #454545;
    line-height: 26px;
    font-weight: 600;
    padding-left: 17px;
    position: relative;
}
.help_content ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #005BFF;
    position: absolute;
    left: 0;
    top: 10px;
}
.pass_pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.30);
    z-index: 100;
    display: none;
    -webkit-overflow-scrolling: touch;
	contain: layout style paint;
    overscroll-behavior: contain;
}
.pass_pop_main {
    width: 560px;
    height: 280px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 53, 148, 0.15);
    border-radius: 20px;
    padding: 0 32px;
}
.pass_pop_tit {
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #151516;
    font-weight: 600;
    text-align: center;
    padding: 48px 0px 20px;
}
.pass_pop_input {
    width: 100%;
    height: auto;
    position: relative;
}
.pass_pop_input input {
    background: #FFFFFF;
    border: 1px solid rgba(225, 225, 226, 1);
    border-radius: 8px;
    padding: 0px 120px 0px 16px;
    height: 48px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
    width: 100%;
}
.pass_pop_input input:focus {
    background: #FFFFFF;
    border: 1px solid rgba(0,91,255,1);
    border-radius: 6px;
}
.pass_pop_input input::placeholder {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #C8C8C8;
    font-weight: 500;
}
.pass_btn {
    width: 108px;
    height: 40px;
    background: #005BFF;
    border-radius: 8px;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.pass_pop_desc {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #787878;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin-top: 32px;
}
.pass_pop_desc a {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #064CB3;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
}
.phint {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #FF3939;
    font-weight: 500;
    display: none;
}
.blog_mid {
    display: none;
}

@media screen and (max-width: 769px) {
    .help_wrapper .banner {
        height: auto !important;
        padding: 30px 0px;
    }
    .banner_text_main {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .help_banner_tit {
        font-family: Montserrat-SemiBold;
        font-size: 32px;
        line-height: 39px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 600;
    }
    .help_banner_desc {
        margin-top: 24px;
        text-align: center;
        padding: 0px 5px;
    }
    .l_aside {
        display: none;
    }
    #r_aside {
        display: none;
    }
    .help_content {
        padding: 24px 16px;
    }
    .help_content img {
        width: calc(100vw - 32px);
        height: auto;
    }
    .help_content div {
        width: calc(100vw - 32px);
        height: auto;
    }

    .blog_mid {
        display: block;
        width: 100%;
        padding: 0 16px;
        position: relative;
        margin-top: 20px;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 68px; /* 达到这个偏移量后元素会固定 */
        z-index: 10;
    }
    .blog_mid .input input {
        background: #FFFFFF;
        border: 1px solid rgba(225, 225, 226, 1);
        border-radius: 8px;
        padding: 0px 10px;
        height: 40px;
        font-family: Montserrat-SemiBold;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 40px;
        width: 100%;
    }
    .blog_mid .blog_input_select{
        position: absolute;
        top:41px;
        border-radius: 6px;
        left:16px;
        width: calc(100% - 32px);
        background-color: #Fff;
        z-index: 2;
        display: none;
        border:1px solid #d2d2d2;
        max-height: calc(50vh - 140px);
        overflow-y: auto!important;
    }
    .blog_mid .blog_input_select ul {
        padding: 8px 0px;
    }
    .blog_input_select li{
        font-family: Montserrat-Medium;
        font-size: 14px;
        line-height: 18px;
        color: #282828;
        font-weight: 500;
        height: 28px;
        line-height: 28px;
        transition: all 0.2s;
        cursor: pointer;
        padding-left:12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog_input_select li.active{
        background-color: rgba(0,91,255);
        color:#fff;
    }
    .blog_input_select li:not(.active):hover{
        background-color: rgba(0,91,255,0.10);
    }
    .blog_mid .blog_select_icon{
        position: absolute;
        right:24px;
        top:50%;
        width: 20px;
        height: auto;
        opacity: 0.4;
        cursor: pointer;
        transition: all 0.3s;
        transform: translateY(-50%);
    }
    .blog_select_icon.blog_select_icon_rotate{
        transform: rotate(180deg);
        top: 11px;
    }
    .blog_input_select::-webkit-scrollbar {
        width: 10px !important;
    }
    
    .blog_input_select::-webkit-scrollbar-thumb {
        border-radius: 10px;
        border-style: dashed;
        border-color: transparent;
        border-width: 3px;
        background-clip: padding-box;
        background-color: rgba(157, 165, 183, 0.5);
    }
    .pass_pop_main {
        width: 98%;
        height: auto;
        padding-bottom: 30px;
    }
    .dz_left {
        display: none;
    }
    .dz_right {
        display: none;
    }
}

