.primary-icon {
  filter: invert(42%) sepia(61%) saturate(2620%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.grey-icon {
  filter: invert(45%) sepia(0%) saturate(1%) hue-rotate(263deg) brightness(95%) contrast(90%);
}
.white-icon {
  filter: brightness(0) invert(1);
}
.black-icon {
  filter: invert(100%);
}
.red-icon {
  filter: invert(31%) sepia(12%) saturate(7098%) hue-rotate(328deg) brightness(95%) contrast(97%);
}
.green-icon {
  filter: invert(65%) sepia(35%) saturate(786%) hue-rotate(46deg) brightness(96%) contrast(96%);
}
.slide-left {
  animation: slide-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-left {
0% {
    transform: translateX(20px);
}
100% {
    transform: translateX(0);
}
}
.slide-left-bounce-up-leave-right-enter-active {
  animation: slide-left-bounce-up-leave-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-left-bounce-up-leave-right-leave-active {
  transition: 0.3s ease, opacity 0.3s ease;
}
.slide-left-bounce-up-leave-right-leave-to {
  opacity: 0;
  transform: translateX(50px);
}
@keyframes slide-left-bounce-up-leave-right {
0% {
    transform: translateX(50px);
    opacity: 0;
}
50%, 70%, 100% {
    opacity: 1;
    transform: translateY(0);
}
60% {
    transform: translateY(-20px);
}
80% {
    transform: translateY(-12px);
}
}
.slide-left-bounce-down-leave-right-enter-active {
  animation: slide-left-bounce-down-leave-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-left-bounce-down-leave-right-leave-active {
  transition: 0.3s ease, opacity 0.3s ease;
}
.slide-left-bounce-down-leave-right-leave-to {
  opacity: 0;
  transform: translateX(50px);
}
@keyframes slide-left-bounce-down-leave-right {
0% {
    transform: translateX(50px);
    opacity: 0;
}
50%, 70%, 100% {
    opacity: 1;
    transform: translateY(0);
}
60% {
    transform: translateY(20px);
}
80% {
    transform: translateY(12px);
}
}
.slide-from-right-enter-active {
  transition: 0.3s ease-out, opacity 0.4s ease;
}
.slide-from-right-enter-active #page-footer {
  visibility: hidden;
}
.slide-from-right-enter {
  transform: translateX(10%);
  opacity: 0;
}
.back-to-top-sliding-leave-active,
.back-to-top-sliding-enter-active {
  transition: 0.3s ease, opacity 0.3s ease;
}
.back-to-top-sliding-enter,
.back-to-top-sliding-leave-to {
  opacity: 0.5;
  transform: translate(300%, 0);
}
.complain-effect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translateY(0%);
  right: 0;
  bottom: 0px;
  background: #ffffff;
  cursor: pointer;
}
.complain-effect .custom-icon.mini {
  z-index: 1;
}
.complain-effect .text {
  display: none;
  color: #00a4c4;
  background: #ffffff;
  font-size: 12px;
  line-height: 22px;
}
.complain-effect:hover .text {
  display: inline-block;
  width: 120px;
  position: absolute;
  height: 100%;
  left: -120px;
  text-align: center;
}
.ads-sample .adv-grey-bg {
  background: #ebebeb 0% 0% no-repeat padding-box;
}
.ads-sample .adv-grey-bg:hover {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
}
.ads-sample .adv-highlight {
  font-family: "SourceSansPro-Bold";
  color: black !important;
  font-size: 17px;
}
.ads-sample .adv-top {
  height: 100px;
  margin-bottom: 1rem;
}
.ads-sample .adv-right-sample {
  height: 25vh;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.ads-sample .adv-right-sample .rotate-text {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 25vh;
  word-break: break-word;
  /* Border is the new background */
  background: none;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
}
.ads-sample .adv-right-sample .adv-right-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 8px 36px -14px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
  max-height: 90%;
  width: 95%;
}
.ads-sample .adv-block {
  width: 100%;
  height: 4rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin: 1rem 0;
  letter-spacing: 0 !important;
}
.ads-sample .article-sample {
  height: 40vh;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 2rem;
}
.is-popup {
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.13);
}
.is-popup .el-dialog__header {
  display: none;
}
.is-popup .el-dialog__body {
  padding: 0;
  display: flex;
  text-align: center;
  height: 350px;
  width: 350px;
  align-items: center;
  justify-content: center;
  background: #ebebeb 0% 0% no-repeat padding-box;
}
.is-popup .entry-popup .el-dialog__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 96%;
  top: 0;
  height: 3rem;
  width: 3rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 50%;
  transform: translateY(-1rem);
  cursor: pointer;
  font-size: 1.75rem;
  border: 1px solid #eaeaea;
}
.ads-popup {
  border-radius: 5px;
  font-weight: bold;
}
.ads-popup .el-dialog__header {
  border-bottom: 1px solid rgba(199, 199, 199, 0.4901960784);
}
.ads-popup .ads-slots {
  margin: 1rem 0;
}
.ads-popup .ads-slots .el-radio {
  width: 100%;
  margin: 0.5rem 0 0.25rem !important;
  border: 1px solid #efefef;
  border-radius: 5px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  padding: 10px;
}
.ads-popup .ads-slots .el-radio:hover {
  box-shadow: 0px 8px 39px -14px rgba(0, 0, 0, 0.5);
}
.ads-popup .ads-slots .el-radio .el-radio__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ads-popup .ads-slots .el-radio .el-radio__label .coins {
  width: 80px;
  text-align: right;
}
.ads-popup .mobile .ads-slots .el-radio {
  padding: 2px;
}
.ads-popup .mobile .ads-slots .el-radio__label {
  font-size: 12px;
}
.ads-popup .mobile .ads-slots .button.small {
  font-size: 10px;
}
.mobile .ads-popup .el-dialog__body {
  padding: 25px 10px 30px;
}
.image-slot[data-v-33e6697f] {
  text-align: center;
  color: #b4b4b4;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.image-slot .error-photo[data-v-33e6697f] {
  width: 50px;
  margin-left: -10px;
}
.ads-entry-popup {
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.13);
  height: 500px;
}
.ads-entry-popup .el-dialog__header {
  display: none;
}
.ads-entry-popup .el-dialog__body {
  padding: 0;
  display: flex;
  height: 100%;
}
.ads-entry-popup .el-dialog__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 96%;
  height: 3rem;
  width: 3rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 50%;
  transform: translateY(-1rem);
  cursor: pointer;
  font-size: 1.75rem;
}
.mobile .ads-entry-popup .el-dialog__close {
  left: 94%;
  height: 2.5rem;
  width: 2.5rem;
}
.comment-box {
  margin-bottom: 1.438rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 1rem;
}
.comment-box p {
  font: normal normal normal 16px/22px "SourceSansPro";
  letter-spacing: 0px;
  color: #767396;
  padding-left: 0.5rem;
}
.comment-box p.person-detail {
  font: normal normal 600 16px/25px "SourceSansPro";
  letter-spacing: 0px;
  color: #666c79;
  display: inline-block;
}
.comment-box p.person-detail small {
  font: normal normal normal 12px/12px "SourceSansPro";
  letter-spacing: 0px;
  color: #868588;
}
.comment-box .el-icon-time {
  margin: 0 2px;
  font-size: 12px;
}
.comment-box .el-avatar {
  margin-right: 10px;
}
.comment-box .comment-textbox {
  margin-bottom: 0;
}
.comment-box .replies {
  margin-bottom: 1rem;
}
.comment-box .section {
  margin-bottom: 1rem;
}
.comment-box .link-style {
  padding: 0;
}
.comment-box .post-button-row {
  padding-inline: 0 !important;
}
.mobile .top {
  margin-bottom: 1rem;
}
.mobile .comment-box .p {
  padding-left: 0;
}
.comment-section {
  margin-top: 1.5rem;
}
.comment-section .el-divider__text.is-left {
  left: 0px;
  padding-left: 0;
  background-color: #F4F8FB;
  font: normal normal bold 18px/42px "SourceSansPro";
  letter-spacing: 0px;
  color: #1C1D21;
}
.comment-section .comment-textbox {
  margin-bottom: 1.5rem;
}
.comment-section .comment-textbox .el-input--medium .el-textarea__inner {
  height: 36px;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  height: 4.2rem;
  font-size: 18px;
  line-height: 20px;
}
.comment-section .comment-textbox ::-moz-placeholder {
  font: normal normal bold 18px/20px "SourceSansPro"; /* Firefox */
}
.comment-section .comment-textbox ::placeholder {
  font: normal normal bold 18px/20px "SourceSansPro"; /* Firefox */
}
.comment-section .comment-textbox :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font: normal normal bold 18px/20px "SourceSansPro";
}
.comment-section .comment-textbox ::-ms-input-placeholder { /* Microsoft Edge */
  font: normal normal bold 18px/20px "SourceSansPro";
}
.comment-section .empty-comment {
  padding: 2rem;
}
.comment-section .el-avatar {
  float: left;
}
.comment-section .el-avatar img {
  width: 100%;
}
.comment-section .post-button-row {
  padding: 8px;
}
.comment-section .login {
  margin-top: 1.5rem;
}
.comment-section .login > span {
  padding: 0 2rem;
}
.comment-section .login .btn-login,
.comment-section .login .btn-signup {
  min-width: 9rem;
  border-radius: 5px;
  border: 1px solid #383838;
  font: normal normal 600 18px/16px "SourceSansPro";
}
.comment-section .login .btn-login {
  color: #383838;
  background: #F4F8FB;
}
.comment-section .login .btn-signup {
  color: #ffffff;
  background: #383838;
}
.comment-section .btn-load-more {
  font-weight: bold;
}
.comment-section .btn-load-more i {
  margin-left: 5px;
}
.comment-section .comment-enter-active, .comment-section .comment-leave-active {
  transition: all 0.5s;
}
.comment-section .comment-enter, .comment-section .comment-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.mobile .comment-section .btn-signup {
  margin-left: 10px;
}
#social-media[data-v-207bd00f] {
  display: flex;
}
#social-media .network[data-v-207bd00f] {
  padding: 0.3rem 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#social-media .network[data-v-207bd00f]:not(:last-child):after {
  content: "";
  width: 1px;
  height: 60%;
  background: #ededed;
  float: right;
  margin-top: 5px;
  position: relative;
  left: 5px;
}
#public-detail .btn-outline {
  border: 1px solid #FF5B1C;
  border-radius: 5px;
  text-align: left;
  font: normal normal 600 12px/32px "SourceSansPro";
  letter-spacing: 0px;
  color: #FF5B1C;
  background: transparent;
  white-space: break-spaces;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
#public-detail .btn-outline:hover {
  box-shadow: 0px 8px 39px -11px rgba(0, 0, 0, 0.5);
  border-color: rgba(250, 91, 29, 0.3607843137);
}
#public-detail .adv-grey-bg {
  background: #ebebeb 0% 0% no-repeat padding-box;
}
#public-detail .adv-top {
  height: 196px;
  margin-bottom: 1rem;
}
#public-detail .adv-right {
  position: fixed;
  height: 786px;
  width: 262px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  right: 15px;
}
@media (min-width: 1440px) {
#public-detail .adv-right {
    right: calc((100vw - 1440px + 30px) / 2);
}
}
#public-detail .adv-right button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 80%;
}
#public-detail .adv-right .adv-right-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  height: 100%;
}
#public-detail .adv-right .adv-right-img.ads {
  box-shadow: 0px 8px 36px -14px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
}
#public-detail #middle-ads {
  position: absolute;
  left: 0;
  width: 100%;
  height: 11rem;
  background: #ebebeb 0% 0% no-repeat padding-box;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
#public-detail #middle-ads .ads {
  height: 100%;
  box-shadow: 0px 8px 36px -14px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
}
#public-detail #middle-ads .ads img.el-image__inner {
  max-width: 100% !important;
  height: 100% !important;
}
#public-detail #middle-ads .complain-effect .text {
  font-family: "SourceSansPro";
}
#public-detail #adv-middle,
#public-detail .adv-block {
  width: 100%;
  height: 10.75rem;
  background: #ebebeb 0% 0% no-repeat padding-box;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin: 5px auto;
  color: #8a8a8a;
  letter-spacing: 0.2rem;
}
#public-detail .adv-top .ads, #public-detail .adv-block img {
  height: 100%;
  box-shadow: 0px 8px 36px -14px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
  width: 100%;
}
#public-detail .article {
  height: 100%;
  min-height: 85vh;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
#public-detail .article .article-content {
  padding: 1rem;
}
#public-detail .article .article-content > p > p {
  min-height: 1rem;
}
#public-detail .article .article-content ul {
  margin-left: 1rem;
}
#public-detail .article .article-content .ql-video {
  display: block;
  max-width: 100%;
  width: 55rem;
  height: 31rem;
  margin: 0 auto;
}
#public-detail .article .article-content .ql-align-center img, #public-detail .article .article-content p > img {
  max-height: 50rem;
  max-width: 100%;
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
#public-detail .article .article-content .ql-align-center {
  text-align: center;
}
#public-detail .article .article-header .upper-part > h2 {
  font-size: 2rem;
  line-height: 3rem;
  -webkit-box-orient: unset;
}
#public-detail .article .article-header .upper-part > p {
  -webkit-box-orient: unset;
}
#public-detail .article .article-summary .el-image {
  height: 325px;
  max-height: unset;
  width: 100%;
}
#public-detail .article .article-summary .summary-detail .upper-part .article-title {
  margin-bottom: 1rem;
}
#public-detail .article-bottom {
  margin: auto 1rem;
}
#public-detail .article-bottom > .el-row {
  margin-bottom: 1.75rem;
  font-size: 14px;
  color: #878787;
}
#public-detail .article-bottom > .el-row .custom-icon {
  margin-right: 5px;
}
#public-detail .article-bottom .complain, #public-detail .article-bottom .complain > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.7rem;
}
#public-detail .article-bottom a {
  display: flex;
  align-items: center;
}
#public-detail .article-bottom .buttons-col {
  text-align: right;
}
#public-detail .article-bottom .buttons-col .btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
#public-detail .article-bottom .icon-popup-ad {
  margin-left: 2rem;
}
#public-detail .el-divider__text.is-left {
  left: 0px;
  padding-left: 0;
  background-color: #F4F8FB;
  font: normal normal bold 18px/42px "SourceSansPro";
  letter-spacing: 0px;
  color: #1c1d21;
}
.popup-share-article {
  border-radius: 10px;
}
.popup-share-article .el-divider {
  background-color: #ededed;
  margin: 0.3rem;
  width: 95%;
}
.popup-share-article .copy {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}
.mobile #public-detail .article {
  min-height: unset;
}
.mobile #public-detail .article .article-header .upper-part > h2 {
  font-size: 1.5rem;
}
.mobile #public-detail .article .article-content img {
  max-height: unset;
  width: 100%;
  height: 100%;
}
.mobile #public-detail .adv-top .ads, .mobile #public-detail .adv-block img {
  height: 100%;
  max-width: 100%;
}
.mobile #public-detail .article .el-image {
  height: 8rem;
}
.mobile #public-detail .article-summary {
  margin-bottom: 10px;
}
.mobile #public-detail .adv-top {
  height: 7rem;
}
.mobile #public-detail #adv-middle, .mobile #public-detail .adv-block {
  letter-spacing: 0;
  height: 7rem;
  font-size: 0.75rem;
  font-family: "SourceSansPro";
}
.mobile #public-detail .article-bottom > .el-row {
  margin-bottom: 0;
}
.mobile #public-detail .article-bottom .icon-complain-article {
  margin-right: 5px;
}
.mobile #public-detail .article-bottom .complain {
  display: inline-block;
}
.mobile #public-detail .article-bottom .complain a {
  float: left;
}
.mobile #public-detail .article-bottom .buttons-col {
  text-align: left;
  margin-top: 1rem;
  display: grid;
}
.mobile #public-detail .article-bottom .buttons-col .btn {
  justify-content: start;
  margin-bottom: 1rem;
}
.mobile #public-detail .article-bottom .el-divider--horizontal {
  margin: 10px 0;
}
