.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;
  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; }

.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: 50px auto 0 auto;
  position: relative; }
  .post-form-layout .import-arc-btn {
    font-size: 14px;
    color: #d61725;
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 999;
    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; }

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