* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.help-wrapper {
    /* height: 100%; */
    background-color: #fff;
    min-height: 390px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.help-wrapper .help-wrapper-header {
    background: url(/app/images/helpSupport/img/bgc.jpg) no-repeat;
    height: 267px;
    background-size: cover;
    position: relative;
}

.help-wrapper .help-wrapper-header .help-wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 751px;
    height: 139px;
    background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
    background-blend-mode: normal, normal;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -68px;
    z-index: 10;
}

.help-wrapper .help-wrapper-header .help-wrapper-title h2 {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 31px;
}

.help-wrapper .help-wrapper-header .help-wrapper-title h3 {
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    color: #ffffff;
}

.help-wrapper .help-content {
    background-color: #fff;
    width: 100%;
    padding: 18px;
    padding-top: 60px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.help-wrapper .help-content .help-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
}

.help-wrapper .help-content .help-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 14px;
}

.help-wrapper .help-content .help-content .left-nav img {
    margin-right: 11px;
}

.help-wrapper .help-content .help-content .left-nav .home-link {
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 6px;
}

.help-wrapper .help-content .help-content .left-nav .current-link {
    font-size: 14px;
    font-weight: normal;
    color: #1c1c1c;
    text-decoration: none;
    margin: 0 6px;
}

.help-wrapper .help-content .help-content .right-search {
    width: 348px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.help-wrapper .help-content .help-content .right-search::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(/app/images/helpSupport/img/search.png) no-repeat;
    background-size: cover;
}

.help-wrapper .help-content .help-content .right-search input[type="text"] {
    width: 348px;
    height: 43px;
    background-color: #ffffff;
    border: none;
    position: relative;
    outline: none;
    padding-left: 50px;
    box-sizing: border-box;
}

.help-wrapper .help-content .help-content .right-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    color: #ffffff;
    width: 52px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff8100;
    cursor: pointer;
}

.help-wrapper .help-content .help-ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px;
}

.help-wrapper .help-content .help-ul ul li {
    width: 219px;
    height: 70px;
    background-color: #165c99;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    padding-left: 24px;
    margin-right: 16px;
    box-sizing: border-box;
    line-height: 70px;
    cursor: pointer;
}

.help-wrapper .help-content .help-ul ul li.active {
    background-color: #ff8100;
}

.help-wrapper .help-content .help-ul ul li.active::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ff8100;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.help-wrapper .help-content .help-ul ul li::after {
    content: ">";
    position: absolute;
    transform: translateY(-50%) scaleY(1.4);
    right: 27px;
    top: 50%;
    font-size: 16px;
}

.help-wrapper .help-content .help-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-top: 50px;
}

.help-wrapper .help-content .help-main-content .help-main-content-left {
    width: 292px;
}

.help-wrapper .help-content .help-main-content .help-main-content-left ul li {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 16px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #141414;
    padding: 17px 0;
}

.help-wrapper .help-content .help-main-content .help-main-content-left ul li.active {
    color: #ff8100;
}

.help-wrapper .help-content .help-main-content .help-main-content-left ul li img {
    width: 19px;
    height: 21px;
    margin-right: 18px;
    vertical-align: middle;
}

.help-wrapper .help-content .help-main-content .help-main-content-left ul li span {
    float: right;
    transform: scale(1.2);
}

.help-wrapper .help-content .help-main-content .help-main-content-left ul li.active {
    color: #ff8100;
}

.help-wrapper .help-content .help-main-content .help-main-content-right {
    width: 831px;
    position: relative;
    min-height: 750px;
    padding-bottom: 30px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right select {
    display: none;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content {
    width: 100%;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content .help-main-content-right-ul-content-item {
    position: relative;
    display: none;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content .help-main-content-right-ul-content-item.active {
    display: block;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists {
    width: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul {
    position: relative;
    top: 32px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul::before {
    /* content: "";
  position: absolute;
  width: 4px;
  height: 522px;
  background-color: #dfdfdf;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 0; */
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li {
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 24px;
    background-color: #ff8100;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    margin-bottom: 86px;
    position: relative;
    z-index: 2;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 87px;
    background-color: #dfdfdf;
    left: 50%;
    top: 48px;
    transform: translateX(-50%);
    z-index: 0;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li:last-child:before {
    display: none;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content {
    width: 831px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul {
    position: relative;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li {
    width: 289px;
    height: 182px;
    background-color: #f2f2f2;
    position: absolute;
    padding: 24px 27px;
    box-sizing: border-box;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere1 {
    top: 33px;
    left: 81px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere1::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #f2f2f2;
    left: 100%;
    top: 10px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere2 {
    top: 100px;
    left: 460px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #f2f2f2;
    right: 100%;
    top: 79px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere3 {
    top: 270px;
    left: 81px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere3::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #f2f2f2;
    left: 100%;
    top: 48px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere4 {
    top: 331px;
    left: 461px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere4::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #f2f2f2;
    left: -19px;
    top: 116px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere5 {
    top: 495px;
    left: 81px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere5::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #f2f2f2;
    left: 100%;
    top: 94px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere6 {
    top: 591px;
    left: 460px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere6::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #f2f2f2;
    left: -19px;
    top: 128px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li h4 {
    font-size: 16px;
    font-weight: normal;
    color: #0a0a0a;
    position: relative;
    font-weight: bold;
    margin-bottom: 37px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li h4::before {
    width: 35px;
    height: 4px;
    background-color: #ff8100;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}

.help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li p {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #484848;
    margin-bottom: 9px;
    cursor: pointer;
}

.help-wrapper .help-content .help-main-content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-top: 50px;
    display: none;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left {
    width: 292px;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left ul li {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 16px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #141414;
    padding: 17px 0;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left ul li.active {
    color: #ff8100;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left ul li img {
    width: 19px;
    height: 21px;
    margin-right: 18px;
    vertical-align: middle;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left ul li span {
    float: right;
    transform: scale(1.2);
}

.help-wrapper .help-content .help-main-content2 .help-main-content-left ul li.active {
    color: #ff8100;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right {
    width: 831px;
    position: relative;
    /* height: 750px; */
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right select {
    display: none;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right ul.active {
    display: flex;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right ul {
    display: none;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;
    box-sizing: border-box;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right ul li {
    flex: 1;
    flex-basis: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    color: #484848;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right ul li img {
    width: 22px;
    height: 22px;
    margin-right: 14px;
    vertical-align: sub;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #000000;
    padding-bottom: 25px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h2 img {
    vertical-align: sub;
    margin-right: 12px;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h4 {
    margin-top: 46px;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: normal;
    color: #ff8100;
    font-weight: 500;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail pre {
    font-size: 16px;
    font-weight: normal;
    color: #828282;
    white-space: pre-line;
    line-height: 27px;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail p {
    padding: 17px 8px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #000000;
    /* margin: 23px 0; */
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail ul li {
    font-size: 16px;
    font-weight: normal;
    color: #828282;
    margin-bottom: 7px;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail ul li.active {
    color: #ff8100;
    font-weight: 600;
}

.help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail span {
    display: block;
    border-radius: 50px;
    margin-top: 11px;
    text-align: center;
    width: 304px;
    height: 37px;
    background-color: #ff8100;
    line-height: 37px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin-top: 29px;
}

.m-help-main-content-right-ul-content {
    display: none;
}

@media screen and (max-width:1199px) {
    .help-wrapper {
        height: auto;
        background-color: #fff;
        min-height: 13.9rem;
        width: 100%;
        max-width: 19.2rem;
        margin: 0 auto;
    }
    .help-wrapper .help-wrapper-header {
        background: url(/app/images/helpSupport/img/bgc.jpg) no-repeat;
        height: 2.67rem;
        background-size: cover;
        position: relative;
    }
    .help-wrapper .help-wrapper-header .help-wrapper-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        width: 7.51rem;
        height: 1.39rem;
        background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
        background-blend-mode: normal, normal;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        bottom: -0.68rem;
        z-index: 10;
        max-width: 4.3rem;
    }
    .help-wrapper .help-wrapper-header .help-wrapper-title h2 {
        font-size: 0.48rem;
        font-weight: normal;
        color: #ffffff;
        margin-right: 0.31rem;
    }
    .help-wrapper .help-wrapper-header .help-wrapper-title h3 {
        font-size: 0.24rem;
        font-weight: normal;
        font-weight: normal;
        color: #ffffff;
    }
    .help-wrapper .help-content {
        background-color: #fff;
        width: 100%;
        padding: 0.18rem;
        padding-top: 0.6rem;
        box-sizing: border-box;
        max-width: 12rem;
        margin: 0 auto;
        position: relative;
    }
    .help-wrapper .help-content .help-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        padding-bottom:.6rem;
    }
    .help-wrapper .help-content .help-content .left-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #8e8e8e;
        font-size: 0.2rem;
    }
    .help-wrapper .help-content .help-content .left-nav img {
        margin-right: 0.11rem;
    }
    .help-wrapper .help-content .help-content .left-nav .home-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #8e8e8e;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .question-detail{
        padding-top:.6rem;
    }
    .help-wrapper .help-content .help-content .left-nav .current-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #1c1c1c;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .help-wrapper .help-content .help-content .right-search {
        width: 3.48rem;
        height: 0.43rem;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        display: none;
    }
    .help-wrapper .help-content .help-content .right-search::after {
        content: "";
        position: absolute;
        left: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0.23rem;
        height: 0.23rem;
        background: url(/app/images/helpSupport/img/search.png) no-repeat;
        background-size: cover;
    }
    .help-wrapper .help-content .help-content .right-search input {
        width: 3.48rem;
        height: 0.43rem;
        background-color: #ffffff;
        border: none;
        position: relative;
        outline: none;
        padding-left: 0.5rem;
        box-sizing: border-box;
    }
    .help-wrapper .help-content .help-content .right-search span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.12rem;
        font-weight: normal;
        line-height: 0.1rem;
        color: #ffffff;
        width: 0.52rem;
        height: 0.45rem;
        line-height: 0.45rem;
        text-align: center;
        background-color: #ff8100;
        cursor: pointer;
    }
    .help-wrapper .help-content .help-ul ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
        margin-right: 0.22rem;
    }
    .help-wrapper .help-content .help-ul ul li {
        width: 2.19rem;
        height: 0.7rem;
        background-color: #165c99;
        font-size: 0.22rem;
        font-weight: normal;
        color: #ffffff;
        position: relative;
        padding-left: 0.24rem;
        margin-right: 0.22rem;
        box-sizing: border-box;
        line-height: 0.7rem;
        cursor: pointer;
    }
    .help-wrapper .help-content .help-ul ul li.active {
        background-color: #ff8100;
    }
    .help-wrapper .help-content .help-ul ul li.active::before {
        content: "";
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top: 0.1rem solid #ff8100;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .help-wrapper .help-content .help-ul ul li::after {
        content: ">";
        position: absolute;
        transform: translateY(-50%) scaleY(1.4);
        right: 0.27rem;
        top: 50%;
        font-size: 0.22rem;
    }
    .help-wrapper .help-content .help-main-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        margin-top: 0.5rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left {
        width: 2.92rem;
        display: none;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left ul li {
        cursor: pointer;
        width: 100%;
        border-bottom: 0.01rem solid #cccccc;
        height: 0.22rem;
        font-family: SourceHanSansCN-Regular;
        font-size: 0.22rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.24rem;
        letter-spacing: 0.01rem;
        color: #141414;
        padding: 0.17rem 0;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left ul li.active {
        color: #ff8100;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left ul li img {
        width: 0.19rem;
        height: 0.21rem;
        margin-right: 0.18rem;
        vertical-align: middle;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left ul li span {
        float: right;
        transform: scale(1.2);
    }
    .help-wrapper .help-content .help-main-content .help-main-content-left ul li.active {
        color: #ff8100;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right {
        width: 100%;
        position: relative;
        min-height: 7.5rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right select {
        height: 0.42rem;
        display: block;
        margin-left: auto;
        width: 2.08rem;
        outline: none;
        border: 1px solid #ccc;
        color: #656565;
        font-size:.22rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content {
        width: 100%;
        display: none;
    }
    .m-help-main-content-right-ul-content {
        display: block;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item {
        display: none;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item.active {
        display: block;
    }
    .quetsion-lists{
        padding-top:.6rem;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li {
        display: flex;
        justify-content: space-between;
        margin-top: 0.34rem;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li .left-p {
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 50%;
        background-color: #ff8100;
        text-align: center;
        line-height: 0.48rem;
        color: #fff;
        margin-top: 9px;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li .right-p {
        position: relative;
        width: 5.18rem;
        height: 2.16rem;
        background-color: #f2f2f2;
        padding: 0.22rem 0.26rem;
        box-sizing: border-box;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li .right-p::before {
        content: '';
        width: 0;
        height: 0;
        border: 0.15rem solid transparent;
        border-right: 0.15rem solid #f2f2f2;
        position: absolute;
        left: -17px;

    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li p a {
        text-decoration: underline;
        font-size: 0.22rem;
        font-weight: normal;
        color: #484848;
        padding-bottom: 5px;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li .right-p h4 {
        font-size: 0.26rem;
        font-weight: bold;
        color: #0a0a0a;
        position: relative;
        margin-bottom: 0.3rem;
    }
    .m-help-main-content-right-ul-content .m-help-main-content-right-ul-content-item li .right-p h4::before {
        content: '';
        height:0.05rem;
        width:0.43rem;
        background-color: #ff8100;
        left: 0;
        top: 0.5rem;
        position: absolute;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content .help-main-content-right-ul-content-item {
        position: relative;
        display: none;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .help-main-content-right-ul-content .help-main-content-right-ul-content-item.active {
        display: block;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists {
        width: 0.48rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul {
        position: relative;
        top: 0.32rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li::before {
        content: "";
        position: absolute;
        width: 4px;
        background-color: #dfdfdf;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
        z-index: 0;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li {
        color: #fff;
        width: 0.48rem;
        height: 0.48rem;
        font-size: 0.24rem;
        background-color: #ff8100;
        text-align: center;
        line-height: 0.48rem;
        border-radius: 50%;
        margin-bottom: 0.86rem;
        position: relative;
        z-index: 2;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists ul li:last-child::before {
        display: none;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content {
        width: 8.31rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul {
        position: relative;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li {
        width: 2.29rem;
        height: 1.82rem;
        background-color: #f2f2f2;
        position: absolute;
        padding: 0.24rem 0.27rem;
        box-sizing: border-box;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere1 {
        top: 0.33rem;
        left: 1.41rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere1::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left: 0.1rem solid #f2f2f2;
        left: 100%;
        top: 0.1rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere2 {
        top: 2.7rem;
        left: 1.41rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere2::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right: 10px solid #f2f2f2;
        right: 100%;
        top: 77px;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere3 {
        top: 4.95rem;
        left: 1.41rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere3::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left: 0.1rem solid #f2f2f2;
        left: 100%;
        top: 0.8rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere4 {
        top: 1rem;
        left: 4.6rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere4::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right: 0.1rem solid #f2f2f2;
        left: -0.19rem;
        top: 0.78rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere5 {
        top: 3.31rem;
        left: 4.61rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li.squere5::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right: 0.1rem solid #f2f2f2;
        left: -0.2rem;
        top: 1.23rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li h4 {
        font-size: 0.22rem;
        font-weight: normal;
        color: #0a0a0a;
        position: relative;
        font-weight: bold;
        margin-bottom: 0.37rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li h4::before {
        width: 0.35rem;
        height: 0.04rem;
        background-color: #ff8100;
        content: "";
        position: absolute;
        left: 0;
        top: 0.35rem;
    }
    .help-wrapper .help-content .help-main-content .help-main-content-right .circle-lists-content ul li p {
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.13rem;
        color: #484848;
        margin-bottom: 0.23rem;
        cursor: pointer;
    }
    .help-wrapper .help-content .help-main-content2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        margin-top: 0.5rem;
        display: none;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left {
        width: 2.92rem;
        display: none;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left ul li {
        cursor: pointer;
        width: 100%;
        border-bottom: 0.01rem solid #cccccc;
        height: 0.22rem;
        font-family: SourceHanSansCN-Regular;
        font-size: 0.22rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.24rem;
        letter-spacing: 0.01rem;
        color: #141414;
        padding: 0.17rem 0;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left ul li.active {
        color: #ff8100;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left ul li img {
        width: 0.19rem;
        height: 0.21rem;
        margin-right: 0.18rem;
        vertical-align: middle;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left ul li span {
        float: right;
        transform: scale(1.2);
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-left ul li.active {
        color: #ff8100;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right {
        width: 100%;
        position: relative;
        height: auto;
    }
    /* .help-wrapper .help-content .help-main-content2 .help-main-content-right * {
        width: 100% !important;
        max-width: 100%;
    } */
    .help-wrapper .help-content .help-main-content2 .help-main-content-right select {
        height: 0.42rem;
        display: block;
        margin-left: auto;
        width: 2.08rem !important;
        outline: none;
        border: 1px solid #ccc;
        color: #656565;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right ul.active {
        display: flex;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right ul {
        display: none;
        justify-content: space-between;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 0.3rem;
        box-sizing: border-box;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right ul li {
        flex: 1;
        flex-basis: 100%;
        cursor: pointer;
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.6rem;
        color: #484848;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right ul li img {
        width: 0.22rem;
        height: 0.22rem;
        margin-right: 0.14rem;
        vertical-align: sub;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h2 {
        font-size: 0.26rem;
        font-weight: normal;
        line-height: 0.48rem;
        color: #000000;
        padding-bottom: 0.25rem;
        margin-bottom: 0.32rem;
        border-bottom: 0.01rem solid #ccc;
        text-align: center;
        font-weight: bold;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h2 img {
        vertical-align: sub;
        margin-right: 0.12rem;
        width: auto !important;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h3 {
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.48rem;
        letter-spacing: 0rem;
        color: #000000;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail h4 {
        margin-top: 0.46rem;
        margin-bottom: 0.11rem;
        font-size: 0.22rem;
        font-weight: normal;
        color: #ff8100;
        font-weight: 500;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail pre {
        font-size: 0.22rem;
        font-weight: normal;
        color: #828282;
        white-space: pre-line;
        line-height: 0.45rem;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail img {
        width: 100%;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail p {
        padding: 0.17rem 0.3rem;
        box-sizing: border-box;
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.45rem;
        letter-spacing: 0rem;
        color: #000000;
        background-color: #f2f2f2;
        /* margin: 0.23rem 0; */
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail ul li {
        font-size: 0.22rem;
        font-weight: normal;
        color: #828282;
        margin-bottom: 0.07rem;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail ul li.active {
        color: #ff8100;
        font-weight: 600;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail span {
        display: block;
        border-radius: 0.5rem;
        margin-top: 0.11rem;
        text-align: center;
        width: 3.04rem;
        height: 0.37rem;
        background-color: #ff8100;
        line-height: 0.37rem;
        cursor: pointer;
        font-size: 0.22rem;
        color: #fff;
        margin-top: 0.29rem;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail table span {
        width: auto;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail table {
        width: 100%;
    }
    .help-wrapper .help-content .help-main-content2 .help-main-content-right .question-detail>div {
        width: 100% !important;
    }
}


/*# sourceMappingURL=helpSupport.css.map */