.header__box .header__main .header-main__box .header-main__logo img{
    width: auto;
}
.header__box .header__main .header-main__box .header-main__logo{
    display: flex;
    align-items: center;
}
.help-enter_header_name{
    width: auto;
    word-break: keep-all;
    color: #999;
    margin-left:4px;
}
.help-enter_header_name b{
    color: #2882d8;
    padding-left:3px;
    font-size: 16px;
}

/*搜索区域*/
.search_area{
    background-image: url("../../images/helpCenter-banner.png");
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px auto;
    padding:40px 0;
}
.search_area .input-box{
    width: 664px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #2882d8;
    border-radius: 3px;
    padding: 0 100px 0 40px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.search_area .input-box .search-icon{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../../images/scm-icon-group.svg);
    background-position: -161px -10px;
}
.search_area .input-box input{
    width: 100%;
    height: 100%;
}
.search_area .input-box .search-btn{
    top: 0;
    right: 0;
    color: #fff;
    width: 90px;
    height: 100%;
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    background: #2882d8;
    border-radius: 0 2px 2px 0;
}
.search_area .input-box .search-btn:hover{
    background: #218aed;
}
/*搜索区域*/

/*内容区域*/
.help-contents{
    width: 1200px;
    margin:40px auto;
    display: flex;
    justify-content: space-between;
    min-height: 564px;
}
/*左侧菜单*/
.help-menu{
    padding-right: 20px;
}
/*一级菜单*/
.help-menu .first-grade{
    width: 205px;
}
.help-menu .first-grade > li{
    padding:0 0 32px 0;
}
.help-menu .first-grade > li > a{
    font-weight: 600;
    font-size: 16px;
    word-break: break-word;
    display: block;
}
/*通用蓝色*/
.help-menu .first-grade > li > a:hover,
.help-menu .second-level li a:hover,
.help-menu .second-level li.active a,
.help-list ul li a .title:hover,
.help-list ul li a p:hover,
.help-menu .first-grade > li.active > a,
.child-list li a:hover,
.help-list .search-result-list .match-text{color: #2882d8;}
/*二级菜单*/
.help-menu .second-level{
    display: none;
    margin-top: 16px;
    border-left: 1px solid #ddd;
}
.help-menu .first-grade > li.open .second-level{
    display: block;
}
.help-menu .second-level li{
    padding: 12px 0;
    margin-left:-1px;
}
.help-menu .second-level li a{
    color: #666;
    font-size: 15px;
    word-break: keep-all;
    line-height: 18px;
    display: block;
    position: relative;
    padding-left: 20px;
    -webkit-line-clamp:1;
}
.help-menu .second-level li.active a{
    font-weight: 600;
    border-left: 3px solid #2882d8;
    padding-left: 17px;
}
/*右侧列表*/
.help-list{
    border-left:1px solid #ddd;
    padding-left: 32px;
    flex: 1;
}
.help-list .list-title{
    font-size: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.help-list ul.normal-list{margin-top:30px;}
.help-list ul.normal-list li{
    padding: 30px 0;
    border-top: 1px dashed #ddd;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}
.help-list ul.normal-list li:first-child{border:0;padding-top:0;}
.help-list ul.normal-list li a{display: block}
.help-list ul.normal-list li .title{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom:10px;
    font-weight: 600;
    -webkit-line-clamp:1;
}
.help-list ul.normal-list li p{
    -webkit-line-clamp:2;
}
/*超出部分的内容用省略号显示*/
.help-list ul.normal-list li .title,
.help-list ul.normal-list li p,
.help-menu .second-level li a,
.child-list li a{
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
/*内容区域 end*/

/*子菜单列表*/
.child-list-title{
    width: 920px;
    padding:30px 18px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
}
.child-list-title b{
    font-size: 20px;
    display: block;
    margin-bottom:20px;
    width:97%;
}
.child-list-title .share-icon{
    display: block;
    position: absolute;
    right:18px;
    top:30px;
    width: 25px;
    height: 24px;
    background-image: url("../../images/scm-icon-group.svg");
    background-position:-83px -7px;
}
.child-list-title .share-icon:hover{background-position:-83px -39px;}
.child-list-title .share-icon:active{background-position:-83px -71px;}
.child-list{
    display: inline-block;
    width: 100%;
    margin-top:10px;
}
.child-list li{
    float: left;
    width: 31.33%;
    background: #F3F8FF;
    margin-top: 20px;
    padding: 12px 36px;
    box-sizing: border-box;
    margin-left: 3%;
    text-align: center;
    font-size: 15px;
}
.child-list li:nth-child(3n+1){margin-left:0;}
.child-list li a{-webkit-line-clamp:1;}

/*查看详情*/
.return-pre-page{
    position: absolute;
    right:0;
    top:-5px;
    width:auto;
    padding:0 15px;
    line-height: 32px;
    background: #F8F8F8;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
}
.return-pre-page:hover{
    background-color:#2882d8;
    color: #fff;
    border-color: #2882d8;
}
.help-details{
    margin:28px 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}
.help-details b{
    color: #333;
    margin-bottom: 16px;
    display: inline-block;
}
.feedback ul li{
    padding: 0 32px;
    background: #FFFFFF;
    border: 1px dashed #DDDDDD;
    position: relative;
    margin-bottom: 20px;
    line-height: 60px;
}
.feedback .feedback-btn{
    position: absolute;
    right: 32px;
    top: 15px;
    height: 32px;
    width: auto;
    display: inline-block;
}
.feedback .feedback-btn a{
    line-height: 30px;
    padding: 0 16px 0 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    position: relative;
    display: inline-block;
    float: left;
    height: 32px;
    box-sizing: border-box;
    margin-left: 20px;
    font-size: 14px;
}
.feedback .feedback-btn a:hover,
.feedback .feedback-btn a.selected{color: #2882d8;border-color: #2882d8;}
.feedback .feedback-btn a:active{color: #3165c8;border-color: #3165c8;}
.feedback .feedback-btn a i{
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    left:16px;
    top:7px;
    background-image: url("../../images/scm-icon-group.svg");
}
.feedback .feedback-btn a.up i{background-position:-16px -11px;}
.feedback .feedback-btn a.up:hover i,
.feedback .feedback-btn a.up.selected i{background-position:-16px -43px;}
.feedback .feedback-btn a.up:active i{background-position:-16px -75px;}

.feedback .feedback-btn a.down i{background-position:-50px -10px;}
.feedback .feedback-btn a.down:hover i,
.feedback .feedback-btn a.down.selected i{background-position:-50px -42px;}
.feedback .feedback-btn a.down:active i{background-position:-50px -74px;}

/*反馈提示*/
.mask_tips{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}
.tips3{
    width:305px;
    background:#fff;
    box-shadow:0 9px 28px 8px rgba(0,0,0,0.05);
    border-radius:4px;
    margin:10px 0;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.tips3 .type_icon{
    background-size:100%;
    background-repeat: no-repeat;
    width: 20px;
    height:20px;
    margin-right:12px;
    margin-top: 0;
}
.tips3.success .type_icon{
    background-image: url(../../images/sx-success.svg);
}
.tips3 .details{
    flex: 1;
}
.tips3 .time{
    margin-left:20px;
}
/*搜索结果*/
.help-list .normal-list.search-result-list{margin-top:0;}

.help-contents  img{
    width: inherit;
    height: inherit;
}

.help-img{
    width: 50px;
    height: 50px;
}
.help-tag-title {
    font-size: 20px;
    width: 84%;
    max-width:965px;
    overflow: hidden;
    height: 23px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.help-tag-share {
    display: block;
    position: absolute;
    right: 127px;
    top: 0px;
    width: 25px;
    height: 24px;
    background-image: url(../../images/scm-icon-group.svg);
    background-position: -83px -7px;
}
.help-tag-share:hover{background-position:-83px -39px;}
.help-tag-share:active{background-position:-83px -71px;}
