
.wiki-top {
    background: url(/statics/img/helpbanner.png?v=1) no-repeat;
    background-size: 100% 100%;
    height: 360px;
}
.wiki-top input {
    margin: 0 auto;
    display: block;
}
.questions {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 1018px;
}
.questions div {
    width: 230px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
    padding: 84px 0 30px 0;
    margin-bottom: 24px;
}
.tit {
    font-size: 30px;
    color: #333;
    margin: 52px 0;
}
.helpTit {
    justify-content: space-between;
    color: #FFFFFF;
    font-size: 14px;
    margin: 60px auto 24px auto;
    width: 776px;
}
.helpTit div {
    font-size: 20px;
    font-weight: 400;
}
.helpTit a {
    color: #fff;
    font-size: 14px;
}
.helpTit icon {
    padding-right: 4px;
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
}
.wiki-top input {
    width: 776px;
    height: 56px;
    /**box-shadow: 0 4px 10px 4px rgb(252,82,23);**/
    box-shadow: 0 4px 10px 4px #337ab7;
    background: #fff;
    padding-left: 56px;
    line-height: 56px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg {
    width: 776px;
    margin: 0 auto;
}
.msg li {
    font-size: 12px;
    padding: 12px 10px 0 0;
}
.msg a {
    color: #fff;
}
.quesList {
    justify-content: space-around;
}
.quesList li {
    padding-top: 20px;
}
.quesList li a {
    font-size: 14px;
    color: #2d56b1;
}
.quesList li:nth-of-type(1) {
    padding: 0 0 4px 0;
    /*margin-left: -2px;*/
    font-size: 16px;
    color: #333;
}

.quesList:nth-of-type(1) {
    margin-bottom: 110px;
}
.quesList:nth-of-type(2) {
    padding-bottom: 48px;
}
.helpself {
    justify-content: space-around;
    padding-bottom: 96px;
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 55px;
}
.helpself>div {
    width: 310px;
    height: 176px;
    border-radius: 4px;
    padding: 40px 0 0 102px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.helpself p:nth-of-type(1) {
    font-size: 20px;
    caption-side: #333;
}
.helpself p:nth-of-type(2) {
    font-size: 12px;
    caption-side: #999;
    padding: 16px 0;
}
.helpself div div {
    width: 104px;
    height: 32px;
    background: #2f6df7;
    text-align: center;
}
.helpself div a {
    line-height: 32px;
    color: #FFFFFF;
    font-size: 14px;
}
.wiki-top .rel {
    width: 776px;
    margin: 0 auto;
}
.wiki-top .abs {
    top: 14px;
    left: 18px;
    font-size: 24px;
    color: #666;
}


/*问题列表*/
.qlLeft {
    width: 270px;
    margin-right: 24px;
}
.qlLeft a, .qlLeft span {
    font-size: 12px;
    color: #666;
    padding-top: 24px;
    display: inline-block;
}
.qlLeft ul {
    padding: 28px 0;
    border-bottom: 1px solid #ededed;
}
.qlLeft ul:last-child {
    border: none;
}
.qlLeft li {
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.qlLeft li:hover {
    color: #2f6df7;
}

.qlright>div {
    width: 826px;
    background: #fafafa;
    margin-top: 10px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}
.qlright>div:hover {
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.08);
}
.qlright .flex:hover {
    box-shadow: none;
}
.qlright p:nth-of-type(1) {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}
.qlright p:nth-of-type(2) {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.qlright .flex {
    padding: 60px 0 28px 0;
    background: #fff;
    margin: 0;
}
.qlright .flex div {
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
    cursor: pointer;
}
.qlright .flex div.act {
    background: #2f6df7;
    color: #fff;
}
.qlcenter {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eaecf0;
}
.qlright .abs {
    top: 18px;
    right: 20px;
}
.qlright .abs>span {
    display: inline-block;
    width: 56px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-left: 12px;
}
.qlright .abs>span span:nth-of-type(1) {
    padding-right: 4px;
    font-size: 24px;
    line-height: 24px;
    vertical-align: bottom;
}
.qlright .abs .refresh {
    color: #49b816;
    background: #e4f8db;
}
.qlright .abs .hot {
    color: #ff8400;
    background: #ffebd6;
}
.qlright .abs .new {
    color: #3f78f8;
    background: #e7eeff;
}
.qlright .abs .wiki-top {
    color: #ff3f25;
    background: #ffecea;
    padding-top: 0px;
}

/*问题详情*/
.qdright {
    width: 920px;
}
.qdright>div:nth-of-type(1) {
    margin: 75px 0 14px 0;
    font-size: 20px;
    color: #333;
}
.qdright>p:nth-of-type(1) {
    font-size: 12px;
    color: #999;
    margin-bottom: 28px;
}
.qdright>p:nth-of-type(1) span {
    padding-right: 12px;
}
.qdright .detail p {
    margin-bottom: 18px;
    /*font-size: 14px;*/
    color: #666;
}
.qdright .detail img {
    max-width: 100%;
    padding-top: 13px;
}
.qdright .detail blockquote p, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
.qdright .detail blockquote {
    font-size: 16px;
}
.qdright h3 {
    margin: 20px 0 10px 0;
}
.qdright blockquote img {
    display: inline-block;

}
.qdbtn {
    margin: 32px 0;
    justify-content: center;
}
.qdbtn div {
    width: 106px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #3077f6;
    border: 1px solid #3077f6;
    border-radius: 18px;
    margin: 0 18px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
}
.qdbtn div:hover {
    background: #3077F6;
    color: #fff;
}
.moreques p {
    color: #3077F6;
    padding: 28px 36px;
    font-size: 12px;
}
.moreques a {
    display: inline-block;
    width: 24%;
    padding-left: 36px;
    box-sizing: border-box;
    margin-bottom: 24px;
    font-size: 12px;
}
.moreques {
    widows: 870px;
    border:1px solid #eaecf0;
    padding-bottom: 4px;
}


/*搜索结果*/
.searchList>div {
    width: 1200px;
    box-sizing: border-box;
}
.searchList .flex div {
    width: 90px;
}
.searchList .flex {
    padding: 28px 0 20px 0;
}
.searchList .resulttit {
    background: #FFF;
    padding: 24px 0 0 0;
    font-size: 16px;
    color: #333;
}
.searchList {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eaecf0;
}
/*图标*/
.quesList  ul {
    width: 22%;
    padding-left: 3%;
}
.quesList  ul li {
    width: 100%;
    display: flex;
}
.questions div {
    background: url(/statics/img/code.jpg) center 20px no-repeat;
    background-size: 26%;
}
.helpself>div {
    background: url(/statics/img/rizhi.png) 26px 38px no-repeat;
    background-size: 16%;
}
.helpself>div:nth-of-type(1) {
    background-image: url(/statics/img/kefu.png);
}
.helpself>div:nth-of-type(2) {
    background-image: url(/statics/img/gongdan.png);
}
/*分页*/
html body .pagination > li > a, html body .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.quesList ul a:hover {
    text-decoration: underline;
}

.icon {
    /* 通过设置 font-size 来改变图标大小 */
    width: 1em; height: 1em;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.15em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
       normalize.css 中也包含这行 */
    overflow: hidden;
}
.quesList ul {
    position: relative;
}

.quesList ul svg {
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 22px;
}
.msg a:hover {
    text-decoration: underline;
}



.quesList ul li {
    width: 100%;
    position: relative;
}
.quesList li a {
    font-size: 14px;
    color: #2d56b1;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.quesList ul li div {
    margin-left: 4px;
}
.quesList ul li div .hot,.quesList ul li div .new {
    background: #ff6001;
    color: #fff;
    padding:  0 4px;
    border-radius:  4px;
    font-size: 12px;
    display:  inline-block;
}
.quesList ul li div icon.new {
    background: #ff5e5e;
}