@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "microsoft yahei", "微软雅黑", arial, sans-serif;
  font-weight: normal;
}
body,
ul,
li,
p,
html,
span,
i,
section,
svg,
button {
  margin: 0;
  padding: 0;
  color: inherit;
}
body {
  line-height: 1.5;
  position: relative;
  color: inherit;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
  border: 0;
}
a:focus {
  outline: none;
}
a:hover {
  background: none;
}
a:focus,
a:hover {
  color: #666;
}
ul,
ul li,
li {
  list-style: none;
}
img,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wire-detail-box {
  width: 100%;
  max-width: 720px;
  margin: 40px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 4%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 4%);
  border: #f2f2f2 solid 1px;
}
.wire-detail-box > .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
}
.wire-detail-box .wire-title p {
  color: #2a2a2a;
  font-size: 26px;
  font-weight: bold;
}
.wire-detail-box .wire-title span {
  color: #757575;
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
}
.wire-detail-box .wire-content {
  margin-top: 15px;
}
article.article-style {
  max-width: 100% !important;
}
.wire-detail-box .wire-content p {
  font-size: 16px;
  margin-bottom: 25px;
}
article.article-style p {
  font-size: 17px;
  color: #2a2a2a;
  line-height: 29px;
  word-break: break-word;
}

.wire-detail-box .item-tag-list {
  margin-top: 20px;
}
.item-tag-list.follows .tag {
  border: #f1f1f1 solid 1px;
  background: #fff;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  padding: 0px 8px 0px 10px;
  overflow: hidden;
}
.item-tag-list.follows .tag a {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 100%;
  font-weight: bold;
  color: #2a2a2a;
  padding: 9px 0px;
  -webkit-transition: all 0.3s 0.15s;
  -o-transition: all 0.3s 0.15s;
  transition: all 0.3s 0.15s;
  text-align: left;
  display: block;
  float: left;
}

.clearboth:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
.wire-detail-box .comment-box {
  margin-top: 20px;
}

.wire-detail-box .comment-box .comment {
  padding: 0px;
}

.comment-box .comment {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px 100px;
}
.comment-box .comment .write-comment {
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: #f2f2f2 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.comment-box .comment .write-comment .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.comment-box .comment .write-comment .avatar img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comment-box .comment .write-comment .input {
  margin-left: 15px;
  height: auto;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comment-box .comment .write-comment .not-login-tip {
  line-height: 38px;
  color: #757575;
  font-size: 14px;
  font-weight: bold;
}
.comment-box .comment .write-comment .not-login-tip a {
  color: #e04a1c;
}
.comment-box .comment .write-comment .input .options {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.comment-box .comment .write-comment .input .options .btn .submit {
  border: #e04a1c solid 1px;
  border-radius: 3px;
  font-size: 14px;
  color: #e04a1c;
}
.comment-box .comment .write-comment .input .options .btn a {
  padding: 3px 15px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
.comment-box .comment .write-comment .input .options .btn .close {
  color: #757575;
}
.comment-box .comment .write-comment .input .options .btn a {
  padding: 3px 15px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
.w-s-recommend {
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: #f2f2f2 solid 2px;
}
.w-s-recommend .title {
  font-size: 18px;
  font-weight: bold;
  color: #2a2a2a;
}
.w-s-recommend ul {
  margin-top: 20px;
}
.w-s-recommend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.w-s-recommend ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: #757575 solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-s-recommend ul li p {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: normal;
}
.w-s-recommend ul li a {
  font-size: 14px;
  color: #757575;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-s-recommend ul li span {
  margin-left: 12px;
  font-size: 13px;
  color: #757575;
}

.content {
  box-sizing: border-box;
  margin-top: 20px;
}
.content {
  width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
  clear: both;
  position: relative;
  color: #333;
  font-size: 17px;
  position: relative;
  max-width: 100%;
  display: block;
  line-height: 1.875;
  word-break: normal;
  word-wrap: break-word;
}
.content p {
  max-width: 100%;
  margin-bottom: 25px;
  font-weight: 400;
  color: #555;
  text-align: justify;
}

span {
  font-size: 1em;
  color: #999;
}