@charset "UTF-8";

/* 顶部横向导航 */

.row-nav-outer {
    margin-top: 20px;
    border-bottom: 2px solid var(--color-primary);
}
.row-nav-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: -2px;
}
.row-nav-container {
    display: flex;
}
.row-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 25px;
}
.row-nav-item.home {
    width: 120px;
    height: 40px;
    background: var(--color-primary);
    color: #fff;
    margin-right: 25px;
}
.row-nav-item.home:hover {
    text-decoration: underline;
}
.row-nav-item:not(.home):hover {
    color: var(--color-primary);
}
.row-nav-item.active {
    font-weight: bold;
    color: var(--color-primary);
}
.row-nav-outer .release-button {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: var(--color-primary);
    font-size: 14px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.row-nav-outer .release-button:focus,
.row-nav-outer .release-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(5, 109, 232, 0.4);
}
.row-nav-outer .release-button .send-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* ---------- 我是分割线 ---------- */

/* 面包屑导航 */
.library-breadcrumb-outer {
    width: 1200px;
    margin: 0 auto;
}
.library-breadcrumb-wrapper {
    display: flex;
    width: 900px;
}
.button-wrapper {
    display: flex;
    align-items: center;
}
.full-screen-button,
.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 28px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.full-screen-button {
    background: #fff;
    border: 1px solid;
    color: var(--color-primary);
    margin-right: 10px;
}
.download-button {
    background: var(--color-primary);
    border: none;
    color: #fff;
}
.full-screen-button:focus,
.full-screen-button:hover,
.download-button:focus,
.download-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(5, 109, 232, 0.4);
}

/* ---------- 我是分割线 ---------- */

.main-content-wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* 带侧边栏的内容 */
.content-and-aside {
    display: flex;
    justify-content: space-between;
}
.aside-wrapper {
    width: 280px;
}
.aside-list {
    margin-top: 20px;
}

/* ---------- 我是分割线 ---------- */

/* 作者信息 */
.author-info-outer {
    height: 120px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 16px;
}
.author-info-inner {
    display: flex;
    align-items: center;
    padding: 20px;
}
.author-info-outer .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 999em;
    margin-right: 20px;
}
.author-info-outer .badge-wrapper {
    margin-top: 10px;
}
.author-info-outer .badge-icon + .badge-icon {
    margin-left: 6px;
}

/* ---------- 我是分割线 ---------- */

/* 详情 */
.content-wrapper {
    width: 900px;
    height: 1098px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /* 规定 */
    padding: 34px 0;
    position: relative;
}

.content-wrapper .book-name {
    /* 规定 */
    margin-left: 30px;
    /* 规定 */
    margin-right: 30px;
    font-size: 24px;
    color: #454545;
    text-align: center;
    line-height: 32px;
    width: calc(100% - 60px);
    font-weight: 700;
}
/* 额外的内容 */
.content-wrapper .excess-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 规定 */
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px;
}
.content-wrapper .excess-info-item + .excess-info-item {
    margin-left: 20px;
}
.content-wrapper .excess-info-item .label {
    color: #999;
}
.content-wrapper .excess-info-item.warn-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content-wrapper .excess-info-item.warn-wrapper:hover .label {
    color: #333;
}
.content-wrapper .excess-info-item .icon-warn {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.content-wrapper .book-desc {
    /* 规定 */
    margin-top: 28px;
    /* 规定 */
    margin-left: 30px;
    /* 规定 */
    margin-right: 30px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}
.content-wrapper .split-line {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.content-wrapper .book-view-wrapper {
    /* 1098-34-34-32-18-18-28-28-28-30-20-1 = 827 */
    height: 827px;
    margin-top: 20px;
    /* 规定 */
    margin-left: 30px;
    /* 规定 */
    margin-right: 30px;
}

.zip-preview-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
}
.zip-preview-wrapper .zip-preview-image {
    max-width: 100%;
}

/* 收费的蒙层 */
.paid-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 900px;
    height: 160px;
    background: linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.paid-mask .login-button,
.paid-mask .money-button,
.paid-mask .score-button {
    border: none;
    width: 280px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
}
.paid-mask .login-button:focus,
.paid-mask .login-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(5, 109, 232, 0.4);
}
.paid-mask .money-button {
    background: rgba(245, 17, 17, 1);
}
.paid-mask .money-button:focus,
.paid-mask .money-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(245, 17, 17, 0.4);
}
.paid-mask .score-button {
    background: rgba(252, 180, 40, 1);
}
.paid-mask .score-button:focus,
.paid-mask .score-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(252, 180, 40, 0.4);
}

/* // 以下均为临时
::v-deep .el-dialog__header {
  display: none;
}
::v-deep .el-dialog__body {
  padding: 0;
}
// 支付对话框
.payContent {
  padding-bottom: 40px;
  .conter {
    padding: 0 40px;
    .list {
      margin-top: 30px;
      &:nth-child(1) {
        margin-top: 40px;
      }
      &:nth-last-child(1) {
        margin-top: 20px;
      }
      .title {
        margin-right: 10px;
        width: 70px;
        text-align: right;
      }
      .num {
        font-weight: bold;
      }
      .yxq {
        color: $color-056;
        font-weight: bold;
      }
      .month {
        color: $color-511;
        font-weight: bold;
      }
      .right {
        img {
          cursor: pointer;
          margin-right: 20px;
          &.active {
            box-shadow: 0 0 0 1px $color-056;
            border-radius: 4px;
          }
          &:nth-last-child(1) {
            margin-right: 0;
          }
        }
      }
    }
  }
  .btnsub {
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: $color-056;
    border-radius: 4px;
    margin: 40px auto 0;
    cursor: pointer;
  }
} */

/* ---------- 我是分割线 ---------- */

/* 全屏样式 */
.full-screen-wrapper {
    background: #666;
    display: none;
}
.full-screen-wrapper:fullscreen {
    display: block;
}
.full-screen-wrapper .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: #fff;
    height: 44px;
}
.full-screen-wrapper .close-icon-placeholder {
    width: 20px;
    height: 20px;
    margin: 0 12px;
}
.full-screen-wrapper .close-icon-wrapper {
    width: 20px;
    height: 20px;
    margin: 0 12px;
    transition: transform 200ms;
}
.full-screen-wrapper .close-icon-wrapper:hover,
.full-screen-wrapper .close-icon-wrapper:focus {
    transform: rotate(90deg);
    color: #fff;
}
.full-screen-wrapper .close-icon-wrapper .close-icon {
    font-size: 20px;
}
.full-screen-wrapper .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
.full-screen-wrapper .book-view-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: calc(100% - 44px);
}

/* ---------- 我是分割线 ---------- */

/* 积分兑换对话框 */
.score-dialog-content {
    display: none;
}
.score-dialog-content .dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    padding: 0 10px;
    border-radius: 4px;
    background: #f3f1f1;
}
.score-dialog-content .dialog-header .close-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.score-dialog-content .dialog-header .close-icon-placeholder {
    width: 20px;
    height: 20px;
}
.score-dialog-content .dialog-body {
    padding-top: 64px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.score-dialog-content .dialog-body .score {
    color: #f51111;
    font-weight: 700;
}
.score-dialog-content .dialog-footer {
    padding: 20px 0 40px;
    text-align: center;
}
.score-dialog-content .cancel-button,
.score-dialog-content .submit-button {
    background: var(--color-primary);
    color: #fff;
    width: 120px;
    height: 32px;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}
.score-dialog-content button + button {
    margin-left: 20px;
}
.score-dialog-content .submit-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(5, 109, 232, 0.4);
}
.score-dialog-content .cancel-button {
    background: rgb(218, 218, 218);
    color: #333;
}
.score-dialog-content .cancel-button:hover {
    box-shadow: 0px 0px 4px 1px rgba(218, 218, 218, 0.4);
}

/* ---------- 我是分割线 ---------- */


/*添加的特别声明的样式*/
.imclause{

    background-color: #2ecc71;
    color: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 20px 23px #7fecad;

}

