input[type='radio'] {
  position: relative;
  width: 14px;
  height: 14px;
  background: var(--bg-default-color);
  border-radius: 7px;
  border: 1px solid var(--border-default-color);
  -webkit-appearance: none;
}

.filter__item.active input[type='radio']::after,
.page__service .select-item.active input[type='radio']::after {
  position: absolute;
  content: ' ';
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 50%;
  background-color: var(--theme-primary-color);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

input[type='checkbox'] {
  position: relative;
  width: 14px;
  height: 14px;
  background: var(--bg-default-color);
  border-radius: 2px;
  border: 1px solid var(--border-default-color);
  -webkit-appearance: none;
}

.filter__item.active input[type='checkbox'],
.page__service .select-item.active input[type='checkbox'] {
  background-color: var(--theme-primary-color);
}

.filter__item.active input[type='checkbox']::after,
.page__service .select-item.active input[type='checkbox']::after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: ;
  background-size: 100% 100%;
}

.page__service .select-item.disable input[type='checkbox'] {
  background-color: var(--border-default-color);
}

.meiqia-eve {
  width: 272.4px;
  height: 40.4px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 20px;
  background-color: #007aff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.meiqia-eve span {
  display: block;
}

.meiqia-icon {
  width: 40px;
  height: 40.4px;
  padding-top: 8.4px;
}

.meiqia-icon label {
  display: block;
  width: 30px;
  height: 32px;
  margin-left: 5px;
  background:  0px -3px / 64px no-repeat;
}

.meiqia-text {
  flex: 1;
  color: #ffffff;
  text-align: center;
  line-height: 40.4px;
  font-size: 16px;
}

/* 文章vip标签 */
.article-vip-tag {
  position: relative;
}

.article-vip-tag::before {
  position: absolute;
  content: 'vip专享';
  top: 0;
  left: 0;
  z-index: 2;
  width: 52px;
  height: 21px;
  border-radius: 0px 0 8px 0;
  background: linear-gradient(90deg, rgba(232, 195, 158, 1) 0%, rgba(248, 226, 204, 1) 100%);
  color: #3d3d3f;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-vip-tag.md::before {
  width: 59px;
  height: 24px;
  font-size: 14px;
}

.action__hover__cursor {
  cursor: pointer;
  /* user-select: none; */
}

.text-href, .text-href:hover, .text-href:active, .text-href:visited{
  color: var(--theme-primary-color) !important;
}

.line-1 {
  /* text-align: justify; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  
}

.line-2 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.line-3 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.line-4 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-5 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-6 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-10 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.component__picview__pop {
  max-height: 100vh !important;
  overflow-y: auto;
  box-sizing: border-box;
  line-height: 100vh;
}

.component__picview__pop img {
  vertical-align: middle;
  /* transform: translatey(calc(50vh - 50vh * 0.5));
  -webkit-transform: translatey(calc(50vh - 50vh * 0.5)); */
}


div[class^="component__toast__"] {
  position: fixed;
  top: 0;
  left: 0;

  z-index: 10000001;
  min-width: 216px;
  max-width: 380px;
  min-height: 138px;
  margin: auto;
  transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  -webkit-transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  line-height: 25px;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bg-default-color);

  transition: all 0.3s;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  animation-name: toast__toggle;
  animation-duration: 0.15s;
  animation-fill-mode: both;
}

div[class^="component__toast__"] .toast-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}

div[class^="component__toast__"] .toast-text {
  font-size: 18px;
  text-align: center;
}

div[class^="component__toast__"].active {
  display: flex;
}

.component__loading {
  position: fixed;
  top: 0;
  left: 0;

  z-index: 10000001;
  min-width: 216px;
  max-width: 350px;
  min-height: 138px;
  margin: auto;
  transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  -webkit-transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  line-height: 25px;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bg-default-color);
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.component__loading .loading {
  display: inline-block;
  height: 48px;
  width: 48px;
  background-image: ;
}

.component__loading.active {
  display: flex;
}

/* .component__loading .icon-loading::before {
  display: inline-block;
  animation: round-loading 1.75s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
} */

.component__loading .loading-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
}

.component__loading.active {
  display: flex;
}

@keyframes toast__toggle {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes round-loading {
  0%{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.component__desc__pop {
  position: relative;
}

.component__desc__pop:hover .desc-content,
.component__desc__pop:hover .arrow-top {
  display: block;
}

.component__desc__pop .desc-icon {
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background-size: 100% 100%;
  background-image: ;
  background-repeat: no-repeat; 
  cursor: pointer;
}

.component__desc__pop .desc-content {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: -50%;
  max-width: 412px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-sub1-color);
  text-align: justify;
  background-color: var(--bg-default-color);
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 var(--border-default-color);
  border: 1px solid var(--bg-light-color);
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.component__desc__pop .arrow-top {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 9px;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: var(--bg-default-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-top-right-radius: 3px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.component__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* user-select: none; */
}

.component__pagination .slot__left,
.component__pagination .slot__right {
  width: 30px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-sub2-color);
  cursor: pointer;
}

.component__pagination .slot__left i.icon-disable,
.component__pagination .slot__right i.icon-disable {
  cursor: default;
  color: var(--text-sub3-color);
}

.component__pagination .slot__left i.icon-able:hover,
.component__pagination .slot__right i.icon-able:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
  text-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.component__pagination .slot__left i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  font-size: 18px;
  transition: all 0.3s;
}

.component__pagination .slot__mid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component__pagination .slot__mid div {
  height: 28px;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 28px;
  color: var(--text-sub2-color);
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.component__pagination .slot__mid div:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__pagination .slot__mid div.active-num {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
}

.component__pagination .slot__mid div.active-num:hover {
  color: var(--bg-default-color);
  transition: all 0.3s;
}

.component__pagination .slot__mid div.more-num {
  padding: 0;
  cursor: default;
}

.component__pagination .slot__mid div.more-num:hover {
  color: var(--text-sub2-color);
  transition: all 0.3s;
}

.component__pagination .slot__right i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 18px;
  transition: all 0.3s;
}

.component__pagination .pagination-prefix {
  margin-right: 10px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
}

.component__pagination .pagination-suffix {
  margin-left: 10px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
}

.component__pagination .pagination-suffix input {
  margin: 0 5px;
  padding: 0 10px;
  width: 45px;
  height: 28px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
}