@charset "utf-8";

.container {
  padding: 20px 0 32px 0;
}

.container .container-t {
  margin-bottom: 32px;
}

.container .t-container {
  margin: 20px 0 32px 0;
}

.container .t-container .t-container-title {
  margin-bottom: 12px;
}

.container .t-container .t-container-title h3 {
  font-size: 26px;
  font-family: PingFangSC-Heavy;
  font-weight: bold;
  color: #383838;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
}

.container .t-container .t-container-title h4 {
  font-size: 21px;
  font-family: PingFangSC-Regular;
  color: #383838;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0;
  line-height: 37px;
}

.container .t-container .t-container-metadata {
  font-size: 16px;
  color: #8e8e93;
  text-align: center;
}

.container .t-container .t-container-metadata a {
  color: #8e8e93;
}

.container .t-container .t-container-metadata span {
  margin-right: 12px;
  font-size: 16px;
  height: 22px;
}

.container .b-container p {
  font-size: 21px;
  font-family: SimSun;
  color: #383838;
  letter-spacing: 0;
  text-align: justify;
  line-height: 37px;
  margin-bottom: 12pt;
  text-indent: 32pt;
}

.container .b-container p.pic-con {
  text-align: center;
  text-indent: initial;
  max-width: 650px;
  margin: 0 auto;
}

.container .b-container p img {
  max-width: 100%;
  /* width: 600px; */
}

.container .b-container p audio {
  display: block;
  margin: 0 auto;
}

.container .b-container p.video-con {
  text-indent: initial;
  width: 1000px;
}

.container .b-container video {
  text-indent: initial;
  width: 100%;
  background: #000;
  max-height: 600px;
}

.video {
  text-align: center;
}

.container .b-container p em[data-scene='strong'] {
  text-align: center;
  font-style: normal;
  display: block;
}

.container .t-container .t-container-title {
  margin-bottom: 20px;
}

.container .t-container .t-container-metadata {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: SimSun;
  height: 40px;
  line-height: 25px;
  box-sizing: border-box;
}

.container .t-container .t-container-metadata span {
  float: left;
  font-size: 16px;
}

.z-size,
.print,
.metadata-share {
  float: right;
}

.z-size,
.print {
  margin-right: 25px;
  cursor: pointer;
  font-size: 16px;
}

.z-size a {
  margin: 0 3px;
}

.print .icon-print {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('./imgs/print.png') no-repeat;
  margin-right: 5px;
  vertical-align: sub;
}

.container .metadata-share ul {
  padding-left: 20px;
  background: url('./imgs/share.png') no-repeat left center;
}

.container .metadata-share ul li {
  float: right;
  margin-left: 10px;
  height: 24px;
}

.container .metadata-share ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  vertical-align: inherit;
}

.container .metadata-share ul li a.wechat {
  background: url('./imgs/wechat.png') no-repeat;
}

.container .metadata-share ul li a.weibo {
  background: url('./imgs/weibo.png') no-repeat;
}

.weibo-img,
.wechat-img {
  width: 150px;
  height: 150px;
  position: absolute;
  display: none;
}

.weibo-img {
  top: 38px;
  right: -49px;
}

.wechat-img {
  top: 38px;
  right: -49px;
}

.tiktok-img {
  top: 38px;
  right: -90px;
  height: auto;
  width: 240px;
  z-index: 99;
  position: absolute;
  display: none;
}

.login:hover .login-list {
  display: block;
}

.login .login-list {
  position: absolute;
  top: 38px;
  left: -15px;
  box-shadow: 0px 3px 7px rgba(52, 96, 171, 0.5);
  display: none;
}

.login .login-list li {
  width: 90px;
  height: 40px;
  text-align: center;
  background: #fff;
  line-height: 40px;
}

.login .login-list li a {
  color: #3460ab;
  font-size: 14px;
}

.login .login-list li:hover {
  background: #3460ab;
}

.login .login-list li:hover a {
  color: #fff;
}

p[data-scene='heading'] {
  font-size: 16px;
  border-bottom: solid 2px #ddd;
  text-indent: 0em;
  padding-bottom: 2px;
  position: relative;
  margin: 10px 0px 15px;
  line-height: 1.8;
}

p[data-scene='heading']:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0px;
  bottom: -5px;
}

p[data-scene='sign'] {
  text-align: right !important;
  margin: 10px 0px;
  font-size: 14px;
  line-height: 1.8;
  color: #a6a6a6;
}

span[data-scene='sup'] {
  vertical-align: super;
  font-size: smaller;
}

span[data-scene='sub'] {
  vertical-align: sub;
  font-size: smaller;
}

em[data-scene='strong'] {
  font-weight: bold;
  font-style: inherit;
}

blockquote {
  border-left: 1px solid #ccc;
  color: #707070;
  margin-left: 19px;
  padding: 10px 20px;
  font-size: 14px;
}

p.document-view {
  position: relative;
  background: #eee;
  border-radius: 3px;
  border: solid 1px #eee;
  color: #4a4a4a;
  line-height: 2;
  font-size: 14px;
  padding-left: 18px;
  margin: 10px 0px;
}

p.document-view a {
  color: #4a4a4a;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

p.document-view a span.e1icon-PDF {
  background: url('./imgs/pdf.png') center no-repeat;
}

p.document-view a span.e1icon-WORD {
  background: url('./imgs/word.png') center no-repeat;
}

p.document-view a span.e1icon-PPT {
  background: url('./imgs/ppt.png') center no-repeat;
}

p.document-view a span.e1icon-execl {
  background: url('./imgs/excel.png') center no-repeat;
}

p.document-view a span.e1icon-numbers {
  background: url('./imgs/numbers.png') center no-repeat;
}

p.document-view a span.e1icon-keynote {
  background: url('./imgs/keynote.png') center no-repeat;
}

p.document-view a span.e1icon-pages {
  background: url('./imgs/pages.png') center no-repeat;
}

p.document-view a span.iconfont {
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background-size: 100%;
}

.article-white {
  background: white;
}
