/*support 新模板样式*/
/**
 手机端
 */
 @media only screen and (max-width: 992px) {
    .Left-sidebar {
        display: none;
        border-bottom: 1px solid #d1d1d1;
    }

    .rightCaret {
        height: 55px;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        background: -webkit-linear-gradient(left, red, blue);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, red, blue);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, red, blue);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #e7e7e7, #c8c8c8);
        /* 标准的语法（必须放在最后） */
    }

    .leftCaret {
        height: 55px;
        position: absolute;
        display: none;
        /*pointer-events: none;*/
        left: 0;
        top: 0;
        width: 20px;
        z-index: 2;
        background-color: #d1d1d1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: -webkit-linear-gradient(left, red, blue);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, red, blue);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, red, blue);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to left, #e7e7e7, #c8c8c8);
        /* 标准的语法（必须放在最后） */
    }

    .Right-sidebar-dom {
        background-color: white;
        padding: 15px 15px 5px 15px;
        font-size: 18px;

        overflow: hidden;
        border-bottom: 1px solid #d1d1d1;
    }

    .Right-sideba-dom-top {
        font-weight: 700;
        line-height: 40px;
    }

    .Right-sideba-dom-top .text {
        width: 90%;
        display: inline-block;
        text-transform: capitalize;
    }

    .Right-sideba-dom-top .lable {
        float: right;
        cursor: pointer;
        transform: rotate(90deg);
    }

    .Left-sidebar .Left-sidebar-ul .Left-sidebar-li {
        margin-top: 4px;
    }
}



/** PC*/
@media only screen and (min-width: 992px) {
  
    .support-allsteam .flex {
        position: fixed;
        top: 30px;

    }

    .Left-sidebar {
        display: block !important;
        /* min-width: 330px;
        max-width: 330px; */
        position: relative;
        width: 330px;
        float: left;
    }

    .Left-sidebar .Left-sidebar-ul {
        box-sizing: border-box;
        margin-bottom: 0px;
        height: auto;
    }

    .Left-sidebar .Left-sidebar-ul .Left-sidebar-li {
        font-size: 18px;
        margin-top: 20px;
        padding-left: 3px;
        cursor: pointer;
    }

    .Right-content{
        width: calc(100% - 400px);
        float: right;
    }

    .Right-sidebar-dom {
        background-color: white;
        /* padding: 0px 35px 30px 15px; */
        font-size: 18px;
        padding: 0px 15px 30px 15px; 
        /* overflow: hidden; */
        /* max-width: 946px; */
        border-bottom: 1px solid #d1d1d1;
    }

    .Right-sideba-dom-top .text,
    .Right-sideba-dom-top .lable {
        height: 60px;
        line-height: 60px;
        font-weight: 600;
        cursor: pointer;

    }

    .Right-sideba-dom-top .lable {
        float: right;
        cursor: pointer;
        transform: rotate(90deg);
    }


    .leftTitleMenu li:hover {
        background-color: #ebf4ff;
    }

    .Left-sidebar-li>p:hover {
        color: #0070ff;
    }

    .Topics-group {
        display: none;
    }
    .support-sub {
        /* display: flex; */
    }
}


/* 移动端左右箭头 stat */
.ab-history-box {
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 2;
    top: 0px;
}

.ab-history-box .ab-history-li-btn {
    position: absolute;
    width: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(222, 225, 228, 0.54); */
    z-index: 10;
    cursor: pointer;
}

.ab-history-box .ab-history-li-btn:first-child {
    background: linear-gradient(to left, #e7e7e7, #c8c8c8);
}

.ab-history-box .ab-history-li-btn:last-child {
    background: linear-gradient(to right, #e7e7e7, #c8c8c8);
}

.ab-history-box .ab-history-li-btn:nth-of-type(1) {
    left: 0;
    top: 0;
    height: 100%;
}

.ab-history-box .ab-history-li-btn:nth-of-type(2) {
    right: 0;
    top: 0;
    height: 100%;
}

/*end */






/* wen 改版 */
.leftTitleMenu {
    display: none;
    width: 95%;
}

.leftTitleMenu li {
    padding: 5px 0 5px 40px;
    margin-top: 2px;
}

.leftTitleMenu li.active {
    color: #0070ff;
    background-color: #ebf4ff;
}

.Left-sidebar-li>p {
    padding: 5px 0 5px 10px;
}


.Right-sidebar-li .Right-sidebar-dom {
    display: none;
}

.Topics-group .Topics-group-con {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Topics-group .Topics-group-con button {
    font-size: 16px;
}

.Topics-border {
    border-bottom: 1px solid #d1d1d1;
}

.Left-sidebar .Left-sidebar-ul p.active {
    color: #0070ff;
    position: relative;
}

.Right-content{
    padding-right: 0px;
    padding-left: 0px;
    /* flex: 1; */
}

.fa-LeftIcon {
    font-size: 24px !important;
}


.loading-parent {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 图标切换 */
.icon-menu{
    display: inline-block;
}
.icon-menu:hover {
    cursor: pointer;
}
.icon-menu .line {
    width: 16px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 3px auto;
    transition: all 0.3s ease-in-out;
}
.icon-menu.isActive .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg)
}
.icon-menu.isActive .line:nth-child(2) {
    opacity: 0;
}
.icon-menu.isActive .line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}