﻿.main .main-warp {
    background: url(../../Images/PC/gamelist/bg.png) no-repeat top center;
    background-size: 100%;
    padding-top: 16px;
}
.help-center {
    display: flex;
    justify-content: space-between;
    margin: 0 auto !important;
    width: 1200px;
}

.help-center .left {
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    width: 300px;
    height:100%;
}

    .help-center .left .tac img {
        height: 18px;
        margin: 0px 8px;
        width: 18px;
    }

.help-center .right {
    border-radius: 8px;
    width: calc(100% - 316px);
}

.help-center .right .header {
    background: #46B068;
    border-radius: 5px 5px 0 0;
    height: 50px;
    min-width: auto;
}

.help-center .right .header .text-header {
    color: #fff;
    font-family: PingFang SC-Regular,PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    margin-left: 20px
}

.help-center .right .header .text-header * {
    color: #fff;  
    font-size:16px;
}

.help-center .right .main {
    padding: 20px
}

.help-center .right .main .content_text {
    line-height: 34px !important
}

.help-center .right .main .mian-header {
    color: #000;
    font-family: PingFang SC-Bold,PingFang SC;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.help-center .right .main .option {
    flex-direction: column;
    margin-top: 35px
}

.help-center .right .main .option .text {
    color: #000;
    font-family: PingFang SC-Bold,PingFang SC;
    font-size: 12px;
    font-weight: 700;
    padding: 0 20px
}

.help-center .right .main .option .option-header {
    height: 36px;
    text-align: center
}

.help-center .right .main .option .line {
    border-top: 1px solid #f7f7f7;
    display: inline-block;
    vertical-align: 5px;
    width: 256px
}

.help-center .right .main .option .text-aaa {
    color: #000;
    font-family: PingFang SC-Bold,PingFang SC;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    text-align: center
}

.help-center .right .main .option .btns {
    text-align: center
}

.help-center .right .main .option .btns .el-button {
    background: linear-gradient(90deg,#6277fd,#828bfa);
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    height: 40px;
    opacity: 1
}

.help-center .right .main .option .btns .el-button img {
    height: 18px;
    width: 18px
}

.help-center .right .main .option .btns .right-btn {
    background: linear-gradient(90deg,#f13d5f,#f7423f)
}

.el-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    padding: 16px !important;
}

.el-submenu .el-menu {
    padding: 0px 0px 0px 26px !important;
}

.el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
    background-color: #fff
}

    .el-menu:after, .el-menu:before {
        content: "";
        display: table
    }

.el-breadcrumb__item:last-child .el-breadcrumb__separator, .el-menu--collapse > .el-menu-item .el-submenu__icon-arrow, .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
    display: none
}

.el-menu:after {
    clear: both
}

.el-menu.el-menu--horizontal {
    border-bottom: 1px solid #e6e6e6
}

.el-menu--horizontal {
    border-right: none
}
.el-submenu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.el-submenu__title {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .el-submenu__title a {
        display: inline-block;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 16px;
        color: rgb(0, 0, 0) !important;
        width: calc(100% - 48.5px);
        overflow: hidden;
    }


    .el-submenu__title * {
        vertical-align: middle
    }

    .el-submenu__title i {
        color: #909399
    }

    .el-submenu__title:focus, .el-submenu__title:hover {
        background-color: #ecf5ff;
        outline: 0
    }

    .el-submenu__title.is-disabled {
        background: 0 0 !important;
        cursor: not-allowed;
        opacity: .25
    }

    .el-submenu__title:hover {
        background-color: #ecf5ff !important;
    }

.el-submenu .el-menu {
    border: none
}

.el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    min-width: 200px;
    padding: 0 18px
}


.el-submenu.is-active .el-submenu__title {
    border-bottom-color: #409eff
}

.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.el-submenu.is-opened > .el-menu {
    height: max-content;
    display: block;
    transition: display 1s;
}
.el-submenu > .el-menu {
    height:0px;
    display: none;
    transition: display 1s;
}

.el-submenu.is-disabled .el-menu-item, .el-submenu.is-disabled .el-submenu__title {
    background: 0 0 !important;
    cursor: not-allowed;
    opacity: .25
}

.el-submenu [class^=el-icon-] {
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 24px
}
 .el-menu-item {
    background-color: #fff !important;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}
 .el-submenu__title {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select:none;
}

     .el-submenu__title .title-box {
        background-color: red;
        height: 20px;
        left: 0;
        position: absolute;
        top: 35%;
        width: 10px
    }



.el-submenu > .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.el-menu-item, .el-submenu__title {
    height: 56px;
    line-height: 56px;
    list-style: none
}



.el-submenu__icon-arrow {
    position: absolute !important;
    top: 25.5px;
    right: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7d7d7d;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}
.msgtitleprefix {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #53d192;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 14.5px !important;
}

.el-menu a.active {
    color: #46B068 !important;
}

.el-submenu .el-menu-items .el-menu-item a {
    display: block;
    font-size: 15px;
}
