@charset "UTF-8";
@import url("../iconfont/iconfont.css");
@import url("../layui/css/layui.css");
* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  box-sizing: border-box; }

input[type="text"] {
  -webkit-user-select: text; }

input::-webkit-input-placeholder {
  color: #ccc; }

input::moz-input-placeholder {
  color: #ccc; }

input:ms-input-placeholder {
  color: #ccc; }

select {
  -webkit-user-select: text; }

html {
  background: url(../image/bg.jpg) center top no-repeat, linear-gradient(180deg, #C6EB90 0%, #C6EB90 100%);
  min-height: 100%; }

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 112px;
  background-image: url(../image/bg-b.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #000;
  min-width: 1180px;
  min-height: 100vh; }

.wrapper {
  position: relative;
  height: 100%; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.layout {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.column {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.stretch {
  align-items: stretch; }

.layui-layer-title {
  font-size: 18px !important;
  font-weight: bold; }

.layui-layer-dialog .layui-layer-content {
  font-size: 18px !important;
  line-height: 180% !important; }

.layui-layer-btn a {
  height: 36px !important;
  line-height: 36px !important;
  border-radius: 18px !important;
  padding: 0 24px !important; }

.layui-layer-btn {
  padding: 0 15px 16px !important; }

ul, li, ol {
  list-style: none; }

i, em {
  font-style: normal; }

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none;
  color: #000; }

/*clear*/
.cl:after {
  content: " ";
  width: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0; }

/*下滑线样式*/
.nz-decoration-line {
  text-decoration: underline;
  text-underline-offset: 0.3em; }
  .nz-decoration-line a {
    text-decoration: underline; }

/*flost style*/
.l {
  float: left; }

.r {
  float: right; }

.wp {
  width: 1180px;
  margin: 0 auto; }

.logo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .logo a {
    display: flex;
    align-items: center; }
  .logo .line {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.32);
    margin: 0 12px; }
  .logo .logoText {
    font-size: 26px;
    color: #fff;
    font-family: "標楷體", "STKaiti", "KaiTi";
    height: 56px;
    line-height: 56px; }
  .logo .logoImg img {
    height: 48px; }

.container {
  min-height: 600px; }

.header {
  height: 88px;
  position: relative;
  padding-top: 16px; }
  .header .wp {
    position: relative;
    padding: 0 24px; }

#modal_popup {
  border-radius: 24px;
  background: #fff; }

.formSwitch {
  position: relative;
  height: 20px;
  line-height: 20px;
  width: 40px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #ddd;
  -webkit-transition: .1s linear;
  transition: .1s linear; }
  .formSwitch i {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear; }

.formSwitchOn {
  background-color: #FF8800; }
  .formSwitchOn i {
    left: 100%;
    margin-left: -18px; }

/*头部模块*/
.tool-mod {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  color: #fff;
  display: flex;
  align-items: center; }
  .tool-mod .l + .l {
    margin-left: 32px; }
  .tool-mod a {
    color: #fff; }
  .tool-mod .uiLangBox {
    float: left; }
  .tool-mod .button {
    margin-right: 20px; }
    .tool-mod .button .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 36px;
      padding: 0 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.24);
      font-size: 18px;
      color: #fff; }
      .tool-mod .button .btn .icfont {
        margin-right: 4px;
        font-size: 20px; }
  .tool-mod .lang {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 32px;
    border-radius: 18px;
    padding: 2px; }
    .tool-mod .lang li {
      float: left; }
      .tool-mod .lang li a {
        width: 48px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 18px;
        display: block;
        border-radius: 16px; }
    .tool-mod .lang .active a {
      background: #1E92FF;
      color: #fff; }
  .tool-mod .backBtn a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center; }
  .tool-mod .backBtn .icfont {
    font-size: 24px; }
  .tool-mod .topUser {
    float: left;
    margin-left: 32px; }
    .tool-mod .topUser ul {
      display: flex; }
      .tool-mod .topUser ul li {
        color: #fff;
        height: 36px;
        display: flex;
        align-items: center; }
        .tool-mod .topUser ul li a {
          font-size: 16px;
          color: #fff; }
      .tool-mod .topUser ul .signOut {
        margin-left: 6px; }
        .tool-mod .topUser ul .signOut a {
          text-decoration: underline; }

.menu-read, .menu-artlist {
  position: absolute;
  height: 40px;
  top: 48px; }
  .menu-read li, .menu-artlist li {
    margin: 0 16px;
    position: relative;
    border-radius: 16px 16px 0 0;
    background: #00A5DD; }
    .menu-read li a, .menu-artlist li a {
      height: 40px;
      line-height: 40px;
      color: #fff;
      font-size: 18px;
      padding: 0 24px; }
    .menu-read li .icfont, .menu-artlist li .icfont {
      font-size: 32px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      margin-right: 4px; }
  .menu-read .btn-readNotes, .menu-artlist .btn-readNotes {
    background: #FF8800; }

.menu-read {
  left: 43%; }

.menu-artlist {
  width: 400px;
  left: 50%;
  margin-left: -150px; }

.login-wrap .tool-mod {
  margin-top: 12px; }

.login-wrap .header .wp {
  width: 960px; }

.login-wrap .loginMain {
  width: 992px;
  height: 606px;
  margin: 0 auto;
  background: url(../image/logmainbg.png) no-repeat; }

.login-wrap .info-content {
  width: 360px;
  margin: 56px 0 0 72px; }
  .login-wrap .info-content h3 {
    font-size: 28px;
    color: #1C4459;
    font-weight: bold;
    text-align: center; }
  .login-wrap .info-content .cont {
    margin-top: 16px; }
    .login-wrap .info-content .cont p {
      padding: 12px 0;
      font-size: 18px;
      color: #1C4459;
      text-indent: 2em;
      line-height: 1.6; }

.login-wrap .login-content {
  background: #fff;
  width: 340px;
  height: 500px;
  border: 6px solid #FDD444;
  border-radius: 24px;
  margin: 44px 80px 0 0; }
  .login-wrap .login-content .tit {
    padding-top: 24px;
    text-align: center;
    font-size: 22px; }
  .login-wrap .login-content .form {
    margin: 40px 40px 0; }
    .login-wrap .login-content .form .item {
      padding-top: 24px; }
      .login-wrap .login-content .form .item:first-child {
        padding: 0; }
      .login-wrap .login-content .form .item label {
        font-size: 18px;
        padding: 0 8px; }
      .login-wrap .login-content .form .item .item-input {
        background: #F7FCFF;
        height: 48px;
        border-radius: 8px;
        padding: 0 16px;
        margin-top: 12px; }
        .login-wrap .login-content .form .item .item-input input {
          display: block;
          height: 48px;
          border: none;
          font-size: 18px;
          width: 100%;
          background: transparent;
          user-select: text;
          -webkit-user-select: text; }
    .login-wrap .login-content .form .btnLogin {
      margin-top: 32px; }
      .login-wrap .login-content .form .btnLogin a {
        display: block;
        font-size: 20px;
        border-radius: 8px;
        text-align: center;
        font-weight: bold; }
      .login-wrap .login-content .form .btnLogin #btn_login_id {
        background: #FF8800;
        line-height: 48px;
        height: 48px;
        color: #fff; }
      .login-wrap .login-content .form .btnLogin #btn_demo_id {
        color: #FF8800;
        font-weight: bold;
        font-size: 18px; }
    .login-wrap .login-content .form .btnLogin + .btnLogin {
      margin-top: 16px; }
    .login-wrap .login-content .form .forget {
      margin-top: 12px;
      position: relative;
      overflow: hidden; }

.noRead_pop_wrap .layui-layer-content {
  padding: 32px 24px 12px;
  font-size: 20px; }

.noRead_pop_wrap .layui-layer-btn {
  padding: 0 16px 24px !important; }
  .noRead_pop_wrap .layui-layer-btn a {
    line-height: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 8px !important;
    margin-top: 12px; }

/*footer*/
.footer {
  position: relative;
  margin-top: 24px;
  height: 24px;
  text-align: center;
  color: #333; }
  .footer a {
    text-decoration: none;
    color: #333;
    padding: 0 4px;
    font-size: 16px; }

/*文章列表*/
.art_general_bg {
  background: #fff;
  border-radius: 24px;
  padding-bottom: 32px;
  min-height: 640px; }
  .art_general_bg .art_select_bg .es-tabs {
    border-radius: 20px;
    padding: 32px;
    background: #f4fcff; }
  .art_general_bg .art_select_bg .listBoxUI {
    padding-top: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .art_general_bg .art_select_bg .listBoxUI:first-child {
      padding-top: 0; }
  .art_general_bg .art_select_bg .listBoxUI .label {
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 8px 8px 8px 0;
    font-size: 18px;
    width: 90px; }
  .art_general_bg .art_select_bg .listBoxPop {
    position: relative;
    flex: 1; }
    .art_general_bg .art_select_bg .listBoxPop ul {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto; }
    .art_general_bg .art_select_bg .listBoxPop li {
      margin: 8px;
      position: relative;
      background: #fff;
      border-radius: 20px; }
      .art_general_bg .art_select_bg .listBoxPop li a, .art_general_bg .art_select_bg .listBoxPop li .levelName {
        padding: 0 24px;
        height: 32px;
        line-height: 32px;
        border-radius: 20px;
        display: block;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
        background: rgba(0, 165, 221, 0.08); }
      .art_general_bg .art_select_bg .listBoxPop li .levelUl {
        border-radius: 16px;
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        z-index: 99;
        padding: 8px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
        background: #fff;
        border: 1px solid #00A5DD; }
        .art_general_bg .art_select_bg .listBoxPop li .levelUl .lli {
          width: 32px;
          padding: 0 12px;
          height: 28px;
          line-height: 28px;
          cursor: pointer;
          border-radius: 16px;
          margin: 0 4px;
          color: #333; }
          .art_general_bg .art_select_bg .listBoxPop li .levelUl .lli:first-child {
            border: none; }
          .art_general_bg .art_select_bg .listBoxPop li .levelUl .lli:hover {
            background: #00A5DD;
            color: #fff; }
        .art_general_bg .art_select_bg .listBoxPop li .levelUl .active {
          background: #00A5DD;
          color: #fff; }
      .art_general_bg .art_select_bg .listBoxPop li:hover {
        background: #00A5DD;
        color: #fff; }
        .art_general_bg .art_select_bg .listBoxPop li:hover a {
          color: #fff; }
        .art_general_bg .art_select_bg .listBoxPop li:hover .levelUl {
          visibility: visible; }
    .art_general_bg .art_select_bg .listBoxPop .active {
      background: #00A5DD;
      color: #fff; }
      .art_general_bg .art_select_bg .listBoxPop .active a {
        color: #fff; }
    .art_general_bg .art_select_bg .listBoxPop .disabled {
      opacity: 0.24;
      color: #999;
      cursor: not-allowed;
      pointer-events: none; }
  .art_general_bg .art_select_bg .es-searchFilter {
    margin: 24px 32px 0; }
  .art_general_bg .art_select_bg .es-filter {
    display: flex; }
    .art_general_bg .art_select_bg .es-filter ul {
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      border: 1px solid #00A5DD; }
    .art_general_bg .art_select_bg .es-filter li {
      height: 36px;
      line-height: 36px;
      width: 144px;
      text-align: center; }
      .art_general_bg .art_select_bg .es-filter li a {
        display: block;
        font-size: 18px;
        color: #00A5DD; }
    .art_general_bg .art_select_bg .es-filter .active {
      background: #00A5DD; }
      .art_general_bg .art_select_bg .es-filter .active a {
        color: #fff; }
  .art_general_bg .art_select_bg .es-search {
    border: 1px solid #00A5DD;
    border-radius: 20px; }
    .art_general_bg .art_select_bg .es-search .input_select, .art_general_bg .art_select_bg .es-search .searchinfo {
      border: none;
      height: 36px;
      background: none; }
    .art_general_bg .art_select_bg .es-search .input_select {
      margin: 0 12px;
      width: 112px; }
    .art_general_bg .art_select_bg .es-search .searchinfo {
      width: 320px; }
    .art_general_bg .art_select_bg .es-search .search-btn {
      height: 36px;
      background: #00A5DD;
      width: 96px;
      border-radius: 0 20px 20px 0;
      text-align: center; }
      .art_general_bg .art_select_bg .es-search .search-btn a {
        display: block;
        color: #fff;
        font-size: 18px;
        padding-right: 8px;
        height: 34px;
        line-height: 34px; }
      .art_general_bg .art_select_bg .es-search .search-btn i {
        margin-right: 4px;
        font-size: 24px; }
  .art_general_bg .artBoxRow {
    margin: 0 32px; }
  .art_general_bg .artBoxRow-grid {
    position: relative;
    overflow: hidden;
    padding: 24px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px; }
    .art_general_bg .artBoxRow-grid .articleBox {
      position: relative; }
      .art_general_bg .artBoxRow-grid .articleBox a {
        display: block; }
      .art_general_bg .artBoxRow-grid .articleBox .iocnRead {
        position: absolute;
        z-index: 2;
        background: #9CCB38;
        color: #fff;
        top: 0;
        left: 0;
        border-radius: 8px 0 12px 0;
        padding: 2px 10px 2px 8px;
        font-size: 14px; }
      .art_general_bg .artBoxRow-grid .articleBox .articleArea {
        position: relative;
        z-index: 1; }
      .art_general_bg .artBoxRow-grid .articleBox .art_pic_small {
        display: block;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        width: 202px;
        height: 152px; }
        .art_general_bg .artBoxRow-grid .articleBox .art_pic_small:hover::after, .art_general_bg .artBoxRow-grid .articleBox .art_pic_small:hover::before {
          position: absolute; }
        .art_general_bg .artBoxRow-grid .articleBox .art_pic_small:hover::after {
          content: "";
          background: rgba(30, 146, 255, 0.84);
          border-radius: 8px;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
        .art_general_bg .artBoxRow-grid .articleBox .art_pic_small:hover::before {
          content: "開始閱讀";
          height: 36px;
          line-height: 36px;
          width: 144px;
          text-align: center;
          color: #fff;
          font-size: 18px;
          top: 50%;
          left: 50%;
          margin: -18px 0 0 -72px;
          font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
          border: 1px solid #fff;
          border-radius: 18px;
          z-index: 5; }
        .art_general_bg .artBoxRow-grid .articleBox .art_pic_small img {
          display: block;
          height: 152px;
          max-width: inherit; }
      .art_general_bg .artBoxRow-grid .articleBox .articleDetail {
        display: block;
        height: 72px;
        margin-top: 8px; }
        .art_general_bg .artBoxRow-grid .articleBox .articleDetail .articleInfo {
          position: relative;
          overflow: hidden;
          display: flex; }
          .art_general_bg .artBoxRow-grid .articleBox .articleDetail .articleInfo span {
            color: #999;
            font-size: 12px;
            height: 24px;
            line-height: 24px; }
            .art_general_bg .artBoxRow-grid .articleBox .articleDetail .articleInfo span::after {
              content: '|';
              padding: 0 2px 0 4px; }
            .art_general_bg .artBoxRow-grid .articleBox .articleDetail .articleInfo span:last-child::after {
              display: none; }
        .art_general_bg .artBoxRow-grid .articleBox .articleDetail .articleTitle {
          margin-top: 4px;
          font-size: 16px;
          height: 44px;
          line-height: 22px;
          position: relative;
          overflow: hidden; }
      .art_general_bg .artBoxRow-grid .articleBox .articleWork {
        position: absolute;
        width: 192px;
        z-index: 9;
        top: 8px;
        left: 8px;
        height: 144px; }
        .art_general_bg .artBoxRow-grid .articleBox .articleWork span {
          display: block;
          color: #fff;
          padding: 12px 8px 4px;
          font-size: 12px; }
    .art_general_bg .artBoxRow-grid .articleBoxLock .articleArea .art_pic_small img {
      filter: blur(2px); }
    .art_general_bg .artBoxRow-grid .articleBoxLock .articleArea .art_pic_small::after {
      content: "";
      width: 202px;
      height: 152px;
      background-color: rgba(0, 0, 0, 0.24);
      background-image: url(../image/icon_suo.png);
      background-size: 48px 48px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9; }
    .art_general_bg .artBoxRow-grid .articleBoxLock .articleArea .art_pic_small:hover::after {
      background-color: rgba(30, 146, 255, 0.84); }
    .art_general_bg .artBoxRow-grid .articleBoxLock .articleArea .art_pic_small:hover::before {
      content: "不可閱讀";
      position: absolute;
      height: 36px;
      line-height: 36px;
      width: 144px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      top: 96px;
      left: 50%;
      margin: 0;
      margin-left: -72px;
      font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
      border-radius: 18px;
      z-index: 10;
      border: none; }
    .art_general_bg .artBoxRow-grid .articleBoxLock .art_pic_small:hover::before {
      content: "不可閱讀"; }
    .art_general_bg .artBoxRow-grid .articleBoxLock .articleDetail .articleTitle {
      opacity: .48; }
  .art_general_bg .artBoxRow-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 24px 0 0; }
    .art_general_bg .artBoxRow-list .art_pic_small {
      display: none; }
    .art_general_bg .artBoxRow-list .iocnRead {
      position: absolute;
      z-index: 2;
      background: #9CCB38;
      color: #fff;
      top: 0;
      left: 0;
      border-radius: 8px 0 12px 0;
      padding: 2px 10px 2px 8px;
      font-size: 14px; }
    .art_general_bg .artBoxRow-list .articleBox {
      background: #f3f3f3;
      padding: 10px 16px;
      position: relative;
      border-radius: 8px; }
      .art_general_bg .artBoxRow-list .articleBox .articleInfo {
        font-size: 14px;
        color: #999;
        position: relative;
        overflow: hidden; }
        .art_general_bg .artBoxRow-list .articleBox .articleInfo span {
          color: #999;
          font-size: 12px;
          height: 24px;
          line-height: 24px;
          display: inline-block; }
          .art_general_bg .artBoxRow-list .articleBox .articleInfo span::after {
            content: '|';
            padding: 0 2px 0 4px; }
          .art_general_bg .artBoxRow-list .articleBox .articleInfo span:last-child::after {
            display: none; }
      .art_general_bg .artBoxRow-list .articleBox .articleInfoPad {
        padding-left: 36px; }
      .art_general_bg .artBoxRow-list .articleBox .articleTitle {
        font-size: 20px; }
      .art_general_bg .artBoxRow-list .articleBox:hover {
        background: rgba(0, 165, 221, 0.12); }
        .art_general_bg .artBoxRow-list .articleBox:hover .articleInfo span {
          color: #00A5DD;
          opacity: .64; }
        .art_general_bg .artBoxRow-list .articleBox:hover .articleTitle {
          font-size: 20px;
          color: #00A5DD; }
    .art_general_bg .artBoxRow-list .articleBoxLock:hover {
      background: #f3f3f3; }
      .art_general_bg .artBoxRow-list .articleBoxLock:hover .articleInfo span {
        color: #999;
        opacity: 1; }
      .art_general_bg .artBoxRow-list .articleBoxLock:hover .articleTitle {
        color: #000; }
    .art_general_bg .artBoxRow-list .articleBoxLock .articleArea .articleDetail {
      filter: blur(2px); }
    .art_general_bg .artBoxRow-list .articleBoxLock .articleArea::after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.24);
      background-image: url(../image/icon_suo.png);
      background-size: 48px 48px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9; }
    .art_general_bg .artBoxRow-list .articleBoxLock .articleDetail .articleTitle {
      opacity: .48; }

/*无数据*/
.articleBox_none {
  margin: 0 auto;
  width: 420px;
  text-align: center;
  padding: 48px 0; }
  .articleBox_none .text {
    color: #666; }

/*加载按钮*/
.artBoxRow_pulldown {
  margin-top: 8px; }

.artBoxRow_pulldown > div {
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  font-size: 15px;
  cursor: pointer; }

.pulldown_loading .loader {
  display: inline-block;
  font-size: 10px;
  position: relative;
  border-top: 4px solid rgba(80, 194, 255, 0.2);
  border-right: 4px solid rgba(80, 194, 255, 0.2);
  border-bottom: 4px solid rgba(80, 194, 255, 0.2);
  border-left: 4px solid #50C2FF;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  width: 16px;
  height: 16px; }
  .pulldown_loading .loader::after {
    border-radius: 50%;
    width: 16px;
    height: 16px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.container-page {
  margin-top: 16px; }

.contentFixed .sideMain {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  /* 确保在其他内容之上 */ }

.sideMain {
  width: 288px;
  z-index: 9;
  position: relative; }

.readImgModule {
  background: #fff;
  background: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  min-height: 286px;
  margin-top: 16px; }
  .readImgModule .picAreaInText {
    background: #fff;
    border-radius: 16px; }
    .readImgModule .picAreaInText .layui-carousel {
      width: 240px !important;
      height: 180px !important; }
      .readImgModule .picAreaInText .layui-carousel img {
        display: block;
        min-height: 100%;
        margin: 0 auto; }
  .readImgModule .articleHead {
    padding: 12px 12px 16px; }
    .readImgModule .articleHead .articleHeadTitle {
      font-size: 16px;
      font-weight: bold; }
    .readImgModule .articleHead .articleHeadInfo {
      position: relative;
      overflow: hidden;
      margin-top: 8px; }
      .readImgModule .articleHead .articleHeadInfo ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      .readImgModule .articleHead .articleHeadInfo li {
        font-size: 15px; }
        .readImgModule .articleHead .articleHeadInfo li:last-child {
          width: 100%; }

.linkModule {
  background: #fff;
  border-radius: 16px; }
  .linkModule .item {
    height: 48px; }
    .linkModule .item a {
      line-height: 48px;
      font-size: 20px;
      color: #FF8800;
      padding: 0 16px; }
    .linkModule .item .icfont {
      font-size: 32px;
      margin-right: 12px; }

.linkModule + .toolModule {
  margin-top: 16px; }

.toolModule {
  background: #fff;
  border-radius: 16px;
  padding: 8px 16px;
  border: 2px solid #FF8800; }
  .toolModule .rightMenuItem {
    position: relative;
    overflow: hidden;
    height: 48px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .toolModule .rightMenuItem:last-child {
      border: none; }
    .toolModule .rightMenuItem .label {
      flex: 1;
      font-size: 15px;
      height: 24px;
      margin: 2px; }
      .toolModule .rightMenuItem .label .icfont {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 4px;
        font-size: 24px;
        line-height: 1; }
    .toolModule .rightMenuItem .cont {
      display: flex;
      align-items: center;
      justify-content: right;
      min-width: 112px; }
    .toolModule .rightMenuItem .tabChangeRow li {
      float: left;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      border-radius: 14px;
      margin-left: 8px; }
    .toolModule .rightMenuItem .tabChangeRow .active {
      color: #fff;
      background: #FF8800; }
      .toolModule .rightMenuItem .tabChangeRow .active a {
        color: #fff; }
  .toolModule .fuhaoItem {
    cursor: pointer; }
  .toolModule .review .playbtn {
    padding: 0 8px;
    color: #FF8800;
    font-size: 16px;
    border: 1px solid #FF8800;
    border-radius: 16px;
    cursor: pointer; }

.readMain {
  flex: 1;
  position: relative; }
  .readMain .articleHeadTitle {
    padding: 24px 112px;
    height: 88px;
    position: relative; }
    .readMain .articleHeadTitle .headTitle {
      line-height: 48px;
      font-size: 30px;
      font-weight: bold;
      font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
      text-align: center;
      position: relative; }
    .readMain .articleHeadTitle .headLink {
      position: absolute;
      right: 0;
      top: 32px; }
      .readMain .articleHeadTitle .headLink a {
        width: 128px;
        height: 38px;
        background: rgba(0, 191, 191, 0.12);
        border: 1px solid #00bfbf;
        display: block;
        text-align: center;
        line-height: 38px;
        border-radius: 20px;
        color: #00bfbf;
        font-size: 18px; }
    .readMain .articleHeadTitle .collect {
      position: absolute;
      right: 0;
      top: 32px; }
      .readMain .articleHeadTitle .collect .collectbtn {
        height: 32px;
        border: 1px solid #FF8800;
        border-radius: 16px;
        padding: 0 16px 0 12px;
        cursor: pointer;
        color: #FF8800; }
        .readMain .articleHeadTitle .collect .collectbtn .icfont {
          font-size: 24px; }
      .readMain .articleHeadTitle .collect .collectbtnOn {
        background: #FF8800;
        color: #fff; }
        .readMain .articleHeadTitle .collect .collectbtnOn a {
          color: #fff; }
  .readMain .commentMod {
    margin: 12px 0 16px;
    border: 1px dotted #FF8800;
    background: rgba(255, 136, 0, 0.08);
    border-radius: 22px 22px 22px 0;
    padding: 8px 12px; }
    .readMain .commentMod .commentTab {
      position: relative; }
      .readMain .commentMod .commentTab .playBox {
        position: absolute;
        right: 0;
        bottom: -24px;
        display: none;
        z-index: 9; }
        .readMain .commentMod .commentTab .playBox .btnItem {
          background: #fff;
          height: 48px;
          line-height: 48px;
          padding: 0 16px;
          border-radius: 16px 16px 0 0;
          font-size: 15px;
          cursor: pointer;
          color: #00A5DD; }
          .readMain .commentMod .commentTab .playBox .btnItem .icfont {
            font-size: 24px; }
          .readMain .commentMod .commentTab .playBox .btnItem .label {
            margin-right: 16px; }
          .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg {
            border: none;
            background: rgba(0, 165, 221, 0.12); }
            .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .pBtn, .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .pause {
              color: #00A5DD;
              background: rgba(0, 165, 221, 0.08); }
              .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .pBtn .icfont, .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .pause .icfont {
                color: #00A5DD; }
            .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .timelineBg .timeline {
              background: #fff; }
            .readMain .commentMod .commentTab .playBox .btnItem .commentPlayBg .timelineBg .playpointer {
              background: #00A5DD; }
      .readMain .commentMod .commentTab .playBoxShow {
        display: block; }
    .readMain .commentMod .menuGroup span, .readMain .commentMod .menuOrther span {
      padding: 0 24px;
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-size: 18px; }
      .readMain .commentMod .menuGroup span::after, .readMain .commentMod .menuOrther span::after {
        content: '';
        position: absolute;
        top: 50%;
        background: rgba(255, 136, 0, 0.48);
        height: 14px;
        width: 1px;
        margin-top: -7px;
        left: 0; }
      .readMain .commentMod .menuGroup span:first-child, .readMain .commentMod .menuOrther span:first-child {
        padding-left: 12px; }
        .readMain .commentMod .menuGroup span:first-child::after, .readMain .commentMod .menuOrther span:first-child::after {
          display: none; }
    .readMain .commentMod .menuGroup .active, .readMain .commentMod .menuOrther .active {
      color: #FF8800;
      font-weight: bold; }
      .readMain .commentMod .menuGroup .active::before, .readMain .commentMod .menuOrther .active::before {
        content: "";
        border-width: 12px;
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -12px; }
      .readMain .commentMod .menuGroup .active:first-child, .readMain .commentMod .menuOrther .active:first-child {
        padding-left: 12px; }
        .readMain .commentMod .menuGroup .active:first-child::before, .readMain .commentMod .menuOrther .active:first-child::before {
          margin-left: -18px; }
    .readMain .commentMod .menuOrther .active::before {
      display: none; }
    .readMain .commentMod .commentCont {
      background: #fff;
      border-radius: 4px 4px 16px 4px;
      padding: 0 12px;
      position: relative;
      margin-top: 0;
      line-height: 1.8;
      position: relative;
      overflow: hidden;
      height: 0;
      transition: .1s;
      font-size: 20px; }
      .readMain .commentMod .commentCont .close {
        text-align: right; }
        .readMain .commentMod .commentCont .close span {
          font-size: 16px;
          color: #999;
          cursor: pointer; }
      .readMain .commentMod .commentCont .comment-p {
        text-indent: 2em;
        letter-spacing: 2px; }
      .readMain .commentMod .commentCont jin {
        color: #FF8000;
        font-weight: bold; }
      .readMain .commentMod .commentCont title-left, .readMain .commentMod .commentCont title-center, .readMain .commentMod .commentCont title, .readMain .commentMod .commentCont title-right {
        font-weight: bold;
        font-size: 22px;
        display: block; }
      .readMain .commentMod .commentCont title-center {
        text-align: center; }
      .readMain .commentMod .commentCont title-right {
        text-align: right; }
      .readMain .commentMod .commentCont .comment-right {
        text-align: right; }
      .readMain .commentMod .commentCont c-blue {
        color: #00A5DD; }
      .readMain .commentMod .commentCont .text-image {
        padding: 8px 0;
        text-align: center; }
        .readMain .commentMod .commentCont .text-image .image-desc {
          color: #666666;
          font-size: 18px;
          margin-top: 4px; }
      .readMain .commentMod .commentCont nr {
        height: 32px;
        display: block; }
    .readMain .commentMod .commentContShow {
      padding: 12px;
      height: auto;
      margin-top: 8px; }
  .readMain .backContent {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9; }
    .readMain .backContent .btn {
      font-size: 18px;
      color: #FF8800;
      cursor: pointer; }
      .readMain .backContent .btn .icfont {
        font-size: 32px; }
  .readMain .articleText, .readMain .articleTextSizeMediu {
    font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
    padding-bottom: 32px; }
    .readMain .articleText .sent_head, .readMain .articleTextSizeMediu .sent_head {
      color: #0000FF; }
    .readMain .articleText .word_unit, .readMain .articleTextSizeMediu .word_unit {
      position: relative;
      overflow: hidden; }
    .readMain .articleText .word_break, .readMain .articleTextSizeMediu .word_break {
      color: #999;
      padding-right: 4px; }
    .readMain .articleText .word_unit, .readMain .articleText a, .readMain .articleTextSizeMediu .word_unit, .readMain .articleTextSizeMediu a {
      font-size: 26px;
      height: 64px;
      line-height: 64px;
      display: inline-block; }
      .readMain .articleText .word_unit a, .readMain .articleText a a, .readMain .articleTextSizeMediu .word_unit a, .readMain .articleTextSizeMediu a a {
        display: inline-block; }
    .readMain .articleText .word_unit_block, .readMain .articleTextSizeMediu .word_unit_block {
      display: inline-block;
      font-size: 26px;
      height: 64px;
      line-height: 64px; }
    .readMain .articleText .dict_select, .readMain .articleTextSizeMediu .dict_select {
      background: #FF8800;
      color: #fff; }
      .readMain .articleText .dict_select a, .readMain .articleText .dict_select .word-selected-in, .readMain .articleText .dict_select .ruby, .readMain .articleText .dict_select .rt, .readMain .articleText .dict_select .notes_select, .readMain .articleTextSizeMediu .dict_select a, .readMain .articleTextSizeMediu .dict_select .word-selected-in, .readMain .articleTextSizeMediu .dict_select .ruby, .readMain .articleTextSizeMediu .dict_select .rt, .readMain .articleTextSizeMediu .dict_select .notes_select {
        color: #fff; }
    .readMain .articleText .word-selected-in, .readMain .articleTextSizeMediu .word-selected-in {
      color: #FF8800;
      font-weight: bold; }
    .readMain .articleText .para, .readMain .articleText .para_py, .readMain .articleTextSizeMediu .para, .readMain .articleTextSizeMediu .para_py {
      background-image: url(../image/line-m.png);
      background-position-y: -1px;
      padding: 0 8px;
      position: relative;
      overflow: hidden;
      font-size: 0; }
      .readMain .articleText .para span.sent:first-of-type > .word_unit:first-child, .readMain .articleText .para span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleText .para_py span.sent:first-of-type > .word_unit:first-child, .readMain .articleText .para_py span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleTextSizeMediu .para span.sent:first-of-type > .word_unit:first-child, .readMain .articleTextSizeMediu .para span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleTextSizeMediu .para_py span.sent:first-of-type > .word_unit:first-child, .readMain .articleTextSizeMediu .para_py span.sent:first-of-type > .word_unit_block:first-child {
        margin-left: 2em; }
      .readMain .articleText .para .orNum, .readMain .articleText .para_py .orNum, .readMain .articleTextSizeMediu .para .orNum, .readMain .articleTextSizeMediu .para_py .orNum {
        font-size: 20px;
        position: absolute;
        color: #999;
        background: #f8f8f8;
        padding: 4px 12px;
        left: 0;
        font-weight: lighter;
        border-radius: 0 0 20px 20px;
        display: none; }
      .readMain .articleText .para .word_unit_icon, .readMain .articleText .para_py .word_unit_icon, .readMain .articleTextSizeMediu .para .word_unit_icon, .readMain .articleTextSizeMediu .para_py .word_unit_icon {
        margin-right: 4px;
        margin-top: -2px;
        float: left; }
        .readMain .articleText .para .word_unit_icon b, .readMain .articleText .para_py .word_unit_icon b, .readMain .articleTextSizeMediu .para .word_unit_icon b, .readMain .articleTextSizeMediu .para_py .word_unit_icon b {
          background: #DDFFE7;
          color: #2E7D51;
          font-size: 18px;
          text-align: center;
          width: 32px;
          padding: 6px 7px;
          border-radius: 12px;
          font-family: Arial, Helvetica, sans-serif;
          box-sizing: border-box; }
      .readMain .articleText .para .sentYiwen > span, .readMain .articleText .para .sentYiwen .word_unit, .readMain .articleText .para_py .sentYiwen > span, .readMain .articleText .para_py .sentYiwen .word_unit, .readMain .articleTextSizeMediu .para .sentYiwen > span, .readMain .articleTextSizeMediu .para .sentYiwen .word_unit, .readMain .articleTextSizeMediu .para_py .sentYiwen > span, .readMain .articleTextSizeMediu .para_py .sentYiwen .word_unit {
        color: #666;
        font-size: 20px;
        display: inline; }
        .readMain .articleText .para .sentYiwen > span:first-child, .readMain .articleText .para .sentYiwen .word_unit:first-child, .readMain .articleText .para_py .sentYiwen > span:first-child, .readMain .articleText .para_py .sentYiwen .word_unit:first-child, .readMain .articleTextSizeMediu .para .sentYiwen > span:first-child, .readMain .articleTextSizeMediu .para .sentYiwen .word_unit:first-child, .readMain .articleTextSizeMediu .para_py .sentYiwen > span:first-child, .readMain .articleTextSizeMediu .para_py .sentYiwen .word_unit:first-child {
          margin-left: 0 !important; }
    .readMain .articleText .para_py, .readMain .articleTextSizeMediu .para_py {
      font-size: 0; }
      .readMain .articleText .para_py .word_unit, .readMain .articleTextSizeMediu .para_py .word_unit {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 82px; }
    .readMain .articleText .text-image, .readMain .articleTextSizeMediu .text-image {
      padding: 16px 0;
      text-align: center; }
      .readMain .articleText .text-image a, .readMain .articleTextSizeMediu .text-image a {
        height: auto;
        min-height: auto; }
      .readMain .articleText .text-image img, .readMain .articleTextSizeMediu .text-image img {
        max-width: 100%; }
      .readMain .articleText .text-image .image-desc, .readMain .articleTextSizeMediu .text-image .image-desc {
        font-size: 20px;
        line-height: 48px;
        height: auto; }
    .readMain .articleText .para-title-1, .readMain .articleText .para-title-2, .readMain .articleText .para-title-3, .readMain .articleTextSizeMediu .para-title-1, .readMain .articleTextSizeMediu .para-title-2, .readMain .articleTextSizeMediu .para-title-3 {
      font-weight: bold; }
      .readMain .articleText .para-title-1 > span:first-child > span:first-child, .readMain .articleText .para-title-2 > span:first-child > span:first-child, .readMain .articleText .para-title-3 > span:first-child > span:first-child, .readMain .articleTextSizeMediu .para-title-1 > span:first-child > span:first-child, .readMain .articleTextSizeMediu .para-title-2 > span:first-child > span:first-child, .readMain .articleTextSizeMediu .para-title-3 > span:first-child > span:first-child {
        margin-left: 0; }
    .readMain .articleText .rt, .readMain .articleTextSizeMediu .rt {
      font-size: 90%; }
    .readMain .articleText .sent.active, .readMain .articleTextSizeMediu .sent.active {
      color: #FF8800; }
      .readMain .articleText .sent.active .word_break, .readMain .articleTextSizeMediu .sent.active .word_break {
        color: #FF8800; }
    .readMain .articleText .sent.sent-select, .readMain .articleTextSizeMediu .sent.sent-select {
      color: #1E92FF; }
      .readMain .articleText .sent.sent-select .word_break, .readMain .articleTextSizeMediu .sent.sent-select .word_break {
        color: #1E92FF; }
    .readMain .articleText .notes, .readMain .articleTextSizeMediu .notes {
      font-size: 16px;
      padding-right: 6px;
      cursor: pointer;
      position: relative;
      height: 64px;
      line-height: 64px;
      display: inline-block;
      overflow: hidden;
      color: #000;
      width: 24px; }
      .readMain .articleText .notes em, .readMain .articleTextSizeMediu .notes em {
        background: rgba(255, 136, 0, 0.08);
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 16px;
        position: absolute;
        top: 44%;
        color: #FF8800;
        left: 0; }
    .readMain .articleText .notes_select, .readMain .articleTextSizeMediu .notes_select {
      color: #FF8800; }
      .readMain .articleText .notes_select em, .readMain .articleTextSizeMediu .notes_select em {
        background: #FF8800;
        color: #fff; }
  .readMain .articleTextLangContrast .para_py {
    font-size: 0; }
  .readMain .articleTextLangContrast .rt {
    color: #9CCB38;
    font-size: 86%; }
  .readMain .articleTextLangContrast .active {
    color: #1E92FF; }
  .readMain .articleTextSizeSmall .para, .readMain .articleTextSizeSmall .para_py {
    background-image: url(../image/line-s.png); }
  .readMain .articleTextSizeSmall .word_unit, .readMain .articleTextSizeSmall a {
    font-size: 20px;
    height: 48px;
    line-height: 48px; }
  .readMain .articleTextSizeSmall .word_unit_block {
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 48px; }
  .readMain .articleTextSizeSmall .notes {
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    width: 16px;
    padding-right: 4px; }
    .readMain .articleTextSizeSmall .notes em {
      width: 16px;
      height: 16px;
      line-height: 16px; }
  .readMain .articleTextSizeSmall .para_py {
    font-size: 0; }
    .readMain .articleTextSizeSmall .para_py .word_uni {
      line-height: 66px; }
  .readMain .articleTextSizeLarge .para, .readMain .articleTextSizeLarge .para_py {
    background-image: url(../image/line-l.png); }
    .readMain .articleTextSizeLarge .para .word_unit_icon, .readMain .articleTextSizeLarge .para_py .word_unit_icon {
      font-size: 20px; }
    .readMain .articleTextSizeLarge .para span.sentYiwen > span, .readMain .articleTextSizeLarge .para span.sentYiwen .word_unit, .readMain .articleTextSizeLarge .para_py span.sentYiwen > span, .readMain .articleTextSizeLarge .para_py span.sentYiwen .word_unit {
      font-size: 24px; }
  .readMain .articleTextSizeLarge .word_unit, .readMain .articleTextSizeLarge a {
    font-size: 32px;
    height: 88px;
    line-height: 88px; }
  .readMain .articleTextSizeLarge .word_unit_block {
    display: inline-block;
    font-size: 32px;
    height: 88px;
    line-height: 88px; }
  .readMain .articleTextSizeLarge .notes {
    font-size: 18px;
    height: 88px;
    line-height: 108px;
    padding-right: 8px;
    width: 24px; }
    .readMain .articleTextSizeLarge .notes em {
      width: 24px;
      height: 24px;
      line-height: 24px; }
  .readMain .articleTextSizeLarge .para_py {
    font-size: 0; }
    .readMain .articleTextSizeLarge .para_py .word_unit {
      line-height: 114px; }
  .readMain .articleTextDL .para .orNum, .readMain .articleTextDL .para_py .orNum {
    display: block; }
  .readMain .textSmall::before {
    background: url(../image/text-bg-s.png) no-repeat; }
  .readMain .textSmall p {
    background-image: url(../image/line-s.png);
    line-height: 48px; }
  .readMain .textSmall span, .readMain .textSmall a {
    font-size: 16px; }
  .readMain .articleTrans, .readMain .articleTextLangContrastTrans, .readMain .articleTransPy {
    background: rgba(30, 146, 255, 0.06);
    border-radius: 0 16px 16px 16px;
    padding: 0 16px 16px;
    margin-bottom: 28px; }
    .readMain .articleTrans p:first-child, .readMain .articleTextLangContrastTrans p:first-child, .readMain .articleTransPy p:first-child {
      border: none; }
    .readMain .articleTrans .para, .readMain .articleTrans .para_py, .readMain .articleTextLangContrastTrans .para, .readMain .articleTextLangContrastTrans .para_py, .readMain .articleTransPy .para, .readMain .articleTransPy .para_py {
      background: none;
      border: none !important; }
    .readMain .articleTrans .trans-title, .readMain .articleTextLangContrastTrans .trans-title, .readMain .articleTransPy .trans-title {
      font-weight: bold; }
      .readMain .articleTrans .trans-title span:first-child span:first-child, .readMain .articleTextLangContrastTrans .trans-title span:first-child span:first-child, .readMain .articleTransPy .trans-title span:first-child span:first-child {
        padding: 0;
        margin: 0; }
    .readMain .articleTrans .orNum, .readMain .articleTextLangContrastTrans .orNum, .readMain .articleTransPy .orNum {
      background: #fff; }
  .readMain .articleTransHidden {
    display: none; }
  .readMain .articleAncient .para span.sent > span:first-child, .readMain .articleAncient .para_py span.sent > span:first-child {
    margin-left: 7.2em; }
  .readMain .articleAncient .para span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient .para span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleAncient .para_py span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient .para_py span.sent:first-of-type > .word_unit_block:first-child {
    margin-left: 7.2em; }
  .readMain .articleAncient .sent {
    display: block; }
  .readMain .articleAncient.articleTextSizeLarge .para span.sent > span:first-child, .readMain .articleAncient.articleTextSizeLarge .para_py span.sent > span:first-child {
    margin-left: 4.5em; }
  .readMain .articleAncient.articleTextSizeLarge .para span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient.articleTextSizeLarge .para span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleAncient.articleTextSizeLarge .para_py span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient.articleTextSizeLarge .para_py span.sent:first-of-type > .word_unit_block:first-child {
    margin-left: 4.5em; }
  .readMain .articleAncient.articleTextSizeSmall .para span.sent > span:first-child, .readMain .articleAncient.articleTextSizeSmall .para_py span.sent > span:first-child {
    margin-left: 12em; }
  .readMain .articleAncient.articleTextSizeSmall .para span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient.articleTextSizeSmall .para span.sent:first-of-type > .word_unit_block:first-child, .readMain .articleAncient.articleTextSizeSmall .para_py span.sent:first-of-type > .word_unit:first-child, .readMain .articleAncient.articleTextSizeSmall .para_py span.sent:first-of-type > .word_unit_block:first-child {
    margin-left: 12em; }

.rBreakContent .readMain .articleAncient .para span.sent > span:first-child, .rBreakContent .readMain .articleAncient .para_py span.sent > span:first-child {
  margin-left: 4.6em; }

.rBreakContent .readMain .articleAncient .para span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient .para span.sent:first-of-type > .word_unit_block:first-child, .rBreakContent .readMain .articleAncient .para_py span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient .para_py span.sent:first-of-type > .word_unit_block:first-child {
  margin-left: 4.6em; }

.rBreakContent .readMain .articleAncient .sent {
  display: block; }

.rBreakContent .readMain .articleAncient.articleTextSizeLarge .para span.sent > span:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeLarge .para_py span.sent > span:first-child {
  margin-left: 2em; }

.rBreakContent .readMain .articleAncient.articleTextSizeLarge .para span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeLarge .para span.sent:first-of-type > .word_unit_block:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeLarge .para_py span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeLarge .para_py span.sent:first-of-type > .word_unit_block:first-child {
  margin-left: 2em; }

.rBreakContent .readMain .articleAncient.articleTextSizeSmall .para span.sent > span:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeSmall .para_py span.sent > span:first-child {
  margin-left: 8.5em; }

.rBreakContent .readMain .articleAncient.articleTextSizeSmall .para span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeSmall .para span.sent:first-of-type > .word_unit_block:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeSmall .para_py span.sent:first-of-type > .word_unit:first-child, .rBreakContent .readMain .articleAncient.articleTextSizeSmall .para_py span.sent:first-of-type > .word_unit_block:first-child {
  margin-left: 8.5em; }

/*文章阅读*/
.read-wrap .content {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: flex-start;
  min-height: calc(100vh - 248px);
  position: relative; }
  .read-wrap .content .flipPage {
    width: 36px;
    background: #00a5dd;
    height: 88px;
    position: fixed;
    top: calc(60vh - 248px);
    z-index: 9999; }
    .read-wrap .content .flipPage a {
      display: block;
      text-align: center;
      line-height: 120%;
      color: #fff;
      font-weight: bold;
      padding: 15px 6px; }
  .read-wrap .content .flipPagePre {
    left: 50%;
    margin-left: -626px;
    border-radius: 16px 0 0 16px; }
  .read-wrap .content .flipPageNext {
    left: 50%;
    margin-left: 590px;
    border-radius: 0 16px 16px 0; }
  .read-wrap .content .flipPageNone {
    display: none; }

.read-wrap .readMain {
  border-radius: 24px 48px 48px 24px;
  background: #fff;
  padding: 12px 40px;
  min-height: 752px; }

.read-wrap .sideMain {
  padding: 0 32px 24px;
  border-radius: 48px 24px 24px 48px;
  background: #fff;
  padding: 24px;
  box-shadow: inset 24px 0px 24px rgba(255, 240, 223, 0.36);
  height: 752px; }
  .read-wrap .sideMain .readNoteItem {
    background: #FF8800;
    padding: 0 16px;
    border-radius: 16px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    cursor: pointer; }
    .read-wrap .sideMain .readNoteItem .icfont {
      font-size: 32px; }
  .read-wrap .sideMain .toolModule {
    margin-top: 16px; }

/*轮播图*/
.slider {
  width: 240px !important;
  height: 180px !important;
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .slider .item-slider .photo_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.16);
    text-align: center; }
    .slider .item-slider .photo_txt .photo_title {
      color: #fff;
      height: 24px;
      line-height: 24px;
      padding: 0 16px;
      font-size: 12px; }
  .slider .layui-carousel-arrow {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    font-size: 16px; }
  .slider .layui-carousel-arrow[lay-type=sub] {
    left: 12px !important; }
  .slider .layui-carousel-arrow[lay-type=add] {
    right: 12px !important; }

/*侧栏弹窗*/
.sideMain_layer {
  display: none;
  top: 0;
  position: absolute;
  z-index: 60000;
  border-radius: 16px;
  width: 288px;
  left: 0;
  height: 100vh; }
  .sideMain_layer .layerWrapper {
    border: 2px solid #FF8800;
    background: #fff;
    border-radius: 16px;
    height: calc(100vh - 248px);
    position: relative;
    overflow: hidden; }
    .sideMain_layer .layerWrapper .btnPlayVideo .btn {
      height: 28px;
      border: 1px solid #00A5DD;
      line-height: 28px;
      border-radius: 20px;
      color: #00A5DD;
      font-size: 16px;
      padding: 0 16px 0 12px;
      cursor: pointer; }
    .sideMain_layer .layerWrapper .btnPlayVideo .icfont {
      font-size: 24px;
      margin-right: 4px; }
    .sideMain_layer .layerWrapper .close {
      position: absolute;
      right: 0;
      top: 0;
      padding: 10px;
      z-index: 9;
      cursor: pointer; }
      .sideMain_layer .layerWrapper .close .icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        color: #707070;
        text-align: center;
        display: block;
        font-size: 28px; }
    .sideMain_layer .layerWrapper .layerTitle {
      position: sticky;
      overflow: hidden;
      padding: 12px 44px 12px 12px;
      box-sizing: border-box;
      background: #FFF2EC;
      height: 48px; }
      .sideMain_layer .layerWrapper .layerTitle .title {
        float: left;
        font-weight: bold;
        font-size: 16px; }
    .sideMain_layer .layerWrapper .layerContent {
      padding: 12px 12px 0;
      overflow-y: auto;
      position: relative;
      font-size: 18px;
      height: calc(100% - 48px); }
      .sideMain_layer .layerWrapper .layerContent .contentMain {
        padding: 16px 0 24px; }

.explain_layer .layerWrapper .layerTitle {
  height: 72px; }

.explain_layer .layerWrapper .layerContent {
  height: calc(100% - 72px); }
  .explain_layer .layerWrapper .layerContent p {
    padding: 4px 0; }
    .explain_layer .layerWrapper .layerContent p span {
      display: block;
      font-size: 16px;
      margin-top: 8px; }
    .explain_layer .layerWrapper .layerContent p span + span {
      margin: 0; }

.fuhao_layer .layerWrapper .layerContent .item .tit {
  font-weight: bold; }

.fuhao_layer .layerWrapper .layerContent .item + .item {
  margin-top: 12px; }

/*词典 --注释*/
.dict_layer, .notes_layer {
  top: 88px;
  position: absolute;
  z-index: 60000;
  border-radius: 16px;
  width: 288px;
  left: 50%;
  margin-left: 302px; }
  .dict_layer .dctWrapper, .notes_layer .dctWrapper {
    border: 2px solid #FF8800;
    background: #fff;
    border-radius: 16px;
    height: 720px; }
  .dict_layer .dctTitle, .notes_layer .dctTitle {
    position: relative;
    overflow: hidden;
    background: rgba(255, 136, 0, 0.08);
    padding: 0 0 0 12px;
    border-radius: 16px 16px 0 0;
    height: 48px;
    line-height: 48px; }
    .dict_layer .dctTitle .title, .notes_layer .dctTitle .title {
      float: left;
      font-weight: bold;
      font-size: 16px; }
    .dict_layer .dctTitle .close, .notes_layer .dctTitle .close {
      float: right;
      padding: 10px; }
      .dict_layer .dctTitle .close a, .notes_layer .dctTitle .close a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        color: #707070;
        text-align: center;
        display: block;
        font-size: 28px; }

.dict_layer .dctContent, .notes_layer .dctContent {
  height: 646px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }
  .dict_layer .dctContent .wordMod, .notes_layer .dctContent .wordMod {
    margin: 24px 0 12px;
    position: relative;
    overflow: hidden; }
    .dict_layer .dctContent .wordMod .words, .notes_layer .dctContent .wordMod .words {
      position: relative;
      overflow: hidden;
      float: left;
      margin-bottom: 12px;
      margin-left: 16px; }
      .dict_layer .dctContent .wordMod .words span, .notes_layer .dctContent .wordMod .words span {
        width: 72px;
        height: 72px;
        float: left;
        border: 1px solid #707070;
        background: url(../image/cdWordbg.png);
        font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
        font-size: 56px;
        font-weight: bold;
        text-align: center;
        line-height: 72px; }
        .dict_layer .dctContent .wordMod .words span:nth-child(2), .notes_layer .dctContent .wordMod .words span:nth-child(2) {
          margin-left: -1px;
          border-left: 1px solid #e5e5e5; }
    .dict_layer .dctContent .wordMod .info, .notes_layer .dctContent .wordMod .info {
      float: left;
      margin-left: 16px; }
      .dict_layer .dctContent .wordMod .info .icon, .notes_layer .dctContent .wordMod .info .icon {
        background: url(../image/icon-bf.png) no-repeat;
        width: 24px;
        height: 24px;
        margin-left: 4px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer; }
  .dict_layer .dctContent .contentMod, .notes_layer .dctContent .contentMod {
    padding: 0 16px 8px; }
    .dict_layer .dctContent .contentMod p, .notes_layer .dctContent .contentMod p {
      padding: 10px 0;
      font-size: 15px; }

.dict_layer .dctSearch, .notes_layer .dctSearch {
  text-align: center;
  padding: 16px 0; }
  .dict_layer .dctSearch .dctKeyWord, .notes_layer .dctSearch .dctKeyWord {
    font-size: 18px; }
    .dict_layer .dctSearch .dctKeyWord b, .notes_layer .dctSearch .dctKeyWord b {
      color: #FF8800; }
  .dict_layer .dctSearch .dctLoading, .notes_layer .dctSearch .dctLoading {
    margin-top: 16px; }

.dict_layerFixed {
  position: fixed;
  top: 0; }

.notes_layer .notesContent {
  padding: 16px;
  height: 646px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

.notes_layer .notesTit {
  font-size: 20px;
  font-weight: bold; }

.notes_layer .notesCont {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.8; }

.playIng {
  animation: play 1s infinite; }

@-webkit-keyframes play {
  0% {
    background: url(../image/icon-bf.png); }
  50% {
    background: url(../image/icon-bf1.png); } }

@keyframes play {
  0% {
    background: url(../image/icon-bf.png); }
  50% {
    background: url(../image/icon-bf1.png); } }

.playIng1::before {
  animation: play1 1s infinite; }

@-webkit-keyframes play1 {
  0% {
    content: "\e684"; }
  50% {
    content: "\e68f"; } }

@keyframes play1 {
  0% {
    content: "\e684"; }
  50% {
    content: "\e68f"; } }

/*播放*/
.PlayerBg, .recPlayerBg, .commentPlayBg {
  position: relative;
  overflow: hidden; }
  .PlayerBg .timelineBg .timeline, .recPlayerBg .timelineBg .timeline, .commentPlayBg .timelineBg .timeline {
    background: #FF8800;
    width: 72px;
    height: 8px;
    border-radius: 4px;
    background: #ECECEC; }
  .PlayerBg .timelineBg .playpointer, .recPlayerBg .timelineBg .playpointer, .commentPlayBg .timelineBg .playpointer {
    background: #FF8800;
    width: 8px;
    height: 8px;
    border-radius: 4px; }
  .PlayerBg .btn_rec_play.active, .recPlayerBg .btn_rec_play.active, .commentPlayBg .btn_rec_play.active {
    background: #FF8800;
    color: #fff; }
  .PlayerBg .pBtn, .recPlayerBg .pBtn, .commentPlayBg .pBtn {
    border-radius: 15px;
    padding: 1px;
    color: #FF8800;
    cursor: pointer;
    border: 1px solid #FF8800;
    width: 28px;
    height: 28px;
    text-align: center; }
    .PlayerBg .pBtn .icfont, .recPlayerBg .pBtn .icfont, .commentPlayBg .pBtn .icfont {
      font-size: 24px;
      text-align: center;
      line-height: 24px;
      display: block;
      margin: 0 auto; }
      .PlayerBg .pBtn .icfont::after, .recPlayerBg .pBtn .icfont::after, .commentPlayBg .pBtn .icfont::after {
        content: "\e687"; }
  .PlayerBg .play, .recPlayerBg .play, .commentPlayBg .play {
    background: #FFF1EC; }
    .PlayerBg .play .icfont::after, .recPlayerBg .play .icfont::after, .commentPlayBg .play .icfont::after {
      content: "\e687"; }
  .PlayerBg .pause, .recPlayerBg .pause, .commentPlayBg .pause {
    border: 1px solid #FF8800;
    background: #FF8800; }
    .PlayerBg .pause .icfont, .recPlayerBg .pause .icfont, .commentPlayBg .pause .icfont {
      color: #fff; }
      .PlayerBg .pause .icfont::after, .recPlayerBg .pause .icfont::after, .commentPlayBg .pause .icfont::after {
        content: "\e68b"; }

.PlayerBg, .recPlayerBg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .PlayerBg .timelineBg, .recPlayerBg .timelineBg {
    margin: 10px 0; }
  .PlayerBg .pBtn, .recPlayerBg .pBtn {
    margin-left: 8px; }

.commentPlayBg {
  border: 1px solid #FF8800;
  height: 28px;
  border-radius: 14px;
  padding: 0 12px 0 0; }
  .commentPlayBg .pBtn {
    border: none;
    margin-right: 16px;
    background: none; }

/*录音*/
.recPlayer {
  overflow: visible !important; }
  .recPlayer .btn_rec {
    float: right;
    border-radius: 15px;
    padding: 1px;
    color: #FF8800;
    cursor: pointer;
    border: 1px solid #FF8800;
    background: #FFF1EC; }
    .recPlayer .btn_rec .icfont {
      width: 24px;
      height: 24px;
      font-size: 24px;
      text-align: center;
      line-height: 24px;
      display: block; }
      .recPlayer .btn_rec .icfont::after {
        content: "\e68a"; }

.rec_main {
  position: absolute;
  width: 240px;
  z-index: 5;
  top: 48px;
  left: -18px; }
  .rec_main .rec_mainBox {
    border: 2px solid #FF8800;
    border-radius: 16px 0 16px 16px;
    background: #fff;
    position: relative;
    padding-bottom: 24px; }
    .rec_main .rec_mainBox::after {
      content: "";
      width: 10px;
      height: 10px;
      border-width: 2px 2px 0 0;
      border-color: #FF8800;
      border-style: solid;
      transform: rotate(-45deg);
      position: absolute;
      top: -7px;
      right: 22px;
      background: #fff; }
    .rec_main .rec_mainBox .explain_btn {
      position: relative;
      border-radius: 16px;
      border: 1px solid #FF8800;
      color: #FF8800;
      margin: 16px 24px 0;
      height: 32px;
      cursor: pointer;
      line-height: 32px;
      text-align: center; }
  .rec_main .recwave {
    height: 24px;
    margin: 32px 32px 8px; }
  .rec_main .reclogBox {
    position: relative; }
  .rec_main .reclogNote {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 32px;
    line-height: 32px; }
  .rec_main .reclog {
    text-align: center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
  .rec_main .rec_btns {
    width: 98px;
    height: 98px;
    border-radius: 42px;
    background: rgba(30, 146, 255, 0.04);
    margin: 8px auto 0;
    position: relative; }
    .rec_main .rec_btns button {
      width: 56px;
      height: 56px;
      border-radius: 24px;
      background: #1E92FF;
      border: none;
      position: absolute;
      top: 21px;
      left: 21px;
      z-index: 5;
      cursor: pointer; }
      .rec_main .rec_btns button .icfont {
        color: #fff;
        font-size: 32px; }
    .rec_main .rec_btns::after {
      content: "";
      width: 76px;
      height: 76px;
      border-radius: 32px;
      background: rgba(30, 146, 255, 0.16);
      position: absolute;
      top: 11px;
      left: 11px;
      z-index: 1; }
  .rec_main .recPlayerBox {
    background: #fff;
    border: 2px solid #FF8800;
    border-radius: 16px;
    padding: 12px 16px; }
    .rec_main .recPlayerBox .timelineBg .timeline {
      width: 164px; }
  .rec_main .recPlayerBox_db .recModItem {
    position: relative;
    overflow: hidden;
    height: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5; }
    .rec_main .recPlayerBox_db .recModItem:first-child {
      display: grid;
      grid-template-columns: 102px 1fr; }
    .rec_main .recPlayerBox_db .recModItem:last-child {
      border: none; }
    .rec_main .recPlayerBox_db .recModItem .recPlayerBg {
      display: grid;
      grid-template-columns: 1fr 30px; }
  .rec_main .recPlayerBox_db .recModItem_noBar {
    display: grid;
    grid-template-columns: 1fr 30px;
    height: auto; }
    .rec_main .recPlayerBox_db .recModItem_noBar .label {
      height: auto; }
  .rec_main .recPlayerBox_db .pBtn {
    margin-left: 0;
    float: none; }
  .rec_main .recPlayerBox_db .timelineBg .timeline {
    width: 64px; }
  .rec_main .closeRec {
    width: 32px;
    height: 32px;
    margin: 12px auto 0;
    background: #fff;
    border: 2px solid #FF8800;
    border-radius: 18px;
    cursor: pointer; }
    .rec_main .closeRec .icfont {
      width: 24px;
      height: 24px;
      margin: 2px;
      display: block;
      font-size: 24px;
      color: #707070;
      line-height: 24px; }

/*轮播图弹出窗*/
#html5-lightbox-box {
  margin: 0 auto;
  z-index: 5; }
  #html5-lightbox-box #html5-elem-wrap {
    position: relative; }

.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.modelTostChile {
  width: 872px;
  height: 704px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 16px;
  margin: -352px 0 0 -436px; }
  .modelTostChile .layui-carousel {
    background: none !important;
    width: 824px !important;
    padding: 0 24px 24px; }
    .modelTostChile .layui-carousel .swiper-slide {
      background: none !important; }
      .modelTostChile .layui-carousel .swiper-slide .tit {
        height: 56px;
        line-height: 56px;
        font-size: 20px;
        text-align: center;
        padding: 0 32px; }
      .modelTostChile .layui-carousel .swiper-slide .pic {
        width: 824px;
        height: 618px;
        text-align: center; }
        .modelTostChile .layui-carousel .swiper-slide .pic img {
          height: 100%; }
    .modelTostChile .layui-carousel .layui-carousel-arrow {
      width: 48px;
      height: 48px;
      font-size: 24px; }
    .modelTostChile .layui-carousel .layui-carousel-arrow[lay-type=sub] {
      left: 56px;
      padding-right: 2px; }
    .modelTostChile .layui-carousel .layui-carousel-arrow[lay-type=add] {
      right: 56px;
      padding-left: 2px; }
  .modelTostChile .modelClose {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 9; }
    .modelTostChile .modelClose::after {
      content: '\e68e'; }

@keyframes turnAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes turnAround /* Safari 与 Chrome */ {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.wordItemInfo .playing {
  color: #FF8800; }

.wav_layer {
  position: absolute;
  visibility: hidden;
  background: #fff;
  border: 2px solid #FF8800;
  border-radius: 16px 16px 16px 0; }
  .wav_layer .PlayerBgWav {
    position: relative;
    overflow: hidden;
    padding: 12px 10px; }
  .wav_layer .wavItem {
    float: left;
    margin: 0 6px; }
    .wav_layer .wavItem .btn {
      color: #fff;
      line-height: 24px;
      background: #FF8800;
      border-radius: 15px;
      height: 24px;
      padding: 4px 16px 4px 8px;
      cursor: pointer; }
      .wav_layer .wavItem .btn .icfont {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        float: left;
        margin-right: 4px; }
        .wav_layer .wavItem .btn .icfont::before {
          content: "\e684"; }
  .wav_layer .close {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    z-index: 5;
    background: #fff;
    border: 2px solid #FF8800;
    border-radius: 13px;
    width: 24px;
    height: 24px; }
    .wav_layer .close .icfont {
      width: 24px;
      height: 24px;
      font-size: 24px;
      text-align: center;
      line-height: 24px;
      color: #FF8800; }
      .wav_layer .close .icfont::before {
        content: "\e68e"; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px; }

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px; }

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4); }

.layui-layer-msg {
  border-radius: 12px !important;
  border: none !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12) !important; }
  .layui-layer-msg .layui-layer-content {
    font-size: 18px !important;
    line-height: 2;
    padding: 16px 16px 32px !important;
    text-align: center !important; }
    .layui-layer-msg .layui-layer-content .layui-layer-ico {
      position: relative !important;
      display: block !important;
      margin: 16px auto !important;
      left: unset !important;
      top: unset !important; }

.success-content {
  text-align: center;
  padding: 24px;
  width: 300px; }
  .success-content .icfont {
    background: #10B848;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    font-size: 48px;
    color: #fff;
    border-radius: 48px;
    margin: 16px auto 0; }
  .success-content .succ-tit {
    font-size: 24px;
    padding-top: 16px; }
  .success-content .succ-subtit {
    margin-top: 24px;
    font-size: 20px; }
  .success-content .fraction {
    font-size: 40px;
    color: #1E92FF; }
    .success-content .fraction b {
      font-size: 64px; }
  .success-content .success-btn {
    margin: 16px auto;
    cursor: pointer;
    background: #1E92FF;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff; }

.layui-layer-page {
  border-radius: 12px !important; }

.inputkey-wrapper {
  position: absolute;
  width: 820px;
  left: 50%;
  margin-left: -542px;
  z-index: 999;
  background: #fff;
  display: none;
  border: 2px solid #10B848;
  border-radius: 24px;
  margin-top: 56px; }
  .inputkey-wrapper .input-row {
    height: 40px;
    padding-top: 16px;
    text-align: center;
    font-size: 32px;
    line-height: 40px; }
  .inputkey-wrapper .keypad-row {
    padding: 24px 30px 24px;
    background: #fff;
    border-radius: 22px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .inputkey-wrapper .keypad-row .keybtn {
      width: 56px;
      height: 32px;
      border-radius: 4px;
      line-height: 32px;
      text-align: center;
      margin: 2px;
      cursor: pointer;
      font-size: 20px; }
    .inputkey-wrapper .keypad-row .shengmu .keybtn {
      background: rgba(255, 136, 0, 0.12);
      color: #FF8800; }
    .inputkey-wrapper .keypad-row .yunmu {
      margin-top: 16px; }
      .inputkey-wrapper .keypad-row .yunmu .item {
        width: calc(50% - 60px);
        margin: 0 30px; }
        .inputkey-wrapper .keypad-row .yunmu .item:nth-child(odd) {
          -webkit-box-pack: justify;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; }
      .inputkey-wrapper .keypad-row .yunmu .keybtn {
        background: rgba(156, 203, 56, 0.12);
        color: #9CCB38; }
    .inputkey-wrapper .keypad-row .buttons {
      margin-top: 16px; }
      .inputkey-wrapper .keypad-row .buttons li {
        background: rgba(0, 165, 221, 0.12);
        color: #00A5DD;
        height: 36px;
        border-radius: 4px;
        line-height: 36px;
        text-align: center;
        margin: 2px;
        cursor: pointer;
        font-size: 16px; }
      .inputkey-wrapper .keypad-row .buttons .keystow, .inputkey-wrapper .keypad-row .buttons .keydelete {
        width: 56px; }
      .inputkey-wrapper .keypad-row .buttons .keysave {
        width: 416px; }

.explain-wrap .content {
  background: #fff;
  border-radius: 16px;
  min-height: 560px;
  font-size: 18px; }

.explain-wrap .title {
  padding: 24px 32px 0;
  box-sizing: border-box; }
  .explain-wrap .title .tit {
    font-size: 24px;
    font-weight: bold; }
  .explain-wrap .title .close {
    border: 1px solid #FF8800;
    text-align: center;
    display: block;
    color: #FF8800;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer; }
    .explain-wrap .title .close .icfont {
      line-height: 40px;
      font-size: 24px; }

.explain-wrap .recontent {
  line-height: 1.8;
  margin: 24px;
  align-items: flex-start;
  border-radius: 16px;
  padding-left: 16px; }

.explain-wrap .ex-side {
  width: 248px; }
  .explain-wrap .ex-side .inner {
    width: 248px;
    height: 100%;
    overflow-y: auto; }
  .explain-wrap .ex-side .item {
    padding: 8px 0; }
    .explain-wrap .ex-side .item .name {
      font-weight: bold;
      font-size: 20px;
      cursor: pointer; }
      .explain-wrap .ex-side .item .name:hover {
        color: #00A5DD; }
    .explain-wrap .ex-side .item .sub {
      cursor: pointer;
      padding: 4px 0; }
    .explain-wrap .ex-side .item .sname:hover, .explain-wrap .ex-side .item .ssub:hover {
      color: #00A5DD; }
    .explain-wrap .ex-side .item .sname .text {
      flex: 1; }
    .explain-wrap .ex-side .item .sname .showbtn {
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      border-radius: 16px;
      background: rgba(0, 165, 221, 0.12);
      color: #00A5DD; }
      .explain-wrap .ex-side .item .sname .showbtn .icfont {
        font-size: 16px; }
        .explain-wrap .ex-side .item .sname .showbtn .icfont:before {
          content: "\e695"; }
      .explain-wrap .ex-side .item .sname .showbtn:hover {
        background: #00A5DD;
        color: #fff; }
    .explain-wrap .ex-side .item .ssubs {
      margin-left: 3em; }
      .explain-wrap .ex-side .item .ssubs .ssub {
        padding: 2px 0; }
    .explain-wrap .ex-side .item .hidden .ssubs {
      display: none; }
    .explain-wrap .ex-side .item .hidden .showbtn {
      color: #999;
      background: #f7f7f7; }
      .explain-wrap .ex-side .item .hidden .showbtn .icfont:before {
        content: "\e691"; }
  .explain-wrap .ex-side .item-active .name {
    color: #00A5DD; }
    .explain-wrap .ex-side .item-active .name .showbtn {
      background: #00A5DD;
      color: #fff; }
      .explain-wrap .ex-side .item-active .name .showbtn .icfont:before {
        content: "\e695"; }
  .explain-wrap .ex-side .item-active .subs {
    display: block; }

.explain-wrap .contentFixed .inner {
  position: fixed;
  top: 0; }

.explain-wrap .ex-content {
  width: 826px;
  margin-left: 16px;
  background: #fff;
  padding: 8px 0 16px 24px;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #e5e5e5; }

.explain-wrap .ex-box .b-tit {
  background: #fff;
  position: relative;
  z-index: 9;
  width: 826px; }
  .explain-wrap .ex-box .b-tit .binner {
    font-size: 24px;
    color: #00A5DD;
    font-weight: bold;
    padding: 4px 16px;
    background: rgba(0, 165, 221, 0.08);
    border-radius: 12px 12px 12px 0; }

.explain-wrap .ex-box .s-tit {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 12px; }

.explain-wrap .ex-box .b-info {
  margin-top: 12px; }

.explain-wrap .ex-box .b-box {
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 165, 221, 0.06); }
  .explain-wrap .ex-box .b-box .s-con {
    padding: 12px;
    border-top: 1px dashed rgba(0, 165, 221, 0.4); }

.explain-wrap .ex-box p + p {
  padding-top: 12px; }

.explain-wrap .ex-box ul {
  padding-left: 2em;
  padding-bottom: 16px; }

.explain-wrap .ex-box li + li {
  padding-top: 12px; }

.explain-wrap .ex-box img {
  display: block;
  margin-top: 4px;
  margin-bottom: 12px;
  max-width: 100%;
  border-radius: 12px; }

.explain-wrap .ex-box .color-r {
  color: #FF8800; }

.explain-wrap .ex-box .color-b {
  color: #00A5DD; }

.explain-wrap .active .b-tit {
  position: fixed;
  top: 0; }

.explain-wrap .ex-box + .ex-box {
  margin-top: 32px; }

@media only screen and (max-width: 1180px) {
  .contentFixed .sideMain {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0; }
  .dict_layerFixed {
    position: absolute;
    top: 200px; }
  .dict_layer.dict_layerFixed, .notes_layer.dict_layerFixed {
    top: 112px; }
  .word-wrap .dict_layerFixed {
    top: 200px; }
  .word-wrap .contentFixed .sideMain {
    margin-left: 0; } }

#back-top {
  bottom: 100px;
  display: none;
  font-size: 14px;
  height: 40px;
  right: 10%;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 10;
  border: none;
  text-decoration: none; }

#back-top a {
  color: #ffffff;
  display: block;
  height: 40px;
  height: 40px;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  text-decoration: none;
  background-image: url(../image/btn_goTop.png); }

#back-top a:hover {
  background-image: url(../image/btn_goTop_on.png); }

#reviewPop {
  background: #FFF8EE;
  border-radius: 12px; }
  #reviewPop .success-content {
    width: auto; }
  #reviewPop .title {
    font-size: 24px; }
  #reviewPop .reviewPY {
    text-align: center;
    padding: 32px 0; }
    #reviewPop .reviewPY .tit {
      font-weight: bold; }
    #reviewPop .reviewPY .num {
      font-weight: lighter; }
    #reviewPop .reviewPY .col1 {
      color: #FF8800;
      font-size: 32px;
      font-weight: bold;
      padding: 0 16px;
      position: relative; }
  #reviewPop .allFraction {
    position: relative;
    width: 200px;
    margin: 0 auto; }
    #reviewPop .allFraction .block {
      position: absolute;
      width: 200px;
      height: 100px;
      overflow: hidden;
      margin: 0 auto; }
      #reviewPop .allFraction .block .progress {
        position: absolute;
        width: 200px;
        height: 200px;
        border-left: 16px solid #2FCAA2;
        border-top: 16px solid #2FCAA2;
        border-right: 16px solid rgba(47, 202, 162, 0.16);
        border-bottom: 16px solid rgba(47, 202, 162, 0.16);
        border-radius: 50%;
        transform-origin: 50%;
        box-sizing: border-box; }
    #reviewPop .allFraction .fraction {
      padding-top: 28px;
      color: #2FCAA2; }
    #reviewPop .allFraction .tit {
      margin-top: -16px; }
  #reviewPop .orderFraction {
    margin-top: 24px; }
    #reviewPop .orderFraction .item {
      margin: 0 32px; }
    #reviewPop .orderFraction .num {
      color: #24B8D9;
      font-size: 32px; }
  #reviewPop .reviewWord {
    margin-top: 28px;
    padding-bottom: 12px; }
    #reviewPop .reviewWord .tit {
      font-weight: bold; }
    #reviewPop .reviewWord .info {
      padding: 8px 0; }
      #reviewPop .reviewWord .info span {
        position: relative;
        font-size: 14px;
        margin: 0 8px;
        padding: 0 6px;
        border-radius: 4px; }
        #reviewPop .reviewWord .info span .co {
          width: 8px;
          height: 8px;
          display: block;
          margin-right: 4px; }
      #reviewPop .reviewWord .info .ise_sm_correct {
        color: #79B100; }
        #reviewPop .reviewWord .info .ise_sm_correct .co {
          background: #79B100; }
      #reviewPop .reviewWord .info .ise_ym_tone_correct {
        color: #1E92FF; }
        #reviewPop .reviewWord .info .ise_ym_tone_correct .co {
          background: #1E92FF; }
      #reviewPop .reviewWord .info .ise_else_error {
        color: #ff0000; }
        #reviewPop .reviewWord .info .ise_else_error .co {
          background: #ff0000; }
      #reviewPop .reviewWord .info .ise_sm_error {
        color: #fff;
        background: #ff9900; }
        #reviewPop .reviewWord .info .ise_sm_error .co {
          background: #fff;
          display: none; }
      #reviewPop .reviewWord .info .ise_ym_error {
        color: #fff;
        background: #ff00b8; }
        #reviewPop .reviewWord .info .ise_ym_error .co {
          background: #fff;
          display: none; }
      #reviewPop .reviewWord .info .ise_tone_error {
        color: #fff;
        background: #ad00ff; }
        #reviewPop .reviewWord .info .ise_tone_error .co {
          background: #fff;
          display: none; }
      #reviewPop .reviewWord .info .ise_ym_tone_error {
        color: #fff;
        background: red; }
        #reviewPop .reviewWord .info .ise_ym_tone_error .co {
          background: #fff;
          display: none; }
    #reviewPop .reviewWord .wordlist {
      margin-top: 12px; }
      #reviewPop .reviewWord .wordlist .col1 span {
        padding: 0 8px;
        font-size: 28px;
        position: relative;
        display: inline-block;
        border-radius: 8px;
        margin: 4px; }
      #reviewPop .reviewWord .wordlist .ise_sm_correct {
        color: #79B100; }
      #reviewPop .reviewWord .wordlist .ise_ym_tone_correct {
        color: #1E92FF; }
      #reviewPop .reviewWord .wordlist .ise_else_error {
        color: #ff0000; }
      #reviewPop .reviewWord .wordlist .ise_sm_error {
        background: #ff9900;
        color: #fff; }
      #reviewPop .reviewWord .wordlist .ise_ym_error {
        background: #ff00b8;
        color: #fff; }
      #reviewPop .reviewWord .wordlist .ise_tone_error {
        background: #ad00ff;
        color: #fff; }
      #reviewPop .reviewWord .wordlist .ise_ym_tone_error {
        background: red;
        color: #fff; }

#layui-layer1 {
  border-radius: 16px; }

#notice_pop_wrap {
  background: url(../image/noteimg.png) no-repeat center top;
  margin-top: -50px;
  border-radius: 16px; }

#notice_pop_wrap + .layui-layer-setwin {
  right: 45px;
  top: 0; }

.notice_pop {
  padding: 0 16px;
  line-height: 2;
  font-size: 18px; }
  .notice_pop .notice_tit {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    height: 64px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.16); }
  .notice_pop .notice_content {
    padding-top: 56px; }
  .notice_pop p {
    text-indent: 2em; }
    .notice_pop p:first-child {
      text-indent: 0; }

.menu-list {
  position: absolute;
  height: 40px;
  top: 48px;
  right: 50%;
  margin-right: -590px; }
  .menu-list li {
    background: #fff;
    border-radius: 20px; }
    .menu-list li a {
      display: block;
      height: 40px;
      line-height: 40px;
      color: #1E92FF;
      font-size: 20px;
      text-align: center;
      padding: 0 24px; }

.layui-table th, .layui-table td {
  font-size: 16px;
  padding: 12px 16px; }
  .layui-table th a, .layui-table td a {
    color: #FF8800; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #1E92FF; }

.studentDe-wrap .content {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  min-height: 600px; }
  .studentDe-wrap .content .scoreTitle {
    font-size: 24px;
    font-weight: bold; }
  .studentDe-wrap .content .layui-table {
    width: 100%; }
  .studentDe-wrap .content .tableMain tbody tr:hover {
    background-color: rgba(30, 146, 255, 0.12); }
  .studentDe-wrap .content .tableMain tr:hover {
    background-color: rgba(30, 146, 255, 0.12); }
  .studentDe-wrap .content .tableMain th, .studentDe-wrap .content .tableMain td {
    border: 1px solid rgba(30, 146, 255, 0.24); }
  .studentDe-wrap .content .tableMain th {
    background: rgba(30, 146, 255, 0.12);
    text-align: center;
    color: #1E92FF; }
  .studentDe-wrap .content .tableMain td {
    color: #333; }
    .studentDe-wrap .content .tableMain td a {
      text-decoration: underline; }

.readnote-wrap .searchMoule .back-block {
  width: 36px;
  height: 36px; }
  .readnote-wrap .searchMoule .back-block .search-back {
    border: none;
    background: none;
    cursor: pointer; }
  .readnote-wrap .searchMoule .back-block i {
    width: 36px;
    line-height: 36px;
    background: #00A5DD;
    font-size: 28px;
    color: #fff;
    border-radius: 20px;
    display: block; }

.readnote-wrap .searchPanel {
  border: 2px solid #00A5DD;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  margin-left: 12px; }
  .readnote-wrap .searchPanel .input-block {
    flex: 1;
    padding-left: 4px; }
    .readnote-wrap .searchPanel .input-block input {
      width: 100%;
      background: transparent;
      border: none; }
  .readnote-wrap .searchPanel .search-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: transparent;
    border: none; }
    .readnote-wrap .searchPanel .search-close i {
      width: 24px;
      line-height: 24px;
      background: #00A5DD;
      font-size: 16px;
      color: #fff;
      border-radius: 12px;
      margin: 8px;
      display: block; }
  .readnote-wrap .searchPanel .searchbtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: transparent;
    border: none; }
    .readnote-wrap .searchPanel .searchbtn i {
      font-size: 24px;
      color: #00A5DD; }

.readnote-wrap .btn-readNoteson {
  background: #fff; }
  .readnote-wrap .btn-readNoteson a {
    color: #FF8800; }

.readnote-wrap .content {
  background: #fff;
  min-height: 550px;
  border-radius: 20px;
  padding: 16px 20px 24px; }

.readnote-wrap .readNote-lists .none-read-note {
  width: 100%;
  text-align: center;
  padding: 64px;
  font-size: 18px; }

.readnote-wrap .readNote-lists .notesBox {
  width: calc(50% - 24px);
  margin: 0 12px;
  padding: 24px 0;
  border-top: 1px solid #f3f3f3; }
  .readnote-wrap .readNote-lists .notesBox:nth-child(1), .readnote-wrap .readNote-lists .notesBox:nth-child(2) {
    border: none; }

.readnote-wrap .readNote-lists .name-block {
  height: 32px; }
  .readnote-wrap .readNote-lists .name-block .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px; }
  .readnote-wrap .readNote-lists .name-block .arrow {
    font-size: 14px;
    background: rgba(0, 165, 221, 0.08);
    height: 32px;
    padding: 0 8px 0 20px;
    border-radius: 12px 12px 0 0;
    color: #00A5DD; }
    .readnote-wrap .readNote-lists .name-block .arrow .icfont {
      font-size: 24px; }
  .readnote-wrap .readNote-lists .name-block .state {
    margin-left: 8px;
    border-radius: 12px;
    padding: 0 8px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff; }
  .readnote-wrap .readNote-lists .name-block .state0 {
    background: rgba(255, 136, 0, 0.72); }
  .readnote-wrap .readNote-lists .name-block .state1 {
    background: rgba(0, 165, 221, 0.72); }
  .readnote-wrap .readNote-lists .name-block .state2 {
    background: rgba(15, 201, 56, 0.72); }

.readnote-wrap .readNote-lists .notes-block {
  background: rgba(0, 165, 221, 0.08);
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 12px 0 12px 12px;
  line-height: 180%;
  position: relative;
  min-height: 103px; }
  .readnote-wrap .readNote-lists .notes-block .notescon {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative; }

.readnote-wrap .readNote-lists .correct-block {
  background: rgba(15, 201, 56, 0.08);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 12px 12px 12px 12px;
  line-height: 180%;
  margin-top: 2px; }
  .readnote-wrap .readNote-lists .correct-block .correct-top .tit {
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    color: #0FC938; }
  .readnote-wrap .readNote-lists .correct-block .correct-top .time {
    color: #666; }
  .readnote-wrap .readNote-lists .correct-block .scoreslist {
    margin-top: 4px; }
  .readnote-wrap .readNote-lists .correct-block .comments {
    font-size: 16px;
    margin-top: 4px; }
  .readnote-wrap .readNote-lists .correct-block .commentsells {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative; }
  .readnote-wrap .readNote-lists .correct-block .scorespan {
    margin-left: 22px; }
    .readnote-wrap .readNote-lists .correct-block .scorespan:first-child {
      margin: 0; }
    .readnote-wrap .readNote-lists .correct-block .scorespan .tit {
      font-size: 15px;
      font-weight: bold;
      height: 26px;
      line-height: 26px; }
    .readnote-wrap .readNote-lists .correct-block .scorespan .scores {
      margin-left: 4px; }
      .readnote-wrap .readNote-lists .correct-block .scorespan .scores .star {
        height: 26px;
        width: 26px; }
        .readnote-wrap .readNote-lists .correct-block .scorespan .scores .star .icfont {
          font-size: 26px;
          color: #C5C5C5; }
    .readnote-wrap .readNote-lists .correct-block .scorespan .scores1 .star:nth-child(1) .icfont {
      color: #0FC938; }
    .readnote-wrap .readNote-lists .correct-block .scorespan .scores2 .star:nth-child(1) .icfont, .readnote-wrap .readNote-lists .correct-block .scorespan .scores2 .star:nth-child(2) .icfont {
      color: #0FC938; }
    .readnote-wrap .readNote-lists .correct-block .scorespan .scores3 .star:nth-child(1) .icfont, .readnote-wrap .readNote-lists .correct-block .scorespan .scores3 .star:nth-child(2) .icfont, .readnote-wrap .readNote-lists .correct-block .scorespan .scores3 .star:nth-child(3) .icfont {
      color: #0FC938; }

.bodyover {
  overflow: hidden; }

.readNoteDeWarp {
  display: none;
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999; }
  .readNoteDeWarp .rnContent {
    background: #E1F4F2;
    height: 100vh;
    position: relative; }
    .readNoteDeWarp .rnContent .btnmylist {
      position: absolute;
      width: 32px;
      background: #FF8800;
      height: 164px;
      color: #fff;
      right: -32px;
      top: 50%;
      margin-top: -82px;
      color: #fff;
      padding: 12px 4px;
      border-radius: 0 16px 16px 0;
      text-align: center;
      line-height: 130%; }
      .readNoteDeWarp .rnContent .btnmylist a {
        display: block;
        color: #fff; }
      .readNoteDeWarp .rnContent .btnmylist .icfont {
        font-size: 24px;
        width: 16px;
        height: 16px;
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 16px;
        text-align: center; }
    .readNoteDeWarp .rnContent .rnTop {
      height: 72px;
      line-height: 72px;
      position: relative; }
    .readNoteDeWarp .rnContent .rnTitle {
      text-align: center;
      font-size: 28px;
      font-weight: bold; }
    .readNoteDeWarp .rnContent .close {
      position: absolute;
      cursor: pointer;
      width: 48px;
      height: 48px;
      right: 12px;
      top: 12px; }
      .readNoteDeWarp .rnContent .close .icfont {
        font-size: 24px;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        display: block; }
    .readNoteDeWarp .rnContent .rnInner {
      padding: 8px 24px;
      align-items: flex-start; }
    .readNoteDeWarp .rnContent .rnLeftMain {
      flex: 1;
      margin-right: 24px;
      line-height: 200%;
      font-size: 20px;
      height: calc(100vh - 104px);
      overflow-y: auto; }
      .readNoteDeWarp .rnContent .rnLeftMain p {
        font-size: 20px;
        text-indent: 2em;
        line-height: 200%; }
      .readNoteDeWarp .rnContent .rnLeftMain .contParas {
        padding: 24px 0; }
        .readNoteDeWarp .rnContent .rnLeftMain .contParas p {
          font-size: 24px; }
      .readNoteDeWarp .rnContent .rnLeftMain .contShiyi {
        margin-top: 16px; }
        .readNoteDeWarp .rnContent .rnLeftMain .contShiyi p {
          color: #222; }
    .readNoteDeWarp .rnContent .rnRightMain {
      width: 520px;
      background: #fff;
      height: calc(100vh - 104px);
      border-radius: 16px; }
    .readNoteDeWarp .rnContent .rnRightMainCon {
      height: 100%; }
    .readNoteDeWarp .rnContent .rnRightMainm, .readNoteDeWarp .rnContent .rnRightMainEdit {
      padding: 0 16px;
      height: 100%; }
      .readNoteDeWarp .rnContent .rnRightMainm .notetitle, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle {
        padding: 16px 0;
        text-align: center; }
        .readNoteDeWarp .rnContent .rnRightMainm .notetitle .titBlock, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle .titBlock {
          position: relative;
          text-align: center; }
          .readNoteDeWarp .rnContent .rnRightMainm .notetitle .titBlock .btnmylist, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle .titBlock .btnmylist {
            position: absolute;
            right: 0;
            top: 8px;
            font-size: 16px; }
            .readNoteDeWarp .rnContent .rnRightMainm .notetitle .titBlock .btnmylist .icfont, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle .titBlock .btnmylist .icfont {
              font-size: 24px; }
        .readNoteDeWarp .rnContent .rnRightMainm .notetitle .tit, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle .tit {
          font-size: 24px;
          font-weight: bold;
          color: #00A5DD;
          flex: 1; }
        .readNoteDeWarp .rnContent .rnRightMainm .notetitle .subtit, .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle .subtit {
          font-size: 16px;
          color: #666;
          padding: 0 16px;
          margin: 0 6px; }
      .readNoteDeWarp .rnContent .rnRightMainm .noteBot, .readNoteDeWarp .rnContent .rnRightMainEdit .noteBot {
        border-top: 1px solid #F3F3F3;
        height: 72px;
        padding: 16px;
        margin: 0 6px; }
        .readNoteDeWarp .rnContent .rnRightMainm .noteBot .buttons .btn, .readNoteDeWarp .rnContent .rnRightMainEdit .noteBot .buttons .btn {
          width: 144px;
          height: 40px;
          line-height: 40px;
          border-radius: 20px;
          text-align: center;
          font-size: 18px;
          font-weight: 600;
          margin: 0 8px;
          background: rgba(0, 165, 221, 0.08);
          border: none;
          cursor: pointer; }
        .readNoteDeWarp .rnContent .rnRightMainm .noteBot .buttons .btn-submit, .readNoteDeWarp .rnContent .rnRightMainEdit .noteBot .buttons .btn-submit {
          background: #00A5DD;
          color: #fff; }
    .readNoteDeWarp .rnContent .rnRightMainEdit {
      padding: 0 10px; }
      .readNoteDeWarp .rnContent .rnRightMainEdit .notetitle {
        height: 92px; }
      .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle {
        border-top: 1px solid #F3F3F3;
        height: calc(100% - 164px); }
        .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags {
          padding: 12px 0 0;
          height: 140px; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item {
            width: calc(50% - 12px);
            margin: 0 6px 8px; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item .tag {
              height: 32px;
              line-height: 32px;
              text-align: center;
              border-radius: 8px;
              font-size: 16px;
              cursor: pointer;
              position: relative; }
              .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item .tag .icfont {
                display: none;
                width: 16px;
                height: 16px;
                line-height: 16px;
                position: absolute;
                right: 8px;
                font-size: 16px;
                top: 50%;
                margin-top: -8px; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item .info {
              font-size: 13px;
              color: #666;
              text-align: center;
              margin-top: 2px; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item:nth-child(1) .tag {
              background: rgba(3, 130, 184, 0.08);
              color: #0382B8; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item:nth-child(2) .tag {
              background: rgba(2, 163, 83, 0.08);
              color: #02A353; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item:nth-child(3) .tag {
              background: rgba(184, 146, 20, 0.08);
              color: #B89214; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .item:nth-child(4) .tag {
              background: rgba(151, 20, 184, 0.08);
              color: #9714B8; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .tags .itemOn .tag .icfont {
            display: block; }
        .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea {
          border-top: 1px solid #F3F3F3;
          height: calc(100% - 144px);
          overflow: auto; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .textarea {
            width: 100%;
            border: none;
            padding: 0;
            box-sizing: border-box;
            line-height: 160%;
            background: transparent;
            min-height: 56px;
            resize: none;
            font-size: 18px; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox {
            padding: 12px;
            border-radius: 8px;
            margin-top: 12px;
            align-items: flex-start;
            position: relative; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox .titName {
              width: 50px;
              font-weight: bold; }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox .divtextarea {
              flex: 1;
              position: relative; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox0 {
            background: rgba(3, 130, 184, 0.08); }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox0 .titName {
              color: #0382B8; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox1 {
            background: rgba(2, 163, 83, 0.08); }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox1 .titName {
              color: #02A353; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox2 {
            background: rgba(184, 146, 20, 0.08); }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox2 .titName {
              color: #B89214; }
          .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox3 {
            background: rgba(151, 20, 184, 0.08); }
            .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .editingArea .editAreaBox3 .titName {
              color: #9714B8; }
        .readNoteDeWarp .rnContent .rnRightMainEdit .noteMiddle .inputNum {
          text-align: center;
          color: #666;
          font-size: 14px;
          position: absolute;
          bottom: 6px;
          right: 16px;
          font-size: 12px; }
    .readNoteDeWarp .rnContent .rnRightMainSketch .notetitle, .readNoteDeWarp .rnContent .rnRightMainSubmit .notetitle {
      height: 68px; }
    .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle {
      padding: 12px 0 4px; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .edittit, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .edittit {
        height: 30px; }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .edittit .name, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .edittit .name {
          font-size: 18px;
          font-weight: bold; }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .edittit .time, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .edittit .time {
          font-size: 14px;
          color: #666; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .editCon, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .editCon {
        padding: 8px 0;
        line-height: 180%;
        font-size: 18px; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli {
        padding: 4px 8px;
        border-radius: 8px;
        margin-bottom: 8px; }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli b, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli b {
          padding-right: 4px; }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli:last-child, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli:last-child {
          margin: 0; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli0, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli0 {
        background: rgba(3, 130, 184, 0.08); }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli0 b, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli0 b {
          color: #0382B8; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli1, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli1 {
        background: rgba(2, 163, 83, 0.08); }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli1 b, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli1 b {
          color: #02A353; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli2, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli2 {
        background: rgba(184, 146, 20, 0.08); }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli2 b, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli2 b {
          color: #B89214; }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli3, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli3 {
        background: rgba(151, 20, 184, 0.08); }
        .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .noteli3 b, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteli3 b {
          color: #9714B8; }
    .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle {
      height: calc(100% - 140px); }
      .readNoteDeWarp .rnContent .rnRightMainSketch .noteMiddle .editCon {
        overflow: auto;
        height: calc(100% - 30px); }
    .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle {
      height: calc(100% - 68px);
      overflow: auto; }
      .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection {
        background: rgba(108, 201, 15, 0.04);
        padding: 12px 16px;
        border-radius: 0 16px 16px 16px;
        margin-bottom: 12px;
        border: 2px solid rgba(108, 201, 15, 0.88); }
        .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .correcttit {
          color: #0FC938;
          font-size: 16px;
          font-weight: bold; }
        .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .tit, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .isteachRead {
          font-size: 16px;
          font-weight: bold; }
        .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock {
          padding: 4px 0; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scorespan {
            align-items: center;
            line-height: 36px;
            padding: 1px 0; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores {
            margin-left: 4px; }
            .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores .tit {
              line-height: 36px; }
            .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores .star {
              width: 32px;
              height: 32px;
              line-height: 32px; }
              .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores .star .icfont {
                font-size: 32px;
                color: #C5C5C5;
                height: 32px;
                width: 32px;
                display: block;
                line-height: 32px; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores1 .star:nth-child(1) .icfont {
            color: #0FC938; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores2 .star:nth-child(1) .icfont, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores2 .star:nth-child(2) .icfont {
            color: #0FC938; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores3 .star:nth-child(1) .icfont, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores3 .star:nth-child(2) .icfont, .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scores3 .star:nth-child(3) .icfont {
            color: #0FC938; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .scoreBlock .scoretext {
            font-size: 15px;
            margin-left: 4px; }
        .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .commentsBlock {
          border-top: 1px solid #E2E2E2;
          padding-top: 8px;
          font-size: 18px; }
          .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .commentsBlock .comments {
            padding: 8px 0;
            font-size: 18px; }
        .readNoteDeWarp .rnContent .rnRightMainSubmit .noteMiddle .noteCorrection .time {
          font-size: 14px;
          color: #666; }

.layui-laypage a, .layui-laypage span {
  font-size: 16px; }

/* zch 20260202    */
.art_general_bg .art_select_bg .listBoxPop .onClock {
  opacity: .58; }

.art_general_bg .art_select_bg .listBoxPop .onClock::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../image/icon_suo.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.art_general_bg .art_select_bg .listBoxPop li:hover .onClock .levelUl {
  visibility: invisible; }

.art_general_bg .art_select_bg .listBoxPop .onClock .levelUl {
  visibility: invisible; }

.tool-mod .buyTips a {
  font-size: 24px;
  color: #f3f8f7; }

/* zch 2026027  demo版本的試讀文章，把提示從 "開始閲讀"改爲"免費部首  */
.art_general_bg .artBoxRow-grid .articleBoxDemo .art_pic_small:hover::before {
  content: "免費試閲";
  height: 36px;
  line-height: 36px;
  width: 144px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -72px;
  font-family: 宋体, "simsun", "STSong", "Noto Serif TC", "Noto Serif SC", Arial, sans-serif;
  border: 1px solid #fff;
  border-radius: 18px;
  z-index: 5; }

/* 屏幕小于1440px */
@media (max-width: 1440px) {
  body {
    padding-bottom: 220px;
    background-image: url(../image/bg-b.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 260px;
    max-width: 1440px; } }
