@import "/style/fonts/iconfont.css";
img{
    border: none;
}
.bdu {
    border: solid 1px #ccc;
    border-radius: 3px;
   /* -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);*/
    box-sizing: border-box;
}
.flex{
    display:flex;
}
.row-between{justify-content: space-between;}
.items-center{justify-content:center;-webkit-justify-content: center;}
.items-middle{align-items: center;-webkit-align-items: center;}
.items-start{align-items: flex-start;}
.qu-left{
    width:140px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.qu-center{
    width:640px;
    float: left;
    margin-right: 10px;
}
.qu-right{
    width:200px;
    float: right;
}

/*左边*/
 
/*中间*/
.qu-center-title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid  #ccc;
    padding: 15px 24px 15px
}
.qu-center-title a {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #828e9a;
    height: 30px;
    line-height: 30px;
    background: #f3f5f6;
    padding: 0 20px;
    border-radius: 15px;
    margin-right: 10px
}

.qu-center-title .has_hover {
    color: #08036e;
    background: #a8e1ff;
}
.qu-center-list {
    margin-top: 10px;
    padding:0px 15px;
}
.qu-center-list-item {
    padding: 14px 0;
    border-bottom: 1px solid #dce1e5;
}
.qu-center-list-item h3, .qu-center-list-item {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
}
.qu-center-list-item h3{
    font-weight: 700;
}
.qu-center-list-item h3 span{
	color:#ff0000;
	padding-right:5px;
}
.qu-center-list-item h3 i{
    font-weight:normal;
    font-size:20px;
    margin-right:5px;
    color:#f60;
}
.qu-center-list-item h3:hover {
    color: #ee4735;
}
.qu-center-list-item .qu-center-content{
    font-size:14px;
    color:#333;
    padding: 5px 0;
	word-wrap: break-word;
}
.qu-center-oper{
    color:#808080;
    font-size:13px;
}

.qu-center-user {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.qu-center-user * {
    font-size: 12px;
    vertical-align: middle
}

.qu-center-user a {
    color: #333
}

.qu-center-user a:visited {
    color: #333
}

.qu-center-user .answer-info-user-avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    font-size: 0;
    display: inline-block
}

.qu-center-user .answer-info-user-avatar img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    border: 1px solid #ddd;
}



.qu-center-user .answer-info-user-name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 700
}

.qu-center-user .answer-info-user-name i {
    font-weight: 400
}
.comment-operate-item {
    position: relative;
    padding-left: 16px;
    height: 14px;
    line-height: 14px;
    background-image: url(/static/images/news-icon.8b6beb7f.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 20px;
}
.comment-operate-item:hover{
    background-image: url(/static/images/news-icon-blue.24fe4e8c.png);
    color: #379be9;
}
.comment-operate-up {
    background-position: 0 -18px;
}
.comment-operate-d{
    background-position: 0 -32px;
}
.comment-operate-reply {
    background-position: 0 -46px;
}
.list_sort_time{
    margin-left:20px;
}
.list_sort_time i{
    margin-right:5px;
}
/*分页*/
.pages {
    padding: 20px 15px;
    font-weight: bold;
    text-align:center;
}

.pages a, .pages strong, .pages span {
    border-radius: 4px;
    display: inline-block;
    padding: 0 9px;
    margin: 0 2px;
    min-width: 10px;
    _width: 10px;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.pages a {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #969696;
    border-radius: 4px;
}

.pages a:hover {
    color: #333;
    background-color: #e3e3e3;
    text-decoration: none;
}

.pages strong {
    background-color: #F9F9F9;
    color: #777;
    font-weight: bold;
}

.pages span {
    color: #999999;
    font-size: 14px;
}

/*右边*/
.qu-right .cr_div1 {
    padding: 10px 10px;
    text-align: left;
    line-height: 40px;

}

.qu-right .cr_div1 a {
    display: inline-block;
   
    height: 40px;
    padding-left: 48px;
    color: #656565;
    font-size: 14px;
    position: relative;
	margin: 5px 0px;
}

.qu-right .cr_div1 a i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0
}

.qu-right .cr_div1 a.cr1_link1 i {
    background: url(/static/images/ask_icon.png?v=2020) no-repeat center;
}

.qu-right .cr_div1 a.cr1_link2 i {
    background: url(/static/images/answer_icon.png?v=2020) no-repeat center
}

.qu-right .cr_div1 span {
    /*display: inline-block;
    width: 1px;
    height: 30px;
    background: #edf0f2;
    margin: 0 6px;
    position: relative;
    top: 10px;*/
}

.qu-right .cr_div2  {
    width: 272px;
    padding: 20px 24px;
    background: #fff;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    border-radius: 3px
}

.qu-right .cr_div2 .cr_div2_tit {
    width: 259px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3d464d;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    border-left: 3px solid #3491f1;
    font-weight: 600;
    margin-bottom: 18px
}

.qu-right .cr_div2 .cr_div2_txt {
    width: 272px;
    line-height: 24px;
    color: #828e9a;
    font-size: 14px;
    text-align: justify
}


.zj-box{
    margin-top:10px;

}
.side-title{
    font-size:14px;
    color: #151515;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #eee;
}
.side-title i {
    color: #f60;
    margin-right: 5px;
}
.zj-list {
    padding:0 5px;
    display: flex;
    flex-flow: row wrap;
   
}
.zj-list li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    overflow: hidden;
}
.zj-list a {
    display: block;
    margin: 10px 0;
    position: relative;
	font-size: 14px;
}
.zj-list li a i{
    width: 17px;
    position: absolute;
    right: 5px;
    bottom: 0;
    color:#ffac2c;
}
.zj-list li a .img-circle{
    width:50px;
    height:50px;
    border:1px solid #E6E6E6;
    border-radius: 50%
}

.hot-ranking-box{
    margin-top:10px;
}
.hot-ranking-list{
    margin-left:auto;
    float: right;
}
.itembtn {
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 0;
    border-right:1px solid #939393;
    float: left;
}
.itembtn:last-child{
    border-right:none;
}
.itembtn a{
    text-align: center;
    font-size: 12px;
}
.itembtn a:hover,.itembtn .active{
    color: #bd0008;
}

.hot-users li {
    border-top: 0.5px solid #ccc;
    padding: 15px 8px;
    box-sizing: border-box;
    text-align: justify;
    font-size: 14px;
    color: #333;
    width:100%;
    overflow: hidden;
}

.hot-users li .hot-user-avter {
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 5px;
    float: left;
}
.hot-users li .hot-user-avter img {
    border-radius: 100%;border:1px solid #ddd;
}
.hot-users li .hot-user-info {
    flex-grow: 1;
    float: left;
}
.hot-users li .hot-user-info .hot-nice {
    font-size: 14px;
    color: #333;
    font-weight: bold;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 80px;
}

.hot-users li .hot-user-info .hot-nice a:hover {
    color: #ff6f06;
}
.hot-users li .hot-user-info .hot-des {
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    line-height: 18px;
}
.hot-users li .hot-user-info .hot-des span {

    color: #FF5500;
    font-weight: normal;
}
.hot-users li:hover {
    background-color: #F7F7F7;
}
.follow_status{
    background-color: #fb9809;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    float: right;
	white-space: nowrap;
}

.user-news {
    margin-top:10px;

}
.user-news .title{
    font-size:14px;
    color: #151515;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #eee;
}
.user-news .user-news-list{
    padding:10px;
}
.user-news .user-news-list li{
    line-height:2.5;
    font-size:14px;
    border-bottom: 1px solid #eee;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.user-news .user-news-list li i{
    color:#dde2e7;
}
.user-news .title i {
    color: #f60;
    margin-right: 5px;

}

/*问题详情页*/
.answer-center-title{
 
    padding: 15px 15px 10px;
}
.answer-center-title h1{
    color: #3d464d;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
.answer_detail {
    font-size: 14px;
    color: #222;
    margin: 0 15px ;
    line-height: 1.8;
}
.answer_detail h1, .answer_detail h2, .answer_detail h3, .answer_detail h4{
font-size: 15px;
    margin-top: 5px;line-height:2;
}

.answer_detail a{    border-bottom: 1px dotted #ff0000;}
.answer_detail iframe{ width:100% !important}
.answer_info {
    color: #666666;
    font-size: 14px;
    margin: 20px 15px 20px;
}
.answer_info .user_img{
    width:35px;height:36px;border-radius:100%; margin-right:5px;    border: 1px solid #ddd;
}
.answer_info .user_person{
    font-size:14px;color:#C2262E;
}
.answer_info .user_time{
    font-size:14px;color:#C2C2C2;
}
.answer_info_r i{ margin-right:3px;}
.answer_info_r .review{
    color:#C2C2C2;margin-right:20px;
}
.answer_info_r .jubao{
    color:#C2C2C2;
}

.da-list {
    margin-top:10px;
}
.huifu-head {
    height: 45px;
    padding: 0 15px;
    position: relative;
    border-bottom: 0.5px solid #ccc;
	line-height:45px;
}

.huifu-head > div:first-child strong {
    font-size: 18px;
    color: #333;
}
.huifu-head > div:first-child { float:left;}
.huifu-head .hf-head-flr{ float:right;}
/*ADD*/
.mybjq {
    display: inline-block;
    width: 1000px;
    text-align: left;
}
.c3_ft_title {
    font-size: 12px;
    color: #a4b0bd;
}
.c3_ft_title span {
    font-size: 16px;
    color: #404a59;
    font-weight: 700;
    padding: 0 10px;
    border-left: 2px solid #0b7760;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 20px;
}
.eject_btn {
    display: inline-block;
    float: left;
    width: 178px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;;
    border-radius: 2px;
    background: #fafafa;
    cursor: pointer;
    margin-left: 10px;
	padding-left: 10px;
}

.eject_btn span {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    width: 135px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #404a59
}

.eject_btn i {
    display: inline-block;
    width: 12px;
    height: 6px;
    float: right;
    margin-right: 9px;
    margin-top: 15px;
    background: url(/static/images/select_ic.png) no-repeat
}
.input_pro {
    float: right;
    display: inline-block;
    width: 798px;
    height: 36px;
    border: 1px solid #ccc;;
    border-radius: 2px;
    color: #2c2f32;
    background-color: #fafafa;
    font-size: 14px;
    line-height: 38px;
    text-indent: 10px;
    outline: 0;
    margin-left: 10px;
	    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: #93999f;
    font-size: 14px
}

input:-moz-placeholder {
    color: #93999f;
    font-size: 14px
}

input::-moz-placeholder {
    color: #93999f;
    font-size: 14px
}

input:-ms-input-placeholder {
    color: #93999f;
    font-size: 14px
}
.editor_in {
    float: left;
    width: 990px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 20px;
	box-sizing:border-box
}

.clearfix{ display:block; overflow:hidden}
#message {
    width: 990px;
    height: 300px;
    border: 0;
    resize: none;
    background-color: #fafafa
}
.fb_btns {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 0
}

.fb_btns a {
    display: inline-block;
	color:#fff;
}

.sure_fabu {
    width: 130px;
    height: 38px;
    background: #46a386;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #46a386;
    border-radius: 3px;
    margin-right: 40px
}
#drafts_btn{
    background: #b3b4b5;
	border-color:#b3b4b5;
}
.hint {
    line-height: 28px;
    font-size: 14px;
    color: #404a59;
    margin-top: 20px;
    padding: 0 0 0 10px;
  margin-bottom:20px;
}

.hint p {
    color: #a4b0bd;
    font-size: 12px;
    line-height: 24px;
    padding-left: 24px
}

.hint p._tit {
    padding-left: 0
}


.s2 input {
          width: 100%;
          font-size: 14px;
          text-indent: 8px;
          overflow: hidden;
          color: #666;
          border: 0;
          line-height: 26px;
          height: 26px;
          float: left;
          outline: none;
        }

        .s2 {
          width: calc(100% - 193px);
          height: 30px;
          font-size: 12px;
          color: #767676;
          float: left;
          border-style: solid;
          border-width: 2px 2px 2px 2px;
          border-color: #288C6A;
        }

        .btns {
          float: right;
          width: 98px;
          height: 30px;
          padding-left: 8px;
          color: #fff;
          font: bold 13px/30px "微软雅黑";
          border: 0 none;
          cursor: pointer;
          background: #288C6A url(/style/images/icons.png) no-repeat 18px 10px;
        }

        .btns input {
          background: none;
          border: none;
          width: 100%;
          color: #fff;
          font: bold 13px/30px "微软雅黑";
          cursor: pointer;
        }
		
.comment_holder {
border: 1px solid #ccc;
 
height: 45px;
line-height: 45px;
 
color: #666;
font-size: 16px;
padding-left: 25px;
cursor: pointer;
margin: 10px 0px;
border-radius:4px;
}
.comment_btn {
display: inline-block;
background-color: #288C6A;
width: 117px;
color: #fff;
height: 100%;
text-align: center;
float: right;
cursor: pointer;
line-height:45px;
}
#ueditor{ display:none; width:100%; margin-top:10px;}

a.fm-btn{
	display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #46a386;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	}
	
/*头像呼吸光环和鼠标悬停旋转放大*/
.avatar{border-radius: 50%; /*animation: light 4s ease-in-out infinite;*/ transition: 0.5s;}
.avatar:hover{transform: scale(1.15) rotate(720deg);}
@keyframes light{0%{box-shadow: 0 0 4px #f00;} 25%{box-shadow: 0 0 16px #0f0;} 50%{box-shadow: 0 0 4px #00f;} 75%{box-shadow: 0 0 16px #0f0;} 100%{box-shadow: 0 0 4px #f00;}}