:root {
  --backgroundColor: #f7f7f7;
  --primaryColor: #191a1b;
  --textColorSecondary: rgba(0, 0, 0, 0.45);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 14px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    background-color: var(--backgroundColor);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #333 !important;
}

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.logo {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  color: var(--primaryColor);
  justify-content: center;
}

.logo > svg {
  fill: var(--primaryColor);
}

.text-disabled {
  color: var(--textColorSecondary) !important;
}

.App-layout {
  display: flex;
  justify-content: flex-start;
  background: url('/statics/files1/header_bg.jpg') repeat-x;
  flex-direction: column;
  align-items: center;
}
.App-wrapper {
  width: 1200px;
}
.App-body {
  display: flex;
  width: 98%;
  justify-content: center;
}
.App-body .container {
  /* min-height: 700px; */
  width: 100%;
}
.App-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 80px; */
  border-top: 1px solid #eee;
  flex-direction: column;
  width: 100%;
}
.App-footer .btext {
  font-size: 22px;
}
.App-footer .line {
  margin: 0 5px;
  color: #999;
}
.App-footer .link-a {
  font-size: 16px;
  color: #333;
}
.App-footer .right-text {
  font-size: 14px;
}
.App-footer .link-word .link-a {
  color: #333;
  font-size: 14px;
}
.area-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}
.area-wrap .col-list {
  flex: 1;
}
.area-list {
  display: flex;
  flex-direction: column;
}
.area-list .avatar {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
.area-list .title {
  display: flex;
  align-items: center;
}
.area-list .title .text {
  font-size: 18px;
  color: #dd414f;
  cursor: pointer;
  font-weight: 600;
}
.city-list {
  margin-bottom: 15px;
}
.city-list .name {
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #333;
  border-bottom: 0px solid #fff;
  text-align: center;
}
.ant-breadcrumb {
  padding: 20px 0;
}
.paginationbox {
  display: flex;
  justify-content: center;
}
.ant-pagination-item-active a {
  color: #e23f50;
}
.ant-pagination-item-active {
  border-color: #e23f50;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #e23f50;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #e23f50;
}
.modal-img-wrap {
  position: relative;
}
.modal-img-wrap .pre-btn,
.modal-img-wrap .next-btn {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: -25px;
}
.modal-img-wrap .pre-btn {
  left: 0;
}
.modal-img-wrap .next-btn {
  right: 0;
}
.modal-img-wrap .arrowicon {
  color: #fff;
  font-size: 30px;
}
.thread-title {
  color: #000;
  word-break: break-all;
}
.ant-table {
  color: #333;
}
.insert-image {
  width: 500px;
  padding: 0 10px;
}
.ant-input,
.ant-select {
  color: #000;
}
.ant-breadcrumb {
  color: #000 !important;
}
.ant-breadcrumb a {
  color: #000 !important;
}
.home-bar-hint {
  margin: 0px;
  margin-bottom: 8px;
  background: url('/statics/files1/blue_bar.jpg') repeat-x;
  height: 80px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
}
.grecaptcha-badge {
  visibility: hidden;
}
.zanzhushang {
  display: none;
}

@media screen and (min-width: 576px) {
  body .area-wrap {
    display: flex;
    flex-direction: column;
  }
  body .area-wrap-inner {
    display: flex;
  }
  body .desc-content .image-wrap img {
    max-width: 1200px;
  }
  body .thread-detail .top-thread-con .desc {
    font-size: 18px;
  }
  body .thread-detail .top-thread-con .name {
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 576px) {
  body .App-body {
    width: 100%;
  }
  body .App-body .container {
    min-height: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body .App-body .admin-container {
    padding: 0;
  }
  body .search-bar .ant-form-item-control {
    margin-bottom: 0;
  }
  body .App__header {
    width: 100%;
    height: 168px;
  }
  body .App__header .content {
    /* height: 110px; */
    padding: 0 15px;
	margin: 0px;
  }
  body .top-thread-con .title {
    flex-wrap: wrap;
    height: auto;
    position: relative;
  }
  body .top-thread-con .views {
    display: none;
  }
  body .top-thread-con .label {
    width: 60px;
    flex-shrink: 0;
    padding: 0 5px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  body .top-thread-con .name {
    flex: 1;
    margin: 0;
    display: flex;
    line-height: 30px;
    text-indent: 70px;
    font-size: 20px;
    font-weight: bold;
  }
  body .top-thread-con .desc {
    width: 100%;
    text-align: left;
    font-size: 18px;
  }
  body .thread-detail .title {
    flex-wrap: wrap;
    height: auto;
    position: relative;
  }
  body .thread-detail .label {
    width: 60px;
    flex-shrink: 0;
    padding: 0 5px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  body .top-thread .content {
    padding: 0;
  }
  body .area-wrap {
    padding-top: 10px;
    flex-direction: column;
  }
  body .h5-col-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .h5-col-list .area-list {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0px;
    background-color: #d8404d;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
  }
  body .h5-col-list .area-list .toggle {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  body .h5-col-list .area-list .toggle-icon {
    width: 20px;
    height: 20px;
  }
  body .h5-col-list .title {
    position: relative;
  }
  body .h5-col-list .title .text {
    color: #fff;
  }
  body .h5-col-list .city-list {
    background-color: #fff;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body .h5-col-list .city-list .name {
    padding: 5px;
  }
  body .carousel-img-list .slick-slider {
    overflow: hidden;
    width: 340px;
  }
  body .carousel-img-list .slick-list {
    width: 100%;
  }
  body .heaer-h5-Cate-col {
    margin: 0 10px;
  }
  body .home-bar-hint {
    margin: 0px;
    margin-bottom: 8px;
    background: none;
    height: 60px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
  }
  body .publish-btn {
    width: 95%;
  }
  body .publish {
    padding-top: 20px;
  }
  body .publish .ant-input-number {
    width: 100%;
  }
  body .publish .formitemRow .ant-form-item {
    margin-right: 0;
  }
  body .publish .ant-form-item-control {
    margin-bottom: 10px;
  }
  body .publish .top-thread-con {
    padding: 0 10px;
  }
  body .publish .carousel-img-list {
    overflow-y: auto;
    justify-content: flex-start;
    width: 100vw;
  }
  body .publish .carousel-img-list .inner {
    width: 1500px;
  }
  body .publish .desc-content {
    padding: 0 10px;
  }
  body .publish .ant-result {
    padding: 0;
  }
  body .publish .ant-result-extra .ant-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80vw;
  }
  body .publish .adtype-title {
    padding-left: 10px;
  }
  body .publish .cardbox {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  body .publish .cardbox .adtype-card {
    width: 100%;
    flex: auto;
    margin-right: 0;
  }
  body .thread-detail {
    width: 100%;
  }
  body .thread-detail img {
    max-width: 98vw;
  }
  body .stepsNav {
    margin-bottom: 10px;
  }
  body .stepsNav .item {
    width: 25%;
  }
  body .formitemRow .ant-form-item.age-wrap {
    width: 100%;
  }
  body .ant-form-item .ant-form-item-label {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body .ant-form-item {
    margin-bottom: 0;
  }
  body .ant-form-item-control-input {
    overflow: hidden;
  }
  body .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
    margin-left: 20px;
  }
  body .formstyle {
    margin-bottom: 10px;
  }
  body .formstyle .ant-btn {
    margin-left: 10px;
  }
  body .formstyle .search-input {
    margin-left: 20px;
  }
  body .buy-creadits .balance-hint {
    width: 100%;
  }
  body .buy-creadits .ant-form-item-control-input-content {
    margin-right: 20px;
  }
  body .buy-creadits .publish-btnbox {
    margin-left: 0;
  }
  body .buy-creadits .qrcode-credits {
    padding-left: 0;
  }
  body .App-footer {
    height: 96px;
    padding: 0 20px;
    padding-top: 20px;
  }
  body .login-wrapper .ant-form-item {
    margin-bottom: 10px;
  }
  body .header-login-wrap {
    justify-content: center;
    margin-top: 0px;
  }
  body .buy-creadits .form-credits {
    width: 100%;
  }
  body .zanzhushang {
    display: block;
  }
  body .zanzhushang > div {
    padding: 1px;
  }
  body .zanzhushang a {
    display: block;
    color: #fff;
  }
  body .zanzhushang .su {
    background-color: #ffe009;
    color: #000;
  }
  body .zanzhushang .su a {
    color: #000;
  }
  body .zanzhushang .me {
    background-color: #310ffc;
    color: #fff;
  }
  body .zanzhushang .se {
    background-color: #ff16d1;
    color: #fff;
  }
  body .zanzhushang .line {
    border: 1px dashed #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  body .zanzhushang.add-list {
    margin-bottom: 0;
  }
  .thread-detail .top-thread-con .detail-views {
    padding-left: 0;
  }
  body .top-thread-img-item {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 15px;
  }
  body .item-inner {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.login-inner {
  width: 360px;
  padding-top: 30px;
}
.login-inner .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login-inner .ant-btn {
  margin-bottom: 5px;
}
.login-inner .link {
  color: #0094ff;
  cursor: pointer;
}
.login-box {
  border-radius: 6px;
  box-shadow: 1px 1px 20px #ccc;
  background-color: #fff;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
}
.login-box .hint-text {
  margin-bottom: 5px;
}
.login-box .ant-form-item.agree {
  margin-bottom: 0;
  display: flex;
  font-size: 12px;
}
.verification {
  padding-top: 20px;
}
.verification .title {
  font-size: 18px;
}

.thread-detail {
  padding: 10px 0;
}
.thread-detail.container {
  padding: 0;
}
.stepsNav {
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.stepsNav .item {
  width: 260px;
  height: 68px;
  background-color: #a5a3a4;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.stepsNav .item.active {
  background-color: #e1404f;
  height: 75px;
}
.stepsNav .item.active::after {
  width: 0;
}
.stepsNav .item::after {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #b9b7b8;
}
.stepsNav .title {
  font-size: 22px;
}
.stepsNav .desc {
  font-size: 14px;
}
.formitemRow {
  display: flex;
}
.formitemRow .ant-form-item {
  flex: 0.3;
  margin-right: 20px;
}
.formitemRow .payment,
.formitemRow .payType {
  flex: 1;
}
.formitemRow .ant-form-item.age-wrap {
  width: 200px;
  flex-basis: 0;
  flex: 0.2;
}
.ant-form .ant-form-item .ant-form-item {
  margin-bottom: 0;
}
.publish-btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.publish-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1404f;
  color: #fff;
  height: 35px;
  width: 400px;
  font-size: 22px;
  border-radius: 2px;
}
.publish-btn:hover {
  background-color: #e1404f;
  border: 0;
  color: #fff;
}
.up-photos-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ffebea;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  background-color: #fef2f2;
  cursor: pointer;
}
.up-photos-box .title {
  font-size: 40px;
}
.up-photos-box .dese {
  font-size: 16px;
}
.public-DraftEditor-content {
  background-color: #fff;
}
.ant-form-item-required .desc {
  color: #666;
}
.bf-container .bf-content {
  height: 300px;
}
.top-thread-con {
  margin-bottom: 20px;
}
.top-thread-con.preview .title {
  justify-content: flex-start;
}
.top-thread-con .item {
  margin-bottom: 20px;
}
.top-thread-con .title {
  color: #333;
  display: flex;
  align-items: center;
  height: 50px;
}
.top-thread-con .label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #15a60b;
  height: 30px;
  padding: 0 10px;
  color: #fff;
}
.top-thread-con .label.red {
  background-color: #f41a7b;
}
.top-thread-con .name {
  margin: 0 15px;
}
.top-thread-con .class-title {
  background-color: #e53e50;
  color: #fff;
  padding: 5px 10px;
}
.carousel-img-list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 300px !important;
}
.carousel-img-list .slick-arrow {
  display: none !important;
}
.carousel-img-list .item {
  margin-right: 10px;
  height: 300px !important;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #eee;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.carousel-img-list .item .img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.ad-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-label .inner {
  width: 100%;
}
.ad-label .row {
  display: flex;
  align-items: center;
  border-bottom: 1px #fff solid;
  background-color: #ffd8d9;
}
.ad-label .row2 {
  background-color: #f8e2e4;
}
.ad-label .label-title {
  flex: 1;
  color: #333;
  text-align: center;
  line-height: 35px;
}
.ad-label .label-text {
  line-height: 35px;
  flex: 1;
  color: #333;
  text-align: center;
}
.ad-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.ad-desc .desc-content {
  word-break: break-all;
}
.adtype {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.adtype .inner {
  width: 600px;
}
.adtype .adtype-card {
  padding: 30px 0 30px 30px;
  margin-bottom: 10px;
}
.adtype .adtype-card .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.adtype .adtype-card .row {
  display: flex;
  align-items: center;
}
.adtype .one {
  background-color: #fffdd7;
}
.adtype .two {
  background-color: #fdebeb;
}
.adtype .three {
  background-color: #e2eafd;
}
.adtype .four {
  background-color: #e3fcdc;
}
.adtype-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.adtype-title .price {
  color: red;
}
.ant-upload-picture-card-wrapper {
  display: flex;
  flex-direction: column;
}
.ant-upload.ant-upload-select-picture-card {
  width: 100%;
  height: auto;
}
.ant-upload-list-picture-card-container {
  width: 150px;
  height: 200px;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  width: 150px;
  height: 200px;
}
.adtype-select {
  width: 150px;
  margin-left: 10px;
}
.site-hint {
  background-color: #848283;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-hint .site-title {
  font-size: 18px;
  color: #fff;
}
.site-hint .site-name {
  font-size: 28px;
  color: red;
}
.white-hr-line {
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}
.slick-list {
  width: 1000px;
  height: 300px!important;
}
.slick-prev {
  left: 0.5%;
  z-index: 99999;
}
.slick-next {
  right: 0.5%;
  z-index: 99999;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.thread-detail .top-thread-con .title {
  cursor: unset;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.detail-views {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detail-views .red {
  color: #fe0200;
}
.thread-detail .ad-relief {
  border: 1px solid #fe0000;
  background-color: #f0f0d4;
  padding: 15px;
  padding-top: 10px;
  color: #000;
  font-size: 16px;
}
.thread-detail .ad-relief .title {
  font-size: 20px;
  font-weight: bold;
  color: #fe0200;
}
.thread-detail .ad-relief .red {
  font-style: normal;
  color: #fe0200;
}
.thread-detail .ad-relief p {
  margin-bottom: 2px;
}
.ant-breadcrumb {
  /* margin-bottom: 15px; */
}
.detail-views-img {
  width: 30px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.container {
  /* margin-bottom: 20px; */
}
.top-thread {
  margin-bottom: 20px;
}
.top-thread .btitle {
  background-color: #e43f4f;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 5px 20px;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
.top-thread .content {
  border: 1px solid #e43f4f;
  padding: 10px;
}
.top-thread .item {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  padding: 10px;
}
.top-thread .item .name {
  color: red;
  font-weight: bold;
}
.top-thread .top-thread-con {
  margin-bottom: 0;
}
.top-thread .top-thread-con .item {
  margin-bottom: 0px;
}
.imglist {
  display: flex;
}
.imglist .imgbox {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.imglist .img {
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
}
.toptopad.top-thread-con .title {
  background-color: #fff8c4;
}
.toptopad.top-thread-con .label {
  background-color: #f91878;
}
.top-thread-con {
  margin-bottom: 0;
}
.top-thread-con .item {
  margin-bottom: 0px;
}
.top-thread-con .title {
  color: #333;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  cursor: pointer;
}
.top-thread-con .title.hightlight {
  font-weight: bold;
  color: #ff0101;
}
.top-thread-con .title.hightlight.name {
  color: #ff0101;
}
.top-thread-con .label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #15a60b;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  width: auto;
  white-space: nowrap;
}
.top-thread-con .label.red {
  background-color: #f41a7b;
}
.top-thread-con .name {
  font-size: 18px;
  margin: 0 15px;
  word-break: break-all;
}
.top-thread-con .desc {
  font-size: 16px;
}
.top-thread-con .class-title {
  background-color: #e53e50;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.hread-list .top-thread-con .title {
  background-color: #f4f4f4;
}
.top-thread-con .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.admin-thread .top-thread-con .title {
  border: 1px solid #e43f4f;
  border-radius: 10px;
  padding: 10px;
  height: auto;
}
.admin-thread .name {
  color: red;
  font-weight: bold;
}
.friends-link {
  text-align: center;
  margin-bottom: 10px;
}
.friends-link .a {
  font-size: 16px;
}
.top-thread-con .top-thread-con-title {
  border: 1px solid #e43f4f;
  border-radius: 10px;
  padding: 10px;
  height: auto;
}
.thread-list-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-thread-img-item {
  position: relative;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.item-inner {
  position: relative;
  width: 270px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.item-bgtitle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
.item-bgtitle-top img{
	width: 50px;
	height: 50px;
	float: left;
}
.item-bgtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffd900;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.item-bgtitle .icon {
  width: 20px;
  margin-right: 5px;
}
.item-bgtitle p {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-photo {
  width: 100%;
  height: 300px;
}
.show-type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.show-type .icon {
  cursor: pointer;
  margin-left: 5px;
}
.show-type .icon img {
  width: 30px;
}

.article {
  padding: 20px 0;
}
.article .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.article h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '\2022';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.admin-container.container {
  width: 100%;
}
.sider-wrap {
  padding-top: 20px;
}
.sider-wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e43f4f;
}
.ant-layout.ant-layout-has-sider {
  height: 100%;
}
.ant-row .ant-form-item {
  margin-bottom: 0;
}
.page-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.formstyle {
  margin-bottom: 20px;
}
.ad-date .date {
  font-size: 14px;
  font-weight: 700;
  color: #e43f4f;
}
.ad-date .time {
  font-size: 14px;
  font-weight: 700;
}
.label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #15a60b;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  width: auto;
  white-space: nowrap;
}
.label.red {
  background-color: #f41a7b;
}
.ant-table-wrapper {
  margin-bottom: 20px;
}
.ant-table-content .title {
  word-break: break-all;
}
.ant-table-content .none {
  display: none;
}
.word-nowrap {
  white-space: nowrap;
}
.buy-creadits .balance-wrap {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.buy-creadits .balance {
  border: 1px solid #fb090b;
  width: 300px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 22px;
  padding: 10px;
  margin-bottom: 20px;
}
.buy-creadits .balance .title {
  font-weight: bold;
  font-size: 18px;
}
.buy-creadits .balance .price {
  color: #e33d4c;
  font-weight: bold;
  font-size: 32px;
}
.buy-creadits .balance-hint {
  background-color: #fffaea;
  border: 1px solid #fb090b;
  width: 800px;
  max-width: 800px;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 2px;
}
.buy-creadits .info-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
  min-height: 300px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 12px 12px 10px 10px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.buy-creadits .info-title {
  font-weight: bold;
  font-size: 18px;
  padding: 50px;
  padding-bottom: 20px;
  background-color: #000;
  color: #fff;
}
.buy-creadits .info-label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.buy-creadits .info-select {
  width: 200px;
  margin-bottom: 20px;
  text-align: left;
}
.buy-creadits .info-inner {
  padding: 20px;
  padding-left: 50px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.buy-creadits .balance-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.buy-creadits .balance-btn {
  width: 400px;
  height: 50px;
  font-size: 18px;
}
.buy-creadits .form-credits {
  display: flex;
  justify-content: center;
  width: 650px;
  margin: auto;
  flex-direction: column;
}
.buy-creadits .form-credits .ant-form {
  width: 100%;
}
.buy-creadits .form-credits .title {
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fffdf5;
  border: 1px solid #e0aeae;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.buy-creadits .form-credits .title b {
  color: red;
}
.buy-creadits .form-credits .ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
}
.buy-creadits .form-credits .ant-upload-picture-card-wrapper {
  flex-direction: row;
}
.buy-creadits .form-credits .ant-form-item-label {
  width: 120px;
}
.buy-creadits .publish-btnbox {
  text-align: center;
}
.buy-creadits .publish-btnbox .ant-btn-primary {
  width: 180px;
}
.buy-creadits .qrcode-credits {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: auto;
  padding: 20px;
  flex-direction: column;
}
.buy-creadits .qrcode-credits .qccode {
  width: 100%;
  margin-bottom: 10px;
}
.buy-creadits .qrcode-credits .title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.buy-creadits .qrcode-credits .qtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.buy-creadits .qrcode-credits .stitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.buy-creadits .back-btn {
  margin-top: 30px;
  color: #1890ff;
  cursor: pointer;
}
.thead-list-row .ant-table-cell {
  padding: 0;
}
.thead-list-row .ant-table-cell .cell {
  padding: 16px;
}
.ant-table .color {
  background-color: #e9c50d24;
}
.top-up .pictures {
  width: 100px;
}
.top-up .top-up-img-list img {
  max-width: 100px;
  margin-right: 10px;
}
.show-all-btn {
  margin-bottom: 10px;
}

