﻿@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;
  font-family: SimSun, "Microsoft YaHei UI",sans-serif; }

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;
  display: none; }
  .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; }

.source {
  font-size: 12px;
  color: #808080;
  font-family: SimSun, "Microsoft YaHei UI" , sans-serif;
  float: right; }

.input_count {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
  color: #808080; }
  .input_count span {
    color: #E1AA00 !important;
    font-weight: normal;
    font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }

.header .nav a .icon {
  display: inline-block;
  background: url("../images/star_check.png") no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  margin-left: -4px;
  margin-top: 0; }

body {
  height: auto; }

.header {
  width: 1260px;
  height: 170px;
  background: #3A6EA5;
  margin: 0 auto; }
  .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; }
    .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; }
  .header .login {
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding-left: 0; }
    .header .login .logo {
      float: none;
      vertical-align: middle;
      display: inline-block; }
    .header .login .title {
      vertical-align: top;
      display: inline-block;
      color: #fff;
      font-size: 26px;
      margin-left: 40px;
      font-family: KaiTi, SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
    .header .login .note {
      float: right;
      margin-right: 150px;
      font-size: 18px;
      color: #D9D9D9; }
      .header .login .note a {
        color: #D9D9D9; }
        .header .login .note a:hover {
          color: #23395E; }
  .header.word {
    position: fixed;
    left: 50%;
    margin-left: -630px;
    top: 0;
    z-index: 9999; }

.comment_title {
  width: 1260px;
  height: 45px;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 45px;
  margin-top: -10px;
  background: #E7F5FF;
  border-bottom: 6px solid #C1E5FF;
  font-size: 14px;
  color: #3C80BD;
  font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
  .comment_title span {
    font-size: 12px;
    color: #808080;
    font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
  .comment_title .right a {
    color: #808080;
    margin-left: 20px; }
    .comment_title .right a:hover, .comment_title .right a.active {
      color: #3C80BD; }
  .comment_title .right.anchor_word a {
    font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
    color: #808080;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer; }
    .comment_title .right.anchor_word a:hover, .comment_title .right.anchor_word a.active {
      color: #fff;
      background: #3A6EA5; }
  .comment_title .right.zz_all {
    display: none;
    position: absolute;
    right: 10px;
    top: 0; }
    .comment_title .right.zz_all a {
      margin-left: 10px;
      display: inline-block;
      width: 55px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      cursor: pointer; }
      .comment_title .right.zz_all a:hover {
        background: #3A6EA5;
        color: #fff; }
  .comment_title.word {
    position: fixed;
    left: 50%;
    margin-left: -630px;
    top: 180px;
    z-index: 9999; }

.content {
  margin: 0 auto 0;
  width: 1260px; }
  .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; }
  .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;
      font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
      .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 span.sticky {
              font-size: 13px;
              color: #f79646; }
          .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 .title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px; }
        .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);
              position: relative; }
              .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 .comment_page {
    margin-top: 10px;
    height: 45px;
    background: #E6F5FF;
    border: 1px solid #C1E5FF; }
    .content .comment_page .page {
      width: 100%;
      color: #7F7D80;
      font-size: 12px;
      margin-top: 10px;
      text-align: center; }
      .content .comment_page .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 .comment_page .page a:hover {
          background: #3A6EA5;
          color: #fff; }
        .content .comment_page .page a.btn {
          width: auto;
          border: none;
          cursor: pointer; }
          .content .comment_page .page a.btn:hover {
            color: #3A6EA5;
            background: none; }
      .content .comment_page .page span {
        display: inline-block;
        width: 32px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0 5px;
        color: #f79646; }
      .content .comment_page .page .go {
        margin-left: 5px;
        display: inline-block; }
        .content .comment_page .page .go input {
          display: inline-block;
          width: 50px;
          height: 20px;
          vertical-align: middle;
          line-height: 20;
          text-align: center;
          background: #E0F1FC;
          border: 1px solid #C1E5FF;
          color: #A6A6A6;
          margin: 0 7px; }
        .content .comment_page .page .go a {
          padding: 0 10px;
          background: #C1E5FF; }
          .content .comment_page .page .go a:hover {
            background: #3A6EA5; }
  .content .hot_box {
    margin-top: 10px;
    box-sizing: border-box;
    border: 5px solid #C1E5FF;
    padding: 9px;
    background: #E6F5FF; }
    .content .hot_box ul {
      width: 245px;
      float: left;
      box-sizing: border-box;
      padding: 0 5px;
      line-height: 42px; }
      .content .hot_box ul li {
        font-size: 14px;
        color: #663106;
        height: 42px; }
        .content .hot_box ul li a {
          color: #3C80BD;
          display: inline-block;
          max-width: 125px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          vertical-align: bottom; }
          .content .hot_box ul li a:hover {
            color: #23395E; }
        .content .hot_box ul li span {
          color: #808080; }
  .content .ttt_box {
    padding: 10px 25px; }
    .content .ttt_box .title {
      border-bottom: 1px solid #FCFCFC;
      line-height: 40px;
      font-size: 14px;
      font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
      position: relative; }
      .content .ttt_box .title p {
        padding-left: 10px;
        color: #4680BD;
        border-bottom: 1px solid #CBE1F2; }
        .content .ttt_box .title p span {
          float: right;
          font-size: 12px;
          color: #7F7F7F; }
      .content .ttt_box .title .alink {
        display: block;
        height: 41px;
        line-height: 41px;
        position: absolute;
        right: 0;
        top: 0; }
        .content .ttt_box .title .alink a {
          color: #808080;
          font-size: 14px; }
          .content .ttt_box .title .alink a:hover {
            color: #3C80BD; }
    .content .ttt_box .info {
      margin-top: 10px;
      font-size: 14px;
      color: #7F7D80;
      line-height: 30px;
      font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
      .content .ttt_box .info p {
        padding: 0 15px; }
      .content .ttt_box .info.search_box .box {
        margin: 100px 0; }
        .content .ttt_box .info.search_box .box img {
          display: inline-block;
          vertical-align: middle;
          margin: 0 9px; }
        .content .ttt_box .info.search_box .box input, .content .ttt_box .info.search_box .box a {
          display: inline-block;
          vertical-align: middle;
          border: 1px solid #B7E0FF;
          background: #D5EDFF;
          width: 155px;
          height: 45px;
          line-height: 45px;
          box-sizing: border-box;
          text-align: center;
          color: #808487;
          border-radius: 4px; }
        .content .ttt_box .info.search_box .box input.active {
          background: #8BCDFF;
          border: 1px solid #5BB9FF; }
        .content .ttt_box .info.search_box .box a {
          cursor: pointer; }
          .content .ttt_box .info.search_box .box a:hover, .content .ttt_box .info.search_box .box a.active {
            background: #8BCDFF;
            border: 1px solid #5BB9FF; }
      .content .ttt_box .info.updata .comment_page {
        border: none;
        float: left;
        width: 100%; }
      .content .ttt_box .info.updata ul {
        width: 100%;
        padding-bottom: 10px;
        position: relative;
        float: none; }
        .content .ttt_box .info.updata ul li {
          color: #808080;
          line-height: 42px;
          float: left;
          width: 50%; }
          .content .ttt_box .info.updata ul li a {
            color: #4680BD;
            font-size: 16px;
            vertical-align: top;
            max-width: 250px; }
            .content .ttt_box .info.updata ul li a:hover {
              color: #E06E00; }
      .content .ttt_box .info.reward .reward_title {
        font-size: 14px;
        color: #4680BD; }
      .content .ttt_box .info.reward p {
        padding-left: 30px;
        padding-right: 30px; }
      .content .ttt_box .info .diaoyan {
        font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif !important; }
  .content .site {
    padding: 0; }
    .content .site .left {
      width: 265px;
      height: 100%;
      border: 1px solid #E6F5FF;
      box-sizing: border-box; }
        .content .site .left .top {
            width: 100%;
            /*20201221 del start*/
            /*height: 95px;*/
            /*20201221 del end*/
            padding: 27px 16px;
            font-size: 16px;
            color: #808080;
            background: #D5EEFF;
            border: 1px solid #E6F5FF;
            box-sizing: border-box;
            position: relative;
        }
        .content .site .left .top b {
          font-weight: bold;
          letter-spacing: 1px; }
        .content .site .left .top p {
          font-size: 12px;
          margin-top: 15px;
          cursor: pointer; }
          .content .site .left .top p span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px;
            width: 0;
            height: 0;
            border: 5px solid;
            border-color: #A6A6A6 transparent transparent; }
        .content .site .left .top .show_box {
          position: absolute;
          left: 15px;
          top: 85px;
          display: none;
          width: 224px;
          box-sizing: border-box;
          border: 4px solid #3A6EA5;
          padding: 10px 21px;
          background: #CDEBFF; }
          .content .site .left .top .show_box div {
            border-bottom: 1px solid #F2F2F2; }
            .content .site .left .top .show_box div a {
              font-size: 14px;
              color: #404040;
              height: 40px;
              line-height: 40px;
              display: block;
              border-bottom: 1px solid #9FD8FF; }
              .content .site .left .top .show_box div a:hover {
                color: #808080; }
      .content .site .left .list a {
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        box-sizing: border-box;
        padding-left: 20px;
        font-size: 14px;
        color: #808080;
        background: #D5EEFF;
        border: 1px solid #E6F5FF;
        font-family: SimSun, "Microsoft YaHei UI" , sans-serif; }
        .content .site .left .list a:hover, .content .site .left .list a.active {
          background: #C1E6FF; }
      .content .site .left .list .page {
        width: 100%;
        height: 56px;
        box-sizing: border-box;
        padding: 0 20px;
        line-height: 56px;
        background: #D5EEFF;
        border: 1px solid #E6F5FF;
        text-align: center;
        color: #7E63A6; }
        .content .site .left .list .page a {
          width: auto;
          height: auto;
          border: none;
          background: none;
          color: #7E63A6;
          font-size: 14px;
          padding: 0; }
          .content .site .left .list .page a:hover {
            color: #0F3A56; }
    .content .site .right {
      box-sizing: border-box;
      width: 930px;
      padding: 30px 0;
      margin-right: 25px; }
      .content .site .right .title {
        border-bottom: 1px solid #FCFCFC;
        line-height: 40px;
        font-size: 14px; }
        .content .site .right .title p {
          padding-left: 10px;
          color: #4680BD;
          border-bottom: 1px solid #CBE1F2;
          font-family: SimSun, "Microsoft YaHei UI" , sans-serif; }
          .content .site .right .title p span {
            float: right;
            font-size: 12px;
            color: #7F7F7F; }
      .content .site .right .info {
        margin-top: 10px;
        font-size: 14px;
        color: #7F7D80;
        line-height: 30px;
        border-bottom: 1px solid #FCFCFC; }
        .content .site .right .info p {
          padding: 0 15px 30px 15px;
          border-bottom: 1px solid #CBE1F2;
          font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
          .content .site .right .info p:last-child {
            border-bottom: 1px solid #CBE1F2 !important; }
        .content .site .right .info table {
          border-bottom: 1px solid #CBE1F2 !important; }
      .content .site .right .bottom {
        padding: 15px 0; }
        .content .site .right .bottom p {
          float: right;
          font-size: 12px;
          color: #A6A6A6;
          margin-top: 2px; }
        .content .site .right .bottom .star_div {
          float: right;
          font-size: 12px;
          color: #7F7D80;
          margin-left: 35px; }
          .content .site .right .bottom .star_div .star_btn {
            margin-left: 0;
            display: inline-block; }
            .content .site .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 .site .right .bottom .star_div .star_btn a.active {
                background: url("../images/star_check.png") no-repeat; }
            .content .site .right .bottom .star_div .star_btn.comment_star a {
              cursor: pointer; }
      .content .site .right .comment_box {
        border: 1px solid #DACDB3; }
        .content .site .right .comment_box .comment_title_box {
          line-height: 40px;
          border-bottom: 1px solid #DACDB3;
          padding-left: 15px;
          font-size: 12px;
          color: #866F42; }
        .content .site .right .comment_box .comment_info {
          padding: 15px 0; }
          .content .site .right .comment_box .comment_info ul {
            width: 100%;
            float: none;
            padding: 0; }
            .content .site .right .comment_box .comment_info ul li {
              height: auto;
              padding: 0 20px;
              border-bottom: 1px solid #E2D8C4;
              box-sizing: border-box; }
              .content .site .right .comment_box .comment_info ul li:last-child {
                margin-bottom: 0;
                border-bottom: none; }
              .content .site .right .comment_box .comment_info ul li .main {
                width: 100%; }
                .content .site .right .comment_box .comment_info ul li .main .right {
                  float: left;
                  width: 100%;
                  margin: 0;
                  padding: 0; }
                  .content .site .right .comment_box .comment_info ul li .main .right .top {
                    font-size: 12px;
                    color: #866F42;
                    font-family: SimSun, "Microsoft YaHei UI" , sans-serif; }
                    .content .site .right .comment_box .comment_info ul li .main .right .top span {
                      font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
                      .content .site .right .comment_box .comment_info ul li .main .right .top span.sticky {
                        font-size: 13px;
                        color: #f79646; }
                    .content .site .right .comment_box .comment_info ul li .main .right .top a {
                      color: #808080; }
                      .content .site .right .comment_box .comment_info ul li .main .right .top a:hover {
                        color: #3A6EA5 !important; }
                        .content .site .right .comment_box .comment_info ul li .main .right .top a:hover span {
                          color: #3A6EA5 !important; }
                  .content .site .right .comment_box .comment_info ul li .main .right .info {
                    margin-top: 0;
                    font-size: 14px;
                    color: #000;
                    line-height: 30px;
                    border-bottom: none;
                    font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
                  .content .site .right .comment_box .comment_info ul li .main .right .bottom {
                    padding: 0; }
                    .content .site .right .comment_box .comment_info ul li .main .right .bottom .reply {
                      font-size: 14px;
                      color: #808080;
                      float: left; }
                      .content .site .right .comment_box .comment_info ul li .main .right .bottom .reply a {
                        font-size: 14px;
                        color: #808080;
                        margin-right: 20px; }
                        .content .site .right .comment_box .comment_info ul li .main .right .bottom .reply a:hover {
                          color: #3A6EA5; }
                      .content .site .right .comment_box .comment_info ul li .main .right .bottom .reply span {
                        display: inline-block;
                        vertical-align: middle; }
                    .content .site .right .comment_box .comment_info ul li .main .right .bottom .star_div {
                      float: right;
                      font-size: 12px;
                      color: #7F7D80;
                      margin-left: 35px; }
                      .content .site .right .comment_box .comment_info ul li .main .right .bottom .star_div .star_btn {
                        margin-left: 0;
                        display: inline-block; }
                        .content .site .right .comment_box .comment_info 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 .site .right .comment_box .comment_info ul li .main .right .bottom .star_div .star_btn a.active {
                            background: url("../images/star_check.png") no-repeat; }
                        .content .site .right .comment_box .comment_info ul li .main .right .bottom .star_div .star_btn.comment_star a {
                          cursor: pointer; }
                  .content .site .right .comment_box .comment_info ul li .main .right .reply_list {
                    padding-left: 30px; }
                    .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list {
                      margin-top: 10px;
                      border-top: 1px solid #D9D9D9;
                      padding-top: 10px; }
                      .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list .right {
                        width: 860px; }
                        .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list .right .repy_box .reply {
                          float: left; }
                          .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list .right .repy_box .reply a {
                            color: #808080; }
                            .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list .right .repy_box .reply a:hover {
                              color: #3A6EA5; }
                        .content .site .right .comment_box .comment_info ul li .main .right .reply_list .list .right .repy_box .bottom {
                          float: right; }
                  .content .site .right .comment_box .comment_info ul li .main .right .reply_input {
                    margin-top: 15px; }
                    .content .site .right .comment_box .comment_info 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 .site .right .comment_box .comment_info ul li .main .right .reply_input .reply_btn {
                      margin-top: 15px;
                      margin-bottom: 10px;
                      position: relative; }
                      .content .site .right .comment_box .comment_info 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 .site .right .comment_box .comment_info ul li .main .right .reply_input .reply_btn a:hover {
                          background: rgba(0, 0, 0, 0.1); }
      .content .site .right .comment_box_btn {
        margin-top: 20px; }
        .content .site .right .comment_box_btn textarea {
          width: 100%;
          height: 100px;
          background: #DDF1FF;
          box-sizing: border-box;
          padding: 10px 15px;
          color: #808080;
          font-size: 14px;
          line-height: 26px;
          resize: none;
          border: 1px solid #C1E6FF; }
        .content .site .right .comment_box_btn a {
          display: block;
          width: 100%;
          height: 40px;
          margin-top: 15px;
          line-height: 40px;
          font-size: 14px;
          color: #808080;
          text-align: center;
          background: #DDF1FF;
          border: 1px solid #C1E6FF;
          position: relative; }
          .content .site .right .comment_box_btn a:hover {
            background: #C1E6FF; }
  .content .diaoyan .dy_info .left {
    width: 100px;
    padding-left: 10px;
    box-sizing: border-box; }
  .content .diaoyan .dy_info .right {
    width: 1100px;
    box-sizing: border-box;
    font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
  .content .diaoyan .dy_list {
    margin-top: 30px; }
    .content .diaoyan .dy_list ul {
      width: auto;
      float: none;
      padding: 0 10px; }
      .content .diaoyan .dy_list ul li {
        height: auto;
        margin-bottom: 20px;
        font-size: 14px; }
        .content .diaoyan .dy_list ul li .dy_title {
          color: #4680BD;
          font-size: 16px;
          font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
          .content .diaoyan .dy_list ul li .dy_title span {
            color: #4680BD;
            font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
        .content .diaoyan .dy_list ul li .note {
          color: #9379A7; }
          .content .diaoyan .dy_list ul li .note .icon {
            display: inline-block;
            vertical-align: text-top;
            width: 14px;
            height: 14px;
            background: url("../images/icon_time.png") no-repeat;
            background-size: 100% 100%; }
          .content .diaoyan .dy_list ul li .note span {
            margin-left: 20px;
            color: #9379A7; }
        .content .diaoyan .dy_list ul li .main {
          width: 100%; }
          .content .diaoyan .dy_list ul li .main .box {
            font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
            .content .diaoyan .dy_list ul li .main .box input {
              cursor: pointer; }
            .content .diaoyan .dy_list ul li .main .box label {
              color: #595959; }
          .content .diaoyan .dy_list ul li .main .left {
            width: 50%; }
          .content .diaoyan .dy_list ul li .main .right {
            width: 50%; }
            .content .diaoyan .dy_list ul li .main .right .box {
              height: 42px; }
              .content .diaoyan .dy_list ul li .main .right .box label {
                vertical-align: middle;
                display: inline-block; }
              .content .diaoyan .dy_list ul li .main .right .box .num {
                vertical-align: middle;
                display: inline-block;
                position: relative;
                height: 100%; }
                .content .diaoyan .dy_list ul li .main .right .box .num .progress_bar {
                  width: 200px;
                  height: 10px;
                  margin-top: 15px; }
                  .content .diaoyan .dy_list ul li .main .right .box .num .progress_bar .bar {
                    height: 10px; }
                .content .diaoyan .dy_list ul li .main .right .box .num p {
                  width: 200px;
                  position: absolute;
                  top: 0;
                  margin-left: 5px;
                  padding: 0; }
  .content .diaoyan .dy_btn {
    margin: 20px 0; }
    .content .diaoyan .dy_btn a {
      display: block;
      width: 1180px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      text-align: center;
      background: #ddf1ff;
      border: 1px solid #C1E6FF;
      font-size: 14px;
      color: #808080; }
      .content .diaoyan .dy_btn a:hover {
        background: #C1E6FF; }
  .content .message_box .comment_list {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box; }
    .content .message_box .comment_list.active {
      margin-top: 325px; }
    .content .message_box .comment_list ul li {
      padding: 15px 20px;
      border: 4px solid #DCDCDC;
      margin-bottom: 10px;
      box-sizing: border-box; }
      .content .message_box .comment_list ul li:last-child {
        margin-bottom: 0; }
      .content .message_box .comment_list ul li .main .left img {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 50%; }
      .content .message_box .comment_list ul li .main .right {
        float: left;
        width: 1150px;
        margin-left: 12px; }
        .content .message_box .comment_list ul li .main .right .top {
          font-size: 14px;
          color: #808080;
          font-family: SimSun, "Microsoft YaHei UI" , sans-serif; }
          .content .message_box .comment_list ul li .main .right .top span {
            font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif; }
          .content .message_box .comment_list ul li .main .right .top a {
            color: #808080; }
            .content .message_box .comment_list ul li .main .right .top a span {
              font-weight: bold; }
            .content .message_box .comment_list ul li .main .right .top a:hover {
              color: #3A6EA5 !important; }
              .content .message_box .comment_list ul li .main .right .top a:hover span {
                color: #3A6EA5 !important; }
        .content .message_box .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 .message_box .comment_list ul li .main .right .reply {
          font-size: 14px;
          color: #808080; }
          .content .message_box .comment_list ul li .main .right .reply a {
            font-size: 14px;
            color: #808080;
            margin-right: 20px; }
            .content .message_box .comment_list ul li .main .right .reply a:hover {
              color: #3A6EA5; }
        .content .message_box .comment_list ul li .main .right .bottom .star_div {
          float: right;
          font-size: 12px;
          color: #7F7D80;
          margin-left: 35px; }
          .content .message_box .comment_list ul li .main .right .bottom .star_div .star_btn {
            margin-left: 0;
            display: inline-block; }
            .content .message_box .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 .message_box .comment_list ul li .main .right .bottom .star_div .star_btn a.active {
                background: url("../images/star_check.png") no-repeat; }
            .content .message_box .comment_list ul li .main .right .bottom .star_div .star_btn.comment_star a {
              cursor: pointer; }
        .content .message_box .comment_list ul li .main .right .reply_input {
          margin-top: 15px; }
          .content .message_box .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 .message_box .comment_list ul li .main .right .reply_input .reply_btn {
            margin-top: 15px; }
            .content .message_box .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);
              position: relative; }
              .content .message_box .comment_list ul li .main .right .reply_input .reply_btn a:hover {
                background: rgba(0, 0, 0, 0.1); }
        .content .message_box .comment_list ul li .main .right .reply_list .list {
          margin-top: 10px;
          border-top: 1px solid #D9D9D9;
          padding-top: 10px; }
          .content .message_box .comment_list ul li .main .right .reply_list .list .right {
            width: 1105px; }
  .content .message_box .comment {
    width: 1260px;
    margin: 10px auto 0;
    box-sizing: border-box;
    background: #3C70AA;
    position: relative; }
    .content .message_box .comment .con .con-main {
      padding: 17px 0; }
      .content .message_box .comment .con .con-main .top {
        width: 1150px;
        margin: 0 auto;
        position: relative; }
        .content .message_box .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 .message_box .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 .message_box .comment .con .con-main .top .title span b {
            font-size: 16px;
            margin-right: 5px;
            vertical-align: middle; }
          .content .message_box .comment .con .con-main .top .title span.active {
            opacity: 1;
            transition: opacity 0.5s ease; }
        .content .message_box .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 .message_box .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 .message_box .comment .con .con-main .top ul li:nth-child(7n) {
              margin-right: 0; }
            .content .message_box .comment .con .con-main .top ul li a {
              display: block;
              font-size: 14px;
              border-radius: 8px;
              border: 1px solid;
              cursor: pointer; }
            .content .message_box .comment .con .con-main .top ul li.active a {
              border-color: red !important; }
        .content .message_box .comment .con .con-main .top.active ul {
          display: block; }
      .content .message_box .comment .con .con-main .info .title {
        text-align: center;
        font-size: 14px;
        color: #C7C7C7;
        padding: 0 0 20px 0; }
        .content .message_box .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 .message_box .comment .con .con-main .info textarea {
        display: block;
        width: 1150px;
        height: 180px;
        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 .message_box .comment .con .con-main .info textarea::-webkit-input-placeholder {
          color: #C0C0C0 !important; }
        .content .message_box .comment .con .con-main .info textarea:-moz-placeholder {
          color: #C0C0C0 !important; }
        .content .message_box .comment .con .con-main .info textarea::-moz-placeholder {
          color: #C0C0C0 !important; }
        .content .message_box .comment .con .con-main .info textarea:-ms-input-placeholder {
          color: #C0C0C0 !important; }
      .content .message_box .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;
        position: relative; }
        .content .message_box .comment .con .con-main .info a span {
          color: #BEBEBE !important; }
          .content .message_box .comment .con .con-main .info a span span {
            color: #E1AA00 !important; }
        .content .message_box .comment .con .con-main .info a:hover {
          background: #3A6EA5;
          color: #fff; }
  .content .login_box {
    margin-top: 10px;
    box-sizing: border-box;
    border: 5px solid #C1E5FF;
    padding: 9px;
    background: #E6F5FF; }
    .content .login_box .form {
      width: 400px;
      margin: 40px auto; }
      .content .login_box .form .form_title {
        margin-bottom: 40px;
        width: 100%;
        line-height: 40px;
        border-bottom: 1px solid #FCFCFC;
        text-align: center;
        color: #4680BD; }
        .content .login_box .form .form_title p {
          line-height: 40px;
          border-bottom: 1px solid #CBE1F2; }
      .content .login_box .form ul li {
        margin-bottom: 20px;
        line-height: 32px; }
        .content .login_box .form ul li label {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          color: #5D5D5F;
          width: 110px; }
        .content .login_box .form ul li input {
          display: inline-block;
          vertical-align: middle;
          background: none;
          height: 32px;
          border: 1px solid #9DD5FF;
          border-radius: 6px;
          font-size: 12px;
          color: #7F7F7F;
          box-sizing: border-box;
          padding: 0 10px; }
        .content .login_box .form ul li .input {
          width: 282px; }
        .content .login_box .form ul li .area {
          width: 80px;
          margin-right: 10px; }
        .content .login_box .form ul li .tel {
          width: 187px; }
        .content .login_box .form ul li .code {
          width: 157px;
          margin-right: 10px; }
        .content .login_box .form ul li .code_btn {
          width: 110px;
          cursor: pointer; }
        .content .login_box .form ul li .new_password {
          width: 285px; }
        .content .login_box .form ul li.note {
          font-size: 14px;
          color: #7F7F7F; }
        .content .login_box .form ul li .login_btn {
          display: block;
          box-sizing: border-box;
          width: 100%;
          height: 34px;
          line-height: 34px;
          text-align: center;
          background: #D2ECFF;
          border: 1px solid #BBE2FF;
          font-size: 14px;
          color: #E06E00; }
          .content .login_box .form ul li .login_btn:hover {
            background: #C1E6FF; }
        .content .login_box .form ul li .forget {
          color: #6991CA; }
          .content .login_box .form ul li .forget:hover {
            color: #0F3A56; }
  .content .register_note {
    width: 1152px;
    margin: 30px auto 0;
    box-sizing: border-box;
    max-height: 430px;
    border: 1px solid #DACDB3;
    font-size: 14px;
    color: #7B7B7B;
    line-height: 30px;
    padding: 20px 40px;
    overflow: scroll;
    font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
    .content .register_note b {
      font-size: 20px;
      font-weight: bold;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
  .content .register_btn {
    width: 1152px;
    margin: 20px auto;
    display: block;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #D2ECFF;
    border: 1px solid #BBE2FF;
    font-size: 14px;
    color: #E06E00;
    cursor: pointer;
    font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
    .content .register_btn:hover {
      background: #C1E6FF; }
  .content .register_box {
    position: relative; }
    .content .register_box .progress {
      position: relative;
      width: 300px;
      height: 100px;
      margin: 20px auto 0; }
      .content .register_box .progress .border {
        display: block;
        width: 220px;
        height: 1px;
        background: #C1E5FF;
        position: absolute;
        left: 40px;
        top: 20px;
        z-index: 1; }
      .content .register_box .progress .box {
        width: 75px;
        text-align: center;
        position: absolute;
        z-index: 10; }
        .content .register_box .progress .box.one {
          left: 0; }
        .content .register_box .progress .box.two {
          right: 0; }
        .content .register_box .progress .box .num {
          background: #E6F5FF;
          display: block;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          box-sizing: border-box;
          border: 1px solid #7F7F7F;
          border-radius: 50%;
          color: #7F7F7F;
          text-align: center;
          line-height: 40px;
          font-size: 18px;
          font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
          position: relative; }
          .content .register_box .progress .box .num .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            left: -1px;
            top: -1px;
            background: url("../images/icon_reg.png") no-repeat;
            background-size: 100% 100%;
            z-index: 10;
            border-radius: 50%;
            box-sizing: border-box; }
        .content .register_box .progress .box p {
          margin-top: 5px;
          line-height: 20px;
          font-size: 16px;
          color: #6C6C6C; }
        .content .register_box .progress .box.active .num {
          border: 1px solid #3C80BD;
          color: #fff;
          background: #3C80BD; }
        .content .register_box .progress .box.active p {
          color: #3C80BD; }
        .content .register_box .progress .box.active.dagou .num {
          background: url("../images/icon_reg.png") no-repeat;
          background-size: 100% 100%; }
    .content .register_box .btn_box {
      padding-left: 173px;
      padding-bottom: 50px; }
      .content .register_box .btn_box#btnSubmitUserInfo {
        padding-left: 160px;
        width: 672.4px; }
        .content .register_box .btn_box#btnSubmitUserInfo a {
          letter-spacing: 4px;
          border-top: 2px solid #B7DEFF;
          border-right: 0.5px solid #7F7F7F;
          border-bottom: 0.5px solid #A6A6A6;
          border-left: 2px solid #A7D7FF; }
      .content .register_box .btn_box a {
        font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
        display: block;
        box-sizing: border-box;
        width: 200px;
        height: 34px;
        line-height: 32px;
        text-align: center;
        background: #D2ECFF;
        border: 1px solid #BBE2FF;
        font-size: 14px;
        color: green;
        margin-top: 20px; }
    .content .register_box .reg_info {
      margin: 20px 50px 0 50px;
      border-top: 1px solid #CBE1F2; }
      .content .register_box .reg_info:before {
        display: block;
        content: ' ';
        border-top: 1px solid #fff;
        padding-bottom: 20px; }
      .content .register_box .reg_info .left {
        width: 50%;
        float: left; }
        .content .register_box .reg_info .left .title {
          font-size: 16px;
          color: #6C6C6C; }
        .content .register_box .reg_info .left ul {
          margin-top: 20px; }
          .content .register_box .reg_info .left ul li {
            margin-bottom: 20px; }
            .content .register_box .reg_info .left ul li label {
              color: #666;
              cursor: pointer; }
            .content .register_box .reg_info .left ul li input:checked + label {
              color: #3C80BD; }
        .content .register_box .reg_info .left .address {
          margin-top: 50px; }
          .content .register_box .reg_info .left .address label {
            color: #666;
            cursor: pointer; }
            .content .register_box .reg_info .left .address label input {
              display: inline-block;
              vertical-align: middle;
              background: none;
              height: 20px;
              width: 65px;
              line-height: 20px;
              border-radius: 6px;
              font-size: 16px;
              color: #7F7F7F;
              box-sizing: border-box;
              border: 1px solid #9DD5FF;
              padding: 0 5px; }
          .content .register_box .reg_info .left .address input:checked + label {
            color: #3C80BD; }
        .content .register_box .reg_info .left .age {
          margin-top: 30px; }
          .content .register_box .reg_info .left .age label {
            margin-right: 30px; }
      .content .register_box .reg_info .form_box {
        box-sizing: border-box;
        width: 50%;
        float: left;
        margin-top: 35px; }
        .content .register_box .reg_info .form_box ul li {
          margin-bottom: 20px;
          line-height: 32px;
          color: #7F7F7F;
          position: relative; }
          .content .register_box .reg_info .form_box ul li span {
            color: #C10001; }
          .content .register_box .reg_info .form_box ul li label {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #5D5D5F;
            margin-right: 5px; }
            .content .register_box .reg_info .form_box ul li label.col {
              color: #7F7F7F; }
          .content .register_box .reg_info .form_box ul li input {
            display: inline-block;
            vertical-align: middle;
            background: none;
            height: 32px;
            border: 1px solid #9DD5FF;
            border-radius: 6px;
            font-size: 16px;
            color: #1F497D;
            box-sizing: border-box;
            padding: 0 10px;
            letter-spacing: 3px; }
            .content .register_box .reg_info .form_box ul li input.input {
              width: 389px; }
            .content .register_box .reg_info .form_box ul li input.area {
              width: 63px;
              margin-right: 10px; }
            .content .register_box .reg_info .form_box ul li input.area_code {
              color: red; }
            .content .register_box .reg_info .form_box ul li input.tel {
              width: 310px; }
            .content .register_box .reg_info .form_box ul li input.code {
              width: 157px;
              margin-right: 10px; }
            .content .register_box .reg_info .form_box ul li input.province, .content .register_box .reg_info .form_box ul li input.city {
              width: 50px;
              height: 25px;
              line-height: 25px;
              padding: 0; }
            .content .register_box .reg_info .form_box ul li input.haiwai {
              width: 90px;
              height: 25px;
              line-height: 25px; }
          .content .register_box .reg_info .form_box ul li .complexity {
            margin-left: 111px; }
            .content .register_box .reg_info .form_box ul li .complexity .box {
              float: left;
              width: 115px;
              height: 22px;
              text-align: center;
              line-height: 22px;
              color: #fff;
              margin-right: 10px;
              border-radius: 6px;
              font-size: 14px; }
              .content .register_box .reg_info .form_box ul li .complexity .box:last-child {
                margin-right: 0; }
              .content .register_box .reg_info .form_box ul li .complexity .box.one {
                background: #C10001; }
              .content .register_box .reg_info .form_box ul li .complexity .box.two {
                background: #8064A1; }
              .content .register_box .reg_info .form_box ul li .complexity .box.three {
                background: #007635; }
          .content .register_box .reg_info .form_box ul li .sp {
            display: inline-block;
            margin-left: 10px; }
          .content .register_box .reg_info .form_box ul li .tip {
            font-size: 12px;
            display: none;
            position: absolute;
            left: 400px;
            top: 0; }
            .content .register_box .reg_info .form_box ul li .tip b {
              font-size: 12px !important;
              font-weight: normal !important;
              margin: 0 !important;
              display: inline !important;
              vertical-align: initial !important; }
            .content .register_box .reg_info .form_box ul li .tip#telTip {
              left: 360px; }
            .content .register_box .reg_info .form_box ul li .tip#passwordTip {
              left: 290px;
              top: 3px; }
            .content .register_box .reg_info .form_box ul li .tip#nameTip {
              left: 310px; }
          .content .register_box .reg_info .form_box ul li b {
            font-size: 24px;
            font-weight: bold;
            display: inline-block;
            vertical-align: sub;
            margin: 0 10px; }
          .content .register_box .reg_info .form_box ul li #tel_code {
            width: 213px; }
          .content .register_box .reg_info .form_box ul li .show_password_type {
            display: block;
            width: 20px;
            height: 20px;
            background: url("../images/eye.png") no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 475px;
            top: 7px;
            opacity: 0.8;
            cursor: pointer; }
            .content .register_box .reg_info .form_box ul li .show_password_type.off {
              background: url("../images/eye-off.png") no-repeat;
              background-size: 100% 100%; }
          .content .register_box .reg_info .form_box ul li .togglePassword {
            height: 24px;
            position: relative;
            left: -44px;
            top: 8px; }
            .content .register_box .reg_info .form_box ul li .togglePassword.off {
              display: none; }
        .content .register_box .reg_info .form_box .note {
          margin-top: 35px;
          font-size: 16px;
          font-size: 12px;
          color: #5D5D5F;
          padding-left: 160px; }
          .content .register_box .reg_info .form_box .note a {
            font-size: 16px;
            color: #1F497D; }
            .content .register_box .reg_info .form_box .note a:hover {
              color: #23395E; }
          .content .register_box .reg_info .form_box .note#agreeUserAgreement {
            /* ����9�޸�һ������ʾ���֡��ύ����Ϊͬ�⡶�û�Э�顷�����ֺţ���С1��2���أ�ʹ֮���¶Գ� */
            font-size: 14px; }
            .content .register_box .reg_info .form_box .note#agreeUserAgreement a {
              font-size: 14px; }
    .content .register_box .tc_btn {
      position: absolute;
      right: 100px;
      top: 60px; }
      .content .register_box .tc_btn a {
        font-size: 16px;
        color: #414141;
        letter-spacing: 3px; }
        .content .register_box .tc_btn a .icon {
          width: 18px;
          height: 18px;
          background: url("../images/icon_kl.png") no-repeat;
          background-size: 100% 100%;
          display: inline-block;
          margin-right: 5px;
          vertical-align: text-top; }
        .content .register_box .tc_btn a.tucao {
          margin: 0 20px; }
        .content .register_box .tc_btn a:hover {
          color: #ff3300; }
          .content .register_box .tc_btn a:hover .icon {
            background: url("../images/icon_kl_a.png") no-repeat;
            background-size: 100% 100%; }
          .content .register_box .tc_btn a:hover.back {
            color: #1d75b3; }
    .content .register_box .tel_code {
      margin-top: 30px;
      text-align: center; }
      .content .register_box .tel_code label {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #5D5D5F; }
      .content .register_box .tel_code input {
        display: inline-block;
        vertical-align: middle;
        background: none;
        height: 32px;
        border: 1px solid #9DD5FF;
        border-radius: 6px;
        font-size: 12px;
        color: #7F7F7F;
        box-sizing: border-box;
        padding: 0 10px; }
        .content .register_box .tel_code input.tel_input {
          width: 150px; }
        .content .register_box .tel_code input.code_btn {
          width: 110px;
          cursor: pointer; }
    .content .register_box .btn {
      margin: 30px auto;
      width: 1152px; }
      .content .register_box .btn a {
        font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #D2ECFF;
        border: 1px solid #BBE2FF;
        font-size: 14px;
        color: #E06E00;
        margin: 0 auto; }
        .content .register_box .btn a.pay {
          width: 560px; }
        .content .register_box .btn a:hover {
          background: #C1E6FF; }
    .content .register_box .pay_box {
      width: 560px;
      margin: 10px auto; }
      .content .register_box .pay_box .icon {
        display: block;
        width: 40px;
        height: 40px;
        background: url("../images/icon_reg_end.png") no-repeat;
        background-size: 100% 100%;
        margin: 30px auto; }
      .content .register_box .pay_box p {
        text-align: center;
        font-size: 16px;
        color: #1d75b3; }
        .content .register_box .pay_box p.note {
          color: #333;
          margin-top: 10px; }
        .content .register_box .pay_box p span {
          font-size: 28px;
          color: #C10001;
          margin: 0 10px; }
      .content .register_box .pay_box .pay_input {
        margin-top: 30px;
        padding: 0 40px; }
        .content .register_box .pay_box .pay_input .box {
          float: left;
          width: 50%;
          text-align: center; }
          .content .register_box .pay_box .pay_input .box label {
            width: 160px;
            height: 60px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer; }
            .content .register_box .pay_box .pay_input .box label.alipay {
              background: url("../images/pay_alipay.png") no-repeat;
              background-size: 100% 100%; }
            .content .register_box .pay_box .pay_input .box label.wechat {
              background: url("../images/pay_wechatpay.png") no-repeat;
              background-size: 100% 100%; }
    .content .register_box .pay_btn {
      width: 220px;
      margin: 0 auto; }
      .content .register_box .pay_btn img {
        display: none;
        width: 220px;
        height: auto;
        cursor: pointer; }
    .content .register_box .tip {
      text-align: center;
      line-height: 35px; }
      .content .register_box .tip p {
        color: #404040; }
    .content .register_box .success {
      width: 550px;
      margin: 30px auto;
      font-size: 16px; }
      .content .register_box .success i.icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url("../images/icon_reg_end.png") no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 10px; }
        .content .register_box .success i.icon.none {
          background: none; }
      .content .register_box .success p {
        color: #E06E00;
        font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
        /* 20200709 16:35 ֧���ɹ���֧��ʧ��ҳ���ɹ�ͼ����ʧ��ͼ���Աߵڶ���������3.1�ַ� */ }
        .content .register_box .success p.thanks, .content .register_box .success p.tryOtherPayType {
          text-indent: 3.1em; }
      .content .register_box .success .date {
        margin-top: 20px;
        color: #007632; }
        .content .register_box .success .date p {
          color: #404040;
          line-height: 50px;
          font-size: 18px; }
          .content .register_box .success .date p span {
            color: #007632; }
      .content .register_box .success .tip {
        margin-top: 20px;
        min-width: 800px; }
        .content .register_box .success .tip p {
          color: #404040;
          line-height: 35px; }
      .content .register_box .success .btn_box {
        padding-left: 150px; }
      .content .register_box .success.error p {
        color: #1d75b3; }
      .content .register_box .success.error i.icon {
        background: url("../images/close_1.png") no-repeat;
        background-size: 100% 100%; }
  .content.word_all {
    margin-top: 225px; }
    .content.word_all .comment_title .right a, .content.word_all .count .right a {
      margin-left: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }
      .content.word_all .comment_title .right a:hover, .content.word_all .comment_title .right a.active, .content.word_all .count .right a:hover, .content.word_all .count .right a.active {
        background: #3A6EA5;
        color: #fff; }
    .content.word_all .comment_title .right.zz_all a, .content.word_all .count .right.zz_all a {
      margin-left: 10px;
      display: inline-block;
      width: 55px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      cursor: pointer; }
      .content.word_all .comment_title .right.zz_all a:hover, .content.word_all .count .right.zz_all a:hover {
        background: #3A6EA5;
        color: #fff; }
    .content.word_all .count a {
      margin: 0 2px; }
    .content.word_all .list ul li {
      width: 100%;
      background: #E6F5FF;
      border: 1px solid #C1E5FF;
      margin: 10px 0;
      box-sizing: border-box;
      padding: 15px 25px;
      height: auto; }
      .content.word_all .list ul li .box {
        float: left;
        position: relative;
        width: 106px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
        margin-bottom: 8px; }
        .content.word_all .list ul li .box a.show_word {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 16px;
          color: #3A6EA5;
          border-radius: 4px; }
          .content.word_all .list ul li .box a.show_word:hover, .content.word_all .list ul li .box a.show_word.active {
            color: #fff;
            background: #3A6EA5; }
        .content.word_all .list ul li .box .word_show {
          display: none;
          width: 590px;
          position: absolute;
          left: 0;
          top: 33px;
          z-index: 99;
          box-sizing: border-box;
          border: 4px solid #3A6EA5;
          background: #CDEBFF; }
          .content.word_all .list ul li .box .word_show .title {
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #3A6EA5;
            font-size: 12px;
            color: #B1B5BC;
            position: relative;
            cursor: pointer; }
            .content.word_all .list ul li .box .word_show .title p {
              position: absolute;
              left: 10px;
              font-size: 14px; }
            .content.word_all .list ul li .box .word_show .title .close {
              display: block;
              width: 10px;
              height: 10px;
              background: url("../images/dialog_close.png") no-repeat;
              position: absolute;
              right: 10px;
              top: 15px; }
          .content.word_all .list ul li .box .word_show .info {
            text-align: left;
            padding: 15px 20px; }
            .content.word_all .list ul li .box .word_show .info .box_list {
              border-bottom: 1px solid #F2F2F2; }
              .content.word_all .list ul li .box .word_show .info .box_list .main {
                padding: 5px 0;
                border-bottom: 1px solid #9FD8FF; }
                .content.word_all .list ul li .box .word_show .info .box_list .main label {
                  display: block;
                  float: left;
                  color: #3C80BD;
                  width: 55px;
                  font-size: 14px; }
                .content.word_all .list ul li .box .word_show .info .box_list .main .aaa {
                  width: 485px;
                  display: block;
                  float: left; }
                  .content.word_all .list ul li .box .word_show .info .box_list .main .aaa a {
                    display: inline-block;
                    width: 30px;
                    height: 20px;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: center;
                    vertical-align: middle;
                    color: #404040; }
                    .content.word_all .list ul li .box .word_show .info .box_list .main .aaa a:hover {
                      background: #3A6EA5;
                      color: #fff; }
              .content.word_all .list ul li .box .word_show .info .box_list:last-child {
                border: none; }
                .content.word_all .list ul li .box .word_show .info .box_list:last-child .main {
                  border: none; }
        .content.word_all .list ul li .box:nth-child(10n) .word_show, .content.word_all .list ul li .box:nth-child(10n - 1) .word_show, .content.word_all .list ul li .box:nth-child(10n - 2) .word_show {
          left: auto;
          right: 0; }
  .content .zz_list .list_tip {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
    line-height: 30px;
    background: #C1E5FF;
    margin-bottom: 10px; }
  .content .zz_list .box {
    margin: 5px 0;
    border: 1px solid #C1E5FF;
    background: #E6F5FF;
    padding: 10px 25px; }
    .content .zz_list .box .title {
      line-height: 32px;
      font-size: 15px;
      color: #3C80BD;
      border-bottom: 1px solid #FCFCFC; }
      .content .zz_list .box .title .info {
        letter-spacing: 7px;
        border-bottom: 1px solid #CBE1F2; }
        .content .zz_list .box .title .info span {
          font-size: 13px;
          color: #808080; }
    .content .zz_list .box .main {
      padding-top: 10px; }
      .content .zz_list .box .main a {
        display: block;
        float: left;
        margin-right: 23px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #404040; }
        .content .zz_list .box .main a:nth-child(30n) {
          margin-right: 0; }
        .content .zz_list .box .main a.star1 {
          color: #C10001; }
        .content .zz_list .box .main a.star2 {
          color: #E7AF00; }
        .content .zz_list .box .main a.star3 {
          color: #8064A1; }
        .content .zz_list .box .main a.star4 {
          color: #4077B7; }
        .content .zz_list .box .main a.star5 {
          color: #00823A; }
  .content .bb_zz_all .box {
    border: 1px solid #C1E5FF;
    background: #E6F5FF;
    padding: 15px 25px; }
    .content .bb_zz_all .box .cont {
      margin-top: 20px;
      font-size: 16px; }
      .content .bb_zz_all .box .cont .fl {
        float: left; }
      .content .bb_zz_all .box .cont .cont-l {
        width: 140px;
        font-weight: 700;
        color: #3A6EA5;
        letter-spacing: 8px; }
      .content .bb_zz_all .box .cont .cont-r a {
        display: inline-block;
        width: 45px;
        text-align: center;
        color: #3A6EA5;
        margin-bottom: 15px;
        margin-right: 5px; }
        .content .bb_zz_all .box .cont .cont-r a:hover {
          color: #E06E00; }
      .content .bb_zz_all .box .cont.green .cont-l {
        color: #027031; }
      .content .bb_zz_all .box .cont.green .cont-r a {
        color: #027031; }
        .content .bb_zz_all .box .cont.green .cont-r a:hover {
          color: #E06E00; }
  .content .reward {
    padding-top: 10px; }
    .content .reward .box {
      float: left;
      position: relative;
      width: 40px;
      height: 30px;
      margin-right: 28px;
      margin-bottom: 20px; }
      .content .reward .box:nth-child(18n) {
        margin-right: 0; }
      .content .reward .box .show_box {
        z-index: 10;
        display: none;
        width: 150px;
        position: absolute;
        left: 0;
        top: 31px;
        border-radius: 4px;
        background: #3A6EA5;
        color: #fff;
        font-size: 12px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        letter-spacing: 0; }
      .content .reward .box a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 30px;
        border-radius: 6px;
        box-sizing: border-box; }
        .content .reward .box a.star1 {
          color: #C10001; }
        .content .reward .box a.star2 {
          color: #E7AF00; }
        .content .reward .box a.star3 {
          color: #8064A1; }
        .content .reward .box a.star4 {
          color: #4077B7; }
        .content .reward .box a.star5 {
          color: #00823A; }
        .content .reward .box a:hover {
          background: #3A6EA5;
          color: #fff; }
        .content .reward .box a.none.star1 {
          border: 1px solid #C10001; }
        .content .reward .box a.none.star2 {
          border: 1px solid #E7AF00; }
        .content .reward .box a.none.star3 {
          border: 1px solid #8064A1; }
        .content .reward .box a.none.star4 {
          border: 1px solid #4077B7; }
        .content .reward .box a.none.star5 {
          border: 1px solid #00823A; }
        .content .reward .box a:hover + .show_box {
          display: block; }
  .content .reward_box {
    margin-top: 10px;
    box-sizing: border-box;
    border: 5px solid #C1E5FF;
    background: #E6F5FF;
    padding: 10px 25px; }
    .content .reward_box .reward_rank .table {
      margin-top: 30px; }
      .content .reward_box .reward_rank .table table {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        border: 1px solid #C1E5FF; }
        .content .reward_box .reward_rank .table table thead {
          height: 54px;
          line-height: 54px;
          font-size: 14px;
          color: #3C6DA9;
          background: #DAF0FF; }
          .content .reward_box .reward_rank .table table thead th {
            font-weight: normal;
            padding-left: 20px; }
          .content .reward_box .reward_rank .table table thead a {
            color: #3C6DA9; }
            .content .reward_box .reward_rank .table table thead a span {
              color: #8B8A8A; }
            .content .reward_box .reward_rank .table table thead a.icon {
              display: inline-block;
              vertical-align: text-top; }
              .content .reward_box .reward_rank .table table thead a.icon img {
                display: block;
                width: 15px;
                height: auto; }
        .content .reward_box .reward_rank .table table tbody tr {
          line-height: 50px;
          background: #E6F5FF;
          color: #5D5D5F;
          border-bottom: 1px solid #ddd; }
          .content .reward_box .reward_rank .table table tbody tr td {
            padding-left: 20px; }
          .content .reward_box .reward_rank .table table tbody tr.list {
            border-top: 1px solid #C1E5FF;
            background: #E6F5FF; }
          .content .reward_box .reward_rank .table table tbody tr a {
            color: #5D5D5F;
            cursor: pointer; }
            .content .reward_box .reward_rank .table table tbody tr a.add {
              color: #E06E00; }
            .content .reward_box .reward_rank .table table tbody tr a:hover {
              color: #23395E; }
        .content .reward_box .reward_rank .table table .list {
          display: none; }
        .content .reward_box .reward_rank .table table .num {
          color: #E06E00; }
      .content .reward_box .reward_rank .table .show_box {
        padding: 20px 30px; }
        .content .reward_box .reward_rank .table .show_box .sd_info {
          width: 100%;
          height: 158px;
          box-sizing: border-box;
          border: 1px solid #C1E6FF;
          background: #DDF1FF; }
          .content .reward_box .reward_rank .table .show_box .sd_info p {
            width: 100%;
            box-sizing: border-box;
            padding: 5px 0;
            line-height: 30px;
            font-size: 14px;
            color: #595959;
            text-align: left; }
        .content .reward_box .reward_rank .table .show_box .z_photo {
          width: 100%;
          height: 48px;
          clear: both; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg {
            float: left;
            width: 48px;
            height: 48px;
            margin-right: 10px;
            position: relative; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg img {
              width: 48px;
              height: 48px; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg .close {
              width: 10px;
              height: 10px;
              background: url("../images/close_1.png") no-repeat;
              background-size: 100% 100%;
              position: absolute;
              right: -5px;
              top: -5px;
              cursor: pointer; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file {
            box-sizing: border-box;
            width: 48px;
            height: 48px;
            background: url("../images/add_img.png") no-repeat;
            background-size: 100% 100%;
            float: left;
            margin-right: 10px;
            cursor: pointer; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_file:hover {
              background: url("../images/add_img_hover.png") no-repeat;
              background-size: 100% 100%; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file input::-webkit-file-upload-button {
            width: 48px;
            height: 48px;
            border: none;
            position: absolute;
            outline: 0;
            opacity: 0; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file input.file {
            cursor: pointer;
            display: block;
            width: auto;
            border: 0;
            vertical-align: middle; }
        .content .reward_box .reward_rank .table .show_box .btn {
          margin-top: 20px; }
          .content .reward_box .reward_rank .table .show_box .btn a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background: #D2ECFF;
            border: 1px solid #BBE2FF;
            font-size: 14px;
            color: #E06E00;
            margin: 0 auto; }
            .content .reward_box .reward_rank .table .show_box .btn a.pay {
              width: 560px; }
            .content .reward_box .reward_rank .table .show_box .btn a:hover {
              background: #C1E6FF; }
        .content .reward_box .reward_rank .table .show_box .done_title {
          text-align: left;
          color: #808080; }
          .content .reward_box .reward_rank .table .show_box .done_title .done_edit {
            float: right;
            font-size: 14px;
            color: #396096; }
            .content .reward_box .reward_rank .table .show_box .done_title .done_edit:hover {
              color: #E06E00; }
        .content .reward_box .reward_rank .table .show_box.done .sd_info {
          background: none;
          border: none; }
        .content .reward_box .reward_rank .table .show_box.done .z_addImg .close {
          display: none; }
        .content .reward_box .reward_rank .table .show_box.done .z_file {
          display: none; }
        .content .reward_box .reward_rank .table .show_box.done .btn {
          display: none; }
      .content .reward_box .reward_rank .table .dialog {
        display: none;
        position: fixed;
        width: 850px;
        height: 280px;
        border: 4px solid #3A6EA5;
        background: #CDEBFF;
        left: 50%;
        margin-left: -425px;
        top: 50%;
        margin-top: -140px; }
        .content .reward_box .reward_rank .table .dialog .title {
          box-sizing: border-box;
          padding-left: 30px;
          font-size: 14px;
          color: #B1B5BC;
          height: 40px;
          line-height: 40px;
          text-align: left;
          background: #3A6EA5; }
          .content .reward_box .reward_rank .table .dialog .title a {
            display: block;
            width: 12px;
            height: 12px;
            background: url("../images/dialog_close.png") no-repeat;
            background-size: 100% 100%;
            float: right;
            margin-right: 20px;
            margin-top: 12px; }
        .content .reward_box .reward_rank .table .dialog .top {
          width: 100%;
          box-sizing: border-box;
          padding: 0 30px;
          text-align: left;
          font-size: 12px;
          color: #7F7F7F; }
          .content .reward_box .reward_rank .table .dialog .top span {
            color: #866F42; }
        .content .reward_box .reward_rank .table .dialog .bottom {
          text-align: left;
          padding: 0 30px;
          line-height: 30px; }
    .content .reward_box .reward_rank .table {
      margin-top: 30px; }
      .content .reward_box .reward_rank .table table {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        border: 1px solid #C1E5FF; }
        .content .reward_box .reward_rank .table table thead {
          height: 54px;
          line-height: 54px;
          font-size: 14px;
          color: #3C6DA9; }
          .content .reward_box .reward_rank .table table thead th {
            font-weight: normal; }
          .content .reward_box .reward_rank .table table thead a {
            color: #3C6DA9; }
            .content .reward_box .reward_rank .table table thead a span {
              color: #8B8A8A; }
        .content .reward_box .reward_rank .table table tbody tr {
          line-height: 50px;
          background: #E6F5FF;
          color: #5D5D5F; }
          .content .reward_box .reward_rank .table table tbody tr .icon {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            width: 0;
            height: 0;
            border: 5px solid;
            border-color: #A6A6A6 transparent transparent; }
          .content .reward_box .reward_rank .table table tbody tr a {
            color: #5D5D5F;
            cursor: pointer; }
            .content .reward_box .reward_rank .table table tbody tr a.add {
              color: #E06E00; }
            .content .reward_box .reward_rank .table table tbody tr a.edit {
              color: #00823A; }
            .content .reward_box .reward_rank .table table tbody tr a:hover {
              color: #23395E; }
        .content .reward_box .reward_rank .table table .list {
          display: none; }
        .content .reward_box .reward_rank .table table .num {
          color: #E06E00; }
          .content .reward_box .reward_rank .table table .num a {
            color: #E06E00; }
            .content .reward_box .reward_rank .table table .num a:hover {
              color: #3C6DA9; }
      .content .reward_box .reward_rank .table .show_box {
        padding: 20px 30px; }
        .content .reward_box .reward_rank .table .show_box .sd_info {
          width: 100%;
          height: 158px;
          box-sizing: border-box;
          border: 1px solid #C1E6FF;
          background: #DDF1FF; }
          .content .reward_box .reward_rank .table .show_box .sd_info textarea {
            width: 100%;
            height: 70px;
            box-sizing: border-box;
            padding: 5px 10px;
            line-height: 30px;
            font-size: 14px;
            color: #595959;
            background: none;
            border: none; }
        .content .reward_box .reward_rank .table .show_box .z_photo {
          width: 100%;
          height: 48px;
          clear: both;
          padding: 0 10px; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg {
            float: left;
            width: 48px;
            height: 48px;
            margin-right: 10px;
            position: relative; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg img {
              width: 48px;
              height: 48px;
              cursor: pointer; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_addImg .close {
              width: 10px;
              height: 10px;
              background: url("../images/close_1.png") no-repeat;
              background-size: 100% 100%;
              position: absolute;
              right: -5px;
              top: -5px;
              cursor: pointer; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file {
            box-sizing: border-box;
            width: 48px;
            height: 48px;
            background: url("../images/add_img.png") no-repeat;
            background-size: 100% 100%;
            float: left;
            margin-right: 10px;
            cursor: pointer; }
            .content .reward_box .reward_rank .table .show_box .z_photo .z_file:hover {
              background: url("../images/add_img_hover.png") no-repeat;
              background-size: 100% 100%; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file input::-webkit-file-upload-button {
            width: 48px;
            height: 48px;
            border: none;
            position: absolute;
            outline: 0;
            opacity: 0; }
          .content .reward_box .reward_rank .table .show_box .z_photo .z_file input.file {
            cursor: pointer;
            display: block;
            width: auto;
            border: 0;
            vertical-align: middle; }
        .content .reward_box .reward_rank .table .show_box .btn {
          margin-top: 20px; }
          .content .reward_box .reward_rank .table .show_box .btn a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background: #D2ECFF;
            border: 1px solid #BBE2FF;
            font-size: 14px;
            color: #E06E00;
            margin: 0 auto; }
            .content .reward_box .reward_rank .table .show_box .btn a.pay {
              width: 560px; }
            .content .reward_box .reward_rank .table .show_box .btn a:hover {
              background: #C1E6FF; }
        .content .reward_box .reward_rank .table .show_box .done_title {
          text-align: left;
          color: #808080; }
          .content .reward_box .reward_rank .table .show_box .done_title .done_edit {
            float: right;
            font-size: 14px;
            color: #396096; }
            .content .reward_box .reward_rank .table .show_box .done_title .done_edit:hover {
              color: #E06E00; }
        .content .reward_box .reward_rank .table .show_box.done .sd_info {
          background: none;
          border: none; }
        .content .reward_box .reward_rank .table .show_box.done .z_addImg .close {
          display: none; }
        .content .reward_box .reward_rank .table .show_box.done .z_file {
          display: none; }
        .content .reward_box .reward_rank .table .show_box.done .btn {
          display: none; }
      .content .reward_box .reward_rank .table .dialog {
        display: none;
        position: fixed;
        width: 850px;
        height: 280px;
        border: 4px solid #3A6EA5;
        background: #CDEBFF;
        left: 50%;
        margin-left: -425px;
        top: 50%;
        margin-top: -140px; }
        .content .reward_box .reward_rank .table .dialog .title {
          box-sizing: border-box;
          padding-left: 30px;
          font-size: 14px;
          color: #B1B5BC;
          height: 40px;
          line-height: 40px;
          text-align: left;
          background: #3A6EA5; }
          .content .reward_box .reward_rank .table .dialog .title a {
            display: block;
            width: 12px;
            height: 12px;
            background: url("../images/dialog_close.png") no-repeat;
            background-size: 100% 100%;
            float: right;
            margin-right: 20px;
            margin-top: 12px; }
        .content .reward_box .reward_rank .table .dialog .top {
          width: 100%;
          box-sizing: border-box;
          padding: 0 30px;
          text-align: left;
          font-size: 12px;
          color: #7F7F7F; }
          .content .reward_box .reward_rank .table .dialog .top span {
            color: #866F42; }
        .content .reward_box .reward_rank .table .dialog .bottom {
          text-align: left;
          padding: 0 30px;
          line-height: 30px; }
  .content .smym {
    padding-bottom: 30px; }
    .content .smym .tip {
      width: 1000px;
      margin: 20px auto 0; }
    .content .smym .table {
      width: 1000px;
      margin: 20px auto 0;
      text-align: center; }
      .content .smym .table th {
        background: #cce9ff;
        height: 60px;
        line-height: 60px;
        min-width: 100px;
        color: #458bbd;
        font-size: 16px; }
      .content .smym .table tr {
        background: #e6f5ff;
        height: 60px;
        line-height: 30px;
        font-size: 14px; }
        .content .smym .table tr .name {
          font-family: Arial, SimSun, "Microsoft YaHei UI", sans-serif;
          font-size: 20px;
          font-weight: bold;
          color: #2f4f4f; }
          .content .smym .table tr .name img {
            max-width: 100px;
            height: auto; }
        .content .smym .table tr .name1 {
          font-size: 18px; }
        .content .smym .table tr img {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer; }
        .content .smym .table tr:nth-child(2n) {
          background: #d9f0ff; }
      .content .smym .table tbody tr td {
        padding: 20px 0; }
        .content .smym .table tbody tr td:nth-child(3) {
          text-align: left; }
    .content .smym .btn {
      width: 1000px;
      margin: 0 auto; }
      .content .smym .btn a {
        float: right;
        font-size: 13px;
        color: #9595b9;
        font-family: "Times New Roman",serif; }
        .content .smym .btn a:hover {
          color: #458bbd; }
  .content .tucao_dialog {
    display: none;
    position: fixed;
    width: 740px;
    height: 580px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -370px;
    top: 50%;
    margin-top: -290px;
    border: 3px solid #C1E5FF;
    padding: 15px 35px;
    background: #E6F5FF;
    z-index: 10;
    box-sizing: border-box; }
    .content .tucao_dialog .title {
      font-size: 16px;
      color: #414141;
      font-weight: bold; }
      .content .tucao_dialog .title a {
        float: right;
        font-size: 13px;
        color: #E06E00; }
        .content .tucao_dialog .title a:hover {
          color: #0A5995; }
    .content .tucao_dialog .tip {
      font-size: 14px;
      color: #0A5995;
      margin-top: 25px;
      font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif; }
    /*20201220 add start*/
    .content .tucao_dialog .tishi {
        font-size: 14px;
        color: #595959;
        margin-top: 17px;
        text-align: left;
        line-height: 28px;
        letter-spacing: 4px;
        font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
    }
    .content .tucao_dialog .tishi span {
        color: #E06E00;
    }
    /*20201220 add end*/
    .content .tucao_dialog ul {
      padding: 10px 0; }
      .content .tucao_dialog ul li {
        font-size: 16px;
        /* ����12�޸����������²����ֵ���ɫ���� #666666 �ĳ� #414141 */
        /* color: #666; */
        color: #414141;
        /* ���������֡���ʱ16�괴���������ֵ䡱����ȷʵ���ࡱ��˫������ʾ����ȷ��ȡ���̳���body�ĵ�һ����Arial */
        font-family: SimSun, "Microsoft YaHei UI",sans-serif;
        padding: 10px 0; }
        .content .tucao_dialog ul li input {
          display: inline-block;
          vertical-align: middle; }
        .content .tucao_dialog ul li label.active {
          color: red; }
    .content .tucao_dialog .textarea {
      width: 100%;
      height: 75px;
      font-size: 16px;
      line-height: 26px;
      padding: 10px;
      box-sizing: border-box;
      background: #E6F5FF;
      border: 1px solid #bbb;
      color: red; }
    .content .tucao_dialog .tucao_submit {
      font-family: SimSun, Arial, "Microsoft YaHei UI", sans-serif;
      display: block;
      box-sizing: border-box;
      width: 200px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      background: #D2ECFF;
      border: 1px solid #BBE2FF;
      font-size: 14px;
      color: red;
      margin: 20px auto 0; }
      .content .tucao_dialog .tucao_submit:hover {
        background: #C1E5FF; }

.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; }
  .footer.register {
    width: 1260px;
    margin: 10px auto;
    background: #3A6EA5; }
    .footer.register .nav a {
      color: #a3a3a3; }
      .footer.register .nav a:hover {
        color: #3A6EA5; }
    .footer.register .copyright {
      color: #969696; }

.liuyan a {
  font-size: 13px; }
  .liuyan a:hover {
    color: #23395E !important; }
  .liuyan a .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("../images/search_icon.png") no-repeat; }

.verify {
  margin-bottom: 10px !important; }

.verify-wrap {
  height: 35px; }
  .verify-wrap span {
    line-height: 35px !important; }
  .verify-wrap .dragProgress {
    height: 35px; }
  .verify-wrap .dragBtn {
    width: 42px;
    height: 35px; }

/* ���� 20200710 15:51�����´���Ϊ����ע����룬��ʱ���ϵ�����Բ㼶��ϵ��ȷ��λ�����ʵ��޸�λ�� */
/* ����15�޸��ߣ���Σ�������ɫ��#007632�����ֵ��ֺţ����ó�14����*/
#nowTime, #endTime {
  font-size: 18px; }

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