* {
    margin: 0;
    padding: 0;
}

li,
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

a:hover,
a:link {
    text-decoration: none;
}

.nav-text {
    margin-left: 10px;
}

.sider-bar {
    float: left;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    margin: 0 30px;
}

.sider-bar ul {
    width: 100%;
    float: left;
}

.sider-bar ul li {
    width: 100%;
    float: left;
    font-size: 14px;
}

.sider-bar ul li a {
    padding: 21px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #002f35;
}

.sider-bar ul li.home_btn {
    background: #282d2d;
    text-align: center;
}

.sider-bar ul li.home_btn:hover {
    color: #00969a;
}

.sider-bar ul li a:hover {
    color: #00969a;
}

.sider-bar ul li .nav_icon {
    font-size: 18px;
    margin: 0 5px;
}

.small-bar {
    width: 50px;
}

.small-bar li {
    text-align: center;
}

.small-bar li a {
    display: block;
    text-align: center;
}

.small-bar li span {
    display: none;
}

.small-bar ul li .nav_icon {
    font-size: 24px;
    margin: 0;
}

ul.drop-list {
    display: none;
    margin-left: 30px;
    width: 190px;
}

ul.drop-list li a {
    color: #002f35;
    font-size: 13px;
    font-weight: inherit;
    padding: 5px 0 20px;
}

.fa-angle-right {
    float: right;
}

body,
html {
    height: 100%;
}

.sider-item {
    border-bottom: 1px solid #e9f1f2;
}

.about-baner-img {
    width: 100%;
    height: 580px;
    background: url(../images/about/banner-about.png) no-repeat top center/1920px 580px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.about-baner-img-hide {
    display: none;
}

.about-baner-img img {
    width: 100%;
    height: 100%;
    display: none;
}

.help-img-wrapper {
    width: 100%;
}

.help-img-wrapper img,
.help-content p img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.help-content {
    padding-bottom: 40px;
    background-color: #fff;
}

.about-text,
.help-content center {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.help-content center {
    text-align: center;
}

.about-text .about-text-fir:not(:last-child),
.help-content p:not(:last-of-type),
.help-content center:not(:last-of-type) {
    margin-bottom: 20px;
}

.about-text .about-text-fir:not(:first-child),
.help-content p:not(:first-of-type),
.help-content center {
    margin-top: 20px;
}

body {
    background-color: #f1f9fa;
}

.web-help-mybody {
    margin-top: 80px;
    margin-bottom: 85px;
}
@media screen  and (min-width:1025px) and (max-width:1440px) {
    .web-help-mybody {
        margin-top: 60px;
    }
}

.left {
    float: left;
    width: 280px;
    background-color: #fff;
    border: 1px solid #e7eff0;
    box-shadow: 0px 3px 5px #e9f1f2;
    padding: 10px 0 62px 0;
}

.right {
    width: 880px;
    float: right;
    padding: 30px;
    background: #fff;
    border: 1px solid #e7eff0;
    box-shadow: 0px 3px 5px #e9f1f2;
}

.clear-flot {
    clear: both;
}

.help-content-title,
.help-content h2 {
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #00969a;
    padding: 6px 0 20px 0;
}

.tabs {
    width: 100%;
}

.tabs .tabs-title ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 20px 0 5px;
}

.tabs .tabs-title ul::-webkit-scrollbar {
    display: none;
}

.tabs .tabs-title ul li {
    padding: 20px 0;
    padding-left: 20px;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.tabs .tabs-title ul li.orange {
   color: #00969a;
}
.menu-hover{
    left: 0 !important;
    width: 100% !important;
}
.header-mobile,.header{
    width: 100%  !important;
}

p{
    line-height: 1.5;
}
.footer,.footer-mobile,.header-mobile-list{
    width: 100% !important;
}

.tabs-text {
    border-bottom: 1px solid #f0f0f0;
    font-size: 1%;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 20px;
}

.tabs-text::-webkit-scrollbar {
    display: none;
}

.text {
    width: 100%;
    display: none;
}

.show {
    display: block;
}

.text-link {
    color: #666;
    margin-right: 15px;
    font-size: 11px;
}

.help-tabs {
    position: fixed;
    top: 50px;
    background: #fff;
    width: 100%;
    display: none;
}

.tabs .tabs-title ul {
    border-bottom: 1px solid #f0f0f0;
}

.drop-open {
    display: inline;
}

.drop-close {
    display: none;
}

@media screen and (max-width: 767px) {
    .help-siderbar {
        display: none;
    }
    .help-tabs {
        display: block;
    }
    .web-help-right {
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .web-help-mybody {
        margin-bottom: 0;
    }
    .help-content-title,
    .help-content h2 {
        font-size: 22px;
        padding: 30px 0 10px;
    }
    .help-content p,
    .help-content center {
        padding: 0 23px;
        line-height: 28px;
    }
    .help-content h2 {
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
        padding: 40px 0 10px 0;
    }
    .help-content p {
        padding: 0 19px 0 26px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
    }
}

.icon-open {
    background: url("../images/help/add.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    background-size: cover;
}

.icon-close {
    background: url("../images/help/sub.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    background-size: cover;
}

.menu-hover{
    left: 0 !important;
    width: 100% !important;
}
.header-mobile{
    width: 100%;
}

p{
    line-height: 1.5;
}
.footer,.footer-mobile{
    width: 100%;
}
/* @media screen and (max-width: 640px) {
  
} */