.hidden {
  display: none !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vertical-push-10 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 10px;
}

.vertical-push-20 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 20px;
}

.vertical-push-30 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 30px;
}

.vertical-push-40 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 40px;
}

.vertical-push-50 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.vertical-push-60 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 60px;
}

.vertical-push-70 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 70px;
}

.vertical-push-80 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 80px;
}

.vertical-push-90 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 90px;
}

.vertical-push-100 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100px;
}

.vertical-push-110 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 110px;
}

.vertical-push-120 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 120px;
}

.vertical-push-130 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 130px;
}

.vertical-push-140 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 140px;
}

.vertical-push-150 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 150px;
}

.vertical-push-160 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 160px;
}

.vertical-push-170 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 170px;
}

.vertical-push-180 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 180px;
}

.vertical-push-190 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 190px;
}

.vertical-push-200 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 200px;
}

.cf::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.bd1 {
  border: 1px solid deeppink;
}

.bd2 {
  border: 1px solid #00b600;
}

.bd3 {
  border: 1px solid #00c6f3;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.cloak {
  opacity: 0 !important;
}

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

@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
.global-toast {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  background-color: #383838;
  color: #f0f0f0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
          box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
}

.pos-relative {
  position: relative;
}

.global-image-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 13px;
  max-width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.global-image-caption .fa-map-marker-alt {
  margin-right: 5px;
}

.page-content-mobile,
.page-content-desktop {
  display: none;
}

@media (max-width: 1023px) {
  .page-content-mobile {
    display: block;
  }
  html, body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content-mobile,
  .page-content-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .page-footer-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body {
    background: #f1f1f1;
  }
  .navbar-placeholder {
    height: 1.1rem;
    background: #fff;
  }
  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 2px solid #e4e4e4;
  }
  .nav-tabs .nav-item .nav-link {
    display: block;
    height: 1rem;
    border-bottom: 2px solid transparent;
    padding: 0.4rem 0.2rem 0;
    color: #4e5256;
    font-size: 0.3rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #0056a0;
    color: #0056a0;
  }
  .tab-content .tab-pane {
    margin: 0 0.4rem;
  }
  .tab-content .tab-pane .item-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-content .tab-pane .item-cards .item-card {
    width: 3.25rem;
    background: #fff;
  }
  .tab-content .tab-pane .item-cards .item-card:nth-child(2n) {
    margin-left: 0.2rem;
  }
  .tab-content .tab-pane .item-cards .item-card:nth-child(n-2) {
    margin-top: 0.33rem;
  }
  .tab-content .tab-pane .item-cards .item-card .card-image {
    height: 2.4rem;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .tab-content .tab-pane .item-cards .item-card .card-image:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACvUlEQVRYhe2YTUgWQRjHf1tpiSIaGBhWiBEJlQgJdYxAIkg6WOSxU5eOBQUdkqCPS0JQHrsEFWWEhzpF9EUW1C1So0MoCGIF9iFk+Y+BWZ1sv97dES/vHx5meN/Z//6eZ3dnZ5ayylpmBVGnl5RGVQ90A51AO7AJWGUOBcaBd8Aj4DYwljXFIIjEiQaMiXWSrkqaUTbNSbojqTXBcz4ioeMAI3QE6AfqnL8+Ay+AYWAGqABagN3ARmfcLNALXADmlqKC5xbV67GkfZJWJlSkQ9JNW8VQA5IqS6lgFsBe5wRfJR3Ocrmc2CXpo+NxLy6xPIDdjvG4pC0lwoVRL+mV43XWB+BaSVNO5bbmhAujTtKw9fstaXtRwD4n456CcGG0WTijB0UAayV9t0ZPPMGF0e8k3poGuCKG8SBQbfsXs6eWSZedQT25HCTdsBlOpUwleeON9R/KW8Gdtn0O/ClYsSg9s7+1pQ2MA2y27fASwBmN2nYN0JA0MA6w0rZf/HLN66fTr04aGAcYqsor1oLcl27i/BIHOGnbJs9goVzfyaSBcYDvbdvhFWtB7bY3YVdBsYoDDJ+yHYuWTT60GthrfYbS/OIAB2xr7pVjngEPAbW2fz+Xg504h+xkOi2p0dMEbdaCo85LoKbIYqHTeWc+lBR4ALzkeJ4oupoxccsx7CsIedTxeiupwgdgnXNJjK5LqioRzCR1Sv/qeNTYPIAmmiV9cuxHJB3IWE2zL3mq//VLUpcvQBNNkl4vOo0BPS9pv90KbJDUImmPpNPOQxZqTNJJC6coyCKA4RN4poQ9cahZSdfs7YKFioQsChhGg930mAomaULSFUmbIzwiIaOU99NHqPXANqARqAF+AFPACPAh5dgu4K7d7JuNfXcQBIM+Kugz3EpOR7GkLbeWWoP2I9Q34OUys5RVVln+BfwFo2i347vEDjgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 0.4rem 0.4rem;
    background-position: center;
  }
  .tab-content .tab-pane .item-cards .item-card .card-detail .post-title {
    height: 0.73rem;
    padding: 0 0.2rem;
    color: #525559;
    font-size: 0.3rem;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tab-content .tab-pane .load-more-container {
    padding: 0.5rem 0.3rem;
    color: #666;
    font-size: 0.3rem;
    text-align: center;
  }
  .tab-content .tab-pane .load-more-container .load-more-status-loading .fa-spinner {
    font-size: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .page-content-desktop {
    display: block;
  }
  html, body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content-mobile,
  .page-content-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .page-footer-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top-banner-container {
    height: 3.4rem;
    background-size: cover;
    background-position: center;
  }
  .nav-tabs {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-tabs .nav-item {
    margin-right: 0.1rem;
  }
  .nav-tabs .nav-item .nav-link {
    display: block;
    background: #4e5256;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.18rem;
  }
  .nav-tabs .nav-item .nav-link.active {
    background: #0056a0;
  }
  .tab-content {
    margin: 0.4rem auto 0;
    width: 12rem;
  }
  .tab-content .tab-pane .item-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-content .tab-pane .item-cards .item-card {
    width: 3.8rem;
    height: 2.8rem;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
  }
  .tab-content .tab-pane .item-cards .item-card:nth-child(3n-1), .tab-content .tab-pane .item-cards .item-card:nth-child(3n) {
    margin-left: 0.3rem;
  }
  .tab-content .tab-pane .item-cards .item-card:nth-child(n+4) {
    margin-top: 0.3rem;
  }
  .tab-content .tab-pane .item-cards .item-card .card-image {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .tab-content .tab-pane .item-cards .item-card .card-image:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACvUlEQVRYhe2YTUgWQRjHf1tpiSIaGBhWiBEJlQgJdYxAIkg6WOSxU5eOBQUdkqCPS0JQHrsEFWWEhzpF9EUW1C1So0MoCGIF9iFk+Y+BWZ1sv97dES/vHx5meN/Z//6eZ3dnZ5ayylpmBVGnl5RGVQ90A51AO7AJWGUOBcaBd8Aj4DYwljXFIIjEiQaMiXWSrkqaUTbNSbojqTXBcz4ioeMAI3QE6AfqnL8+Ay+AYWAGqABagN3ARmfcLNALXADmlqKC5xbV67GkfZJWJlSkQ9JNW8VQA5IqS6lgFsBe5wRfJR3Ocrmc2CXpo+NxLy6xPIDdjvG4pC0lwoVRL+mV43XWB+BaSVNO5bbmhAujTtKw9fstaXtRwD4n456CcGG0WTijB0UAayV9t0ZPPMGF0e8k3poGuCKG8SBQbfsXs6eWSZedQT25HCTdsBlOpUwleeON9R/KW8Gdtn0O/ClYsSg9s7+1pQ2MA2y27fASwBmN2nYN0JA0MA6w0rZf/HLN66fTr04aGAcYqsor1oLcl27i/BIHOGnbJs9goVzfyaSBcYDvbdvhFWtB7bY3YVdBsYoDDJ+yHYuWTT60GthrfYbS/OIAB2xr7pVjngEPAbW2fz+Xg504h+xkOi2p0dMEbdaCo85LoKbIYqHTeWc+lBR4ALzkeJ4oupoxccsx7CsIedTxeiupwgdgnXNJjK5LqioRzCR1Sv/qeNTYPIAmmiV9cuxHJB3IWE2zL3mq//VLUpcvQBNNkl4vOo0BPS9pv90KbJDUImmPpNPOQxZqTNJJC6coyCKA4RN4poQ9cahZSdfs7YKFioQsChhGg930mAomaULSFUmbIzwiIaOU99NHqPXANqARqAF+AFPACPAh5dgu4K7d7JuNfXcQBIM+Kugz3EpOR7GkLbeWWoP2I9Q34OUys5RVVln+BfwFo2i347vEDjgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 0.4rem 0.4rem;
    background-position: center;
  }
  .tab-content .tab-pane .item-cards .item-card {
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .tab-content .tab-pane .item-cards .item-card:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .tab-content .tab-pane .item-cards .item-card .card-detail {
    position: relative;
    z-index: 2;
  }
  .tab-content .tab-pane .item-cards .item-card .card-detail .post-title {
    padding: 0.2rem 0.5rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.6;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5));
  }
  .tab-content .tab-pane .load-more-container {
    margin: 0 auto;
    padding: 0.5rem 0.3rem;
    color: #666;
    font-size: 0.18rem;
    text-align: center;
  }
  .tab-content .tab-pane .load-more-container .load-more-status-loading .fa-spinner {
    font-size: 0.3rem;
  }
}
