@charset "UTF-8";
/*
CSS Reset
理念：
1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */
/** 清除内外边距 **/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 2px; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
  margin: 0;
  padding: 0; }

/** 设置默认字体 **/
body,
button, input, select, textarea {
  font: 12px/1.5 Arial, SimSun, "Microsoft YaHei UI" \5b8b\4f53, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol {
  list-style: none; }

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  font-family: Arial, SimSun, "Microsoft YaHei UI",sans-serif;
  margin: 0;
  background: #fff;
  height: 100%; }

input {
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A0A0A0; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A0A0A0; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A0A0A0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

textarea {
  resize: none; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

.left {
  float: left; }

.right {
  float: right; }

.no_data {
  font-size: 16px;
  text-align: center;
  padding: 50px 0; }

.sticky {
  color: #f79646 !important; }

.no_data_box .search_btn_a {
  margin-top: -30px;
  margin-bottom: 30px; }
  .no_data_box .search_btn_a a {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #8B8B8B;
    cursor: pointer; }
    .no_data_box .search_btn_a a:hover {
      color: #336091;
      background: #B9E3FF; }

.headline {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 10px;
  color: #FD8821; }

.share_box {
  width: 44px;
  position: fixed;
  right: 15px;
  top: 40%;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  background: #3d79b9; }
  .share_box .box_title {
    width: 44px;
    height: 44px;
    border: 1px solid #4680BD;
    background: #3d79b9;
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
  .share_box .box {
    display: block;
    width: 44px;
    height: 44px;
    background: #3d79b9;
    border: 1px solid #4680BD;
    border-top: none;
    cursor: pointer; }
    .share_box .box .icon {
      display: block;
      width: 44px;
      height: 44px; }
    .share_box .box.wechat {
      position: relative; }
      .share_box .box.wechat .icon {
        background: url("../images/share-icons.png") -44px 0 no-repeat; }
      .share_box .box.wechat .qrcode {
        display: none;
        width: 205px;
        position: absolute;
        box-sizing: border-box;
        padding: 10px;
        right: 50px;
        top: -46px;
        border: 1px solid #ccc;
        background: #fff; }
        .share_box .box.wechat .qrcode .title {
          font-size: 12px;
          font-weight: bold;
          line-height: 16px;
          height: 16px;
          color: #000;
          text-align: left; }
        .share_box .box.wechat .qrcode .img {
          margin: 5px auto;
          width: 185px;
          height: 185px; }
          .share_box .box.wechat .qrcode .img img {
            display: block;
            width: 185px;
            height: 185px; }
        .share_box .box.wechat .qrcode .bottom {
          font-size: 12px;
          line-height: 22px;
          text-align: left;
          color: #666; }
    .share_box .box.weibo .icon {
      background: url("../images/share-icons.png") -44px -132px no-repeat; }
    .share_box .box:hover {
      background: #efefef;
      border: 1px solid #4680BD;
      border-top: none; }
      .share_box .box:hover.wechat .icon {
        background: url("../images/share-icons.png") -88px 0 no-repeat; }
      .share_box .box:hover.wechat .qrcode {
        display: block; }
      .share_box .box:hover.weibo .icon {
        background: url("../images/share-icons.png") -88px -132px no-repeat; }

#cnzz_stat_icon_1278301830 {
  position: fixed;
  bottom: 0;
  right: 0; }

.header {
  width: 1260px;
  height: 170px;
  background: #3A6EA5;
  position: fixed;
  left: 50%;
  margin-left: -630px;
  top: 0;
  z-index: 9999; }
  .header .header_btn {
    width: 80px;
    height: 100px;
    position: absolute;
    top: 50px;
    opacity: 0;
    transition: opacity 1s ease;
    cursor: pointer; }
    .header .header_btn:hover {
      transition: opacity 1s ease;
      opacity: 1; }
    .header .header_btn a {
      display: block;
      width: 16px;
      height: 30px;
      margin: 35px auto 0; }
    .header .header_btn.prev {
      left: 0; }
      .header .header_btn.prev a {
        background: url("./header_prve.png") no-repeat; }
        .header .header_btn.prev a:hover {
          background: url("./header_prve_hover.png") no-repeat; }
    .header .header_btn.next {
      right: 0; }
      .header .header_btn.next a {
        background: url("./header_next.png") no-repeat; }
        .header .header_btn.next a:hover {
          background: url("./header_next_hover.png") no-repeat; }
  .header .nav {
    padding: 20px 20px 20px 30px; }
    .header .nav a {
      display: inline-block;
      color: #23395E;
      margin-right: 20px;
      font-size: 12px; }
      .header .nav a.active {
        color: #fff; }
      .header .nav a:hover {
        color: #fff; }
      .header .nav a:last-child {
        margin-right: 0; }
  .header .search {
    margin-top: 20px;
    padding-left: 124px; }
    .header .search .logo {
      width: 177px;
      float: left;
      cursor: pointer; }
    .header .search .search_input {
      width: 448px;
      height: 48px;
      line-height: 48px;
      float: left;
      margin-left: 23px;
      position: relative; }
      .header .search .search_input input {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 24px;
        color: #C0C0C0;
        font-size: 16px;
        border: none;
        background: url("../images/search_input.png") no-repeat; }
        .header .search .search_input input::-webkit-input-placeholder {
          color: #C0C0C0 !important;
          font-size: 14px !important; }
        .header .search .search_input input:-moz-placeholder {
          color: #C0C0C0 !important;
          font-size: 14px !important; }
        .header .search .search_input input::-moz-placeholder {
          color: #C0C0C0 !important;
          font-size: 14px !important; }
        .header .search .search_input input:-ms-input-placeholder {
          color: #C0C0C0 !important;
          font-size: 14px !important; }
        .header .search .search_input input:focus::-webkit-input-placeholder {
          color: transparent !important; }
        .header .search .search_input input:focus:-moz-placeholder {
          color: transparent !important; }
        .header .search .search_input input:focus::-moz-placeholder {
          color: transparent !important; }
        .header .search .search_input input:focus:-ms-input-placeholder {
          color: transparent !important; }
      .header .search .search_input i.icon {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 20px;
        top: 13px;
        background: url("../images/search_icon.png") no-repeat; }
    .header .search .search_btn {
      width: 123px;
      height: 50px;
      line-height: 50px;
      float: left;
      margin-left: 26px; }
      .header .search .search_btn a {
        text-align: center;
        box-sizing: border-box;
        letter-spacing: 0;
        display: block;
        font-size: 14px;
        color: #fff;
        width: 100%;
        height: 100%;
        background: url("../images/search_btn.png") no-repeat; }
        .header .search .search_btn a:hover {
          background: url("../images/search_btn_hover.png") no-repeat; }
    .header .search .right {
      float: left;
      line-height: 50px;
      margin-left: 60px; }
      .header .search .right a {
        display: inline-block;
        margin-right: 20px;
        font-size: 12px;
        color: #BABABA; }
        .header .search .right a:hover {
          color: #FFF; }
  .header .hide_nav {
    padding-left: 128px;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .header .hide_nav a {
      font-size: 12px;
      color: #BDC5CF;
      cursor: pointer;
      margin: 0 5px;
      letter-spacing: 4px; }
      .header .hide_nav a:hover {
        color: #A0A0A0; }
    .header .hide_nav:hover {
      opacity: 1;
      transition: opacity 0.5s ease; }

.content {
  margin: 180px auto 0;
  width: 1260px; }
  .content .box {
    padding: 10px 22px 15px 22px;
    background: #E6F5FF;
    border: 2px solid #C1E5FF; }
    .content .box .title {
      letter-spacing: 0;
      line-height: 32px;
      border-bottom: 1px solid #CBE1F2;
      box-shadow: 0 1px 0 0 #FCFCFC; }
      .content .box .title span {
        display: block;
        float: left;
        color: #7A7B78;
        font-size: 12px;
        margin-left: 10px; }
        .content .box .title span a {
          color: #7A7B78; }
          .content .box .title span a:hover {
            color: #3C80BD; }
      .content .box .title h2 {
        font-family: SimSun, "Microsoft YaHei UI" , sans-serif;
        float: left;
        font-size: 16px;
        color: #3C80BD;
        font-weight: normal; }
        .content .box .title h2 span {
          font-weight: bold;
          display: inline;
          color: #3C80BD;
          font-size: 16px;
          margin: 0;
          float: none; }
      .content .box .title .right.star_hide {
        opacity: 0;
        transition: opacity 0.5s ease; }
        .content .box .title .right.star_hide:hover {
          opacity: 1;
          transition: opacity 0.5s ease; }
    .content .box .info {
      font-family: SimSun, Arial, "Microsoft YaHei UI",sans-serif;
      margin-top: 10px;
      color: #7F7D80;
      font-size: 14px;
      line-height: 30px;
      width: 100%;
      word-break: break-all; }
  .content .annunciate {
    width: 1260px;
    margin: 0 auto 0;
    box-sizing: border-box; }
    .content .annunciate .close {
      float: right; }
      .content .annunciate .close a {
        cursor: pointer;
        font-size: 12px;
        color: #7F7D80;
        display: inline-block; }
        .content .annunciate .close a:hover {
          color: #23395E; }
        .content .annunciate .close a i.icon {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 14px;
          background: url("../images/close.png") no-repeat; }
  .content .diagrammatize {
    width: 1260px;
    margin: 10px auto; }
    .content .diagrammatize.active {
      margin: 180px auto 0; }
    .content .diagrammatize .title span {
      float: right; }
    .content .diagrammatize .left_box {
      float: left;
      width: 420px;
      box-sizing: border-box;
      height: auto;
      overflow: hidden; }
      .content .diagrammatize .left_box .info .main {
        margin: 10px 0 0 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #CBE1F2;
        box-shadow: 0 1px 0 0 #FCFCFC; }
        .content .diagrammatize .left_box .info .main .img {
          width: 170px;
          height: 170px;
          display: block;
          float: left;
          text-align: center;
          font-size: 12px;
          border: 1px solid #C1E5FF;
          box-sizing: border-box;
          position: relative;
          font-weight: normal;
          letter-spacing: 4px; }
          .content .diagrammatize .left_box .info .main .img img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .content .diagrammatize .left_box .info .main div {
          width: 195px;
          float: left;
          text-align: center;
          line-height: 170px;
          font-size: 90px;
          color: #E1AA00;
          font-weight: bold; }
      .content .diagrammatize .left_box .info .bottom {
        font-size: 14px;
        color: #7A7B78;
        line-height: 28px;
        margin-top: 5px; }
        .content .diagrammatize .left_box .info .bottom .right span a {
          color: #7A7B78;
          letter-spacing: 7px; }
          .content .diagrammatize .left_box .info .bottom .right span a:hover {
            color: #3A6EA5; }
    .content .diagrammatize .right_box {
      overflow: hidden;
      float: right;
      width: 830px;
      height: auto;
      min-height: 286px;
      box-sizing: border-box; }
      .content .diagrammatize .right_box .left {
        width: 605px;
        font-size: 14px;
        color: #E1AA00;
        font-family: Arial, SimSun; }
        .content .diagrammatize .right_box .left .top {
          padding-top: 20px; }
          .content .diagrammatize .right_box .left .top .left {
            width: 160px;
            margin-top: 15px; }
            .content .diagrammatize .right_box .left .top .left i.icon {
              cursor: pointer;
              display: block;
              width: 24px;
              height: 24px;
              background: url("./sound.png") no-repeat;
              margin: 0 auto; }
            .content .diagrammatize .right_box .left .top .left p {
              font-size: 40px;
              color: #E1AA00;
              line-height: 50px;
              text-align: center;
              font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
              font-weight: bold; }
          .content .diagrammatize .right_box .left .top .right {
            width: 425px;
            padding-right: 30px;
            box-sizing: border-box; }
            .content .diagrammatize .right_box .left .top .right .tit {
              margin-bottom: 10px;
              line-height: 50px; }
              .content .diagrammatize .right_box .left .top .right .tit span {
                font-size: 30px;
                color: #E1AA00;
                line-height: 30px;
                margin-right: 50px;
                font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
                font-weight: bold; }
                .content .diagrammatize .right_box .left .top .right .tit span .icon {
                  cursor: pointer;
                  display: inline-block;
                  margin-left: 5px;
                  width: 24px;
                  height: 24px;
                  background: url("../images/sound.png") no-repeat;
                  vertical-align: middle; }
                .content .diagrammatize .right_box .left .top .right .tit span:last-child {
                  margin-right: 0 !important; }
            .content .diagrammatize .right_box .left .top .right p {
              color: #7A7B78; }
              .content .diagrammatize .right_box .left .top .right p span {
                color: #E1AA00;
                font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
                font-weight: bold;
                font-size: 18px; }
        .content .diagrammatize .right_box .left .bottom {
          margin-top: 10px;
          font-size: 14px;
          color: #7A7B78;
          line-height: 28px;
          padding-right: 30px; }
          .content .diagrammatize .right_box .left .bottom span {
            color: #E1AA00;
            font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
            font-weight: bold;
            font-size: 18px; }
      .content .diagrammatize .right_box .right img {
        margin-top: 22px;
        display: block;
        width: 170px;
        height: 170px; }
  .content .font_table {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box;
    position: relative; }
    .content .font_table .title {
      text-align: center; }
      .content .font_table .title span {
        float: none;
        display: inline-block; }
        .content .font_table .title span a {
          color: #7A7B78; }
          .content .font_table .title span a:hover {
            color: #3C80BD; }
        .content .font_table .title span .icon {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url("../images/next.png") no-repeat;
          vertical-align: middle;
          margin: 0 5px; }
      .content .font_table .title .right div {
        display: inline-block;
        font-size: 12px;
        margin: 0 5px; }
        .content .font_table .title .right div a {
          color: #7F7D80; }
          .content .font_table .title .right div a:hover {
            color: #3A6EA5; }
        .content .font_table .title .right div span {
          display: inline-block;
          color: #E1AA00;
          margin-left: 2px;
          font-size: 14px; }
        .content .font_table .title .right div img {
          display: inline-block;
          vertical-align: middle;
          width: 36px;
          height: 28px; }
    .content .font_table ul {
      margin-top: 16px;
      padding-left: 5px;
      overflow: hidden; }
      .content .font_table ul.active {
        height: auto;
        padding-bottom: 25px; }
      .content .font_table ul li {
        float: left;
        width: 22px;
        height: 22px;
        margin-right: 18.5px;
        margin-bottom: 10px; }
        .content .font_table ul li:nth-child(30n) {
          margin-right: 0; }
        .content .font_table ul li a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 22px;
          color: #3A6EA5;
          font-size: 14px; }
          .content .font_table ul li a span {
            color: #E1AA00; }
          .content .font_table ul li a:hover {
            background: #3A6EA5;
            color: #fff; }
            .content .font_table ul li a:hover span {
              color: #fff; }
    .content .font_table .page {
      font-size: 12px;
      margin-top: 15px;
      text-align: center; }
      .content .font_table .page a {
        display: inline-block;
        width: 32px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #7F7D80;
        border: 1px solid #C1E5FF;
        margin: 0 5px; }
        .content .font_table .page a:hover {
          background: #3A6EA5;
          color: #fff; }
        .content .font_table .page a.btn {
          width: auto;
          border: none;
          cursor: pointer; }
          .content .font_table .page a.btn:hover {
            color: #3A6EA5;
            background: none; }
      .content .font_table .page span {
        display: inline-block;
        width: 32px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #E1AA00;
        margin: 0 5px; }
    .content .font_table .show_btn {
      position: absolute;
      right: 30px;
      bottom: 20px; }
      .content .font_table .show_btn a {
        color: #A6A6A6;
        font-size: 12px; }
        .content .font_table .show_btn a:hover {
          color: #3A6EA5; }
      .content .font_table .show_btn .icon {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 4px;
        background: url("../images/btn1.png") no-repeat; }
      .content .font_table .show_btn.active .icon {
        transform: rotate(180deg); }
  .content .evolve {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .evolve .title .right div {
      display: inline-block;
      font-size: 12px;
      color: #7F7D80;
      margin-left: 35px; }
      .content .evolve .title .right div .star_btn {
        margin-left: 0; }
        .content .evolve .title .right div .star_btn a {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: sub;
          cursor: pointer;
          background: url("../images/star_nd.png") no-repeat; }
          .content .evolve .title .right div .star_btn a.active {
            background: url("../images/star_check.png") no-repeat; }
      .content .evolve .title .right div span {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        float: none; }
    .content .evolve .info {
      text-align: center; }
      .content .evolve .info img {
        display: inline-block;
        max-width: 100%;
        height: auto; }
  .content .narrate {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .narrate .title .right div {
      display: inline-block;
      font-size: 12px;
      color: #7F7D80;
      margin-left: 35px; }
      .content .narrate .title .right div .star_btn {
        margin-left: 0; }
        .content .narrate .title .right div .star_btn a {
          display: inline-block;
          width: 58px;
          height: 26px;
          text-align: center;
          line-height: 26px;
          color: #fff;
          vertical-align: middle;
          cursor: pointer; }
          .content .narrate .title .right div .star_btn a.star1 {
            background: #C10001; }
          .content .narrate .title .right div .star_btn a.star2 {
            background: #E7AF00; }
          .content .narrate .title .right div .star_btn a.star3 {
            background: #8064A1; }
          .content .narrate .title .right div .star_btn a.star4 {
            background: #4077B7; }
          .content .narrate .title .right div .star_btn a.star5 {
            background: #00823A; }
      .content .narrate .title .right div span {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        float: none; }
    .content .narrate .info {
      font-size: 14px;
      color: #7F7D80;
      line-height: 28px;
      padding-bottom: 10px; }
      .content .narrate .info img {
        vertical-align: middle; }
    .content .narrate .bottom {
      font-family: SimSun, Arial, "Microsoft YaHei UI",sans-serif;
      font-size: 14px;
      color: #7F7D80;
      line-height: 28px;
      padding-top: 10px;
      border-top: 1px solid #FCFCFC;
      box-shadow: 0 -1px 1px #CBE1F2; }
  .content .expound {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .expound .title .right div {
      display: inline-block;
      font-size: 12px;
      color: #7F7D80;
      margin-left: 35px; }
      .content .expound .title .right div .star_btn {
        margin-left: 0; }
        .content .expound .title .right div .star_btn a {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: sub;
          cursor: pointer;
          background: url("../images/star_nd.png") no-repeat; }
          .content .expound .title .right div .star_btn a.active {
            background: url("../images/star_check.png") no-repeat; }
      .content .expound .title .right div span {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        float: none; }
    .content .expound .info {
      text-align: center; }
      .content .expound .info img {
        display: inline-block;
        max-width: 100%;
        height: auto; }
  .content .classify {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .classify .title .right div {
      display: inline-block;
      font-size: 12px;
      color: #7F7D80;
      margin-left: 35px; }
      .content .classify .title .right div .star_btn {
        margin-left: 0; }
        .content .classify .title .right div .star_btn a {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: sub;
          cursor: pointer;
          background: url("../images/star_nd.png") no-repeat; }
          .content .classify .title .right div .star_btn a.active {
            background: url("../images/star_check.png") no-repeat; }
      .content .classify .title .right div span {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        float: none; }
  .content .explain {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .explain .title .right div {
      display: inline-block;
      font-size: 12px;
      color: #7F7D80;
      margin-left: 35px; }
      .content .explain .title .right div .star_btn {
        margin-left: 0; }
        .content .explain .title .right div .star_btn a {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: sub;
          cursor: pointer;
          background: url("../images/star_nd.png") no-repeat; }
          .content .explain .title .right div .star_btn a.active {
            background: url("../images/star_check.png") no-repeat; }
      .content .explain .title .right div span {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        float: none; }
    .content .explain .bottom {
      text-align: right;
      font-size: 12px;
      color: #A6A6A6; }
  .content .notice {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box;
    background-color: #BDE4FF;
    border-color: #99D5FF; }
    .content .notice .title {
      text-align: center;
      border-bottom: 1px solid #B3D8F2;
      box-shadow: 0 1px 0 0 #DEEFFA; }
      .content .notice .title span {
        float: none;
        display: inline-block;
        color: #A86401; }
    .content .notice .close {
      float: right; }
      .content .notice .close a {
        font-size: 12px;
        color: #7F7D80;
        cursor: pointer;
        display: inline-block; }
        .content .notice .close a:hover {
          color: #23395E; }
        .content .notice .close a i.icon {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 14px;
          background: url("../images/close.png") no-repeat; }
    .content .notice .edit {
      float: right;
      margin-right: 20px; }
      .content .notice .edit a {
        font-size: 12px;
        color: #3C80BD;
        display: inline-block;
        cursor: pointer; }
        .content .notice .edit a:hover {
          color: #23395E; }
        .content .notice .edit a i.icon {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 14px;
          background: url("../images/note.png") no-repeat; }
    .content .notice .edit_box {
      display: none;
      padding-top: 20px; }
      .content .notice .edit_box textarea {
        display: block;
        margin: 0 auto;
        width: 1166px;
        height: 96px;
        padding: 10px 15px;
        line-height: 24px;
        font-size: 14px;
        box-sizing: border-box;
        color: #7F7D80;
        border: none;
        resize: none;
        background: #BDE4FF;
        box-shadow: inset -1px 1px 0 0 #AACDE6, inset 2px 0 0 0 #EBF7FF, inset 0 -1px 0 0 #EBF7FF; }
      .content .notice .edit_box .save_btn {
        margin: 20px auto 0;
        display: block;
        background: #A3D9FF;
        box-shadow: inset 1px 0 0 0 #9FC5DF, inset 0 -2px 0 0 #9FC5DF, inset -2px 2px 0 0 #E6F4FF;
        width: 1166px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #3C80BD; }
        .content .notice .edit_box .save_btn:hover {
          background: #3A6EA5;
          color: #fff; }
    .content .notice .bottom {
      font-size: 12px;
      color: #7F7D80;
      text-align: right;
      padding-right: 15px;
      margin-top: 5px; }
  .content .comment {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box;
    background: #3C70AA;
    position: relative; }
    .content .comment .project-tab {
      width: 100%;
      height: 48px;
      display: flex;
      border-bottom: 1px solid #5285C2; }
      .content .comment .project-tab a {
        font-family: SimSun, "Microsoft YaHei UI" , sans-serif;
        display: block;
        flex: 1;
        letter-spacing: 5px;
        float: left;
        width: 420px;
        height: 48px;
        box-sizing: border-box;
        line-height: 48px;
        background: #5285C2;
        color: #C7C7C7;
        text-align: center;
        border-right: 1px solid #3C70AA;
        font-size: 16px; }
        .content .comment .project-tab a span {
          font-weight: bold; }
          .content .comment .project-tab a span.sticky {
            font-weight: normal;
            font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
        .content .comment .project-tab a:last-child {
          border-right: 0; }
        .content .comment .project-tab a.active {
          color: #fff;
          background: #3C70AA; }
    .content .comment .con .con-main {
      display: none;
      padding: 17px 0; }
      .content .comment .con .con-main.active {
        display: block; }
      .content .comment .con .con-main .top {
        width: 1150px;
        margin: 0 auto;
        position: relative; }
        .content .comment .con .con-main .top .title a {
          display: inline-block;
          margin-left: 16px;
          width: 14px;
          height: 14px;
          background: url("../images/btn.png") no-repeat; }
        .content .comment .con .con-main .top .title span {
          vertical-align: text-top;
          font-size: 13px;
          color: #C0C0C0;
          margin-left: 5px;
          opacity: 0;
          transition: opacity 0.5s ease;
          cursor: pointer; }
          .content .comment .con .con-main .top .title span b {
            font-size: 16px;
            margin-right: 5px;
            vertical-align: middle; }
          .content .comment .con .con-main .top .title span.active {
            opacity: 1;
            transition: opacity 0.5s ease; }
        .content .comment .con .con-main .top ul {
          position: absolute;
          left: 0;
          top: 10px;
          z-index: 999;
          display: none;
          width: 100%;
          padding: 5px 0 5px 20px;
          background: #E8F5FF;
          margin-bottom: 15px;
          margin-top: 20px;
          box-sizing: border-box; }
          .content .comment .con .con-main .top ul li {
            width: 137px;
            height: 48px;
            text-align: center;
            line-height: 48px;
            float: left;
            margin: 15px 25px 15px 0; }
            .content .comment .con .con-main .top ul li:nth-child(7n) {
              margin-right: 0; }
            .content .comment .con .con-main .top ul li a {
              display: block;
              font-size: 14px;
              border-radius: 8px;
              border: 1px solid;
              cursor: pointer; }
            .content .comment .con .con-main .top ul li.active a {
              border-color: red !important; }
        .content .comment .con .con-main .top.active ul {
          display: block; }
      .content .comment .con .con-main .info .title {
        text-align: center;
        font-size: 14px;
        color: #C7C7C7;
        padding: 0 0 20px 0; }
        .content .comment .con .con-main .info .title input {
          font-size: 12px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          width: 680px;
          height: 36px;
          line-height: 36px;
          box-sizing: border-box;
          padding: 0 16px;
          color: #A0A0A0;
          border: none;
          background: #3C70AA;
          box-shadow: inset 0 1px 0 0 #356497, inset -1px 0 0 0 #325E8E, inset 2px 0 0 0 #417AB9, inset 0 -1px 0 0 #417AB9; }
      .content .comment .con .con-main .info textarea {
        display: block;
        width: 1150px;
        height: 192px;
        padding: 10px 20px;
        margin: 0 auto;
        line-height: 30px;
        font-size: 14px;
        box-sizing: border-box;
        color: #C0C0C0;
        border: none;
        resize: none;
        background: #3C70AA;
        box-shadow: inset 0 2px 0 0 #356497, inset -1px 0 0 0 #325E8E, inset 2px 0 0 0 #417AB9, inset 0 -1px 0 0 #417AB9; }
        .content .comment .con .con-main .info textarea::-webkit-input-placeholder {
          color: #C0C0C0 !important; }
        .content .comment .con .con-main .info textarea:-moz-placeholder {
          color: #C0C0C0 !important; }
        .content .comment .con .con-main .info textarea::-moz-placeholder {
          color: #C0C0C0 !important; }
        .content .comment .con .con-main .info textarea:-ms-input-placeholder {
          color: #C0C0C0 !important; }
      .content .comment .con .con-main .info a {
        margin: 20px auto 0;
        display: block;
        background: #3E74B0;
        box-shadow: inset 0 -1px 0 0 #356497, inset 1px 0 0 0 rgba(50, 94, 142, 0.75), inset -2px 0 0 0 #417AB9, inset 0 2px 0 0 #4A81C9;
        width: 1150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #BEBEBE;
        letter-spacing: 5px; }
        .content .comment .con .con-main .info a:hover {
          background: #3A6EA5;
          color: #fff; }
  .content .comment_list {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .comment_list.active {
      margin-top: 325px; }
    .content .comment_list ul li {
      padding: 15px 20px;
      border: 4px solid #DCDCDC;
      margin-bottom: 10px;
      box-sizing: border-box; }
      .content .comment_list ul li:last-child {
        margin-bottom: 0; }
      .content .comment_list ul li .main .left img {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 50%; }
      .content .comment_list ul li .main .right {
        float: left;
        width: 1150px;
        margin-left: 12px; }
        .content .comment_list ul li .main .right .top {
          font-size: 14px;
          color: #808080;
          font-family: SimSun, "Microsoft YaHei UI" , sans-serif; }
          .content .comment_list ul li .main .right .top span {
            font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
          .content .comment_list ul li .main .right .top a {
            color: #808080; }
            .content .comment_list ul li .main .right .top a span {
              font-weight: bold; }
            .content .comment_list ul li .main .right .top a:hover {
              color: #3A6EA5 !important; }
              .content .comment_list ul li .main .right .top a:hover span {
                color: #3A6EA5 !important; }
        .content .comment_list ul li .main .right .info {
          margin: 10px 0;
          font-size: 14px;
          color: #808080;
          line-height: 30px;
          font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
          .content .comment_list ul li .main .right .info .headline {
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            font-style: normal;
            margin-bottom: 10px;
            color: #FD8821; }
        .content .comment_list ul li .main .right .reply {
          font-size: 14px;
          color: #808080; }
          .content .comment_list ul li .main .right .reply a {
            font-size: 14px;
            color: #808080;
            margin-right: 20px; }
            .content .comment_list ul li .main .right .reply a:hover {
              color: #3A6EA5; }
        .content .comment_list ul li .main .right .bottom .star_div {
          float: right;
          font-size: 12px;
          color: #7F7D80;
          margin-left: 35px; }
          .content .comment_list ul li .main .right .bottom .star_div .star_btn {
            margin-left: 0;
            display: inline-block; }
            .content .comment_list ul li .main .right .bottom .star_div .star_btn a {
              display: inline-block;
              width: 16px;
              height: 16px;
              vertical-align: sub;
              background: url("../images/star_nd.png") no-repeat; }
              .content .comment_list ul li .main .right .bottom .star_div .star_btn a.active {
                background: url("../images/star_check.png") no-repeat; }
            .content .comment_list ul li .main .right .bottom .star_div .star_btn.comment_star a {
              cursor: pointer; }
        .content .comment_list ul li .main .right .reply_input {
          margin-top: 15px; }
          .content .comment_list ul li .main .right .reply_input textarea {
            width: 100%;
            height: 96px;
            background: rgba(0, 0, 0, 0.02);
            box-sizing: border-box;
            padding: 10px 15px;
            color: #808080;
            font-size: 14px;
            line-height: 26px;
            border: none;
            resize: none;
            box-shadow: inset -1px 1px 0 0 rgba(0, 0, 0, 0.1), inset 2px 0 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 0 rgba(255, 255, 255, 0.8); }
          .content .comment_list ul li .main .right .reply_input .reply_btn {
            margin-top: 15px; }
            .content .comment_list ul li .main .right .reply_input .reply_btn a {
              display: block;
              width: 100%;
              height: 40px;
              line-height: 40px;
              font-size: 14px;
              color: #808080;
              text-align: center;
              background: rgba(0, 0, 0, 0.06);
              box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), inset -2px 2px 0 0 rgba(255, 255, 255, 0.8); }
              .content .comment_list ul li .main .right .reply_input .reply_btn a:hover {
                background: rgba(0, 0, 0, 0.1); }
        .content .comment_list ul li .main .right .reply_list .list {
          margin-top: 10px;
          border-top: 1px solid #D9D9D9;
          padding-top: 10px; }
          .content .comment_list ul li .main .right .reply_list .list .right {
            width: 1105px; }
  .content .count {
    background: #F2F2F2;
    border: 1px solid #C8C8C8;
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #7B7B7B;
    padding-left: 30px; }
    .content .count .right {
      margin-right: 20px; }
      .content .count .right a {
        cursor: pointer;
        font-size: 12px;
        letter-spacing: 4px;
        color: #808080;
        margin-right: 16px; }
        .content .count .right a:hover {
          color: #3A6EA5; }

.footer {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  color: #7B7B7B;
  font-size: 14px; }
  .footer .nav a {
    display: inline-block;
    margin: 0 20px;
    color: #7B7B7B; }
    .footer .nav a:hover {
      color: #3A6EA5; }
  .footer .copyright {
    margin-top: 20px; }

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4); }
  .dialog .dialog_box {
    display: block;
    width: 590px;
    position: fixed;
    left: 50%;
    margin-left: -295px;
    top: 50%;
    margin-top: -100px;
    z-index: 99999;
    box-sizing: border-box;
    border: 4px solid #3A6EA5;
    background: #CDEBFF; }
    .dialog .dialog_box .title {
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #3A6EA5;
      font-size: 14px;
      color: #fff;
      position: relative; }
      .dialog .dialog_box .title p {
        position: absolute;
        left: 10px;
        font-size: 14px; }
      .dialog .dialog_box .title .close {
        display: block;
        width: 10px;
        height: 10px;
        background: url("../images/dialog_close.png") no-repeat;
        position: absolute;
        right: 10px;
        top: 15px; }
    .dialog .dialog_box .info {
      margin-top: 20px;
      text-align: left;
      padding: 15px 20px;
      height: 70px;
      line-height: 30px;
      color: #3C80BD; }
    .dialog .dialog_box .bottom {
      text-align: center;
      padding-bottom: 40px; }
      .dialog .dialog_box .bottom a {
        display: inline-block;
        padding: 10px 15px;
        width: 126px;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
        color: #fff;
        margin: 0 15px; }

/* ================== 从 index.html 提取的公共样式 ================== */
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
.content { width: 1260px; margin: 0 auto; padding-top: 0 !important; margin-top: 0 !important; }

/* 导航栏新样式 */
.new-header-container { width: 1260px; margin: 0 auto; position: sticky; top: 0; z-index: 9999; }
.new-header-inner { width: 100%; position: relative; height: 70px; background: #3a6ea5; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.new-logo { position: absolute; top: 12px; left: 150px; cursor: pointer; }
.new-logo img { height: 46px; display: block; }
.new-search-box { position: absolute; left: 400px; top: 11px; display: flex; align-items: center; }
.search_input { width: 448px; height: 48px; }
.search_input input { width: 100%; height: 100%; border: none; outline: none; background: #3C72AE; padding: 0 20px; color: #fff; font-size: 16px; box-shadow: inset 0 2px 2px 0 #315C8B, inset 3px 0 3px 0 #2E5683, inset -3px 0 0 0 #5B8FC9, inset 0 -3px 0 0 #5589C3; box-sizing: border-box; }
.search_input input::placeholder { color: #BEBEBE; font-size: 14px; }
.search_btn { width: 123px; height: 48px; line-height: 48px; margin-left: 20px; }
.search_btn a { display: block; width: 100%; height: 100%; background: #3C72AE; color: #fff; text-align: center; font-size: 14px; letter-spacing: 5px; text-decoration: none; box-shadow: -2px -2px 1px -1px #6496CB, inset 2px 0 1px 0 rgba(85,137,195,0.5), inset 0 2px 1px 0 rgba(85,137,195,0.5), inset 0 -2px 2px 0 #2E5480, inset -2px 0 2px 0 #2E5480; transition: background 0.2s; }
.search_btn a:hover { background: #4884c7; }
.left-float-area, .right-float-area { width: 100px; height: 70px; position: absolute; top: 0; cursor: pointer; transition: all 0.3s ease; }
.left-float-area { left: 0; }
.right-float-area { right: 0; }
.left-float-area:hover::after { content: ''; position: absolute; top: 50%; left: 30px; transform: translateY(-50%); border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-right: 16px solid #5C87B5; opacity: 0; animation: fadeInLeft 0.3s ease forwards; }
.right-float-area:hover::after { content: ''; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #5C87B5; opacity: 0; animation: fadeInRight 0.3s ease forwards; }
.hidden-titles-area { position: absolute; top: 70px; left: 0; width: 100%; background: #3a6ea5; height: 0; overflow: hidden; transition: height 0.3s ease; text-align: center; z-index: 1; box-shadow: 0 4px 6px rgba(0,0,0,0.2); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.new-header-container:hover .hidden-titles-area { height: 40px; }
.hidden-titles-items { line-height: 40px; opacity: 0; transition: opacity 0.3s ease; border-top: 1px solid #4a7ab0; }
.new-header-container:hover .hidden-titles-items { opacity: 1; }
.detail-nav-link { margin: 0 15px; color: #BDC5CF; text-decoration: none; font-size: 14px; transition: color 0.3s; font-family: 宋体, SimSun, sans-serif; }
.detail-nav-link:hover { color: #ffc000; text-decoration: underline; }

@keyframes fadeInLeft { from { opacity: 0; transform: translateY(-50%) translateX(-10px); } to { opacity: 1; transform: translateY(-50%) translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateY(-50%) translateX(10px); } to { opacity: 1; transform: translateY(-50%) translateX(0); } }

/* 分页按钮样式补充修正（兼容原有结构） */
.content .font_table .page span.current { color: #fff; background: #3A6EA5; border: 1px solid #3A6EA5; width: 32px; height: 20px; display: inline-block; line-height: 20px; }
.content .font_table .page a { cursor: pointer; }

/* ================================================================== */
/* =============== 新版公共样式 (主页与详情页全局通用) ============== */
/* ================================================================== */

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
.content { width: 1260px; margin: 0 auto; padding-top: 0 !important; margin-top: 0 !important; }

/* --- 1. 顶部深蓝色导航栏主体 --- */
.new-header-container { width: 1260px; margin: 0 auto; position: sticky; top: 0; z-index: 9999; }
.new-header-inner { width: 100%; position: relative; height: 70px; background: #3a6ea5; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.new-logo { position: absolute; top: 12px; left: 150px; cursor: pointer; }
.new-logo img { height: 46px; display: block; }
.new-search-box { position: absolute; left: 400px; top: 11px; display: flex; align-items: center; }
.search_input { width: 448px; height: 48px; }
.search_input input { width: 100%; height: 100%; border: none; outline: none; background: #3C72AE; padding: 0 20px; color: #fff; font-size: 16px; box-shadow: inset 0 2px 2px 0 #315C8B, inset 3px 0 3px 0 #2E5683, inset -3px 0 0 0 #5B8FC9, inset 0 -3px 0 0 #5589C3; box-sizing: border-box; }
.search_input input::placeholder { color: #BEBEBE; font-size: 14px; }
.search_btn { width: 123px; height: 48px; line-height: 48px; margin-left: 20px; }
.search_btn a { display: block; width: 100%; height: 100%; background: #3C72AE; color: #fff; text-align: center; font-size: 14px; letter-spacing: 5px; text-decoration: none; box-shadow: -2px -2px 1px -1px #6496CB, inset 2px 0 1px 0 rgba(85,137,195,0.5), inset 0 2px 1px 0 rgba(85,137,195,0.5), inset 0 -2px 2px 0 #2E5480, inset -2px 0 2px 0 #2E5480; transition: background 0.2s; }
.search_btn a:hover { background: #4884c7; }

/* 左右悬浮翻页三角形 */
.left-float-area, .right-float-area { width: 100px; height: 70px; position: absolute; top: 0; cursor: pointer; transition: all 0.3s ease; }
.left-float-area { left: 0; }
.right-float-area { right: 0; }
.left-float-area:hover::after { content: ''; position: absolute; top: 50%; left: 30px; transform: translateY(-50%); border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-right: 16px solid #5C87B5; opacity: 0; animation: fadeInLeft 0.3s ease forwards; }
.right-float-area:hover::after { content: ''; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #5C87B5; opacity: 0; animation: fadeInRight 0.3s ease forwards; }

/* --- 2. 下拉多级菜单 (彻底修复主页菜单散架问题) --- */
.hidden-titles-area { position: absolute; top: 70px; left: 0; width: 100%; background: #3a6ea5; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; text-align: center; z-index: 1; box-shadow: 0 4px 6px rgba(0,0,0,0.2); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.new-header-container:hover .hidden-titles-area { opacity: 1; visibility: visible; transform: translateY(0); }
.hidden-titles-items { line-height: 40px; border-top: 1px solid #4a7ab0; display: flex; justify-content: center; flex-wrap: wrap; }
.nav-item { position: relative; }
.detail-nav-link { display: block; padding: 0 15px; color: #BDC5CF; text-decoration: none; font-size: 14px; transition: color 0.3s; font-family: 宋体, SimSun, sans-serif; }
.detail-nav-link:hover { color: #ffc000; text-decoration: underline; }
.sub-nav { display: none; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); background: #3a6ea5; box-shadow: 0 4px 6px rgba(0,0,0,0.2); border-radius: 4px; padding: 5px 0; z-index: 99; white-space: nowrap; }
.nav-item:hover .sub-nav { display: block; }
.sub-nav-link { display: block; padding: 0 20px; color: #BDC5CF; text-decoration: none; font-size: 14px; font-family: 宋体, SimSun, sans-serif; line-height: 30px; text-align: center; }
.sub-nav-link:hover { color: #ffc000; background: #2E5683; }

/* --- 3. 首页 (index.html) 字族列表展示排版 --- */
.zz_list .list_tip { width: 100%; box-sizing: border-box; padding: 15px 25px; line-height: 30px; background: #C1E5FF; margin-bottom: 10px; }
.zz_list .box { margin: 5px 0; border: 1px solid #C1E5FF; background: #E6F5FF; padding: 10px 25px; scroll-margin-top: 1px; }
.zz_list .box .title { line-height: 32px; font-size: 15px; color: #3C80BD; border-bottom: 1px solid #FCFCFC; }
.zz_list .box .title .info { letter-spacing: 7px; border-bottom: 1px solid #CBE1F2; }
.zz_list .box .title .info span { font-size: 13px; color: #808080; }
/* Flex 布局解决生僻字导致的大片留白卡壳问题 */
.zz_list .main { display: flex !important; flex-wrap: wrap !important; align-content: flex-start; padding-top: 10px; }
.zz_list .main[id^="classid"] { scroll-margin-top: 47px; }
.zz_list .main a { float: none !important; display: inline-flex !important; align-items: center; justify-content: center; height: 30px; margin-right: 23px; margin-bottom: 20px; font-size: 16px; color: #404040; }
/* 星级评分颜色 */
.zz_list .box .main a.star1 { color: #C10001; }
.zz_list .box .main a.star2 { color: #E7AF00; }
.zz_list .box .main a.star3 { color: #8064A1; }
.zz_list .box .main a.star4 { color: #4077B7; }
.zz_list .box .main a.star5 { color: #00823A; }

/* --- 4. 详情页 (Char/...) 分页按钮样式补充 --- */
.content .font_table .page span.current { color: #fff; background: #3A6EA5; border: 1px solid #3A6EA5; width: 32px; height: 20px; display: inline-block; line-height: 20px; }
.content .font_table .page a { cursor: pointer; }

/* 动画定义 */
@keyframes fadeInLeft { from { opacity: 0; transform: translateY(-50%) translateX(-10px); } to { opacity: 1; transform: translateY(-50%) translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateY(-50%) translateX(10px); } to { opacity: 1; transform: translateY(-50%) translateX(0); } }

/* --- 5. 回到顶部悬浮按钮 --- */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 44px;
    height: 44px;
    background-color: #3C72AE; /* 与导航栏颜色呼应 */
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    /* 默认隐藏 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
/* 鼠标放上去变亮并略微上浮 */
.back-to-top:hover {
    background-color: #4884c7;
    transform: translateY(-3px);
}
/* 当页面滚动时，由JS控制加上这个类来显示按钮 */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
/*# sourceMappingURL=details.css.map */

