/*问答首页，问答关注，问答未关注，问答详情页,问答分类推荐 2021-2-25*/
.ask_my_basic{
  height:50px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #f6f6f6;
  padding-top: 20px;
  padding-left: 95px;
  font-size: 16px;
  color: #333;
}
.ask_my_basic img{
  width:47px;
  height:47px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left:32px;
  top:17px;
}
.ask_no_basic{
  margin-left: 24px;
  margin-right: 24px;
  height:80px;
  font-size: 16px;
  color: #999;
  line-height: 80px;
  letter-spacing: 2px;
  border-bottom: 1px solid #eee;
}
.btn_open_question{
  position: absolute;
  right: 20px;
  top:20px;
  width: 148px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #4e9cff;
  border-radius: 21px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.btn_open_question:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width:22px;
  height:17px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: 0 0;
  margin-right: 8px;
}
.ask_my_question{
  padding:25px 50px;
  cursor: pointer;
}
.ask_you_question{
  padding: 24px;
  cursor: pointer;
}
.ask_my_question p,.ask_you_question p{
  font-size: 18px;
  color: #666;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.ask_my_question p:before,.ask_you_question p:before{
  display: block;
  content: "";
  width:17px;
  height:17px;
  position: absolute;
  left:0;
  top:6px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -32px 0;
}
.question_model{
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
}
.question_position{
  line-height: 30px;
  font-size: 14px;
  color: #8590a6;
}
.question_position .q_auth_img{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 5px;
  margin-right: 5px;
}
.question_title .title{
  padding-top: 2px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.question_title .left{
  width: 500px;
}
.question_title .title a{
  color: #333;
}
.question_basic{
  padding-left: 20px;
  font-size: 14px;
  color: #8590a6;
  line-height: 30px;
  position: relative;
}
.btn_answer,.btn_guanzhu{
  display: inline-block;
  width: 90px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
}
.btn_answer{
  background-color: #f0f7ff;
  color: #007bff;
}
.btn_guanzhu{
  background-color: #fff7f0;
  color: #ff731e;
}
.btn_answer:hover{
  color: #007bff;
}
.btn_guanzhu:hover,.btn_guanzhu.active{
  background-color: #ff731e;
  color: #fff;
}
.btn_answer:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width:12px;
  height:12px;
  margin-right: 5px;
  margin-top: -3px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -795px 0;
}
.btn_guanzhu:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width:13px;
  height:13px;
  margin-right: 5px;
  margin-top: -3px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -59px 0;
}
.icon_left{
  display: block;
  position: absolute;
  left:0;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
}
.icon_qipao{
  top:8px;
  width:12px;
  height:13px;
  background-position: -817px 0;
}
.icon_zan{
  top:9px;
  width:12px;
  height:12px;
  background-position: -862px 0;
}
.icon_eye{
  top:10px;
  width:15px;
  height:10px;
  background-position: -884px 0;
}
.question_first{
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.question_two{
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.question_guanzhu{
 margin-top: 10px;
 padding-left: 60px;
 padding-top: 5px;
 line-height: 20px;
 /*height:50px;*/
 position: relative;
 font-size: 14px;
}
.icon_jinpai{
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 17px;
  margin-top: -2px;
  margin-right: 10px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -103px 0;
}
.icon_zhiwei{
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-top: -2px;
  margin-right: 2px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -82px 0;
}
.icon_auth{
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-top: -2px;
  margin-right: 2px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -426px 0;
}
.question_guanzhu_img{
  width: 50px;
  height: 50px;
  position: absolute;
  left:0;
  top:0;
  border-radius: 50%;
}
.btn_guanzhu_ta{
  position: absolute;
  right: 0;
  top:0;
  width:66px;
  height:30px;
  border-radius:15px;
  background: #f0f7ff;
  line-height:30px;
  text-align: center;
  color: #4e9cff;
  font-size:14px;
  cursor: pointer;
}
.btn_guanzhu_ta:hover,.btn_guanzhu_ta.active{
  background-color: #4e9cff;
  color: #fff;
}
.btn_guanzhu_more{
  position: absolute;
  right: 0;
  top:0;
  cursor: pointer;
  width:15px;
  height:3px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -718px 0;
}
.btn_guanzhu_more a{
  display: block;
  width: 100%;
  height: 100%;
}
.question_detail{
  margin-top: 10px;
  background: #f6f6f6;
  border-radius: 10px;
  padding:10px 15px 5px 15px;
}
.question_detail .title{
  font-size: 16px;
  line-height: 40px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-left: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.question_detail .title:before{
  display: block;
  content: "";
  position: absolute;
  left:0;
  top:11px;
  width: 15px;
  height: 17px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -283px 0;
}
.question_detail .title a{
  color: #333;
}
.question_detail .desc{
  font-size: 14px;
  color: #333;
  line-height: 28px;
  padding:10px 0;
  position: relative;
  word-break:break-all;
}
.question_detail .desc a{
  color: #333;
}
.question_detail .desc .wrap_img{
  width: 185px;
  height: 112px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.question_detail .desc .wrap_img img{
  width: 100%;
  height: 100%;
}
.question_detail .desc .wrap_wen{
  width:500px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.question_detail .more{
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  line-height: 28px;
  color: #4e9cff;
}
.question_detail .more:after{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 5px;
  margin-left: 5px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -536px 0;
}
.question_zan{
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #eaf4ff;
  font-size: 14px;
  color: #2381f5;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.question_zan.active{
  background-color: #4e9cff;
  color: #fff;
}
.question_zan:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width:13px;
  height:14px;
  margin-right: 5px;
  margin-top: -5px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -125px 0;
}
.question_zan.active:before{
  background-position: -308px 0;
}
.question_cai{
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  margin-right: 15px;
  border-radius: 3px;
  background-color: #eaf4ff;
  font-size: 14px;
  color: #2381f5;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.question_cai.active{
  background-color: #4e9cff;
  color: #fff;
}
.question_cai:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  width:13px;
  height:14px;
  margin-right: 5px;
  margin-top: -5px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -148px 0;
}
.question_cai.active:before{
  background-position: -331px 0;
}
.question_fengxiang{
  margin-left: 20px;
  font-size: 14px;
  color: #8590a6;
  line-height: 32px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.question_fengxiang:before{
  display: block;
  content: "";
  position: absolute;
  left:0;
  top:9px;
  width:14px;
  height:14px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -195px 0;
}
.question_fengxiang.active:before{
  display: block;
  content: "";
  background-position: -259px 0;
}
.question_zhuiwen{
  margin-left: 20px;
  font-size: 14px;
  color: #8590a6;
  line-height: 31px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.question_zhuiwen:before{
  display: block;
  content: "";
  position: absolute;
  left:0;
  top:9px;
  width:14px;
  height:14px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -171px 0;
}
.question_zhuiwen.active:before{
  display: block;
  content: "";
  background-position: -354px 0;
}
.question_shoucang{
  font-size: 14px;
  color: #8590a6;
  line-height: 31px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.question_shoucang:before{
  display: block;
  content: "";
  position: absolute;
  left:0;
  top:9px;
  width:10px;
  height:14px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -239px 0;
}
.question_shoucang.active:before{
  display: block;
  content: "";
  background-position: -219px 0;
}
.question_list:not(:first-child){
  margin-top: 15px;
}
.news-ask-list{
  padding: 20px 24px 20px 22px;
}
.news-ask-list .swiper-slide{
  width: 270px!important;
  margin-right: 20px!important;
  background-color: #f6f6f6;
  border-radius: 6px!important;
  overflow: hidden;
}
.news-ask-list .ask_cate_img{
  width:48px;
  height:48px;
  border-radius: 6px;
  position: absolute;
  left:20px;
  top:85px;
  z-index: 3;
}
.news-ask-list .wrap_img{
  height: 101px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}
.news-ask-list .wrap_img img{
  width: 100%;
  height: 101px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.news-ask-list .wrap_wen{
  padding:10px 18px;
}
.news-ask-list .wrap_wen .title{
 font-size: 16px;
 color: #333;
 padding-left: 66px;
 line-height: 30px;
 font-weight: 600;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
.news-ask-list .wrap_wen .desc{
 font-size: 14px;
 color: #666;
 line-height: 22px;
}
.news-ask-list .swiper-button-next, .news-ask-list .swiper-button-prev{
  position: absolute;
  top: 50%;
  margin-top: -20px!important;
  width: 16px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 0!important;
  border-radius: 3px;
  background-color: rgba(201,201,201,0.8)!important;
  background-repeat: no-repeat;
  background-position: center center;
  color: #c4c5c7!important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  cursor: pointer;
  z-index: 10;
  font-size: 0!important;
  outline: none;
}
.news-ask-list .swiper-button-prev {
  left: 0;
  background-image: url(/uploads/image/sqimages/icon_jiantou_l.png);
}
.news-ask-list .swiper-button-next{
  right: 0;
  background-image: url(/uploads/image/sqimages/icon_jiantou_r.png);
}
.news-ask-list .swiper-button-prev:after,.news-ask-list .swiper-button-next:after{
  content: '';
  outline: none;
}
.more-news-ask{
 display: block;
 width: 150px;
 height:42px;
 margin:20px auto 0 auto;
 border-radius: 21px;
 background-color: #f6f6f6;
 line-height: 42px;
 text-align: center;
 font-size: 14px;
 color: #007bff;
}
.more-news-ask em{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 5px;
  height: 8px;
  background-image: url(/uploads/image/sqimages/icon_bottom.png);
  background-position: -133px 0;
}
.ask_gao_img{
 width: 100%;
 border-radius: 6px;
}
.answer-good{
 padding:5px 15px 0 20px;
}
.answer-good li{
 padding-left: 68px;
 margin-top: 10px;
 position: relative;
}
.answer-good li .wrap_img{
 width:50px;
 height:50px;
 border-radius: 50%;
 position: absolute;
 left:0;
 top:0;
 border: 1px solid #e9eaed;
 padding: 2px;
 background-color: #fff;
}
.answer-good li .wrap_img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.answer-good li .wrap_wen{
  height: 80px;
  border-bottom: 1px solid #e9eaed;
  position: relative;
}
.answer-good li:last-child .wrap_wen{
  border-bottom: none;
}
.answer-good li .name{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.answer-good li .zhicheng{
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding-right: 90px;
}
.answer-good li .number_guanzhu{
  position: absolute;
  right: 0;
  top:0;
  width:82px;
  height:30px;
  background-color: #f0f7ff;
  font-size: 14px;
  color: #0078ff;
  text-align: center;
  line-height:30px;
  border-radius: 15px;
}
.guanzhu_list{
  padding:0 20px;
}
.guanzhu_list ul li{
  margin-top: 10px;
  padding-left:70px;
  position: relative;
}
.guanzhu_list ul li:last-child .wrap_wen{
  border-bottom: none;
}
.guanzhu_list ul li .wrap_img{
  position: absolute;
  left:0;
  top:10px;
  width:52px;
  height:52px;
  border-radius: 6px;
}
.guanzhu_list ul li .wrap_img img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.guanzhu_list ul li .wrap_wen{
  height: 80px;
  border-bottom: 1px solid #e9eaed;
}
.guanzhu_list ul li .title{
 font-size: 16px;
 color: #333;
 line-height: 30px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
.guanzhu_list ul li .desc{
 font-size: 14px;
 color: #777;
 line-height: 20px;
}
.this_guanzhu{
  font-size: 14px;
  color: #8590a6;
  line-height: 30px;
  position: relative;
}
/*问答问题详情*/
.article_question .position{
  font-size: 14px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  padding-left: 24px;
}
.article_question .fenlei_cated{
  position: absolute;
  right: 24px;
  top:7px;
  background-color: #f0f7ff;
  height:36px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  line-height:36px;
  text-align: center;
  font-size: 14px;
  color: #2187f5;
}
.article_question .content{
  padding:15px 24px;
}
.article_question .title{
 font-size: 18px;
 color: #333;
 font-weight: bold;
 line-height:24px;
 padding-right: 100px;
}
.article_question .desc{
 padding-top: 5px;
 font-size: 14px;
 color: #333;
 line-height: 26px;
}
.article_question .desc img{
  display: block;
  max-width: 100%;
  margin: 5px auto;
}
.article_huifu_body .desc{
  font-size: 14px;
  color: #333;
  line-height: 28px;
  padding:5px 0;
  position: relative;
}
.article_huifu_body .desc img{
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  display: block;
  margin:5px auto;
}
.article_huifu_body .more{
  display: block;
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 14px;
  line-height: 28px;
  color: #4e9cff;
}
.part_more{
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 14px;
  line-height: 28px;
  color: #4e9cff;
  width: 50px;
  text-align: right;
  background-color: #fff;
}
.part_more:before{
  position: absolute;
  left:-150px;
  top: 0;
  display: block;
  content: "";
  width: 150px;
  height: 28px;
  background:rgba(255,255,255,0.3);
  background:-webkit-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0));
  background:-o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
  background:-moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
  background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0));
}
.article_huifu_body .more:hover,.part_more:hover{
  color: #4e9cff;
}
.article_huifu_body .more:after,.part_more:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 9px;
  height: 6px;
  background-image: url(/uploads/image/sqimages/icon_bottom.png);
  background-position: -40px 0;
}
.show_desc.part_hidden{
  height: 110px;
  overflow: hidden;
}
.article_huifu_item{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.ask_zixun{
  width:783px;
  height:70px;
  background-image: url(/uploads/image/sqimages/ask_wen.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.ask_zixun .title{
  width: 440px;
  height: 70px;
  margin-left:146px;
  color: #ffa200;
  font-size: 22px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}
.ask_zixun .link_zixun{
  position: absolute;
  right:46px;
  top:15px;
  display: block;
  width:135px;
  height:40px;
  border-radius:20px;
  background-color: #fff;
  line-height:40px;
  text-align: center;
  font-size: 16px;
  color: #4e9cff;
  font-weight: bold;
}
.about_tuijian h2{
  height: 50px;
  background-color: #f0f7ff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  font-size: 16px;
  color: #333;
  padding-left: 24px;
  line-height: 50px;
  font-weight: 700;
}
.about_tuijian ul{
  padding-top: 10px;
  padding-bottom: 10px;
}
.about_tuijian li{
  padding:7px 20px 7px 24px;
  font-size: 14px;
  color: #5a86b5;
  line-height: 24px;
}
.about_tuijian li a{
  color: #5a86b5;
}
.zhuiwen_area{
  border:1px solid #eee;
  margin-top: 20px;
  padding:20px;
  border-radius: 6px;
  position: relative;
}
.zhuiwen_input{
  width:558px;
  height:40px;
  background-color: #eef0f4;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  outline: none;
  border: none;
}
.btn_zhuiwen{
  width:122px;
  height:40px;
  position: absolute;
  right: 20px;
  top:20px;
  background-color: #4e9cff;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.pub_zhuiwen{
  width:74px;
  height:40px;
  background-color: #4e9cff;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.zhuiwen_input2{
  width:545px;
  height:40px;
  background-color: #eef0f4;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  outline: none;
  border: none;
}
.article_huifu_son{
  margin-top: 15px;
  border-top:1px solid #eee;
}
.topic_tuijian .title{
 height:50px;
 background-color: #f0f7ff;
 border-top-right-radius: 6px;
 border-top-left-radius: 6px;
 font-size: 16px;
 color: #2589f5;
 padding-left: 20px;
 line-height: 50px;
}
.topic_tuijian ul{
  padding:10px 22px;
}
.topic_tuijian li{
  font-size: 14px;
  color: #5a86b5;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topic_tuijian li a{
  color: #5a86b5;
}
/*问答分类推荐*/
.fenlei_banner img{
  width: 100%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.fenlei_basic{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-left: 177px;
  position: relative;
}
.fenlei_basic .fenlei_img{
 width: 112px;
 height: 112px;
 border-radius: 10px;
 position: absolute;
 left:40px;
 bottom:20px;
 z-index: 9;
}
.fenlei_basic .fenlei_title{
  font-size: 20px;
  color: #333;
  line-height: 32px;
  font-weight: 700;
}
.fenlei_basic .fenlei_desc{
  font-size: 14px;
  color: #8590a6;
  line-height: 30px;
}
.btn_fenlei_guanzhu{
 position: absolute;
 right: 30px;
 top:20px;
 width: 82px;
 height: 36px;
 border:1px solid #2589f5;
 background-color: #f0f7ff;
 font-size: 14px;
 color: #2589f5;
 text-align: center;
 line-height: 36px;
 border-radius: 18px;
 cursor: pointer;
}
.btn_fenlei_guanzhu:hover,.btn_fenlei_guanzhu.active{
  background-color: #4e9cff;
  color: #fff;
}
.number_fenlei_guanzhu,.number_fenlei_wenti{
  font-size: 14px;
  color: #666;
  padding-left: 22px;
  line-height: 32px;
  position: relative;
}
.number_fenlei_wenti{
  font-size: 14px;
  color: #666;
  padding-left: 22px;
  line-height: 32px;
  position: relative;
}
.number_fenlei_guanzhu:before,.number_fenlei_wenti:before{
  display: block;
  content: "";
  position: absolute;
  left:0;
  top:9px;
  width:13px;
  height:13px;
}
.number_fenlei_guanzhu:before{
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -493px 0;
}
.number_fenlei_wenti:before{
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -447px 0;
}
.fenlei_hd{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fenlei_hd ul li{
  display: inline-block;
  width: 72px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  border-radius: 15px;
  font-weight: 500;
  cursor: pointer;
}
.fenlei_hd ul li.active{
  background-color: #4e9cff;
  font-size: 14px;
  color: #fff;
}
.fenlei_question_basic{
  height:126px;
  padding-left: 102px;
  padding-top: 15px;
  position: relative;
}
.fenlei_question_basic .auth_img{
  position: absolute;
  left:25px;
  top:20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.fenlei_question_form{
 margin-top: 8px;
 width: 658px;
 height: 48px;
 position: relative;
}
.fenlei_question_basic .title{
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.fenlei_question_form input{
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background-color: #e9eaed;
  padding-left:48px;
  font-size: 16px;
  color: #666;
  border:none;
}
.fenlei_question_form .icon_fenlei_bi{
  position: absolute;
  left:0;
  top:0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/uploads/image/sqimages/ask_2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.fenlei_about{
  border-radius: 10px;
  background-image: url(/uploads/image/sqimages/ask_about.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.fenlei_about h2{
  font-size: 20px;
  color: #fff;
  line-height: 65px;
  padding-left:56px;
}
.fenlei_about dt{
  font-size: 16px;
  color: #4e9cff;
  font-weight: 500;
  line-height:50px;
  background-color: #f0f7ff;
  padding-left:24px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fenlei_about dd{
  padding:10px 24px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 2em;
}
.fenlei_teacher{
  width: 100%;
  height: 191px;
  background-color:#6a7682;
  border-radius:6px;
}
.fenlei_teacher .swiper-container{
  padding-left: 30px;
  padding-top: 30px;
}
.fenlei_teacher .swiper-slide{
  width: 272px!important;
  height: 134px!important;
  margin-right: 15px!important;
  background-color: #757f8a;
  border-radius: 6px!important;
  overflow: hidden;
}
.fenlei_teacher .ask_cate_img{
  width:48px;
  height:48px;
  border-radius: 6px;
  position: absolute;
  left:20px;
  top:85px;
  z-index: 3;
}
.fenlei_teacher .swiper-button-next, .fenlei_teacher .swiper-button-prev{
  position: absolute;
  top: 50%;
  margin-top: -20px!important;
  width: 22px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 0!important;
  border-radius: 3px;
  background-color: rgba(201,201,201,0.7)!important;
  background-repeat: no-repeat;
  background-position: center center;
  color: #c4c5c7!important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  cursor: pointer;
  z-index: 10;
  font-size: 0!important;
  outline: none;
}
.fenlei_teacher .swiper-button-prev {
  left: 0;
  background-image: url(/uploads/image/sqimages/icon_more7.png);
}
.fenlei_teacher .swiper-button-next{
  right: 0;
  background-image: url(/uploads/image/sqimages/icon_more6.png);
}
.fenlei_teacher .swiper-button-prev:after,.fenlei_teacher .swiper-button-next:after{
  content: '';
  outline: none;
}
.fenlei_teacher .info{
  padding-left: 75px;
  padding-right: 25px;
  position: relative;
}
.fenlei_teacher .wrap_img{
  width:54px;
  height:54px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left:10px;
  top:18px;
  padding:2px;
}
.fenlei_teacher .wrap_img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.fenlei_teacher .wrap_wen{
  padding-top: 18px;
}
.fenlei_teacher .tc_name{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}
.fenlei_teacher .tc_desc{
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}
.fenlei_teacher .tc_guanzhu{
  position: absolute;
  right: 25px;
  top:20px;
  display: block;
  height: 22px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #0078ff;
  line-height: 22px;
}
.fenlei_teacher .tc_count{
  margin-top: 18px;
  border-top:1px solid #85929f;
  padding-top: 6px;
}
 .number_zan,.number_huifu{
  font-size: 14px;
  color: #8590a6;
  padding-left: 20px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
 .number_zan:before{
  position: absolute;
  left:0;
  top:8px;
  display: block;
  content: "";
  width: 12px;
  height: 13px;
  background-image: url(/uploads/image/sqitopic/icon_topic.png);
  background-position: -46px 0;
}
 .number_huifu:before{
  position: absolute;
  left:0;
  top:8px;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/uploads/image/sqitopic/icon_topic.png);
  background-position: -63px 0;
}
 .number_zan.active:before,.number_zan:hover:before{
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -125px 0;
 }
 .number_zan2,.number_huifu2{
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  padding-left: 20px;
  line-height: 30px;
  position: relative;
}
 .number_zan2:before{
  position: absolute;
  left:0;
  top:8px;
  display: block;
  content: "";
  width: 12px;
  height: 13px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -308px 0;
}
 .number_huifu2:before{
  position: absolute;
  left:0;
  top:8px;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/uploads/image/sqimages/icon_ask.png);
  background-position: -404px 0;
}
.select_keywords{
  height: 50px;
  position: relative;
}
.select_keywords dd{
  position: absolute;
  left: 0;
  top:50px;
  z-index: 99;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(57, 57, 57, 0.11);
}
.select_keywords dd p{
  font-size: 18px;
  color: #333;
  line-height: 40px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.select_keywords .click_bottom{
  width: 30px;
  height: 50px;
  background-image: url(/uploads/image/sqimages/icon_bottom8.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.select_keywords dt.active .click_bottom{
  background-image: url(/uploads/image/sqimages/icon_top1.png);
}
.btn_about_mfst{
  width: 115px;
  height: 36px;
  background: #5393f1;
  border-radius: 18px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.btn_about_mfst:before{
  position: absolute;
  left:15px;
  top:0;
  display:block;
  width: 20px;
  height: 100%;
  content: "";
  background-image: url(/uploads/image/sqimages/icon_ej.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.btn_about_mfst:hover{
  color: #fff;
}
.btn_about_zllq{
  width: 115px;
  height: 36px;
  background: #ff831e;
  border-radius: 18px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.btn_about_zllq:before{
  position: absolute;
  left:15px;
  top:0;
  display:block;
  width: 20px;
  height: 100%;
  content: "";
  background-image: url(/uploads/image/sqimages/icon_zllq.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.btn_about_zllq:hover{
  color: #fff;
}
.btn_about_zxls{
  width: 115px;
  height: 36px;
  background: #ff694b;
  border-radius: 18px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.btn_about_zxls:before{
  position: absolute;
  left:15px;
  top:0;
  display:block;
  width: 20px;
  height: 100%;
  content: "";
  background-image: url(/uploads/image/sqimages/icon_zx.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.btn_about_zxls:hover{
  color: #fff;
}
.btn_about_tiwen{
  display: inline-block;
  width: 262px;
  height: 40px;
  background: #fff;
  border: 1px solid #408ef0;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #4d9ef4;
}
.btn_about_tiwen:hover{
  color: #4d9ef4;
}
.btn_about_view{
  display: inline-block;
  width: 262px;
  height: 40px;
  background: #4c8bef;
  background:-webkit-linear-gradient(left,#4c8bef 30%,#6bb1f8 50%);
  background:-o-linear-gradient(right,#4c8bef 30%,#6bb1f8 50%);
  background:-moz-linear-gradient(right,#4c8bef 30%,#6bb1f8 50%);
  background:linear-gradient(to right,#4c8bef 30%,#6bb1f8 50%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.btn_about_view:hover{
  color: #fff;
}
.cor2577ef{
  color: #2577ef;
}
.coursescroll-left{
  width:742px;
  margin: 0 auto;
  overflow:hidden;
  position:relative;
  padding-left: 20px;
  padding-right: 20px;
}
.coursescroll-left .hd .prev,.coursescroll-left .hd .next{
  display:block;
  width:40px;
  height:40px;
  border-radius: 50%;
  overflow:hidden;
  cursor:pointer;
}
.coursescroll-left .hd .prev{
  position: absolute;
  left:0;
  top:36px;
  z-index: 999;
  background-image: url(/uploads/image/sqimages/btn_prev.png);
  background-position: left center;
  background-repeat:no-repeat;
}
.coursescroll-left .hd .next{
  position: absolute;
  right:0;
  top:36px;
  z-index: 999;
  background-image: url(/uploads/image/sqimages/btn_next.png);
  background-position: left center;
  background-repeat:no-repeat;
}
.coursescroll-left .bd ul{
  overflow:hidden;
  zoom:1;
}
.coursescroll-left li{
  float:left;
  width:219px;
  height:170px;
  margin-right: 20px;
}
.coursescroll-left li .wrap_img{
  width: 100%;
  height: 123px;
  border-radius: 6px;
  overflow: hidden;
}
.coursescroll-left li .wrap_wen{
  font-size: 15px;
  font-family: 'alibaba puhuiti';
  font-weight: 400;
  color: #333;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn_ljmfsx{
 width: 450px;
 height: 48px;
 display: block;
 margin: 0 auto;
 background: #ff831e;
 border-radius: 24px;
 line-height: 48px;
 text-align: center;
 font-size: 16px;
 color: #fff;
 border-radius: 24px;
}
.icon_acpt_img{
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.btn_ljmfsx:hover{
  color: #fff;
}
.img_mfzl_wrap{
 width: 100%;
 height: 66px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.mfzl_list li{
  width: 16%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.mfzl_list li a{
 color: #666;
 display: block;
}
/*相关问答*/
.pleft{
    width:80%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pright{width:20%;float: right;text-align: right;}
.answer_images ul{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -10px;
    padding-bottom: 15px;
}
.answer_images li{
    float: left;
    width: 66px;
    height: 38px;
    margin-left: 10px;
    border-radius: 6px;
    position: relative;
    transition: top 1.2s;
    -webkit-transition: top 1.2s;
    -moz-transition: top 1.2s;
    -o-transition: top 1.2s;
}
.answer_images li:hover{
    top:-2px;
}
.answer_images li .show_image{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 6px;
}
.input_reply {
    display: none;
}
.question_tag{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    background-color: #f0f7ff;
    color: #8590a6;
}
