* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  padding-bottom: 50px; }

p {
  margin: 0 !important; }

.text-spilit {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: block; }

.banner {
  width: 100%;
  position: relative;
  min-height: 90px; }
  .banner img {
    display: block;
    width: 100%; }
  .banner .banner-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); }
    .banner .banner-info .same-info {
      width: 50%;
      float: left; }
      .banner .banner-info .same-info p {
        font-size: 12px;
        color: #494949;
        margin: 5px;
        overflow: hidden; }
    .banner .banner-info .box1 {
      padding: 10px 15px; }
    .banner .banner-info .box2 {
      padding: 10px 15px 10px 0; }

.nav {
  width: 100%;
  background: #F7F7F7; }
  .nav .top-nav {
    width: 100%;
    padding: 20px 15px; }
    .nav .top-nav .same-nav {
      float: left;
      width: 20%; }
      .nav .top-nav .same-nav a {
        display: block;
        width: 100%; }
        .nav .top-nav .same-nav a img {
          display: block;
          width: 70%;
          margin: 0 auto; }
        .nav .top-nav .same-nav a span {
          display: block;
          border: 2px solid #C8C2BB;
          border-radius: 50%;
          background: #ffffff;
          width: 20px;
          height: 20px;
          margin: 10px auto;
          z-index: 1;
          position: relative; }
        .nav .top-nav .same-nav a i {
          display: block;
          height: 3px;
          width: 100%;
          background: #E5DFDA;
          position: relative;
          top: -21px;
          z-index: 0; }
        .nav .top-nav .same-nav a p {
          width: 100%;
          text-align: center;
          color: #cac4bd;
          font-size: 14px;
          margin-top: -5px; }
    .nav .top-nav .same-nav.active a span {
      border: 2px solid #F98B2A;
      background: #F98B2A; }
    .nav .top-nav .same-nav.active a p {
      color: #F98B2A; }
  .nav .fans {
    width: 100%;
    padding: 0 15px 20px; }
    .nav .fans .fans-list {
      width: 80%;
      float: left; }
      .nav .fans .fans-list a {
        display: block;
        width: 20%;
        float: left; }
        .nav .fans .fans-list a img {
          width: 80%;
          display: block;
          margin: 0 auto; 
          border-radius:50px;
        }
    .nav .fans .fans-more {
      width: 20%;
      float: left; }
      .nav .fans .fans-more .view-more {
        display: block;
        width: 90%;
        margin: 0 auto;
        border-radius: 15px;
        border: 1px solid #B2B2B2;
        text-align: center;
        line-height: 1.8;
        font-size: 12px;
        color: #626262; }
      .nav .fans .fans-more p {
        font-size: 12px;
        text-align: center;
        padding-top: 5px;
        color: #626262; }

.main-content {
  width: 100%;
  padding: 20px 15px; }
  .main-content .same-progress {
    width: 100%;
    overflow: hidden; }
    .main-content .same-progress:first-child .right-content .line i {
      top: 10px; }
    .main-content .same-progress .left-name {
      width: 12%;
      float: left;
      position: relative;
      padding-right: 3px; }
      .main-content .same-progress .left-name img {
        display: block;
        width: 94%;
        margin: 0 auto; }
      .main-content .same-progress .left-name p {
        text-align: center;
        font-size: 12px;
        padding-top: 8px; }
    .main-content .same-progress .right-content {
      width: 88%;
      float: left; }
      .main-content .same-progress .right-content .line {
        width: 8%;
        height: 100%;
        float: left;
        position: relative; }
        .main-content .same-progress .right-content .line i {
          width: 3px;
          background: #E5DFDA;
          display: block;
          height: 2000px;
          position: absolute;
          left: 9px; }
        .main-content .same-progress .right-content .line span {
          position: absolute;
          display: block;
          border-radius: 50%;
          background: #C8C2BB;
          width: 20px;
          height: 20px;
          top: 10px; }
          .main-content .same-progress .right-content .line span small {
            display: block;
            margin: 5px auto;
            border-radius: 50%;
            background: #ffffff;
            width: 10px;
            height: 10px; }
      .main-content .same-progress .right-content .main-info {
        width: 92%;
        float: right;
        padding-top: 10px; }
        .main-content .same-progress .right-content .main-info .top-txt {
          padding: 0 5px;
          font-size: 14px;
          color: #86827e;
          line-height: 22px; }
        .main-content .same-progress .right-content .main-info .design {
          padding: 10px 0; }
          .main-content .same-progress .right-content .main-info .design .designer {
            float: left;
            width: 65%;
            font-size: 12px; }
          .main-content .same-progress .right-content .main-info .design .btns {
            float: right;
            width: 35%;
            text-align: center;
            position: relative;
            top: -3px; }
            .main-content .same-progress .right-content .main-info .design .btns a {
              display: inline-block;
              width: 45%;
              font-size: 12px;
              line-height: 20px;
              border-radius: 13px;
              text-align: center;
              border: 1px solid #898582;
              color: #86827e; }
              .main-content .same-progress .right-content .main-info .design .btns a img {
                position: relative;
                height: 15px;
                width: auto;
                top: 0px;
                margin-right: 3px; }
            .main-content .same-progress .right-content .main-info .design .btns a.fabulous img {
              top: -1px; }
        .main-content .same-progress .right-content .main-info .bottom-info {
          background: #F3F3F5;
          padding: 10px;
          position: relative;
          z-index: 1;
          border-radius: 4px; }
          .main-content .same-progress .right-content .main-info .bottom-info .arrow {
            position: absolute;
            top: -18px;
            z-index: 0; }
            .main-content .same-progress .right-content .main-info .bottom-info .arrow img {
              width: 25px;
              height: 14px; }
          .main-content .same-progress .right-content .main-info .bottom-info p {
            font-size: 12px;
            line-height: 22px;
            color: #86827e;
            padding-bottom: 5px; }
          .main-content .same-progress .right-content .main-info .bottom-info a {
            display: block;
            margin: 8px auto;
            text-align: center;
            color: #86827e;
            padding: 4px 20px;
            width: 100px;
            font-size: 12px;
            border-radius: 14px;
            border: 1px solid #86827e; }

.cooperation {
  width: 100%;
  background: #F7F7F7;
  padding: 20px 10px; }
  .cooperation .cooperation-title {
    text-align: center;
    font-size: 16px;
    color: #737373;
    padding-bottom: 10px; }

.fixed-btn {
  width: 100%;
  height: 50px;
  background: #F98B2A;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999; }
  .fixed-btn a {
    line-height: 50px;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff; }

/*# sourceMappingURL=index.css.map */
