.container.about {
  display: flex;
  margin-top: 30px; }

.about-left {
  width: 230px;
  flex: 0 0 auto;
  background: #fff; }
  .about-left .menu-card li a {
    line-height: 56px;
    font-size: 15px;
    display: block;
    padding-left: 20px;
    border-left: 1px solid #fff; }
  .about-left .menu-card li.active a {
    border-color: #5079b7;
    background: #f2f5fb;
    color: #5079b7; }
  .about-left .menu-card li.active .myset {
    background-position: -38px -111px; }
  .about-left .menu-card li.active .myarc {
    background-position: -38px -141px; }
  .about-left .menu-card li.active .myfac {
    background-position: -38px -171px; }
  .about-left .menu-card li.active .mycom {
    background-position: -38px -201px; }
  .about-left .menu-card li.active .mybook {
    background-position: -38px -231px; }
  .about-left .menu-card li.active .mynotify {
    background-position: -38px -261px; }
  .about-left .menu-card li.active .myrec {
    background-position: -38px -291px; }
  .about-left .menu-card li .zcj-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.about-right {
  flex: 1 1 auto;
  margin-left: 30px;
  padding: 10px 20px 30px;
  background: #fff; }
  .about-right .header {
    width: 100%;
    border-bottom: 1px solid #eee; }
    .about-right .header h2 {
      line-height: 40px;
      font-size: 14px;
      font-size: 15px; }
  .about-right .content {
    padding: 15px 0;
    font-size: 15px;
    color: #211d1e;
    line-height: 1.8; }
    .about-right .content img{
      max-width: 100%;
    }

.person-center-bg {
  width: 100%;
  height: 240px;
  background: url(../images/zhuanlan3.jpg) top center no-repeat; }
  .person-center-bg .container {
    display: flex;
    height: 100%;
    align-items: center; }
    .person-center-bg .container .person-head {
      flex: 0 0 auto; }
      .person-center-bg .container .person-head .img {
        width: 120px;
        height: 120px;
        display: inline-block;
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden; }
        .person-center-bg .container .person-head .img img {
          width: 100%;
          height: 100%; }
    .person-center-bg .container .person-name {
      flex: 0 0 auto;
      margin-left: 20px; }
      .person-center-bg .container .person-name .name {
        font-size: 22px;
        font-weight: bold;
        color: #fff; }
      .person-center-bg .container .person-name .desc {
        color: #fff;
        line-height: 2; }
      .person-center-bg .container .person-name .tags {
        margin-top: 8px; }
        .person-center-bg .container .person-name .tags .a {
          height: 22px;
          line-height: 22px;
          display: inline-block;
          margin-right: 10px;
          border: 1px solid #5079b7;
          border-radius: 10px;
          padding: 0 5px;
          color: #5079b7;
          background: azure;}
    .person-center-bg .container .person-total {
      flex: 1 1 auto;
      text-align: right; }
      .person-center-bg .container .person-total .item {
        background: url(../images/circle-trans.png) center center no-repeat;
        width: 100px;
        height: 100px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-right: 22px;
        font-weight: bold;
        display: inline-block;
        padding-top: 24px; }

.setting-tab {
  line-height: 58px;
  font-size: 18px;
  color: #505050;
  border-bottom: 2px solid #97b0d5; }
  .setting-tab .item {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer; }
    .setting-tab .item.active {
      color: #5079b7;
      border-bottom: 3px solid #5079b7;
      margin-bottom: -2px; }
  .setting-tab .post-new-btn {
    float: right;
    color: #6489bf;
    cursor: pointer; }

.setting-content {
  padding-bottom: 50px; }
  .setting-content .setting-form {
    width: 400px;
    margin: 0 auto; }
    .setting-content .setting-form .set-label {
      font-size: 12px;
      color: #505050;
      line-height: 1.5;
      margin-top: 12px; }
    .setting-content .setting-form .set-input {
      margin-top: 3px; }
      .setting-content .setting-form .set-input input {
        width: 100%;
        border: none;
        line-height: 32px;
        text-indent: 10px;
        background: #f2f5fb;
        color: #878787; }
        .setting-content .setting-form .set-input input[disabled] {
          background: #f0f0f0; }
      .setting-content .setting-form .set-input textarea {
        min-height: 55px;
        width: 100%;
        border: none;
        line-height: 32px;
        text-indent: 10px;
        background: #f2f5fb;
        color: #878787; }
    .setting-content .setting-form .set-ctrl {
      margin-top: 20px; }
      .setting-content .setting-form .set-ctrl .set-submit {
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #5079b7;
        color: #fff;
        cursor: pointer;
        border: none;
        border-radius: 2px; }

.fav-content .fav-search {
  font-size: 12px;
  color: #878787;
  padding: 5px 0; }
.fav-content .fav-red-tip {
  color: #ff4c4a;
  line-height: 30px; }
.fav-content .fav-repeat {
  padding: 20px 24px; }
  .fav-content .fav-repeat .fav-item {
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px; }
    .fav-content .fav-repeat .fav-item .title {
      width: 620px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      float: left;
      display: inline-block;
      font-size: 16px;
      color: #505050; }
      .fav-content .fav-repeat .fav-item .title .tag {
        color: #cecece;
        margin-right: 15px; }
      .fav-content .fav-repeat .fav-item .title a {
        color: inherit; }
    .fav-content .fav-repeat .fav-item .time {
      display: inline-block;
      float: right;
      color: #c3c7cb; }
      .fav-content .fav-repeat .fav-item .time .sm-trash, .fav-content .fav-repeat .fav-item .time .sm-edit {
        margin-left: 6px;
        cursor: pointer; }
      .fav-content .fav-repeat .fav-item .time .zhuanzhu, .fav-content .fav-repeat .fav-item .time .eye {
        margin-right: 6px; }

.fav-no-data {
  text-align: center;
  color: #878787;
  line-height: 2; }

.post-form-layout {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  width: 80%;
  margin: 10px auto 0 auto;
  position: relative; }
  .post-form-layout .import-arc-btn {
    font-size: 14px;
    color: #d61725;
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 998;
    cursor: pointer; }
  .post-form-layout .input-title {
    margin: 10px 0 20px 0; }
    .post-form-layout .input-title input {
      font-size: 20px;
      line-height: 2.2;
      color: #505050;
      font-weight: bold;
      outline: none;
      border: none;
      width: 100%; }

.other-layout {
  padding: 10px 0 30px 0; }
  .other-layout .alabel {
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px; }
  .other-layout .areas {
    margin-top: 5px;
    padding: 0 15px; }
    .other-layout .areas span {
      margin-right: 10px; }
  .other-layout .files {
    padding: 0 10px; }
    .other-layout .files .file {
      line-height: 2;
      margin-top: 5px; }
      .other-layout .files .file .sm-trash {
        cursor: pointer; }

.join_con3 {
  padding-top: 45px;
  width: 760px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.join_con3 .user_head2 {
  float: left;
  display: inline;
  width: 182px;
  height: 182px;
}
.join_con3 .user_head2 img {
  width: 182px;
  height: 182px;
  border-radius: 50%;
}

.join_con3 .user_upload {
  width: 540px;
  float: right;
  display: inline;
  text-align: center;
  line-height: 90px;
  padding-top: 20px;
  font-size: 14px;
}
.join_con3 .head_bnt {
  height: 40px;
  line-height: 40px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff776e;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}


.pro-order-list .pro-item {
  width: 266px;
  height: 252px;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  position: relative;
  margin-right: 50px;
  margin-top: 20px;
  float: left;
  overflow: hidden; }
.pro-order-list .pro-item:nth-child(3n) {
  margin-right: 0; }
.pro-order-list .pro-item .head {
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #505050;
  font-size: 20px;
  background: #f2f2f2; }
.pro-order-list .pro-item .content {
  text-align: center; }
.pro-order-list .pro-item .content .price {
  text-align: inherit; }
.pro-order-list .pro-item .content .price-value {
  color: #505050;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  display: inline-block; }
.pro-order-list .pro-item .content .price-value::before {
  content: '￥';
  color: #505050;
  font-size: 14px;
  position: absolute;
  left: -16px;
  top: 18px; }
.pro-order-list .pro-item .content .price-value::after {
  content: '元';
  color: #505050;
  font-size: 20px;
  position: absolute;
  right: -22px;
  top: 32px; }
.pro-order-list .pro-item .content .href-btn {
  width: 110px;
  height: 38px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  color: #505050;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block; }
.pro-order-list .pro-item .price-tag {
  display: block;
  background-image: url(../images/iconmap.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 66px;
  position: absolute;
  top: -2px;
  right: -2px; }
.pro-order-list .pro-item .price-tag.off {
  background-position: -88px -68px; }
.pro-order-list .pro-item .price-tag.best {
  background-position: -88px -1px; }
.pro-order-list .pro-item.off .href-btn {
  border-color: #a0a0a0; }
.pro-order-list .pro-item.best {
  border: 0;
  background: #d61725;
  box-shadow: 5px 5px 10px rgba(214, 23, 37, 0.3); }
.pro-order-list .pro-item.best .head {
  background: url(../images/red-bgf.jpg) left top no-repeat #f13845;
  color: #fff; }
.pro-order-list .pro-item.best .price-tag {
  top: 0;
  right: 0; }
.pro-order-list .pro-item.best .price-value {
  color: #fff; }
.pro-order-list .pro-item.best .price-value::before, .pro-order-list .pro-item.best .price-value::after {
  color: #fff; }
.pro-order-list .pro-item.best .href-btn {
  color: #fff;
  background: #f5a623;
  border: 0; }
.pro-order-list .pro-item.best .tag-ok {
  display: block;
  background-image: url(../images/iconmap.png);
  background-repeat: no-repeat;
  background-position: -94px -141px;
  width: 66px;
  height: 57px;
  position: absolute;
  bottom: 0;
  right: -1px; }

.get-history {
  line-height: 2;
  color: #d61725;
  margin-bottom: 10px; }

.result-table {
  width: 100%; }
.result-table thead, .result-table tbody {
  width: 100%; }
.result-table thead th {
  background: #f6f6f6;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5; }
.result-table tbody tr:nth-child(2n) td {
  background: #f6f6f6; }
.result-table tbody td {
  text-align: center;
  color: #606060;
  font-size: 12px;
  padding: 20px 0;
  line-height: 1.5;
  background: #fff; }

.order-pay-layout .pay-head {
  border-bottom: 2px solid #97b0d5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0; }
.order-pay-layout .pay-head .pay-info {
  flex: 1 1 auto;
  color: #211d1e;
  line-height: 2; }
.order-pay-layout .pay-head .pay-info p.m {
  font-size: 12px; }
.order-pay-layout .pay-head .pay-info p.t {
  font-size: 14px; }
.order-pay-layout .pay-head .pay-info p.t strong {
  margin-right: 12px; }
.order-pay-layout .pay-head .pay-price {
  flex: 0 0 auto;
  padding: 0 20px; }
.order-pay-layout .pay-head .pay-price .price-value {
  font-size: 22px;
  color: #d61725;
  position: relative; }
.order-pay-layout .pay-head .pay-price .price-value::after {
  content: '元';
  color: #211d1e;
  font-size: 12px;
  top: 10px;
  right: -14px;
  position: absolute; }
.order-pay-layout .pay-content {
  padding: 40px 0; }
.order-pay-layout .pay-content .pay-wrap {
  width: 182px;
  margin: 0 auto;
  text-align: center; }
.order-pay-layout .pay-content .pay-wrap p.a {
  font-size: 12px; }
.order-pay-layout .pay-content .pay-wrap p.p {
  font-size: 22px;
  color: #d61725;
  margin-top: 8px; }
.order-pay-layout .pay-content .pay-wrap .pay-code {
  width: 182px;
  height: 233px;
  background: url(../images/pay-ewm-bg.jpg) top center no-repeat;
  margin: 15px 0 15px 0; }
.order-pay-layout .pay-content .pay-wrap .pay-code .code-img {
  width: 167px;
  height: 167px;
  margin: 7px 0 0 7px;
  float: left;
  overflow: hidden; }
.order-pay-layout .pay-content .pay-wrap .pay-code .code-img img {
  width: 167px;
  height: 167px; }
.order-pay-layout .pay-content .pay-wrap .h {
  color: #bfbfbf;
  text-decoration: underline; }

.search-wrapper {
  background: url(../images/search-bg.jpg) top center no-repeat;
  width: 100%;
  height: 475px; }
.search-wrapper .search-form {
  width: 910px;
  display: flex;
  margin: 260px 195px 0 195px;
  padding: 0;
  float: left; }
.search-wrapper .search-form .search-input {
  flex: 1 1 auto;
  height: 52px;
  line-height: 52px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-indent: 12px;
  background: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none; }
.search-wrapper .search-form .search-btn {
  flex: 0 0 auto;
  width: 110px;
  background: #616dff;
  color: #fff;
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
  cursor: pointer; }
.search-wrapper .search-keys {
  width: 910px;
  float: left;
  margin: 30px auto 0 195px;
  color: #fff;
  font-size: 16px; }
.search-wrapper .search-keys .key-tag {
  display: inline;
  margin-right: 20px;
  color: #fff; }

.vip-bar {
  width: 100%;
  height: 164px;
  text-align: center;
  overflow: hidden; }
.vip-bar .full-bar-img {
  width: 1920px;
  margin-left: -360px; }

.vip-list {
  margin-top: 50px; }
.vip-list .vip-hd {
  text-align: center; }
.vip-list .vip-hd h1.t {
  font-size: 28px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal; }
.vip-list .vip-hd h3.d {
  font-size: 14px;
  color: #959595;
  margin: 0;
  padding: 0; }
.vip-list .vip-bds {
  margin-top: 30px; }
.vip-list .vip-bds .vip-item {
  width: 280px;
  float: left;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0 15px 15px rgba(181, 215, 255, 0.75);
  border-radius: 5px; }
.vip-list .vip-bds .vip-item .img {
    width: 100%;
    position: relative; }
.vip-list .vip-bds .vip-item .img .t {
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0; }
.vip-list .vip-bds .vip-item.a1 .img, .vip-list .vip-bds .vip-item.a3 .img {
    height: 208px; }
.vip-list .vip-bds .vip-item.a2 .img {
    height: 280px; }
.vip-list .vip-bds .vip-item.a2 .img .t {
    font-size: 32px; }
.vip-list .vip-bds .vip-item img {
    width: 100%; }
.vip-list .vip-bds .vip-item .p {
    text-align: center;
    font-size: 24px;
    color: #999;
    margin: 30px 0 10px 0; }
.vip-list .vip-bds .vip-item .link {
    color: #e1ba6c;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px; }
.vip-list .vip-bds .vip-item.a2 {
    width: 470px;
    margin-left: 85px; }
.vip-list .vip-bds .vip-item.a2 .p {
    font-size: 32px; }
.vip-list .vip-bds .vip-item.a2 .link {
    width: 240px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 22px;
    background: #d61725;
    border-radius: 3px; }
.vip-list .vip-bds .vip-item.a2 .link:hover {
    color: #fff !important; }
.vip-list .vip-bds .vip-item.a3 {
    margin-left: 85px; }
.vip-list .vip-bds .vip-item.a3 .link {
    color: #32a3ff; }

.vip-result {
  background: #f1f1f1;
  padding: 40px 0;
  margin-top: 35px; }
.vip-result .result-hd {
  font-size: 28px;
  color: #505050;
  text-align: center; }
.vip-result .result-bar {
  width: 100%;
  height: 39px;
  display: flex;
  margin: 20px 0 30px 0;
  background: #fff; }
.vip-result .result-bar .bug-tag {
  flex: 0 0 auto; }
.vip-result .result-bar .buy-scroll {
  flex: 1 1 auto;
  padding: 0 20px;
  line-height: 38px;
  color: #727272; }
.vip-result .result-table2 {
  width: 100%; }
.vip-result .result-table2 thead, .vip-result .result-table2 tbody {
  width: 100%; }
.vip-result .result-table2 thead th {
  background: #515151;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5); }
.vip-result .result-table2 tbody tr:nth-child(2n) td {
  background: #f6f6f6; }
.vip-result .result-table2 tbody td {
  text-align: center;
  color: #606060;
  font-size: 12px;
  padding: 15px 0;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #dfe1e2; }
.vip-result .result-table2 tbody td .t {
  color: #81acd2; }

.parter {
  background: #fff;
  padding: 40px 0;
  margin-top: 35px; }
.parter .part-hd {
  font-size: 28px;
  color: #505050;
  text-align: center;
  margin-bottom: 20px; }
.parter .part-list {
  width: 100%; }
.parter .part-list .part-item {
  width: 220px;
  margin: 10px;
  display: inline-block;
  float: left; }

.slide-container {
  height: 300px;
  overflow: hidden; }
/*# sourceMappingURL=about.css.map */
