@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,500,600,700&display=swap&subset=chinese-simplified');
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,500,600,700&display=swap&subset=chinese-simplified");
body{
   margin: 0px;
   padding:0px;
   font-family: 'Noto Serif SC', serif;
   }
.main_container {
  margin-top: 80px;
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  height: 800px;
}


 .main_container .articleHeading{
    max-width: 800px !important;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Serif SC', serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.42;
    text-align: left;
    color: #2c2e2f;
    clear: both;
    margin-bottom: 40px;
    padding-top: 40px;
  }


.top_header {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.post_outer{
    background:#fff;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none !important;
}
.post_outer:first-child{
    margin-top: 0px;
}
.post_outer .post_profile{
    padding: 10px;
    display: inline-block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
    border: 0px solid #eaeaea !important;
    max-width: 600px !important;
    position: unset !important;
    margin: auto;
    background-color:white;
    border-radius: 5px;
}
.post_outer .post_profile .post_profilepic{
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    border: 1px solid #eaeaea !important;
    cursor: pointer !important;
    font-weight: normal;
}
.cursor-pointer {
    cursor: pointer !important;
    font-weight: normal;
}
.post_outer .post_profile .post_profilepic img{
    width: 100%;
    height: 100%;
}
.post_outer .post_profile .post-header-inner-wrap .profiledetail{
    width: calc(100% - 250px);
    /*width: 100%;*/
    margin-top: 5px;
    color: rgba(44, 46, 47, 0.9);
    float: left;
    margin-left: 10px;
    line-height: 14px;
}
.post_outer .post_profile .profiledetail .name{
    font-size: 14px;
    font-weight: 500;
    color: #2c2e2f;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.post_outer .post_profile .profiledetail .name:hover{
 text-decoration:underline;
}
.profiledetail .name, .profiledetail .time{
    display: inline-block;
    width: 100%;
    line-height: 13px;
}
.post_profile .name{
    margin-right: 1px;
    margin-bottom: 0;
    cursor: pointer !important;
    float: none;
}
.post_outer .post_profile .profiledetail .follwer_count{
    display: block;
    padding-top: 5px;
    float: left;
    font-size: 12px;
    font-weight: 500;
    color:
    rgba(44, 46, 47, 0.6);
    font-weight: normal !important;
}
.post_profile .leftmenudrop{
    float: right;
    cursor: context-menu;
    position: relative;
}
.post_profile .leftmenudrop .postright_btn{
    line-height: 26px;
    width: 28px;
    float: right;
    height: 28px;
    text-align: center;
}
.post_profile .leftmenudrop .postmenubtn{
    border: none;
    background:
    #fff;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
}
.leftmenudrop button{
    float: left;
    background: #fff;
    border-radius: 20px;
    padding: 0 9px;
    font-size: 12px;
    color:#f05050;
    margin-top: 4px;
    margin-right: 10px;
    height: 28px;
    line-height: 27px;
    border-color:#f05050;
    box-shadow: 0 0 1px 0 #f05070;
    font-weight: 500;
    cursor: pointer;
    right: 10px !important;
    padding: 0 16px !important;
    border: 1px solid #f05050;
}
.follow_container .follow{
    display: block;
}
.cursolnone{
    cursor: context-menu !important;
}
.follow_container .following{
    display: none;
}
.leftmenudrop button img{
    width: 10px;
}
.follow_container .following img{
    margin-top: -2px;
}
.post_profile .leftmenudrop .postmenubtn img{
    width: 20px !important;

}
.postright_btn.postmenubtn img{
    transform: rotate(90deg);
}
.postright_btn .defaultt{
    display: inline;
}
.postright_btn:hover .defaultt{
    display: none;
}
.postright_btn:hover .hoverr{
    display: inline;
}
.postright_btn .hoverr{
    display: none;
}

.post_outer .post_profile {
  max-width: 800px !important;
  margin: auto;
  position: unset !important;
}

.post_outer {
  box-shadow: none !important;
}

.center_container {
  width: 100%;
  float: unset;
  /*max-height: 325px;*/
  height:auto;
  overflow: hidden;
  /*margin-bottom: 28px;*/
  margin-bottom: 60px;
}
.center_container .view_image{
        height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 334ms;
    transition: 334ms width ease;
    width: 100%;
    text-align: center;
/*    margin-bottom: 60px;
    margin-top: 20px;*/
}

.center_container img {
    max-width: 100%;
   -webkit-transition-duration: 334ms;
   transition-duration: 334ms;
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
   -webkit-transition-property: -webkit-filter,-webkit-transform;
   transition-property: filter,transform,-webkit-filter,-webkit-transform;
   z-index: 0;
}

.ql-toolbar.ql-snow{
    display:none;
}

.center_content {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.center_content .down_data {
  max-width: 800px;
  margin: auto;
  padding-left:8px;
  padding-right: 8px;
}

.center_content .down_data .articleHeading {
  font-family: 'Noto Serif SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-align: left;
  color: #2c2e2f;
}

.center_content .down_data .articleContent p, .center_content .down_data .articleContent .logoHeading {
  font-family: 'Noto Serif SC', serif !important;
/*  font-size: 14px;
  text-align: left;*/
  color: #2c2e2f;
  margin-top: 5px;
  /*opacity: 0.8;*/
  line-height: 1.34;
}
.articleContent h2, .articleContent p, .articleContent ul li, .articleContent ol li, .articleContent blockquote{
   font-family: 'Noto Serif SC', serif !important;

   line-height: 1.86 !important;
}

.articleContent h3{
    font-size: 1.17em;
}
.articleContent iframe.ql-video{
    margin-top: 10px;
    margin-bottom: 5px;
}
.articleContent h2, .articleContent h1, .articleContent h3,.articleContent h4,.articleContent h5{
    line-height: normal !important;
    color: #2c2e2f;
    font-weight: 500;
}
.ql-editor{
  padding: 0 !important;
    height: auto !important;

}
 .ql-editor *{
     font-family: 'Noto Serif SC', serif !important;
     color: #2c2e2f;
  }
  .ql-editor p{
      margin-top:0 !important;
      margin-bottom: 0;
  }
  .ql-editor a *{
    color:#2b6dad;
    }
/* .ql-editor a{
    color: #2b6dad !important;
   text-decoration: none !important;
  }*/
 .ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor b,.ql-editor strong{
    font-weight: 500;
  }

  .ql-editor ol li:before{
    display: none;
  }

.ql-editor ol, .ql-editor ul{
    padding-left: 0 !important;
}
.ql-editor ul li{
    padding-left: 11px !important;
}
.ql-editor ul > li::before{
    content: '\2022' !important;
    font-family: 'Noto Serif', serif;
}
.articleContent ul li, .articleContent ol li, .articleContent p{
    color:#2c2e2f !important;
    font-size: 14px;
}

.ql-editor blockquote em{
    line-height: 1.42 !important;
    font-size: 17.5px;
    color: #2c2e2f;
    font-family: 'Noto Serif SC', serif;
}
.ql-editor blockquote{
    line-height: 1.42 !important;
    color: #2c2e2f;
    font-family: 'Noto Serif SC', serif;

}
.ql-editor{
overflow-x: hidden;
  padding: 0 !important;}
 .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6,.ql-editor b,.ql-editor strong{
    font-family:'Noto Serif SC', serif;
    font-weight: 700;
  }
 .ql-editor a *{
    color: #2b6dad !important;
   text-decoration: none !important;
   font-family: 'Noto Serif SC', serif;
  }

.ql-editor span{
    color: #2c2e2f !important;
  }
.center_content .down_data .articleContent .logoHeading {
  font-weight: 500;
  opacity: 1;
  margin-top: 15px;
}

.center_content .down_data .articleContent .logoimg {
  width: 476px;
  height: 198px;
  float: left;
  margin-top: 10px;
}

.center_content .down_data .articleContent .logoimg img {
  width: 100%;
  height: 100%;
}
.posttagdivseo{
    padding-top:10px !important;
    padding-left:0;
}
.post_profile .leftmenudrop{
    margin-top: 5px;
}
.post_footeroptionseo .defaultseo .hoverrseo{
    display: none;
}
.post_footeroptionseo:hover .defaultseo .hoverrseo{
   display:inline;
}
.post_footeroptionseo:hover .defaultseo .defaulttseo{
   display:none;
}
.post_footeroptionseo:hover .comment,.post_footeroptionseo:hover .share, .post_footeroptionseo:hover .important{
   color:#f05050;
}
.articleContent.ql-container.ql-snow{
    border: none;
    /*margin-top: 22px;*/
}
.articleContent.ql-editor{
margin-top: 0px;
}
.articleContent.ql-container.ql-snow .ql-editor{
    padding: 0;
}
.articleContent img{
    margin-bottom: 5px;
}
.ql-editor p{
    text-align: justify;

text-justify: inter-word;
}
.ql-snow .ql-editor img{
    max-width:100%;
}
.post-footer-btn-outer-wrapseo{
    padding-right: 0;
    padding-left: 0;
}
.quill-better-table {
    width: 100% !important;
    border-collapse: collapse;
    border: 1px solid
    #000;
}
.ql-editor table {

    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;

}


.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}
/*
.quill-better-table td, .quill-better-table th {

    border: 1px solid #ddd;
    padding: 8px;
    font-size: 18px;

}
*/
.ql-editor td {

    border: 1px solid #000;
    padding: 2px 5px;

}

     .writecommentseo{
        margin-bottom: 0;
    }
    .down_data .post_outerseo.post_outerseo_sec{
        margin-bottom: 10px;
    }



.ql-toolbar.ql-snow {
  position: fixed;
  left: calc(11% + 5px);
  top: 62px;
  border: none !important;
  color: #fff;
  z-index: 2;
}

.ql-toolbar.ql-snow .ql-picker-label {
  color: #fff !important;
}

.ql-toolbar.ql-snow .ql-stroke {
  stroke: #fff !important;
}

.ql-toolbar.ql-snow .ql-picker-label:hover {
  color: #fff !important;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #545353;
}

.ql-snow .ql-picker-options .ql-picker-item {
  color: #fff;
}

.ql-snow .ql-editor h1 {
  color: #2c2e2f;
}

.ql-editor.ql-blank::before {
  font-style: normal !important;
  font-family: "Noto Serif SC", serif;
  opacity: 0.5;
  font-size: 16px;
  color: #2c2e2f !important;
  left: 0 !important;
}

.ql-editor, .ql-container {
  padding: 0 !important;
  opcity: 1 !important;
}

.ql-editor *, .ql-container * {
  font-family: "Noto Serif SC", serif;
}

.ql-editor a, .ql-container a {
  color: #06c !important;
  text-decoration: none !important;
  cursor: pointer;
}

.ql-editor a *, .ql-container a * {
  color: #06c !important;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor b, .ql-editor strong, .ql-container h1, .ql-container h2, .ql-container h3, .ql-container h4, .ql-container h5, .ql-container h6, .ql-container b, .ql-container strong {
  font-weight: 700;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-container h1, .ql-container h2, .ql-container h3, .ql-container h4, .ql-container h5, .ql-container h6 {
  line-height: normal;
}

.ql-editor span, .ql-container span {
  color: #2c2e2f !important;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #fff !important;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0 !important;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff !important;
  background: #2c2e2f;
  border-radius: 3px;
}

.ql-snow .ql-picker-options .ql-picker-item {
  padding: 10px !important;
}

.ql-formats .ql-clean {
  display: none !important;
}

.ql-formats .ql-bold, .ql-formats .ql-italic, .ql-formats .ql-align.ql-picker.ql-icon-picker, .ql-formats .ql-list, .ql-formats .ql-link, .ql-formats .ql-image, .ql-formats .ql-video {
  margin-left: 10px !important;
}

.ql-snow .ql-picker-options {
  padding: 0 !important;
}

.ql-editor.ql-blank p {
  font-size: 16px !important;
}

#ql-picker-options-1 .ql-picker-item {
  padding: 2px 4px !important;
}

.down_data .ql-toolbar.ql-snow {
  display: none;
}

.down_data .ql-container.ql-snow {
  margin-top: 0px;
  border: none;
}

.down_data .ql-editor.ql-blank {
  overflow-y: unset !important;
}

.down_data .ql-editor.ql-blank ul {
  padding: 0;
}

.ql-container.ql-snow .ql-editor.ql-blank p {
  font-size: 18px !important;
  line-height: 1.71;
  color: #2c2e2f;
}

.ql-snow .ql-editor img {
  margin-bottom: 5px;
  margin-top: 10px;
}

.input_ffld .ql-editor iframe.ql-video, .down_data .ql-editor iframe.ql-video {
  width: 100% !important;
  height: 337px !important;
  margin-top: 10px;
  margin-bottom: 5px;
}

.input_ffld .ql-editor iframe.ql-video img, .down_data .ql-editor iframe.ql-video img {
  width: 100%;
  height: 100%;
}

.input_ffld .ql-editor p:last-child {
  padding-bottom: 100px;
}

.ql-container {
  font-family: "Noto Serif SC", serif;
}

.ql-container h2 {
  font-size: 1.5em;
  line-height: 1.1 !important;
  font-weight: 700;
}

.ql-container h3 {
  font-size: 1.17em;
  line-height: 1.1 !important;
  font-weight: 700;
}

.ql-container h4 {
  font-size: 1em;
  font-weight: 700;
}

button.ql-video {
  background-image: url("/../../../assets/images/article/linkvideo.svg") !important;
}

button.ql-image {
  background-image: url("/../../../assets/images/article/insertpicture.svg") !important;
}

button.ql-image, button.ql-video {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
}

button.ql-image svg, button.ql-video svg {
  display: none;
}

.ql-editor *, .ql-container * {
  font-family: "Noto Serif SC", serif;
}

.ql-editor p, .ql-container p {
  font-family: "Noto Serif SC", serif;
  font-size: 18px;
  line-height: 1.86;
}

.ql-editor strong, .ql-container strong {
  font-family: "Noto Serif SC", serif;
}

.ql-editor a, .ql-container a {
  text-decoration: underline !important;
}

.ql-editor ol, .ql-editor ul,
.ql-container ol, .ql-container ul {
  padding-left: 0 !important;
}

.ql-editor ol li, .ql-editor ul li,
.ql-container ol li, .ql-container ul li {
  font-size: 18px !important;
  line-height: 1.86;
  font-family: "Noto Serif SC", serif;
}

.ql-editor ul li, .ql-container ul li {
  padding-left: 15px !important;
}

.ql-snow .ql-picker.ql-header {
  width: 111px !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal Text' !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1' !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2' !important;
}

.articleContent p a {
  color: #06c;
}

.ql-snow .ql-editor p a {
  color: #06c;
}

.ql-container p a {
  color: #06c;
}

.down_data .ql-container.ql-snow .ql-editor.ql-blank p {
  font-size: 18px !important;
  line-height: 1.86;
}

.down_data .ql-container.ql-snow p {
  font-size: 18px !important;
  line-height: 1.86;
}

.quill-better-table {
  width: 100% !important;
  border-collapse: collapse;
  border: 1px solid #000;
}



.qlbt-operation-menu {
  border: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  background-color: #f1f1f1;
}

.qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-icon {
  margin-right: 5px;
}

.qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-icon,
.qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-text {
  float: left;
  line-height: 20px;
}
.ql-snow .ql-editor .ql-code-block-container, .ql-snow .ql-editor .ql-code-block-container .ql-code-block{
    background-color: #23241f;
    color: #f8f8f2 !important;
    overflow: visible;
}
.quill-better-table-wrapper{
float: left;
width: 100%;
overflow-x: auto;
}
@media only screen and (max-width: 1200px) {
  .ql-toolbar.ql-snow {
    left: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .ql-toolbar.ql-snow {
    left: 0;
  }
}
@media only screen and (max-width: 600px){
	.post_outer .post_profile .post-header-inner-wrap .profiledetail {
    width: calc(100% - 52px);
	margin-top: 0px;}
}
