@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background: #FFF;
  overflow-y: auto; }

a {
  text-decoration: none;
  color: #666; }

a img {
  border: none; }

i, em {
  font-style: normal; }

input {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif; }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

input[placeholder] {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif;
  color: #EEE; }

textarea {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif; }

button {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif; }

::-webkit-input-placeholder {
  color: #D3D2D2 !important; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f0f0f0; }

::-webkit-scrollbar-thumb {
  background-color: #9D9D9D; }

::-webkit-scrollbar-track {
  background-color: #f0f0f0; }

::selection {
  background: #2DBBED;
  color: #FFF; }

::-moz-selection {
  background: #2DBBED;
  color: #FFF; }

.move-300 {
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.move-400 {
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ease-in-block {
  opacity: 0;
  transform: translateY(80px) scale(1);
  transition: transform 0.9s ease 0s, opacity 0.9s ease 0s; }

.ease-in-block-active {
  opacity: 1;
  transform: translateY(0) scale(1); }

.auto-height {
  padding-top: 1px; }

.index-page {
  width: 100%;
  height: 100%;
  min-height: 780px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); }
  .index-page .star-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10; }
  .index-page .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: none; }
    .index-page .bg img {
      display: block;
      width: 100%;
      height: 100%; }
  .index-page .earth {
    width: 1080px;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 50%;
    margin-top: -360px;
    display: block;
    transform: scale(1);
    z-index: 10;
    display: none; }
  .index-page .star {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8; }
  .index-page .index-nav {
    width: 100%;
    height: 76px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10; }
    .index-page .index-nav .nav {
      width: 1080px;
      height: 76px;
      padding: 15px 0px;
      margin: 0px auto; }
      .index-page .index-nav .nav .logo {
        float: left;
        height: 40px;
        margin-top: 3px; }
        .index-page .index-nav .nav .logo img {
          display: block;
          height: 100%; }
      .index-page .index-nav .nav .right {
        float: right; }
        .index-page .index-nav .nav .right .item {
          margin-top: 8px;
          float: left;
          height: 30px;
          line-height: 30px;
          margin-right: 36px; }
          .index-page .index-nav .nav .right .item .link {
            float: left;
            padding: 0px 20px;
            color: #FFF;
            font-size: 16px;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .index-page .index-nav .nav .right .item .link:hover {
              color: #2DBBED; }
          .index-page .index-nav .nav .right .item .cur {
            color: #2DBBED; }
        .index-page .index-nav .nav .right .opt {
          float: right;
          margin-top: 8px; }
          .index-page .index-nav .nav .right .opt .reg {
            float: left;
            width: 90px;
            height: 30px;
            line-height: 28px;
            color: #2DBBED;
            margin-right: 10px;
            text-align: center;
            border: solid 1px #2DBBED;
            border-image: -webkit-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -moz-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -ms-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -o-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .index-page .index-nav .nav .right .opt .reg:hover {
              background: #2DBBED;
              background: -webkit-linear-gradient(top right, #78C59F, #2DBBED);
              background: -moz-linear-gradient(top right, #78C59F, #2DBBED);
              background: -ms-linear-gradient(top right, #78C59F, #2DBBED);
              background: -o-linear-gradient(top right, #78C59F, #2DBBED);
              color: #FFF; }
          .index-page .index-nav .nav .right .opt .lg {
            float: left;
            width: 60px;
            height: 30px;
            line-height: 30px;
            color: #FFF;
            background: #2DBBED;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
            background: -webkit-linear-gradient(top right, #78C59F, #2DBBED);
            background: -moz-linear-gradient(top right, #78C59F, #2DBBED);
            background: -ms-linear-gradient(top right, #78C59F, #2DBBED);
            background: -o-linear-gradient(top right, #78C59F, #2DBBED);
            text-align: center; }
        .index-page .index-nav .nav .right .user {
          float: right;
          height: 30px;
          margin-top: 8px;
          position: relative; }
          .index-page .index-nav .nav .right .user .avator {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            overflow: hidden;
            float: left; }
            .index-page .index-nav .nav .right .user .avator img {
              display: block;
              width: 100%;
              height: 100%; }
          .index-page .index-nav .nav .right .user .name {
            float: left;
            margin-left: 12px;
            color: #FFF;
            max-width: 92px;
            height: 30px;
            line-height: 30px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            cursor: pointer; }
            .index-page .index-nav .nav .right .user .name:before {
              content: '\eb56';
              font-family: iconfont;
              color: #FFF;
              position: absolute;
              right: 0px; }
          .index-page .index-nav .nav .right .user .ot {
            width: 64px;
            height: 24px;
            border: solid 1px #FFF;
            text-align: center;
            line-height: 22px;
            color: #FFF;
            position: absolute;
            right: 4px;
            top: 30px;
            font-size: 12px;
            opacity: 0;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
          .index-page .index-nav .nav .right .user:hover .ot {
            opacity: 1; }
  .index-page .footer-wrap {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10; }
    .index-page .footer-wrap .footer {
      width: 1080px;
      height: 60px;
      padding: 22px 0px;
      margin: 0px auto;
      display: flex;
      justify-content: center; }
      .index-page .footer-wrap .footer .t {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        color: #999;
        padding: 0px 15px;
        border-right: solid 1px #494949;
        display: flex; }
        .index-page .footer-wrap .footer .t i {
          font-size: 24px;
          margin-right: 12px; }
        .index-page .footer-wrap .footer .t:last-child {
          border-right: none; }
  .index-page .content {
    width: 1080px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -540px;
    top: 50%;
    margin-top: -200px;
    z-index: 18; }
    .index-page .content .num-item {
      width: 725px;
      margin: 0px auto; }
      .index-page .content .num-item .num {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 55px; }
        .index-page .content .num-item .num:last-child {
          margin-right: 0px;
          float: right; }
        .index-page .content .num-item .num span {
          float: left;
          color: #2DBBED;
          font-size: 16px; }
        .index-page .content .num-item .num .num-box {
          float: left;
          margin: 0px 12px; }
          .index-page .content .num-item .num .num-box i {
            display: inline-block;
            width: 24px;
            height: 30px;
            text-align: center;
            line-height: 28px;
            border: solid 1px #2DBBED;
            border-image: -webkit-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -moz-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -ms-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            border-image: -o-linear-gradient(top right, #78C59F, #2DBBED) 1 1 stretch;
            background: #2DBBED;
            background: -webkit-linear-gradient(top right, rgba(120, 197, 159, 0.25), rgba(45, 187, 237, 0.25));
            background: -moz-linear-gradient(top right, rgba(120, 197, 159, 0.25), rgba(45, 187, 237, 0.25));
            background: -ms-linear-gradient(top right, rgba(120, 197, 159, 0.25), rgba(45, 187, 237, 0.25));
            background: -o-linear-gradient(top right, rgba(120, 197, 159, 0.25), rgba(45, 187, 237, 0.25));
            color: #FFF;
            font-size: 22px;
            overflow: hidden;
            position: relative; }
            .index-page .content .num-item .num .num-box i ul {
              width: 24px;
              position: absolute;
              left: 0px;
              top: 0px; }
              .index-page .content .num-item .num .num-box i ul li {
                width: 100%;
                height: 30px; }
    .index-page .content .search-content {
      width: 725px;
      height: 52px;
      background: #FFF;
      margin: 20px auto; }
      .index-page .content .search-content .left {
        width: 625px;
        float: left; }
        .index-page .content .search-content .left .select {
          float: left;
          width: 100px;
          height: 52px;
          position: relative; }
          .index-page .content .search-content .left .select .show {
            display: block;
            width: 100%;
            height: 52px;
            padding: 0px 22px;
            line-height: 52px;
            text-align: left;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px; }
            .index-page .content .search-content .left .select .show:before {
              content: '\e61a';
              font-family: iconfont;
              color: #666;
              position: absolute;
              right: 6px;
              top: 0px; }
          .index-page .content .search-content .left .select .select-opt {
            width: 100%;
            height: 180px;
            background: #FFF;
            padding: 5px;
            position: absolute;
            left: 0px;
            top: 52px;
            z-index: 99;
            overflow-y: auto;
            transform-origin: top left;
            transform: scaleY(0);
            -ms-transform: scaleY(0);
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .index-page .content .search-content .left .select .select-opt::-webkit-scrollbar {
              width: 5px;
              height: 5px;
              background-color: #f0f0f0; }
            .index-page .content .search-content .left .select .select-opt::-webkit-scrollbar-thumb {
              background-color: #2DBBED; }
            .index-page .content .search-content .left .select .select-opt::-webkit-scrollbar-track {
              background-color: #EEE; }
            .index-page .content .search-content .left .select .select-opt span {
              display: block;
              width: 100%;
              height: 28px;
              line-height: 28px;
              padding-left: 14px;
              cursor: pointer;
              color: #999;
              font-size: 12px; }
              .index-page .content .search-content .left .select .select-opt span:hover {
                color: #2DBBED; }
            .index-page .content .search-content .left .select .select-opt .active {
              color: #2DBBED; }
          .index-page .content .search-content .left .select .select-opt-active {
            transform: scaleY(1);
            -ms-transform: scaleY(1); }
        .index-page .content .search-content .left .textfield {
          width: 510px;
          height: 30px;
          line-height: 30px;
          margin-top: 11px;
          border: none;
          border-left: solid 1px #EEE;
          float: left;
          display: block;
          padding-left: 15px;
          outline: none; }
      .index-page .content .search-content .search-btn {
        float: right;
        width: 100px;
        height: 52px;
        text-align: center;
        color: #FFF;
        border: none;
        background: #2DBBED;
        font-size: 38px;
        outline: none;
        cursor: pointer;
        background: -webkit-linear-gradient(top right, #78C59F, #2DBBED);
        background: -moz-linear-gradient(top right, #78C59F, #2DBBED);
        background: -ms-linear-gradient(top right, #78C59F, #2DBBED);
        background: -o-linear-gradient(top right, #78C59F, #2DBBED); }
    .index-page .content .comb-item {
      width: 1050px;
      margin: 90px auto 0px;
      position: relative; }
      .index-page .content .comb-item .comb {
        position: absolute; }
        .index-page .content .comb-item .comb .a {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%; }
          .index-page .content .comb-item .comb .a .icon {
            width: 40px;
            height: 48px;
            margin: 34px auto 0px; }
          .index-page .content .comb-item .comb .a span {
            display: block;
            width: 100%;
            text-align: center;
            color: #FFF;
            font-size: 16px; }
        .index-page .content .comb-item .comb .b {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          opacity: 0;
          z-index: 9;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
          .index-page .content .comb-item .comb .b .bg {
            width: 100%;
            height: 100%;
            opacity: 1;
            display: block; }
          .index-page .content .comb-item .comb .b .con {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 9; }
            .index-page .content .comb-item .comb .b .con .more {
              display: block;
              width: 80px;
              height: 24px;
              text-align: center;
              line-height: 24px;
              color: #78C59F;
              background: #FFF;
              border-radius: 12px;
              margin: 36px auto 0px;
              font-size: 12px; }
            .index-page .content .comb-item .comb .b .con .t {
              width: 60px;
              text-align: center;
              color: #FFF;
              font-size: 12px;
              margin: 12px auto;
              cursor: default; }
        .index-page .content .comb-item .comb:hover .b {
          opacity: 1; }
        .index-page .content .comb-item .comb .comb-border {
          width: 134px; }
        .index-page .content .comb-item .comb:nth-child(1) {
          top: 0px;
          left: 0px; }
          .index-page .content .comb-item .comb:nth-child(1) .icon {
            width: 56px;
            height: 58px;
            margin: 24px auto 0px; }
        .index-page .content .comb-item .comb:nth-child(2) {
          top: 57px;
          left: 98px; }
          .index-page .content .comb-item .comb:nth-child(2) .icon {
            width: 50px;
            height: 58px;
            margin: 24px auto 0px; }
        .index-page .content .comb-item .comb:nth-child(3) {
          top: 0px;
          left: 196px; }
        .index-page .content .comb-item .comb:nth-child(4) {
          top: 57px;
          left: 294px; }
        .index-page .content .comb-item .comb:nth-child(5) {
          top: 0px;
          left: 392px; }
        .index-page .content .comb-item .comb:nth-child(6) {
          top: 57px;
          left: 490px; }
        .index-page .content .comb-item .comb:nth-child(7) {
          top: 0px;
          left: 588px; }
          .index-page .content .comb-item .comb:nth-child(7) .icon {
            width: 35px;
            height: 50px;
            margin: 34px auto 0px; }
        .index-page .content .comb-item .comb:nth-child(8) {
          top: 57px;
          left: 686px; }
        .index-page .content .comb-item .comb:nth-child(9) {
          top: 0px;
          left: 784px; }
        .index-page .content .comb-item .comb:nth-child(10) {
          top: 57px;
          left: 882px; }

.fix-nav {
  position: fixed;
  text-align: center;
  line-height: 45px;
  right: 0px;
  bottom: 100px;
  z-index: 999; }
  .fix-nav .nav {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    margin-top: 2px;
    font-size: 22px;
    border: solid 1px #2DBBED;
    color: #2DBBED;
    font-size: 28px; }
    .fix-nav .nav:hover {
      color: #FFF;
      background: #2DBBED; }
  .fix-nav .phone {
    position: relative; }
    .fix-nav .phone span {
      height: 45px;
      padding: 0px 16px;
      font-size: 14px;
      display: block;
      position: absolute;
      top: -1px;
      right: 44px;
      background: #292929;
      transform: scaleX(0);
      transform-origin: 100% 0%; }
    .fix-nav .phone:hover span {
      transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      transform: scaleX(1);
      background: #2DBBED; }
  .fix-nav .wx {
    position: relative; }
    .fix-nav .wx span {
      width: 85px;
      height: 85px;
      padding: 5px;
      font-size: 14px;
      display: block;
      position: absolute;
      top: -1px;
      right: 52px;
      background: #FFF;
      transform: scaleX(0);
      transform-origin: 100% 0%; }
      .fix-nav .wx span img {
        display: block;
        width: 100%;
        height: 100%; }
    .fix-nav .wx:hover span {
      transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      transform: scaleX(1);
      background: #FFF; }
  .fix-nav .top {
    margin-top: 10px; }

.top-nav-wrap {
  width: 100%;
  height: 40px;
  background: #FFF; }
  .top-nav-wrap .top-nav {
    width: 1080px;
    height: 40px;
    margin: 0px auto;
    font-size: 12px; }
    .top-nav-wrap .top-nav .hello {
      float: left;
      line-height: 40px;
      color: #666; }
      .top-nav-wrap .top-nav .hello .login {
        color: #666; }
        .top-nav-wrap .top-nav .hello .login:hover {
          color: #2DBBED;
          text-decoration: underline; }
      .top-nav-wrap .top-nav .hello .reg {
        color: #2DBBED;
        margin-left: 8px; }
        .top-nav-wrap .top-nav .hello .reg:hover {
          text-decoration: underline; }
    .top-nav-wrap .top-nav .n-item {
      float: left;
      line-height: 40px;
      margin-left: 15px; }
      .top-nav-wrap .top-nav .n-item .n {
        float: left;
        padding: 0px 12px;
        min-width: 52px;
        text-align: center; }
        .top-nav-wrap .top-nav .n-item .n:hover {
          color: #2DBBED; }
    .top-nav-wrap .top-nav .search-content {
      float: right;
      width: 260px;
      height: 27px;
      border: solid 1px #2DBBED;
      background: #FFF;
      margin-top: 6px; }
      .top-nav-wrap .top-nav .search-content .left {
        width: 215px;
        float: left; }
        .top-nav-wrap .top-nav .search-content .left .select {
          float: left;
          width: 56px;
          height: 25px;
          position: relative; }
          .top-nav-wrap .top-nav .search-content .left .select .show {
            display: block;
            width: 100%;
            height: 25px;
            padding: 0px 10px;
            line-height: 26px;
            text-align: left;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px; }
            .top-nav-wrap .top-nav .search-content .left .select .show:before {
              content: '\e61a';
              font-family: iconfont;
              color: #2DBBED;
              position: absolute;
              right: -3px;
              top: 0px; }
          .top-nav-wrap .top-nav .search-content .left .select .select-opt {
            width: 70px;
            background: #FFF;
            padding: 5px;
            position: absolute;
            left: -1px;
            top: 26px;
            z-index: 99;
            overflow-y: auto;
            transform-origin: top left;
            transform: scaleY(0);
            -ms-transform: scaleY(0);
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
            border: solid 1px #2DBBED; }
            .top-nav-wrap .top-nav .search-content .left .select .select-opt::-webkit-scrollbar {
              width: 5px;
              height: 5px;
              background-color: #f0f0f0; }
            .top-nav-wrap .top-nav .search-content .left .select .select-opt::-webkit-scrollbar-thumb {
              background-color: #2DBBED; }
            .top-nav-wrap .top-nav .search-content .left .select .select-opt::-webkit-scrollbar-track {
              background-color: #EEE; }
            .top-nav-wrap .top-nav .search-content .left .select .select-opt span {
              display: block;
              width: 100%;
              height: 21px;
              line-height: 21px;
              padding-left: 6px;
              cursor: pointer;
              color: #666;
              font-size: 12px; }
              .top-nav-wrap .top-nav .search-content .left .select .select-opt span:hover {
                color: #2DBBED; }
            .top-nav-wrap .top-nav .search-content .left .select .select-opt .active {
              color: #2DBBED; }
          .top-nav-wrap .top-nav .search-content .left .select .select-opt-active {
            transform: scaleY(1);
            -ms-transform: scaleY(1); }
        .top-nav-wrap .top-nav .search-content .left .textfield {
          width: 150px;
          height: 25px;
          line-height: 25px;
          padding-left: 10px;
          border: none;
          float: left;
          display: block;
          outline: none; }
      .top-nav-wrap .top-nav .search-content .search-btn {
        float: right;
        width: 40px;
        height: 26px;
        text-align: center;
        color: #FFF;
        border: none;
        background: #2DBBED;
        font-size: 24px;
        outline: none;
        cursor: pointer;
        background: #2DBBED; }

.main-nav-wrap {
  width: 100%;
  height: 78px;
  background: #313131; }
  .main-nav-wrap .main-nav {
    width: 1080px;
    height: 78px;
    margin: 0px auto; }
    .main-nav-wrap .main-nav .logo {
      display: block;
      float: left;
      height: 40px;
      margin-top: 19px; }
    .main-nav-wrap .main-nav .nav-item {
      float: right; }
      .main-nav-wrap .main-nav .nav-item .nav {
        float: left;
        width: 86px;
        height: 78px;
        border-left: solid 1px #404040;
        position: relative; }
        .main-nav-wrap .main-nav .nav-item .nav:before {
          display: block;
          position: absolute;
          left: 0px;
          bottom: 0px;
          content: '';
          width: 100%;
          height: 2px;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          transform: scaleX(0);
          -ms-transform: scaleX(0);
          background: -webkit-linear-gradient(top right, #78c59f, #2dbbed);
          background: -moz-linear-gradient(top right, #78c59f, #2dbbed);
          background: -ms-linear-gradient(top right, #78c59f, #2dbbed);
          background: -o-linear-gradient(top right, #78c59f, #2dbbed); }
        .main-nav-wrap .main-nav .nav-item .nav:last-child {
          border-right: solid 1px #404040; }
        .main-nav-wrap .main-nav .nav-item .nav .icon {
          width: 100%;
          height: 35px; }
          .main-nav-wrap .main-nav .nav-item .nav .icon svg {
            width: 25px;
            height: 25px;
            display: block;
            margin: 15px auto 0px; }
        .main-nav-wrap .main-nav .nav-item .nav span {
          display: block;
          text-align: center;
          color: #FFF;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .main-nav-wrap .main-nav .nav-item .nav:hover span {
          color: #2DBBED; }
        .main-nav-wrap .main-nav .nav-item .nav:hover:before {
          transform: scaleX(1);
          -ms-transform: scaleX(1); }
      .main-nav-wrap .main-nav .nav-item .cur:before {
        transform: scaleX(1);
        -ms-transform: scaleX(1); }
      .main-nav-wrap .main-nav .nav-item .cur span {
        color: #2DBBED; }

.hd-banner {
  width: 100%;
  height: 325px; }
  .hd-banner .swiper-slide {
    width: 100%;
    height: 325px; }
    .hd-banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%; }
  .hd-banner .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important; }
  .hd-banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #FFF !important; }

.hd-list-wrap {
  width: 1080px;
  margin: 18px auto;
  padding-top: 1px; }

.zj-list-wrap {
  width: 1080px;
  margin: 18px auto;
  padding-top: 1px; }
  .zj-list-wrap .zj-item {
    width: 110%;
    margin-top: 30px; }
    .zj-list-wrap .zj-item .box {
      display: block;
      width: 245px;
      height: 328px;
      position: relative;
      float: left;
      overflow: hidden;
      margin-right: 30px;
      margin-bottom: 38px; }
      .zj-list-wrap .zj-item .box .rz {
        width: 64px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        position: absolute;
        right: 0px;
        top: 25px;
        background: #2DBBED;
        background: -webkit-linear-gradient(top right, #78C59F, #2DBBED);
        border-radius: 13px 0px 0px 13px;
        font-size: 12px;
        color: #FFF;
        z-index: 999; }
        .zj-list-wrap .zj-item .box .rz i {
          width: 20px;
          font-size: 21px;
          float: left;
          margin-top: 2px;
          margin-left: 2px; }
      .zj-list-wrap .zj-item .box .cover {
        display: block;
        width: 100%;
        height: 100%; }
      .zj-list-wrap .zj-item .box:hover .list-cover {
        height: 130%;
        top: -30%;
        border-left: 245px solid rgba(0, 0, 0, 0.64); }
      .zj-list-wrap .zj-item .box:hover .zj-info {
        top: 15%; }
        .zj-list-wrap .zj-item .box:hover .zj-info .tag i {
          display: inline; }
        .zj-list-wrap .zj-item .box:hover .zj-info .desc {
          margin-top: 5px; }
          .zj-list-wrap .zj-item .box:hover .zj-info .desc i {
            display: inline; }
        .zj-list-wrap .zj-item .box:hover .zj-info .info {
          opacity: 1; }
      .zj-list-wrap .zj-item .box .list-cover {
        position: absolute;
        top: 60%;
        border-left: 245px solid #000;
        border-left: 245px solid rgba(0, 0, 0, 0.45);
        border-top: 45px solid transparent;
        height: 40%;
        transition: all 450ms ease; }
      .zj-list-wrap .zj-item .box .zj-info {
        position: absolute;
        width: 100%;
        height: 85%;
        padding: 50px 15px 24px;
        left: 0px;
        top: 58%;
        color: #FFF;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .zj-list-wrap .zj-item .box .zj-info h3 {
          width: 100%; }
          .zj-list-wrap .zj-item .box .zj-info h3 span {
            font-size: 20px;
            font-weight: normal; }
          .zj-list-wrap .zj-item .box .zj-info h3 i {
            margin-left: 5px;
            background: #2DBBED;
            font-size: 12px;
            height: 18px;
            line-height: 18px;
            padding: 0px 6px;
            font-weight: normal; }
        .zj-list-wrap .zj-item .box .zj-info .tag {
          font-size: 12px;
          height: 24px;
          line-height: 24px;
          margin-top: 12px; }
          .zj-list-wrap .zj-item .box .zj-info .tag i {
            display: none;
            font-size: 12px;
            margin-right: 6px; }
        .zj-list-wrap .zj-item .box .zj-info .desc {
          font-size: 12px;
          line-height: 1.8;
          margin-top: 30px; }
          .zj-list-wrap .zj-item .box .zj-info .desc i {
            display: none;
            font-size: 12px;
            margin-right: 6px; }
        .zj-list-wrap .zj-item .box .zj-info .info {
          font-size: 14px;
          line-height: 1.8;
          margin-top: 20px;
          opacity: 0;
          transition: all 600ms ease;
          word-break: break-all; }
          .zj-list-wrap .zj-item .box .zj-info .info:before {
            width: 12px;
            content: "\e63a";
            font-family: iconfont; }
          .zj-list-wrap .zj-item .box .zj-info .info:after {
            content: "\e638";
            font-family: iconfont;
            width: 12px; }

.hd-tab-row {
  width: 1080px;
  margin: 18px auto;
  position: relative; }
  .hd-tab-row .tab {
    width: 250px;
    margin: 0px auto; }
    .hd-tab-row .tab a {
      float: left;
      width: 125px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: #333;
      font-weight: bold;
      font-size: 18px; }
    .hd-tab-row .tab .cur {
      background: #2DBBED;
      color: #FFF;
      font-weight: normal; }
  .hd-tab-row .fabu {
    padding: 0px 10px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 3px;
    border: solid 1px #DDD;
    text-align: center;
    display: flex;
    color: #999;
    font-size: 14px;
    line-height: 28px; }
    .hd-tab-row .fabu i {
      font-size: 21px;
      margin-right: 4px; }

.qz-tab-row {
  width: 100%;
  margin: 18px auto; }
  .qz-tab-row .qz {
    float: left;
    width: 90px;
    height: 32px;
    background: #FAFAFA;
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-right: 18px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .qz-tab-row .qz i {
      font-size: 14px; }
    .qz-tab-row .qz:hover {
      background: #2DBBED;
      color: #FFF; }
  .qz-tab-row .cur {
    background: #2DBBED;
    color: #FFF; }

.wk-list {
  width: 100%; }
  .wk-list .box {
    width: 100%;
    padding: 30px 0px;
    border-bottom: solid 1px #EEE; }
    .wk-list .box .cover {
      width: 90px;
      height: 120px;
      float: left; }
      .wk-list .box .cover img {
        display: block;
        width: 100%;
        height: 100%; }
    .wk-list .box .detail {
      width: 660px;
      float: left;
      margin-left: 18px; }
      .wk-list .box .detail .title {
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px; }
        .wk-list .box .detail .title:hover {
          color: #2DBBED; }
      .wk-list .box .detail .desc {
        width: 100%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #818181;
        font-size: 12px;
        margin-top: 8px; }
      .wk-list .box .detail .other {
        width: 100%;
        margin-top: 28px; }
        .wk-list .box .detail .other .prop {
          float: left;
          padding: 0px 10px;
          height: 18px;
          line-height: 18px;
          border-right: solid 1px #EEE;
          color: #999;
          font-size: 12px;
          display: flex; }
          .wk-list .box .detail .other .prop .iconfont {
            font-size: 16px; }
          .wk-list .box .detail .other .prop:last-child {
            border-right: none; }
        .wk-list .box .detail .other .tag {
          color: #2DBBED;
          font-weight: bold;
          padding-left: 0px; }

.qz-search {
  width: 860px;
  height: 48px;
  border: solid 1px #2DBBED;
  margin: 40px auto; }
  .qz-search input {
    width: 760px;
    float: left;
    height: 46px;
    border: none;
    padding: 0px 24px;
    font-size: 16px;
    outline: none;
    color: #666; }
  .qz-search button {
    width: 85px;
    height: 47px;
    color: #FFF;
    cursor: pointer;
    float: right;
    border: none;
    background: #2DBBED;
    line-height: 47px;
    font-size: 32px;
    outline: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .qz-search button:hover {
      opacity: 0.8; }

.hd-filter {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: solid 2px #2DBBED; }
  .hd-filter .select {
    float: left;
    width: 98px;
    position: relative; }
    .hd-filter .select .show {
      padding-left: 4px;
      float: left;
      position: relative;
      max-width: 98px;
      cursor: pointer; }
      .hd-filter .select .show:before {
        content: '\e61a';
        font-family: iconfont;
        color: #666;
        position: absolute;
        right: -18px;
        top: 0px; }
    .hd-filter .select .ks-overlay {
      position: absolute;
      left: 0px;
      top: 50px;
      border: 1px solid #d2d2d2;
      background-color: #fff;
      font-size: 12px;
      z-index: 99;
      display: none; }
      .hd-filter .select .ks-overlay .mui_addr_Close {
        background: url(//img.alicdn.com/tps/i1/T1U6rrXlNqXXaZ_F7_-126-41.png) no-repeat -36px -29px;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 5px;
        cursor: pointer;
        overflow: hidden;
        text-indent: -3em;
        top: 5px; }
      .hd-filter .select .ks-overlay .mui_addr_zxCity {
        padding: 3px 10px 2px; }
      .hd-filter .select .ks-overlay .mui_addr_list li {
        float: left;
        cursor: pointer;
        width: 55px;
        margin: 12px 0 0;
        height: 16px;
        line-height: 16px; }
        .hd-filter .select .ks-overlay .mui_addr_list li a:hover {
          background: #2DBBED;
          color: #FFF; }
      .hd-filter .select .ks-overlay .mui_addr_selected {
        background-color: #2DBBED;
        color: #fff;
        text-decoration: none;
        position: relative; }
        .hd-filter .select .ks-overlay .mui_addr_selected s {
          border-color: #FFF #FFF #d2d2d2;
          border-style: solid;
          border-width: 0 5px 5px;
          display: block;
          position: absolute;
          bottom: -7px;
          left: 50%;
          margin-left: -5px;
          overflow: hidden;
          width: 0;
          height: 0; }
      .hd-filter .select .ks-overlay .mui_addr_list {
        list-style: none;
        margin: 0;
        padding: 0 0 10px 10px; }
      .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box {
        width: 350px;
        margin-top: 7px;
        height: auto;
        margin-left: -10px;
        display: none;
        background-color: #fafafa;
        border: 1px solid #d2d2d2;
        border-width: 1px 0;
        padding: 0 5px 5px; }
      .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box_cur {
        display: list-item;
        _display: block;
        _margin-left: -5px;
        clear: both; }
      .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box ul {
        margin: 0;
        padding: 0;
        list-style: none; }
  .hd-filter .f {
    float: left;
    width: 98px;
    text-align: center;
    font-size: 14px;
    color: #666; }
    .hd-filter .f:hover {
      color: #2DBBED; }
  .hd-filter .cur-f {
    color: #2DBBED;
    font-weight: bold; }

.zpj-list-wrap {
  width: 1080px;
  margin: 0px auto; }
  .zpj-list-wrap .zpj-list-item {
    width: 110%;
    margin-top: 40px; }
    .zpj-list-wrap .zpj-list-item .box {
      width: 250px;
      margin-bottom: 40px;
      margin-right: 25px;
      float: left; }
      .zpj-list-wrap .zpj-list-item .box:hover .title .text {
        color: #2DBBED; }
      .zpj-list-wrap .zpj-list-item .box .cover {
        width: 100%;
        height: 155px;
        position: relative;
        overflow: hidden;
        display: block; }
        .zpj-list-wrap .zpj-list-item .box .cover:hover .img {
          transform: scale(1.1);
          -ms-transform: scale(1.1); }
        .zpj-list-wrap .zpj-list-item .box .cover .img {
          display: block;
          width: 100%;
          height: 100%;
          transition: all 1s ease; }
        .zpj-list-wrap .zpj-list-item .box .cover .info {
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 28px;
          line-height: 28px;
          color: #FFF;
          background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
          .zpj-list-wrap .zpj-list-item .box .cover .info .v {
            float: right;
            color: #FFF;
            font-size: 12px;
            margin-right: 12px; }
            .zpj-list-wrap .zpj-list-item .box .cover .info .v span {
              float: left;
              display: flex;
              color: #FFF; }
              .zpj-list-wrap .zpj-list-item .box .cover .info .v span i {
                color: #FFF;
                margin-right: 4px; }
            .zpj-list-wrap .zpj-list-item .box .cover .info .v em {
              color: #FFF;
              float: left;
              margin: 0px 6px; }
      .zpj-list-wrap .zpj-list-item .box .title {
        width: 100%;
        margin-top: 15px;
        display: block; }
        .zpj-list-wrap .zpj-list-item .box .title .text {
          width: 100%;
          height: 28px;
          line-height: 28px;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .zpj-list-wrap .zpj-list-item .box .b-info {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        margin-top: 6px; }
        .zpj-list-wrap .zpj-list-item .box .b-info span {
          float: left;
          color: #666; }
        .zpj-list-wrap .zpj-list-item .box .b-info i {
          float: right;
          color: #2DBBED;
          padding: 0px 4px;
          height: 18px;
          border: solid 1px #2DBBED;
          line-height: 16px;
          margin-top: 4px; }

.hd-list-item {
  width: 110%;
  margin-top: 40px; }
  .hd-list-item .box {
    width: 250px;
    margin-bottom: 40px;
    margin-right: 25px;
    float: left; }
    .hd-list-item .box:hover .title .text {
      color: #2DBBED; }
    .hd-list-item .box .cover {
      width: 100%;
      height: 155px;
      position: relative;
      overflow: hidden;
      display: block; }
      .hd-list-item .box .cover:hover .img {
        transform: scale(1.1);
        -ms-transform: scale(1.1); }
      .hd-list-item .box .cover .img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 1s ease; }
      .hd-list-item .box .cover .info {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        color: #FFF;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
        .hd-list-item .box .cover .info i {
          float: left;
          margin-left: 6px;
          color: #FFF; }
        .hd-list-item .box .cover .info span {
          float: right;
          margin-right: 6px;
          color: #FFF; }
    .hd-list-item .box .title {
      width: 100%;
      margin-top: 15px;
      display: block; }
      .hd-list-item .box .title .text {
        float: left;
        width: 195px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .hd-list-item .box .title .status {
        float: right;
        width: 42px;
        height: 18px;
        border: solid 1px #2DBBED;
        color: #2DBBED;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        margin-top: 5px; }
      .hd-list-item .box .title .status-f {
        color: #666;
        border-color: #666; }
    .hd-list-item .box .info {
      width: 100%;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      margin-top: 2px; }
      .hd-list-item .box .info span {
        float: left;
        color: #666; }
      .hd-list-item .box .info i {
        float: right;
        color: #E40000; }
      .hd-list-item .box .info em {
        float: right;
        color: #666; }

.soft-list-item {
  width: 110%;
  margin-top: 40px; }
  .soft-list-item .box {
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
    margin-right: 25px;
    float: left;
    border: solid 1px #EEE;
    overflow: hidden;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .soft-list-item .box:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
    .soft-list-item .box .cover {
      width: 100%;
      height: 205px;
      overflow: hidden;
      cursor: pointer;
      display: block; }
      .soft-list-item .box .cover:hover .info i {
        color: #2DBBED; }
      .soft-list-item .box .cover .img {
        display: block;
        width: 72px;
        height: 72px;
        display: block;
        margin: 25px auto 15px; }
      .soft-list-item .box .cover .info {
        width: 100%;
        padding: 0px 15px;
        text-align: center; }
        .soft-list-item .box .cover .info i {
          display: block;
          font-size: 16px;
          color: #333; }
        .soft-list-item .box .cover .info span {
          font-size: 12px;
          color: #999;
          display: block;
          margin-top: 8px; }
        .soft-list-item .box .cover .info em {
          display: block;
          font-size: 12px;
          color: #999;
          margin-top: 12px; }
    .soft-list-item .box .hot {
      position: relative; }
      .soft-list-item .box .hot:before {
        display: block;
        content: 'HOT';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #FFC945;
        font-size: 14px;
        transform: rotate(45deg); }
    .soft-list-item .box .new {
      position: relative; }
      .soft-list-item .box .new:before {
        display: block;
        content: 'NEW';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #54D759;
        font-size: 14px;
        transform: rotate(45deg); }
    .soft-list-item .box .b {
      width: 100%;
      height: 45px;
      border-top: solid 1px #EEE;
      padding: 0px 20px; }
      .soft-list-item .box .b .l {
        float: left;
        line-height: 44px;
        color: #999;
        font-size: 12px;
        display: flex;
        cursor: pointer;
        user-select: none; }
        .soft-list-item .box .b .l i {
          float: left;
          margin-right: 4px;
          font-size: 20px; }
        .soft-list-item .box .b .l .icon-active {
          color: #2DBBED; }
          .soft-list-item .box .b .l .icon-active:before {
            content: '\e629'; }
      .soft-list-item .box .b a {
        float: right;
        width: 50px;
        height: 22px;
        border: solid 1px #EEE;
        border-radius: 3px;
        text-align: center;
        line-height: 20px;
        color: #999;
        font-size: 12px;
        margin-top: 10px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .soft-list-item .box .b a:hover {
          border: solid 1px #2DBBED;
          color: #2DBBED; }

.soft-list-item-sc {
  width: 110%;
  margin-top: 12px; }
  .soft-list-item-sc .box {
    width: 205px;
    height: 205px;
    margin-bottom: 30px;
    margin-right: 24px;
    float: left;
    position: relative;
    border: solid 1px #EEE;
    overflow: hidden;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .soft-list-item-sc .box .del {
      position: absolute;
      width: 42px;
      height: 20px;
      background: #B2B2B2;
      color: #FFF;
      text-align: center;
      line-height: 20px;
      display: block;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      right: -14px;
      top: -2px;
      display: none; }
    .soft-list-item-sc .box:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
      .soft-list-item-sc .box:hover .del {
        display: block; }
    .soft-list-item-sc .box .cover {
      width: 100%;
      height: 160px;
      overflow: hidden;
      display: block;
      cursor: pointer; }
      .soft-list-item-sc .box .cover:hover .info i {
        color: #2DBBED; }
      .soft-list-item-sc .box .cover .img {
        display: block;
        width: 60px;
        height: 60px;
        display: block;
        margin: 18px auto 12px; }
      .soft-list-item-sc .box .cover .info {
        width: 100%;
        padding: 0px 15px;
        text-align: center; }
        .soft-list-item-sc .box .cover .info i {
          display: block;
          font-size: 16px;
          color: #333; }
          .soft-list-item-sc .box .cover .info i:hover {
            color: #2DBBED; }
        .soft-list-item-sc .box .cover .info span {
          font-size: 12px;
          color: #999;
          display: block;
          margin-top: 4px; }
        .soft-list-item-sc .box .cover .info em {
          display: block;
          font-size: 12px;
          color: #999;
          margin-top: 4px; }
    .soft-list-item-sc .box .hot {
      position: relative; }
      .soft-list-item-sc .box .hot:before {
        display: block;
        content: 'HOT';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #FFC945;
        font-size: 14px;
        transform: rotate(45deg); }
    .soft-list-item-sc .box .new {
      position: relative; }
      .soft-list-item-sc .box .new:before {
        display: block;
        content: 'NEW';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #54D759;
        font-size: 14px;
        transform: rotate(45deg); }
    .soft-list-item-sc .box .b {
      width: 100%;
      height: 45px;
      border-top: solid 1px #EEE;
      padding: 0px 20px; }
      .soft-list-item-sc .box .b .l {
        float: left;
        line-height: 44px;
        color: #999;
        font-size: 12px;
        display: flex;
        cursor: pointer;
        user-select: none; }
        .soft-list-item-sc .box .b .l i {
          float: left;
          margin-right: 4px;
          font-size: 20px; }
        .soft-list-item-sc .box .b .l .icon-active {
          color: #2DBBED; }
          .soft-list-item-sc .box .b .l .icon-active:before {
            content: '\e629'; }
      .soft-list-item-sc .box .b a {
        float: right;
        width: 50px;
        height: 22px;
        border: solid 1px #EEE;
        border-radius: 3px;
        text-align: center;
        line-height: 20px;
        color: #999;
        font-size: 12px;
        margin-top: 10px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .soft-list-item-sc .box .b a:hover {
          border: solid 1px #2DBBED;
          color: #2DBBED; }

.md-list-item {
  width: 110%;
  margin-top: 40px; }
  .md-list-item .box {
    width: 250px;
    height: 290px;
    margin-bottom: 40px;
    margin-right: 25px;
    float: left;
    border: solid 1px #EEE;
    overflow: hidden;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .md-list-item .box:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
    .md-list-item .box .cover {
      width: 100%;
      height: 165px;
      overflow: hidden;
      cursor: pointer;
      display: block; }
      .md-list-item .box .cover .img {
        display: block;
        width: 100%;
        height: 165px;
        display: block; }
    .md-list-item .box .info {
      width: 100%;
      height: 76px;
      padding: 0px 15px;
      text-align: left;
      overflow: hidden;
      cursor: default; }
      .md-list-item .box .info a {
        display: block;
        font-size: 16px;
        color: #333;
        margin-top: 12px; }
        .md-list-item .box .info a:hover {
          color: #2DBBED; }
      .md-list-item .box .info span {
        margin-top: 4px;
        font-size: 12px;
        color: #999;
        display: block;
        margin-top: 12px; }
      .md-list-item .box .info em {
        display: block;
        font-size: 12px;
        color: #999;
        margin-top: 12px; }
    .md-list-item .box .hot {
      position: relative; }
      .md-list-item .box .hot:before {
        display: block;
        content: 'HOT';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #FFC945;
        font-size: 14px;
        transform: rotate(45deg); }
    .md-list-item .box .new {
      position: relative; }
      .md-list-item .box .new:before {
        display: block;
        content: 'NEW';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #54D759;
        font-size: 14px;
        transform: rotate(45deg); }
    .md-list-item .box .b {
      width: 100%;
      height: 45px;
      border-top: solid 1px #EEE;
      padding: 0px 20px; }
      .md-list-item .box .b .l {
        float: left;
        height: 18px;
        line-height: 18px;
        color: #999;
        font-size: 12px;
        display: flex;
        margin-top: 14px;
        padding-right: 22px;
        cursor: pointer;
        user-select: none; }
        .md-list-item .box .b .l i {
          float: left;
          margin-right: 4px;
          font-size: 20px; }
        .md-list-item .box .b .l .icon-active {
          color: #2DBBED; }
          .md-list-item .box .b .l .icon-active:before {
            content: '\e629'; }
        .md-list-item .box .b .l .icon-z-active {
          color: #2DBBED; }
          .md-list-item .box .b .l .icon-z-active:before {
            content: '\e611'; }
      .md-list-item .box .b .l-zan {
        border-right: solid 1px #EEE; }
      .md-list-item .box .b a {
        float: right;
        width: 50px;
        height: 22px;
        border: solid 1px #EEE;
        border-radius: 3px;
        text-align: center;
        line-height: 20px;
        color: #999;
        font-size: 12px;
        margin-top: 12px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .md-list-item .box .b a:hover {
          border: solid 1px #2DBBED;
          color: #2DBBED; }

.md-list-item-sc {
  width: 110%;
  margin-top: 12px; }
  .md-list-item-sc .box {
    width: 205px;
    margin-bottom: 30px;
    margin-right: 24px;
    height: 250px;
    float: left;
    border: solid 1px #EEE;
    overflow: hidden;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: relative; }
    .md-list-item-sc .box .del {
      position: absolute;
      width: 42px;
      height: 20px;
      background: #B2B2B2;
      color: #FFF;
      text-align: center;
      line-height: 20px;
      display: block;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      right: -14px;
      top: -2px;
      display: none; }
    .md-list-item-sc .box:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
      .md-list-item-sc .box:hover .del {
        display: block; }
    .md-list-item-sc .box .cover {
      width: 100%;
      height: 130px;
      overflow: hidden;
      display: block;
      cursor: pointer; }
      .md-list-item-sc .box .cover .img {
        display: block;
        width: 100%;
        height: 130px;
        display: block; }
    .md-list-item-sc .box .info {
      width: 100%;
      height: 70px;
      padding: 0px 15px;
      text-align: left;
      overflow: hidden;
      cursor: default; }
      .md-list-item-sc .box .info a {
        display: block;
        font-size: 16px;
        color: #333;
        margin-top: 12px; }
        .md-list-item-sc .box .info a:hover {
          color: #2DBBED; }
      .md-list-item-sc .box .info span {
        font-size: 12px;
        color: #999;
        display: block;
        margin-top: 6px; }
      .md-list-item-sc .box .info em {
        display: block;
        font-size: 12px;
        color: #999;
        margin-top: 12px; }
    .md-list-item-sc .box .hot {
      position: relative; }
      .md-list-item-sc .box .hot:before {
        display: block;
        content: 'HOT';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #FFC945;
        font-size: 14px;
        transform: rotate(45deg); }
    .md-list-item-sc .box .new {
      position: relative; }
      .md-list-item-sc .box .new:before {
        display: block;
        content: 'NEW';
        width: 60px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: #FFF;
        position: absolute;
        right: -15px;
        top: 6px;
        background: #54D759;
        font-size: 14px;
        transform: rotate(45deg); }
    .md-list-item-sc .box .b {
      width: 100%;
      height: 45px;
      border-top: solid 1px #EEE;
      padding: 0px 10px; }
      .md-list-item-sc .box .b .l {
        float: left;
        height: 18px;
        line-height: 18px;
        color: #999;
        font-size: 12px;
        display: flex;
        margin-top: 14px;
        padding-right: 12px;
        cursor: pointer;
        user-select: none; }
        .md-list-item-sc .box .b .l i {
          float: left;
          margin-right: 4px;
          font-size: 20px; }
        .md-list-item-sc .box .b .l .icon-active {
          color: #2DBBED; }
          .md-list-item-sc .box .b .l .icon-active:before {
            content: '\e629'; }
        .md-list-item-sc .box .b .l .icon-z-active {
          color: #2DBBED; }
          .md-list-item-sc .box .b .l .icon-z-active:before {
            content: '\e611'; }
      .md-list-item-sc .box .b .l-zan {
        border-right: solid 1px #EEE; }
      .md-list-item-sc .box .b a {
        float: right;
        width: 50px;
        height: 22px;
        border: solid 1px #EEE;
        border-radius: 3px;
        text-align: center;
        line-height: 20px;
        color: #999;
        font-size: 12px;
        margin-top: 12px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .md-list-item-sc .box .b a:hover {
          border: solid 1px #2DBBED;
          color: #2DBBED; }

.page-block-wrap {
  width: 100%;
  height: 52px;
  padding: 10px 0px;
  margin: 30px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-block-wrap .block-content {
    max-width: 1080px; }
    .page-block-wrap .block-content .page-item {
      float: left; }
      .page-block-wrap .block-content .page-item .page {
        display: block;
        padding: 0px 12px;
        height: 32px;
        line-height: 32px;
        border: solid 1px #E5E5E5;
        color: #9D9D9D;
        float: left;
        background: #FFF;
        margin-right: 6px; }
        .page-block-wrap .block-content .page-item .page:hover {
          color: #333;
          border: solid 1px #333; }
      .page-block-wrap .block-content .page-item .active {
        color: #333;
        border: solid 1px #333; }
      .page-block-wrap .block-content .page-item .ellipsis {
        width: 28px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #333;
        margin-right: 6px;
        float: left; }
    .page-block-wrap .block-content .page-action {
      width: 200px;
      float: left;
      margin-left: 40px; }
      .page-block-wrap .block-content .page-action .text {
        height: 32px;
        line-height: 32px;
        float: left; }
      .page-block-wrap .block-content .page-action .page-to {
        width: 60px;
        height: 32px;
        line-height: 30px;
        border: solid 1px #E5E5E5;
        outline: none;
        padding: 0px 6px;
        float: left;
        margin: 0px 6px;
        text-align: center; }
      .page-block-wrap .block-content .page-action .page-to-btn {
        width: 60px;
        line-height: 32px;
        height: 32px;
        color: #FFF;
        text-align: center;
        background: #333;
        outline: none;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        border: none;
        cursor: pointer;
        margin-left: 10px; }
        .page-block-wrap .block-content .page-action .page-to-btn:hover {
          opacity: 0.8; }

.footer-wrap {
  width: 100%;
  height: 60px;
  background: #333;
  margin-top: 80px; }
  .footer-wrap .footer {
    width: 1080px;
    height: 60px;
    padding: 22px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: center; }
    .footer-wrap .footer .t {
      display: inline-block;
      height: 16px;
      line-height: 16px;
      color: #999;
      padding: 0px 15px;
      border-right: solid 1px #494949;
      display: flex; }
      .footer-wrap .footer .t i {
        font-size: 24px;
        margin-right: 12px; }
      .footer-wrap .footer .t:last-child {
        border-right: none; }

.hd-detail-wrap {
  width: 1080px;
  margin: 18px auto;
  padding-top: 1px; }
  .hd-detail-wrap .d-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #818181; }
    .hd-detail-wrap .d-nav a:hover {
      color: #2DBBED; }
    .hd-detail-wrap .d-nav span {
      font-weight: bold; }
  .hd-detail-wrap .hd-intro {
    width: 100%; }
    .hd-detail-wrap .hd-intro .cover {
      float: left;
      width: 475px;
      height: 290px; }
      .hd-detail-wrap .hd-intro .cover img {
        display: block;
        width: 100%;
        height: 100%; }
    .hd-detail-wrap .hd-intro .right {
      width: 540px;
      float: right;
      height: 290px; }
      .hd-detail-wrap .hd-intro .right .title {
        width: 100%;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        color: #333; }
      .hd-detail-wrap .hd-intro .right .progress {
        width: 100%;
        height: 100px;
        margin-top: 25px; }
        .hd-detail-wrap .hd-intro .right .progress .a {
          width: 100%; }
          .hd-detail-wrap .hd-intro .right .progress .a span {
            float: left;
            color: #666;
            font-size: 14px; }
          .hd-detail-wrap .hd-intro .right .progress .a .count-down {
            float: right;
            color: #999; }
        .hd-detail-wrap .hd-intro .right .progress .bar {
          width: 100%;
          height: 12px;
          background: #EEE;
          border: solid 1px #E0E0E0;
          border-radius: 6px;
          margin-top: 10px;
          position: relative; }
          .hd-detail-wrap .hd-intro .right .progress .bar .cur {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 20%;
            height: 12px;
            border-radius: 6px;
            background: #2DBBED; }
          .hd-detail-wrap .hd-intro .right .progress .bar .cur-gq {
            background: #DDD; }
          .hd-detail-wrap .hd-intro .right .progress .bar .jd {
            position: absolute;
            top: 20px;
            width: 50px;
            text-align: center;
            color: #666;
            line-height: 20px;
            font-size: 12px; }
          .hd-detail-wrap .hd-intro .right .progress .bar .jd-y {
            color: #2DBBED; }
          .hd-detail-wrap .hd-intro .right .progress .bar .jd-line:before {
            content: '';
            width: 2px;
            height: 12px;
            background: #DCDCDC;
            display: block;
            position: absolute;
            top: -21px;
            left: 50%; }
      .hd-detail-wrap .hd-intro .right .prop {
        width: 100%;
        font-size: 14px;
        color: #999;
        margin-top: 15px; }
      .hd-detail-wrap .hd-intro .right .opt {
        width: 100%;
        margin-top: 30px; }
        .hd-detail-wrap .hd-intro .right .opt .bm {
          float: left;
          display: block;
          width: 170px;
          height: 42px;
          background: #2DBBED;
          color: #FFF;
          text-align: center;
          line-height: 42px; }
        .hd-detail-wrap .hd-intro .right .opt .bm-js {
          color: #666;
          background: #E5E5E5;
          cursor: not-allowed; }
        .hd-detail-wrap .hd-intro .right .opt .bm-ybm {
          color: #2DBBED;
          background: #E5E5E5;
          cursor: not-allowed; }
      .hd-detail-wrap .hd-intro .right .cz {
        float: left;
        margin-left: 15px;
        width: auto;
        height: 42px;
        border: solid 1px #2DBBED;
        padding: 10px 0px; }
        .hd-detail-wrap .hd-intro .right .cz .sc {
          float: left;
          color: #2DBBED;
          display: flex;
          padding: 0px 15px;
          height: 22px;
          line-height: 22px;
          border-right: solid 1px #2DBBED;
          font-size: 14px;
          cursor: pointer; }
          .hd-detail-wrap .hd-intro .right .cz .sc:last-child {
            border-right: none; }
          .hd-detail-wrap .hd-intro .right .cz .sc i {
            font-size: 24px;
            margin-right: 4px; }
        .hd-detail-wrap .hd-intro .right .cz .y-shoucang i:before {
          content: '\e629'; }
        .hd-detail-wrap .hd-intro .right .cz .y-zan i:before {
          content: '\e611'; }
      .hd-detail-wrap .hd-intro .right .share {
        float: right;
        margin-top: 20px;
        position: relative; }
        .hd-detail-wrap .hd-intro .right .share:hover .share-item {
          display: block; }
        .hd-detail-wrap .hd-intro .right .share:hover .t:before {
          transform: rotate(180deg); }
        .hd-detail-wrap .hd-intro .right .share .t {
          display: block;
          height: 25px;
          line-height: 25px;
          font-size: 12px;
          color: #999;
          padding-right: 15px;
          position: relative;
          cursor: pointer; }
          .hd-detail-wrap .hd-intro .right .share .t:before {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            font-family: iconfont;
            content: '\eb56'; }
        .hd-detail-wrap .hd-intro .right .share .share-item {
          width: 40px;
          border: solid 1px #EEE;
          background: #FFF;
          position: absolute;
          left: 0px;
          top: 25px;
          display: none; }
          .hd-detail-wrap .hd-intro .right .share .share-item a {
            display: block;
            text-align: center;
            height: 32px;
            line-height: 32px;
            color: #999;
            font-size: 20px; }
            .hd-detail-wrap .hd-intro .right .share .share-item a:hover {
              color: #2DBBED; }
          .hd-detail-wrap .hd-intro .right .share .share-item .wx:hover:before {
            content: '\e633'; }
          .hd-detail-wrap .hd-intro .right .share .share-item .qq:hover:before {
            content: '\e624'; }
          .hd-detail-wrap .hd-intro .right .share .share-item .wb:hover:before {
            content: '\e616'; }
          .hd-detail-wrap .hd-intro .right .share .share-item .kj:hover:before {
            content: '\e62d'; }
  .hd-detail-wrap .soft-intro {
    width: 100%;
    margin-top: 30px; }
    .hd-detail-wrap .soft-intro .cover {
      float: left;
      width: 375px;
      height: 224px; }
      .hd-detail-wrap .soft-intro .cover img {
        display: block;
        width: 100%;
        height: 100%; }
    .hd-detail-wrap .soft-intro .right {
      width: 640px;
      float: right; }
      .hd-detail-wrap .soft-intro .right .title {
        width: 100%;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        color: #333;
        margin-top: 18px;
        margin-bottom: 25px; }
      .hd-detail-wrap .soft-intro .right .prop {
        width: 100%;
        font-size: 14px;
        color: #999;
        margin-top: 15px; }
      .hd-detail-wrap .soft-intro .right .prop-b {
        color: #666; }
      .hd-detail-wrap .soft-intro .right .opt {
        width: 100%;
        margin-top: 16px; }
        .hd-detail-wrap .soft-intro .right .opt .sczan {
          float: left;
          height: 14px;
          line-height: 14px;
          padding-right: 18px;
          border-right: solid 1px #EEE;
          margin-right: 15px;
          margin-top: 5px;
          cursor: pointer;
          color: #999;
          font-size: 12px;
          display: flex; }
          .hd-detail-wrap .soft-intro .right .opt .sczan i {
            margin-right: 4px;
            font-size: 18px; }
        .hd-detail-wrap .soft-intro .right .opt .y-shoucang i {
          color: #2DBBED; }
          .hd-detail-wrap .soft-intro .right .opt .y-shoucang i:before {
            content: '\e629'; }
        .hd-detail-wrap .soft-intro .right .opt .y-zan i {
          color: #2DBBED; }
          .hd-detail-wrap .soft-intro .right .opt .y-zan i:before {
            content: '\e611'; }
        .hd-detail-wrap .soft-intro .right .opt .share {
          float: left;
          position: relative; }
          .hd-detail-wrap .soft-intro .right .opt .share:hover .share-item {
            display: block; }
          .hd-detail-wrap .soft-intro .right .opt .share:hover .t:before {
            transform: rotate(180deg); }
          .hd-detail-wrap .soft-intro .right .opt .share .t {
            display: block;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            color: #999;
            padding-right: 15px;
            position: relative;
            cursor: pointer; }
            .hd-detail-wrap .soft-intro .right .opt .share .t:before {
              display: block;
              position: absolute;
              right: 0px;
              top: 0px;
              font-family: iconfont;
              content: '\eb56'; }
          .hd-detail-wrap .soft-intro .right .opt .share .share-item {
            width: 40px;
            border: solid 1px #EEE;
            background: #FFF;
            position: absolute;
            left: 0px;
            top: 25px;
            display: none; }
            .hd-detail-wrap .soft-intro .right .opt .share .share-item a {
              display: block;
              text-align: center;
              height: 32px;
              line-height: 32px;
              color: #999;
              font-size: 20px; }
              .hd-detail-wrap .soft-intro .right .opt .share .share-item a:hover {
                color: #2DBBED; }
            .hd-detail-wrap .soft-intro .right .opt .share .share-item .wx:hover:before {
              content: '\e633'; }
            .hd-detail-wrap .soft-intro .right .opt .share .share-item .qq:hover:before {
              content: '\e624'; }
            .hd-detail-wrap .soft-intro .right .opt .share .share-item .wb:hover:before {
              content: '\e616'; }
            .hd-detail-wrap .soft-intro .right .opt .share .share-item .kj:hover:before {
              content: '\e62d'; }
      .hd-detail-wrap .soft-intro .right .btns {
        margin-top: 21px; }
        .hd-detail-wrap .soft-intro .right .btns a {
          display: block;
          float: left;
          padding: 0px 48px;
          height: 42px;
          background: #2DBBED;
          color: #FFF;
          text-align: center;
          line-height: 42px;
          margin-right: 20px; }
        .hd-detail-wrap .soft-intro .right .btns .b {
          background: #FFF;
          color: #2DBBED;
          border: solid 1px #2DBBED;
          line-height: 40px; }
  .hd-detail-wrap .hd-detail {
    width: 100%;
    margin-top: 50px; }
    .hd-detail-wrap .hd-detail .left {
      float: left;
      width: 765px; }
      .hd-detail-wrap .hd-detail .left .title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #999;
        border-bottom: solid 2px #2DBBED; }
        .hd-detail-wrap .hd-detail .left .title .cur {
          color: #2DBBED; }
        .hd-detail-wrap .hd-detail .left .title span {
          margin-right: 20px; }
        .hd-detail-wrap .hd-detail .left .title a {
          margin-right: 25px; }
          .hd-detail-wrap .hd-detail .left .title a:hover {
            color: #2DBBED; }
      .hd-detail-wrap .hd-detail .left .rich-text {
        width: 100%;
        padding: 25px 0px; }
        .hd-detail-wrap .hd-detail .left .rich-text p {
          font-size: 14px;
          color: #666;
          line-height: 24px;
          margin-top: 12px; }
      .hd-detail-wrap .hd-detail .left .hd-foot {
        width: 100%;
        border-top: solid 1px #EEE;
        padding-top: 25px;
        height: 24px;
        line-height: 24px; }
        .hd-detail-wrap .hd-detail .left .hd-foot .time {
          float: left;
          color: #999;
          font-size: 12px; }
        .hd-detail-wrap .hd-detail .left .hd-foot .down {
          float: left;
          margin-left: 20px;
          font-size: 14px;
          color: #666;
          display: flex; }
          .hd-detail-wrap .hd-detail .left .hd-foot .down:hover {
            color: #2DBBED; }
          .hd-detail-wrap .hd-detail .left .hd-foot .down i {
            margin-right: 4px;
            font-size: 24px; }
          .hd-detail-wrap .hd-detail .left .hd-foot .down span {
            text-decoration: underline; }
    .hd-detail-wrap .hd-detail .right {
      width: 260px;
      float: right; }
      .hd-detail-wrap .hd-detail .right .fqr .title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666; }
      .hd-detail-wrap .hd-detail .right .fqr .box {
        width: 100%;
        height: 75px;
        border: solid 1px #EEE; }
        .hd-detail-wrap .hd-detail .right .fqr .box .avator {
          float: left;
          width: 75px;
          height: 75px; }
          .hd-detail-wrap .hd-detail .right .fqr .box .avator img {
            display: block;
            width: 100%;
            height: 100%; }
        .hd-detail-wrap .hd-detail .right .fqr .box .info {
          float: left;
          width: 180px;
          padding: 0px 12px; }
          .hd-detail-wrap .hd-detail .right .fqr .box .info .n {
            width: 100%;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            font-size: 14px;
            color: #666;
            margin-top: 12px; }
          .hd-detail-wrap .hd-detail .right .fqr .box .info .d {
            width: 100%;
            height: 21px;
            line-height: 21px;
            color: #999;
            font-size: 12px;
            margin-top: 4px; }
      .hd-detail-wrap .hd-detail .right .ycj {
        width: 100%;
        margin-top: 25px; }
        .hd-detail-wrap .hd-detail .right .ycj .title {
          height: 40px;
          line-height: 40px;
          border-bottom: solid 1px #EEE; }
          .hd-detail-wrap .hd-detail .right .ycj .title span {
            float: left;
            font-size: 14px;
            color: #666; }
            .hd-detail-wrap .hd-detail .right .ycj .title span i {
              color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .ycj .title a {
            float: right;
            display: flex;
            font-size: 12px;
            color: #999; }
            .hd-detail-wrap .hd-detail .right .ycj .title a:hover {
              color: #2DBBED; }
            .hd-detail-wrap .hd-detail .right .ycj .title a i {
              font-size: 18px; }
      .hd-detail-wrap .hd-detail .right .jinsai {
        margin-top: 25px; }
        .hd-detail-wrap .hd-detail .right .jinsai .title {
          height: 40px;
          line-height: 40px;
          border-bottom: solid 1px #EEE; }
          .hd-detail-wrap .hd-detail .right .jinsai .title span {
            float: left;
            font-size: 14px;
            color: #666; }
            .hd-detail-wrap .hd-detail .right .jinsai .title span i {
              color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .jinsai .title a {
            float: right;
            display: flex;
            font-size: 12px;
            color: #999; }
            .hd-detail-wrap .hd-detail .right .jinsai .title a:hover {
              color: #2DBBED; }
            .hd-detail-wrap .hd-detail .right .jinsai .title a i {
              font-size: 18px; }
        .hd-detail-wrap .hd-detail .right .jinsai .item {
          width: 100%; }
          .hd-detail-wrap .hd-detail .right .jinsai .item .js-box {
            display: block;
            padding: 10px 0px;
            border-bottom: dashed 1px #EEE; }
            .hd-detail-wrap .hd-detail .right .jinsai .item .js-box:last-child {
              border-bottom: none; }
            .hd-detail-wrap .hd-detail .right .jinsai .item .js-box:hover .n {
              color: #2DBBED; }
            .hd-detail-wrap .hd-detail .right .jinsai .item .js-box .cover {
              float: left;
              width: 105px;
              height: 65px; }
            .hd-detail-wrap .hd-detail .right .jinsai .item .js-box .n {
              float: right;
              width: 145px;
              height: 65px;
              line-height: 32px;
              color: #999; }
      .hd-detail-wrap .hd-detail .right .xiazai .title {
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #EEE; }
        .hd-detail-wrap .hd-detail .right .xiazai .title span {
          float: left;
          font-size: 14px;
          color: #666; }
          .hd-detail-wrap .hd-detail .right .xiazai .title span i {
            color: #2DBBED; }
        .hd-detail-wrap .hd-detail .right .xiazai .title a {
          float: right;
          display: flex;
          font-size: 12px;
          color: #999; }
          .hd-detail-wrap .hd-detail .right .xiazai .title a:hover {
            color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .xiazai .title a i {
            font-size: 18px; }
      .hd-detail-wrap .hd-detail .right .xiazai .item {
        width: 100%; }
        .hd-detail-wrap .hd-detail .right .xiazai .item .js-box {
          display: block;
          padding: 18px 0px;
          border-bottom: dashed 1px #EEE; }
          .hd-detail-wrap .hd-detail .right .xiazai .item .js-box:hover .n {
            color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .xiazai .item .js-box .cover {
            float: left;
            width: 50px;
            height: 50px; }
          .hd-detail-wrap .hd-detail .right .xiazai .item .js-box .n {
            float: right;
            width: 200px;
            height: 50px;
            color: #999; }
            .hd-detail-wrap .hd-detail .right .xiazai .item .js-box .n .nm {
              font-size: 14px;
              color: #818181;
              height: 20px;
              line-height: 20px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-top: 4px; }
            .hd-detail-wrap .hd-detail .right .xiazai .item .js-box .n span {
              display: block;
              height: 20px;
              line-height: 20px;
              font-size: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-top: 2px; }
      .hd-detail-wrap .hd-detail .right .xiazai2 .title {
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #EEE; }
        .hd-detail-wrap .hd-detail .right .xiazai2 .title span {
          float: left;
          font-size: 14px;
          color: #666; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .title span i {
            color: #2DBBED; }
        .hd-detail-wrap .hd-detail .right .xiazai2 .title a {
          float: right;
          display: flex;
          font-size: 12px;
          color: #999; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .title a:hover {
            color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .title a i {
            font-size: 18px; }
      .hd-detail-wrap .hd-detail .right .xiazai2 .item {
        width: 100%; }
        .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box {
          display: block;
          padding: 18px 0px;
          border-bottom: dashed 1px #EEE; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box:hover .n {
            color: #2DBBED; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box .cover {
            float: left;
            width: 105px;
            height: 62px; }
          .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box .n {
            float: right;
            width: 145px;
            height: 62px;
            color: #999; }
            .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box .n .nm {
              font-size: 14px;
              color: #818181;
              height: 20px;
              line-height: 20px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-top: 6px; }
            .hd-detail-wrap .hd-detail .right .xiazai2 .item .js-box .n span {
              display: block;
              height: 20px;
              line-height: 20px;
              font-size: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-top: 8px; }
      .hd-detail-wrap .hd-detail .right .item-wrap {
        margin-top: 12px;
        width: 100%;
        height: 170px;
        overflow-y: auto;
        overflow-x: hidden; }
        .hd-detail-wrap .hd-detail .right .item-wrap::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          background-color: #f0f0f0; }
        .hd-detail-wrap .hd-detail .right .item-wrap::-webkit-scrollbar-thumb {
          background-color: #2DBBED; }
        .hd-detail-wrap .hd-detail .right .item-wrap::-webkit-scrollbar-track {
          background-color: #EEE; }
        .hd-detail-wrap .hd-detail .right .item-wrap .item {
          width: 110%; }
          .hd-detail-wrap .hd-detail .right .item-wrap .item .row {
            width: 100%; }
            .hd-detail-wrap .hd-detail .right .item-wrap .item .row .zu {
              float: left;
              margin: 8px 0px 4px;
              margin-right: 15px;
              width: 50px; }
              .hd-detail-wrap .hd-detail .right .item-wrap .item .row .zu span {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 12px;
                color: #666;
                margin-top: 12px; }
              .hd-detail-wrap .hd-detail .right .item-wrap .item .row .zu i {
                text-align: center;
                font-size: 12px;
                display: block;
                transform: scale(0.9);
                color: #999; }
          .hd-detail-wrap .hd-detail .right .item-wrap .item .user {
            float: left;
            margin: 8px 0px 4px;
            margin-right: 15px;
            width: 50px; }
            .hd-detail-wrap .hd-detail .right .item-wrap .item .user img {
              display: block;
              width: 50px;
              height: 50px; }
            .hd-detail-wrap .hd-detail .right .item-wrap .item .user span {
              display: block;
              width: 100%;
              text-align: center;
              overflow: hidden;
              height: 21px;
              line-height: 21px;
              margin-top: 6px; }

.hd-zp-item-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 18px; }
  .hd-zp-item-wrap .hd-zp-item {
    width: 110%; }
    .hd-zp-item-wrap .hd-zp-item .box {
      float: left;
      width: 240px;
      margin-bottom: 35px;
      margin-right: 24px; }
      .hd-zp-item-wrap .hd-zp-item .box:hover .t {
        color: #2DBBED; }
      .hd-zp-item-wrap .hd-zp-item .box:hover .author {
        color: #666; }
      .hd-zp-item-wrap .hd-zp-item .box .cover {
        display: block;
        width: 100%;
        height: 145px;
        position: relative;
        overflow: hidden; }
        .hd-zp-item-wrap .hd-zp-item .box .cover:hover img {
          transform: scale(1.1);
          -ms-transform: scale(1.1); }
        .hd-zp-item-wrap .hd-zp-item .box .cover .icon {
          width: 42px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          font-size: 12px;
          color: #FFF;
          position: absolute;
          right: 0px;
          top: 5px;
          display: block;
          z-index: 9;
          background: #2DBBED; }
        .hd-zp-item-wrap .hd-zp-item .box .cover img {
          transition: all 1s ease;
          display: block;
          width: 100%;
          height: 100%; }
      .hd-zp-item-wrap .hd-zp-item .box .t {
        display: block;
        width: 100%;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #333;
        margin-top: 15px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
      .hd-zp-item-wrap .hd-zp-item .box .author {
        width: 100%;
        font-size: 12px;
        color: #999;
        margin-top: 6px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.zhifu-wrap {
  width: 1080px;
  margin: 35px auto;
  padding-top: 1px; }
  .zhifu-wrap .zhifu-info {
    width: 100%; }
    .zhifu-wrap .zhifu-info .cover {
      width: 300px;
      height: 185px;
      float: left; }
      .zhifu-wrap .zhifu-info .cover img {
        display: block;
        width: 100%;
        height: 100%; }
    .zhifu-wrap .zhifu-info .right {
      float: right;
      width: 730px; }
      .zhifu-wrap .zhifu-info .right .title {
        width: 100%;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        color: #333;
        margin: 24px 0px 20px; }
      .zhifu-wrap .zhifu-info .right .prop {
        width: 100%;
        height: 28px;
        line-height: 28px;
        color: #999;
        margin-top: 6px; }
        .zhifu-wrap .zhifu-info .right .prop label {
          display: inline-block;
          width: 65px; }
  .zhifu-wrap .zb-zhifu-info .avatar-box {
    float: left;
    width: 80px;
    height: 100px; }
    .zhifu-wrap .zb-zhifu-info .avatar-box .avatar {
      width: 80px;
      height: 80px; }
    .zhifu-wrap .zb-zhifu-info .avatar-box span {
      display: block;
      text-align: center;
      font-size: 12px;
      color: #999;
      height: 20px;
      line-height: 20px; }
  .zhifu-wrap .zb-zhifu-info .r {
    width: 880px;
    height: 100px;
    padding-left: 30px;
    margin-left: 30px;
    float: left;
    border-left: solid 1px #EEE; }
    .zhifu-wrap .zb-zhifu-info .r .n {
      height: 34px;
      line-height: 34px;
      font-size: 20px; }
    .zhifu-wrap .zb-zhifu-info .r .sj {
      font-size: 14px;
      color: #666;
      height: 24px;
      line-height: 24px;
      margin-top: 12px; }
    .zhifu-wrap .zb-zhifu-info .r .fy {
      height: 21px;
      line-height: 21px;
      font-size: 12px;
      color: #999;
      margin-top: 12px; }
  .zhifu-wrap .form-info {
    width: 100%;
    margin-top: 40px; }
    .zhifu-wrap .form-info .title {
      width: 100%;
      height: 40px;
      line-height: 20px;
      padding: 10px 0px;
      font-size: 16px;
      color: #666;
      padding-left: 15px;
      position: relative; }
      .zhifu-wrap .form-info .title:before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background: #2DBBED;
        position: absolute;
        left: 0px;
        top: 10px; }
    .zhifu-wrap .form-info .input-item {
      width: 110%; }
      .zhifu-wrap .form-info .input-item input {
        display: block;
        width: 340px;
        height: 40px;
        border: solid 1px #EEE;
        line-height: 38px;
        padding: 0px 12px;
        float: left;
        margin-right: 30px;
        outline: none;
        margin-top: 12px; }
        .zhifu-wrap .form-info .input-item input:focus {
          border: solid 1px #2DBBED; }
    .zhifu-wrap .form-info .pay-way-item {
      width: 100%;
      margin-top: 22px; }
      .zhifu-wrap .form-info .pay-way-item .way {
        float: left;
        border: solid 1px #FFF;
        padding: 0px 22px;
        height: 60px;
        margin-right: 100px;
        cursor: pointer; }
        .zhifu-wrap .form-info .pay-way-item .way em {
          float: left;
          width: 24px;
          height: 60px;
          line-height: 60px;
          font-size: 32px;
          text-align: center;
          margin-top: 0px;
          margin-right: 6px;
          color: #DDD; }
        .zhifu-wrap .form-info .pay-way-item .way i {
          float: left;
          width: 60px;
          height: 60px;
          text-align: center;
          line-height: 60px;
          font-size: 40px; }
        .zhifu-wrap .form-info .pay-way-item .way .wx {
          color: #04AF10; }
        .zhifu-wrap .form-info .pay-way-item .way .zfb {
          color: #00AAEE; }
        .zhifu-wrap .form-info .pay-way-item .way span {
          float: left;
          height: 60px;
          line-height: 60px;
          margin-left: 12px;
          font-size: 14px; }
      .zhifu-wrap .form-info .pay-way-item .cur em {
        color: #2DBBED; }
    .zhifu-wrap .form-info .order-price {
      width: 100%;
      margin-top: 70px; }
      .zhifu-wrap .form-info .order-price .all-money {
        float: right;
        color: #333;
        font-size: 16px; }
        .zhifu-wrap .form-info .order-price .all-money span {
          font-size: 20px;
          color: #2DBBED; }
    .zhifu-wrap .form-info .submit-btn {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 70px; }
      .zhifu-wrap .form-info .submit-btn .submit {
        float: right;
        display: block;
        width: 160px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background: #2DBBED;
        color: #FFF;
        outline: none;
        border: none;
        cursor: pointer;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .zhifu-wrap .form-info .submit-btn .submit:hover {
          opacity: 0.8; }

@keyframes paying {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  70% {
    transform: rotate(180deg); }
  80% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
.pay-process {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999; }
  .pay-process .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3); }
  .pay-process .paying {
    display: none;
    width: 560px;
    height: 250px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -125px;
    padding: 35px;
    text-align: center; }
    .pay-process .paying .head {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 58px; }
      .pay-process .paying .head .close {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        float: right;
        font-size: 24px;
        color: #999;
        cursor: pointer; }
    .pay-process .paying .loading {
      width: 198px;
      margin: 0px auto;
      height: 60px;
      line-height: 60px;
      color: #2DBBED; }
      .pay-process .paying .loading i {
        display: block;
        font-size: 42px;
        width: 60px;
        text-align: center;
        height: 60px;
        float: left;
        animation: paying 5s infinite;
        -moz-animation: paying 5s infinite;
        -webkit-animation: paying 5s infinite;
        -o-animation: paying 5s infinite; }
      .pay-process .paying .loading span {
        display: block;
        font-size: 20px;
        height: 60px;
        float: left;
        margin-left: 8px; }
    .pay-process .paying .tip {
      font-size: 16px;
      height: 24px;
      line-height: 24px;
      color: #333;
      margin-top: 24px; }
    .pay-process .paying .do {
      width: 260px;
      margin: 30px auto 0px; }
      .pay-process .paying .do a {
        display: block;
        width: 120px;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
        color: #2DBBED;
        border: solid 1px #2DBBED;
        float: left; }
      .pay-process .paying .do .btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #FFF;
        font-size: 14px;
        margin-left: 16px;
        background: #2DBBED;
        text-decoration: none;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .pay-process .paying .do .btn:hover {
          opacity: 0.8; }
  .pay-process .wx-pay {
    display: none;
    width: 640px;
    height: 290px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -170px; }
    .pay-process .wx-pay .head {
      width: 100%;
      height: 58px; }
      .pay-process .wx-pay .head .close {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        float: right;
        font-size: 24px;
        color: #999;
        cursor: pointer; }
    .pay-process .wx-pay .content {
      padding: 0px 35px 0px 50px;
      width: 100%;
      height: 230px; }
      .pay-process .wx-pay .content .qrcode {
        width: 175px;
        height: 175px;
        float: left; }
        .pay-process .wx-pay .content .qrcode img {
          width: 100%;
          height: 100%; }
      .pay-process .wx-pay .content .detail {
        float: left;
        margin-left: 20px;
        width: 350px;
        height: 175px; }
        .pay-process .wx-pay .content .detail h3 {
          font-size: 22px;
          height: 26px;
          font-weight: normal; }
        .pay-process .wx-pay .content .detail .price {
          height: 21px;
          line-height: 21px;
          font-size: 14px;
          margin-top: 16px; }
          .pay-process .wx-pay .content .detail .price i {
            font-size: 16px;
            color: #2DBBED; }
        .pay-process .wx-pay .content .detail .tip {
          margin-top: 24px;
          color: #999;
          font-size: 12px; }
        .pay-process .wx-pay .content .detail .btn {
          display: block;
          width: 120px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          color: #FFF;
          font-size: 14px;
          margin-top: 15px;
          background: #2DBBED;
          text-decoration: none;
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
          .pay-process .wx-pay .content .detail .btn:hover {
            opacity: 0.8; }
  .pay-process .status {
    display: none;
    width: 300px;
    height: 190px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    text-align: center;
    padding: 28px;
    color: #333; }
    .pay-process .status .icon {
      width: 100%;
      height: 72px;
      font-size: 72px;
      color: #2DBBED; }
    .pay-process .status p {
      margin-top: 26px;
      font-size: 14px; }

/**********支付成功*********/
.paysuccess-block-wrap {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 125px; }
  .paysuccess-block-wrap .block-content {
    width: 1080px;
    margin: 0px auto;
    text-align: center; }
    .paysuccess-block-wrap .block-content .succes-icon {
      width: 100%;
      height: 100px;
      font-size: 90px;
      line-height: 100px;
      color: #333; }
    .paysuccess-block-wrap .block-content .tip-text {
      margin-top: 16px;
      margin-bottom: 6px;
      font-size: 18px;
      color: #333; }
    .paysuccess-block-wrap .block-content .link {
      font-size: 14px;
      color: #9D9D9D;
      height: 21px;
      line-height: 21px;
      margin: 12px 0px; }
      .paysuccess-block-wrap .block-content .link span {
        color: #333;
        margin: 0px 8px 0px 2px; }
    .paysuccess-block-wrap .block-content .down-load {
      font-size: 14px;
      color: #333; }
      .paysuccess-block-wrap .block-content .down-load a {
        text-decoration: underline;
        margin: 0px 4px; }

.all-member-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999; }
  .all-member-wrap .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3); }
  .all-member-wrap .all-member {
    width: 770px;
    height: 450px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -385px;
    margin-top: -225px; }
    .all-member-wrap .all-member .head {
      width: 100%;
      height: 58px;
      text-align: left;
      padding-left: 25px;
      border-bottom: solid 1px #EEE; }
      .all-member-wrap .all-member .head span {
        font-size: 16px;
        line-height: 58px; }
      .all-member-wrap .all-member .head .close {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        float: right;
        font-size: 24px;
        color: #999;
        cursor: pointer; }
    .all-member-wrap .all-member .d-content {
      padding: 20px 30px; }
    .all-member-wrap .all-member .item-wrap {
      margin-top: 12px;
      width: 100%;
      height: 330px;
      overflow-y: auto;
      overflow-x: hidden; }
      .all-member-wrap .all-member .item-wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #f0f0f0; }
      .all-member-wrap .all-member .item-wrap::-webkit-scrollbar-thumb {
        background-color: #2DBBED; }
      .all-member-wrap .all-member .item-wrap::-webkit-scrollbar-track {
        background-color: #EEE; }
      .all-member-wrap .all-member .item-wrap .item {
        width: 110%; }
        .all-member-wrap .all-member .item-wrap .item .row {
          width: 100%;
          margin-bottom: 25px; }
          .all-member-wrap .all-member .item-wrap .item .row .zu {
            float: left;
            margin: 8px 0px 4px;
            margin-right: 15px;
            width: 50px; }
            .all-member-wrap .all-member .item-wrap .item .row .zu span {
              display: block;
              width: 100%;
              text-align: center;
              font-size: 14px;
              color: #2DBBED;
              margin-top: 12px; }
            .all-member-wrap .all-member .item-wrap .item .row .zu i {
              text-align: center;
              font-size: 12px;
              display: block;
              color: #999;
              margin-top: 5px; }
          .all-member-wrap .all-member .item-wrap .item .row .u-item {
            width: 640px;
            float: left; }
        .all-member-wrap .all-member .item-wrap .item .user {
          float: left;
          margin: 8px 0px 4px;
          margin-right: 20px;
          width: 50px; }
          .all-member-wrap .all-member .item-wrap .item .user img {
            display: block;
            width: 50px;
            height: 50px; }
          .all-member-wrap .all-member .item-wrap .item .user span {
            display: block;
            width: 100%;
            text-align: center;
            overflow: hidden;
            height: 21px;
            line-height: 21px;
            margin-top: 6px; }

.bmcg-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999; }
  .bmcg-wrap .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3); }
  .bmcg-wrap .pager {
    width: 550px;
    height: 250px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -125px; }
    .bmcg-wrap .pager .head {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 58px;
      text-align: left;
      padding-left: 25px; }
      .bmcg-wrap .pager .head span {
        font-size: 16px;
        line-height: 58px; }
      .bmcg-wrap .pager .head .close {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        float: right;
        font-size: 24px;
        color: #999;
        cursor: pointer; }
    .bmcg-wrap .pager .d-content {
      padding: 40px 30px 20px; }
      .bmcg-wrap .pager .d-content .t {
        height: 50px;
        line-height: 50px;
        font-size: 26px;
        display: flex;
        color: #2DBBED;
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 12px; }
        .bmcg-wrap .pager .d-content .t i {
          font-size: 52px; }
      .bmcg-wrap .pager .d-content .t-2 {
        width: 100%;
        font-size: 14px;
        margin-top: 10px; }
        .bmcg-wrap .pager .d-content .t-2 a {
          color: #2DBBED;
          margin: 0px 3px; }
      .bmcg-wrap .pager .d-content .tip {
        width: 100%;
        margin-top: 18px;
        padding-top: 18px;
        border-top: dashed 1px #DDD;
        color: #999;
        font-size: 12px; }
        .bmcg-wrap .pager .d-content .tip label {
          width: 60px;
          float: left;
          line-height: 21px; }
        .bmcg-wrap .pager .d-content .tip .right {
          width: 425px;
          float: left; }
          .bmcg-wrap .pager .d-content .tip .right p {
            line-height: 21px; }

.bmcg-wrap-2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999; }
  .bmcg-wrap-2 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3); }
  .bmcg-wrap-2 .pager {
    width: 550px;
    height: 250px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -125px; }
    .bmcg-wrap-2 .pager .head {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 58px;
      text-align: left;
      padding-left: 25px; }
      .bmcg-wrap-2 .pager .head span {
        font-size: 16px;
        line-height: 58px; }
      .bmcg-wrap-2 .pager .head .close {
        width: 56px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        float: right;
        font-size: 24px;
        color: #999;
        cursor: pointer; }
    .bmcg-wrap-2 .pager .d-content {
      padding: 55px 60px 20px; }
      .bmcg-wrap-2 .pager .d-content .t {
        height: 50px;
        line-height: 50px;
        font-size: 26px;
        display: flex;
        color: #2DBBED;
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 32px; }
        .bmcg-wrap-2 .pager .d-content .t i {
          font-size: 52px; }
      .bmcg-wrap-2 .pager .d-content .t-2 {
        width: 100%;
        font-size: 14px;
        margin-top: 10px; }
        .bmcg-wrap-2 .pager .d-content .t-2 a {
          color: #2DBBED;
          margin: 0px 3px; }
      .bmcg-wrap-2 .pager .d-content .tip-2 {
        width: 100%;
        margin-top: 12px;
        color: #999;
        font-size: 12px; }

.wk-box-wrap {
  width: 1080px;
  margin: 40px auto; }
  .wk-box-wrap .left {
    width: 785px;
    float: left; }
    .wk-box-wrap .left .wk-banner {
      width: 100%;
      height: 330px; }
      .wk-box-wrap .left .wk-banner .swiper-slide {
        width: 100%;
        height: 330px; }
        .wk-box-wrap .left .wk-banner .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%; }
      .wk-box-wrap .left .wk-banner .swiper-pagination-bullet {
        background: white !important;
        opacity: 0.5 !important; }
      .wk-box-wrap .left .wk-banner .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #FFF !important; }
    .wk-box-wrap .left .wk-nav {
      margin-top: 50px;
      width: 100%;
      padding: 20px 0px;
      border: solid 1px #EEE; }
      .wk-box-wrap .left .wk-nav .wk-nav-i {
        float: left;
        width: 690px;
        overflow: hidden;
        height: 20px; }
        .wk-box-wrap .left .wk-nav .wk-nav-i .n {
          margin-bottom: 8px; }
      .wk-box-wrap .left .wk-nav .n {
        float: left;
        padding: 0px 15px;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 14px; }
        .wk-box-wrap .left .wk-nav .n i {
          color: #999;
          font-size: 12px;
          margin-left: 4px; }
        .wk-box-wrap .left .wk-nav .n:hover {
          color: #2DBBED; }
          .wk-box-wrap .left .wk-nav .n:hover i {
            color: #2DBBED; }
      .wk-box-wrap .left .wk-nav .n-cur {
        color: #2DBBED;
        font-weight: bold; }
      .wk-box-wrap .left .wk-nav .more {
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        float: right;
        margin-right: 15px;
        cursor: pointer;
        border: solid 1px #EEE;
        color: #999;
        margin-top: 1px; }
        .wk-box-wrap .left .wk-nav .more:hover {
          color: #2DBBED;
          border: solid 1px #2DBBED; }
    .wk-box-wrap .left .wk-filter {
      margin-top: 20px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      background: #FAFAFA; }
      .wk-box-wrap .left .wk-filter .f {
        float: left;
        padding: 0px 25px;
        color: #999; }
        .wk-box-wrap .left .wk-filter .f:hover {
          color: #2DBBED; }
        .wk-box-wrap .left .wk-filter .f .t {
          float: right;
          margin-top: 12px;
          margin-left: 4px; }
          .wk-box-wrap .left .wk-filter .f .t i {
            color: #999;
            display: block;
            height: 8px;
            line-height: 8px;
            font-size: 12px; }
        .wk-box-wrap .left .wk-filter .f .asc i:first-child {
          color: #2DBBED; }
        .wk-box-wrap .left .wk-filter .f .desc i:last-child {
          color: #2DBBED; }
      .wk-box-wrap .left .wk-filter .f-cur {
        color: #2DBBED; }
      .wk-box-wrap .left .wk-filter .all {
        float: right;
        margin-right: 25px;
        color: #999; }
        .wk-box-wrap .left .wk-filter .all i {
          color: #666;
          margin: 0px 4px; }
    .wk-box-wrap .left .wk-list {
      width: 100%; }
      .wk-box-wrap .left .wk-list .box {
        width: 100%;
        padding: 30px 0px;
        border-bottom: solid 1px #EEE; }
        .wk-box-wrap .left .wk-list .box .cover {
          width: 90px;
          height: 120px;
          float: left; }
          .wk-box-wrap .left .wk-list .box .cover img {
            display: block;
            width: 100%;
            height: 100%; }
        .wk-box-wrap .left .wk-list .box .detail {
          width: 660px;
          float: left;
          margin-left: 18px; }
          .wk-box-wrap .left .wk-list .box .detail .title {
            display: block;
            width: 100%;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 20px; }
            .wk-box-wrap .left .wk-list .box .detail .title:hover {
              color: #2DBBED; }
          .wk-box-wrap .left .wk-list .box .detail .desc {
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #818181;
            font-size: 12px;
            margin-top: 8px; }
          .wk-box-wrap .left .wk-list .box .detail .other {
            width: 100%;
            margin-top: 28px; }
            .wk-box-wrap .left .wk-list .box .detail .other .prop {
              float: left;
              padding: 0px 10px;
              height: 18px;
              line-height: 18px;
              border-right: solid 1px #EEE;
              color: #999;
              font-size: 12px;
              display: flex; }
              .wk-box-wrap .left .wk-list .box .detail .other .prop .iconfont {
                font-size: 16px; }
              .wk-box-wrap .left .wk-list .box .detail .other .prop:last-child {
                border-right: none; }
            .wk-box-wrap .left .wk-list .box .detail .other .tag {
              color: #2DBBED;
              font-weight: bold;
              padding-left: 0px; }
    .wk-box-wrap .left .d-nav {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      color: #818181; }
      .wk-box-wrap .left .d-nav a:hover {
        color: #2DBBED; }
      .wk-box-wrap .left .d-nav span {
        font-weight: bold; }
    .wk-box-wrap .left .pdf-detail-wrap {
      width: 100%; }
      .wk-box-wrap .left .pdf-detail-wrap .title {
        width: 100%;
        font-size: 24px;
        color: #333;
        line-height: 28px;
        margin-top: 12px; }
      .wk-box-wrap .left .pdf-detail-wrap .prop {
        position: relative;
        width: 100%;
        color: #999;
        margin-top: 18px; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .p {
          height: 18px;
          line-height: 18px;
          float: left;
          padding: 0px 12px;
          border-right: solid 1px #EEE;
          display: flex; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .p .iconfont {
            font-size: 20px;
            margin-right: 4px; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .p:first-child {
            padding-left: 0px; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .share-item {
          padding: 0px !important; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a {
            color: #999;
            padding: 0px 5px;
            font-size: 22px !important; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a:hover {
              color: #2DBBED; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a:nth-child(1):hover:before {
              content: '\e633'; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a:nth-child(2):hover:before {
              content: '\e624'; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a:nth-child(3):hover:before {
              content: '\e616'; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .share-item a:nth-child(4):hover:before {
              content: '\e62d'; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .sc {
          cursor: pointer; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .zan {
          cursor: pointer; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .down {
          margin-left: 20px;
          float: left;
          width: 40px;
          height: 22px;
          line-height: 20px;
          text-align: center;
          color: #2DBBED;
          border: solid 1px #2DBBED;
          margin-top: -2px;
          font-size: 12px; }
        .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu {
          width: 90px;
          position: absolute;
          right: 0px; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu:hover .show {
            color: #2DBBED; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu:hover .show em {
              color: #999;
              transform: rotate(180deg); }
          .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu:hover .area {
            display: block; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .show {
            font-size: 12px;
            color: #999;
            height: 28px;
            line-height: 18px;
            display: flex;
            cursor: pointer; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .show i {
              display: inline-block;
              font-size: 20px; }
            .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .show em {
              display: inline-block;
              height: 18px;
              font-size: 14px;
              margin-left: 4px; }
          .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .area {
            display: none;
            width: 235px;
            position: absolute;
            right: 0px;
            top: 18px;
            margin-top: 10px;
            padding: 14px;
            background: #FFF;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
            .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .area .t {
              overflow: hidden;
              font-size: 12px;
              margin: 0px 0px 6px; }
              .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .area .t label {
                float: left;
                color: #999; }
              .wk-box-wrap .left .pdf-detail-wrap .prop .xiaozu .area .t span {
                width: 140px;
                float: left; }
      .wk-box-wrap .left .pdf-detail-wrap .desc {
        width: 100%;
        margin: 25px 0px 50px; }
        .wk-box-wrap .left .pdf-detail-wrap .desc p {
          line-height: 27px;
          font-size: 14px;
          color: #666;
          margin-bottom: 8px; }
  .wk-box-wrap .right {
    width: 275px;
    float: right; }
    .wk-box-wrap .right .upload-box {
      width: 100%;
      height: 330px;
      border: solid 1px #EEE; }
      .wk-box-wrap .right .upload-box .upload-row {
        width: 100%;
        height: 115px;
        border-bottom: solid 1px #EEE;
        padding: 1px 16px; }
        .wk-box-wrap .right .upload-box .upload-row .upload-btn {
          width: 100%;
          height: 42px;
          line-height: 42px;
          background: #2DBBED;
          color: #FFF;
          text-align: center;
          justify-content: center;
          font-size: 18px;
          display: flex;
          margin-top: 18px; }
          .wk-box-wrap .right .upload-box .upload-row .upload-btn i {
            display: block;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            font-size: 34px;
            margin-right: 5px; }
        .wk-box-wrap .right .upload-box .upload-row .sl {
          width: 100%;
          height: 25px;
          line-height: 25px;
          display: flex;
          margin-top: 10px;
          justify-content: center; }
          .wk-box-wrap .right .upload-box .upload-row .sl span {
            font-size: 14px; }
          .wk-box-wrap .right .upload-box .upload-row .sl .num-box {
            margin: 0px 6px; }
            .wk-box-wrap .right .upload-box .upload-row .sl .num-box i {
              float: left;
              width: 11px;
              height: 25px;
              text-align: center;
              line-height: 25px;
              font-size: 16px;
              overflow: hidden;
              color: #666;
              position: relative; }
              .wk-box-wrap .right .upload-box .upload-row .sl .num-box i ul {
                width: 11px;
                position: absolute;
                left: 0px;
                top: 0px; }
                .wk-box-wrap .right .upload-box .upload-row .sl .num-box i ul li {
                  width: 100%;
                  height: 25px; }
      .wk-box-wrap .right .upload-box .ph {
        padding: 15px;
        width: 100%; }
        .wk-box-wrap .right .upload-box .ph .ph-title {
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-size: 14px;
          color: #666; }
        .wk-box-wrap .right .upload-box .ph .ph-item {
          width: 100%;
          margin-bottom: 15px; }
          .wk-box-wrap .right .upload-box .ph .ph-item li {
            width: 100%;
            margin-top: 16px; }
            .wk-box-wrap .right .upload-box .ph .ph-item li .iconfont {
              float: left;
              width: 28px;
              line-height: 38px;
              font-size: 32px;
              margin-left: -6px;
              margin-right: 10px; }
            .wk-box-wrap .right .upload-box .ph .ph-item li .u {
              float: left;
              width: 200px; }
              .wk-box-wrap .right .upload-box .ph .ph-item li .u .avator {
                float: left;
                width: 38px;
                height: 38px; }
              .wk-box-wrap .right .upload-box .ph .ph-item li .u .r {
                float: left;
                width: 160px;
                padding-left: 16px; }
                .wk-box-wrap .right .upload-box .ph .ph-item li .u .r .name {
                  width: 100%;
                  height: 20px;
                  line-height: 14px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                  .wk-box-wrap .right .upload-box .ph .ph-item li .u .r .name i {
                    font-size: 12px; }
                .wk-box-wrap .right .upload-box .ph .ph-item li .u .r .qm {
                  width: 100%;
                  height: 18px;
                  line-height: 22px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  color: #999;
                  font-size: 12px; }
    .wk-box-wrap .right .tag-box {
      margin-top: 50px;
      width: 100%;
      padding: 25px 25px 0px;
      border: solid 1px #EEE; }
      .wk-box-wrap .right .tag-box .tags {
        width: 100%;
        border-bottom: dashed 1px #EEE;
        margin-bottom: 16px; }
        .wk-box-wrap .right .tag-box .tags:last-child {
          border-bottom: none; }
        .wk-box-wrap .right .tag-box .tags .tag-title {
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-size: 14px;
          color: #666; }
        .wk-box-wrap .right .tag-box .tags .tag-item {
          width: 105%;
          margin-top: 16px;
          padding-bottom: 8px; }
          .wk-box-wrap .right .tag-box .tags .tag-item a {
            float: left;
            padding: 0px 6px;
            height: 24px;
            border: solid 1px #EEE;
            border-radius: 12px;
            line-height: 22px;
            float: left;
            margin-right: 10px;
            margin-bottom: 12px;
            font-size: 12px;
            color: #999; }
            .wk-box-wrap .right .tag-box .tags .tag-item a:hover {
              color: #2DBBED;
              border: solid 1px #2DBBED; }
    .wk-box-wrap .right .adv {
      display: block;
      width: 100%;
      margin-top: 28px; }
      .wk-box-wrap .right .adv img {
        width: 100%; }
    .wk-box-wrap .right .fabuzhe-wrap {
      margin-top: 30px; }
      .wk-box-wrap .right .fabuzhe-wrap .fb-title {
        height: 24px;
        line-height: 24px;
        color: #666; }
      .wk-box-wrap .right .fabuzhe-wrap .fabuzhe {
        width: 100%;
        border: solid 1px #EEE; }
        .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t {
          width: 100%;
          height: 65px;
          border-bottom: solid 1px #EEE; }
          .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t .avatar {
            width: 65px;
            height: 65px;
            float: left; }
            .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t .avatar img {
              display: block;
              width: 100%;
              height: 100%; }
          .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t .r {
            float: left;
            width: 190px;
            padding: 0px 12px; }
            .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t .r .r-t {
              width: 100%;
              height: 24px;
              line-height: 24px;
              color: #999;
              margin-top: 8px; }
            .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .t .r .r-b {
              margin-top: 2px;
              width: 100%;
              height: 20px;
              line-height: 20px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 12px;
              color: #999; }
        .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .b {
          height: 65px;
          padding: 15px 0px; }
          .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .b .b-l {
            float: left;
            height: 35px;
            width: 65px;
            border-right: solid 1px #EEE; }
            .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .b .b-l i {
              width: 100%;
              display: block;
              text-align: center;
              font-size: 14px;
              color: #999;
              font-weight: bold; }
            .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .b .b-l em {
              display: block;
              width: 100%;
              font-size: 12px;
              color: #999;
              text-align: center; }
          .wk-box-wrap .right .fabuzhe-wrap .fabuzhe .b .b-r {
            color: #999;
            width: 190px;
            float: left;
            padding: 0px 12px;
            height: 35px;
            line-height: 17px;
            overflow: hidden;
            font-size: 12px; }
    .wk-box-wrap .right .list-block {
      width: 100%;
      margin-top: 30px; }
      .wk-box-wrap .right .list-block .l-title {
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-bottom: solid 1px #EEE; }
        .wk-box-wrap .right .list-block .l-title span {
          float: left;
          font-size: 14px;
          color: #999; }
        .wk-box-wrap .right .list-block .l-title a {
          display: flex;
          float: right;
          color: #999;
          font-size: 12px; }
          .wk-box-wrap .right .list-block .l-title a:hover {
            color: #2DBBED; }
          .wk-box-wrap .right .list-block .l-title a i {
            font-size: 16px; }
      .wk-box-wrap .right .list-block .items {
        width: 100%; }
        .wk-box-wrap .right .list-block .items .item {
          padding: 10px 0px;
          display: block;
          border-bottom: dashed 1px #EEE; }
          .wk-box-wrap .right .list-block .items .item:hover .r .name {
            color: #2DBBED; }
          .wk-box-wrap .right .list-block .items .item .cover {
            width: 52px;
            height: 70px;
            float: left; }
            .wk-box-wrap .right .list-block .items .item .cover img {
              display: block;
              width: 100%;
              height: 100%; }
          .wk-box-wrap .right .list-block .items .item .r {
            float: left;
            width: 208px;
            padding: 0px 0px 0px 12px; }
            .wk-box-wrap .right .list-block .items .item .r .name {
              width: 100%;
              height: 44px;
              line-height: 22px;
              color: #999;
              font-size: 12px;
              overflow: hidden; }
            .wk-box-wrap .right .list-block .items .item .r .v {
              display: flex;
              color: #999;
              font-size: 12px;
              margin-top: 6px; }
              .wk-box-wrap .right .list-block .items .item .r .v i {
                font-size: 16px;
                margin-right: 4px; }
      .wk-box-wrap .right .list-block .zx-items .item {
        padding: 10px 0px;
        display: block;
        border-bottom: dashed 1px #EEE; }
        .wk-box-wrap .right .list-block .zx-items .item:hover .r .name {
          color: #2DBBED; }
        .wk-box-wrap .right .list-block .zx-items .item .cover {
          width: 100px;
          height: 60px;
          float: left; }
          .wk-box-wrap .right .list-block .zx-items .item .cover img {
            display: block;
            width: 100%;
            height: 100%; }
        .wk-box-wrap .right .list-block .zx-items .item .r {
          float: left;
          width: 173px;
          padding: 0px 0px 0px 12px; }
          .wk-box-wrap .right .list-block .zx-items .item .r .name {
            width: 100%;
            height: 44px;
            line-height: 22px;
            color: #999;
            font-size: 12px;
            overflow: hidden;
            margin-top: 8px; }
      .wk-box-wrap .right .list-block .zpj-items .item {
        padding: 10px 0px;
        display: block;
        border-bottom: dashed 1px #EEE; }
        .wk-box-wrap .right .list-block .zpj-items .item:hover .r .name {
          color: #2DBBED; }
        .wk-box-wrap .right .list-block .zpj-items .item .cover {
          width: 100px;
          height: 60px;
          float: left; }
          .wk-box-wrap .right .list-block .zpj-items .item .cover img {
            display: block;
            width: 100%;
            height: 100%; }
        .wk-box-wrap .right .list-block .zpj-items .item .r {
          float: left;
          width: 173px;
          padding: 0px 0px 0px 12px; }
          .wk-box-wrap .right .list-block .zpj-items .item .r .name {
            width: 100%;
            height: 22px;
            line-height: 22px;
            color: #818181;
            font-size: 14px;
            overflow: hidden;
            margin-top: 8px; }
          .wk-box-wrap .right .list-block .zpj-items .item .r .p {
            height: 14px;
            margin-top: 12px;
            line-height: 14px;
            overflow: hidden; }
            .wk-box-wrap .right .list-block .zpj-items .item .r .p span {
              display: flex;
              float: left;
              font-size: 12px;
              color: #999;
              padding-right: 8px;
              border-right: solid 1px #EEE;
              margin-right: 8px; }
              .wk-box-wrap .right .list-block .zpj-items .item .r .p span i {
                margin-right: 4px; }
              .wk-box-wrap .right .list-block .zpj-items .item .r .p span:last-child {
                border-right: none; }
    .wk-box-wrap .right .zjhd {
      margin-top: 25px;
      border: solid 1px #EEE;
      padding: 10px 0px; }
      .wk-box-wrap .right .zjhd .title {
        height: 48px;
        line-height: 48px;
        border-bottom: solid 1px #EEE;
        padding-left: 18px;
        color: #666; }
      .wk-box-wrap .right .zjhd .item {
        width: 100%;
        padding: 0px 18px; }
        .wk-box-wrap .right .zjhd .item .js-box {
          display: block;
          padding: 10px 0px;
          border-bottom: solid 1px #EEE; }
          .wk-box-wrap .right .zjhd .item .js-box:last-child {
            border-bottom: none; }
          .wk-box-wrap .right .zjhd .item .js-box:hover .n {
            color: #2DBBED; }
          .wk-box-wrap .right .zjhd .item .js-box .cover {
            float: left;
            width: 105px;
            height: 65px; }
          .wk-box-wrap .right .zjhd .item .js-box .n {
            float: right;
            width: 120px;
            height: 65px;
            line-height: 32px;
            color: #999;
            overflow: hidden; }

.toolbarButton {
  width: 110px;
  display: flex;
  line-height: 21px;
  outline: none; }
  .toolbarButton:before {
    content: none !important; }
  .toolbarButton:hover {
    background: none;
    border: none;
    box-shadow: none; }
  .toolbarButton .iconfont {
    font-size: 24px;
    color: #999; }
  .toolbarButton em {
    color: #999; }

.toggled {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.toolbarButton#sidebarToggle {
  cursor: pointer; }
  .toolbarButton#sidebarToggle:hover {
    background: none;
    border: solid 1px #FAFAFA;
    box-shadow: none; }
    .toolbarButton#sidebarToggle:hover i {
      color: #2DBBED; }
    .toolbarButton#sidebarToggle:hover em {
      color: #2DBBED; }
  .toolbarButton#sidebarToggle:focus {
    background: none;
    border: none;
    box-shadow: none; }

#toolbarViewerMiddle .splitToolbarButton .zoom-btn {
  width: 21px;
  height: 21px;
  color: #999;
  text-align: center;
  line-height: 21px;
  float: left;
  margin-top: 4px;
  cursor: pointer; }
  #toolbarViewerMiddle .splitToolbarButton .zoom-btn:hover {
    color: #2DBBED; }
#toolbarViewerMiddle .splitToolbarButton #scaleSelectContainer {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  text-align: center;
  float: left;
  background: #FAFAFA !important;
  color: #999;
  border: solid 1px #EEE;
  margin-top: 3px !important; }
  #toolbarViewerMiddle .splitToolbarButton #scaleSelectContainer select {
    color: #999 !important; }

#toolbarViewerRight2 {
  float: right; }
  #toolbarViewerRight2 .splitToolbarButton {
    width: 140px; }
    #toolbarViewerRight2 .splitToolbarButton .page-btn {
      width: 21px;
      height: 21px;
      color: #999;
      text-align: center;
      line-height: 21px;
      float: left;
      margin-top: 2px;
      cursor: pointer; }
      #toolbarViewerRight2 .splitToolbarButton .page-btn:hover {
        color: #2DBBED; }
    #toolbarViewerRight2 .splitToolbarButton .page-num {
      float: left; }
      #toolbarViewerRight2 .splitToolbarButton .page-num .pageNumber {
        background: #FAFAFA;
        color: #999;
        text-align: center;
        width: 35px;
        border: solid 1px #EEE;
        outline: none;
        box-shadow: none;
        margin-left: 6px;
        margin-top: 1px !important; }
      #toolbarViewerRight2 .splitToolbarButton .page-num #numPages {
        color: #999 !important; }

#toolbarContainer {
  box-shadow: none !important; }

.dropdownToolbarButton > select {
  background: #FFF;
  border: none; }

.dropdownToolbarButton > select > option {
  background: #FFF !important;
  color: #999; }
  .dropdownToolbarButton > select > option:hover {
    color: #2DBBED; }

#toolbarViewer {
  height: 42px;
  padding: 5px 0px;
  background: #FAFAFA; }

#loadingBar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #DDD;
  border-bottom: 1px solid #DDD; }

#loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2DBBED;
  overflow: hidden;
  -webkit-transition: width 200ms;
  transition: width 200ms; }

#sidebarContainer #toolbarSidebar {
  display: none !important; }
#sidebarContainer #sidebarContent {
  top: 0px !important;
  background: #FFF; }

#thumbnailView {
  position: absolute;
  width: 200px !important;
  top: 0;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.upload-file-wrap {
  width: 1080px;
  margin: 40px auto; }
  .upload-file-wrap .upload-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #333; }
    .upload-file-wrap .upload-title i {
      margin-right: 10px;
      display: inline-block;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      color: #2DBBED;
      font-size: 38px; }
  .upload-file-wrap .upload-row {
    width: 100%;
    margin-top: 25px; }
    .upload-file-wrap .upload-row label {
      float: left;
      width: 110px;
      text-align: right;
      height: 40px;
      line-height: 40px;
      margin-left: 220px;
      color: #666;
      font-size: 14px; }
    .upload-file-wrap .upload-row .detail {
      width: 460px;
      float: left;
      margin-left: 22px; }
      .upload-file-wrap .upload-row .detail .text-input {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: solid 1px #EEE;
        padding: 0px 12px;
        outline: none; }
        .upload-file-wrap .upload-row .detail .text-input:focus {
          border: solid 1px #2DBBED; }
      .upload-file-wrap .upload-row .detail .text-area {
        width: 100%;
        padding: 12px;
        border: solid 1px #EEE;
        height: 80px;
        outline: none;
        resize: none; }
        .upload-file-wrap .upload-row .detail .text-area:focus {
          border: solid 1px #2DBBED; }
      .upload-file-wrap .upload-row .detail .select-wrap {
        width: 480px; }
      .upload-file-wrap .upload-row .detail .select {
        width: 142px;
        position: relative;
        float: left;
        margin-right: 15px; }
        .upload-file-wrap .upload-row .detail .select .select-text {
          width: 100%;
          height: 40px;
          line-height: 38px;
          border: solid 1px #EEE;
          padding: 0px 12px;
          position: relative;
          cursor: pointer; }
          .upload-file-wrap .upload-row .detail .select .select-text:before {
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            content: '\e61a';
            font-family: iconfont;
            color: #999; }
        .upload-file-wrap .upload-row .detail .select .select-text-active:before {
          content: '\e608';
          color: #2DBBED; }
        .upload-file-wrap .upload-row .detail .select .select-option {
          display: none;
          position: absolute;
          left: 0px;
          top: 39px;
          width: 100%;
          background: #FFF;
          border: solid 1px #EEE;
          padding: 6px 0px; }
          .upload-file-wrap .upload-row .detail .select .select-option li {
            cursor: pointer;
            width: 100%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #999; }
            .upload-file-wrap .upload-row .detail .select .select-option li:hover {
              color: #2DBBED; }
      .upload-file-wrap .upload-row .detail .file-box {
        width: 110px;
        height: 145px;
        border: solid 1px #EEE;
        position: relative;
        float: left; }
        .upload-file-wrap .upload-row .detail .file-box input {
          display: none; }
        .upload-file-wrap .upload-row .detail .file-box .prev {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          background: #FFF;
          z-index: 8;
          overflow: hidden;
          display: none; }
          .upload-file-wrap .upload-row .detail .file-box .prev img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: auto; }
          .upload-file-wrap .upload-row .detail .file-box .prev .icon {
            display: block;
            text-align: center;
            line-height: 145px;
            font-size: 78px;
            width: 100%;
            height: 100%;
            color: #F95951; }
          .upload-file-wrap .upload-row .detail .file-box .prev:hover .reset {
            top: 0px; }
          .upload-file-wrap .upload-row .detail .file-box .prev .reset {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: -180px;
            display: flex;
            background: #B2B2B2;
            z-index: 9;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .upload-file-wrap .upload-row .detail .file-box .prev .reset span {
              display: block;
              width: 62px;
              height: 22px;
              font-size: 12px;
              color: #FFF;
              text-align: center;
              line-height: 20px;
              border: solid 1px #FFF;
              margin: 60px auto;
              cursor: pointer; }
        .upload-file-wrap .upload-row .detail .file-box .up-btn {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 145px;
          cursor: pointer;
          color: #DDD;
          font-size: 26px; }
      .upload-file-wrap .upload-row .detail .tip {
        float: left;
        margin-left: 18px;
        margin-top: 100px; }
        .upload-file-wrap .upload-row .detail .tip p {
          color: #999;
          font-size: 12px;
          margin-top: 6px; }
      .upload-file-wrap .upload-row .detail .c {
        width: 410px;
        margin-left: 25px;
        float: left; }
        .upload-file-wrap .upload-row .detail .c .radio {
          float: left;
          line-height: 42px;
          margin-right: 20px;
          display: flex;
          color: #999;
          cursor: pointer; }
          .upload-file-wrap .upload-row .detail .c .radio i {
            margin-right: 4px;
            font-size: 24px; }
        .upload-file-wrap .upload-row .detail .c .radio-active i {
          color: #2DBBED; }
  .upload-file-wrap .submit-btn {
    display: block;
    width: 160px;
    height: 42px;
    background: #2DBBED;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 80px auto 50px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .upload-file-wrap .submit-btn:hover {
      opacity: 0.8; }
  .upload-file-wrap .tip-row {
    width: 710px;
    margin: 0px auto 50px;
    padding: 25px 0px;
    border-top: solid 1px #EEE; }
    .upload-file-wrap .tip-row label {
      float: left;
      width: 90px;
      text-align: right;
      font-size: 12px;
      color: #999; }
    .upload-file-wrap .tip-row .r {
      width: 580px;
      float: left;
      margin-left: 18px; }
      .upload-file-wrap .tip-row .r p {
        font-size: 12px;
        color: #999;
        margin-bottom: 6px; }

.ads {
  width: 100%;
  height: 40px;
  display: table;
  text-align: center;
  background-image: url("../images/ads.png");
  background-position: 0px -8px;
  -ms-background-position: 0px -8px;
  background-size: 100% 50px;
  -ms-background-size: 100% 50px;
  position: fixed;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/ads.png', sizingMethod=’scale’); }
  .ads .h {
    font-size: 16px;
    color: #172032;
    line-height: 40px;
    display: inline-block; }
    .ads .h b {
      font-weight: bold; }
  .ads span {
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 18px; }

.login-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .login-wrap .center-pic {
    width: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -540px;
    margin-top: -300px; }
    .login-wrap .center-pic img {
      display: block;
      width: 100%; }
  .login-wrap .nav-wrap {
    width: 100%;
    height: 76px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0px;
    top: 0px; }
    .login-wrap .nav-wrap .nav {
      width: 1080px;
      margin: 0px auto; }
      .login-wrap .nav-wrap .nav .logo {
        float: left;
        display: block;
        height: 40px;
        margin-top: 18px; }
  .login-wrap .btn-item {
    width: 330px;
    position: absolute;
    left: 50%;
    margin-left: -165px;
    bottom: 180px; }
    .login-wrap .btn-item .btn {
      width: 140px;
      height: 38px;
      text-align: center;
      line-height: 38px;
      color: #02FDEE; }
    .login-wrap .btn-item .login {
      float: left;
      background: url("../images/dl1.png");
      background-size: 100% 100%; }
    .login-wrap .btn-item .reg {
      float: right;
      background: rgba(2, 253, 238, 0.2); }
  .login-wrap .bg {
    display: block;
    width: 100%;
    height: 105%;
    margin-top: -3%; }
  .login-wrap .dialog-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }
    .login-wrap .dialog-wrap .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 3; }
    .login-wrap .dialog-wrap .dialog {
      width: 290px;
      height: 350px;
      background: #FFF;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -145px;
      margin-top: -175px;
      z-index: 9;
      transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      transform: scale(0);
      -ms-transform: scale(0); }
    .login-wrap .dialog-wrap .reg-dialog .qr {
      width: 175px;
      height: 175px;
      display: block;
      margin: 55px auto 28px; }
    .login-wrap .dialog-wrap .reg-dialog .text {
      width: 100%;
      text-align: center;
      height: 24px;
      line-height: 24px;
      font-size: 16px;
      color: #666; }
    .login-wrap .dialog-wrap .reg-dialog .todo {
      width: 100%;
      height: 22px;
      line-height: 22px;
      color: #2DBBED;
      margin-top: 12px;
      text-align: center; }
      .login-wrap .dialog-wrap .reg-dialog .todo a {
        color: #2DBBED;
        text-decoration: underline; }
    .login-wrap .dialog-wrap .login-dialog .tab-wrap {
      width: 100%;
      height: 58px;
      line-height: 58px; }
      .login-wrap .dialog-wrap .login-dialog .tab-wrap a {
        width: 50%;
        float: left;
        color: #333;
        text-align: center;
        font-size: 16px;
        border-bottom: solid 1px #EEE; }
      .login-wrap .dialog-wrap .login-dialog .tab-wrap .cur {
        color: #2DBBED;
        font-weight: bold;
        border-bottom: solid 1px #2DBBED; }
    .login-wrap .dialog-wrap .login-dialog .tab-content {
      display: none; }
    .login-wrap .dialog-wrap .login-dialog .cur-content {
      display: block; }
    .login-wrap .dialog-wrap .login-dialog .qr {
      width: 150px;
      height: 150px;
      display: block;
      margin: 26px auto 24px; }
    .login-wrap .dialog-wrap .login-dialog .text {
      width: 100%;
      text-align: center;
      height: 24px;
      line-height: 24px;
      font-size: 16px;
      color: #666; }
    .login-wrap .dialog-wrap .login-dialog .input-row {
      width: 228px;
      height: 38px;
      border: solid 1px #EEE;
      margin: 35px auto 0px; }
      .login-wrap .dialog-wrap .login-dialog .input-row .text-input {
        width: 100%;
        height: 100%;
        line-height: 36px;
        padding: 0px 12px;
        outline: none;
        border: none; }
      .login-wrap .dialog-wrap .login-dialog .input-row .code-input {
        width: 115px;
        height: 100%;
        float: left;
        line-height: 36px;
        padding: 0px 12px;
        outline: none;
        border: none; }
      .login-wrap .dialog-wrap .login-dialog .input-row button {
        width: 110px;
        float: right;
        height: 100%;
        line-height: 36px;
        outline: none;
        border: none;
        color: #2DBBED;
        text-align: center;
        cursor: pointer;
        background: none;
        outline: none; }
    .login-wrap .dialog-wrap .login-dialog .submit {
      display: block;
      border: none;
      width: 228px;
      height: 38px;
      background: #2DBBED;
      cursor: pointer;
      color: #FFF;
      text-align: center;
      line-height: 38px;
      margin: 35px auto 17px; }
    .login-wrap .dialog-wrap .login-dialog .todo {
      width: 100%;
      height: 22px;
      line-height: 22px;
      color: #2DBBED;
      margin-top: 12px;
      text-align: center; }
      .login-wrap .dialog-wrap .login-dialog .todo a {
        color: #2DBBED;
        text-decoration: underline; }
    .login-wrap .dialog-wrap .dialog-show {
      transform: scale(1);
      -ms-transform: scale(1); }
  .login-wrap .snackbar {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 12px 20px;
    color: #FFF;
    line-height: 21px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.36); }

.snackbar {
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  padding: 12px 20px;
  color: #FFF;
  line-height: 21px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.36); }

.user-nav-wrap {
  width: 100%;
  height: 90px;
  background: #313131; }
  .user-nav-wrap .user-nav {
    width: 1080px;
    height: 100%;
    margin: 0px auto; }
    .user-nav-wrap .user-nav .logo {
      height: 46px;
      float: left;
      margin-top: 22px; }
    .user-nav-wrap .user-nav .back {
      float: left;
      width: 90px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      border: solid 1px #FFF;
      font-size: 14px;
      margin-left: 30px;
      margin-top: 30px;
      color: #FFF; }
    .user-nav-wrap .user-nav .opt {
      float: right;
      height: 30px;
      margin-top: 30px;
      line-height: 30px; }
      .user-nav-wrap .user-nav .opt a {
        float: left;
        margin-left: 35px;
        position: relative;
        color: #FFF; }
        .user-nav-wrap .user-nav .opt a:hover {
          color: #2DBBED; }
      .user-nav-wrap .user-nav .opt .cur {
        color: #2DBBED; }
      .user-nav-wrap .user-nav .opt .msg {
        padding-right: 24px; }
        .user-nav-wrap .user-nav .opt .msg i {
          position: absolute;
          top: 4px;
          left: 30px;
          height: 16px;
          padding: 0px 5px;
          font-size: 12px;
          color: #FFF;
          background: #2DBBED;
          border-radius: 8px;
          line-height: 16px; }

.user-block {
  width: 1080px;
  margin: 40px auto; }
  .user-block .left {
    float: left;
    width: 140px;
    background: #FAFAFA;
    padding: 15px 0px; }
    .user-block .left .s-nav {
      display: block;
      color: #666;
      font-size: 14px;
      width: 100%;
      height: 48px;
      line-height: 48px;
      text-align: center; }
      .user-block .left .s-nav:hover {
        color: #2DBBED; }
    .user-block .left .cur {
      color: #2DBBED;
      font-weight: bold; }
  .user-block .right {
    width: 895px;
    float: right; }
    .user-block .right .d-nav {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      color: #818181;
      margin-top: 32px; }
      .user-block .right .d-nav a:hover {
        color: #2DBBED; }
      .user-block .right .d-nav span {
        font-weight: bold; }
    .user-block .right .account-info {
      width: 100%;
      margin: 18px 0px; }
      .user-block .right .account-info .avatar {
        float: left;
        width: 70px;
        height: 70px;
        border-radius: 50%; }
      .user-block .right .account-info .info {
        width: 550px;
        height: 70px;
        float: left;
        padding-left: 16px; }
        .user-block .right .account-info .info .t {
          height: 24px;
          line-height: 24px;
          margin-top: 10px; }
          .user-block .right .account-info .info .t .hi {
            float: left;
            font-size: 16px;
            color: #666; }
          .user-block .right .account-info .info .t .name {
            float: left;
            font-size: 16px;
            color: #333; }
          .user-block .right .account-info .info .t .vip {
            float: left;
            margin-left: 20px;
            display: flex;
            color: #2DBBED;
            font-size: 12px; }
            .user-block .right .account-info .info .t .vip i {
              font-size: 22px;
              margin-right: 4px; }
            .user-block .right .account-info .info .t .vip a {
              color: #FFB600;
              margin-left: 4px;
              font-size: 16px; }
        .user-block .right .account-info .info .b {
          width: 100%;
          height: 21px;
          color: #999;
          font-size: 12px;
          overflow: hidden;
          line-height: 21px;
          margin-top: 8px; }
      .user-block .right .account-info .amount {
        padding: 0px 30px;
        height: 62px;
        border: solid 1px #EEE;
        float: right;
        line-height: 60px;
        margin-top: 5px; }
        .user-block .right .account-info .amount i {
          color: #999;
          font-size: 12px; }
        .user-block .right .account-info .amount span {
          color: #2DBBED;
          font-size: 18px;
          margin-left: 16px; }
    .user-block .right .user-title {
      margin-top: 35px;
      width: 100%;
      height: 36px;
      border-bottom: solid 1px #EEE;
      padding: 10px 0px; }
      .user-block .right .user-title .t {
        height: 15px;
        line-height: 15px;
        float: left;
        border-left: solid 4px #2DBBED;
        padding-left: 10px;
        font-size: 16px; }
      .user-block .right .user-title .more {
        float: right;
        height: 15px;
        display: flex;
        font-size: 12px;
        color: #999; }
        .user-block .right .user-title .more:hover {
          color: #2DBBED; }
        .user-block .right .user-title .more i {
          font-size: 18px; }
    .user-block .right .kc-item {
      width: 110%; }
      .user-block .right .kc-item .box {
        width: 202px;
        margin-top: 30px;
        margin-right: 29px;
        float: left; }
        .user-block .right .kc-item .box:hover .title .text {
          color: #2DBBED; }
        .user-block .right .kc-item .box .cover {
          width: 100%;
          height: 110px;
          position: relative;
          overflow: hidden; }
          .user-block .right .kc-item .box .cover:hover .img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); }
          .user-block .right .kc-item .box .cover .img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease; }
          .user-block .right .kc-item .box .cover .info {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #FFF;
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .user-block .right .kc-item .box .cover .info i {
              float: left;
              margin-left: 6px;
              color: #FFF;
              display: flex; }
              .user-block .right .kc-item .box .cover .info i em {
                color: #FFF;
                margin-right: 4px; }
            .user-block .right .kc-item .box .cover .info span {
              float: right;
              margin-right: 6px;
              color: #FFF; }
        .user-block .right .kc-item .box .title {
          width: 100%;
          margin-top: 10px;
          display: block; }
          .user-block .right .kc-item .box .title .text {
            float: left;
            width: 100%;
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .user-block .right .kc-item .box .info {
          width: 100%;
          height: 21px;
          line-height: 21px;
          font-size: 12px;
          margin-top: 2px; }
          .user-block .right .kc-item .box .info span {
            float: left;
            color: #999; }
          .user-block .right .kc-item .box .info i {
            float: right;
            color: #2DBBED; }
    .user-block .right .hd-item {
      width: 110%; }
      .user-block .right .hd-item .box {
        width: 202px;
        margin-top: 30px;
        margin-right: 29px;
        float: left; }
        .user-block .right .hd-item .box:hover .title .text {
          color: #2DBBED; }
        .user-block .right .hd-item .box .cover {
          width: 100%;
          height: 122px;
          position: relative;
          overflow: hidden; }
          .user-block .right .hd-item .box .cover:hover .img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); }
          .user-block .right .hd-item .box .cover .img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease; }
          .user-block .right .hd-item .box .cover .info {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #FFF;
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .user-block .right .hd-item .box .cover .info i {
              float: left;
              margin-left: 6px;
              color: #FFF; }
            .user-block .right .hd-item .box .cover .info span {
              float: right;
              margin-right: 6px;
              color: #FFF; }
        .user-block .right .hd-item .box .title {
          width: 100%;
          margin-top: 12px;
          display: block; }
          .user-block .right .hd-item .box .title .text {
            float: left;
            width: 145px;
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .user-block .right .hd-item .box .title .status {
            float: right;
            width: 42px;
            height: 18px;
            border: solid 1px #2DBBED;
            color: #2DBBED;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            margin-top: 5px; }
          .user-block .right .hd-item .box .title .status-f {
            color: #666;
            border-color: #666; }
        .user-block .right .hd-item .box .info {
          width: 100%;
          height: 24px;
          line-height: 24px;
          font-size: 14px;
          margin-top: 2px; }
          .user-block .right .hd-item .box .info span {
            float: left;
            color: #666; }
          .user-block .right .hd-item .box .info i {
            float: right;
            color: #E40000; }
          .user-block .right .hd-item .box .info em {
            float: right;
            color: #666; }
    .user-block .right .empty {
      text-align: center;
      display: flex;
      justify-content: center;
      height: 24px;
      line-height: 24px;
      margin: 40px 0px; }
      .user-block .right .empty i {
        font-size: 24px;
        color: #999; }
      .user-block .right .empty span {
        margin-left: 20px;
        font-size: 12px;
        color: #999; }
      .user-block .right .empty a {
        font-size: 12px;
        margin-left: 12px;
        color: #2DBBED;
        text-decoration: underline; }
    .user-block .right .kc-filter {
      margin-top: 20px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      background: #FAFAFA; }
      .user-block .right .kc-filter .f {
        float: left;
        padding: 0px 25px;
        color: #999; }
        .user-block .right .kc-filter .f:hover {
          color: #2DBBED; }
        .user-block .right .kc-filter .f .t {
          float: right;
          margin-top: 12px;
          margin-left: 4px; }
          .user-block .right .kc-filter .f .t i {
            color: #999;
            display: block;
            height: 8px;
            line-height: 8px;
            font-size: 12px; }
        .user-block .right .kc-filter .f .asc i:first-child {
          color: #2DBBED; }
        .user-block .right .kc-filter .f .desc i:last-child {
          color: #2DBBED; }
      .user-block .right .kc-filter .f-cur {
        color: #2DBBED; }
      .user-block .right .kc-filter .all {
        float: right;
        margin-right: 25px;
        color: #999; }
        .user-block .right .kc-filter .all i {
          color: #666;
          margin: 0px 4px; }
    .user-block .right .kc-title {
      width: 100%;
      height: 40px;
      margin: 12px 0px; }
      .user-block .right .kc-title span {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 16px; }
      .user-block .right .kc-title .f-select {
        float: right;
        height: 25px;
        position: relative; }
        .user-block .right .kc-title .f-select .show {
          display: block;
          width: 100%;
          height: 25px;
          padding: 0px 10px;
          padding-right: 16px;
          line-height: 26px;
          text-align: left;
          position: relative;
          cursor: pointer;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 12px; }
          .user-block .right .kc-title .f-select .show:before {
            content: '\e61a';
            font-family: iconfont;
            color: #999;
            position: absolute;
            right: -3px;
            top: 0px; }
        .user-block .right .kc-title .f-select .select-opt {
          width: 90px;
          background: #FFF;
          position: absolute;
          right: 1px;
          top: 26px;
          z-index: 99;
          overflow-y: auto;
          transform-origin: top left;
          transform: scaleY(0);
          -ms-transform: scaleY(0);
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          border: solid 1px #EEE;
          padding: 6px;
          padding-left: 18px; }
          .user-block .right .kc-title .f-select .select-opt::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #f0f0f0; }
          .user-block .right .kc-title .f-select .select-opt::-webkit-scrollbar-thumb {
            background-color: #2DBBED; }
          .user-block .right .kc-title .f-select .select-opt::-webkit-scrollbar-track {
            background-color: #EEE; }
          .user-block .right .kc-title .f-select .select-opt .option {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            cursor: pointer;
            color: #666;
            font-size: 12px; }
            .user-block .right .kc-title .f-select .select-opt .option:hover {
              color: #2DBBED; }
          .user-block .right .kc-title .f-select .select-opt .active {
            color: #2DBBED; }
        .user-block .right .kc-title .f-select .select-opt-active {
          transform: scaleY(1);
          -ms-transform: scaleY(1); }
    .user-block .right .qb-prev {
      margin: 18px 0px; }
      .user-block .right .qb-prev .account {
        float: left;
        width: 500px;
        height: 100px;
        padding: 15px 0px;
        border: solid 1px #EEE; }
        .user-block .right .qb-prev .account .account-info {
          float: left;
          width: 250px;
          margin: 0px;
          padding: 0px 20px;
          border-right: solid 1px #EEE; }
          .user-block .right .qb-prev .account .account-info .avatar {
            float: left;
            width: 70px;
            height: 70px;
            border-radius: 50%; }
          .user-block .right .qb-prev .account .account-info .info {
            width: 125px;
            height: 70px;
            float: left;
            padding-left: 16px; }
            .user-block .right .qb-prev .account .account-info .info .t {
              height: 24px;
              line-height: 24px;
              margin-top: 10px; }
              .user-block .right .qb-prev .account .account-info .info .t .name {
                float: left;
                font-size: 16px;
                color: #333; }
            .user-block .right .qb-prev .account .account-info .info .b {
              width: auto;
              float: left;
              padding: 0px 8px;
              border: solid 1px #2DBBED;
              color: #2DBBED;
              height: 21px;
              line-height: 19px;
              margin-top: 8px; }
        .user-block .right .qb-prev .account .amount {
          padding: 0px;
          float: left;
          padding: 0px 10px 0px 25px;
          height: 62px;
          line-height: 60px;
          margin-top: 5px; }
          .user-block .right .qb-prev .account .amount .a-t {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px; }
          .user-block .right .qb-prev .account .amount .a-b {
            height: 21px;
            line-height: 21px;
            margin-top: 15px; }
            .user-block .right .qb-prev .account .amount .a-b a {
              float: right;
              width: 55px;
              height: 21px;
              line-height: 21px;
              background: #2DBBED;
              text-align: center;
              color: #FFF;
              font-size: 14px;
              margin-left: 10px; }
            .user-block .right .qb-prev .account .amount .a-b span {
              color: #2DBBED;
              font-size: 20px; }
      .user-block .right .qb-prev .yhk {
        width: 375px;
        height: 100px;
        background: #FAFAFA;
        float: right;
        padding: 20px 18px; }
        .user-block .right .qb-prev .yhk .yhk-xx {
          height: 30px;
          line-height: 30px;
          color: #666; }
          .user-block .right .qb-prev .yhk .yhk-xx .yhk-l {
            float: left;
            font-size: 16px;
            display: flex; }
            .user-block .right .qb-prev .yhk .yhk-xx .yhk-l i {
              font-size: 30px;
              margin-right: 8px; }
          .user-block .right .qb-prev .yhk .yhk-xx .yhk-r {
            font-size: 14px;
            float: right; }
        .user-block .right .qb-prev .yhk .yhk-dz {
          height: 30px;
          line-height: 30px;
          color: #999; }
          .user-block .right .qb-prev .yhk .yhk-dz .yhk-l {
            float: left;
            font-size: 12px;
            margin-left: 4px; }
          .user-block .right .qb-prev .yhk .yhk-dz .yhk-r {
            font-size: 14px;
            float: right;
            color: #2DBBED;
            text-decoration: underline; }
        .user-block .right .qb-prev .yhk .wbd {
          height: 60px;
          line-height: 60px;
          color: #999;
          font-size: 12px;
          text-align: center; }
          .user-block .right .qb-prev .yhk .wbd a {
            font-size: 14px;
            color: #2DBBED;
            text-decoration: underline; }
    .user-block .right .jyjl-box {
      width: 100%;
      margin-top: 25px; }
      .user-block .right .jyjl-box .filter {
        width: 100%;
        height: 48px;
        line-height: 40px;
        border-bottom: solid 1px #F2F2F2; }
        .user-block .right .jyjl-box .filter .f {
          float: left;
          margin-right: 40px;
          color: #666; }
          .user-block .right .jyjl-box .filter .f:hover {
            color: #2DBBED; }
        .user-block .right .jyjl-box .filter .cur {
          color: #2DBBED;
          font-weight: bold; }
        .user-block .right .jyjl-box .filter .f-select {
          float: right;
          margin-top: 11px;
          height: 25px;
          position: relative; }
          .user-block .right .jyjl-box .filter .f-select .show {
            display: block;
            width: 100%;
            height: 25px;
            padding: 0px 10px;
            padding-right: 16px;
            line-height: 26px;
            text-align: left;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px; }
            .user-block .right .jyjl-box .filter .f-select .show:before {
              content: '\e61a';
              font-family: iconfont;
              color: #999;
              position: absolute;
              right: -3px;
              top: 0px; }
          .user-block .right .jyjl-box .filter .f-select .select-opt {
            width: 90px;
            background: #FFF;
            position: absolute;
            right: 1px;
            top: 26px;
            z-index: 99;
            overflow-y: auto;
            transform-origin: top left;
            transform: scaleY(0);
            -ms-transform: scaleY(0);
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
            border: solid 1px #EEE;
            padding: 6px;
            padding-left: 18px; }
            .user-block .right .jyjl-box .filter .f-select .select-opt::-webkit-scrollbar {
              width: 5px;
              height: 5px;
              background-color: #f0f0f0; }
            .user-block .right .jyjl-box .filter .f-select .select-opt::-webkit-scrollbar-thumb {
              background-color: #2DBBED; }
            .user-block .right .jyjl-box .filter .f-select .select-opt::-webkit-scrollbar-track {
              background-color: #EEE; }
            .user-block .right .jyjl-box .filter .f-select .select-opt .option {
              display: block;
              width: 100%;
              height: 32px;
              line-height: 32px;
              cursor: pointer;
              color: #666;
              font-size: 12px; }
              .user-block .right .jyjl-box .filter .f-select .select-opt .option:hover {
                color: #2DBBED; }
            .user-block .right .jyjl-box .filter .f-select .select-opt .active {
              color: #2DBBED; }
          .user-block .right .jyjl-box .filter .f-select .select-opt-active {
            transform: scaleY(1);
            -ms-transform: scaleY(1); }
      .user-block .right .jyjl-box table {
        width: 100%;
        border-collapse: collapse; }
        .user-block .right .jyjl-box table tr {
          height: 50px;
          line-height: 50px;
          color: #999;
          border-bottom: solid 1px #EEE; }
          .user-block .right .jyjl-box table tr td:nth-child(1) {
            width: 225px; }
          .user-block .right .jyjl-box table tr td:nth-child(2) {
            width: 200px; }
          .user-block .right .jyjl-box table tr td:nth-child(3) {
            width: 100px;
            text-align: center; }
          .user-block .right .jyjl-box table tr td:nth-child(4) {
            width: 280px;
            text-align: center;
            color: #333; }
          .user-block .right .jyjl-box table tr td:nth-child(5) {
            text-align: right; }
        .user-block .right .jyjl-box table .cg {
          color: #2DBBED; }
    .user-block .right .tx-box {
      width: 100%;
      height: 50px;
      background: #FAFAFA;
      padding: 0px 18px;
      line-height: 50px;
      margin-top: 30px; }
      .user-block .right .tx-box .tx-yh {
        float: left;
        float: left;
        font-size: 16px;
        display: flex;
        color: #666; }
        .user-block .right .tx-box .tx-yh i {
          font-size: 30px;
          margin-right: 8px; }
      .user-block .right .tx-box .tx-zh {
        float: left;
        font-size: 16px;
        color: #666;
        margin-left: 40px; }
      .user-block .right .tx-box .tx-dz {
        float: left;
        color: #999;
        margin-left: 40px; }
      .user-block .right .tx-box a {
        float: right;
        color: #2DBBED;
        text-decoration: underline; }
    .user-block .right .tx-jine {
      margin-top: 30px; }
      .user-block .right .tx-jine label {
        width: 72px;
        height: 32px;
        line-height: 32px;
        float: left; }
      .user-block .right .tx-jine .input {
        float: left;
        width: 240px;
        height: 32px;
        position: relative; }
        .user-block .right .tx-jine .input input {
          width: 100%;
          height: 100%;
          line-height: 30px;
          border: solid 1px #EEE;
          padding: 0px 50px 0px 12px;
          outline: none; }
          .user-block .right .tx-jine .input input:focus {
            border: solid 1px #2DBBED; }
        .user-block .right .tx-jine .input i {
          color: #999;
          width: 32px;
          height: 32px;
          position: absolute;
          right: 0px;
          top: 0px;
          text-align: center;
          line-height: 32px; }
    .user-block .right .tx-button {
      display: block;
      width: 160px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      border: none;
      cursor: pointer;
      background: #2DBBED;
      font-size: 16px;
      outline: none;
      color: #FFF;
      margin: 100px auto; }
    .user-block .right .vip-sj {
      margin-top: 30px; }
      .user-block .right .vip-sj .row {
        margin-bottom: 20px; }
        .user-block .right .vip-sj .row label {
          float: left;
          width: 70px;
          height: 28px;
          text-align: left;
          color: #666;
          line-height: 28px; }
        .user-block .right .vip-sj .row .d {
          float: left;
          line-height: 28px; }
          .user-block .right .vip-sj .row .d .vip {
            display: flex;
            color: #FFB414;
            line-height: 28px; }
            .user-block .right .vip-sj .row .d .vip i {
              font-size: 24px; }
          .user-block .right .vip-sj .row .d .jsbox {
            width: 88px;
            height: 28px;
            border: solid 1px #EEE;
            float: left;
            margin-right: 6px; }
            .user-block .right .vip-sj .row .d .jsbox .b {
              width: 18px;
              text-align: center;
              height: 26px;
              line-height: 26px;
              color: #999;
              float: left;
              cursor: pointer;
              user-select: none;
              -webkit-user-select: none; }
            .user-block .right .vip-sj .row .d .jsbox .disable {
              cursor: not-allowed; }
            .user-block .right .vip-sj .row .d .jsbox input {
              float: left;
              width: 50px;
              height: 26px;
              border: solid 1px #EEE;
              border-top: none;
              border-bottom: none;
              text-align: center;
              line-height: 26px;
              outline: none; }
          .user-block .right .vip-sj .row .d .je {
            color: #2DBBED;
            font-size: 16px; }
        .user-block .right .vip-sj .row .submit {
          width: 120px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          display: block;
          background: #2DBBED;
          color: #FFF;
          outline: none;
          border: none;
          cursor: pointer; }
    .user-block .right .grxx-tab {
      margin-top: 12px;
      width: 100%;
      height: 50px;
      border-bottom: solid 1px #EEE; }
      .user-block .right .grxx-tab a {
        float: left;
        margin-right: 45px;
        line-height: 50px;
        margin-top: -1px;
        font-size: 16px; }
        .user-block .right .grxx-tab a:hover {
          color: #2DBBED; }
      .user-block .right .grxx-tab .cur {
        color: #2DBBED;
        border-bottom: solid 1px #2DBBED; }
    .user-block .right .grxx-box {
      width: 100%;
      margin-top: 25px; }
      .user-block .right .grxx-box .grxx-l {
        width: 490px;
        float: left; }
        .user-block .right .grxx-box .grxx-l .row {
          width: 100%;
          margin-bottom: 25px; }
          .user-block .right .grxx-box .grxx-l .row label {
            width: 50px;
            height: 32px;
            line-height: 32px;
            text-align: right;
            float: left;
            font-size: 12px;
            color: #999; }
          .user-block .right .grxx-box .grxx-l .row .c {
            width: 410px;
            margin-left: 25px;
            float: left; }
            .user-block .right .grxx-box .grxx-l .row .c .text {
              width: 100%;
              height: 32px;
              border: solid 1px #EEE;
              padding: 0px 12px;
              line-height: 30px;
              outline: none; }
              .user-block .right .grxx-box .grxx-l .row .c .text:focus {
                border: solid 1px #2DBBED; }
            .user-block .right .grxx-box .grxx-l .row .c .phone {
              line-height: 32px;
              color: #999; }
            .user-block .right .grxx-box .grxx-l .row .c .bd-phone {
              color: #2DBBED;
              line-height: 32px;
              text-decoration: underline; }
            .user-block .right .grxx-box .grxx-l .row .c .radio {
              float: left;
              line-height: 32px;
              margin-right: 20px;
              display: flex;
              color: #999;
              cursor: pointer; }
              .user-block .right .grxx-box .grxx-l .row .c .radio i {
                margin-right: 4px;
                font-size: 24px; }
            .user-block .right .grxx-box .grxx-l .row .c .radio-active i {
              color: #2DBBED; }
            .user-block .right .grxx-box .grxx-l .row .c .f-select-item {
              width: 110%; }
            .user-block .right .grxx-box .grxx-l .row .c .l-select {
              width: 142px;
              float: left;
              height: 32px;
              position: relative;
              margin-right: 10px; }
              .user-block .right .grxx-box .grxx-l .row .c .l-select .show {
                display: block;
                width: 100%;
                height: 32px;
                padding: 0px 10px;
                padding-right: 32px;
                line-height: 30px;
                text-align: left;
                position: relative;
                cursor: pointer;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
                color: #999;
                border: solid 1px #EEE; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .show:before {
                  content: '\e61a';
                  font-family: iconfont;
                  color: #999;
                  position: absolute;
                  right: 10px;
                  top: 0px; }
              .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt {
                width: 100%;
                background: #FFF;
                position: absolute;
                right: 1px;
                top: 32px;
                z-index: 99;
                overflow-y: auto;
                transform-origin: top left;
                transform: scaleY(0);
                -ms-transform: scaleY(0);
                transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
                border: solid 1px #EEE;
                padding: 6px;
                padding-left: 18px; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt::-webkit-scrollbar {
                  width: 5px;
                  height: 5px;
                  background-color: #f0f0f0; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt::-webkit-scrollbar-thumb {
                  background-color: #2DBBED; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt::-webkit-scrollbar-track {
                  background-color: #EEE; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt .option {
                  display: block;
                  width: 100%;
                  height: 32px;
                  line-height: 32px;
                  cursor: pointer;
                  color: #666;
                  font-size: 12px; }
                  .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt .option:hover {
                    color: #2DBBED; }
                .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt .active {
                  color: #2DBBED; }
              .user-block .right .grxx-box .grxx-l .row .c .l-select .select-opt-active {
                transform: scaleY(1);
                -ms-transform: scaleY(1); }
            .user-block .right .grxx-box .grxx-l .row .c .rz {
              color: #999;
              display: block;
              height: 32px;
              line-height: 32px;
              color: #999;
              font-size: 12px; }
              .user-block .right .grxx-box .grxx-l .row .c .rz .tag {
                display: inline-block;
                width: 44px;
                height: 18px;
                border: solid 1px #2DBBED;
                line-height: 16px;
                text-align: center;
                font-size: 12px;
                color: #2DBBED;
                margin-left: 12px;
                margin-top: 8px; }
      .user-block .right .grxx-box .grxx-r {
        width: 350px;
        float: left;
        margin-left: 50px; }
        .user-block .right .grxx-box .grxx-r .avatar-file {
          display: none; }
        .user-block .right .grxx-box .grxx-r .avatar {
          width: 80px;
          height: 80px;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          float: left; }
          .user-block .right .grxx-box .grxx-r .avatar img {
            width: 100%;
            height: 100%; }
          .user-block .right .grxx-box .grxx-r .avatar span {
            display: block;
            text-align: center;
            color: #FFF;
            background: rgba(0, 0, 0, 0.4);
            width: 100%;
            height: 22px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            cursor: pointer;
            font-size: 12px;
            line-height: 22px; }
        .user-block .right .grxx-box .grxx-r .avatar-tip {
          float: left;
          margin-left: 20px;
          margin-top: 20px; }
          .user-block .right .grxx-box .grxx-r .avatar-tip p {
            font-size: 12px;
            color: #999;
            margin-top: 4px; }
    .user-block .right .tip-row {
      width: 100%; }
      .user-block .right .tip-row label {
        width: 50px;
        height: 32px;
        line-height: 32px;
        text-align: right;
        float: left;
        font-size: 12px;
        color: #999; }
      .user-block .right .tip-row .c-tip {
        float: left;
        width: 800px;
        margin-left: 25px;
        margin-top: 9px; }
        .user-block .right .tip-row .c-tip p {
          width: 100%;
          font-size: 12px;
          color: #999;
          margin-bottom: 10px; }
    .user-block .right .grxx-sh-btn {
      display: block;
      width: 140px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background: #2DBBED;
      margin: 50px auto;
      font-size: 14px;
      color: #FFF;
      border: none;
      cursor: pointer;
      outline: none; }
    .user-block .right .sc-nav {
      margin-top: 12px;
      width: 100%;
      height: 50px;
      border-bottom: solid 1px #EEE; }
      .user-block .right .sc-nav a {
        float: left;
        margin-right: 45px;
        line-height: 50px;
        margin-top: -1px;
        font-size: 16px; }
        .user-block .right .sc-nav a:hover {
          color: #2DBBED; }
      .user-block .right .sc-nav .cur {
        font-weight: bold;
        color: #2DBBED;
        border-bottom: solid 1px #2DBBED; }
      .user-block .right .sc-nav .scwd {
        float: right;
        height: 24px;
        line-height: 22px;
        padding: 0px 10px;
        border: solid 1px #666;
        color: #666;
        margin-top: 13px;
        margin-right: 0px;
        font-size: 14px; }
        .user-block .right .sc-nav .scwd:hover {
          color: #666; }
      .user-block .right .sc-nav .opt {
        float: right; }
        .user-block .right .sc-nav .opt a {
          float: left;
          margin-left: 22px;
          color: #666;
          margin-right: 0px;
          font-size: 12px; }
          .user-block .right .sc-nav .opt a:hover {
            color: #2DBBED; }
    .user-block .right .zp-nav {
      margin-top: 12px;
      width: 100%;
      height: 50px;
      border-bottom: solid 1px #EEE; }
      .user-block .right .zp-nav span {
        float: left;
        margin-right: 45px;
        line-height: 50px;
        margin-top: -1px;
        font-size: 16px; }
      .user-block .right .zp-nav .opt {
        float: right;
        height: 26px;
        padding: 0px 8px;
        border: solid 1px #EEE;
        line-height: 24px;
        color: #818181;
        margin-top: 12px; }
        .user-block .right .zp-nav .opt:hover {
          color: #2DBBED;
          border: solid 1px #2DBBED; }
        .user-block .right .zp-nav .opt i {
          float: left;
          font-size: 22px;
          display: block;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg); }
    .user-block .right .sc-s-nav {
      width: 100%;
      height: 40px;
      line-height: 40px; }
      .user-block .right .sc-s-nav a {
        float: left;
        font-size: 12px;
        color: #999;
        margin-right: 45px; }
        .user-block .right .sc-s-nav a:hover {
          color: #2DBBED; }
      .user-block .right .sc-s-nav .cur {
        color: #2DBBED;
        font-weight: bold; }
    .user-block .right .sckt-item {
      width: 110%; }
      .user-block .right .sckt-item .box {
        width: 202px;
        margin-top: 30px;
        margin-right: 29px;
        float: left;
        display: block;
        position: relative;
        overflow: hidden; }
        .user-block .right .sckt-item .box .del {
          position: absolute;
          width: 42px;
          height: 20px;
          background: #B2B2B2;
          color: #FFF;
          text-align: center;
          line-height: 20px;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          right: -14px;
          top: -2px;
          display: none;
          z-index: 999; }
        .user-block .right .sckt-item .box:hover .del {
          display: block; }
        .user-block .right .sckt-item .box:hover .title .text {
          color: #2DBBED; }
        .user-block .right .sckt-item .box .cover {
          display: block;
          width: 100%;
          height: 110px;
          position: relative;
          overflow: hidden; }
          .user-block .right .sckt-item .box .cover:hover .img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); }
          .user-block .right .sckt-item .box .cover .img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease; }
          .user-block .right .sckt-item .box .cover .info {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #FFF;
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .user-block .right .sckt-item .box .cover .info i {
              float: left;
              margin-left: 6px;
              color: #FFF;
              display: flex; }
              .user-block .right .sckt-item .box .cover .info i em {
                color: #FFF;
                margin-right: 4px; }
            .user-block .right .sckt-item .box .cover .info span {
              float: right;
              margin-right: 6px;
              color: #FFF; }
        .user-block .right .sckt-item .box .title {
          width: 100%;
          margin-top: 10px;
          display: block; }
          .user-block .right .sckt-item .box .title .text {
            float: left;
            width: 140px;
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .user-block .right .sckt-item .box .title i {
            float: right;
            padding: 0px 4px;
            height: 16px;
            border: solid 1px #2DBBED;
            font-size: 12px;
            line-height: 14px;
            color: #2DBBED;
            margin-top: 6px; }
        .user-block .right .sckt-item .box .info {
          width: 100%;
          height: 21px;
          line-height: 21px;
          font-size: 12px;
          margin-top: 2px; }
          .user-block .right .sckt-item .box .info span {
            float: left;
            color: #999; }
          .user-block .right .sckt-item .box .info i {
            float: right;
            color: #E70000; }
    .user-block .right .schd-list-item {
      width: 110%;
      margin-top: 12px; }
      .user-block .right .schd-list-item .box {
        width: 202px;
        margin-bottom: 30px;
        margin-right: 29px;
        float: left;
        position: relative;
        overflow: hidden; }
        .user-block .right .schd-list-item .box .del {
          position: absolute;
          width: 42px;
          height: 20px;
          background: #B2B2B2;
          color: #FFF;
          text-align: center;
          line-height: 20px;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          right: -14px;
          top: -2px;
          display: none;
          z-index: 999; }
        .user-block .right .schd-list-item .box:hover .del {
          display: block; }
        .user-block .right .schd-list-item .box:hover .title .text {
          color: #2DBBED; }
        .user-block .right .schd-list-item .box .cover {
          display: block;
          width: 100%;
          height: 110px;
          position: relative;
          overflow: hidden; }
          .user-block .right .schd-list-item .box .cover:hover .img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); }
          .user-block .right .schd-list-item .box .cover .img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease; }
          .user-block .right .schd-list-item .box .cover .info {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #FFF;
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .user-block .right .schd-list-item .box .cover .info i {
              float: left;
              margin-left: 6px;
              color: #FFF; }
            .user-block .right .schd-list-item .box .cover .info span {
              float: right;
              margin-right: 6px;
              color: #FFF; }
        .user-block .right .schd-list-item .box .title {
          width: 100%;
          margin-top: 15px;
          display: block; }
          .user-block .right .schd-list-item .box .title .text {
            float: left;
            width: 145px;
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .user-block .right .schd-list-item .box .title .status {
            float: right;
            width: 42px;
            height: 18px;
            border: solid 1px #2DBBED;
            color: #2DBBED;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            margin-top: 5px; }
          .user-block .right .schd-list-item .box .title .status-f {
            color: #666;
            border-color: #666; }
          .user-block .right .schd-list-item .box .title .status-e {
            color: #DDD;
            border-color: #DDD; }
        .user-block .right .schd-list-item .box .info {
          width: 100%;
          height: 24px;
          line-height: 24px;
          font-size: 14px;
          margin-top: 2px; }
          .user-block .right .schd-list-item .box .info span {
            float: left;
            color: #999; }
          .user-block .right .schd-list-item .box .info i {
            float: right;
            color: #E40000; }
          .user-block .right .schd-list-item .box .info em {
            float: right;
            color: #666; }
    .user-block .right .zp-list-item {
      width: 110%;
      margin-top: 30px; }
      .user-block .right .zp-list-item .box {
        width: 202px;
        margin-bottom: 30px;
        margin-right: 29px;
        float: left;
        position: relative;
        overflow: hidden; }
        .user-block .right .zp-list-item .box .del {
          position: absolute;
          width: 42px;
          height: 20px;
          background: #B2B2B2;
          color: #FFF;
          text-align: center;
          line-height: 20px;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          right: -14px;
          top: -2px;
          display: none;
          z-index: 999; }
        .user-block .right .zp-list-item .box:hover .del {
          display: block; }
        .user-block .right .zp-list-item .box:hover .title .text {
          color: #2DBBED; }
        .user-block .right .zp-list-item .box .cover {
          display: block;
          width: 100%;
          height: 110px;
          position: relative;
          overflow: hidden; }
          .user-block .right .zp-list-item .box .cover:hover .img {
            transform: scale(1.1);
            -ms-transform: scale(1.1); }
          .user-block .right .zp-list-item .box .cover .img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease; }
          .user-block .right .zp-list-item .box .cover .info {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #FFF;
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .user-block .right .zp-list-item .box .cover .info .l {
              float: left;
              margin-left: 6px;
              color: #FFF;
              display: flex; }
              .user-block .right .zp-list-item .box .cover .info .l em {
                color: #FFF;
                font-size: 18px; }
            .user-block .right .zp-list-item .box .cover .info .r {
              float: right;
              margin-right: 6px;
              color: #FFF;
              display: flex; }
              .user-block .right .zp-list-item .box .cover .info .r em {
                color: #FFF;
                font-size: 18px; }
        .user-block .right .zp-list-item .box .title {
          width: 100%;
          margin-top: 15px;
          display: block; }
          .user-block .right .zp-list-item .box .title .text {
            float: left;
            width: 145px;
            height: 28px;
            line-height: 28px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .user-block .right .zp-list-item .box .title .status {
            float: right;
            width: 42px;
            height: 18px;
            color: #2DBBED;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            margin-top: 5px; }
          .user-block .right .zp-list-item .box .title .status-f {
            color: #E40000; }
          .user-block .right .zp-list-item .box .title .status-e {
            color: #666; }
        .user-block .right .zp-list-item .box .info {
          width: 100%;
          height: 24px;
          line-height: 24px;
          font-size: 14px;
          margin-top: 2px; }
          .user-block .right .zp-list-item .box .info span {
            float: left;
            color: #999; }
          .user-block .right .zp-list-item .box .info i {
            float: right;
            color: #E40000; }
          .user-block .right .zp-list-item .box .info em {
            float: right;
            color: #666; }
        .user-block .right .zp-list-item .box .info-sc em {
          color: #2DBBED; }
    .user-block .right .scwk-list {
      width: 100%; }
      .user-block .right .scwk-list .box {
        width: 100%;
        padding: 30px 0px;
        border-bottom: solid 1px #EEE; }
        .user-block .right .scwk-list .box:hover .del {
          display: block; }
        .user-block .right .scwk-list .box:hover .detail {
          border-right: solid 1px #EEE; }
        .user-block .right .scwk-list .box .cover {
          width: 90px;
          height: 120px;
          float: left; }
          .user-block .right .scwk-list .box .cover img {
            display: block;
            width: 100%;
            height: 100%; }
        .user-block .right .scwk-list .box .detail {
          width: 650px;
          float: left;
          margin-left: 18px;
          padding-right: 60px; }
          .user-block .right .scwk-list .box .detail .title {
            display: block;
            width: 100%;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 20px; }
            .user-block .right .scwk-list .box .detail .title:hover {
              color: #2DBBED; }
          .user-block .right .scwk-list .box .detail .desc {
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #818181;
            font-size: 12px;
            margin-top: 8px; }
          .user-block .right .scwk-list .box .detail .other {
            width: 100%;
            margin-top: 28px; }
            .user-block .right .scwk-list .box .detail .other .prop {
              float: left;
              padding: 0px 10px;
              height: 18px;
              line-height: 18px;
              border-right: solid 1px #EEE;
              color: #999;
              font-size: 12px;
              display: flex; }
              .user-block .right .scwk-list .box .detail .other .prop .iconfont {
                font-size: 16px; }
              .user-block .right .scwk-list .box .detail .other .prop:last-child {
                border-right: none; }
            .user-block .right .scwk-list .box .detail .other .tag {
              color: #2DBBED;
              font-weight: bold;
              padding-left: 0px; }
        .user-block .right .scwk-list .box .del {
          display: none;
          width: 100px;
          text-align: center;
          float: right;
          height: 120px;
          line-height: 120px;
          font-size: 28px;
          color: #2DBBED; }
    .user-block .right .scwk-filter {
      width: 260px;
      height: 28px;
      position: relative;
      margin-top: 20px; }
      .user-block .right .scwk-filter input {
        width: 100%;
        height: 100%;
        border: solid 1px #EEE;
        padding: 0px 30px 0px 12px;
        outline: none; }
        .user-block .right .scwk-filter input:focus {
          border: solid 1px #2DBBED; }
      .user-block .right .scwk-filter .to-search {
        display: block;
        width: 30px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: #2DBBED;
        font-size: 26px;
        position: absolute;
        right: 0px;
        top: 0px; }
    .user-block .right .hd-filter {
      width: 100%;
      height: 50px;
      line-height: 50px;
      border-top: none; }
      .user-block .right .hd-filter .select {
        float: left;
        width: 75px;
        position: relative; }
        .user-block .right .hd-filter .select .show {
          padding-left: 4px;
          float: left;
          position: relative;
          max-width: 98px;
          cursor: pointer; }
          .user-block .right .hd-filter .select .show:before {
            content: '\e61a';
            font-family: iconfont;
            color: #666;
            position: absolute;
            right: -18px;
            top: 0px; }
        .user-block .right .hd-filter .select .ks-overlay {
          position: absolute;
          left: 0px;
          top: 50px;
          border: 1px solid #d2d2d2;
          background-color: #fff;
          font-size: 12px;
          z-index: 99;
          display: none; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_Close {
            background: url(//img.alicdn.com/tps/i1/T1U6rrXlNqXXaZ_F7_-126-41.png) no-repeat -36px -29px;
            width: 8px;
            height: 8px;
            position: absolute;
            right: 5px;
            cursor: pointer;
            overflow: hidden;
            text-indent: -3em;
            top: 5px; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_zxCity {
            padding: 3px 10px 2px; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_list li {
            float: left;
            cursor: pointer;
            width: 55px;
            margin: 12px 0 0;
            height: 16px;
            line-height: 16px; }
            .user-block .right .hd-filter .select .ks-overlay .mui_addr_list li a:hover {
              background: #2DBBED;
              color: #FFF; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_selected {
            background-color: #2DBBED;
            color: #fff;
            text-decoration: none;
            position: relative; }
            .user-block .right .hd-filter .select .ks-overlay .mui_addr_selected s {
              border-color: #FFF #FFF #d2d2d2;
              border-style: solid;
              border-width: 0 5px 5px;
              display: block;
              position: absolute;
              bottom: -7px;
              left: 50%;
              margin-left: -5px;
              overflow: hidden;
              width: 0;
              height: 0; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_list {
            list-style: none;
            margin: 0;
            padding: 0 0 10px 10px; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box {
            width: 350px;
            margin-top: 7px;
            height: auto;
            margin-left: -10px;
            display: none;
            background-color: #fafafa;
            border: 1px solid #d2d2d2;
            border-width: 1px 0;
            padding: 0 5px 5px; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box_cur {
            display: list-item;
            _display: block;
            _margin-left: -5px;
            clear: both; }
          .user-block .right .hd-filter .select .ks-overlay .mui_addr_list .mui_addr_Sup2box ul {
            margin: 0;
            padding: 0;
            list-style: none; }
      .user-block .right .hd-filter .f {
        float: left;
        width: 80px;
        text-align: center;
        font-size: 12px;
        color: #999; }
        .user-block .right .hd-filter .f:hover {
          color: #2DBBED; }
      .user-block .right .hd-filter .cur-f {
        color: #2DBBED;
        font-weight: bold; }
    .user-block .right .scxxhd-list {
      width: 100%; }
      .user-block .right .scxxhd-list .box {
        width: 100%;
        padding: 30px 0px;
        border-bottom: solid 1px #EEE; }
        .user-block .right .scxxhd-list .box:hover .del {
          display: block; }
        .user-block .right .scxxhd-list .box:hover .detail {
          border-right: none; }
        .user-block .right .scxxhd-list .box:hover .opt {
          display: block; }
        .user-block .right .scxxhd-list .box .cover {
          width: 170px;
          height: 105px;
          float: left; }
          .user-block .right .scxxhd-list .box .cover img {
            display: block;
            width: 100%;
            height: 100%; }
        .user-block .right .scxxhd-list .box .detail {
          width: 530px;
          float: left;
          margin-left: 18px;
          padding-right: 60px; }
          .user-block .right .scxxhd-list .box .detail .title {
            display: block;
            width: 100%;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            color: #666;
            margin-top: 5px; }
            .user-block .right .scxxhd-list .box .detail .title .status {
              display: inline-block;
              padding: 0px 4px;
              height: 18px;
              line-height: 16px;
              margin-top: 8px;
              border: solid 1px #2DBBED;
              color: #2DBBED;
              font-size: 12px;
              margin-left: 6px; }
            .user-block .right .scxxhd-list .box .detail .title .e-status {
              color: #CCC;
              border-color: #CCC; }
            .user-block .right .scxxhd-list .box .detail .title .i-status {
              color: #666;
              border-color: #666; }
            .user-block .right .scxxhd-list .box .detail .title:hover {
              color: #2DBBED; }
          .user-block .right .scxxhd-list .box .detail .desc {
            width: 100%;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #999;
            font-size: 12px;
            margin-top: 8px; }
        .user-block .right .scxxhd-list .box .del {
          border-left: solid 1px #EEE;
          display: none;
          width: 140px;
          text-align: center;
          float: right;
          height: 105px;
          line-height: 120px;
          font-size: 28px;
          color: #2DBBED; }
        .user-block .right .scxxhd-list .box .opt {
          float: right;
          border-left: solid 1px #EEE;
          display: none;
          width: 140px;
          height: 105px;
          flex-wrap: wrap;
          align-items: center; }
          .user-block .right .scxxhd-list .box .opt .btn {
            width: 90px;
            height: 24px;
            text-align: center;
            line-height: 22px;
            border: solid 1px #2DBBED;
            background: #2DBBED;
            color: #FFF;
            display: block;
            margin: 0px auto;
            margin-top: 20px;
            align-items: center; }
          .user-block .right .scxxhd-list .box .opt .btn-b {
            background: #FFF;
            color: #2DBBED; }
          .user-block .right .scxxhd-list .box .opt .btn-c {
            margin-top: 40px; }
    .user-block .right .schd-detail {
      width: 100%;
      height: 140px;
      border: solid 1px #EEE; }
      .user-block .right .schd-detail .cover {
        width: 230px;
        height: 100%;
        display: block;
        float: left; }
      .user-block .right .schd-detail .r {
        float: left;
        width: 650px;
        padding: 20px 22px; }
        .user-block .right .schd-detail .r .name {
          width: 100%;
          height: 25px;
          line-height: 25px;
          font-size: 18px;
          overflow: hidden;
          margin-bottom: 21px; }
        .user-block .right .schd-detail .r .desc {
          width: 100%;
          height: 21px;
          line-height: 21px;
          font-size: 12px;
          color: #999;
          margin-top: 8px; }
    .user-block .right .schd-title {
      width: 100%;
      height: 14px;
      line-height: 14px;
      padding-left: 8px;
      border-left: solid 4px #2DBBED;
      margin-top: 45px;
      margin-bottom: 16px; }
      .user-block .right .schd-title span {
        font-size: 14px;
        color: #666; }
      .user-block .right .schd-title i {
        color: #999;
        font-size: 12px;
        margin-left: 12px; }
    .user-block .right .schd-group {
      margin-left: -25px; }
      .user-block .right .schd-group .zz {
        width: 125px;
        border-right: solid 1px #EEE; }
      .user-block .right .schd-group .add-btn {
        width: 100px;
        height: 73px;
        position: relative;
        float: left;
        margin-bottom: 20px;
        overflow: hidden; }
        .user-block .right .schd-group .add-btn .iconfont {
          width: 50px;
          display: block;
          height: 50px;
          margin: 0px auto;
          border: solid 1px #EEE;
          color: #EEE;
          text-align: center;
          line-height: 48px;
          font-size: 28px;
          cursor: pointer; }
        .user-block .right .schd-group .add-btn .name {
          display: block;
          width: 100%;
          font-size: 12px;
          color: #999;
          text-align: center;
          margin-top: 8px; }
      .user-block .right .schd-group .add {
        width: 100px;
        height: 73px;
        position: relative;
        float: left;
        margin-bottom: 20px;
        overflow: hidden; }
        .user-block .right .schd-group .add:hover i {
          top: 0px; }
        .user-block .right .schd-group .add .name {
          display: block;
          width: 100%;
          font-size: 12px;
          color: #666;
          text-align: center;
          margin-top: 8px; }
          .user-block .right .schd-group .add .name em {
            color: #2DBBED;
            margin-right: 6px; }
        .user-block .right .schd-group .add img {
          width: 50px;
          display: block;
          height: 50px;
          margin: 0px auto; }
        .user-block .right .schd-group .add i {
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          cursor: pointer;
          display: block;
          width: 50px;
          height: 50px;
          position: absolute;
          left: 25px;
          top: -80px;
          color: #FFF;
          text-align: center;
          line-height: 50px;
          font-size: 24px;
          background: rgba(0, 0, 0, 0.4); }
    .user-block .right .schd-zpitem {
      width: 100%;
      margin-top: 25px; }
      .user-block .right .schd-zpitem .uploadfile {
        display: none; }
      .user-block .right .schd-zpitem .pic-box {
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto; }
      .user-block .right .schd-zpitem .pic-item {
        width: 110%;
        margin-top: -40px; }
        .user-block .right .schd-zpitem .pic-item .img-box {
          width: 155px;
          height: 95px;
          float: left;
          margin-right: 25px;
          margin-top: 40px;
          position: relative;
          overflow: hidden; }
          .user-block .right .schd-zpitem .pic-item .img-box:hover .opt {
            top: 0px; }
          .user-block .right .schd-zpitem .pic-item .img-box img {
            width: 100%;
            height: 100%; }
          .user-block .right .schd-zpitem .pic-item .img-box .opt {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            left: 0px;
            top: -100px;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .user-block .right .schd-zpitem .pic-item .img-box .opt a {
              display: block;
              width: 68px;
              height: 24px;
              border: solid 1px #FFF;
              line-height: 22px;
              text-align: center;
              font-size: 14px;
              margin: 20px auto 0px;
              color: #FFF; }
              .user-block .right .schd-zpitem .pic-item .img-box .opt a:nth-child(2) {
                margin-top: 10px; }
        .user-block .right .schd-zpitem .pic-item .upload-btn {
          margin-top: 40px;
          cursor: pointer;
          width: 155px;
          height: 95px;
          float: left;
          text-align: center;
          line-height: 93px;
          font-size: 26px;
          color: #DDD;
          border: solid 1px #EEE; }
      .user-block .right .schd-zpitem .add-btn {
        width: 125px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2DBBED;
        outline: none;
        color: #FFF;
        display: block;
        margin: 36px auto 0px;
        cursor: pointer;
        border: none; }
      .user-block .right .schd-zpitem .tip {
        text-align: center;
        font-size: 12px;
        color: #999;
        margin-top: 30px; }
    .user-block .right .msg-item {
      width: 100%; }
      .user-block .right .msg-item .msg-box {
        width: 100%;
        height: 52px;
        line-height: 51px;
        border-bottom: solid 1px #EEE; }
        .user-block .right .msg-item .msg-box .status {
          float: left;
          font-size: 28px;
          color: #2DBBED; }
        .user-block .right .msg-item .msg-box .read {
          color: #999; }
        .user-block .right .msg-item .msg-box .t {
          float: left;
          width: 620px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-left: 16px;
          color: #666; }
          .user-block .right .msg-item .msg-box .t:hover {
            color: #2DBBED; }
        .user-block .right .msg-item .msg-box time {
          width: 160px;
          float: left;
          color: #999;
          margin-left: 45px; }
        .user-block .right .msg-item .msg-box .checkbox {
          float: left; }
          .user-block .right .msg-item .msg-box .checkbox input {
            display: none; }
          .user-block .right .msg-item .msg-box .checkbox i {
            color: #999;
            font-size: 24px;
            cursor: pointer; }
          .user-block .right .msg-item .msg-box .checkbox .checked {
            color: #2DBBED; }
    .user-block .right .sx-item .msg-box {
      width: 100%;
      height: 90px;
      padding: 20px 0px;
      border-bottom: dashed 1px #EEE; }
      .user-block .right .sx-item .msg-box .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        float: left; }
      .user-block .right .sx-item .msg-box .t {
        float: left;
        height: 50px;
        margin-left: 12px;
        width: 650px; }
        .user-block .right .sx-item .msg-box .t:hover .de {
          color: #2DBBED; }
        .user-block .right .sx-item .msg-box .t .n {
          font-size: 14px;
          height: 21px;
          line-height: 21px;
          margin-top: 4px; }
        .user-block .right .sx-item .msg-box .t .de {
          font-size: 12px;
          color: #666;
          height: 20px;
          line-height: 20px;
          margin-top: 2px; }
      .user-block .right .sx-item .msg-box .opt {
        float: right; }
        .user-block .right .sx-item .msg-box .opt time {
          display: block;
          font-size: 12px;
          color: #999;
          text-align: right;
          margin-top: 4px; }
        .user-block .right .sx-item .msg-box .opt a {
          display: block;
          text-align: right;
          font-size: 12px;
          color: #999;
          text-decoration: underline;
          margin-top: 4px; }
          .user-block .right .sx-item .msg-box .opt a:hover {
            color: #2DBBED; }
    .user-block .right .xxxq-box {
      width: 100%; }
      .user-block .right .xxxq-box .xx-title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 12px;
        border-bottom: solid 1px #EEE; }
        .user-block .right .xxxq-box .xx-title span {
          float: left;
          font-size: 16px; }
        .user-block .right .xxxq-box .xx-title a {
          float: right;
          text-decoration: underline;
          color: #999;
          font-size: 12px; }
          .user-block .right .xxxq-box .xx-title a:hover {
            color: #2DBBED; }
      .user-block .right .xxxq-box .yq-box {
        width: 100%;
        height: 50px;
        background: #F7F9FA;
        padding: 10px 15px;
        margin-top: 20px; }
        .user-block .right .xxxq-box .yq-box p {
          float: left;
          height: 30px;
          line-height: 30px;
          font-size: 12px;
          color: #666;
          width: 630px; }
        .user-block .right .xxxq-box .yq-box .opt {
          float: right; }
          .user-block .right .xxxq-box .yq-box .opt a {
            float: left;
            margin-left: 12px;
            width: 80px;
            height: 30px;
            text-align: center;
            border: solid 1px #2DBBED;
            color: #2DBBED;
            line-height: 28px;
            font-size: 12px; }
          .user-block .right .xxxq-box .yq-box .opt .b {
            background: #2DBBED;
            color: #FFF; }
      .user-block .right .xxxq-box .msg-detail {
        padding: 15px 0px; }
        .user-block .right .xxxq-box .msg-detail p {
          font-size: 12px;
          color: #999;
          line-height: 24px;
          margin: 15px 0px; }
      .user-block .right .xxxq-box .time {
        width: 100%;
        height: 24px;
        line-height: 24px;
        border-top: solid 1px #EEE;
        font-size: 12px;
        color: #999; }
    .user-block .right .sx-chat-bxo {
      width: 100%; }
      .user-block .right .sx-chat-bxo .sx-title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: solid 1px #EEE; }
        .user-block .right .sx-chat-bxo .sx-title span {
          float: left;
          font-size: 16px; }
        .user-block .right .sx-chat-bxo .sx-title a {
          float: right;
          font-size: 12px;
          color: #999;
          text-decoration: underline; }
          .user-block .right .sx-chat-bxo .sx-title a:hover {
            color: #2DBBED; }
      .user-block .right .sx-chat-bxo .chat-wrap {
        width: 100%;
        height: 520px;
        padding: 12px 0px;
        background: #FAFAFA;
        overflow-y: auto; }
        .user-block .right .sx-chat-bxo .chat-wrap .row {
          margin-bottom: 18px; }
          .user-block .right .sx-chat-bxo .chat-wrap .row .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            float: left;
            margin-left: 20px; }
          .user-block .right .sx-chat-bxo .chat-wrap .row .r-box {
            max-width: 380px;
            float: left;
            margin-left: 10px;
            padding: 20px;
            background: #FFF;
            position: relative;
            font-size: 12px;
            color: #666;
            line-height: 24px;
            margin-top: 8px; }
            .user-block .right .sx-chat-bxo .chat-wrap .row .r-box:before {
              position: absolute;
              left: -8px;
              top: 0px;
              content: '';
              display: block;
              width: 0px;
              height: 0px;
              border: solid 13px transparent;
              border-top: solid 13px #FFF; }
        .user-block .right .sx-chat-bxo .chat-wrap .r-row {
          margin-bottom: 18px; }
          .user-block .right .sx-chat-bxo .chat-wrap .r-row .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            float: right;
            margin-right: 20px; }
          .user-block .right .sx-chat-bxo .chat-wrap .r-row .r-box {
            max-width: 380px;
            float: right;
            margin-right: 10px;
            padding: 20px;
            background: #1DBAEF;
            position: relative;
            font-size: 12px;
            color: #FFF;
            line-height: 24px;
            margin-top: 8px; }
            .user-block .right .sx-chat-bxo .chat-wrap .r-row .r-box:before {
              position: absolute;
              right: -8px;
              top: 0px;
              content: '';
              display: block;
              width: 0px;
              height: 0px;
              border: solid 13px transparent;
              border-top: solid 13px #1DBAEF; }
        .user-block .right .sx-chat-bxo .chat-wrap .time {
          width: 100%;
          text-align: center;
          color: #D3D2D2;
          font-size: 12px;
          margin: 16px 0px; }
      .user-block .right .sx-chat-bxo .reply-box {
        width: 100%;
        height: 58px; }
        .user-block .right .sx-chat-bxo .reply-box .input {
          width: 770px;
          height: 58px;
          border: solid 1px #EEE;
          float: left;
          border-right: none;
          position: relative; }
          .user-block .right .sx-chat-bxo .reply-box .input .clear {
            width: 18px;
            height: 18px;
            cursor: pointer;
            background: #DDD;
            border-radius: 50%;
            position: absolute;
            right: 18px;
            top: 20px;
            color: #FFF;
            text-align: center;
            line-height: 18px;
            font-size: 14px; }
          .user-block .right .sx-chat-bxo .reply-box .input textarea {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            line-height: 18px;
            padding: 19px 16px;
            padding-right: 50px;
            resize: none;
            font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif; }
        .user-block .right .sx-chat-bxo .reply-box button {
          width: 125px;
          height: 58px;
          text-align: center;
          float: right;
          background: #2DBBED;
          color: #FFF;
          border: none;
          font-size: 14px;
          line-height: 58px;
          outline: none; }

.zb-banner {
  margin-top: 30px;
  width: 100%;
  height: 280px;
  background: url("../images/zbbanner.jpg");
  background-size: 100% 100%;
  padding-top: 1px; }
  .zb-banner .title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #FFF;
    text-align: center;
    margin-top: 90px; }
  .zb-banner .status {
    text-align: center;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: #FFF;
    height: 24px;
    line-height: 24px; }
    .zb-banner .status i {
      font-size: 22px;
      margin-right: 4px; }
  .zb-banner .btn {
    display: block;
    margin: 20px auto;
    width: 115px;
    height: 34px;
    border: solid 1px #2DBBED;
    text-align: center;
    line-height: 32px;
    color: #2DBBED; }

.zb-list-item {
  width: 110%;
  margin-top: 40px; }
  .zb-list-item .box {
    width: 250px;
    margin-bottom: 40px;
    margin-right: 25px;
    float: left; }
    .zb-list-item .box:hover .title .text {
      color: #2DBBED; }
    .zb-list-item .box .cover {
      width: 100%;
      height: 155px;
      position: relative;
      overflow: hidden;
      display: block; }
      .zb-list-item .box .cover:hover .bf {
        opacity: 1;
        transform: scale(1); }
      .zb-list-item .box .cover .bf {
        width: 52px;
        height: 52px;
        color: #FFF;
        border: solid 2px #FFF;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -26px;
        margin-top: -26px;
        z-index: 100;
        text-align: center;
        line-height: 52px;
        font-size: 30px;
        transform: scale(1.8);
        opacity: 0;
        transition: all 320ms ease-out; }
      .zb-list-item .box .cover:hover .img {
        transform: scale(1.1);
        -ms-transform: scale(1.1); }
      .zb-list-item .box .cover .img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 1s ease; }
      .zb-list-item .box .cover .info {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        color: #FFF;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
        .zb-list-item .box .cover .info i {
          float: left;
          margin-left: 6px;
          color: #FFF;
          display: flex; }
          .zb-list-item .box .cover .info i em {
            color: #FFF;
            float: left;
            font-size: 20px;
            margin-right: 4px; }
        .zb-list-item .box .cover .info span {
          float: right;
          margin-right: 6px;
          color: #FFF; }
    .zb-list-item .box .title {
      width: 100%;
      margin-top: 15px;
      display: block; }
      .zb-list-item .box .title .text {
        float: left;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .zb-list-item .box .info {
      width: 100%;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      margin-top: 5px; }
      .zb-list-item .box .info span {
        float: left;
        color: #666; }
      .zb-list-item .box .info i {
        float: right;
        color: #2DBBED; }

.dialog-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none; }
  .dialog-wrap .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .dialog-wrap .dialog {
    width: 440px;
    height: 520px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -260px; }
    .dialog-wrap .dialog .title {
      width: 100%;
      height: 58px;
      border-bottom: solid 1px #EEE;
      position: relative; }
      .dialog-wrap .dialog .title span {
        float: left;
        line-height: 58px;
        font-size: 20px;
        color: #666;
        margin-left: 25px; }
      .dialog-wrap .dialog .title .close {
        width: 58px;
        height: 58px;
        text-align: center;
        line-height: 58px;
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 24px;
        color: #999; }
    .dialog-wrap .dialog .yhk-content {
      width: 100%;
      padding: 0px 55px; }
      .dialog-wrap .dialog .yhk-content .row {
        width: 100%;
        margin-top: 18px; }
        .dialog-wrap .dialog .yhk-content .row label {
          float: left;
          width: 60px;
          text-align: right;
          height: 32px;
          line-height: 32px;
          font-size: 12px;
          color: #666; }
        .dialog-wrap .dialog .yhk-content .row .d {
          float: left;
          width: 240px;
          margin-left: 15px; }
          .dialog-wrap .dialog .yhk-content .row .d span {
            height: 32px;
            line-height: 32px;
            color: #999; }
          .dialog-wrap .dialog .yhk-content .row .d input {
            width: 100%;
            height: 32px;
            border: solid 1px #EEE;
            padding: 0px 12px;
            outline: none; }
            .dialog-wrap .dialog .yhk-content .row .d input:focus {
              border: solid 1px #2DBBED; }
          .dialog-wrap .dialog .yhk-content .row .d .send {
            float: right;
            padding: 0px 6px;
            height: 22px;
            border: solid 1px #2DBBED;
            color: #2DBBED;
            line-height: 20px;
            margin-top: 5px; }
        .dialog-wrap .dialog .yhk-content .row .submit {
          width: 125px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          background: #2DBBED;
          outline: none;
          color: #FFF;
          display: block;
          margin: 30px auto 0px;
          cursor: pointer;
          border: none; }
  .dialog-wrap .tx-dialog {
    width: 520px;
    height: 250px;
    margin-left: -260px;
    margin-top: -125px; }
    .dialog-wrap .tx-dialog .tx-content .b-tip {
      width: 100%;
      height: 55px;
      text-align: center;
      display: flex;
      justify-content: center;
      line-height: 55px;
      color: #2DBBED;
      margin-top: -8px;
      font-size: 24px; }
      .dialog-wrap .tx-dialog .tx-content .b-tip i {
        margin-right: 10px;
        font-size: 55px; }
    .dialog-wrap .tx-dialog .tx-content .s-tip {
      width: 100%;
      text-align: center;
      font-size: 16px;
      color: #666;
      height: 32px;
      line-height: 32px; }
    .dialog-wrap .tx-dialog .tx-content .opt {
      width: 270px;
      margin: 24px auto; }
      .dialog-wrap .tx-dialog .tx-content .opt .btn {
        width: 124px;
        height: 34px;
        text-align: center;
        line-height: 32px;
        border: solid 1px #2DBBED;
        color: #2DBBED;
        float: left;
        font-size: 14px; }
      .dialog-wrap .tx-dialog .tx-content .opt .btn-b {
        float: right;
        background: #2DBBED;
        color: #FFF; }
  .dialog-wrap .bm-dialog {
    width: 520px;
    height: 280px;
    margin-left: -260px;
    margin-top: -140px; }
    .dialog-wrap .bm-dialog .bm-content {
      padding: 0px 30px; }
      .dialog-wrap .bm-dialog .bm-content .bm-xx {
        width: 100%; }
        .dialog-wrap .bm-dialog .bm-content .bm-xx .avatar-box {
          height: 115px;
          float: left;
          margin-left: 18px; }
          .dialog-wrap .bm-dialog .bm-content .bm-xx .avatar-box .avatar {
            width: 88px;
            height: 88px; }
          .dialog-wrap .bm-dialog .bm-content .bm-xx .avatar-box span {
            display: block;
            text-align: center;
            font-size: 14px;
            color: #999;
            margin-top: 5px; }
        .dialog-wrap .bm-dialog .bm-content .bm-xx .r {
          width: 300px;
          height: 115px;
          float: left;
          border-left: solid 1px #EEE;
          padding-left: 20px;
          margin-left: 20px; }
          .dialog-wrap .bm-dialog .bm-content .bm-xx .r .n {
            width: 100%;
            height: 48px;
            line-height: 24px;
            font-size: 16px;
            overflow: hidden; }
          .dialog-wrap .bm-dialog .bm-content .bm-xx .r .sj {
            font-size: 14px;
            color: #666;
            margin-top: 16px; }
          .dialog-wrap .bm-dialog .bm-content .bm-xx .r .fy {
            color: #999;
            font-size: 12px;
            margin-top: 12px; }
            .dialog-wrap .bm-dialog .bm-content .bm-xx .r .fy i {
              font-size: 14px;
              color: #2DBBED; }
      .dialog-wrap .bm-dialog .bm-content .btn {
        display: block;
        width: 124px;
        height: 34px;
        text-align: center;
        line-height: 32px;
        border: solid 1px #2DBBED;
        color: #FFF;
        font-size: 14px;
        background: #2DBBED;
        margin: 28px auto; }
  .dialog-wrap .bdsj-dialog {
    width: 370px;
    height: 300px;
    margin-left: -185px;
    margin-top: -150px; }
    .dialog-wrap .bdsj-dialog .bdsj-content {
      width: 100%;
      padding: 0px 45px; }
      .dialog-wrap .bdsj-dialog .bdsj-content .row {
        width: 100%;
        margin-top: 30px; }
        .dialog-wrap .bdsj-dialog .bdsj-content .row .sjh {
          width: 100%;
          height: 32px;
          line-height: 30px;
          padding: 0px 12px;
          border: solid 1px #EEE;
          outline: none; }
          .dialog-wrap .bdsj-dialog .bdsj-content .row .sjh:focus {
            border: solid 1px #2DBBED; }
        .dialog-wrap .bdsj-dialog .bdsj-content .row .submit {
          width: 125px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          background: #2DBBED;
          outline: none;
          color: #FFF;
          display: block;
          margin: 30px auto 0px;
          cursor: pointer;
          border: none; }
      .dialog-wrap .bdsj-dialog .bdsj-content .yzm-row {
        position: relative; }
        .dialog-wrap .bdsj-dialog .bdsj-content .yzm-row .yzm {
          width: 100%;
          height: 32px;
          line-height: 30px;
          padding: 0px 12px;
          border: solid 1px #EEE;
          outline: none;
          padding-right: 130px; }
          .dialog-wrap .bdsj-dialog .bdsj-content .yzm-row .yzm:focus {
            border: solid 1px #2DBBED; }
        .dialog-wrap .bdsj-dialog .bdsj-content .yzm-row .get-code {
          display: block;
          height: 32px;
          color: #2DBBED;
          line-height: 32px;
          position: absolute;
          right: 0px;
          top: 0px;
          font-size: 12px;
          padding: 0px 12px;
          z-index: 9; }
  .dialog-wrap .zp-dialog {
    width: 600px;
    height: 500px;
    margin-left: -300px;
    margin-top: -250px; }
    .dialog-wrap .zp-dialog .zp-content {
      width: 100%;
      padding: 36px; }
      .dialog-wrap .zp-dialog .zp-content .uploadfile {
        display: none; }
      .dialog-wrap .zp-dialog .zp-content .pic-box {
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto; }
      .dialog-wrap .zp-dialog .zp-content .pic-item {
        width: 110%;
        margin-top: -40px; }
        .dialog-wrap .zp-dialog .zp-content .pic-item .img-box {
          width: 155px;
          height: 95px;
          float: left;
          margin-right: 25px;
          margin-top: 40px;
          position: relative;
          overflow: hidden; }
          .dialog-wrap .zp-dialog .zp-content .pic-item .img-box:hover .opt {
            top: 0px; }
          .dialog-wrap .zp-dialog .zp-content .pic-item .img-box img {
            width: 100%;
            height: 100%; }
          .dialog-wrap .zp-dialog .zp-content .pic-item .img-box .opt {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            left: 0px;
            top: -100px;
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
            .dialog-wrap .zp-dialog .zp-content .pic-item .img-box .opt a {
              display: block;
              width: 68px;
              height: 24px;
              border: solid 1px #FFF;
              line-height: 22px;
              text-align: center;
              font-size: 14px;
              margin: 20px auto 0px;
              color: #FFF; }
              .dialog-wrap .zp-dialog .zp-content .pic-item .img-box .opt a:nth-child(2) {
                margin-top: 10px; }
        .dialog-wrap .zp-dialog .zp-content .pic-item .upload-btn {
          margin-top: 40px;
          cursor: pointer;
          width: 155px;
          height: 95px;
          float: left;
          text-align: center;
          line-height: 93px;
          font-size: 26px;
          color: #DDD;
          border: solid 1px #EEE; }
      .dialog-wrap .zp-dialog .zp-content .add-btn {
        width: 125px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2DBBED;
        outline: none;
        color: #FFF;
        display: block;
        margin: 36px auto 0px;
        cursor: pointer;
        border: none; }
      .dialog-wrap .zp-dialog .zp-content .tip {
        text-align: center;
        font-size: 12px;
        color: #999;
        margin-top: 30px; }
  .dialog-wrap .cy-dialog {
    width: 600px;
    max-height: 530px;
    height: auto;
    margin-left: -300px;
    margin-top: -265px; }
    .dialog-wrap .cy-dialog .cy-content {
      padding: 25px 60px; }
      .dialog-wrap .cy-dialog .cy-content .l-w {
        height: 270px;
        overflow-x: hidden;
        overflow-y: auto; }
      .dialog-wrap .cy-dialog .cy-content .scwk-filter {
        width: 100%;
        height: 40px;
        position: relative;
        margin-top: 20px; }
        .dialog-wrap .cy-dialog .cy-content .scwk-filter input {
          width: 100%;
          height: 100%;
          border: solid 1px #EEE;
          padding: 0px 50px 0px 12px;
          outline: none; }
          .dialog-wrap .cy-dialog .cy-content .scwk-filter input:focus {
            border: solid 1px #2DBBED; }
        .dialog-wrap .cy-dialog .cy-content .scwk-filter .to-search {
          display: block;
          width: 50px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          color: #2DBBED;
          font-size: 26px;
          position: absolute;
          right: 0px;
          top: 0px; }
      .dialog-wrap .cy-dialog .cy-content .added-item {
        width: 110%; }
        .dialog-wrap .cy-dialog .cy-content .added-item .add {
          width: 50px;
          height: 73px;
          position: relative;
          float: left;
          margin-bottom: 20px;
          margin-right: 22px;
          overflow: hidden; }
          .dialog-wrap .cy-dialog .cy-content .added-item .add:hover i {
            top: 0px; }
          .dialog-wrap .cy-dialog .cy-content .added-item .add .name {
            display: block;
            width: 100%;
            font-size: 12px;
            color: #666;
            text-align: center;
            margin-top: 4px; }
          .dialog-wrap .cy-dialog .cy-content .added-item .add img {
            width: 100%;
            height: 50px; }
          .dialog-wrap .cy-dialog .cy-content .added-item .add i {
            transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
            cursor: pointer;
            display: block;
            width: 100%;
            height: 50px;
            position: absolute;
            left: 0px;
            top: -80px;
            color: #FFF;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
            background: rgba(0, 0, 0, 0.4); }
      .dialog-wrap .cy-dialog .cy-content .filter-item {
        width: 100%;
        margin-top: 16px; }
        .dialog-wrap .cy-dialog .cy-content .filter-item .res {
          height: 88px;
          padding: 10px 0px; }
        .dialog-wrap .cy-dialog .cy-content .filter-item .avatar {
          width: 68px;
          height: 68px;
          float: left; }
        .dialog-wrap .cy-dialog .cy-content .filter-item .r {
          float: left;
          width: 290px;
          padding-left: 20px;
          height: 68px; }
          .dialog-wrap .cy-dialog .cy-content .filter-item .r p {
            font-size: 14px;
            color: #666;
            margin-top: 14px; }
          .dialog-wrap .cy-dialog .cy-content .filter-item .r span {
            font-size: 12px;
            display: block;
            width: 100%;
            color: #999;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .dialog-wrap .cy-dialog .cy-content .filter-item .checkbox {
          float: right;
          height: 68px;
          line-height: 68px; }
          .dialog-wrap .cy-dialog .cy-content .filter-item .checkbox input {
            display: none; }
          .dialog-wrap .cy-dialog .cy-content .filter-item .checkbox i {
            color: #999;
            font-size: 28px;
            cursor: pointer; }
          .dialog-wrap .cy-dialog .cy-content .filter-item .checkbox .checked {
            color: #2DBBED; }
      .dialog-wrap .cy-dialog .cy-content .qrtj-btn {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2DBBED;
        margin: 30px auto 20px;
        font-size: 14px;
        color: #FFF;
        border: none;
        cursor: pointer;
        outline: none; }
  .dialog-wrap .sx-dialog {
    height: auto; }
    .dialog-wrap .sx-dialog .sixin-content {
      width: 100%;
      padding: 40px 28px; }
      .dialog-wrap .sx-dialog .sixin-content .sx-area {
        width: 100%;
        height: 150px;
        border: solid 1px #EEE;
        outline: none;
        resize: none;
        padding: 12px;
        font-family: "PingFangSC-Regular", "Microsoft YaHei", STHeiti, Helvetica, Arial, sans-serif; }
        .dialog-wrap .sx-dialog .sixin-content .sx-area:focus {
          border: solid 1px #2DBBED; }
      .dialog-wrap .sx-dialog .sixin-content .submit {
        width: 125px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2DBBED;
        outline: none;
        color: #FFF;
        display: block;
        margin: 30px auto 0px;
        cursor: pointer;
        border: none; }

.zb-wrap {
  width: 100%; }
  .zb-wrap .bfq-wrap {
    width: 100%;
    background: #292929;
    padding: 42px 0px; }
    .zb-wrap .bfq-wrap .bfq {
      width: 1080px;
      margin: 0px auto; }
      .zb-wrap .bfq-wrap .bfq .title {
        width: 100%;
        font-size: 22px;
        height: 24px;
        line-height: 24px;
        color: #FFF; }
      .zb-wrap .bfq-wrap .bfq .b {
        margin-top: 10px;
        height: 18px;
        line-height: 18px; }
        .zb-wrap .bfq-wrap .bfq .b time {
          float: left;
          color: #EEE;
          font-size: 12px; }
        .zb-wrap .bfq-wrap .bfq .b .prop {
          color: #DDD;
          float: right; }
          .zb-wrap .bfq-wrap .bfq .b .prop .p {
            margin-top: 2px;
            height: 14px;
            line-height: 13px;
            float: left;
            padding: 0px 12px;
            display: flex;
            font-size: 12px;
            border-right: solid 1px #363636; }
            .zb-wrap .bfq-wrap .bfq .b .prop .p .iconfont {
              font-size: 18px;
              margin-right: 4px; }
            .zb-wrap .bfq-wrap .bfq .b .prop .p:first-child {
              padding-left: 0px; }
          .zb-wrap .bfq-wrap .bfq .b .prop .share-item {
            padding: 0px !important;
            border-right: none !important;
            margin-right: -12px; }
            .zb-wrap .bfq-wrap .bfq .b .prop .share-item a {
              color: #EEE;
              margin-left: 5px;
              font-size: 20px !important; }
              .zb-wrap .bfq-wrap .bfq .b .prop .share-item a:hover {
                color: #2DBBED; }
              .zb-wrap .bfq-wrap .bfq .b .prop .share-item a:nth-child(1):hover:before {
                content: '\e633'; }
              .zb-wrap .bfq-wrap .bfq .b .prop .share-item a:nth-child(2):hover:before {
                content: '\e624'; }
              .zb-wrap .bfq-wrap .bfq .b .prop .share-item a:nth-child(3):hover:before {
                content: '\e616'; }
              .zb-wrap .bfq-wrap .bfq .b .prop .share-item a:nth-child(4):hover:before {
                content: '\e62d'; }
          .zb-wrap .bfq-wrap .bfq .b .prop .sc {
            cursor: pointer; }
      .zb-wrap .bfq-wrap .bfq .player-box {
        width: 100%;
        background: #1F1F1F;
        margin-top: 12px; }
        .zb-wrap .bfq-wrap .bfq .player-box .player {
          width: 815px;
          height: 455px;
          position: relative;
          float: left; }
          .zb-wrap .bfq-wrap .bfq .player-box .player .media {
            width: 100%;
            height: 100%; }
          .zb-wrap .bfq-wrap .bfq .player-box .player .cg-mask {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 9;
            overflow: hidden; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .cg-mask .icon-tip {
              width: 100%;
              height: 56px;
              line-height: 56px;
              text-align: center;
              display: flex;
              justify-content: center;
              color: #2DBBED;
              font-size: 24px;
              margin-top: 125px; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .cg-mask .icon-tip i {
                font-size: 56px;
                margin-right: 10px; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .cg-mask .tip-a {
              text-align: center;
              height: 24px;
              line-height: 24px;
              font-size: 18px;
              color: #FFF;
              margin-top: 12px; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .cg-mask .tip-b {
              text-align: center;
              height: 24px;
              line-height: 24px;
              font-size: 12px;
              color: #FFF;
              margin-top: 16px; }
          .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 9;
            overflow: hidden; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-a {
              width: 100%;
              text-align: center;
              color: #FFF;
              font-size: 18px;
              height: 24px;
              line-height: 24px;
              margin-top: 125px; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bar {
              width: 400px;
              margin: 20px auto;
              height: 21px;
              line-height: 21px; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bar .t {
                float: left;
                font-size: 12px;
                color: #FFF; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bar .y-t {
                color: #2DBBED; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bar .progress {
                width: 260px;
                height: 8px;
                border-radius: 4px;
                background: #D1D1D1;
                float: left;
                margin-top: 7px;
                margin-left: 6px;
                margin-right: 6px;
                overflow: hidden;
                position: relative; }
                .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bar .progress i {
                  width: 0%;
                  height: 8px;
                  position: absolute;
                  left: 0px;
                  top: 0px;
                  background: #2DBBED; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-b {
              text-align: center;
              color: #FFF;
              font-size: 12px;
              height: 22px;
              line-height: 22px;
              display: flex;
              justify-content: center; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-b span {
                display: flex; }
                .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-b span i {
                  font-size: 20px;
                  margin-right: 4px; }
              .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-b .fy {
                margin-left: 14px; }
                .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .tip-b .fy em {
                  color: #2DBBED; }
            .zb-wrap .bfq-wrap .bfq .player-box .player .bm-mask .bm-btn {
              width: 115px;
              height: 34px;
              text-align: center;
              line-height: 32px;
              color: #2DBBED;
              display: block;
              margin: 28px auto;
              border: solid 1px #2DBBED;
              font-size: 16px; }
        .zb-wrap .bfq-wrap .bfq .player-box .player-right {
          width: 258px;
          float: right;
          padding: 30px; }
          .zb-wrap .bfq-wrap .bfq .player-box .player-right .js {
            width: 100%;
            height: 76px;
            padding-bottom: 16px;
            border-bottom: solid 1px #343434; }
            .zb-wrap .bfq-wrap .bfq .player-box .player-right .js .avatar {
              width: 60px;
              height: 60px;
              float: left; }
            .zb-wrap .bfq-wrap .bfq .player-box .player-right .js .r {
              width: 130px;
              float: left;
              padding-left: 16px; }
              .zb-wrap .bfq-wrap .bfq .player-box .player-right .js .r .name {
                width: 100%;
                height: 36px;
                line-height: 36px;
                overflow: hidden;
                color: #FFF;
                font-size: 18px; }
              .zb-wrap .bfq-wrap .bfq .player-box .player-right .js .r .tag {
                width: 100%;
                overflow: hidden;
                height: 20px;
                line-height: 20px;
                font-size: 12px;
                color: #FFF; }
          .zb-wrap .bfq-wrap .bfq .player-box .player-right .info {
            margin-top: 16px;
            color: #aaa;
            font-size: 12px;
            line-height: 24px;
            height: 290px;
            overflow: hidden; }
  .zb-wrap .kcjs {
    width: 1080px;
    margin: 35px auto; }
    .zb-wrap .kcjs .kcjs-t {
      width: 100%;
      height: 16px;
      line-height: 16px;
      padding-left: 15px;
      border-left: solid 4px #2DBBED;
      font-size: 16px;
      color: #666;
      margin: 8px 0px; }
    .zb-wrap .kcjs .kcjs-content {
      margin-top: 6px; }
      .zb-wrap .kcjs .kcjs-content p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
        margin-top: 6px;
        text-indent: 2em; }

.zy-banner {
  width: 100%;
  height: 325px;
  background: url("../images/zybanner.png");
  background-size: 100% 100%; }
  .zy-banner .content {
    width: 1080px;
    margin: 0px auto;
    padding-top: 1px; }
    .zy-banner .content .avatar {
      width: 140px;
      height: 140px;
      border: solid 8px rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      overflow: hidden;
      margin: 40px auto 0px; }
      .zy-banner .content .avatar img {
        display: block;
        width: 100%;
        height: 100%; }
    .zy-banner .content .name {
      text-align: center;
      font-size: 18px;
      color: #FFF;
      display: flex;
      justify-content: center;
      height: 20px;
      line-height: 20px;
      margin-top: 16px; }
      .zy-banner .content .name i {
        font-size: 12px;
        padding: 0px 5px;
        display: inline-block;
        height: 18px;
        line-height: 18px;
        color: #FFF;
        background: #2DBBED;
        margin-left: 12px;
        margin-top: 2px; }
    .zy-banner .content .qm {
      text-align: center;
      font-size: 14px;
      color: #FFF;
      height: 18px;
      line-height: 18px;
      margin-top: 20px; }

.zyxq-banner {
  width: 100%;
  height: 325px;
  background: url("../images/zjbg.png");
  background-size: 100% 100%; }
  .zyxq-banner .content {
    width: 1080px;
    margin: 0px auto;
    padding-top: 1px; }
    .zyxq-banner .content .avatar {
      width: 100px;
      height: 100px;
      border: solid 3px rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      overflow: hidden;
      margin: 45px auto 0px; }
      .zyxq-banner .content .avatar img {
        display: block;
        width: 100%;
        height: 100%; }
    .zyxq-banner .content .name {
      text-align: center;
      font-size: 22px;
      color: #FFF;
      display: flex;
      justify-content: center;
      height: 30px;
      line-height: 30px;
      margin-top: 30px; }
      .zyxq-banner .content .name i {
        font-size: 12px;
        padding: 0px 5px 0px 2px;
        height: 21px;
        display: inline-block;
        line-height: 21px;
        border-radius: 3px;
        color: #FFF;
        background: #2DBBED;
        margin-left: 12px;
        margin-top: 6px; }
        .zyxq-banner .content .name i em {
          float: left;
          width: 20px;
          font-size: 20px;
          margin-top: 2px; }
    .zyxq-banner .content .qm {
      text-align: center;
      font-size: 16px;
      color: #FFF;
      height: 18px;
      line-height: 18px;
      margin-top: 20px;
      display: flex;
      justify-content: center; }

.zyxq-box {
  width: 1080px;
  margin: 0px auto; }
  .zyxq-box .zyxq-title {
    width: 1080px;
    margin: 20px auto 16px;
    height: 68px;
    line-height: 90px;
    overflow: hidden;
    border-bottom: solid 1px #EEE;
    position: relative; }
    .zyxq-box .zyxq-title span {
      font-size: 18px; }
      .zyxq-box .zyxq-title span i {
        margin-right: 6px;
        float: left; }
  .zyxq-box .text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 8px; }
  .zyxq-box .lw-item {
    width: 1125px;
    margin: 20px 0px; }
    .zyxq-box .lw-item li {
      margin-right: 40px;
      float: left;
      margin-bottom: 12px;
      font-size: 14px;
      color: #666; }
  .zyxq-box .ry-item {
    margin: 20px 0px; }
    .zyxq-box .ry-item li {
      margin-bottom: 12px;
      font-size: 14px;
      color: #666; }

.zy-nav {
  width: 1080px;
  margin: 20px auto 0px;
  height: 68px;
  line-height: 68px;
  border-bottom: solid 2px #2DBBED;
  position: relative; }
  .zy-nav .n {
    float: left;
    margin-right: 50px;
    font-size: 18px; }
    .zy-nav .n:hover {
      color: #2DBBED; }
  .zy-nav .cur {
    color: #2DBBED;
    font-weight: bold; }
  .zy-nav .fabu {
    padding: 0px 10px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 3px;
    border: solid 1px #DDD;
    text-align: center;
    display: flex;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px; }
    .zy-nav .fabu i {
      font-size: 21px;
      margin-right: 4px; }
  .zy-nav .opt {
    float: right;
    height: 26px;
    padding: 0px 8px;
    border: solid 1px #EEE;
    line-height: 24px;
    color: #818181;
    margin-top: 24px; }
    .zy-nav .opt:hover {
      color: #2DBBED;
      border: solid 1px #2DBBED; }
    .zy-nav .opt i {
      float: left;
      font-size: 22px;
      display: block;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg); }

.cloud-banner {
  width: 100%;
  height: 460px;
  background: url("../images/ytjbg.png");
  background-size: 100% 100%;
  display: block;
  cursor: pointer; }
  .cloud-banner .box {
    width: 1080px;
    height: 100%;
    margin: 0px auto;
    position: relative; }
    .cloud-banner .box .text-box {
      position: absolute;
      width: 500px;
      left: 0px;
      top: 120px; }
      .cloud-banner .box .text-box h3 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 36px;
        color: #FFF;
        font-weight: normal; }
      .cloud-banner .box .text-box p {
        font-size: 22px;
        height: 24px;
        line-height: 24px;
        color: #FFF;
        margin-top: 24px; }
      .cloud-banner .box .text-box a {
        margin-top: 50px;
        display: block;
        width: 120px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border: solid 1px #FFF;
        font-size: 18px;
        color: #FFF;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .cloud-banner .box .text-box a:hover {
          color: #333;
          background: #FFF; }
    .cloud-banner .box .tuan {
      width: 556px;
      display: block;
      position: absolute;
      right: 0px;
      top: 80px; }
      .cloud-banner .box .tuan img {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px; }
      .cloud-banner .box .tuan .a {
        z-index: 9; }
      .cloud-banner .box .tuan .b {
        z-index: 10; }
      .cloud-banner .box .tuan .c {
        z-index: 11; }

.cloud-section1 {
  width: 1080px;
  margin: 0px auto;
  padding: 40px 0px; }
  .cloud-section1 .title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    padding-bottom: 25px;
    position: relative; }
    .cloud-section1 .title:after {
      content: '';
      display: block;
      width: 320px;
      height: 1px;
      background: #EEE;
      position: absolute;
      left: 50%;
      margin-left: -160px;
      bottom: 0px; }
    .cloud-section1 .title:before {
      content: '';
      display: block;
      width: 36px;
      height: 3px;
      background: #2DBBED;
      position: absolute;
      left: 50%;
      margin-left: -18px;
      bottom: -1px;
      z-index: 9; }
  .cloud-section1 .text {
    width: 100%; }
    .cloud-section1 .text p {
      font-size: 14px;
      color: #666;
      line-height: 28px;
      margin-top: 25px; }
    .cloud-section1 .text img {
      margin-top: 20px;
      display: block;
      width: 100%; }

.cloud-section2 {
  width: 100%;
  height: 350px;
  background: url("../images/ytj2.jpg");
  background-size: 100% 100%; }
  .cloud-section2 .box {
    width: 1080px;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 1px; }
    .cloud-section2 .box .title {
      color: #FFF;
      width: 100%;
      margin: 42px auto 0px;
      text-align: center;
      font-size: 24px;
      padding-bottom: 25px;
      position: relative; }
      .cloud-section2 .box .title:after {
        content: '';
        display: block;
        width: 320px;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 50%;
        margin-left: -160px;
        bottom: 0px; }
      .cloud-section2 .box .title:before {
        content: '';
        display: block;
        width: 36px;
        height: 3px;
        background: #FFF;
        position: absolute;
        left: 50%;
        margin-left: -18px;
        bottom: -1px;
        z-index: 9; }
    .cloud-section2 .box .tag-item {
      width: 114%;
      margin-top: 60px; }
      .cloud-section2 .box .tag-item .tag {
        width: 33%;
        float: left; }
        .cloud-section2 .box .tag-item .tag i {
          float: left;
          width: 80px;
          height: 80px;
          border: solid 3px rgba(255, 255, 255, 0.3);
          color: #FFF;
          font-size: 48px;
          text-align: center;
          line-height: 74px;
          border-radius: 50%; }
        .cloud-section2 .box .tag-item .tag .t {
          margin-left: 18px;
          float: left;
          height: 80px;
          margin-top: 6px; }
          .cloud-section2 .box .tag-item .tag .t h3 {
            color: #FFF;
            font-size: 18px;
            font-weight: normal; }
          .cloud-section2 .box .tag-item .tag .t p {
            width: 150px;
            font-size: 12px;
            color: #FFF;
            line-height: 18px;
            margin-top: 8px; }

.cloud-section3 .box {
  width: 1080px;
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 1px; }
  .cloud-section3 .box .qr {
    width: 350px;
    margin: 46px auto 0px; }
    .cloud-section3 .box .qr img {
      width: 145px;
      height: 145px;
      float: left; }
    .cloud-section3 .box .qr .r {
      float: left;
      margin-left: 38px; }
      .cloud-section3 .box .qr .r h3 {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        margin-top: 6px; }
      .cloud-section3 .box .qr .r p {
        font-size: 14px;
        color: #666;
        margin-top: 12px; }
  .cloud-section3 .box .tag-item {
    width: 100%;
    margin: 38px 0px; }
    .cloud-section3 .box .tag-item .tag {
      width: 25%;
      float: left;
      border-right: solid 1px #EEE; }
      .cloud-section3 .box .tag-item .tag:last-child {
        border-right: none; }
      .cloud-section3 .box .tag-item .tag i {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 48px;
        text-align: center;
        line-height: 50px;
        color: #666; }
      .cloud-section3 .box .tag-item .tag span {
        width: 100%;
        text-align: center;
        color: #999;
        font-size: 14px;
        display: block; }

.cloud-section4 {
  width: 100%;
  height: 180px;
  background: #F7F9FA;
  padding-top: 1px; }
  .cloud-section4 h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 42px; }
  .cloud-section4 a {
    display: block;
    width: 176px;
    height: 42px;
    background: #2DBBED;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin: 36px auto 0px; }

.buy-block {
  width: 100%;
  background: url("../images/jiagebg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .buy-block .box {
    width: 1080px;
    margin: 0px auto;
    padding-top: 78px; }
    .buy-block .box .title {
      width: 100%;
      text-align: center; }
      .buy-block .box .title h3 {
        font-size: 24px;
        height: 24px;
        line-height: 24px; }
      .buy-block .box .title p {
        width: 100%;
        font-size: 14px;
        color: #666;
        margin-top: 24px; }
    .buy-block .box .buy-item {
      width: 110%;
      margin-top: 58px; }
      .buy-block .box .buy-item .buy {
        width: 225px;
        height: 120px;
        border: solid 1px #EEE;
        overflow: hidden;
        margin-right: 60px;
        margin-bottom: 30px;
        float: left;
        cursor: pointer;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        .buy-block .box .buy-item .buy:hover {
          border: solid 1px #2DBBED;
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); }
        .buy-block .box .buy-item .buy .t {
          height: 14px;
          line-height: 14px;
          width: 100%;
          margin-top: 50px;
          font-size: 14px;
          color: #666;
          text-align: center; }
          .buy-block .box .buy-item .buy .t em {
            color: #999;
            font-size: 12px; }
          .buy-block .box .buy-item .buy .t i {
            font-size: 26px;
            color: #2DBBED;
            padding-right: 6px;
            margin-left: 4px; }
          .buy-block .box .buy-item .buy .t span {
            padding-left: 6px;
            border-left: solid 1px #EEE; }
      .buy-block .box .buy-item .buy-active {
        position: relative;
        border: solid 1px #2DBBED;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); }
        .buy-block .box .buy-item .buy-active:before {
          content: '\e6f3';
          font-family: iconfont;
          display: block;
          position: absolute;
          right: -3px;
          bottom: -5px;
          color: #2DBBED;
          font-size: 40px; }
    .buy-block .box .submit-btn {
      width: 140px;
      height: 38px;
      background: #2DBBED;
      text-align: center;
      line-height: 38px;
      color: #FFF;
      cursor: pointer;
      display: block;
      margin: 60px auto 40px;
      border: none;
      outline: none; }

.feedback-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none; }
  .feedback-wrap .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .feedback-wrap .feedback {
    position: absolute;
    background-color: white;
    cursor: default;
    width: 408px;
    height: 420px;
    bottom: -420px;
    right: 0px;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 9px #999;
    font-size: 13px;
    line-height: 1.54;
    padding: 18px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
    .feedback-wrap .feedback .title {
      width: 100%;
      height: 36px;
      border-bottom: solid 1px #e0e1e5;
      margin-bottom: 28px; }
      .feedback-wrap .feedback .title span {
        font-size: 16px;
        color: #666;
        font-weight: bold; }
      .feedback-wrap .feedback .title i {
        float: right;
        cursor: pointer; }
    .feedback-wrap .feedback .s-title {
      height: 20px;
      font-size: 18px;
      line-height: 20px;
      padding-left: 5px;
      border-left: solid 2px #2DBBED;
      margin: 12px auto; }
    .feedback-wrap .feedback textarea {
      width: 100%;
      height: 80px;
      border: 1px solid #e0e1e5;
      border-radius: 2px !important;
      margin: 6px 0 20px;
      background-color: #f6f7fb;
      box-shadow: none !important;
      padding: 8px;
      vertical-align: top;
      resize: none;
      overflow: auto;
      outline: none; }
    .feedback-wrap .feedback input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border-radius: 2px !important;
      color: #999;
      background-color: #f6f7fb;
      padding: 0px 8px;
      font-family: inherit;
      box-shadow: none !important;
      border: 1px solid #e0e1e5;
      outline: none; }
    .feedback-wrap .feedback .feedback-btn {
      width: 120px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      color: #FFF;
      display: block;
      margin: 32px auto;
      border-radius: 3px;
      cursor: pointer;
      background: #2DBBED;
      border: none;
      font-size: 16px;
      outline: none; }
  .feedback-wrap .feedback-show {
    bottom: 0px; }

.zx-list-wrap {
  width: 1080px;
  margin: 0px auto; }
  .zx-list-wrap .zx-list {
    width: 100%; }
    .zx-list-wrap .zx-list .box {
      width: 100%;
      padding: 30px 0px;
      border-bottom: solid 1px #EEE; }
      .zx-list-wrap .zx-list .box:hover .cover img {
        transform: scale(1.1); }
      .zx-list-wrap .zx-list .box .cover {
        width: 215px;
        height: 135px;
        float: left;
        overflow: hidden; }
        .zx-list-wrap .zx-list .box .cover img {
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
          display: block;
          width: 100%;
          height: 100%; }
      .zx-list-wrap .zx-list .box .detail {
        width: 820px;
        float: left;
        margin-left: 24px; }
        .zx-list-wrap .zx-list .box .detail .title {
          display: block;
          width: 100%;
          height: 34px;
          line-height: 34px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 20px;
          margin-top: 8px; }
          .zx-list-wrap .zx-list .box .detail .title:hover {
            color: #2DBBED; }
        .zx-list-wrap .zx-list .box .detail .desc {
          width: 100%;
          height: 20px;
          line-height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #818181;
          font-size: 12px;
          margin-top: 8px; }
        .zx-list-wrap .zx-list .box .detail .other {
          width: 100%;
          margin-top: 40px; }
          .zx-list-wrap .zx-list .box .detail .other .prop {
            float: left;
            padding: 0px 10px;
            height: 14px;
            line-height: 14px;
            border-right: solid 1px #EEE;
            color: #999;
            font-size: 12px;
            display: flex; }
            .zx-list-wrap .zx-list .box .detail .other .prop .iconfont {
              font-size: 16px; }
            .zx-list-wrap .zx-list .box .detail .other .prop:last-child {
              border-right: none; }
          .zx-list-wrap .zx-list .box .detail .other .tag {
            color: #2DBBED;
            font-weight: bold;
            padding-left: 0px; }

.zx-detail {
  border-bottom: solid 1px #EEE; }
  .zx-detail .zx-detail-box {
    width: 100%;
    margin-top: 35px; }
    .zx-detail .zx-detail-box p {
      font-size: 16px;
      color: #666;
      line-height: 1.8;
      margin-bottom: 38px; }
    .zx-detail .zx-detail-box img {
      display: block;
      margin-bottom: 38px;
      width: 100%; }
  .zx-detail .zx-detail-zan {
    display: block;
    margin: 50px auto;
    width: 80px;
    height: 80px;
    background: #2DBBED;
    border-radius: 50%;
    overflow: hidden; }
    .zx-detail .zx-detail-zan i {
      display: block;
      width: 100%;
      font-size: 26px;
      height: 40px;
      line-height: 40px;
      color: #FFF;
      text-align: center;
      margin-top: 10px; }
    .zx-detail .zx-detail-zan em {
      display: block;
      width: 100%;
      font-size: 14px;
      color: #FFF;
      text-align: center; }
  .zx-detail .yizan {
    background: #CCC; }

.article-nav {
  width: 100%;
  margin-top: 20px; }
  .article-nav .box {
    padding: 15px 0px;
    background: #FFF;
    float: left; }
    .article-nav .box:hover .info .i-title {
      color: #2DBBED; }
    .article-nav .box:hover .info .desc {
      color: #2DBBED; }
    .article-nav .box:hover .cover img {
      transform: scale(1.1); }
    .article-nav .box .cover {
      width: 140px;
      height: 85px;
      float: left;
      overflow: hidden; }
      .article-nav .box .cover img {
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        display: block;
        width: 100%;
        height: 100%; }
    .article-nav .box .info {
      float: left;
      width: 130px;
      height: 85px;
      padding: 0px 15px; }
      .article-nav .box .info .i-title {
        display: block;
        margin-top: 5px;
        width: 100%;
        height: 30px;
        line-height: 20px;
        color: #666;
        font-size: 16px; }
      .article-nav .box .info .desc {
        width: 100%;
        height: 38px;
        line-height: 19px;
        color: #999;
        overflow: hidden;
        margin-top: 10px;
        font-size: 12px; }
    .article-nav .box .btn {
      width: 20px;
      float: left;
      display: block;
      color: #999;
      font-size: 24px;
      text-align: center;
      height: 85px;
      line-height: 85px;
      margin-right: 20px; }
    .article-nav .box:last-child {
      float: right; }
      .article-nav .box:last-child .cover {
        display: block;
        margin-left: 0px; }
      .article-nav .box:last-child .info {
        text-align: right;
        border-right: none; }
      .article-nav .box:last-child .btn {
        margin-right: 0px;
        margin-left: 20px; }

.gybanner {
  width: 100%; }
  .gybanner img {
    display: block;
    width: 100%; }

.gywm-box {
  width: 1080px;
  margin: 0px auto; }
  .gywm-box .s-1 {
    width: 100%;
    margin-top: 45px; }
    .gywm-box .s-1 img {
      float: left;
      width: 305px; }
    .gywm-box .s-1 .text {
      margin-left: 65px;
      width: 710px;
      float: left;
      position: relative;
      padding-left: 36px; }
      .gywm-box .s-1 .text:before {
        content: '';
        display: block;
        width: 1px;
        height: 65px;
        background: #EEE;
        position: absolute;
        left: 0px;
        top: 80px; }
      .gywm-box .s-1 .text h3 {
        font-size: 20px;
        font-weight: normal;
        margin-top: 16px;
        margin-left: -36px; }
      .gywm-box .s-1 .text p {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
        margin-top: 30px; }
  .gywm-box .s-2 {
    width: 100%;
    margin-top: 45px; }
    .gywm-box .s-2 img {
      float: right;
      width: 415px; }
    .gywm-box .s-2 .text {
      float: left;
      width: 610px;
      padding-left: 20px;
      position: relative; }
      .gywm-box .s-2 .text:before {
        content: '';
        display: block;
        width: 1px;
        height: 40px;
        background: #EEE;
        position: absolute;
        left: 0px;
        top: 36px; }
      .gywm-box .s-2 .text p {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
        margin-top: 30px; }
  .gywm-box .s-3 {
    width: 100%;
    margin-top: 45px;
    height: 345px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1); }
    .gywm-box .s-3 .map {
      width: 835px;
      height: 345px;
      float: left; }
    .gywm-box .s-3 .r {
      float: right;
      width: 245px;
      height: 345px;
      padding: 1px 40px; }
      .gywm-box .s-3 .r h3 {
        font-size: 16px;
        color: #666;
        margin-top: 40px; }
      .gywm-box .s-3 .r .p1 {
        margin-top: 18px;
        width: 100%;
        font-size: 16px;
        color: #999;
        display: flex; }
        .gywm-box .s-3 .r .p1 i {
          margin-right: 5px; }
      .gywm-box .s-3 .r .p2 {
        margin-top: 5px;
        width: 100%;
        font-size: 12px;
        color: #999;
        display: flex; }
        .gywm-box .s-3 .r .p2 i {
          font-size: 14px;
          margin-right: 5px; }
      .gywm-box .s-3 .r .p3 {
        margin-top: 18px; }
        .gywm-box .s-3 .r .p3 img {
          display: block;
          width: 148px;
          height: 148px; }

.zpj-box {
  width: 1080px;
  margin: 0px auto;
  overflow: hidden; }
  .zpj-box .zp-list-item {
    width: 110%;
    margin-top: 45px; }
    .zpj-box .zp-list-item .box {
      width: 250px;
      margin-bottom: 30px;
      margin-right: 24px;
      float: left; }
      .zpj-box .zp-list-item .box:hover .title .text {
        color: #2DBBED; }
      .zpj-box .zp-list-item .box .cover {
        display: block;
        width: 100%;
        height: 150px;
        position: relative;
        overflow: hidden; }
        .zpj-box .zp-list-item .box .cover:hover .img {
          transform: scale(1.1);
          -ms-transform: scale(1.1); }
        .zpj-box .zp-list-item .box .cover .img {
          display: block;
          width: 100%;
          height: 100%;
          transition: all 1s ease; }
        .zpj-box .zp-list-item .box .cover .info {
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 28px;
          line-height: 28px;
          color: #FFF;
          background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
          .zpj-box .zp-list-item .box .cover .info .l {
            float: left;
            margin-left: 6px;
            color: #FFF;
            display: flex; }
            .zpj-box .zp-list-item .box .cover .info .l em {
              color: #FFF;
              font-size: 18px; }
          .zpj-box .zp-list-item .box .cover .info .r {
            float: right;
            margin-right: 6px;
            color: #FFF;
            display: flex; }
            .zpj-box .zp-list-item .box .cover .info .r em {
              color: #FFF;
              font-size: 18px; }
      .zpj-box .zp-list-item .box .title {
        width: 100%;
        margin-top: 15px;
        display: block; }
        .zpj-box .zp-list-item .box .title .text {
          float: left;
          width: 145px;
          height: 28px;
          line-height: 28px;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .zpj-box .zp-list-item .box .title .status {
          float: right;
          width: 42px;
          height: 18px;
          color: #2DBBED;
          text-align: center;
          line-height: 16px;
          font-size: 12px;
          margin-top: 5px; }
        .zpj-box .zp-list-item .box .title .status-f {
          color: #E40000; }
        .zpj-box .zp-list-item .box .title .status-e {
          color: #666; }
      .zpj-box .zp-list-item .box .info {
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        margin-top: 2px; }
        .zpj-box .zp-list-item .box .info span {
          float: left;
          color: #999; }
        .zpj-box .zp-list-item .box .info i {
          float: right;
          color: #E40000; }
        .zpj-box .zp-list-item .box .info em {
          float: right;
          color: #666; }
      .zpj-box .zp-list-item .box .info-sc em {
        color: #2DBBED; }

.zpj-f-item {
  width: 105%; }
  .zpj-f-item a {
    float: left;
    margin-right: 50px;
    font-size: 14px;
    color: #666;
    margin-top: 20px; }
    .zpj-f-item a:hover {
      color: #2DBBED; }
      .zpj-f-item a:hover i {
        color: #2DBBED; }
    .zpj-f-item a i {
      font-size: 12px;
      color: #999; }

.zp-xq-section {
  width: 100%; }
  .zp-xq-section .title {
    width: 100%;
    text-align: center;
    line-height: 1.8;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal; }
  .zp-xq-section .row {
    width: 100%;
    border-bottom: solid 1px #EEE;
    padding: 15px 0px; }
    .zp-xq-section .row:last-child {
      border-bottom: none; }
    .zp-xq-section .row .row-t {
      width: 100%;
      padding: 12px 0px; }
      .zp-xq-section .row .row-t label {
        float: left;
        width: 85px;
        font-size: 12px;
        color: #999; }
      .zp-xq-section .row .row-t .detail {
        font-size: 12px;
        color: #666;
        width: 800px;
        float: left; }
        .zp-xq-section .row .row-t .detail .status-e {
          color: #E40000; }
        .zp-xq-section .row .row-t .detail .status-i {
          color: #999; }
        .zp-xq-section .row .row-t .detail .text {
          width: 100%; }
          .zp-xq-section .row .row-t .detail .text p {
            font-size: 12px !important;
            color: #666 !important;
            line-height: 1.8;
            margin-bottom: 15px; }
            .zp-xq-section .row .row-t .detail .text p img {
              max-width: 60%; }
          .zp-xq-section .row .row-t .detail .text img {
            max-width: 60%; }
        .zp-xq-section .row .row-t .detail .slt {
          width: 230px;
          height: 142px; }
          .zp-xq-section .row .row-t .detail .slt img {
            display: block;
            width: 100%;
            height: 100%; }
  .zp-xq-section .btn-row {
    width: 350px;
    margin: 50px auto 0px; }
    .zp-xq-section .btn-row a {
      float: left;
      display: block;
      width: 156px;
      height: 44px;
      line-height: 42px;
      border: solid 1px #2DBBED;
      text-align: center;
      color: #2DBBED;
      font-size: 16px; }
    .zp-xq-section .btn-row .btn-b {
      float: right;
      background: #2DBBED;
      color: #FFF; }
      .zp-xq-section .btn-row .btn-b i {
        margin-right: 4px; }

.login-wrap .footer-wrap {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10; }
  .login-wrap .footer-wrap .footer {
    width: 1080px;
    height: 60px;
    padding: 22px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: center; }
    .login-wrap .footer-wrap .footer .t {
      display: inline-block;
      height: 16px;
      line-height: 16px;
      color: #999;
      padding: 0px 15px;
      border-right: solid 1px #494949;
      display: flex; }
      .login-wrap .footer-wrap .footer .t i {
        font-size: 24px;
        margin-right: 12px; }
      .login-wrap .footer-wrap .footer .t:last-child {
        border-right: none; }

/*# sourceMappingURL=style.css.map */
