﻿/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #3E3E3E;
}
html, body {
  background: #F5F6FA!important;
  color: #303445;
}


/*共有属性*/
.box-shadow {
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  height: 99px;
  vertical-align: middle;
  border-bottom: 1px solid #D5D5DE;
}
.page-content {
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 30px;
  width: 1366px;
}
/* 导航条 */
.index-area {
  height:30px;
  line-height: 30px;
  font-size: 14px;
  width: 1366px;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-top: 15px;
}
.index-area .index-item {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  color: #3E3E3E;
}
.index-area .index-item.active a{
  color: #0066FF;
}
.index-area h1{
  width: 710px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-area .index-item:first-child {
  padding-left: 0;
}
.index-area > span{
  display: inline-block;
  color: #3E3E3E;
  line-height: 30px;
  vertical-align: top;
}
.index-area a:hover{
  color: #0066FF
}
.line-area{
  width: 100%;
  min-height: 121px;
  background: #fff;
  padding: 35px 105px 20px 40px;
  box-sizing: border-box;
}
.line-down-mes{
  width: 922px;
  display: inline-block;
  padding-bottom: 40px;
  font-size: 14px;
  color: #3E3E3E;
  position: relative;
  /* height: 50px; */

  overflow: hidden;
}
.wgt-best-mask{
  position: absolute;
  z-index: 800;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: none;
  background: linear-gradient(-180deg,rgba(255,255,255,.8) 0,#fff 63%);
}
.wgt-best-mask .wgt-best-showbtn{
  display: block;
  margin: 20px auto auto;
  width: 80px;
  font-size: 14px;
  color: #0066ff;
  line-height: 14px;
  cursor: pointer;

}
.wgt-best-showbtn span{
  padding-left: 8px;
  color: #0066ff;
}
.wgt-best-hidebtn{
  display: block;
  margin: 20px auto auto;
  width: 80px;
  font-size: 14px;
  color: #0066ff;
  line-height: 14px;
  cursor: pointer;
  display: none;
}
.wgt-best-hidebtn span{
  padding-left: 8px;
  color: #0066ff;
}
.line-up a{
  color: #3E3E3E;
  font-size: 18px;
  font-weight: bold;
  width: 922px;
  display: inline-block;
  word-wrap: break-word;
}
.line-up .line-right{
  float: right;
  width: 224px;
}
.line-up .line-right span{
  color: #3E3E3E;
  font-size: 14px;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.line-up .line-right .line-browse{
  /* padding-left: 44px; */
}
.line-down{
  margin-top: 10px;
  overflow: hidden;
}
.line-down-left{

  float: left;
}
.line-down-party{
  overflow: hidden;
}
.line-down-party .img{
  vertical-align: middle;
  padding-right: 5px;
  font-size: 20px;
}
.line-down-party .share{
  vertical-align: text-top;
  padding-right: 5px;
  font-size: 20px;
  color: #0066FF;
}
.line-down-party .party-div{
  float: left;
}
.line-down-party .party-div:nth-child(2){
  margin-left: 38px;
}
.line-down-right{
  float: right;
}
.question_btn{
  width: 96px;
  height: 31px;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.question-flillow{
  background: #0066FF;
  color: #fff;
  border: 1px solid #0066FF;
}
.question-browse{
  background: #fff;
  color: #0066FF;
  border: 1px solid #0066FF;
  margin-left: 24px;
}
.question-area{
  width: 100%;
  overflow: hidden;
}
.question-area-left{
  float: left;
  width: 922px;
  min-height: 650px;
}
.question-area-right{
  float: left;
  margin-left: 10px;
  width: 432px;
}
.ad-know {
  height: 146px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.ad-know img {
  width: 100%;
  height: 100%;
}
.ad-handle {
  height: 145px;
  width: 432px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.ad-handle img {
  width: 100%;
  height: 100%;
}
.special-wrap{
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  min-height: 321px;
}
.special-wrap .special-title{
  font-weight: bold;
  font-size: 18px;
  color: #3E3E3E;
  padding: 21px 0 0 21px;
}
.special-info{
  overflow: hidden;
  padding-left: 23px;
  padding-top: 24px;
  padding-right: 23px;
}
.special-info a{
  display: block;
  color: #3E3E3E;
  font-size: 14px;
  margin-bottom: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.special-info a:hover{
  color: #0066FF;
}
.question-list{
  width: 100%;
}
.question-list .question-li{
  box-sizing: border-box;
  padding-left: 37px;
  padding-right: 24px;
  margin-bottom: 10px;
  background: #fff;
}
.ad-question {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ad-question img {
  width: 100%;
  height: 100%;
}
.question-item-top{
  overflow: hidden;
  padding-top: 20px;
}
.question-item-top img{
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.question-item-top .question-item-right{
  float: left;
  width: 93%;
  padding-top: 12px;
}
.question-item-right .question-item-name{
  color: #3E3E3E;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.question-item-right .question-item-tip{
  color: #a3a3a3;
  font-size: 14px;
  float: right;
}
.question-item-right .question-item-tip span:nth-child(2){
  float: right
}
.question-item-con{
  color: #3E3E3E;
  font-size: 14px;
  padding-top: 20px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}
.question-item-con>div .more-link{
  float: right;
  padding-right: 15px;
  color: #4280FF;
}
.question-item-con img{
  width: 100%;
}
.question-best-mask{
  position: absolute;
  z-index: 800;
  bottom: 0;
  width: 100%;
  height: 40px;
  /* display: none; */
  background: linear-gradient(-180deg,rgba(255,255,255,.8) 0,#fff 63%);
}
.question-best-showbtn{
  margin: 20px auto auto;
  width: 80px;
  font-size: 14px;
  color: #0066ff;
  line-height: 14px;
  cursor: pointer;
}
.question-item-bottom{
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
}
.question-item-bottom .give-same-div{
  float: left;
}
.give-thumbs{
  /* width: 94px; */

  padding: 5px 10px;
  box-sizing: border-box;
  color: #0066FF;
  border: 1px solid #0066FF;
  cursor: pointer;
  border-radius: 5px;
}
.give-thumbs1 {
  padding: 5px 10px;
  box-sizing: border-box;
  color: #0066FF;
  border: 1px solid #0066FF;
  cursor: pointer;
  border-radius: 5px;
}
.give-thumbs1 .link2024 {
  color: #0066FF;
}
.question-item-bottom .img{
  vertical-align: middle;
  padding-right: 9px;
  font-size: 20px;
}
.question-item-bottom span{
  vertical-align: middle;
}
.give-reply{
  cursor: pointer;
  padding-left: 39px;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 35px;
}

.give-share{
  padding-left: 25px;
  color: #3E3E3E;
  font-size: 14px;
  cursor: pointer;
  line-height: 35px;
}
.give-times{
  float: right!important;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 35px;
}
.give-times .give-button{
  color: #0066FF;
  display: inline-block;
  padding-left: 18px;
  cursor: pointer;
}
.content-section{
  background: #fff;
  width: 100%;
  display: none;
}
.section-title{
  color: #3F3D44;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.section-title p{
  display: inline-block;
}
.section-title .section-title-up{
  font-size: 14px;
  color: #0066FF;
  cursor: pointer;
}
.section-input {
  padding: 18px 20px 0 20px;
  background: #fff;
  font-size: 12px;
  border: none;
  outline: none;
  color: #3E3E3E;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #C0C0C1;
  height: 50px;
}
.section-comment {
  height: 36px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.section-comment .section-save {
  float: right;
  height: 36px;
  width: 100px;
  color: #fff;
  background-color: #3091F2;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  background:linear-gradient(120deg,rgba(0,153,255,1),rgba(0,102,255,1));
}
.comment-header{
  overflow: hidden;
}
.comment-li{
  padding: 30px 0;
  border-bottom: 1px dashed #F3F3F8;
  display: none;
}
.comment-cover-wrap{
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-cover{
  width: 100%;
  height: 100%;
}
.comment-user{
  float: left;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
}
.parent-header-pic {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.comment-nickname{
  font-size: 14px;
  color: #a3a3a3;
  vertical-align: top;
}
.comment-nickname-to {
  font-size: 14px;
  color: #a3a3a3;
  vertical-align: top;
}
.parent-nickname {
  font-size: 14px;
  color: #a3a3a3;
  vertical-align: top;
}
.comment-time{
  color: #a3a3a3;
  font-size: 14px;
  margin-left: 20px;
  vertical-align: top;
}
.comment-user .ant-rate{
  margin-top: 7px;
}
.comment-li-content{
  color: #59607B;
  font-size: 14px;
  margin-left: 40px;
  margin-top: 19px;
}
.comment-li-content p{
  word-break: break-all;
}
.comment-li-reply{
  color: #0070FF;
  margin-top: 18px;
  padding-left: 98px;
  font-size: 14px;
  cursor: pointer;
}
.reply-wrap{
  display: none;
  margin-left: 98px;
  margin-top: 20px;
}
.replay-textarea{
  width: 609px;
  height: 30px;
  padding: 10px;
  border: 1px solid #C0C0C1;
  background-color: #fff;
  resize: none;
  border-radius: 5px;
}
.replay-confirm{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 100px;
  color: #fff;
  background:linear-gradient(120deg,rgba(0,153,255,1),rgba(0,102,255,1));
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  border: none;
  outline: none;
  vertical-align: top;
  margin-top: 10px;
}
/* .replay-confirm:hover{
  color: #fff;
  background-color: #3091F2;
} */
.reply-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #D5D5DE;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.reply-h{
  color: #3091F2;
  display: none;
}
.reply-btn:hover .reply-normal{
  display: none;
}
.reply-btn:hover .reply-h{
  display: block;
}
.reply-div{
  position: relative;
  width: 688px;
  margin-top: 18px;
  margin-left: 40px;
  padding: 0px 20px;
}

.reply-div-test {
  position: relative;
  width: 688px;
  margin-top: 18px;
  margin-left: 0px;
  padding: 0px 0px;
}

.reply-img{
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}

.reply-img-test {
  width: 30px;
  height: 30px;
}

.reply-nickname{
  color: #a3a3a3;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
.reply-div .to-avatar {
  display: inline-block;
}
.reply-div .comment-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.to-avatar .to-avatar-icon {
  color: #a3a3a3;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
.to-avatar .to-nickname {
  font-size: 14px;
  color: #a3a3a3;
  vertical-align: super;
}
.reply-content{
  color: #26222D;
  font-size: 14px;
  margin-top: 10px;
  word-break: break-all;
  padding-left: 40px;
}
.reply-time{
  color: #a3a3a3;
  font-size: 14px;
  padding-left: 20px;
  vertical-align: super;
}
.see-more{
  text-align: center;
  padding: 30px;
  cursor: pointer;
  color: #0066FF;
}
/* .QuestionRichText-up{
  display: none;
} */
.reply-side{
  margin-top: 20px;
  margin-left: 40px;
  display: none;
}
.side-textarea{
  width: 666px;
  height: 30px;
  padding: 10px;
  border: 1px solid #C0C0C1;
  background-color: #fff;
  resize: none;
  border-radius: 5px;
  line-height: 30px;
}
.side-confirm{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 100px;
  color: #fff;
  background: linear-gradient(120deg,rgba(0,153,255,1),rgba(0,102,255,1));
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  border: none;
  outline: none;
  vertical-align: top;
  margin-top: 10px;
}
.comment-li-firstReply{
  color: #0070FF;
  margin-top: 18px;
  padding-left: 40px;
  font-size: 14px;
  cursor: pointer;
}
.footer-area{
  background: #fff!important;
}

.editor-btn {
  float: right;
  right: 20px;
  display: inline-block;
  background: #0066FF;
  border-radius: 5px;
  padding: 11px 12px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-top:20px;
}

.ke-container{
  width: 922px!important;
}
.type-wrap,.give-wrap{
  width: 134px;
  background: #fff;
  padding: 10px 0;
  display: none;
  position: absolute;
}
.type-wrap a,.give-wrap a{
  display: block;
  float: inherit!important;
  margin: 15px 33px!important;
}
.give-wrap{
  position: absolute;
}
.see-more{
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  color: #0066FF;
}

.screening-area{
  background: #fff;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}
.screening-area .screening-con{
  padding-left: 43px;
  overflow: hidden;
}
.screening-area .screening-con a.active{
  color: #0066FF;
}
.screening-area .screening-con a{
  float: left;
  color: #000;
  font-size: 14px;
  width: 3.846%;

}
.screening-area .screening-con a:hover{
  color: #0066FF;
  font-weight: bold;
}
.other-area{
  min-height:70px ;
  width: 100%;
  background: #fff;
  margin-top: 3px;
}
.other-area .other-con{
  padding-left: 36px;
  padding-top: 24px;
  display: none;
}
.other-area .other-con a{
  color: #000;
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.other-area .other-con a:hover{
  color: #0066FF;
}
