.help-banner {
    height: 280px;
    background: url("../../../img/helpbg.webp") no-repeat;
    background-size: cover;
}

.contentpage {
    min-height: 100vh;
}

.help-banner .help-banner-info {
}

.help-banner-info-top {
    width: 330px;
    height: 60px;
    margin: 4% auto 0;
}

.help-banner-info-top p {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}

.help-banner-info-bottom {
    height: 280px;
    width: 90%;
    transform: translate(0, 16%);
    display: flex;
    margin: 0 auto;
}

.help-banner-info-bottom div {
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 7px 9px 0px rgba(219, 221, 221, 0.5);
    height: 260px;
}

.help-banner-info-bottom div:hover {
    background: #fafafa;
}

.help-banner-info-bottom div a {
    width: 100%;
    display: block;
    margin-top: 25px;
}

.help-banner-info-bottom div:nth-child(2) {
    margin-left: 8%;
    margin-right: 8%;
}

.help-banner-info-bottom div a img {
    margin: 40px auto 0;
}

.help-banner-info-bottom div a p:nth-child(2) {
    width: 200px;
    height: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 30px auto 0;
    text-align: center;
}

.help-banner-info-bottom div a p:nth-child(3) {
    width: 224px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin: 30px auto 0;
    overflow: hidden;
}

.xsrm {
    margin-top: 10%;
}

.xsrm-content {
    width: 90%;
    margin: 0 auto;
}

.hot-p {
    width: 190px;
    height: 60px;
    font-size: 40px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 20px auto 0;
}

.hot-div {
    width: 90%;
    margin: 45px auto 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
}

.hot-div p {
    width: 35%;
    height: 20px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-div p a {
    color: #333333;
    font-weight: 500;
}

.help-img {
    width: 70px;
}

.hot-div p:nth-child(2n+1) {
    margin-right: 28%;
}

.hot-div p:hover * {
    color: #00D29D;
}

.hot-div p:hover > span {
    background: #00D29D;
}

.hot-div p a {
    padding-left: 10px;
}

.hot-div p a:focus {
    color: #333333;
}

.hot-div p span {
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    display: inline-block;
}

.helpContent {
    width: 100%;
}

.helpCenter {
    width: 1000px;
    margin: 0 auto;
}

.helpCenter-bread {
    margin-top: 10px;
}

.helpCenter-bread a {
    display: inline;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
}

.helpCenter-bread a:nth-child(1) {
    color: #999999;
}

.helpCenter-bread a:nth-child(2) {
    color: #00D29D;
}

.helpCenter-container {
    min-height: 100vh;
    width: 100%;
}

.helpCenter-container-title {
    width: 160px;
    height: 55px;
    font-size: 30px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 50px auto 0;
    text-align: center;
}

.helpCenter-container-problem-div {
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-flow: wrap;
    margin-top: 5%;
}

.helpCenter-container-problem-title {
    width: 130px;
    height: 45px;
    font-size: 26px;
    font-weight: 500;
    color: #4D4D4D;
}

.helpCenter-container-problem-div p {
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.helpCenter-container-problem-div p span {
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
    display: inline-block;
}

.helpCenter-container-problem-div a {
    padding-left: 10px;
    color: #333333;
}

.helpCenter-container-problem-div p:nth-child(2n+1) {
    margin-right: 18%;
    margin-left: 2%;
}

.helpCenter-container-problem {
    width: 100%;
    margin: 6% auto 0;
}

.helpCenter-container-problem-div p:hover * {
    color: #00D29D;
}

.helpCenter-container-problem-div p:hover > span {
    background: #00D29D;
}

.help-line {
    height: 1px;
    width: 100%;
    border-top: 1px solid #E6E6E6;
}

.helpContent-bread {
    margin-top: 30px;
}

.helpContent-bread a {
    display: inline;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
}

.helpContent-bread a:nth-child(1) {
    color: #999999;
}

.helpContent-bread a:nth-child(2) {
    color: #00D29D;
}

.helpContent-bread a:nth-child(3) {
    color: #00D29D;
}

.helpContent {
    min-height: 650px;
}

@media screen and (min-width: 661px) and (max-width: 1024px) {
    .helpCenter {
        width: 100%;
    }

    .helpCenter-container-problem-div p:nth-child(2n+1) {
        margin-left: 2%;
        margin-right: 10%;
    }

    .helpCenter-container-title {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .xsrm {
        margin-top: 23%;
    }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
    .xsrm {
        margin-top: 23%;
    }

    .help-banner-info {
        width: 100%;
    }

    .help-banner-info-bottom {
        height: 260px;
        width: 95%;
    }

    .help-banner-info-bottom div {
        height: 260px;
    }

    .help-banner-info-bottom div a {
        height: 260px;
    }

    .help-banner-info-bottom div a img {
        margin: 20px auto 0;
    }

    .help-banner-info-bottom div a p:nth-child(2) {
        width: 100%;
        font-size: 18px;
    }

    .help-banner-info-bottom div a p:nth-child(3) {
        width: 100%;
        font-size: 16px;
        height: 27px;
    }

    .help-banner-info-bottom div:nth-child(2) {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 600px) {
    .help-banner-info-top {
        width: 100%;
        margin: 0 auto;
    }

    .help-banner-info-top p {
        width: 100%;
        font-size: 26px;
        text-align: center;
        margin-top: 5%;
        padding-top: 15px;
    }

    .help-banner-info-bottom {
        display: block;
        transform: translate(0, 0);
        height: 260px;
    }

    .help-banner-info-bottom div {
        width: 100%;
        height: 200px;
    }

    .help-banner-info-bottom div a {
        height: 200px;
    }

    .help-banner {
        height: 800px;
    }

    .help-banner-info-bottom div:nth-child(2) {
        margin: 0 auto;
    }

    .hot-p {
        font-size: 26px;
        height: 50px;
        width: 120px;
    }

    .hot-div {
        margin: 30px auto 0;
        display: block;
    }

    .hot-div p {
        font-size: 14px;
        width: 100%;
    }

    .hot-div p a {
        padding-left: 10px;
    }

    .help-banner-info-bottom div a img {
        margin: 0 auto;
        padding-top: 21px;
    }

    .helpCenter-container-title {
        font-size: 26px;
    }

    .helpCenter-container-problem-title {
        font-size: 20px;
    }

    .helpCenter-container-problem-div p {
        font-size: 16px;
    }

    .help-title {
        font-size: 18px !important;
    }

    .help-banner-info-bottom div a p:nth-child(2) {
        margin: 15px auto 0;
    }

    .help-banner-info-bottom div a p:nth-child(3) {
        margin: 20px auto 0;
    }
}

@media (max-width: 660px) {
    .helpCenter {
        width: 100%;
    }

    .helpCenter-container-problem-div p:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 3%;
    }

    .helpCenter-container-title {
        width: 100%;
        text-align: center;
    }

    .helpCenter-container-problem-div p span {
        display: none;
    }

    .helpContent-bottom-right {
        display: none;
    }

    .about-content img {
        width: 100% !important;
        height: initial !important;
    }
}

.help-title {
    padding: 50px 0px 10px 20px;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #4D4D4D;
}

@media (min-width: 700px) {
    .helpContent-bottom {
        width: 100%;
        min-height: 650px;
        display: flex;
    }

    .helpContent-bottom-left {
        width: 60%;
        margin-right: 10%;
    }

    .helpContent-bottom-right {
        width: 30%;
    }

    .helpContent-bottom-right-title {
        width: 120px;
        height: 27px;
        font-size: 28px;
        font-weight: 500;
        color: #4D4D4D;
        margin: 50px 0 50px;
    }

    .helpContent-bottom-right-content p {
        width: 263px;
        height: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .helpContent-bottom-right-content p a:hover {
        color: #00D29D;
    }

    .helpContent-bottom-right-content p a {
        font-size: 16px;
        font-weight: 300;
        color: #333333;
        line-height: 30px;
    }

    .about-content img {
        width: 100% !important;
        height: initial !important;
    }
}