html {
	background:#f5f7f8; 
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
     font:14px;
     color:#333;
     font-family: PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Verdana,Roboto,Noto,Helvetica Neue,sans-serif;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul ,li{
    list-style:none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}

q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	color:#ff6f06;
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
	color:#666;
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}

.bg-f{
    background-color: #fff;
}
.bor{
   border: 1px solid #e8e8ed; 
}
.red{color: red;}    
.w250{width: 250px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mb15{margin-bottom: 15px !important;}
@media (min-width: 768px){
.ask-title{
    padding-left: 20px;
    height: 46px;
    background: #fbfbfc;
    border-bottom: 1px solid #e8e8ed;
    font-size: 16px;
    font-weight: 500;
    color: #222226;
    line-height: 46px;
}
.user-right .ask-title{
    background-color: #fff;
}

.ask-header{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.ask-header .logo{
}
.ask-header .logo img{
    height: 38px;
}
.ask-header .ask-header-main{
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1400px;
    min-width: 1100px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.ask-header .tips{
    font-size: 16px;
    color: #999;
}
.ask-header .site-search{
    position: relative;
}
.ask-header .ask-btn{
    border-radius: 50px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color:#ff6f06;
}
.ask-header .ask-btn .fa{
    margin-right:4px;
}

.ask-header input.search-text{
    border: 1px solid #e8eef6;
   border-radius: 50px;
    background-color: #fff;
    color: #111E2C;
    font-size: 13px;
    padding: 0 30px 1px 22px;
    height: 36px;
    outline: none;
    width: 150px;
    box-shadow: 0 0 38px 42px #fff inset;
}
.ask-header button.search-bt {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 4px;
    background: none;
    border: 0;
    cursor: pointer;
}
.ask-header .user-box{
    display: block;
    cursor: pointer;
}
.ask-header .user-box .user-img{
    float: left;
    width: 38px;
    height: 38px;
    overflow: hidden;
    display: inline-block;
}
.ask-header .user-box .user-img img{
    width: 38px;
    height: 38px;
    border-radius: 50px;
}
.ask-header .user-box .user-name{
    float: left;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
}
.ask-content{
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1100px;
    overflow: hidden;
    display: flex;
}
.ask-content .nav-cate .icon-hongbao{
    color: #F44336;
    margin-right:4px;
}
.ask-content .ask-right{
    width: 334px;
    margin-right: 20px;
}

.ask-content .ask-left{
    width: calc(100% - 524px);
}

.ask-content.ask-details .ask-left{
    flex: 1;
}


.ask-content .ask-left .ask-item:last-child{
    border-bottom:0;
}
.ask-content .ask-left .ask-item {
   display: flex;
    padding: 18px 20px;
    border-bottom: 1px solid #e9eff4;
    position: relative;
    word-break: break-all;
}
.ask-content .ask-left .user-cate-list .ask-item{
    background-color: #fff;
    border-bottom: 0;
    margin-bottom: 15px;
}

.ask-content .ask-left .ask-item .ask-item-l{
    display: flex;
    text-align: center;
    width: 65px;
    margin-right:20px;
    flex-direction: column;
}
.ask-content .ask-left .ask-item .ask-item-l .num{
    font-size: 20px;
    font-weight: bold;
}
.ask-content .ask-left .ask-item .ask-item-l .label{
    color: #999;
}

.ask-content .ask-left .ask-item .ask-item-r{
    flex: 1;
    width: calc(100% - 85px);
}

.ask-content .ask-left .ask-item .question-box.answer-box{
    position: relative;
   background-color: #f4f4f4;
   padding:15px 20px;
}
.ask-content .ask-left .ask-item .question-box.answer-box:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #f4f4f4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 8px;
}
.ask-content .ask-left .ask-item .question-box.answer-box .title a{
     font-size: 14px;
     line-height: 1.5;
     color: #666;
     font-weight: normal;
}
.ask-content .ask-left .ask-item .question-box.answer-box .title a:hover{
     color: #666;
}
.ask-content .ask-left .ask-item .question-box .title{
    position: relative;
    max-height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ask-content .ask-left .ask-item .question-box .title .reward{
   display: inline-block;
   margin-right: 10px;
   color: #ff5b4d;
   font-size: 14px; 
}
.ask-content .ask-left .ask-item .question-box .title a{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    word-break: break-all;
    cursor: pointer;
}
.ask-content .ask-left .ask-item .question-box .title a:hover{
    color: #ff6f06;
}

.ask-content .ask-left .ask-item .question-box .desc{
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    
}
.ask-content .ask-left .ask-item .question-foot{
    margin-top: 6px;
    display: flex;
}
.ask-content .ask-left .ask-item .question-foot .tags{
    flex: 1;
    display: flex;
    align-items: center;
}
.ask-content .ask-left .ask-item .question-foot .tags ul{
    display: flex;
}
.ask-content .ask-left .ask-item .question-foot .tags li a{
    margin-right: 6px;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.ask-content .ask-left .ask-item .question-foot .tags li img{
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.ask-content .ask-left .ask-item .question-foot .tags li a:hover{
     color: #507999;
}
.ask-content .ask-left .ask-item .question-foot .tags span{
    font-size: 13px;
    color: #999;
    margin-left: 6px;
}
.ask-content .ask-left .ask-item .question-foot .left-info{
    flex: 1;
    display: flex;
    align-items: center;
}
.ask-content .ask-left .ask-item .question-foot .left-info li{
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: #999;
}
.ask-content .ask-left .ask-item .question-foot .left-info li a{
    font-size: 14px;
}
.ask-content .ask-left .ask-item .question-foot .left-info i{
    margin-right: 4px;
    color: #cdcdcd;
    font-size: 14px;
}
.ask-content .ask-left .ask-item .question-foot .left-info .icon-yuedujilu{
    font-size: 16px;
}
.ask-content .ask-left .ask-item .question-foot .left-info .download-btn{
    background-color:#03a9f4;
    color: #fff;
    border-radius: 2px;
    padding: 2px 6px;
}
.ask-content .ask-left .ask-item .question-foot .left-info .download-btn i{
     color: #fff;
}
.ask-content .ask-left .ask-item .question-foot .user-box{
    display: flex;
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-right: 16px;
    margin-left: 6px;
}
.ask-content .ask-left .ask-item .question-foot .user-box .name{
    margin-right: 10px;
}
.ask-content .ask-left .ask-item .question-foot .user-box .cate{
    margin-right: 10px;
    color: #333;
}
.ask-content .ask-right .user-box{
   padding:0 10px;

}
.ask-content .ask-right .user-box .user-login{
    display: flex;
    text-align: center;
}
.ask-content .ask-right .user-box .user-login:first-child{
    border-bottom: 1px solid #eee;
}
.ask-content .ask-right .user-box .item{
    display: inline-block;
    flex:1;
    padding:20px 10px;
     font-size: 14px;
     overflow: hidden;
}
.ask-content .ask-right .user-box a.item:hover{
    color: #666;
}

.ask-content .ask-right .user-box .item p{
    font-size: 20px;
    color: #333;
    word-break: break-all;
}
.ask-content .ask-right .user-box .user-login .item:first-child{
   margin-right: 10px;
}

.ask-content .ask-right .user-logout{
    padding:14px;
    font-size: 14px;
}
.ask-content .ask-right .user-logout a{
    color: #ff6f06;
    margin-right: 6px;
}
.ask-content .ask-right .user-logout span{
    color: #999;
}

.ask-content .ask-right .ask-rank{
    padding:10px 15px;
}
.ask-content .ask-right .ask-rank .item{
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e8e8ed;
    margin-bottom: 0;
}
.ask-content .ask-right .ask-rank.sense .item{
    border-bottom: 0;
    font-size: 14px;
}
.ask-content .ask-right .ask-rank .item:last-child{
    border: 0;
}
.ask-content .ask-right .ask-rank .item .rank{
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #999aaa;
    border-radius: 50px;
}
.ask-content .ask-right .ask-rank .item:first-child .rank{
    background-color:#ebc271;
    color: #fff;
}
.ask-content .ask-right .ask-rank .item:nth-child(2) .rank{
    background-color:#c6c9cc;
    color: #fff;
}
.ask-content .ask-right .ask-rank .item:nth-child(3) .rank{
    background-color:#d1b7a7;
    color: #fff;
}
.ask-content .ask-right .ask-rank .item img{
    margin-left: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
}
.ask-content .ask-right .ask-rank.sense .item img{
    margin-left: 0;
    border: 0;
}
.ask-content .ask-right .ask-rank.record .item img{
    margin-left: 0;
}
.ask-content .ask-right .ask-rank .item .name{
    display: inline-block;
    margin-left: 8px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask-content .ask-right .ask-rank.sense .item .name{
    width: 265px;
}
.ask-content .ask-right .ask-rank .item .name a{
    font-size: 14px;
    font-weight: 500;
    color: #222226;
    word-break: break-all;
    cursor: pointer;
}
.ask-content .ask-right .ask-rank .item .num{
    width: 65px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask-content .ask-right .ask-rank.record .item .num{
    margin-left: 0;
    width: 100px;
    font-size: 14px;
    color: #999;
}
.ask-content .ask-right .ask-pay{
    padding: 10px 15px;
}
.ask-content .ask-right .ask-pay .item{
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #e8e8ed;
    margin-bottom: 0;
}
.ask-content .ask-right .ask-pay .item:last-child{
    border: 0;
}


.ask-content .ask-right .ask-pay .item .pay{
    background: #ffe9e5;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    color: #ff5b4d;
    font-size: 14px;
}

.ask-content .ask-right .ask-pay .item .pay i{
    color: #F44336;
    margin-right: 4px;
}

.ask-content .ask-right .ask-pay .item .pay-tit{
    flex: 1;
    font-size: 14px;
    color: #333;
}
.ask-content .ask-right .ask-pay .item .rank{
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #999aaa;
    border-radius: 50px;
}
.ask-content .ask-right .ask-pay .item:first-child .rank {
    color: red;
     font-weight: 700;
}
.ask-content .ask-right .ask-pay .item:nth-child(2) .rank {
   color:#ff9800;
    font-weight: 700;
}
.ask-content .ask-right .ask-pay .item:nth-child(3) .rank {
   color: #ffc107;
    font-weight: 700;
}

.ask-footer{
    position: relative;
    width: 100%;
    background-color: #e8eaea;
}
.ask-footer .ask-footer-con{
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1100px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.details-main{
    padding: 20px;
}
.details-main .user-info{
    display: flex;
    align-items: center;
}
.details-main .title .fa{
    font-size: 20px;
}
.details-main .title .fa.fa-check-circle{
    color:#09b509;
}
.details-main .title .fa.fa-question-circle{
    color: #ff6f06;
}
.details-main .title .reward {
    display: inline-block;
    margin-left: 6px;
    color: #ff5b4d;
    font-size: 14px;
}
.details-main .title h2{
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #222226;
    line-height: 30px;
}
.details-main .txt-con{
    font-size: 14px;
    line-height: 24px;
}
.details-main .txt-con img{
    max-width: 100%;
}

.details-main .user-info .user-box{
   display: flex;
   align-items: center;
}
.details-main .user-info img{
    width: 36px;
    height: 36px;
    border-radius: 50px;
}
.details-main .user-info .name{
    font-size: 14px;
    margin-left: 8px;
}
.details-main .user-info .user-info-l{
    display: flex;
    align-items: center;
    flex: 1;
}
.details-main .user-info .user-info-l .time{
   font-size: 14px;
   color: #999;
   margin-left: 15px;
}
.details-main .user-info .user-info-r{
    font-size: 14px;
    color: #999;
}
.details-main .user-info .user-info-r a{
    color: #999;
}
.details-main .user-info .user-info-r a:hover{
    color: #ff6f06;
}
.details-main .tool{
    display: flex;
    font-size: 14x;
}
.details-main .tool .tool-l{
    flex: 1;
    font-size: 0;
}

.details-main .tool .tool-l .btn{
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
}
.details-main .tool .tool-l .btn.zan{
    background-color: #ffede7;
    color: #f77045;
    border: 1px solid #fba58a;
}
.details-main .tool .tool-l .read{
    color: #999;
    padding: 6px 0;
}
.details-main .tool i{
    margin-right: 4px;
}

.details-main .tool .tool-l .answer{
    background-color: #edfded;
    color: #2fc12f;
    border: 1px solid #a1dca1;
}

.details-main .tool .tool-r{
    font-size:0;
}
.details-main .tool .tool-r a{
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.details-reply .reply-item{
    display:inline-block;
    width: calc(100% - 60px);
    padding:30px;
    border-bottom: 1px solid #e9eff4;
    position: relative;
    word-break: break-all;
}
.details-reply .reply-tit{
    width: calc(100% - 40px);
    display: flex;
    padding:15px 20px;
    border-bottom: 1px solid #e9eff4;
     font-size: 16px;
}
.details-reply .reply-item:last-child{
    border: 0;
}

.details-reply .reply-tit .reply-tit-l{
    flex: 1;
}
.details-reply .reply-tit .best-col{
    color: #09b509;
}
.details-reply .reply-tit .reply-tit-r{
    font-size: 14px;
}
.details-reply .reply-tit .reply-tit-r a:hover{
    color: #666;
}

.details-reply .reply-item .user-info{
    display: flex;
    width: 100%;
    align-items: center;
}
.details-reply .reply-item .user-info .user-box{
    display: flex;
    align-items: center;
}
.details-reply .reply-item .user-info .user-box img{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.details-reply .reply-item .user-info .user-box .name{
    margin-left: 6px;
    font-size: 14px;
}
.details-reply .reply-item .user-info .time{
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}
.details-reply .reply-item .txt-con{
    font-size: 14px;
    line-height: 24px;
}
.details-reply .reply-item .txt-con img{
    max-width: 100%;
}
.details-reply .reply-item .tool{
    display: flex;
    align-items: center;
}
.details-reply .reply-item .tool .tool-l .btn{
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    color: #555;
    cursor: pointer;
}
.details-reply .reply-item .tool .tool-l .btn em{
    margin: 0 4px;
}
.details-reply .reply-item .tool .tool-l .btn i{
    margin-right: 4px;
    color: #999;
}
.details-reply .reply-item .tool .tool-l{
    flex: 1;
}
.details-reply .reply-item .tool .tool-r{
    font-size: 14px;
}
.details-reply .reply-item .tool .tool-r a{
    margin-left: 10px;
}

.details-reply .reply-item .ask-comment{
    line-height: 24px;
}

.details-reply .reply-item .ask-comment .ask-comment-item{
    padding: 8px 20px;
    background-color: #f5f6f7;
}

.details-reply .reply-item .reply-form{
    padding: 8px 0;
    display: flex;
    width: 100%;
    align-items: center;
    display: none;
}

.details-reply .reply-item .reply-form input{
    flex: 1;
    height: 36px;
    line-height: normal;
    margin-right: 12px;
    border-radius: 4px;
    padding-left: 20px;
    border: 1px solid #e8e8ed;
    background-color: #fff;
    font-size: 14px;
}
.details-reply .reply-item .btn-comment{
    display: inline-block;
    user-select: none;
    width: 56px;
    height: 36px;
    border-radius: 4px;
    padding: 0;
    background: #ff6f06;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
}

.details-reply .reply-item .comment-form{
    width:calc(100% - 40px);
    align-items: center;
    display: none;
    padding: 8px 20px;
    border: 1px solid #e8e8ed;
    background: #f8f8f8;
}

.details-reply .reply-item .comment-form input{
    flex: 1;
    height: 36px;
    line-height: normal;
    margin-right: 12px;
    border-radius: 4px;
    padding-left: 20px;
    border: 1px solid #e8e8ed;
    background-color: #fff;
    font-size: 14px;
}

.ask-right .tags-cut{
    display: flex;
}
.ask-right .tags-cut .tit{
    flex: 1;
}
.ask-right .tags-cut ul{
    display: flex;
    margin-right: 10px;
}
.ask-right .tags-cut ul li a{
    padding: 0 10px;
    font-size: 14px;
}
.ask-right .tags-cut .Tag a{
    color:#ff6f06;
    font-size: 16px;
}
.details-reply .details-answer{
    padding: 20px;
    width: calc(100% - 40px);
}

.details-reply .details-answer .details-answer-tool .answer-btn{
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 36px;
    background: #ff6f06;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
}
.details-reply .details-answer .details-answer-login{
    padding: 10px;
    border: 1px solid #eee;
}
.details-reply .details-answer .details-answer-login .info{
    color: #999;
    font-size: 14px;
}
.details-reply .details-answer .details-answer-login span{
    margin-right: 6px;
}
.details-reply .details-answer .details-answer-login a{
    color: #ff6f06;
    font-size: 14px;
}
.details-reply .details-answer .details-answer-login .line{
    font-size: 12px;
}
/*分页*/
.ask-content .met_pager {
    border-top: 1px solid #eee;
    padding: 20px 0;
    text-align: center;
}
.ask-content .met_pager * {
    display: inline-block;
}
.ask-content .met_pager a,
.ask-content .met_pager .PreSpan,
.ask-content .met_pager .NextSpan {
    padding: 5px 10px;
    border: 1px solid #e4eaec;
    background: #fff;
    font-size: 14px;
}
.ask-content .met_pager a {
    color: #76838f;
    text-decoration: none;
}
.ask-content .met_pager a:active, 
.ask-content .met_pager a:focus, 
.ask-content .met_pager a:hover {
    text-decoration: none;
}
.ask-content .met_pager a:hover {
    background: #f5f5f5;
}
.ask-content .met_pager a.NextA {
    border-right: 1px solid #e4eaec;
}
.ask-content .met_pager a.Ahover {
    border-color: #ff6f06;
    background: #ff6f06;
    color: #fff;
}
.ask-content .met_pager .PreSpan,
.ask-content .met_pager .NextSpan {
    color: #ccd5db;
    cursor: default;
}
.ask-content .met_pager input, 
.ask-content .met_pager .PageText {
    display: none;
}

.ask-content .ask-from{
    position: relative;
    padding: 30px;
}
.ask-content .ask-from .site-nav{
    position:absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #999;
}
.ask-content .ask-from .site-nav a:hover{
    color: #ff6f06;
}
.ask-content .ask-from .site-nav a{
    color: #999;
}
.ask-content .ask-from .ask-from-item{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.ask-content .ask-from .ask-from-item .title-info{
    font-size: 14px;
    color: #999;
}
.ask-content .ask-from .ask-from-item .input-inner{
   width: calc(100% - 32px);
    background-color: #fff;
    border: 1px solid #ccccd8;
    color: #555666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.ask-content .ask-from .ask-from-item .select-inner{
    position: relative;
    border: 1px solid #ccccd8;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
     padding-left:15px;
     width:282px;
}
.ask-content .ask-from .ask-from-item .balance {
    font-size: 14px;
    color: #999;
}
.ask-content .ask-from .ask-from-item .balance em{
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.ask-content .ask-from .ask-from-item .pay a{
    color: #ff6f06;
}

.ask-content .ask-from .ask-from-item .answer-btn{
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 36px;
    background: #ff6f06;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
}
.ask-content .ask-about{
    padding: 15px 10px;
}
.ask-content .ask-about li{
    font-size: 14px;
    line-height:1.5;
    margin-bottom: 15px;
    color:#555666;
}
.ask-content .ask-about li:last-child{
    margin-bottom: 0;
}

.user-home-header{
    width: 100%;
    background: url(../images/signboard-v.jpg) center no-repeat;
}

.home-content{
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1100px;
    overflow: hidden;
}

.user-home-header .home-header-top{
    position: relative;
    
    height: 100px;
}
.user-home-header .home-header-top .user-info{
    display: inline-block;
    margin-top: 20px;
    color: #fff;
}
.user-home-header .home-header-top .user-info h2{
    font-size: 20px;
}
.user-home-header .home-header-top .user-info p{
    font-size: 14px;
}
.user-home-header .home-header-content{
    position: relative;
    padding-bottom: 20px;
    /**background-color: #ffffff;**/
    height: auto;
}
.user-home-header .user-photo-box{
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1100px;
    position: relative;
    margin-bottom: 20px;
}
.user-home-header .user-photo-box .user-img{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: -70px;
    margin-left: -52px;
    border: 4px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}
.user-home-header .user-photo-box .user-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}
.user-home-header .user-photo-box .user-info-m{
    padding-top: 40px;
    text-align: center;
}
.user-home-header .user-photo-box .user-info-m .nickname{
    font-size: 22px; color: #fff; font-weight: bold;
}
.user-home-header .user-photo-box .user-info-m .desc{
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.user-home-header .user-photo-box .user-info-b{
    margin-top: 20px;
    text-align: center;
}
 


.user-home-header .user-photo-box .user-info-b .shop-header-name-qy {
  display: inline-block;
  padding-left: 25px;
  color: #999;
  background: url(../images/icon-qy.png) no-repeat left top;
  background-size: 20px 20px;
}

.user-home-header .user-photo-box .user-info-b .shop-header-name-zz {
  display: inline-block;
  margin-left: 30px;
  padding-left: 25px;
  color: #999;
  background: url(../images/icon-zz.png) no-repeat left top;
  background-size: 20px 20px;
}

 .user-home-header .user-photo-box .user-info-b .shop-header-name-zz:hover {
  color: #999;
}

.navlist-box{
    width: 100%;
    display:flex;
}
.navlist-box .search-box{
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    height: 32px;
    margin: 8px 10px 0 0;
}
.navlist-box .search-box .search-input{
    width: 200px;
    font-size: 14px;
    height: 32px;
    background: #f8f8f8;
    text-indent: 16px;
    padding-right: 34px;
    border: 1px solid #e8e8ed;
    border-radius: 16px;
}
.navlist-box .search-box .search-btn{
    display: flex;
    position: absolute;
    top: 8px;
    right: 12px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f8f8f8;
    cursor: pointer;
}
.navlist-box .search-box .search-btn:hover i{
    color: #ff6f06;
}
.navlist-box .navlist-l{
   flex: 1;
   margin:0 10px;
}
.navlist-box .navlist li{
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
}

.navlist-box .navlist .active:before{
    content: "";
    width: 24px;
    height: 2px;
    background: #ff6f06;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navlist-box .navlist li a{
    font-size: 16px;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}
.navlist-box .navlist li a span{
    font-size: 14px;
    color: #999;
}
.sort-box{
    border-top: 1px solid #e8e8ed;
    background-color:#fdfdfd;
}
.sort-box li{
    position: relative;
    display: inline-block;
    font-size: 0;
}
.sort-box .active a{
    color: #ff6f06;
}
.sort-box li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 16px;
    width: 1px;
    background: #e8e8ed;
}
.sort-box li:last-child:after{
    width: 0;
}
.sort-box li a{
    display: block;
    line-height: 48px;
    font-size: 14px;
    padding: 0 20px;
}
.sort-box li a i{
    font-size: 12px;
}

.user-cate-list .pro-list{
    display: flex;
    flex-wrap: wrap;
}
.user-cate-list .pro-list .pro-item{
    display:inline-block;
    padding: 15px;
    width: calc(20% - 42px);
    margin: 0 15px 20px 0;
    cursor: pointer;
}
.user-cate-list .pro-list .pro-item:hover{
    color: #333;
}
.user-cate-list .pro-list .pro-item:hover .title{
    color: #ff6f06;
}
.user-cate-list .pro-list .pro-item .img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
}
.user-cate-list .pro-list .pro-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.user-cate-list .pro-list .pro-item:nth-child(5n){
    margin-right: 0;
}
.user-cate-list .pro-list .pro-item .title{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
.user-cate-list .photo-box .pro-item .video-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
}
.user-cate-list .photo-box .pro-item .video-icon .fa{
    font-size: 40px;
    color: #fff;
}
.user-cate-list .photo-box .pro-item .title{
    width: 100%;
   display: inline-block;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
   height: auto;
}
.user-cate-list .photo-box .pro-item .img{
    padding-bottom: 80%;
}
.user-cate-list .pro-list .pro-item  .price{
    margin-top: 10px;
    display: flex;
}
.user-cate-list .pro-list .pro-item  .price .price-l{
    flex: 1;
    color: #333;
    word-break: break-all;
}
.user-cate-list .pro-list .pro-item  .price .price-r{
    font-size: 12px;
    color: #999;
}
.user-cate-list .pro-list .pro-item  .price .price-r i{
    margin-right: 4px;
}

.search-word{
    height: 48px;
    line-height: 48px;
}
.search-word span{
    color: red;
    font-weight: bold;
}

.nodata-bg{
    margin: 0 auto;
    padding: 50px 0;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/nodata.png) no-repeat center center;
}
.ask-header {
    display: none;
}
}
@media (max-width: 767px){
body {
    padding-top: 62px;
}
.ask-header {
    display: block;
}
.ask-header{
    position: fixed;
    top: 0;
    z-index:999;
    padding:15px 10px;
    width: calc(100% - 20px);
    background-color: #fff;
    border-bottom: 1px solid #e8e8ed;
}
.ask-header .ask-header-main{
    display: flex;
    align-items: center;
}
.ask-header .logo{
    flex: 1;
    margin-right: 4px;
}

.ask-header .logo img{
    height: 26px;
}
.ask-header .ask-header-main .ask-header-m{
    flex: 1;
}
.ask-header .ask-header-r{
    display: flex;
}
.ask-header .ask-header-r .user-img{
    width: 30px;
    height: 30px;
}
.ask-header .ask-header-r .user-img img{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.ask-header .ask-header-r .home{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #f4f4f4;
    line-height: 30px;
    text-align: center;
} 
.ask-header .ask-header-m .search{
    display: flex;
    position: relative;
    border: 1px solid #e8eef6;
    border-radius: 50px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;
}
.ask-header .ask-header-m .search .search-text{
   width: 100%;
   border: 0;
   background-color: #ffffff;
   color: #111E2C;
   height: 30px; 
}
.ask-header .ask-header-m .search .search-bt{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 4px;
    top: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
.user-home-header{
    position: relative;
    width: 100%;
    background-color: #fff;
}

.user-home-header .home-header-top{
    position: relative;
    background-color: #ff6f06;
    height: 50px;
    padding: 15px;
    z-index: 1;
}
.user-home-header .home-header-top .user-info{
    display: inline-block;;
    color: #fff;
}
.user-home-header .home-header-top .user-info h2{
    font-size: 16px;
}
.user-home-header .home-header-content{
    position: relative;
    background-color: #fff;
    margin-top: -10px;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    padding: 0 15px 10px;
}
.user-home-header .home-header-content .user-img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -24px;
    margin-left: -31px;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}
.user-home-header .home-header-content .user-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.user-home-header .home-header-content .user-info-m {
    padding-top: 40px;
    text-align: center;
}
.user-home-header .home-header-content .user-info-m .nickname {
    font-size: 18px;
}
.user-home-header .home-header-content .user-info-m .desc {
    margin-top: 6px;
    font-size: 13px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.user-home-header .home-header-content .user-info-b {
    margin-top: 10px;
    text-align: center;
}
.user-home-header .home-header-content .user-info-b li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.user-home-header .home-header-content .user-info-b .number {
    font-size: 18px;
    font-weight: bold;
}
.user-home-header .home-header-content .user-info-b .name {
    color: #999;
    font-size: 14px;
}
.user-home-header .home-header-content .user-info-b li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 24px;
    width: 1px;
    background: #e8e8ed;
}
.user-home-header .home-header-content .user-info-b li:last-child:after {
    width: 0;
}
.ask-details {margin-top: 0 !important;border-top: 1px solid #eee;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;background-color: #fff;}
.ask-details .user-logout {text-align: center;
}
.ask-details .bg-f .ask-title {
display: none;
}
.ask-right {
    width: 100%;
}
.ask-rank {border-top: 1px solid #eee;
    display: flex;
    padding: 10px 0;
flex-wrap: wrap;}
.ask-rank .item {
    display: flex;
    padding: 2px 0;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.record {
    display: none;
}
.navlist-box{
    width: 100%;
    display: block;
}
.navlist-box .search-box{
    display: block;
    flex: 1;
    align-items: center;
    position: relative;
    height: 32px;
    margin: 8px 10px 0 0;
}
.navlist-box .search-box .search-input{
    width: 100%;
    font-size: 14px;
    height: 32px;
    background: #f8f8f8;
    text-indent: 16px;
    padding-right: 0;
    border: 1px solid #e8e8ed;
    border-radius: 16px;
}
.navlist-box .search-box .search-btn{
    display: flex;
    position: absolute;
    top: 8px;
    right: 12px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f8f8f8;
    cursor: pointer;
}
.navlist-box .search-box .search-btn:hover i{
    color: #ff6f06;
}
.navlist-box .navlist-l{
   flex: 1;
   margin:0 10px;
}
.navlist-box .navlist li{
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
}

.navlist-box .navlist .active:before{
    content: "";
    width: 24px;
    height: 2px;
    background: #ff6f06;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navlist-box .navlist li a{
    font-size: 16px;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0;
}
.navlist-box .navlist li a span{
    display:none;
}
.ask-list .ask-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #e9eff4;
    position: relative;
    word-break: break-all;
}
.ask-list .ask-item .ask-item-l {
    display: flex;
    text-align: center;
    width: 40px;
    margin-right: 10px;
    flex-direction: column;
}
.ask-list .ask-item .ask-item-l .num {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1;
    color: #555;
}
.ask-list .ask-item .ask-item-l .label {
    margin-top: 2px;
    color: #999;
    font-size: 14px;
}
.ask-list .ask-item .ask-item-r {
    flex: 1;
    width: calc(100% - 50px);
}
.ask-list .ask-item .question-title {
    position: relative;
    max-height: 50px;
    line-height: 1.4;
    display: inline;
    overflow: hidden;
}
.ask-list .ask-item .question-title .reward {
    display: inline-block;
    margin-right: 10px;
    color: #ff5b4d;
    font-size: 14px;
}
.ask-list .ask-item .question-title a {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.ask-list .ask-item .question-title.answer-box {
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
    display: inline-block;
    height: auto;
    background-color: #f4f4f4;
    overflow: unset;
}
.ask-list .ask-item .question-title.answer-box:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #f4f4f4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 8px;
}
.ask-list .ask-item .question-title.answer-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: normal;
    width: 100%;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}

.ask-list .ask-item .question-foot {
    margin-top: 6px;
}

.ask-list .ask-item .question-foot .tags {
    flex: 1;
    display: flex;
}
.ask-list .ask-item .question-foot .tags span{
    font-size: 12px;
    margin-left: 6px;
    color: #999;
     line-height: 20px;
}

.ask-list .ask-item .question-foot .tags li{
    display: inline-block;
}
.ask-list .ask-item .question-foot .tags li a {
    margin-right: 4px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.ask-list .ask-item .question-foot .tags li img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.ask-list .ask-item .question-foot .user-box {
    display: flex;
    font-size: 14px;float: right;
    color: #666666;
    line-height:1.5;
    margin-right: 16px;
    margin-left: 6px;
}
.ask-list .ask-item .question-foot .user-box .name {
    margin-right: 10px;
}
.ask-list .ask-item .question-foot .user-box .cate {
    margin-right: 10px;
    color: #333;
}
.ask-list .ask-item .question-foot .user-box .data{
    color: #999;
    font-size: 12px;
}

.ask-footer{
    position: relative;
    width: 100%;
    background-color: #e8eaea;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.left-info li {font-size: 12px;display: inline-block;}
.sort-box {
    background-color: #f5f7f8;margin-top: 10px;
}
.sort-box li {
    position: relative;
    display: inline-block;
    font-size: 0;
}
.sort-box .active a {
    color: #ff6f06;
}
.sort-box li a {
    display: block;
    line-height: 38px;
    font-size: 14px;
    padding: 0 15px;
}
.sort-box li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 16px;
    width: 1px;
    background: #e8e8ed;
}
.sort-box li:last-child:after {
    width: 0;
}
.sort-box li a i {
    font-size: 12px;
}
.ask-left {width: 100%;}
.user-cate-list .pro-list {
    display: flex;
    flex-wrap: wrap;
}
.user-cate-list .pro-list .pro-item {
    display: inline-block;
    padding: 6px;
    width: calc(50% - 26px);
    margin: 0 7px 15px;
    cursor: pointer;
}
.user-cate-list .pro-list .pro-item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
}
.user-cate-list .photo-box .pro-item .img {
    padding-bottom: 80%;
}
.user-cate-list .pro-list .pro-item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.user-cate-list .pro-list .pro-item .title {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
.user-cate-list .photo-box .pro-item .title {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}
.user-cate-list .pro-list .pro-item .price {
    margin-top: 10px;
    display: flex;
}
.user-cate-list .pro-list .pro-item .price .price-l {
    flex: 1;
    color: #333;
    word-break: break-all;
}
.user-cate-list .pro-list .pro-item .price .price-r {
    font-size: 12px;
    color: #999;
}
.user-cate-list .pro-list .pro-item .price .price-r i {
    margin-right: 4px;
}
.user-cate-list .photo-box .pro-item .video-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
}
.user-cate-list .photo-box .pro-item .video-icon .fa {
    font-size: 40px;
    color: #fff;
}
.emaile {display: none !important;}
}