@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(./toastr.min.css);
@import url(./swiper-3.3.1.min.css);
@import url(./wangedit/wangEditor.min.css);
* {
  font-family: PingFangSC-Regular, "Lantinghei SC", "Hiragino Sans GB", 'Microsoft YaHei', Helvetica, arial, simsun, sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd; }

/**************************
 ***** HINT STYLING *******
 **************************/
.hint {
  position: relative;
  display: inline-block; }

.hint:before, .hint:after {
  position: absolute;
  opacity: 0;
  z-index: 1000000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  pointer-events: none; }

.hint:hover:before, .hint:hover:after {
  opacity: 1; }

.hint:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  position: absolute; }

.hint:after {
  content: attr(data-hint);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/* top */
.hint-top:before {
  bottom: 100%;
  left: 50%;
  margin: 0 0 -18px 0;
  border-top-color: rgba(0, 0, 0, 0.8); }

.hint-top:after {
  bottom: 100%;
  left: 50%;
  margin: 0 0 -6px -10px; }

.hint-top:hover:before {
  margin-bottom: -10px; }

.hint-top:hover:after {
  margin-bottom: 2px; }

/* default: bottom */
.hint-bottom:before {
  top: 100%;
  left: 50%;
  margin: -14px 0 0 0;
  border-bottom-color: rgba(0, 0, 0, 0.8); }

.hint-bottom:after {
  top: 100%;
  left: 50%;
  margin: -2px 0 0 -10px; }

.hint-bottom:hover:before {
  margin-top: -6px; }

.hint-bottom:hover:after {
  margin-top: 6px; }

/* right */
.hint-right:before {
  left: 100%;
  bottom: 50%;
  margin: 0 0 -4px -8px;
  border-right-color: rgba(0, 0, 0, 0.8); }

.hint-right:after {
  left: 100%;
  bottom: 50%;
  margin: 0 0 -13px 4px; }

.hint-right:hover:before {
  margin: 0 0 -4px -0; }

.hint-right:hover:after {
  margin: 0 0 -13px 12px; }

@font-face {
  font-family: 'iconfontyyy';
  /* project id 169041 */
  src: url("//at.alicdn.com/t/font_hxcpo9hde6yfogvi.eot");
  src: url("//at.alicdn.com/t/font_hxcpo9hde6yfogvi.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_hxcpo9hde6yfogvi.woff") format("woff"), url("//at.alicdn.com/t/font_hxcpo9hde6yfogvi.ttf") format("truetype"), url("//at.alicdn.com/t/font_hxcpo9hde6yfogvi.svg#iconfont") format("svg"); }
.iconfontyyy {
  font-family: "iconfontyyy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/*图标字体*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?og4nlx");
  src: url("fonts/icomoon.eot?og4nlx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?og4nlx") format("truetype"), url("fonts/icomoon.woff?og4nlx") format("woff"), url("fonts/icomoon.svg?og4nlx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-add:before {
  content: "\e145"; }

.icon-apps:before {
  content: "\e5c3"; }

.icon-cloud_upload:before {
  content: "\e2c3"; }

.icon-check:before {
  content: "\e5ca"; }

.icon-close:before {
  content: "\e5cd"; }

.icon-favorite:before {
  content: "\e87d"; }

.icon-star:before {
  content: "\e838"; }

.icon-tag_faces:before {
  content: "\e420"; }

.icon-keyboard_arrow_left:before {
  content: "\e314"; }

.icon-keyboard_arrow_right:before {
  content: "\e315"; }

.icon-notifications:before {
  content: "\e7f4"; }

.icon-play_circle_filled:before {
  content: "\e038"; }

.icon-rate_review:before {
  content: "\e560"; }

.icon-visibility:before {
  content: "\e8f4"; }

.icon-settings:before {
  content: "\e8b8"; }

.icon-textsms:before {
  content: "\e0d8"; }

/*公共样式*/
.btn {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .btn .icon-apps, .btn .icon-keyboard_arrow_left, .btn .icon-settings {
    height: 31px;
    line-height: 31px;
    display: inline-block;
    font-size: 18px;
    margin: 0 5px; }
  .btn .text {
    height: 22px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }

.vertical-middle {
  vertical-align: middle; }

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default {
  color: #707070;
  background-color: #fff;
  border-color: #d5d5d5; }

.btn-blue {
  color: #fafafa;
  background-color: #5491ff;
  padding: 0 13px; }

.btn-red {
  color: #fafafa;
  background-color: #ff4040;
  padding: 0 13px; }

.btn-grey {
  color: #fff;
  background-color: #7f7f7f;
  padding: 0 13px;
  cursor: no-drop; }

.btn-green {
  color: #fff;
  background-color: #50c984;
  padding: 0 13px;
  cursor: no-drop; }

.btn-blue:hover {
  color: #fafafa;
  background-color: #5496ff;
  padding: 0 13px; }

.clearfix:after, .tab:after, .clearfix:before, .tab:before {
  content: " ";
  display: table;
  visibility: hidden;
  height: 0; }
.clearfix:after, .tab:after {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-md-1 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 8.3333%; }

.col-md-2 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 16.6666%; }

.col-md-3 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 24.9999%; }

.col-md-4 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 33.3332%; }

.col-md-5 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 41.6665%; }

.col-md-6 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 49.9998%; }

.col-md-7 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 58.3331%; }

.col-md-8 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 66.6664%; }

.col-md-9 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 74.9997%; }

.col-md-10 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 83.333%; }

.col-md-11 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 91.6663%; }

.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 99.9996%; }

.col-md-12 {
  width: 100%; }

.col-md-6 {
  width: 50%; }

.text-12 {
  font-size: 12px; }

.text-14 {
  font-size: 14px; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-96 {
  font-size: 96px; }

.text-48 {
  font-size: 48px; }

.text-30 {
  font-size: 30px; }

.text-24 {
  font-size: 24px; }

.text-20 {
  font-size: 20px; }

.text-16 {
  font-size: 16px; }

.text-18 {
  font-size: 18px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottome-30 {
  margin-bottom: 30px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.maring-tb-10 {
  margin: 10px 0; }

.text-bold {
  font-weight: bold; }

.color-dark-grey {
  color: #656565; }

.color-blue {
  color: #5491ff; }

.color-red {
  color: #ff4040; }

.color-yellow {
  color: #ffba57; }

.color-grey {
  color: #aeaeae; }

.color-white {
  color: #fafafa; }

.first-rank-color {
  color: #ffba57; }

.second-rank-color {
  color: #9fa8da; }

.third-rank-color {
  color: #af8a77; }

.block-center {
  display: block;
  margin: 0 auto; }

.bg-blue {
  background-color: #5491ff; }

.bg-red {
  background-color: #ff6161; }

.border-bottom {
  border-bottom: 1px solid #e7e7e7; }

.pointer, .page-ul li.active,
.page-ul li:hover {
  cursor: pointer; }

.inline-block {
  display: inline-block; }

.slide-enter {
  opacity: 0.01; }

.slide-enter.slide-enter-active {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.slide-leave {
  opacity: 1; }

.slide-leave.slide-leave-active {
  opacity: 0.01;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.tab > * {
  float: left; }

.tab-center {
  width: 100%;
  text-align: center; }
  .tab-center > li {
    position: relative;
    display: inline-block;
    margin-right: 16px; }
    .tab-center > li:last-child {
      margin-right: 0; }

.work-wrap {
  margin-right: 10px;
  margin-left: 10px; }

.round-img {
  border-radius: 50%; }

.btn-padding {
  padding: 0 13px; }

.btn-maring {
  margin-right: 10px; }

.masking {
  width: 100%;
  height: 100%;
  background: rgba(66, 66, 66, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2; }

.hide {
  display: none !important; }

.body-masking {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none; }

.public-tab-wrap {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin-bottom: 30px;
  line-height: 52px; }
  .public-tab-wrap img {
    height: 14px;
    cursor: pointer; }
  .public-tab-wrap .team-back {
    color: #666666;
    font-size: 10px; }
    .public-tab-wrap .team-back span {
      padding: 2px 3px;
      border: 1px solid #ddd;
      border-radius: 4px;
      color: #666;
      margin-right: 16px;
      margin-left: 16px; }
  .public-tab-wrap .public-tab {
    width: 200px;
    margin: 0 auto; }
    .public-tab-wrap .public-tab .teamNav {
      display: flex;
      align-items: center; }
      .public-tab-wrap .public-tab .teamNav:hover {
        color: #5491ff; }
      .public-tab-wrap .public-tab .teamNav img {
        margin-left: 5px;
        width: 18px;
        height: 12px; }
    .public-tab-wrap .public-tab .team-add {
      position: absolute;
      top: 45px;
      border-radius: 4px;
      background-color: #fff;
      width: 200px;
      font-size: 14px;
      padding: 12px 8px;
      z-index: 100;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
      .public-tab-wrap .public-tab .team-add li {
        height: 24px;
        line-height: 24px;
        padding-left: 10px;
        cursor: pointer; }
        .public-tab-wrap .public-tab .team-add li a {
          color: #666; }
          .public-tab-wrap .public-tab .team-add li a:hover {
            color: #5491ff; }
    .public-tab-wrap .public-tab .square {
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      position: absolute;
      top: -5px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari and Chrome */
      -o-transform: rotate(45deg);
      /* Opera */
      -moz-transform: rotate(45deg);
      /* Firefox */
      border-bottom: none;
      border-right: none; }
    .public-tab-wrap .public-tab > li {
      height: 50px;
      line-height: 52px;
      margin-right: 16px;
      position: relative; }

.square-40 {
  width: 40px;
  height: 40px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

h3 {
  font-size: 24px;
  letter-spacing: 0.8px; }

h1, h2, h3, h4, h5, h6, p {
  font-family: PingFangSC,"Helvetica Neue","Open Sans","Microsoft YaHei","微软雅黑","Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
  line-height: 1.5em; }

.h3, h3 {
  font-size: 24px; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* PROGRESS */
.progress {
  background-color: #e5e9eb;
  height: 4px;
  position: absolute;
  width: 400px;
  top: 70%;
  z-index: 100;
  left: 50%;
  margin-left: -200px; }

.progress-bar {
  width: 0;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-size: 400px 4px;
  height: 100%;
  position: relative; }

.progress-shadow {
  background-image: linear-gradient(to bottom, #eaecee, transparent);
  height: 4em;
  position: absolute;
  top: 100%;
  transform: skew(45deg);
  transform-origin: 0 0;
  width: 100%; }

/* ANIMATIONS */
.badge {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 20px;
  font-size: 9px; }

/*关于静态页*/
.code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.ab_box {
  padding: 10px; }

.about_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16); }

/*Account 模块*/
.account-wrap .create-team-input {
  width: 348px;
  margin: 100px auto; }
  .account-wrap .create-team-input button {
    width: 57px;
    height: 30px;
    background-color: #5491ff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer; }
.account-wrap .account-title {
  padding: 0 20px;
  font-weight: bold; }
  .account-wrap .account-title .btn {
    float: right;
    margin-top: 10px; }
    .account-wrap .account-title .btn .icon-keyboard_arrow_left {
      height: 31px;
      line-height: 31px;
      display: inline-block;
      font-size: 18px;
      margin: 0 5px; }
    .account-wrap .account-title .btn .text {
      height: 22px;
      line-height: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
.account-wrap .account-info {
  width: 850px;
  margin: 50px auto; }
  .account-wrap .account-info .account-nav {
    width: 300px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background-color: #fff;
    border-radius: 4px; }
    .account-wrap .account-info .account-nav li {
      cursor: pointer;
      color: #aeaeae;
      border-bottom: 1px solid #e3e3e3;
      height: 68px;
      line-height: 68px;
      padding: 0 25px; }
      .account-wrap .account-info .account-nav li .icon-keyboard_arrow_right {
        font-size: 30px;
        float: right;
        margin-top: 20px; }
  .account-wrap .account-info .account-dashboard {
    width: 500px;
    margin-left: 40px; }
    .account-wrap .account-info .account-dashboard .team-url {
      display: flex; }
      .account-wrap .account-info .account-dashboard .team-url .url-title {
        border-radius: 4px 0 0 4px;
        width: 200px;
        padding-left: 10px;
        background-color: #f4f4f4;
        font-size: 14px;
        border: 1px #E7E7E7 solid; }
      .account-wrap .account-info .account-dashboard .team-url .url-content {
        border-radius: 0 4px 4px 0;
        padding-left: 12px;
        font-size: 16px;
        color: #686868;
        border: 1px #E7E7E7 solid;
        border-left: none;
        width: 298px; }
      .account-wrap .account-info .account-dashboard .team-url input {
        border: none;
        height: 48px; }
    .account-wrap .account-info .account-dashboard .avatar img {
      width: 90px;
      height: 90px;
      vertical-align: middle;
      margin-right: 20px; }
    .account-wrap .account-info .account-dashboard input[type='text'] {
      width: 498px; }
    .account-wrap .account-info .account-dashboard input[type='text']:disabled {
      background: #f4f4f4;
      border: 1px solid #e7e7e7; }
    .account-wrap .account-info .account-dashboard .textarea {
      width: 498px; }
    .account-wrap .account-info .account-dashboard .member-box {
      padding: 0 25px 25px 25px;
      font-size: 14px;
      border: 1px solid #E7E7E7;
      border-radius: 4px;
      background-color: #fff; }
      .account-wrap .account-info .account-dashboard .member-box .manage-title {
        margin-top: 25px;
        margin-bottom: 10px;
        color: #999999; }
      .account-wrap .account-info .account-dashboard .member-box .manage-add {
        cursor: pointer;
        color: #5491ff;
        margin-top: 20px;
        margin-bottom: 10px; }
      .account-wrap .account-info .account-dashboard .member-box .member-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #EBEBEB;
        height: 56px;
        color: #999999; }
        .account-wrap .account-info .account-dashboard .member-box .member-list li > div {
          display: flex;
          align-items: center; }
        .account-wrap .account-info .account-dashboard .member-box .member-list li img {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          margin-right: 10px; }
        .account-wrap .account-info .account-dashboard .member-box .member-list li button {
          background-color: #D0D0D0;
          color: #fff;
          border: none;
          border-radius: 4px;
          height: 26px;
          width: 62px; }
      .account-wrap .account-info .account-dashboard .member-box .add-member {
        display: flex; }
        .account-wrap .account-info .account-dashboard .member-box .add-member input {
          background-color: #F3F3F3;
          border: none;
          width: 280px;
          height: 36px;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          border-radius: 4px;
          padding-left: 10px;
          color: #999; }
        .account-wrap .account-info .account-dashboard .member-box .add-member button {
          margin-left: 10px;
          background: #5491FF;
          border-radius: 4px;
          width: 68px;
          border: none;
          color: #fff;
          font-size: 14px;
          cursor: pointer; }

.textarea {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #686868;
  padding: 10px;
  height: 132px;
  resize: none;
  outline: none;
  font-size: 14px; }

/*EveryUI 模块*/
embed {
  width: 100%;
  height: 500px; }

.every-ui-wrap .today-work-title {
  padding: 0 20px;
  font-weight: bold; }
  .every-ui-wrap .today-work-title .collectSelect {
    border: none;
    width: 165px;
    height: 100%;
    visibility: hidden; }
  .every-ui-wrap .today-work-title .btn {
    color: #5491ff;
    float: right;
    margin-top: 10px; }
    .every-ui-wrap .today-work-title .btn .icon-apps,
    .every-ui-wrap .today-work-title .btn .icon-keyboard_arrow_left {
      height: 31px;
      line-height: 31px;
      display: inline-block;
      font-size: 18px;
      margin: 0 5px; }
    .every-ui-wrap .today-work-title .btn .text {
      height: 22px;
      line-height: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }

/*登录模块*/
.login-wrapper {
  padding-top: 150px; }
  .login-wrapper .login-board {
    width: 430px;
    margin: 0 auto;
    height: 620px;
    position: relative; }
  .login-wrapper .login-header {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: -0.08px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 60px; }
    .login-wrapper .login-header * {
      vertical-align: middle; }
    .login-wrapper .login-header img {
      margin-right: 8px;
      width: 50px; }
    .login-wrapper .login-header span:last-child {
      margin-left: 24px; }
  .login-wrapper .login-content {
    padding: 40px;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.06), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.16); }
  .login-wrapper .login-footer {
    height: 44px; }
    .login-wrapper .login-footer .btn {
      background: #5491ff;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
      border-radius: 4px;
      width: 90px;
      height: 44px;
      color: #fff; }
    .login-wrapper .login-footer .forget-password {
      margin: 7px 0 9px 0; }

.form-qq {
  margin-top: 60px;
  padding-bottom: 30px;
  display: block;
  text-align: center; }
  .form-qq .qq_bg {
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    width: 173px;
    height: 50px;
    margin: 0 auto; }
    .form-qq .qq_bg .qq {
      background: url("/images/qq.png") no-repeat;
      width: 20px;
      height: 20px;
      float: left;
      margin: 14px 5px 14px 34px; }
    .form-qq .qq_bg .qq_word {
      font-family: PingFangTC-Medium;
      font-size: 14px;
      color: #a8a8a8;
      float: left;
      margin: 17px 0 17px 0; }

/*顶部全局通知*/
.bbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 30px;
  color: #ff5e06;
  background-color: #fffbdc; }
  .bbs div {
    cursor: pointer; }

.bbscontent {
  padding: 15px;
  color: #666;
  line-height: 26px;
  padding-left: 24px; }

.send-time {
  padding: 0 15px 15px 0;
  font-size: 14px;
  color: #bbb;
  text-align: right; }

/*导航栏模块*/
.notice-circle, .login-btn .logged-message .red-circle,
.logged-info .logged-message .red-circle {
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.nav {
  padding: 0px 20px;
  width: 100%;
  background-color: #3e3e3e;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.16);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }
  .nav .nav-tabs {
    margin-left: 10px; }
    .nav .nav-tabs li {
      float: left;
      height: 60px;
      line-height: 60px; }
      .nav .nav-tabs li a {
        font-size: 14px;
        padding: 0 15px;
        height: 60px;
        display: block;
        color: rgba(136, 136, 136, 0.8);
        text-decoration: none; }
      .nav .nav-tabs li a.active {
        color: #fafafa; }
      .nav .nav-tabs li a:hover {
        background-color: #333; }

.search-box {
  height: 34px;
  margin-right: 50px;
  position: relative; }
  .search-box .iconfontyyy {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 24px;
    color: #8c8c8c; }
  .search-box .search-input {
    outline: none;
    background-color: #313131;
    border-radius: 20px;
    height: 34px;
    width: 120px;
    border: none;
    padding-left: 36px;
    font-size: 14px;
    color: #7d7d7d;
    -webkit-transition: background-color 0.5s, width 0.5s;
    transition: background-color 0.5s, width 0.5s; }
  .search-box .search-input:focus {
    background-color: #fff;
    width: 140px; }

.search-tips {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #999; }

.login-btn,
.logged-info {
  display: flex;
  align-items: center; }
  .login-btn > button,
  .logged-info > button {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.44);
    letter-spacing: -0.05px;
    padding: 0px 9px; }
  .login-btn .logged-message img,
  .login-btn .logged-header img,
  .logged-info .logged-message img,
  .logged-info .logged-header img {
    width: 100%; }
  .login-btn .logged-message,
  .logged-info .logged-message {
    width: 30px;
    margin-right: 10px;
    position: relative; }
    .login-btn .logged-message img,
    .logged-info .logged-message img {
      width: 18px;
      height: 22px; }
    .login-btn .logged-message .red-circle,
    .logged-info .logged-message .red-circle {
      right: 10px;
      top: 3px; }
  .login-btn .logged-header span,
  .logged-info .logged-header span {
    position: absolute;
    top: 45px;
    right: 20px; }
  .login-btn .logged-header img,
  .logged-info .logged-header img {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
  .login-btn ul,
  .logged-info ul {
    width: 120px;
    z-index: 100;
    position: relative;
    background-color: #3e3e3e;
    text-align: left;
    border-radius: 0 0 4px 4px; }
    .login-btn ul li,
    .logged-info ul li {
      padding-left: 20px;
      font-size: 14px;
      height: 40px;
      line-height: 40px; }
      .login-btn ul li a,
      .logged-info ul li a {
        color: #fafafa;
        text-decoration: none; }
      .login-btn ul li a:hover,
      .logged-info ul li a:hover {
        text-decoration: underline; }
    .login-btn ul li:nth-child(3),
    .logged-info ul li:nth-child(3) {
      border-bottom: 1px solid #666; }

.tips {
  width: 310px;
  height: 117px;
  position: absolute;
  left: 450px;
  bottom: 0;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px; }

.logo {
  height: 60px;
  display: flex;
  align-items: center; }
  .logo img {
    width: 40px; }

/*消息模块*/
.notice-wrap .public-tab-wrap {
  margin: 0; }
.notice-wrap .notice-message-wrap {
  width: 575px;
  margin: 0 auto; }
  .notice-wrap .notice-message-wrap .like-list-item {
    border-bottom: 1px solid #e6e6e6;
    width: 100%; }
    .notice-wrap .notice-message-wrap .like-list-item > div {
      display: table-cell;
      padding: 26px 0; }
      .notice-wrap .notice-message-wrap .like-list-item > div > * {
        display: inline-block;
        vertical-align: middle; }
        .notice-wrap .notice-message-wrap .like-list-item > div > * .title {
          margin-bottom: 6px; }
        .notice-wrap .notice-message-wrap .like-list-item > div > * .content {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
      .notice-wrap .notice-message-wrap .like-list-item > div .time {
        line-height: 30px;
        width: 67px;
        text-align: right; }
      .notice-wrap .notice-message-wrap .like-list-item > div .notice-middle {
        padding-left: 20px;
        padding-right: 46px;
        width: 381px; }
        .notice-wrap .notice-message-wrap .like-list-item > div .notice-middle button {
          border: none;
          background-color: #5491ff;
          margin-right: 10px;
          margin-top: 4px;
          color: #fff;
          width: 50px;
          height: 24px;
          border-radius: 4px;
          cursor: pointer; }
        .notice-wrap .notice-message-wrap .like-list-item > div .notice-middle .content img {
          display: none; }
    .notice-wrap .notice-message-wrap .like-list-item > div:nth-child(1) img {
      width: 42px;
      height: 42px; }

/*Rank模块*/
.rank-wrap .public-tab-wrap .public-tab {
  width: 100px; }
  .rank-wrap .public-tab-wrap .public-tab li:last-child {
    margin-right: 0; }
.rank-wrap .rank-content {
  width: 900px;
  margin: 0 auto; }
  .rank-wrap .rank-content .rank-first,
  .rank-wrap .rank-content .rank-second,
  .rank-wrap .rank-content .rank-third {
    float: left;
    text-align: center;
    height: 500px; }
    .rank-wrap .rank-content .rank-first .rank-avatar .badge,
    .rank-wrap .rank-content .rank-second .rank-avatar .badge,
    .rank-wrap .rank-content .rank-third .rank-avatar .badge {
      top: -56px;
      right: -5px;
      font-weight: bold; }
    .rank-wrap .rank-content .rank-first .rank-avatar img,
    .rank-wrap .rank-content .rank-second .rank-avatar img,
    .rank-wrap .rank-content .rank-third .rank-avatar img {
      width: 70px;
      height: 70px; }
    .rank-wrap .rank-content .rank-first .rank-info,
    .rank-wrap .rank-content .rank-second .rank-info,
    .rank-wrap .rank-content .rank-third .rank-info {
      width: 298px;
      background-color: #fff;
      border: 1px solid #e7e7e7;
      border-bottom: none; }
      .rank-wrap .rank-content .rank-first .rank-info .rank-work-info,
      .rank-wrap .rank-content .rank-second .rank-info .rank-work-info,
      .rank-wrap .rank-content .rank-third .rank-info .rank-work-info {
        margin-top: 66px; }
        .rank-wrap .rank-content .rank-first .rank-info .rank-work-info > span,
        .rank-wrap .rank-content .rank-second .rank-info .rank-work-info > span,
        .rank-wrap .rank-content .rank-third .rank-info .rank-work-info > span {
          display: inline-block;
          width: 157px;
          height: 45px;
          line-height: 45px; }
        .rank-wrap .rank-content .rank-first .rank-info .rank-work-info img,
        .rank-wrap .rank-content .rank-second .rank-info .rank-work-info img,
        .rank-wrap .rank-content .rank-third .rank-info .rank-work-info img {
          vertical-align: middle; }
  .rank-wrap .rank-content .rank-first .rank-avatar {
    height: 162px; }
    .rank-wrap .rank-content .rank-first .rank-avatar img {
      margin-top: 63px; }
  .rank-wrap .rank-content .rank-first .rank-info {
    height: 337px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .rank-wrap .rank-content .rank-second .rank-avatar {
    height: 212px; }
    .rank-wrap .rank-content .rank-second .rank-avatar img {
      margin-top: 113px; }
  .rank-wrap .rank-content .rank-second .rank-info {
    height: 287px;
    border-right: none;
    border-top-left-radius: 4px; }
  .rank-wrap .rank-content .rank-third .rank-avatar {
    height: 262px; }
    .rank-wrap .rank-content .rank-third .rank-avatar img {
      margin-top: 163px; }
  .rank-wrap .rank-content .rank-third .rank-info {
    height: 237px;
    border-left: none;
    border-top-right-radius: 4px; }
.rank-wrap .rank-list-wrap {
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
  padding-bottom: 120px; }
  .rank-wrap .rank-list-wrap .rank-list {
    width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
    .rank-wrap .rank-list-wrap .rank-list li {
      border-bottom: 1px solid #e7e7e7;
      height: 117px;
      line-height: 117px;
      box-sizing: border-box; }
      .rank-wrap .rank-list-wrap .rank-list li > * {
        vertical-align: middle;
        display: inline-block;
        font-size: 16px;
        line-height: 20px; }
      .rank-wrap .rank-list-wrap .rank-list li .badge {
        right: 23px;
        font-weight: bold; }
      .rank-wrap .rank-list-wrap .rank-list li img {
        width: 50px;
        height: 50px;
        margin-right: 35px;
        margin-left: 35px; }
      .rank-wrap .rank-list-wrap .rank-list li .rank-number {
        color: #9e9e9e; }
      .rank-wrap .rank-list-wrap .rank-list li .rank-name {
        color: #676767; }
      .rank-wrap .rank-list-wrap .rank-list li .work-number {
        position: relative;
        height: 117px;
        line-height: 117px;
        float: right; }
        .rank-wrap .rank-list-wrap .rank-list li .work-number .color-red {
          margin-right: 5px; }
.rank-wrap .my-rank-block {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  z-index: 1001;
  background-color: #3e3e3e; }
  .rank-wrap .my-rank-block > div {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 22px; }
    .rank-wrap .my-rank-block > div > * {
      vertical-align: middle; }
    .rank-wrap .my-rank-block > div img {
      margin: 0 20px; }

/*广场模块*/
.square-wrap .square-banner-wrap {
  width: 100%;
  display: table; }
  .square-wrap .square-banner-wrap .square-banner {
    height: 160px;
    background-image: url("/images/square-banner.png");
    vertical-align: middle;
    display: table-cell; }
  .square-wrap .square-banner-wrap .way-to-god {
    font-size: 20px;
    margin-bottom: 10px; }
  .square-wrap .square-banner-wrap .btn {
    width: 90px;
    height: 30px;
    padding: 0; }
  .square-wrap .square-banner-wrap .btn:hover {
    color: #fafafa;
    background-color: #3d72d2; }
.square-wrap .square-login-banner {
  width: 505px;
  height: 254px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16); }
  .square-wrap .square-login-banner img {
    border-radius: 4px;
    width: 100%;
    height: 100%; }

.square-module-title {
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 14px; }

.square-comments-wrap {
  background-color: #fff; }
  .square-comments-wrap .square-comments-tabs-ul {
    width: 160px; }
    .square-comments-wrap .square-comments-tabs-ul > li {
      margin-right: 16px;
      font-size: 14px; }
  .square-comments-wrap .square-comments-ul {
    min-height: 800px;
    margin-right: 10%; }
    .square-comments-wrap .square-comments-ul li {
      border-bottom: 1px solid #ededed;
      padding: 20px 0; }
      .square-comments-wrap .square-comments-ul li .square-comments-content {
        position: relative;
        margin-left: 175px; }
        .square-comments-wrap .square-comments-ul li .square-comments-content .square-comments-img {
          position: absolute;
          left: -175px; }
          .square-comments-wrap .square-comments-ul li .square-comments-content .square-comments-img img {
            border-radius: 2px;
            width: 160px;
            height: 120px; }
        .square-comments-wrap .square-comments-ul li .square-comments-content .comment-author {
          height: 16px;
          line-height: 16px; }
          .square-comments-wrap .square-comments-ul li .square-comments-content .comment-author span {
            vertical-align: middle; }
          .square-comments-wrap .square-comments-ul li .square-comments-content .comment-author img {
            vertical-align: middle;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 10px; }
        .square-comments-wrap .square-comments-ul li .square-comments-content .comment-detail {
          height: 62px;
          margin: 20px 0 10px; }
          .square-comments-wrap .square-comments-ul li .square-comments-content .comment-detail p {
            max-height: 56px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
            .square-comments-wrap .square-comments-ul li .square-comments-content .comment-detail p img {
              display: none; }
        .square-comments-wrap .square-comments-ul li .square-comments-content .comment-date {
          color: #b1b1b1; }

.square-designer-ul {
  padding-top: 20px; }
  .square-designer-ul > li {
    margin: 0 17px 20px 0; }
    .square-designer-ul > li .badge {
      right: -10px;
      font-weight: bold; }
    .square-designer-ul > li img {
      width: 70px;
      height: 70px;
      border-radius: 50%; }

/*TeamCenter模块*/
.user-center-wrap .public-tab-wrap > div {
  padding: 0px 20px;
  margin: 0 auto; }
.user-center-wrap .team-user-center-info > div {
  width: 600px;
  margin: 45px auto; }
  .user-center-wrap .team-user-center-info > div .info-avatar {
    margin-bottom: 24px; }
    .user-center-wrap .team-user-center-info > div .info-avatar .badge {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      right: 38%;
      font-weight: bold;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
    .user-center-wrap .team-user-center-info > div .info-avatar img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: solid 4px #fff;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
  .user-center-wrap .team-user-center-info > div .info-detail {
    margin-bottom: 10px; }
    .user-center-wrap .team-user-center-info > div .info-detail span {
      font-size: 14px; }
  .user-center-wrap .team-user-center-info > div .info-name {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px; }
  .user-center-wrap .team-user-center-info > div .info-slogan {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 21px; }
  .user-center-wrap .team-user-center-info > div .info-operate .teamMember {
    display: flex;
    flex-flow: wrap;
    width: 480px;
    margin: 0 auto;
    position: relative; }
    .user-center-wrap .team-user-center-info > div .info-operate .teamMember .more {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #fff;
      margin: 10px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
      line-height: 60px; }
      .user-center-wrap .team-user-center-info > div .info-operate .teamMember .more img {
        width: 14px;
        border-radius: 50%; }
    .user-center-wrap .team-user-center-info > div .info-operate .teamMember li {
      width: 60px;
      height: 60px;
      margin: 10px; }
      .user-center-wrap .team-user-center-info > div .info-operate .teamMember li img {
        width: 60px;
        height: 60px;
        border-radius: 50%; }
  .user-center-wrap .team-user-center-info > div .info-operate [class^="icon-"] {
    margin-left: 10px;
    margin-right: 10px; }
  .user-center-wrap .team-user-center-info > div .info-operate > *:hover {
    color: #333; }

/*UserCenter模块*/
.user-center-wrap .public-tab-wrap > div {
  padding: 0px 20px;
  margin: 0 auto; }
.user-center-wrap .user-center-info .user-center-info-panel {
  border-radius: 4px;
  box-shadow: 0px 1px 4px #eee;
  background: #fff;
  position: relative; }
  .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel {
    padding-top: 30px; }
    .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel .info-data {
      width: 400px;
      margin: 0 auto;
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel .info-data .info-data-single {
        cursor: pointer; }
      .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel .info-data .info-data-line {
        height: 20px;
        border-right: 1px solid #efefef; }
      .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel .info-data .info-data-num {
        font-size: 20px;
        padding-bottom: 4px;
        font-weight: bold; }
      .user-center-wrap .user-center-info .user-center-info-panel .info-detail-panel .info-data .info-data-title {
        font-size: 12px; }
.user-center-wrap .user-center-info > div {
  width: 470px;
  margin: 45px auto; }
  .user-center-wrap .user-center-info > div .info-avatar {
    position: absolute;
    top: 20px;
    left: 20px; }
    .user-center-wrap .user-center-info > div .info-avatar .badge {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      right: 0;
      font-weight: bold;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
    .user-center-wrap .user-center-info > div .info-avatar img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: solid 4px #fff;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
  .user-center-wrap .user-center-info > div .info-detail {
    margin-left: 150px;
    display: flex;
    justify-content: center; }
    .user-center-wrap .user-center-info > div .info-detail .base-info {
      font-size: 14px; }
    .user-center-wrap .user-center-info > div .info-detail span {
      font-size: 14px; }
  .user-center-wrap .user-center-info > div .info-name {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
    margin-left: 150px; }
  .user-center-wrap .user-center-info > div .info-slogan {
    color: rgba(0, 0, 0, 0.8);
    margin-top: 6px;
    margin-bottom: 21px;
    margin-left: 150px;
    margin-right: 10px; }
  .user-center-wrap .user-center-info > div .info-operate {
    height: 50px;
    line-height: 50px;
    padding-left: 150px;
    font-size: 22px;
    background: #f9f9f9; }
    .user-center-wrap .user-center-info > div .info-operate .society-info {
      font-size: 14px;
      color: #bbbbbb; }
      .user-center-wrap .user-center-info > div .info-operate .society-info:hover {
        color: #bbbbbb; }
    .user-center-wrap .user-center-info > div .info-operate .teamMember {
      display: flex;
      flex-flow: wrap;
      width: 480px;
      margin: 0 auto;
      position: relative; }
      .user-center-wrap .user-center-info > div .info-operate .teamMember .more {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        margin: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
        line-height: 60px; }
        .user-center-wrap .user-center-info > div .info-operate .teamMember .more img {
          width: 14px;
          border-radius: 50%; }
      .user-center-wrap .user-center-info > div .info-operate .teamMember li {
        width: 60px;
        height: 60px;
        margin: 10px; }
        .user-center-wrap .user-center-info > div .info-operate .teamMember li img {
          width: 60px;
          height: 60px;
          border-radius: 50%; }
    .user-center-wrap .user-center-info > div .info-operate [class^="icon-"] {
      margin-left: 8px;
      margin-right: 8px; }
    .user-center-wrap .user-center-info > div .info-operate > *:hover {
      color: #333; }

/*关于我们*/
.about-panel {
  padding: 40px;
  margin-top: 23px !important;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.5px; }

/*翻页器*/
.page-ul {
  margin-bottom: 20px !important; }
  .page-ul li,
  .page-ul div {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
    color: #aeaeae;
    margin: 0 5px;
    padding: 10px 14px; }
  .page-ul li.active,
  .page-ul li:hover {
    border: 1px solid #575757;
    color: #575757; }

/*VIP页面*/
.vip-wrap .modal-dialog {
  width: 30%;
  margin-top: 20%; }
.vip-wrap .vip-modal-footer button {
  margin-left: 15px; }
.vip-wrap .vip-modal-body {
  margin: 20px 20px 5px; }
  .vip-wrap .vip-modal-body .vip-modal-text {
    padding-bottom: 15px;
    font-weight: bold; }
    .vip-wrap .vip-modal-body .vip-modal-text span {
      color: #666;
      font-weight: normal; }
.vip-wrap .vip-title {
  padding: 0 20px;
  margin-bottom: 0px; }
.vip-wrap .vip-img img {
  width: 30%; }
.vip-wrap .vip-item {
  width: 90%;
  min-width: 230px;
  height: 850px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #FFF;
  padding: 32px 39px;
  margin: 0 auto; }
  .vip-wrap .vip-item .vip-item-title {
    padding-bottom: 32px; }
  .vip-wrap .vip-item .vip-item-price {
    margin: 30px 0; }
  .vip-wrap .vip-item .vip-confirm {
    height: auto;
    padding: 10px 13px;
    margin-bottom: 50px;
    background-color: #d9534f;
    border: none; }
  .vip-wrap .vip-item .vip-confirm-padding {
    height: auto;
    padding: 10px 13px; }
  .vip-wrap .vip-item .vip-confirm:hover {
    background-color: #eb525e;
    color: #fff; }
  .vip-wrap .vip-item ul li {
    width: 220px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px; }
    .vip-wrap .vip-item ul li .list-square {
      background-color: #5491ff;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 20px;
      border-radius: 50%; }
.vip-wrap .pay-type {
  width: 50%;
  height: auto; }

/*swiper hover showBTN*/
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none; }
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block; }

/* Icons button */
.icobutton {
  font-size: 3em;
  position: relative;
  margin: 0;
  padding: 0;
  color: #c0c1c3;
  border: 0;
  background: none;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*footer*/
.footer-place {
  height: 32px; }
  .footer-place .footer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background-color: #1f1f1f;
    border-top: 1px solid #303030;
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    color: #939393;
    width: 100%;
    font-size: 12px; }
    .footer-place .footer .footer-left {
      padding-right: 12px;
      margin-right: 12px;
      border-right: 1px solid #000;
      box-shadow: 1px 0 0 #303030; }

.card_1 {
  float: left;
  text-align: center;
  margin-right: 90px;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(51, 51, 51, 0.28);
  padding: 20px; }

.card_1 a {
  color: #555; }

.card_2 {
  margin-right: 0px; }

.label-wrap {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left; }
  .label-wrap .label-title {
    color: rgba(0, 0, 0, 0.44);
    letter-spacing: -0.05px;
    margin: 10px 0;
    height: 16px; }
  .label-wrap .label-value input[type='text'], .label-wrap .label-value input[type='password'] {
    color: #686868;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    width: 348px;
    height: 48px;
    padding-left: 10px; }
  .label-wrap .label-value > span {
    display: inline-block;
    width: 62px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color: #686868;
    font-size: 16px; }
    .label-wrap .label-value > span input[type='radio'] {
      margin-right: 10px;
      width: 16px;
      height: 16px; }
  .label-wrap .label-value > span:first-child {
    margin-right: 10px; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
  background-image: url(/images/down.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
  color: #686868;
  padding: 0 10px;
  width: 290px;
  border: 1px solid #e7e7e7;
  outline: none; }

#city {
  margin-right: 10px; }

#district, #city {
  width: 140px; }

#year {
  width: 90px; }

#month, #day {
  width: 70px;
  margin-left: 10px; }

.work-image {
  background: #fff;
  border-radius: 4px 4px 0 0; }
  .work-image img {
    width: 242px;
    height: 183px;
    border-radius: 4px 4px 0 0;
    display: block; }

.mark-remark-items-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.icon-tuijian2 {
  color: #5491ff; }

.work-wrap {
  width: 242px;
  float: left;
  height: 254px;
  margin-bottom: 20px; }
  .work-wrap > div {
    width: 242px;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16); }
  .work-wrap .work-info .info-title {
    font-weight: bold;
    width: 242px;
    margin: 10px auto;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    height: 18px; }
  .work-wrap .work-info .text-flex {
    display: flex;
    justify-content: space-between; }
  .work-wrap .work-info .info-detail {
    width: 242px;
    margin: 0 auto; }
    .work-wrap .work-info .info-detail img {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      vertical-align: middle;
      margin-left: 12px;
      margin-right: 6px; }
    .work-wrap .work-info .info-detail .detail-likes {
      margin-right: 12px; }
      .work-wrap .work-info .info-detail .detail-likes > span {
        display: inline-block;
        height: 20px;
        line-height: 20px; }

.flex-block {
  max-width: 1835px;
  margin: 0 auto; }

.recommend-title {
  padding: 10px;
  margin-bottom: 4px;
  color: #888;
  font-size: 14px;
  display: flex;
  align-items: center; }

.modal .iconfont {
  font-size: 40px;
  color: #aaa; }

.modal .iconfont:hover {
  color: #fff; }

.text-48 {
  font-size: 48px; }

.text-30 {
  font-size: 30px; }

.text-24 {
  font-size: 24px; }

.text-16 {
  font-size: 16px; }

.color-dark-grey {
  color: #656565; }

.today-work-wrap {
  padding: 0 10px;
  max-width: 1835px;
  margin: 40px auto; }
  .today-work-wrap .type-box a {
    color: #5491ff;
    text-decoration: none; }
  .today-work-wrap .main-title {
    color: #333; }
  .today-work-wrap .main-content {
    color: #666; }
  .today-work-wrap .subject-main {
    color: #333; }
  .today-work-wrap .knowledge-point {
    line-height: 30px; }
  .today-work-wrap .knowledge-content {
    color: #999; }
  .today-work-wrap .knowledge-title {
    color: #666; }
  .today-work-wrap .knowledge-content {
    padding-left: 20px; }
  .today-work-wrap .knowledge-point {
    margin-top: 20px; }
  .today-work-wrap .today-work-info .line {
    width: 120px;
    height: 4px; }
  .today-work-wrap .today-work-info .passage {
    color: #a6a6a6;
    line-height: 30px;
    letter-spacing: 0.8px; }
  .today-work-wrap .today-work-info .designVedio {
    margin: 40px 0; }
  .today-work-wrap .today-work-info .attach .attach-download {
    margin-bottom: 15px; }
  .today-work-wrap .refer {
    margin-top: 20px; }
  .today-work-wrap .today-work-upload {
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }
    .today-work-wrap .today-work-upload .icon-cloud_upload {
      font-size: 100px;
      color: #fff;
      margin-top: -60px;
      margin-left: -50px;
      position: absolute;
      top: 50%;
      left: 50%;
      cursor: pointer; }
    .today-work-wrap .today-work-upload .masking .font-size-tip {
      position: absolute;
      bottom: 50px;
      left: 50%;
      font-size: 14px;
      color: #fff;
      margin-left: -67px; }
    .today-work-wrap .today-work-upload .masking div {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -42px;
      margin-top: 20px;
      cursor: pointer; }
      .today-work-wrap .today-work-upload .masking div span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px; }
    .today-work-wrap .today-work-upload > div > img {
      width: 100%;
      height: 100%;
      display: block; }

.today-work-list-ul .work-wrap {
  height: 222px; }
  .today-work-list-ul .work-wrap .today-work-item-title {
    height: 36px;
    line-height: 36px;
    border-color: #a9a9a9;
    border-radius: 4px; }
    .today-work-list-ul .work-wrap .today-work-item-title .color-grey {
      margin-left: 14px;
      margin-right: 5px; }

.every-ui-wrap .modal-footer {
  margin: 0; }
.every-ui-wrap .modal-body .label-title {
  margin-top: 0; }
.every-ui-wrap .modal-body #workDescription {
  width: 90%;
  font-size: 14px; }

.history-title {
  color: #666;
  padding: 20px 0px 10px 20px;
  font-size: 12px; }

.history-work-selected {
  cursor: pointer;
  padding: 4px;
  margin-left: 6px;
  border: 1px solid #5491ff;
  border-radius: 3px; }
  .history-work-selected img {
    width: 80px; }

.work-edit {
  background-color: #5491ff;
  width: 50px;
  height: 30px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer; }

.history-work {
  cursor: pointer;
  padding: 4px;
  margin-left: 6px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0); }
  .history-work img {
    width: 80px; }

.today-work-upload-info {
  padding: 20px; }
  .today-work-upload-info .textarea {
    width: 350px; }

#container2 {
  width: 90px;
  height: 72px;
  border-radius: 3px;
  border: 1px solid rgba(84, 145, 255, 0.5);
  margin-left: 6px; }
  #container2 #pickfiles2 {
    width: 100%;
    height: 100%;
    color: #5491ff;
    font-size: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  #container2 .add-text {
    font-size: 12px;
    margin-top: 3px;
    color: rgba(84, 145, 255, 0.6); }
  #container2 img {
    width: 20px; }

.work-refer-title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #666; }

.work-refer {
  display: flex; }
  .work-refer div {
    margin-right: 10px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer; }

.work-refer-model-source {
  padding: 15px 0 0 30px;
  font-size: 12px;
  color: #c5c5c5; }

.work-refer-model-title {
  padding: 20px 0 0 30px;
  font-size: 14px;
  color: #333; }

.work-refer-model-description {
  padding: 10px 30px 30px 30px;
  color: #666;
  font-size: 14px;
  line-height: 24px; }

.square-140 {
  width: 140px;
  height: 140px; }

.follow-list-item {
  width: 1060px;
  background: #fff;
  margin: 20px auto;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding-left: 20px; }
  .follow-list-item .follow-user-info {
    margin: 20px 0; }
    .follow-list-item .follow-user-info .user-avatar img {
      width: 100px;
      height: 100px;
      margin: 7px 0 0 7px; }
    .follow-list-item .follow-user-info .work-num {
      margin: 13px 0; }
      .follow-list-item .follow-user-info .work-num > span {
        display: inline-block;
        vertical-align: middle; }
      .follow-list-item .follow-user-info .work-num .add-follow {
        margin-right: 10px; }
        .follow-list-item .follow-user-info .work-num .add-follow .icon-add {
          color: white;
          padding: 3px; }
      .follow-list-item .follow-user-info .work-num .cancel-follow {
        margin-right: 10px; }
        .follow-list-item .follow-user-info .work-num .cancel-follow .icon-check, .follow-list-item .follow-user-info .work-num .cancel-follow .icon-close {
          background-color: #3ece99;
          color: white;
          padding: 3px; }
        .follow-list-item .follow-user-info .work-num .cancel-follow .icon-close {
          background-color: #ff4040;
          display: none; }
      .follow-list-item .follow-user-info .work-num .cancel-follow:hover .icon-check {
        display: none; }
      .follow-list-item .follow-user-info .work-num .cancel-follow:hover .icon-close {
        display: inline; }
      .follow-list-item .follow-user-info .work-num div {
        margin-top: 2px; }
  .follow-list-item .follow-work-info {
    margin: 20px 0;
    max-height: 183px;
    overflow: hidden; }
    .follow-list-item .follow-work-info .work-image img {
      border-radius: 4px;
      width: 180px;
      height: 135px; }
    .follow-list-item .follow-work-info li {
      margin-right: 20px; }

@media screen and (max-width: 2059px) {
  .flex-block, .today-work-wrap {
    max-width: 1835px; } }
@media screen and (max-width: 1809px) {
  .flex-block, .today-work-wrap {
    max-width: 1573px; } }
@media screen and (max-width: 1559px) {
  .flex-block, .today-work-wrap {
    max-width: 1311px; } }
@media screen and (max-width: 1309px) {
  .flex-block, .today-work-wrap {
    max-width: 1049px; } }
@media screen and (max-width: 1059px) {
  .flex-block, .today-work-wrap {
    max-width: 787px;
    min-width: 787px; } }
.commentb-list-item, .remark-list-item {
  padding: 20px 0;
  border-top: 1px solid #efefef; }
  .commentb-list-item .voice-box, .remark-list-item .voice-box {
    display: flex;
    align-items: flex-end;
    margin: 16px 0; }
    .commentb-list-item .voice-box .voice-btn, .remark-list-item .voice-box .voice-btn {
      background: #F5F5F5;
      height: 36px;
      border-radius: 4px;
      display: flex;
      align-items: center; }
      .commentb-list-item .voice-box .voice-btn img, .remark-list-item .voice-box .voice-btn img {
        width: 12px;
        margin-left: 10px; }
    .commentb-list-item .voice-box span, .remark-list-item .voice-box span {
      color: #929292;
      padding-left: 6px;
      font-size: 16px; }
  .commentb-list-item a, .remark-list-item a {
    color: #3c3c3c; }
  .commentb-list-item .avatar, .remark-list-item .avatar {
    width: 7%; }
  .commentb-list-item .content, .remark-list-item .content {
    width: 93%; }
    .commentb-list-item .content ul li:first-child, .remark-list-item .content ul li:first-child {
      margin-top: 20px; }
    .commentb-list-item .content .label-title, .remark-list-item .content .label-title {
      display: none; }
    .commentb-list-item .content .showpic img, .remark-list-item .content .showpic img {
      display: none; }
    .commentb-list-item .content .name, .remark-list-item .content .name {
      color: #3c3c3c;
      font-weight: bold; }
    .commentb-list-item .content > p, .remark-list-item .content > p {
      margin: 10px 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-size: 14px;
      color: #696969; }
    .commentb-list-item .content .open-comment, .remark-list-item .content .open-comment {
      width: 70px;
      font-size: 12px;
      color: #5491ff;
      padding: 5px 0 15px;
      cursor: pointer; }
    .commentb-list-item .content .main-comment, .remark-list-item .content .main-comment {
      margin-bottom: 20px; }
  .commentb-list-item .image, .remark-list-item .image {
    width: 20%;
    padding-left: 10px; }
    .commentb-list-item .image img, .remark-list-item .image img {
      width: 100%; }

.commentb-list-item .avatar {
  width: 7%; }
.commentb-list-item .content {
  width: 93%; }

.work-detail-remark-head > span, .work-detail-comment-head > span {
  margin-top: 50px;
  display: inline-block;
  margin-bottom: 20px; }

.work-detail-body-comment {
  margin: 0 80px; }

.work-detail-body-remark {
  margin: 0 80px; }

.write-remark {
  padding: 20px; }

.work-detail-body-like {
  margin-top: 100px; }
  .work-detail-body-like .icobutton {
    position: relative; }
    .work-detail-body-like .icobutton .like-num {
      font-size: 30px;
      position: absolute;
      left: 58px;
      top: 17px; }

.remark-btn {
  padding: 8px;
  background-color: #5491ff;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #5491ff;
  margin-right: 12px;
  font-size: 12px;
  outline: none; }

.remark-btn:before {
  margin-right: 2px; }

.recommend-btn {
  cursor: pointer;
  padding: 5px;
  background-color: #5491ff;
  border-radius: 4px;
  border: 1px solid #5491ff;
  color: #ffffff;
  outline: none; }

.recommend-cancel-btn {
  cursor: pointer;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #5491ff;
  color: #5491ff;
  outline: none; }

.remark-editor {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  width: 100%;
  height: 80px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px; }

.flex-remark {
  display: flex;
  flex-flow: column; }

.remark-img {
  width: 1000px;
  margin: 165px auto 0px;
  position: relative; }
  .remark-img canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
  .remark-img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }

.icon-add_pic {
  font-size: 20px !important; }
  .icon-add_pic:hover {
    color: #5491ff !important; }

.area-remark {
  position: absolute;
  z-index: 3; }
  .area-remark textarea {
    height: 50px;
    box-shadow: 0 2px 4px 0 rgba(84, 145, 255, 0.3);
    border: none; }
  .area-remark button {
    box-shadow: 0 2px 4px 0 rgba(84, 145, 255, 0.3); }
  .area-remark img {
    height: 31px;
    position: inherit;
    margin-right: 6px; }
  .area-remark #attach-image-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px; }

.remark-content {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .remark-content img {
    height: 31px;
    margin-right: 6px; }
  .remark-content #attach-image-whole {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px; }
  .remark-content .textarea {
    height: 62px;
    margin-top: 20px;
    margin-bottom: 6px; }

.remark-body-masking {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 300;
  display: none; }

.work-detail-body-middle {
  position: relative; }

.mark-item {
  position: absolute;
  padding-bottom: 2%; }
  .mark-item .mark-item-border {
    border: 2px dashed rgba(84, 145, 255, 0.5);
    height: 100%; }

.mark-item:hover .mark-item-border {
  border: 2px dashed #5491ff; }

.mark-content {
  text-align: left;
  background: #fff;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(84, 145, 255, 0.3);
  border-radius: 4px;
  margin-top: 4px; }
  .mark-content .avatar-img {
    width: 25px;
    height: 25px;
    border-radius: 50%; }
  .mark-content .mark-content-word {
    max-width: 300px;
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px; }

.mark-index {
  font-size: 12px;
  position: absolute;
  background: #5491ff;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
  z-index: 10; }

.attach-images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0 10px; }
  .attach-images .comment-img {
    position: relative; }
  .attach-images .comment-big-img {
    position: absolute;
    z-index: 10;
    max-width: 500px !important;
    top: 0;
    left: 45px; }
  .attach-images img {
    margin-right: 5px; }

.fixed-center, .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.modal-translate, .modal, .modal-enter.modal-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal {
  overflow: scroll;
  z-index: 350; }
  .modal > .closeBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 10000px; }
  .modal > .icon-cuowu {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    font-size: 32px; }

.modal-dialog {
  width: 1000px;
  margin: 20px auto;
  position: relative; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.06); }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.work-detail-head > div {
  vertical-align: middle;
  display: table-cell; }
  .work-detail-head > div > img {
    width: 52px;
    height: 52px;
    vertical-align: middle; }
  .work-detail-head > div > div {
    display: inline-block;
    vertical-align: middle; }
    .work-detail-head > div > div .add-follow {
      width: 15px;
      height: 15px;
      display: inline-block;
      line-height: 18px;
      margin-left: 5px; }
    .work-detail-head > div > div .cancel-follow {
      width: 15px;
      height: 15px;
      display: inline-block;
      line-height: 18px;
      margin-left: 5px; }
.work-detail-head .work-detail-head-left {
  width: 60px; }
  .work-detail-head .work-detail-head-left .badge {
    right: -10px;
    top: -44px;
    font-weight: bold; }
  .work-detail-head .work-detail-head-left img {
    width: 52px;
    height: 52px; }
.work-detail-head .work-detail-head-middle {
  width: 800px; }
  .work-detail-head .work-detail-head-middle .work-title {
    color: #3c3c3c; }
  .work-detail-head .work-detail-head-middle .work-designer > a {
    vertical-align: middle;
    color: #333; }
  .work-detail-head .work-detail-head-middle .work-designer > span {
    vertical-align: middle; }
  .work-detail-head .work-detail-head-middle .add-follow {
    margin-right: 10px; }
    .work-detail-head .work-detail-head-middle .add-follow .icon-add {
      color: white;
      padding: 3px; }
  .work-detail-head .work-detail-head-middle .cancel-follow {
    margin-right: 10px; }
    .work-detail-head .work-detail-head-middle .cancel-follow .icon-check, .work-detail-head .work-detail-head-middle .cancel-follow .icon-close {
      background-color: #3ece99;
      color: white;
      padding: 3px; }
    .work-detail-head .work-detail-head-middle .cancel-follow .icon-close {
      background-color: #ff4040;
      display: none; }
  .work-detail-head .work-detail-head-middle .cancel-follow:hover .icon-check {
    display: none; }
  .work-detail-head .work-detail-head-middle .cancel-follow:hover .icon-close {
    display: inline; }
  .work-detail-head .work-detail-head-middle .text-bold {
    margin-bottom: 9px; }
.work-detail-head .work-detail-head-right {
  width: 110px; }
  .work-detail-head .work-detail-head-right .follow {
    margin-top: 10px; }
    .work-detail-head .work-detail-head-right .follow .number {
      display: inline-block;
      height: 18px;
      line-height: 18px;
      vertical-align: top;
      margin-left: 5px; }
  .work-detail-head .work-detail-head-right .favorite {
    cursor: pointer; }

.work-detail-body .work-detail-body-left {
  position: absolute;
  left: -60px;
  top: 180px; }
.work-detail-body .work-detail-body-right {
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 180px; }
.work-detail-body .work-detail-body-middle {
  min-height: 600px;
  text-align: center; }
  .work-detail-body .work-detail-body-middle img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
.work-detail-body .work-detail-body-description {
  padding: 30px;
  color: #555;
  font-size: 14px;
  line-height: 24px; }

.modal-body {
  position: relative; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-enter {
  opacity: 0.01;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal-enter.modal-enter-active {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.modal-leave {
  opacity: 1; }

.modal-leave.modal-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-in; }

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