body {
  background: #F6F6F6;
}
.article_show_content {
  width: 1200px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  display: flex;
}
.article_show_content .article_show_left {
  width: 280px;
  height: 100%;
  margin-right: 20px;
}
.article_show_content .article_show_right {
  width: 860px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 20px;
}
.article_show_content .article_show_right .show_head {
  position: relative;
  margin-bottom: 10px;
}
.article_show_content .article_show_right .show_head .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 37px;
  width: 100px;
  height: 37px;
  border-radius: 4px 4px 4px 4px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.article_show_content .article_show_right .show_head .show_title {
  display: inline;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 37px;
  color: #33363C;
  margin-bottom: 10px;
}
.article_show_content .article_show_right .other_info {
  width: 100%;
  height: 52px;
  background: #F8F8FB;
  display: flex;
  position: relative;
}
.article_show_content .article_show_right .other_info .user_info {
  font-size: 0;
}
.article_show_content .article_show_right .other_info .user_info .user_portrait {
  margin: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
.article_show_content .article_show_right .other_info .user_info .user_name {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_show_content .article_show_right .other_info .apply_time {
  margin-left: 20px;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999FAA;
}
.article_show_content .article_show_right .other_info .browse_count {
  position: absolute;
  right: 60px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.article_show_content .article_show_right .other_info .edit_button {
  display: none;
  position: absolute;
  right: 10px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #4395ff;
  cursor: pointer;
}
.article_show_content .article_show_right .quill-body {
  margin-top: 20px;
  width: 860px;
  white-space: pre-wrap;
  line-height: 28px;
}
.article_show_content .article_show_right .quill-body img {
  max-width: 100%;
}
.article_show_content .article_show_right .markdown-body {
  margin-top: 20px;
  width: 820px;
  font-size: 16px;
  line-height: 28px;
}
.article_show_content .article_show_right .markdown-body li {
  list-style: unset;
}
.article_show_content .article_show_right .article_fabulous .fabulous {
  display: block;
  width: 160px;
  margin: 20px auto;
  background: #E2523A;
  color: #fff;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.article_show_content .article_show_right .article_fabulous .fabulous .text_size {
  display: none;
}
.article_show_content .article_show_right .article_fabulous .fabulous a {
  color: #fff;
}
.article_show_content .article_show_right .article_fabulous .fabulous a:hover {
  text-decoration: none;
}
.article_show_content .article_show_right .article_fabulous .fabulous .title {
  color: #000000;
}
.article_show_content .article_show_right .contact_info {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article_show_content .article_show_right .contact_info .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.article_show_content .article_show_right .contact_info h6 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.article_show_content .article_show_right .contact_info .button_block {
  text-align: center;
  width: calc(100% - 20px);
  position: relative;
  margin-left: 20px;
}
.article_show_content .article_show_right .contact_info .button_block .confirm_mask {
  position: absolute;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_show_content .article_show_right .contact_info .button_block .confirm_mask .text {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}
.article_show_content .article_show_right .contact_info .button_block .button {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 10px;
  width: 150px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}
.article_show_content .article_show_right .contact_info .button_block .get_click {
  border: 1px solid #F40;
  background-color: #FFF;
  color: #F40;
}
.article_show_content .article_show_right .contact_info .button_block .consult {
  border: 1px solid #F40;
  background-color: #F40;
  color: #FFF;
}
.article_show_content .article_show_right .contact_info .info_block {
  margin-top: 10px;
  margin-left: 20px;
}
.article_show_content .article_show_right .contact_info .info_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.article_show_content .article_show_right .contact_info .info_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.article_show_content .article_show_right .contact_info .info_block .job_req {
  white-space: pre-wrap;
  display: block;
}

#commentFrame {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
#commentFrame .user_info {
  display: flex;
  margin-bottom: 10px;
}
#commentFrame .user_info .user_portrait {
  background-color: #F8F8FB;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
#commentFrame .user_info .nick_name {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #33363C;
}
#commentFrame .content {
  width: calc(100% - 37px);
  margin-left: 37px;
  height: 120px;
}
#commentFrame .content .cont_box {
  width: 100%;
  height: 80px;
  border: 1px solid #09A183;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  position: relative;
}
#commentFrame .content .cont_box .text {
  width: calc(100% - 20px);
  height: 86.9%;
  border-radius: 5px;
  padding: 5px 10px;
  color: #999;
  font-family: "微软雅黑", serif;
  font-size: 12px;
  resize: none;
  border: none;
  outline: none;
  display: inline-block;
}
#commentFrame .content .cont_box .textarea_mask {
  display: none;
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
#commentFrame .content .cont_box .open_textarea_mask {
  display: block;
}
#commentFrame .content .tools_box {
  width: 100%;
  height: 30px;
  border: 1px solid #09A183;
  margin-top: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
}
#commentFrame .content .tools_box .operator_box_btn {
  height: 30px;
  float: left;
}
#commentFrame .content .tools_box .operator_box_btn .face_icon {
  display: block;
  float: left;
  margin-top: -1px;
  margin-left: 10px;
  font-family: "微软雅黑", serif;
  font-size: 22px;
  color: #09A183;
  cursor: pointer;
}
#commentFrame .content .tools_box .operator_box_btn .img_icon {
  display: block;
  float: left;
  margin-top: -11px;
  margin-left: 10px;
  font-family: "微软雅黑", serif;
  font-size: 33px;
  font-weight: lighter;
  color: #09A183;
  cursor: pointer;
}
#commentFrame .content .tools_box .submit_btn {
  width: 70px;
  height: 30px;
  float: right;
}
#commentFrame .content .tools_box .submit_btn input {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑", serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #09A183;
}
#emotions {
  left: 0;
  margin-top: 34px;
  width: 395px;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
  padding: 10px 0;
  position: absolute;
  border: 1px solid #E8E8E8;
}
#emotions a {
  color: #9ABBC8;
  padding: 2px 7px;
  text-decoration: none;
}
#emotions img {
  border: 0;
}
#emotions div {
  margin: 5px 10px;
  padding: 1px;
  overflow: hidden;
}
#emotions #prev,
#emotions #next {
  margin-left: 3px;
  height: 15px;
  display: block;
  float: left;
  background: #eee;
}
#emotions .categorys {
  height: 26px;
  color: #9ABBC8;
  overflow: hidden;
}
#emotions .categorys a {
  border: 2px solid #e8e8e8;
  border-right: none;
  display: inline-block;
}
#emotions .categorys a:hover {
  text-decoration: underline;
}
#emotions .categorys a.current {
  cursor: default;
  border-bottom: none;
  border-bottom: 2px solid #99cc66;
  background: #F0F0F0;
}
#emotions .categorys a:nth-child(5) {
  border-right: inset;
}
#emotions .container {
  padding: 1px;
  overflow: hidden;
  min-height: auto;
  overflow-y: auto;
  max-height: 180px;
}
#emotions .container a {
  float: left;
  width: 26px;
  height: 22px;
  text-align: center;
  padding: 4px 2px;
  margin: -1px 0 0 -1px;
  border: 1px solid #e8e8e8;
}
#emotions .container a:hover {
  z-index: 2;
  position: relative;
  border: 1px solid #0095cd;
}
#emotions .page {
  text-align: right;
}
#emotions .page a {
  margin-left: 3px;
  color: #0078B6;
  background-color: #f3f3f3;
}
#emotions .page a.current {
  color: #666;
  background-color: #fff;
}
#emotions .page a:hover {
  background-color: #e7e7e7;
}
@media (max-width: 500px) {
  #emotions {
    width: 356px !important;
    left: 8px !important;
  }
}

.article_comment .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #656870;
  border-bottom: 1px #F3F3F3 solid;
  padding-bottom: 5px;
}
.article_comment .title .spot {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #F96F00;
}
.article_comment .title span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999FAA;
}
.comment_record {
  width: 100%;
}
.comment_record li .comment_show {
  border-bottom: 1px dashed #c0c0c0;
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
}
.comment_record li .comment_show .comment_portrait {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.comment_record li .comment_show .comment_portrait img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.comment_record li .comment_show .comment_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.comment_record li .comment_show .comment_info p {
  min-height: 20px;
  line-height: 20px;
  font-family: "微软雅黑", serif;
  font-size: 14px;
}
.comment_record li .comment_show .comment_info .user_name {
  color: #09A183;
  margin-top: 5px;
}
.comment_record li .comment_show .comment_info .user_name .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.comment_record li .comment_show .comment_info .user_name .text_reply {
  margin: auto 10px;
  color: #999FAA;
}
.comment_record li .comment_show .comment_info .comment_body {
  width: 855px;
  color: #999FAA;
  max-height: none;
  margin-top: 5px;
  word-wrap: break-word;
}
.comment_record li .comment_show .comment_info .comment_body .body_image {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comment_record li .comment_show .comment_info .comment_body .body_image .content_image {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 3.33%;
}
.comment_record li .comment_show .comment_info .comment_footer {
  font-size: 12px;
  color: #999FAA;
  margin-top: 5px;
}
.comment_record li .comment_show .comment_info .comment_footer span {
  margin-right: 10px;
  cursor: pointer;
}
.comment_record li .comment_show .comment_info .comment_footer .fabulous {
  cursor: pointer;
}
.comment_record li .comment_show .comment_info .comment_footer .reply {
  font-size: 12px;
  margin-top: 10px;
}
.comment_record li .comment_show .comment_info .comment_footer .delete {
  display: none;
}
.comment_record li .comment_show .comment_info .comment_footer .open_delete {
  display: inline;
}
.comment_record li .comment_show .reply_frame {
  display: none;
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-top: 5px;
  vertical-align: top;
  height: 120px;
}
.comment_record li .comment_show .reply_frame .reply_input {
  width: 100%;
  height: 80px;
  border: 1px solid #09A183;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
}
.comment_record li .comment_show .reply_frame .reply_input .text {
  width: calc(100% - 20px);
  height: 86.9%;
  border-radius: 5px;
  padding: 5px 10px;
  color: #999;
  font-family: "微软雅黑", serif;
  font-size: 12px;
  resize: none;
  border: none;
  outline: none;
  display: inline-block;
}
.comment_record li .comment_show .reply_frame .reply_tools {
  width: 100%;
  height: 30px;
  border: 1px solid #09A183;
  margin-top: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
}
.comment_record li .comment_show .reply_frame .reply_tools .operator_box_btn {
  height: 30px;
  float: left;
}
.comment_record li .comment_show .reply_frame .reply_tools .operator_box_btn .face_icon {
  display: block;
  float: left;
  margin-top: -1px;
  margin-left: 10px;
  font-family: "微软雅黑", serif;
  font-size: 22px;
  color: #09A183;
  cursor: pointer;
}
.comment_record li .comment_show .reply_frame .reply_tools .operator_box_btn .img_icon {
  display: block;
  float: left;
  margin-top: -11px;
  margin-left: 10px;
  font-family: "微软雅黑", serif;
  font-size: 33px;
  font-weight: lighter;
  color: #09A183;
  cursor: pointer;
}
.comment_record li .comment_show .reply_frame .reply_tools .submit_btn {
  width: 70px;
  height: 30px;
  float: right;
}
.comment_record li .comment_show .reply_frame .reply_tools .submit_btn input {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑", serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #09A183;
}
.comment_record li .comment_show .open_reply_frame {
  display: inline-block;
}
.comment_record li .comment_show .see_reply {
  display: none;
  margin-left: 35px;
  font-size: 12px;
  color: #c0c0c0;
  margin-top: 5px;
  cursor: pointer;
}
.comment_record li .comment_show .open_see_reply {
  display: block;
}
.comment_record li ul {
  display: none;
}
.comment_record li .open_children {
  display: block;
}
.comment_record .next_step {
  text-align: center;
  min-height: 20px;
  line-height: 20px;
  font-family: "微软雅黑", serif;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  color: #c0c0c0;
}
#emotions {
  left: 0;
  margin-top: 34px;
  width: 460px;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
  padding: 10px 0;
  position: absolute;
  border: 1px solid #E8E8E8;
}
#emotions .emoji_line {
  display: flex;
}
#emotions .emoji_line .emoji_line_item {
  flex: 1;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  cursor: pointer;
}
@media (max-width: 500px) {
  #emotions {
    width: 356px !important;
    left: 8px !important;
  }
}

