@font-face {
    font-family: DSDigital;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://qny-zhzy.mcjdzsw.top/pc/client/fonts/3d37dec.woff2) format("truetype")
}

@font-face {
    font-family: DINAlternate;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://qny-zhzy.mcjdzsw.top/pc/client/fonts/a6d42f2.woff2) format("truetype")
}

@font-face {
    font-family: DinProMedium;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://qny-zhzy.mcjdzsw.top/pc/client/fonts/90d4bd8.otf) format("truetype")
}

.help-container-yongli {
    overflow: hidden;
    background: #1a140f
}

.help-container-yongli .el-menu,
.help-container-yongli .el-menu:hover {
    background-color: transparent !important
}

.help-container-yongli .el-submenu__title {
    color: #fff
}

.help-container-yongli .el-menu-item,
.help-container-yongli .el-submenu__title:hover {
    background-color: transparent !important
}

.help-container-yongli .el-menu-item {
    color: #fff
}

.help-container-yongli .el-menu-item:hover {
    background-color: transparent !important
}

.help-container-yongli .el-menu-item.is-active {
    color: #ccac57
}

.help-container-yongli .help-center {
    overflow: hidden;
    margin: 50px auto;
    width: 1200px;
    display: flex
}

.help-container-yongli .help-left {
    width: 250px;
    background-position: top;
    background-repeat: no-repeat;
    padding-right: 30px
}

.help-container-yongli .help-left .web-menu {
    height: 70px;
    overflow: hidden;
    transition: .7s
}

.help-container-yongli .help-left .web-menu-active {
    height: auto
}

.help-container-yongli .help-left .web-menu-item {
    border: 2px solid #5c5855;
    height: 70px;
    margin-bottom: 10px;
    color: #b8a98b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer
}

.help-container-yongli .help-left .web-menu-item .iconfont {
    font-size: 40px;
    margin-right: 30px
}

.help-container-yongli .help-left .web-menu-item-active {
    border: 2px solid #fae9be;
    color: #fae9be
}

.help-container-yongli .help-right {
    box-sizing: border-box;
    padding: 50px;
    width: 950px;
    border: 2px solid #fae9be
}

.help-container-yongli .help-icon {
    padding: 50px;
    text-align: center
}

.text-enter-active,
.text-leave-active {
    transition: all .8s
}

.text-enter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(20px);
    opacity: 0
}

.text-enter-to {
    transform: translateY(0);
    opacity: 1
}

.text-leave-active {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(20px);
    opacity: 0
}

.el-menu-vertical-demo .helpicon {
    font-size: 0
}