body .content-wrapper,
html .content-wrapper {
  margin: 0 auto;
  padding-top: 14px;
  width: 1280px;
  font-size: 0;
  -webkit-transition: -webkit-all 0.4s ease 0s;
  -webkit-transform-origin: center;
  transition: all 0.4s ease 0s;
  transform-origin: center;
}

body .content-wrapper .left-wrapper,
html .content-wrapper .left-wrapper {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  width: 945px;
  padding-right: 20px;
}

body .content-wrapper .left-wrapper .reader-wrap,
html .content-wrapper .left-wrapper .reader-wrap {
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
}

#reader-container {
  position: relative;
  height: 1375px;
  background-color: #fff;
  overflow: hidden;
}

.reader-pic-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
}

.reader-txt-layer {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
}

.reader-word-layer {
  position: absolute;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.ie-fix {
  position: relative 9;
  zoom: 1 9;
}

.pl-content .reader-page img {
  width: 100%;
}

.doc-bg {
  margin: 0 5px 12px;
  background: #f6f7fb;
  border: solid 1px #e8e4e4;
}

.doc-h1 {
  line-height: 50px;
  padding: 0 20px;
}

.pageimg {
  margin-bottom: 20px !important;
}

.article-container {
  position: relative;
  padding: 0 6px;
  background: #f4f5f9;
  border-bottom: 1px solid #eee;
  margin: 0 auto;
}

.placeholder {
  min-height: 580px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.placeholder:last-child {
  margin-bottom: 0;
}

.placeholder .loading {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/loading.gif) no-repeat center center;
}

.placeholder .loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 40px 0 0 -110px;
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #111;
}

.tag {
  width: 100%;
  margin: 20px 0 0;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.tag .tag-header {
  padding: 0 10px;
  height: 49px;
  border-bottom: 1px solid #ddd;
}
.tag .tag-header li {
  float: left;
  padding: 0 18px;
}
.tag .tag-header li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  cursor: pointer;
}
.tag .tag-header li a:hover {
  color: #458dec;
}
.tag .tag-header li a i {
  font-size: 18px;
}
.tag .tag-header li a .bottom {
  float: right;
  margin-left: 2px;
  transform: rotate(90deg);
}
.tag .tag-header li .active {
  font-weight: 600;
  border-bottom: 2px solid #3e78da;
  color: #458dec;
}
.tag .tab-items .tab-item {
  display: none;
}
.tag .tab-items .active {
  display: block;
}
.tag .tab-items .tip {
  padding: 15px 28px 20px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.tag .tab-items .list {
  overflow: hidden;
  line-height: 24px;
}
.tag .tab-items .list ol li {
  line-height: 24px;
}
.tag .tab-items .list ol li strong {
  color: #2878ff;
  font-weight: 600;
}
.tag .tab-items .list ol li a {
  color: #2878ff;
  cursor: pointer;
}
.tag .tab-items .txt {
  position: relative;
  padding: 15px 28px;
  max-height: 360px;
  overflow-y: scroll;
  line-height: 24px;
}
.tag .tab-items .txt p {
  margin: 16px 0 0 0;
}

.color-1 {
  color: #029846;
}

.right {
  float: right;
  transform: rotate(90deg);
}

.container-article {
  padding: 10px;
}
.container-article .article-box {
  display: flex;
  flex-wrap: wrap;
}
.container-article .article-box .module {
  width: 50%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.module-pd {
  position: relative;
  padding: 20px;
  flex-grow: 1;
  margin: 0 10px;
  min-height: 470px;
  max-height: 470px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.module-pd .rt-a {
  width: 100%;
  color: #000000;
  font-size: 19px;
  margin: 0 0 18px;
  line-height: 26px;
  font-weight: normal;
  cursor: pointer;
}
.module-pd .rt-a:hover {
  color: #007bff;
}
.module-pd .ralative-content {
  -webkit-line-clamp: 14;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.module-pd .ralative-content .left-a {
  float: left;
  margin-right: 14px;
  width: 150px;
  border: 1px solid #ddd;
  height: auto;
  display: block;
  overflow: hidden;
}
.module-pd .ralative-content .left-a img {
  width: 100%;
  float: left;
  object-fit: contain;
}
.module-pd .ralative-content .module-content {
  line-height: 24px;
  font-size: 15px;
}
.module-pd .ralative-content .module-content p {
  padding: 0;
  margin: 0 0 10px;
}
.module-pd .ralative-content span {
  color: #5a5a5a;
  overflow: hidden;
  text-align: justify;
}
.module-pd .module-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
  cursor: pointer;
}
.module-pd .module-icon .ic-success, .module-pd .module-icon .ic-shop {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin: 10px 0 0 10px;
}
.module-pd .module-icon .ic-shop {
  background: url(../icon/shop.png) no-repeat;
  background-size: 100% 100%;
}
.module-pd .module-icon .ic-success {
  background: url(../icon/success1.png) no-repeat;
  background-size: 100% 100%;
}
.module-pd .module-active {
  background: linear-gradient(90deg, #4bdfa8, #1ca472);
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-pop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.preview-pop .pop-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 900px;
  height: 800px;
  background: #fff;
  border-radius: 10px;
}
.preview-pop .pop-box .scroll-box {
  width: 100%;
  height: 750px;
  border-radius: 10px;
  overflow-y: auto;
}
.preview-pop .pop-box .scroll-box::-webkit-scrollbar {
  width: 10px;
}
.preview-pop .pop-box .scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.preview-pop .pop-box .scroll-box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.preview-pop .pop-box .pop-containerOther {
  display: flex;
  height: auto;
}
.preview-pop .pop-box .preview-content {
  flex: 1;
  overflow-y: auto;
}
.preview-pop .downLoad-foot {
  width: 100%;
  height: 50px;
  border-top: 1px solid #ebebeb;
}
.preview-pop .downLoad-foot .downloadBtn {
  float: right;
  width: 150px;
  height: 50px;
  border: 0;
  background: #1ca472;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  border-bottom-right-radius: 10px;
}
.preview-pop .downLoad-foot .downloadBtn:hover {
  filter: brightness(1.1);
}
.preview-pop .close {
  position: absolute;
  z-index: 1001;
  top: -35px;
  right: -35px;
  width: 30px;
  height: 30px;
  background: url(../icon/close3.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.pop-containerOther {
  display: flex;
  height: auto;
}
.pop-containerOther .loading {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/loading.gif) no-repeat center center;
}
.pop-containerOther .loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 40px 0 0 -110px;
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #111;
}

.read-text {
  color: #029846;
  cursor: pointer;
}

/*# sourceMappingURL=doc.css.map */
