a:not([href]):not([tabindex]) {
  color: none;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: none;
  text-decoration: none;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-item a:hover,
.page-item a:focus,
.page-item a.focus {
  box-shadow: none!important;
}
.btn:hover,
.btn:focus,
.btn.focus {
  box-shadow: none!important;
}
button:focus:hover,
button:focus:focus,
button:focus.focus {
  box-shadow: none!important;
  outline: 0 none !important;
}
.modal.fade.show {
  display: block;
}
.modal-content {
  background-color: #fff;
  position: relative;
  border-radius: 12px 12px 8px 8px;
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.3);
  border: none;
}
form label {
  color: #7f8fa4;
  font-size: 0.875rem;
}
.form-control {
  border: 1px solid #dfe3e9;
  box-shadow: none!important;
}
.form-control::placeholder {
  transition: opacity 0.3s;
  color: rgba(53, 64, 82, 0.5);
  font-weight: 400;
  opacity: 0.5;
}
.form-control:hover,
.form-control:focus,
.form-control.focus {
  border: 1px solid #00aaee;
}
.dropdown-menu {
  border: 1px solid rgba(239, 239, 239, 0.56);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a.focus,
.dropdown-menu a:active,
.dropdown-menu a.active {
  background-color: #F8F9FA !important;
  color: #333;
}
[v-cloak] {
  display: none;
}
.ivu-modal-close {
  z-index: 999;
}
.loding-circular {
  width: 35px;
  height: 35px;
  animation: ani-demo-spin 1s linear infinite;
}
.loding-circular .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #20a0ff;
  stroke-linecap: round;
}
.bg-primary {
  background-color: #00aaee !important;
}
.text-primary {
  color: #00aaee !important;
}
.breadcrumb {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
}
.move-up-enter-active,
.move-up-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter-active {
  animation-name: moveUpIn;
  animation-play-state: running;
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-up-leave-active {
  animation-name: moveUpOut;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
@keyframes moveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
.ssy-message {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ssy-message-warp {
  padding: 8px;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ssy-message-warp:first-child {
  margin-top: -8px;
}
.ssy-message-content {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.ssy-message .ion-ios-checkmark-circle {
  color: #19be6b;
}
.ssy-message .ion-ios-close-circle {
  color: #ed4014;
}
.no-block {
  text-align: center;
  min-height: 400px;
  padding-top: 130px;
  color: #7f8fa4;
}
.no-block i {
  font-size: 60px;
}
.no-block p {
  margin-top: 10px;
}
.ssy-header {
  height: 60px;
}
.ssy-header .logo-text {
  float: left;
  font-size: 1.25rem;
  line-height: 60px;
  margin-right: 1rem;
  font-weight: 500;
}
.ssy-header .header-list {
  float: left;
  padding: 0px;
  list-style: none;
}
.ssy-header .header-list .header-item {
  display: inline-block;
}
.ssy-header .header-list .header-item .header-link {
  display: block;
  cursor: pointer;
  line-height: 60px;
  font-weight: 500;
}
.ssy-header .header-search {
  position: relative;
  line-height: 60px;
  display: inline-block;
}
.ssy-header .header-search .form-control {
  vertical-align: inherit;
}
.ssy-header .header-search .search-icon {
  position: absolute;
  right: -4px;
  top: 10px;
  background-color: transparent;
}
.ssy-header .header-search-link-warp {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  float: right;
}
.ssy-header .header-search-link-warp .search-icon {
  padding: 10px 10px;
}
.ssy-header .header-account {
  float: right;
}
.ssy-header .header-account .header-login {
  line-height: 60px;
}
.ssy-header .header-account .header-user {
  line-height: 60px;
}
.ssy-header .header-account .header-user .dropdown {
  display: inline-block;
}
.ssy-header .header-account .header-user .dropdown .dropdown-item {
  line-height: 1.6;
}
.ssy-header.ssy-header-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.ssy-header.ssy-header-fixed + * {
  margin-top: 75px;
}
.ssy-header.ssy-header-default {
  background-color: #fff;
  border-bottom: 1px solid #e1e4e8;
}
.ssy-header.ssy-header-default .logo-text {
  color: #00aaee;
}
.ssy-header.ssy-header-default .logo-text a {
  color: #00aaee;
}
.ssy-header.ssy-header-default .logo-text a.active,
.ssy-header.ssy-header-default .logo-text a:hover {
  background-color: transparent;
  color: #00aaee;
}
.ssy-header.ssy-header-default .header-link {
  padding: 0 0.4rem;
}
.ssy-header.ssy-header-default .header-link.active,
.ssy-header.ssy-header-default .header-link:hover {
  background-color: transparent;
  color: #00aaee;
}
.ssy-header.ssy-header-dark {
  background-color: #303641;
  color: #dadada;
}
.ssy-header.ssy-header-dark .logo-text a {
  color: #dadada;
}
.ssy-header.ssy-header-dark .logo-text a.active,
.ssy-header.ssy-header-dark .logo-text a:hover {
  background-color: transparent;
  color: #ffffff;
}
.ssy-header.ssy-header-dark .header-link {
  color: #dadada;
  padding: 0 0.4rem;
}
.ssy-header.ssy-header-dark .header-link.active,
.ssy-header.ssy-header-dark .header-link:hover {
  background-color: #252a32;
  color: #ffffff;
}
.ssy-header.ssy-header-dark.ssy-header-empty .header-link.active,
.ssy-header.ssy-header-dark.ssy-header-empty .header-link:hover {
  background-color: transparent;
  color: #ffffff;
}
.ssy-header.ssy-header-primary {
  background-color: #fff;
  color: #898989;
  border-bottom: 1px solid #e1e4e8;
}
.ssy-header.ssy-header-primary .logo-text a {
  color: #00aaee;
}
.ssy-header.ssy-header-primary .logo-text a.active,
.ssy-header.ssy-header-primary .logo-text a:hover {
  background-color: transparent;
  color: #00aaee;
}
.ssy-header.ssy-header-primary .header-link {
  margin: 0 0.4rem;
  color: #898989;
  line-height: 56px !important;
  margin-top: 2px;
}
.ssy-header.ssy-header-primary .header-link.active,
.ssy-header.ssy-header-primary .header-link:hover {
  background-color: transparent;
  color: #00aaee;
  border-bottom: 2px solid #00aaee;
}
.ssy-header.ssy-header-primary.ssy-header-empty .header-link.active,
.ssy-header.ssy-header-primary.ssy-header-empty .header-link:hover {
  background-color: transparent;
  color: #000000;
}
.header-message {
  display: inline-block;
  line-height: 60px;
  margin-right: 10px;
}
.header-message .ssy-badge {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: unset;
}
.header-message .badge-count {
  font-family: Monospaced Number;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: -10px;
  right: 0;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ed4014;
  border: 1px solid transparent;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
  transform-origin: -10% center;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.header-message .message-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #273350;
}
.header-message .message-circle:hover {
  background: #f0f8ff;
  color: #4b7dfa;
}
.header-message .message-circle svg {
  font-size: 18px;
  cursor: pointer;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
}
@media (max-width: 575.98px) {
  .ssy-header {
    height: auto;
  }
  .ssy-header.ssy-header-fixed + * {
    margin-top: 105px;
  }
  .ssy-header .container {
    padding: 0;
  }
  .ssy-header .logo-text {
    float: none;
    margin-right: 0;
    display: block;
    padding: 0;
    text-align: left;
    margin-left: 10px;
    line-height: 44px;
    border-bottom: 1px solid #EFEFEF;
  }
  .ssy-header .header-list {
    overflow: hidden;
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding: 0;
    height: 44px;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .ssy-header .header-list .header-link {
    line-height: 44px!important;
    padding: 0 10px;
    position: relative;
  }
  .ssy-header .header-search-link-warp {
    margin: 0;
    background: #fff;
    position: absolute;
    right: 0;
    height: 44px!important;
    line-height: 44px!important;
  }
  .ssy-header .header-account {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .ssy-header .header-account .header-login {
    line-height: 44px;
  }
  .ssy-header .header-account .header-login .ssy-btn {
    padding: 4px 12px;
  }
  .ssy-header .header-account .header-user {
    line-height: 44px;
  }
  .ssy-header .header-account .header-user .header-message {
    line-height: 44px;
  }
  .ssy-header .header-account .header-user .dropdown {
    display: inline-block;
  }
}
.ssy-box {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  margin-bottom: 1rem;
}
.ssy-box .ssy-box-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  padding: 1rem 0;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom: 1px solid #EFEFEF;
}
.ssy-box .ssy-box-heading .title {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
}
.ssy-box .ssy-box-tap {
  margin-bottom: -1px;
  padding: 5px 0px 0px 0px!important;
}
.ssy-box .ssy-box-body {
  padding: 1rem 1rem;
  position: relative;
}
.ssy-box .ssy-box-footer {
  padding: 1rem 0;
  margin-left: 1rem;
  margin-right: 1rem;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ssy-table .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
}
.ssy-table .time {
  width: 155px;
}
.diy-table-list {
  background-color: #fff;
  border-radius: 3px;
  list-style: none;
  min-height: 483px;
  clear: both;
}
.diy-table-list .diy-table-item-header {
  font-weight: 500;
  background-color: #f8f8f9;
  background-color: #f5f8fa;
  color: #7f8fa4;
}
.diy-table-list .diy-table-item-header:hover {
  background-color: #f5f8fa !important;
  color: #7f8fa4 !important;
}
.diy-table-list .diy-table-body {
  font-size: 14px;
  color: #7f8fa4;
}
.diy-table-list .diy-table-body a {
  color: #354052;
  font-weight: 500;
}
.diy-table-list .diy-table-body > .diy-table-item:nth-child(odd) {
  background: #fff;
}
.diy-table-list .diy-table-body > .diy-table-item:nth-child(odd):hover {
  background-color: #eff3f6;
}
.diy-table-list .diy-table-body > .diy-table-item:nth-child(even) {
  background: #fbfbfb;
  background-color: rgba(230, 234, 238, 0.3);
}
.diy-table-list .diy-table-body > .diy-table-item:nth-child(even):hover {
  background-color: #eff3f6;
}
.diy-table-list .diy-table-item {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  min-height: 40px;
}
.diy-table-list .diy-table-item .handle {
  display: none;
}
.diy-table-list .diy-table-item .ivu-btn-text-up-down[disabled]:hover {
  color: #cbcfd6;
}
.diy-table-list .diy-table-item .ivu-btn-text-up-down {
  color: #cbcfd6;
}
.diy-table-list .diy-table-item .ivu-btn-text-up-down:hover {
  color: #26344b;
}
.diy-table-list .diy-table-item:hover {
  background-color: #eff3f6;
}
.diy-table-list .diy-table-item:hover .handle {
  display: block;
}
.diy-table-list .diy-table-item.is-open {
  background-color: #eff3f6 !important;
}
.diy-table-list .diy-table-item.is-open .children-list {
  display: block;
}
.diy-table-list .diy-table-item .children-list {
  border-top: 1px solid #e6eaee;
  display: none;
  background-color: #eff3f6;
}
.diy-table-list .diy-table-item a:hover {
  color: #1998dd;
}
.diy-table-list thead th {
  border-bottom: 0;
}
.diy-table-list td,
.diy-table-list th {
  font-size: 0.85rem;
  padding: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 0;
}
.v-h {
  visibility: hidden;
}
.v-s {
  visibility: inherit;
}
label {
  margin-bottom: 0;
}
.over-h {
  overflow: hidden;
}
.over-h-e {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ssy-btn {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.4rem 1.2rem;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  font-size: 0.86rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
}
.ssy-btn:hover,
.ssy-btn:focus,
.ssy-btn:active {
  background-color: transparent;
  color: #00aaee;
  transition: 0.3s;
}
.ssy-btn.ssy-btn-text {
  background-color: transparent;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.6);
}
.ssy-btn.ssy-btn-text:hover,
.ssy-btn.ssy-btn-text:focus,
.ssy-btn.ssy-btn-text:active {
  color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
.ssy-btn.circle {
  border-radius: 1.5rem;
}
.ssy-btn.ssy-btn-primary {
  background-color: #00aaee;
  border: 1px solid #00aaee;
  color: #fff !important;
}
.ssy-btn.ssy-btn-primary:hover,
.ssy-btn.ssy-btn-primary:focus,
.ssy-btn.ssy-btn-primary:active {
  background-color: #0198d4;
  border: 1px solid #0198d4;
  color: #fff !important;
  transition: 0.3s;
}
.ssy-btn.ssy-btn-primary.ssy-btn-text {
  background-color: transparent;
  border: 1px solid transparent;
  color: #00aaee !important;
}
.ssy-btn.ssy-btn-primary.ssy-btn-text:hover,
.ssy-btn.ssy-btn-primary.ssy-btn-text:focus,
.ssy-btn.ssy-btn-primary.ssy-btn-text:active {
  color: #0198d4 !important;
  transition: 0.3s;
}
.ssy-btn.ssy-btn-primary.outline {
  background-color: inherit;
  border: 1px solid #00aaee;
  color: #00aaee !important;
}
.ssy-btn.ssy-btn-primary.outline:hover,
.ssy-btn.ssy-btn-primary.outline:focus,
.ssy-btn.ssy-btn-primary.outline:active {
  background-color: rgba(0, 170, 238, 0.1);
  transition: 0.3s;
}
.ssy-btn.ssy-btn-empty {
  color: #666;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.ssy-btn.ssy-btn-empty:hover,
.ssy-btn.ssy-btn-empty:focus,
.ssy-btn.ssy-btn-empty:active {
  text-decoration: none;
  background-color: #efefef;
  border: 1px solid #efefef;
}
.ssy-btn-block {
  width: 100%;
}
.ssy-btn-xs {
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
}
.ssy-btn-sm {
  padding: 0.1rem 0.5rem;
  font-size: 0.85rem;
}
.ssy-tags.ssy-tags-list {
  padding-left: 0;
  list-style: none;
}
.ssy-tags.ssy-tags-list .tags-item {
  display: inline-block;
}
.ssy-tags.ssy-tags-list .tags-item a {
  color: #999;
  background-color: #eff1f5;
  padding: 2px 5px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.8rem;
}
.ssy-tags.ssy-tags-list .tags-item a:hover {
  background-color: #00aaee;
  color: #fff;
}
.user-box .user-box-main {
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.user-box .user-box-main .user-avata {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
.user-box .user-box-main .user-avata img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.user-box .user-box-main h3 {
  font-size: 18px;
}
.user-box .user-box-main p {
  font-size: 12px;
}
.user-box .user-box-info {
  border-top: 1px solid #EFEFEF;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.user-box .user-box-info .text {
  text-align: center;
  font-size: 12px;
}
.user-box .user-box-info .text h5 {
  margin: 0;
  margin-bottom: 5px;
  color: #00AAEE;
  font-size: 18px;
}
.user-box .user-box-list {
  padding-bottom: 20px;
}
.user-box .user-box-list .ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.user-box .user-box-list .ul > li,
.user-box .user-box-list .ul > li > a {
  display: block;
  position: relative;
}
.user-box .user-box-list .ul > li > a {
  padding: 10px 15px;
}
.user-box .user-box-list ul li {
  border-bottom: 1px solid #f0f4f7;
}
.user-box .user-box-list ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
.user-box .user-box-list ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}
.user-box .user-box-list ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.user-box .user-box-list ul li a i {
  margin-right: 8px;
  font-size: 16px;
}
.user-box .user-box-list ul li:last-child {
  border-bottom: none;
}
.user-side-list {
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.user-side-list .user-avatar {
  float: left;
  margin: 0 15px 0 0;
}
.user-side-list .avatar {
  width: 40px;
  height: 40px;
}
.user-side-list .user-content {
  overflow: hidden;
}
.user-side-list .user-content p {
  font-size: 12px;
  color: #C3D1D6;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.user-side-list .nickname {
  font-size: 14px;
}
.user-side-list .avatar {
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -ms-border-radius: 99%;
  border-radius: 99%;
}
.user-side-list .min-avatar {
  width: 10px;
  height: 10px;
}
.ssy-text-list {
  padding-left: 0;
  list-style: none;
}
.ssy-text-list .list-item {
  line-height: 1.8rem;
  position: relative;
}
.ssy-text-list .list-item .item-link {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 0.875rem;
}
.ssy-text-list .list-item .item-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #898989;
  font-size: 0.875rem;
}
.ssy-text-list.ssy-text-list-time .list-item {
  padding-right: 80px;
}
.ssy-media-list {
  padding-left: 0px;
  list-style: none;
}
.ssy-media-list .list-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.ssy-media-list .list-item .item-media {
  background-color: rgba(137, 137, 137, 0.2);
  position: relative;
  overflow: hidden;
  float: left;
  width: 15rem;
}
.ssy-media-list .list-item .item-media .item-link {
  transition: all 0.5s;
  display: block;
  height: 9rem;
  position: initial;
}
.ssy-media-list .list-item .item-media .item-link .mip-layout-container {
  position: initial;
}
.ssy-media-list .list-item .item-media .item-link img {
  width: 100%;
  margin: 0 auto;
  min-width: auto;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.ssy-media-list .list-item .item-media:hover .item-link {
  display: block;
  transition: all 0.5s;
  transform: scale3d(1.1, 1.1, 1);
}
.ssy-media-list .list-item .item-content {
  padding-left: 16rem;
}
.ssy-media-list .list-item .item-content h4 {
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
  width: 100%;
}
.ssy-media-list .list-item .item-content p {
  color: #898989;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 575.98px) {
  .ssy-media-list .list-item .item-media {
    display: none;
  }
  .ssy-media-list .list-item .item-content {
    padding-left: 0;
  }
}
.ssy-comment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ssy-comment-list .comment-item {
  padding: 15px;
  list-style: none;
  border-bottom: 1px dashed #efefef;
}
.ssy-comment-list .comment-item.comment-none {
  background-color: #F9F9F9;
}
.ssy-comment-list .comment-item .comment-img {
  width: 45px;
  float: left;
  height: 45px;
  display: block;
  position: relative;
}
.ssy-comment-list .comment-item .comment-img img {
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
}
.ssy-comment-list .comment-item .comment-body {
  padding-left: 65px;
  position: relative;
}
.ssy-comment-list .comment-item .comment-body .comment-info .comment-author {
  display: inline-block;
  margin: 0px 0px 5px 0;
  color: #060606;
  font-weight: 600;
}
.ssy-comment-list .comment-item .comment-body .comment-info .comment-date {
  float: right;
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  color: #BABABA;
}
.ssy-comment-list .comment-item .comment-body .comment-details {
  margin: 10px 0px 0px 0;
  min-height: 30px;
}
.ssy-comment-list .comment-item .comment-body .comment-details .comment-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.ssy-comment-list .comment-item .comment-body .comment-details .comment-actions > li {
  float: left;
  padding: 0 5px;
  margin: 0;
}
.ssy-comment-list .comment-item .comment-body .comment-details .comment-actions > li > a {
  text-transform: uppercase;
  color: #999999;
}
.ssy-comment-list .comment-item .comment-body .comment-details .comment-actions > li > a:hover {
  color: #666666;
  text-decoration: none;
}
.ssy-comment-list .comment-item .comment-reply {
  padding-left: 65px;
}
.ssy-comment-list .comment-item:hover .comment-body .comment-details .comment-actions {
  display: inline-block;
}
.ssy-detail-body {
  font-size: 16px;
  line-height: 30px;
  color: #24292e;
  outline: none;
  word-wrap: break-word;
}
.ssy-detail-body > :first-child {
  margin-top: 0!important;
}
.ssy-detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.ssy-detail-body a:visited {
  color: #4298BA;
}
.ssy-detail-body a:hover {
  color: #0F769F;
}
.ssy-detail-body a:active {
  color: #9E792E;
}
.ssy-detail-body a:hover,
.ssy-detail-body a:active {
  outline: 0;
}
.ssy-detail-body h1,
.ssy-detail-body h2,
.ssy-detail-body h3,
.ssy-detail-body h4,
.ssy-detail-body h5,
.ssy-detail-body h6 {
  font-weight: 600;
  margin: 24px 0 16px;
}
.ssy-detail-body h1 {
  font-size: 30px;
}
.ssy-detail-body h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecef;
}
.ssy-detail-body h3 {
  font-size: 20px;
}
.ssy-detail-body h4 {
  font-size: 16px;
}
.ssy-detail-body h5 {
  font-size: 16px;
}
.ssy-detail-body h6 {
  font-size: 16px;
}
.ssy-detail-body p,
.ssy-detail-body div {
  margin: 0 0 16px 0;
  word-wrap: break-word;
}
.ssy-detail-body b,
.ssy-detail-body strong {
  font-weight: bold;
}
.ssy-detail-body i,
.ssy-detail-body em {
  font-style: italic;
}
.ssy-detail-body u {
  text-decoration: underline;
}
.ssy-detail-body strike,
.ssy-detail-body del {
  text-decoration: line-through;
}
.ssy-detail-body ul,
.ssy-detail-body ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.ssy-detail-body ul ul,
.ssy-detail-body ol ul,
.ssy-detail-body ul ol,
.ssy-detail-body ol ol {
  padding-left: 30px;
}
.ssy-detail-body ul ul,
.ssy-detail-body ol ul {
  list-style: circle outside none;
}
.ssy-detail-body ul ul ul,
.ssy-detail-body ol ul ul {
  list-style: square outside none;
}
.ssy-detail-body ol {
  list-style: decimal;
}
.ssy-detail-body li + li {
  margin-top: 0.25em;
}
.ssy-detail-body blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.ssy-detail-body blockquote > :first-child {
  margin-top: 0;
}
.ssy-detail-body code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
}
.ssy-detail-body pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.ssy-detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.ssy-detail-body hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.ssy-detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.ssy-detail-body table thead {
  background-color: #f9f9f9;
}
.ssy-detail-body table td,
.ssy-detail-body table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.ssy-detail-body table td.active,
.ssy-detail-body table th.active {
  background-color: #ffffee;
}
.ssy-detail-body mip-img {
  max-width: 100%;
}
.ssy-detail-body img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  min-width: auto;
  margin: inherit;
  height: auto;
}
.ssy-page-default .page-list {
  padding-left: 0;
  list-style: none;
}
.ssy-page-default .page-list::after {
  display: block;
  clear: both;
  content: "";
}
.ssy-page-default .page-list .page-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}
.ssy-page-default .item-up {
  float: left;
  text-align: left;
}
.ssy-page-default .item-down {
  float: right;
  text-align: right;
}
@media (max-width: 575.98px) {
  .ssy-page-default .page-list .page-item {
    width: 100%;
  }
  .ssy-page-default .item-up {
    float: none;
    text-align: left;
  }
  .ssy-page-default .item-down {
    float: none;
    text-align: left;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline-block;
  margin-left: 10px;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 3px !important;
  color: #505050 !important;
  background-color: #fff !important;
  border: 1px solid #EFEFEF !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #00aaee !important;
  background-color: #f2f2f2 !important;
  border-color: #EFEFEF !important;
  cursor: pointer;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #505050 !important;
  background-color: #fff !important;
  border-color: #EFEFEF !important;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #00aaee !important;
  border-color: #00aaee !important;
  cursor: default;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
  background-color: #ECF0F1;
  color: #2e494e;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #2e494e;
}
a:hover {
  color: #00aaee;
  text-decoration: none;
}
.detail-title {
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.feed-title {
  width: 625px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.search-form {
  position: relative;
}
.search-form .search-btn {
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tap-list {
  overflow: hidden;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.tap-list li {
  float: left;
}
.tap-list li a {
  padding: 0 16px;
  height: 42px;
  line-height: 39px;
  display: inline-block;
  margin: 0 1px;
}
.tap-list li:hover a {
  color: #00aaee;
  border-bottom: 2px solid #00aaee;
}
.tap-list li.active a {
  color: #00aaee;
  border-bottom: 2px solid #00aaee;
}
.comment-form-warp.form-disabled {
  padding: 15px;
}
.comment-form-warp.form-disabled .comment-form {
  position: relative;
}
.comment-form-warp.form-disabled .comment-textarea {
  border: 1px solid #dcdee2;
  border-radius: 3px;
  width: 100%;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.comment-form-warp.form-disabled .comment-textarea[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.comment-form-warp.form-disabled .comment-form-info {
  position: absolute;
  margin: 0;
  top: 39px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.article-comments {
  padding: 15px 0!important;
}
.article-comments .comments {
  padding-left: 0;
  margin-bottom: 0;
}
.article-comments .comments .comment-item {
  padding: 10px 15px 0 15px;
  list-style: none;
}
.article-comments .comments .comment-item.comment-none {
  background-color: #F9F9F9;
}
.article-comments .comments .comment-item .comment-img {
  width: 32px;
  float: left;
  height: 32px;
  display: block;
  position: relative;
}
.article-comments .comments .comment-item .comment-img img {
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
}
.article-comments .comments .comment-item .comment-body {
  padding-bottom: 10px;
  margin-left: 47px;
  position: relative;
  border-bottom: 1px dashed #efefef;
}
.article-comments .comments .comment-item .comment-body .comment-info .comment-author {
  display: inline-block;
  margin: 0px 0px 5px 0;
  color: #060606;
  font-weight: 500;
}
.article-comments .comments .comment-item .comment-body .comment-info .comment-date {
  float: right;
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  color: #BABABA;
}
.article-comments .comments .comment-item .comment-body .comment-details {
  margin: 10px 0px 0px 0;
}
.article-comments .comments .comment-item .comment-body .comment-details .comment-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.article-comments .comments .comment-item .comment-body .comment-details .comment-actions > li {
  float: left;
  padding: 0 5px;
  margin: 0;
}
.article-comments .comments .comment-item .comment-reply {
  padding-left: 47px;
}
.article-comments .comments .comment-item:hover .comment-body .comment-details .comment-actions {
  display: inline-block;
}
.article-comments .comments-list {
  margin-top: 10px;
  margin-left: 47px;
  background-color: #fcfcfc;
  border-radius: 3px;
}
.product-item {
  box-shadow: 0 0 16px #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.product-item .item-link {
  display: block;
  width: 100%;
  height: 178px;
}
.product-item .item-link img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.product-item .item-title {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.product-item .item-body {
  padding: 15px;
}
.product-item .item-body .item-money {
  float: right;
  color: #ff6600;
}
.product-detail .detail-img {
  width: 100%;
  height: 0;
  padding-bottom: 50.86%;
  position: relative;
}
.product-detail .detail-img img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.product-detail p {
  color: #909090;
}
.product-detail .detail-price {
  color: #ff0036;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  padding-left: 20px;
  background-image: url(data:image/png;base64,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);
}
.product-detail .detail-price .detail-price-param {
  font-size: 18px;
}
.product-detail .detail-price .detail-price-num {
  font-size: 30px;
}
.product-detail .detail-price .detail-price-free {
  color: #3b8c26;
}
.product-detail .detail-buy {
  padding-left: 15px;
  padding-right: 15px;
}
.friend-link {
  margin-bottom: 15px;
  text-align: center;
}
.friend-link ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.friend-link ul li {
  float: left;
  margin: 0 5px;
}
.mini-pages-item {
  display: inline-block;
}
.mini-pages-btn {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  min-width: 24px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 14px;
}
.mini-pages-btn.active {
  color: #00aaee;
}
.publish-edit .simditor-body {
  height: 350px;
  overflow: auto;
}
