body {
    margin: 0;
}

/* 头部 */
/* .header-head {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e4e5e6;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #ccc;
} */

/* .header {
    width: 84.507042rem;
    height: 5.07rem;
    display: flex;
    line-height: 5.07rem;
    margin: 0 auto;
} */

/* 帮助图片 */
.zhlx-help-img {
    height: 16.9rem;
}

.zhlx-help-img>img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 帮助详情 */
.zhlx-help-detail {
    padding-top: 2.82rem;
    width: 84.51rem;
    margin: 0 auto;
    /* height: 79.86rem !important; */
    /* background-color: #ccc; */
}

/* 侧边栏 */
.zhlx-help-detail .el-tabs--left .el-tabs__item.is-left {
    text-align: left;
}

.zhlx-help-detail .el-tabs__item .is-left .is-active {
    font-size: 1.13rem !important;
}

.el-tabs__item.is-active {
    background: linear-gradient(270deg, #E7F1FF 0%, rgba(231, 241, 255, 0) 100%) !important;
}

.zhlx-help-detail .el-tabs__item {
    width: 14.08rem;
    height: 3.94rem;
    line-height: 3.94rem;
    font-weight: 400 !important;
    background: rgba(216, 216, 216, 0);
}

.el-tabs--left .el-tabs__header.is-left {
    /* 消除间距 */
    margin-right: 0 !important;
}

.el-tabs__content {
    /* 左右分隔线 */
    border-left: 1px solid #ccc;
}

.zhlx-help-detail .zhlx-tabPane {
    padding: 0 3.66rem;
}

/* 列表项 */
.zhlx-help-detail .zhlx-tabPane-list>div {
    height: 6.2rem;
    background: #FFFFFF;
    border-bottom: 0.07rem solid #E4E5E6;
    /* box-sizing: border-box; */
    overflow: hidden;
    cursor: pointer;
}

.zhlx-help-detail .zhlx-tabPane-list>div>p:first-of-type {
    height: 1.41rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.41rem;
    margin-top: 1.48rem;
    margin-bottom: 0.56rem
}

.zhlx-help-detail .zhlx-tabPane-list>div>p:nth-of-type(2) {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.27rem;
    margin: 0;
}

/* 分页 */
.zhlx-help-detail .zhlx-tabPane-pagenation {
    margin-top: 2.82rem;
    margin-bottom: 2.82rem;
    /* width: 63.1rem; */
    height: 3.38rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

/* 行业分类 */
.zhlx-help-detail .zhlx-tabPane-classify {
    margin-bottom: 2.82rem;
}

.zhlx-help-detail .zhlx-tabPane-classify>div:first-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.zhlx-help-detail .zhlx-tabPane-classify>div:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.zhlx-help-detail .zhlx-tabPane-classify>div:first-of-type>div {
    width: calc((100% - 1.68rem) / 4);
    height: 5.07rem;
    background: #FFFFFF;
    /* display: flex;
    align-items: center; */
    border: 0.07rem solid #E4E5E6;
    box-sizing: border-box;
    cursor: pointer;
}

.zhlx-help-detail .zhlx-tabPane-classify>div:nth-of-type(2)>div {
    width: calc((100% - 1.68rem) / 4);
    height: 5.07rem;
    margin-right: 0.56rem;
    margin-top: 0.56rem;
    background: #FFFFFF;
    /* display: flex;
    align-items: center; */
    border: 0.07rem solid #E4E5E6;
    box-sizing: border-box;
    cursor: pointer;
}

.zhlx-help-detail .zhlx-tabPane-classify>div>div>a {
    width: 100%;
    height: 100%;
    /* display: block; */
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* 图标 */
.zhlx-help-detail .zhlx-tabPane-classify>div>div img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1.69rem;
}

.zhlx-help-detail .zhlx-tabPane-classify>div>div span {
    height: 1.55rem;
    font-size: 1.27rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.55rem;
    margin-left: 0.28rem;
}

/* 热门问题详情 */
.zhlx-help-detail .zhlx-tabPane-info {
    padding: 0 3.66rem;
    /* height: 100rem; */
    margin-bottom: 15.21rem;
    /* background-color: #ccc; */
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-top {
    height: 4.51rem;
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.07rem solid #E4E5E6;
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-top>span:first-child {
    height: 1.69rem;
    font-size: 1.41rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.69rem;
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-top>span:last-child {
    height: 1.69rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.69rem;
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-copywriting {
    margin-top: 1.69rem;
    /* background-color: yellow; */
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-copywriting>p {
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.69rem;
    margin: 0;
    margin-bottom: 1.69rem;
}

.zhlx-help-detail .zhlx-tabPane-info .zhlx-tabPane-copywriting>p:last-of-type {
    margin-bottom: 0;
}

/* 底部 */

/* 新版 */
.zlhx-footerNew {
    height: 29.86rem;
    background-color: #040D16;
}

.zlhx-footerNew>.zlhx-footer-info {
    width: 84.51rem;
    height: 100%;
    display: flex;
    padding-top: 3.49rem;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
}

.zlhx-footerNew>.zlhx-footer-info>div {
    /* width: calc((100% - 16.92rem) / 5); */
}

.zlhx-footerNew>.zlhx-footer-info>div>div:nth-of-type(1) {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.27rem;
    margin-bottom: 1.41rem;
}

.zlhx-footerNew>.zlhx-footer-info>div:not(:last-child)>p {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(1) {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(2) {
    height: 1.27rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(3) {
    height: 1.97rem;
    font-size: 1.55rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.97rem;
    margin: 0 0 1.2rem 0;
}

.zlhx-footerNew>.zlhx-footer-info .qrcode {
    width: 7.75rem;
    height: 7.75rem;
}

.zlhx-footerNew>.zlhx-footer-info .qrcode>img {
    width: 100%;
    height: 100%;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:last-of-type {
    width: 7.75rem;
    height: 1.13rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.13rem;
    margin-top: 0.92rem;
    text-align: center;
}

.zlhx-copyright {
    height: 4.51rem;
    background-color: #040D16;
}

.zlhx-copyright>.zlhx-copyright-info {
    width: 84.51rem;
    height: 100%;
    margin: 0 auto;
    border-top: 0.07rem solid #22282F;
    text-align: center;
    padding-top: 1.69rem;
    box-sizing: border-box;
}

.zlhx-copyright>.zlhx-copyright-info>span,.zlhx-copyright>.zlhx-copyright-info a{
    height: 1.13rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.13rem;
}
.zlhx-copyright>.zlhx-copyright-info a:hover{
    cursor: pointer;
}

.zlhx-copyright>.zlhx-copyright-info>span:nth-of-type(1) {
    margin-right: 1.13rem;
}