@charset "utf-8";

html{
  /* font-family:"Helvetica Neue", Helvetica, "Microsoft YaHei", STHeiTi, sans-serif; */
  font-family: Helvetica,"Pingfang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","sans-serif";
  /* 禁用iPhone中Safari的字号自动调整 */
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  line-height: 1.15;
}
body {
  background-color: #fff;
  color: #333;
  /* 只对macOS的webkit有效，控制字体渲染 */
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(input,textarea) {
  /* 禁用系统默认菜单 */
  -webkit-touch-callout: none;
  /* 除input与textarea外的文本不能被选择 */
  /* -webkit-user-select: none; */
}
/* 初始化 */
body, ol, ul, dl, dd, h1, h2, h3, h4, h5, h6, p, form, textarea, input {
  margin:0;
}
ol, ul, th, td, textarea, select, option, button {
  padding:0;
}
/* 控制列表项标记类型 */
li{
  list-style-type: none;
}
em, i {
  font-style: normal;
}
/* b, strong {
  font-weight: normal;
} */
/* 设置HTML5新标签为块元素 */
article,aside,footer,header,nav,section,figure,figcaption,main {
  display:block;
}
a {
  text-decoration:none;
  color: #000;
}
/* 轮廓线处理 */
a:hover, a:active, input:focus, button:focus, select:focus, textarea:focus {
  outline: 0;
}
/* 取消链接高亮  */
/*a,button,input,textarea,select,optgroup{
  background-color: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}*/
/* 图片自适应 */
img {
  border: none;
  max-width: 100%;
  /*width: 100%;*//* 与display: block;对应使用 */
  /*display: block;*//* 设置之后不能用text-align: center;实现水平居中 */
  /* 垂直方向基线图片相对于父元素居中对齐 */
  vertical-align: middle;
  /*照顾ie6-7图片缩放失真*/
  -ms-interpolation-mode: bicubic;
}
/* 需重设字体的 */
input, textarea, select, button {
  border: 0;
  outline: none;
  font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
textarea {
  resize: none;
  display: block;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 左右浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.ellipsis_one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.show-article {
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.show-article:hover{
    box-shadow: 0px 5px 13px 0px rgba(35, 122, 229, 0.09);
}
.show-article,.show-question,.show-flash {
  margin-bottom: 1px;
}
.show-flash{
    position: relative;
    background-color: #ffffff;
    padding-top: 20px;
}
.show-flash:before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    /*width: 6px;*/
    /*height: 28px;*/
    border: 9px solid transparent;
    border-left-color: #237ae5;
    /*background-color: #00bbdd;*/
}
.show-article .cover {
  width: 220px;
  height: 150px;
}
.inner-atc {
  cursor: pointer;
  overflow: hidden;
  padding: 0 25px 0 22px;
    height: 150px;
}
.inner-atc h2:hover {
  text-decoration: underline;
}
.inner-atc p:not(.times):hover {
  text-decoration: underline;
}
.title {
  font-size: 18px;
  margin-bottom: 21px;
}
.inner-atc p {
  font-size: 14px;
  color: #787880;
}
p.times {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  color: #bdbdbd;
  cursor: default;
}
.times em {
  /*color: #00bbdd;*/
}
.times span {
  padding: 0 20px;
}
.show-question {
  background-color: #fff;
  padding: 21px 0 31px 0;
}
.show-question>a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.show-question img {
  width: 100%;
  height: 100%;
}
.show-question .title {
  margin-bottom: 11px;
    color: #1e1e1e;
}
.inner-qt {
  padding: 0 20px;
  overflow: hidden;
}
svg.cmt {
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 6px;
}
.inner-qt p.times {
  position: initial;
  margin-bottom: 27px;
}
.comment {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}
.comment a {
  color: #a6a6a6;
}

.inner-flash {
  background-color: #fff;
  padding: 0 95px 30px 26px;
}
.inner-flash p {
  font-size: 14px;
  padding: 0 0 41px;
    color: #a6a6a6;
  word-break: break-word;
}
.person {
  display: flex;
  align-items: center;
}
.person img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.person .times {
  position: initial;
  margin: 0 92px 0 10px;
  font-size: 14px;
  color: #bdbdbd;
}

.person a {
  font-size: 14px;
  color: #333;
}
.timestamp {
  /*background-color: #fff;*/
  /*height: 48px;*/
  /*line-height: 28px;*/
  color: #1e1e1e;
  padding-left: 27px;
  /*padding-top:  20px;*/
    padding-bottom: 18px;
  position: relative;
    font-weight: 500;
    font-size: 16px;
}
/*.timestamp:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
    /*top: 25px;*/
    /*border: 9px solid transparent;*/
    /*border-left-color: #237ae5;*/
/*}*/
a.go_cmt:hover {
  text-decoration: underline;
}
.person>a {
  display: block;
}
.inner-atc>a {
  display: block;
}

.quick-post-form{
    background-color: #ffffff;
}
.all-question-answer li{
    border-bottom-color: transparent;
    padding: 18px 0;
}
.all-question-answer .show-question{
    padding-top: 0;
    padding-bottom: 0;
}
textarea.form-control{
    border: solid 1px #ededed;
    border-radius: 0;
}
.ipt-comment-content:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.question-box div{
    margin-top: 0;
}
.btn-diy{color:#fff;background-color:#237ae5;border-color:#237ae5;}
.btn-diy:hover{
    color: #fff;
}
.question-btn{
    margin-right: 20px;
    border-radius: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}


