@charset "utf-8";
/* aboutMenu */
#Game-Menual .title {
    font-size: 20px;
    font-weight: 700;
    padding: 25px;
    border-bottom: 1px solid #eaeaea;
}
.left_side {
    margin: 0 auto;
    text-align: center;
    background: var(--about-contentBox-bg);
    border-radius: 12px;
}
#aboutMenu li a{
/*    color: var(--about-text-color);*/
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    justify-content: center;
}

.left_side #aboutMenu li:hover a,.left_side #aboutMenu li a.active {
    background: var(--about-li-selected);
    box-shadow: none;
    color: var(--about-li-seleted-text);
}
.left_side #aboutMenu li:first-child a.active,.left_side #aboutMenu li:first-child:hover a{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.left_side #aboutMenu li:last-child a.active,.left_side #aboutMenu li:last-child:hover a{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*about*/
.about-wrap .title{
    color: var(--about-text-color);
    text-align: center;
    font-family: HelveticaNeue;
    font-size: 35px;
    font-weight: 700;
    padding-top: 30px;
}
.ab_content{
    /* width: 900px; */
    width: 12rem;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.ab_title{
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    font-size: 0.18rem;
    border-bottom: 0.03rem solid var(--about-content-title);
    box-sizing: border-box;
    color: var(--about-content-title);
    width: fit-content;
    padding: 0 15px;
    z-index: 5;
    position: relative;
}
.content_wrap {
    width: 84%;
    min-height: 600px;
    float: right;
    color: var(--about-text-color);
}
.content_wrap #articles {
    border-radius: 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0.03rem 0.06rem 0px;
}
#articles .help-content{
    line-height: 26px;
    padding: .2rem .5rem .5rem;
    overflow: hidden;
    font-size: 14px;
    border-top:.01rem solid rgb(var(--about-border-line)/20%);
    transform: translateY(-0.015rem);
    width: 100%;
}
#articles .help-content pre{
    white-space: pre-line;
}
#articles .help-content h2 span,
#articles .help-content h2{
    font-size: 14px;
    color: #ffff00;
}
#direction.content_wrap ul.mtab-menual {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 8px;
    margin: 20px 0 20px 10px;
    flex-wrap: wrap;
}
#direction.content_wrap ul.mtab-menual li{
    display: block;
    line-height: 30px;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    background: #fff;
    color: #000;
    margin-right: 10px;
}
#direction.content_wrap ul.mtab-menual li.m_active,
#direction.content_wrap ul.mtab-menual li:hover{
    background: #26b2fe;
    color: #fff;
}
.ab_inactive{
    display: none;
}

.about-wrap .title_box 
{
    width: 12rem;
    margin: 0 auto;
    background: var(--about-titleBox-bg);
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.06);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.06);
    padding: 0.2rem;
    margin-top: 15px;
    border-radius: 0.08rem;
}

.about-wrap .title_box .title_wrap 
{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.about-wrap .title_box .title_wrap .title-line 
{
    width: 0.7433rem;
    height: 0.0867rem;
}

.about-wrap .title_box .title_wrap span.about-title 
{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--about-text-title);
    display: -webkit-box;
    font-size: .24rem;
    margin: -0.025rem 0.12rem 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.about-wrap .title_box .title_wrap .title-line.right-line 
{
    transform: rotate(180deg);
}

.about-wrap #Game-Menual 
{
    width:15%;
}