@charset "UTF-8";
html,
body,
ol,
ul,
li,
i,
a,
p,
em,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

input[type=text],
input[type=search] {
  outline: none; /* 取消获取焦点后的边框 */
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  background: #f6f7fb;
}

main {
  width: 100%;
  min-width: 1260px;
}
main .container-data {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.message-box {
  width: 1260px;
  display: inline-block;
  margin-bottom: 20px;
}
.message-box .breadcrumb {
  padding: 20px 0 4px;
  color: #ccc;
  font-size: 14px;
}
.message-box .breadcrumb a:hover {
  color: #007bff;
}
.message-box .breadcrumb span {
  color: #0c0c0c;
}
.message-box .breadcrumb-1 {
  padding: 20px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.message-box .breadcrumb-1 span {
  font-weight: bold;
  font-size: 18px;
  color: #1ca472;
}
.message-box .temp-mg {
  margin-top: 58px;
}

.relevant-box .title {
  font-size: 20px;
  padding-bottom: 24px;
  font-weight: bold;
}
.relevant-box .content {
  background: #fff;
  padding: 12px 10px 18px;
  border-radius: 10px;
  min-height: 364px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  margin-bottom: 20px;
}
.relevant-box .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 364px;
  background: linear-gradient(to bottom, #ecfaed, #ffffff);
}

.ppt-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.ppt-container .load-box {
  width: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.ppt-container .load-box .load-content {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0 30px;
}
.ppt-container .load-box .load-content .load-p {
  text-align: center;
  font-size: 18px;
  color: #999999;
  margin: 30px 0 20px;
}
.ppt-container .load-box .load-content .load-p span {
  cursor: pointer;
  color: #1ca472;
}
.ppt-container .load-box .load-content .load-p span i {
  float: right;
  margin-left: 4px;
  font-size: 18px;
  color: #1ca472;
}
.ppt-container .load-box .load-content .load-p span .right {
  transform: rotate(90deg);
}
.ppt-container .load-box .load-content .ml-mb {
  margin-bottom: 25px;
}
.ppt-container .load-box .load-content .ml-pt {
  margin-top: 25px;
}
.ppt-container .load-box .load-content b {
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0 30px;
}
.ppt-container .load-box .load-content button {
  width: 340px;
  height: 70px;
  background: #ff4628;
  border: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 30px;
  cursor: pointer;
}
.ppt-container .load-box .load-content button:hover {
  filter: brightness(1.1);
}
.ppt-container .load-box .reader-tools-bar {
  width: 100%;
  height: 64px;
  background: #ffffff;
}
.ppt-container .load-box .reader-tools-flex {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -629px;
  z-index: 99;
  width: 930px;
  height: 64px;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
}

.tag {
  width: 100%;
  margin: 20px 0 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.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: 16px;
  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;
}

.article-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.article-box .article-box-item {
  padding: 15px 28px;
  background-color: #fff;
  font-style: normal;
  border-top: 1px solid #f7f7fc;
  display: flex;
  flex-direction: column;
}
.article-box .article-box-item:nth-of-type(1) {
  border-top: none;
}
.article-box .article-box-item .title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.article-box .article-box-item .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.article-box .article-box-item .title a em {
  color: #fc5531;
  font-style: normal;
}
.article-box .article-box-item .desc-box {
  width: 100%;
  color: #999aaa;
  font-size: 14px;
}
.article-box .article-box-item .desc-box a {
  color: #4f4f4f;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.article-box .article-box-item .desc-box a em {
  color: #fc5531;
  font-style: normal;
}

.tools {
  float: left;
  height: 64px;
}
.tools i {
  font-size: 20px;
}
.tools .tools-prev {
  float: left;
  height: 36px;
  width: 30px;
  overflow: hidden;
  margin: 0 2px;
}
.tools .tools-prev .left {
  transform: rotate(-180deg);
}
.tools .page-cur {
  float: left;
  width: 40px;
  height: 24px;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.tools .page-num {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
.tools .tools-next {
  float: left;
  height: 36px;
  width: 30px;
  overflow: hidden;
  margin: 0 2px;
}

.bar-download {
  float: right;
}
.bar-download button {
  width: 160px;
  height: 64px;
  background: #1ca472;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.bar-download button:hover {
  background: #28bd86;
}

.container-ul {
  position: relative;
  top: 0;
  z-index: 2;
  margin-top: 6px;
}
.container-ul li {
  padding: 0 10px;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.container-ul li:last-child {
  margin-bottom: 0;
}
.container-ul li .ul-doc {
  width: 100%;
  color: #505050;
}
.container-ul li .ul-doc i {
  display: block;
  width: 21px;
  height: 25px;
  margin: 4px 8px 0 0;
  background-image: url(../images/format.png);
}
.container-ul li .ul-doc .ul-doc-a {
  font-size: 14px;
  line-height: 22px;
}
.container-ul li .ul-doc .ul-doc-a em {
  color: #fc5531;
}
.container-ul li .ul-doc .ul-doc-a:hover {
  color: #007bff;
}
.container-ul li .ul-doc .cont-rg {
  flex: 1;
  font-size: 12px;
}
.container-ul li .ul-doc .cont-rg .bottom {
  overflow: hidden;
  margin-top: 4px;
}
.container-ul li .ul-doc .cont-rg .bottom .left {
  float: left;
  width: 100%;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star {
  float: left;
  width: 84px;
  height: 16px;
  background: url(../images/star-lev.png) no-repeat 0 0;
  vertical-align: middle;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star-1 {
  background-position: 0 -14px;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star-2 {
  background-position: 0 -30px;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star-3 {
  background-position: 0 -48px;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star-4 {
  background-position: 0 -62px;
}
.container-ul li .ul-doc .cont-rg .bottom .left .star-5 {
  background-position: 0 -78px;
}
.container-ul li .ul-doc .cont-rg .bottom .left em {
  float: right;
  line-height: 16px;
  padding-left: 4px;
}
.container-ul li .ul-doc .cont-rg .bottom .right {
  float: right;
}
.container-ul li .ul-doc .cont-rg .bottom .right i {
  float: right;
  width: 1px;
  height: 10px;
  background: #dbdbdb;
  margin: 2px 4px 0 4px;
}
.container-ul li .ul-doc .cont-rg .bottom .right small {
  float: right;
  font-size: 12px;
  color: #888;
}
.container-ul li .ul-doc .cont-span {
  font-size: 14px;
}
.container-ul .new-down-li {
  display: flex;
}
.container-ul .new-down-li i {
  float: left;
  display: block;
  width: 21px;
  height: 25px;
  margin: 4px 8px 0 0;
  background-image: url(../images/format.png);
}
.container-ul .new-down-li .new-li-a {
  float: right;
  flex: 1;
  color: #505050;
  font-size: 14px;
  line-height: 29px;
}
.container-ul .new-down-li .new-li-a:hover {
  color: #007bff;
}
.container-ul .theme-li {
  margin: 0 !important;
  font-size: 14px;
  line-height: 28px;
}
.container-ul .theme-li a {
  display: block;
  color: #505050;
}
.container-ul .theme-li a:hover {
  color: #007bff;
}

.content-floating {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 99;
  margin-left: 320px;
  width: 310px;
  background: #fff;
  padding: 12px 10px 18px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
  margin-bottom: 20px;
}
.content-floating .hd-scollor {
  display: block;
}

article .art-head {
  padding: 30px 20px 10px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
article .art-head .title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
article .art-head .title .title-label {
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url(../images/format.png);
}
article .art-head .title h1 {
  float: left;
  flex: 1;
  height: auto;
  margin: 0;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
}
article .art-head .title button {
  margin-left: 10px;
  cursor: pointer;
  float: right;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background-color: #ff4400;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
article .art-head .title button:hover {
  background-color: #ff5f25;
}
article .art-head .intro {
  overflow: hidden;
}
article .art-head .intro ul li {
  float: left;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
article .art-head .intro ul li .ft-lf {
  float: left;
}
article .art-head .intro ul li span {
  float: left;
  padding: 0 3px;
}
article .art-head .intro ul li .i-vertical {
  float: left;
  width: 1px;
  height: 15px;
  margin: 15px 6px 0 6px;
  background: #eee;
}
article .article-content {
  display: flex;
  flex-direction: column;
}
article .article-content .article-li {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
article .article-content .article-li:nth-of-type(1) {
  box-shadow: 0px 15px 15px -15px rgba(185, 185, 185, 0.25), -15px 0px 15px -15px rgba(185, 185, 185, 0.25), 15px 0px 15px -15px rgba(185, 185, 185, 0.25); /* 右侧阴影 */
}
article .article-content .box-pd {
  padding: 20px;
}
article .article-content .box-pd img {
  width: 100%;
}
article .article-container {
  position: relative;
  background: #f4f5f9;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  box-shadow: -15px 0px 15px -15px rgba(185, 185, 185, 0.25), 15px 0px 15px -15px rgba(185, 185, 185, 0.25); /* 右侧阴影 */
}

.recommended {
  width: 100%;
  margin-bottom: 20px;
}
.recommended .container-article {
  position: relative;
  top: 50px;
  padding: 0 10px 40px 10px;
}
.recommended .container-article .article-ul {
  display: flex;
  flex-wrap: wrap;
}
.recommended .container-article .article-ul .module {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.recommended .theme-pd-hj {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.recommended .hd-main {
  position: absolute; /* 初始时为相对位置 */
  top: 0;
  width: 100%;
  z-index: 10;
}
.recommended .hd-main-pd {
  padding: 20px 10px 0 10px;
}
.recommended .hd-main.sticky {
  position: fixed;
  width: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -629px;
  height: 70px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.recommended .hd-position {
  display: inline-block;
}
.recommended .compilation {
  position: relative;
  float: right;
  padding: 6px 10px;
  margin: 0 20px 0 0;
  border: 0;
  width: 118px;
  background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  cursor: pointer;
}
.recommended .compilation .cp-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: red;
}

.module-pd {
  position: relative;
  padding: 20px;
  flex-grow: 1;
  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 {
  display: flex;
  align-items: flex-start; /* 保持顶对齐 */
}
.module-pd .ralative-content .left-a {
  flex: 0 0 auto;
  margin-right: 14px;
  border: 1px solid #ddd;
}
.module-pd .ralative-content .left-a img {
  display: block;
  height: auto; /* 高度由图片本身决定 */
  max-width: 300px;
}
.module-pd .ralative-content .module-content {
  display: flex;
  flex-direction: column;
}
.module-pd .ralative-content .module-content h2 {
  flex: 0 0 auto;
}
.module-pd .ralative-content .module-content .module-content-item {
  flex: 1;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #414141;
}
.module-pd .ralative-content .module-content .module-content-item .item-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.module-pd .ralative-content .module-content .module-content-item 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);
}

.theme-list {
  width: 100%;
  margin-bottom: 20px;
}
.theme-list .theme-pd {
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.theme-list .theme-pd .container ul {
  margin: 20px 0;
  width: 100%;
  list-style: inside;
  display: inline-block;
}
.theme-list .theme-pd .container ul li {
  float: left;
  padding: 0 20px 16px 20px;
  padding: 0 20px 16px 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  width: 25%;
}
.theme-list .theme-pd .container ul li::marker {
  color: #1ca472;
  font-size: 12px;
}
.theme-list .theme-pd .container ul li a {
  color: #505050;
}
.theme-list .theme-pd .container ul li a:hover {
  color: #007bff;
}

.download-pop .pop-box .container p, .orderInfo p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 20px;
}
.download-pop .pop-box .container p .ft-red, .orderInfo p .ft-red {
  color: #dd0000;
  font-size: 22px;
  font-weight: bold;
}
.download-pop .pop-box .container p .ft-cr, .orderInfo p .ft-cr {
  color: #dd0000;
}
.download-pop .pop-box .container p .ft-col, .orderInfo p .ft-col {
  font-weight: 400;
  font-size: 16px;
  color: #4895ff;
  line-height: 26px;
}
.download-pop .pop-box .container p a, .orderInfo p a {
  color: red;
}

.orderInfo {
  padding: 20px 20px 0;
}
.orderInfo h3 {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.code .qrCode-cover .qrCode-refresh, .code .qrCode-cover .qrCode-success, .code .qrCode-cover .wt-1, .code img {
  width: 100%;
  height: 100%;
}

.download-pop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.download-pop .pop-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  /* overflow: hidden; */
  width: 480px;
  height: 580px;
  background: #fff;
  border-radius: 10px;
  background-size: 100% 100%;
}
.download-pop .pop-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
}
.download-pop .pop-box .container {
  padding: 0px 20px 20px;
}
.code {
  width: 210px;
  height: 210px;
  padding: 5px;
  margin: 20px auto 10px;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 10px;
  position: relative;
}
.code .qrCode-cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
}
.code .qrCode-cover .qrCode-success {
  display: none;
}
.code .qrCode-cover .qrCode-success .ck-i {
  width: 40px;
  height: 40px;
  background: url(../icon/play-success.png) no-repeat;
  background-size: 100% 100%;
  margin: 40px 0 10px;
}
.code .qrCode-cover .qrCode-success p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.code .qrCode-cover .qrCode-refresh {
  display: none;
}
.code .qrCode-cover .qrCode-refresh .wr-p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.code .qrCode-cover .qrCode-refresh .wr-btn {
  width: 80px;
  height: 36px;
  border: 0;
  color: #fff;
  background: #007bff;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 20px;
}
.code .qrCode-cover .qrCode-refresh .wr-btn:hover {
  filter: brightness(1.05);
}

.compilation-pop .pop-box .close, .close {
  position: absolute;
  z-index: 1001;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../icon/close1.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.compilation-pop .pop-box .close:hover, .close:hover {
  background: url(../icon/close2.png) no-repeat;
  background-size: 100% 100%;
}

.remark {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333333;
}

.error {
  width: 100%;
  font-size: 18px;
  color: #000000;
  padding-top: 40px;
}
.error p {
  text-align: center;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 半透明背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.loading-overlay::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite; /* 旋转动画 */
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.article-container img {
  max-width: 930px;
}

.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;
}

.reader-page {
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}

.placeholder {
  min-height: 580px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
.placeholder:last-child {
  margin-bottom: 0;
}

.loading {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/loading.gif) no-repeat center center;
}
.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;
}

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%;
}

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

.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;
}

.compilation-pop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.compilation-pop .pop-box {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 500px;
  height: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.compilation-pop .pop-box .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.compilation-pop .pop-box .content {
  padding: 15px 0;
}
.compilation-pop .pop-box .content .default {
  padding-bottom: 25px;
}
.compilation-pop .pop-box .content .default h3 {
  margin: 0 0 20px;
}
.compilation-pop .pop-box .content .default label {
  padding: 0 0 0 4px;
  font-size: 15px;
  color: #161616;
}
.checkbox-box h3 {
  margin: 0 0 15px;
}
.checkbox-box .checkbox-list {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.checkbox-box form {
  max-height: 246px;
  min-height: 240px;
  overflow-y: auto;
  margin: 0 0 10px;
}
.checkbox-box form label {
  display: block;
  margin: 5px 0;
  font-size: 15px;
  color: #161616;
}
.checkbox-box form::-webkit-scrollbar {
  width: 4px;
}
.checkbox-box form::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.checkbox-box form::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.checkbox-box .bz-text {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e5e5e5;
}
.checkbox-box .bz-text p {
  margin: 0;
  font-size: 15px;
  color: #161616;
}
.checkbox-box .bz-text p span {
  color: red;
  font-weight: bold;
}

.compilation-foot {
  width: 100%;
  margin-top: 20px;
}
.compilation-foot .play-btn {
  width: 120px;
  height: 40px;
  border: 0;
  background: #007bff;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.compilation-foot .play-btn:hover {
  filter: brightness(1.1);
}

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