.help-new-container{
    width: 100%;
    height: 80px;
    min-width: 1200px;
    background-color: #2e60b4;
}
.help-new-header{
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.help-new-header ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.help-new-header ul li{
    list-style: none;
}
.help-new-header ul li a{
    text-decoration: none;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
}
.help-new-header ul li a:hover,.help-new-header ul li a.active{
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #fff; 
    text-decoration-thickness: 2px;
}
.help-new-header .active{
    color: #fff;
    font-weight: 600;
}
.help-new-header .header-right{
    display: flex;
    align-items: center;
    gap: 5px;
}
.help-new-header .header-right input{
    width: 300px;
    height: 40px;
    border: none;
    padding: 0 10px;
}
.help-new-header .header-right button{
    width: 100px;
    height: 40px;
    background: #fff;
    color: #2e60b4;
    border: none;
    cursor: pointer;
}
.help-new-content{
    min-width: 1200px;
    max-width: 1400px;
    margin: 20px auto;
    display: flex;
    gap: 20px;
}
.help-new-content-left{
    width: 330px;
    /* border: 1px solid #eee; */
    border-radius: 5px;
    /* min-height: 400px; */
}
.help-new-content-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    height: 60px;
    background-color: #E5E9ED;
    ;
    color: #555;
}
.help-new-content-title h3{
    font-size: 16px;
    font-weight: 600;
}
.help-new-content-title i{
    font-size: 20px;
}
.help-new-content-title-box{
    padding: 20px;
    border: 1px solid #eee;
    min-height: 300px;
    border-radius: 5px;
}

.help-new-content-title-box-item{
    display: none;
}
.help-new-content-title-box-item a{
    margin: 0;
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

.help-new-content-right{
    width: 100%;
}
.help-new-content-right-nav{
    line-height: 40px;
    color: #555;
    padding: 0 30px;
}
.help-new-content-right-content{
    margin: 30px ;
}
.help-new-content-right-content>h2{
    font-size: 40px;
    font-weight: 700;
}
.help-content-desc{
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.help-new-content-right-content2{
    margin-top: 20px;
    padding: 20px 0 !important;
}
.header-0{
    list-style: none;
    font-size: 14px;
    color: #888;
    line-height: 38px;
    min-width: 215px;
}

.mroe > div > i{
    float:right;
    font-size: 20px;
}
.mroe:hover{
    cursor: pointer;
}
.header-1{
    list-style: none;
    font-size: 14px;
    color: #888;
    line-height: 38px;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.header-1>li{
    padding-left: 20px;
}
.header-1.active{
    height: auto;
}
.hasicon:hover{
    transform: translateX(10px);
    transition: transform 0.3s ease-in-out;
}

.hasicon::before{
    content: '→';
    margin-right: 10px;
    font-size: 12px;
    color: #888;
}
.header-2{
    list-style: none;
    font-size: 14px;
    color: #888;
    line-height: 38px;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.header-2>li{
    padding-left: 40px;
}
.header-2.active{
    height: auto;
}
.help-new-content-title-box  .TagActive{
    color: rgb(2, 132, 239);
}


@media screen and (max-width: 768px) {
    .help-new-content-right{
        width: 90%;
        margin: 0 auto;
    }
    .help-new-content-right-content>h2{
        font-size: 26px;
    }
    .help-new-content-right-nav{
        line-height: unset;
    }
    .help-new-content-right-content{
        margin: 20px 0;
    }
}


.editormd-preview-container{
    width: unset !important;
    max-width: 1050px !important;
}