.outer {
    width:1280px;
    margin:0 auto;
    margin-bottom:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    padding:20px 14px;
    /*background:#fff;*/
    display:flex;
    display:-webkit-flex;
    position:relative;
    user-select:none
}
.outer .leftNav {
    float:left;
    width:260px;
    /*padding:0 42px 0 52px;*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    margin-right: 20px;
    border-radius: 10px;
}
.outer .leftNav .list .active{
    background: #f4f7fe;
    border-left: 3px solid #ff8b1a;
}
.outer .leftNav .title {
    height:62px;
    line-height:62px;
    font-size:22px;
    color:#ff8b1a;
    text-align: center;
}
.outer .leftNav .searchInput {
    width:100%;
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    border-radius:15px;
    position:relative;
    background:#fff;
    padding:0 34px 0 14px;
    box-sizing:border-box
}
.outer .leftNav .searchInput input {
    border:none;
    outline:0;
    width:100%
}
.outer .leftNav .searchInput img {
    position:absolute;
    right:10px;
    top:5px;
    width:17px;
    height:18px;
    z-index:9;
    cursor:pointer
}
.outer .leftNav .questionList {
    margin-top:32px
}
.outer .leftNav .questionList .listTit {
    margin-bottom:10px;
    font-size:16px;
    color:#333
}
.outer .leftNav .list li {
    line-height:30px;
    font-size:17px;
    color:#333;
    cursor:pointer;
    text-align: center;
}
.outer .leftNav .list li .icon {
    float:left;
    width:8px;
    height:8px;
    background:url(/statics/image/sildeIcon.png) no-repeat;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    margin:10px 8px 0 0;
    cursor:pointer
}
.outer .leftNav .list li .icon.active {
    -webkit-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:-webkit-transform .5s linear;
    transition:transform .5s linear
}
.outer .leftNav .list li span {
    display:inline-block;
    max-width:200px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 10px;
}
.outer .leftNav .list li a {
    display:inline-block;
    width:100%;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis
}
white-space:nowrap .outer .leftNav .list li a.active {
    color:#ff8b1a
}
.outer .leftNav .list li a:hover {
    color:#ff8b1a
}
.outer .leftNav .list li ul {
    display:block;
    padding:0;
}
.outer .rightContent {
    float:left;
    flex:1;
    padding-left:30px;
    padding-right:54px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    background: #fff;
    border-radius: 10px;
}
.outer .rightContent .conTit {
    font-size:22px;
    color:#333;
    margin-bottom:10px
}
.outer .rightContent .conTime {
    display:inline-block;
    height:17px;
    line-height:18px;
    font-size:12px;
    color:#999;
    background:url(/statics/image/helpTime.png) no-repeat;
    padding-left:30px
}
.outer .rightContent .videoBox {
    margin:20px 0
}
.outer .rightContent .helpContent {
    width:100%
}
.outer .rightContent .helpContent p {
    font-size:14px;
    color:#333;
    line-height:26px;
    margin-bottom:20px
}
.outer .rightContent .helpContent p img {
    display:block;
    width:100%
}
.outer .rightContent .helpContent p span {
    display:inline-block;
    line-height:42px;
    overflow-wrap:break-word;
    width:100%
}
.outer .rightContent .helpContent div {
    font-size:14px;
    color:#333;
    line-height:26px;
    width:100%;
    margin-bottom:20px
}
.outer .rightContent .helpContent div img {
    display:block;
    width:100%
}
.outer .rightContent .helpContent div span {
    display:inline-block;
    line-height:42px;
    overflow-wrap:break-word;
    width:100%
}
.feedbackBtn {
    position:fixed;
    width:44px;
    height:128px;
    text-align:center;
    line-height:20px;
    background:#ff8b1a url(/statics/image/help_09.png) no-repeat 12px 14px;
    color:#fff;
    font-size:14px;
    right:48px;
    bottom:10%;
    box-shadow:0 0 20px #999;
    padding-top:40px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer
}
.feedbackBtn span {
    display:inline-block;
    width:14px;
    user-select:none;
    -webkit-user-drag:none
}