﻿@charset "utf-8";
.clearfix {
  clear: both
}
.fl-left {
  float: left
}
.fl-right {
  float: right
}
.text-right {
  text-align: right
}
.font-14 {
  font-size: 14px !important
}
.font-18 {
  font-size: 18px !important
}
.font-30 {
  font-size: 30px !important
}
.font-red {
  color: red
}
.font-scheng {
  color: #fd721e
}
.font-qcheng {
  color: #ed1c24
}
.font-hui {
  color: #888
}
.font-qhui {
  color: #bdbdbd
}
.font-lv, .font-lv a {
  color: #1678ff
}
.avatar-img {
  margin-top: -7px !important;
}
.display-flex {
  display: flex
}
.index-btn-lag {
  padding: 12px 50px;
  font-size: 15px;
  border-radius: 5px;
  text-align: center
}
.index-btn-lag a {
  color: #fff
}
.btn-lag {
  padding: 5px 50px;
  font-size: 16px;
  border-radius: 6px
}
.btn-center {
  padding: 2px 40px;
  font-size: 14px;
  border-radius: 5px
}
.change-color {
  background-color: #268df7;
  background-image: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
  box-shadow: 0 5px 10px 0 rgba(73, 178, 249, 0);
  color: #fff !important
}
.change-color-sc {
  background-color: #ff5000;
  background-image: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
  box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
  color: #fff !important
}
.change-color-lv {
  background-color: #1678ff;
  background-image: linear-gradient(135deg, #539dff 10%, #1678ff 100%);
  box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
  color: #fff !important
}
.change-color-huang {
  background-color: #f59f54;
  background-image: linear-gradient(135deg, #ffc107 10%, #f59f54 100%);
  box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
  color: #fff !important
}
.btn-color-blue {
  background-color: #268df7;
  color: #fff !important
}
.btn-color-red {
  background-color: red;
  color: #fff !important
}
.btn-color-green {
  background-color: #1678ff;
  color: #fff !important
}
.txt-ov {
  overflow: hidden;
  text-overflow: ellipsis
}
.txt-2ov {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.img-box[data-ratio="75"] {
  padding-top: 100%
}
.owl {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent
}
.owl .owl-stage {
  position: relative;
  touch-action: pan-Y
}
.owl .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}
.owl .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.owl .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl .owl-item > img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%
}
.owl .owl-dots.disabled, .owl .owl-nav.disabled {
  display: none
}
.owl .owl-dot, .owl .owl-next, .owl .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl .owl-next, .owl .owl-prev {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  transition: background-color .5s cubic-bezier(.77, 0, .175, 1), color .5s cubic-bezier(.77, 0, .175, 1);
  width: 30px;
}
.owl .owl-next.disabled, .owl .owl-prev.disabled {
  background-color: #aaa;
  cursor: default
}
.owl.nav-transparent .owl-next, .owl.nav-transparent .owl-prev {
  background-color: rgba(0, 0, 0, .4)
}
.owl.nav-transparent .owl-next.disabled, .owl.nav-transparent .owl-prev.disabled {
  background-color: rgba(0, 0, 0, .2)
}
.owl.nav-white .owl-next, .owl.nav-white .owl-prev {
  background-color: #fff;
  color: #1a1a1a
}
.owl.nav-white .owl-next.disabled, .owl.nav-white .owl-prev.disabled {
  background-color: #fff;
  color: #aaa
}
.owl .owl-dots {
  bottom: 25px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0
}
.owl .owl-dot {
  background-color: #fff;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 10px;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 4px
}
.owl .owl-dot.active {
  background-color: #fff;
  opacity: 1;
  width: 24px
}
.owl.owl-loaded {
  display: block
}
.owl.owl-loading {
  display: block;
  opacity: 0
}
.owl.owl-hidden {
  opacity: 0
}
.owl.owl-refresh .owl-item {
  visibility: hidden
}
.owl.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl.owl-grab {
  cursor: move
}
.no-js .owl {
  display: block
}
.owl .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
  animation-timing-function: cubic-bezier(.77, 0, .175, 1)
}
.owl .owl-animated-in {
  z-index: 0
}
.owl .owl-animated-out {
  z-index: 1
}
.owl .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
.owl-height {
  transition: height .5s ease-in-out
}
.widget-adss .adsbg .asr {
  background: #268df7;
  background-image: linear-gradient(to right, #56a9ff 0, #268df7 100%);
}
.widget-adss .adsbg2 .asr {
  background: #fe6413;
  background-image: linear-gradient(243deg, #ff9e24, #fe6413);
}
[id*=dr_poster_], [id*=dr_poster_] img {
  border-radius: 6px
}
.bbs-index-tui {
  width: 100%;
  margin-top: 20px
}
.bbs-index-tui img {
  width: 100%;
  border-radius: 4px
}
.content-show .entry-wrapper img {
  margin: 10px 0;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.omnisearch {
  width: 100%;
  margin-top: 3.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .15s, -webkit-transform .3s;
  transition: opacity .15s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .15s;
  transition: transform .3s, opacity .15s;
  transition: transform .3s, opacity .15s, -webkit-transform .3s
}
@media (prefers-reduced-motion:reduce) {
  .omnisearch {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}
.omnisearch.show {
  opacity: 1;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}
.omnisearch .container {
  position: relative;
  height: 100%
}
.omnisearch .omnisearch-form {
  display: block;
  position: relative;
  z-index: 700;
  background: #fff;
  border-radius: .375rem;
  width: 680px;
  margin: auto;
  font-size: 1.25rem
}
.omnisearch .omnisearch-form .input-group-text {
  background: 0 0;
  color: #c0ccda;
  border: 1px solid transparent;
  padding: 0 20px
}
.omnisearch .omnisearch-form .form-control {
  position: relative;
  height: 60px;
  padding: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  color: #6c757d
}
.omnisearch .omnisearch-form .form-control .headbutton {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 16px;
  border: 0 solid #fff;
  background: #fff;
  outline: 0
}
.omnisearch .omnisearch-form .form-control .headbutton i {
  color: #555;
  font-size: 22px;
  font-weight: 700
}
.omnisearch .omnisearch-form .form-control input {
  border: none;
  color: #6c757d;
  font-size: 16px
}
.omnisearch .omnisearch-form .form-control .input-group-text {
  position: relative;
  right: 0
}
.omnisearch .omnisearch-form .form-control::-webkit-input-placeholder {
  color: #c0ccda
}
.omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
  color: #c0ccda
}
.omnisearch .omnisearch-form .form-control::-ms-input-placeholder {
  color: #c0ccda
}
.omnisearch .omnisearch-form .form-control::-moz-placeholder {
  color: #c0ccda
}
.omnisearch .omnisearch-form .form-control::placeholder {
  color: #c0ccda
}
.omnisearch .omnisearch-suggestions {
  width: 680px;
  min-height: 150px;
  padding: 1.5rem;
  background: #fff;
  margin: auto;
  border-radius: .375rem;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transition-delay: .21s;
  -o-transition-delay: .21s;
  transition-delay: .21s
}
@media (prefers-reduced-motion:reduce) {
  .omnisearch .omnisearch-suggestions {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}
.omnisearch .omnisearch-suggestions:before {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 20px;
  position: absolute;
  bottom: 100%;
  -webkit-transform: rotate(-45deg) translateY(1rem);
  -ms-transform: rotate(-45deg) translateY(1rem);
  transform: rotate(-45deg) translateY(1rem);
  border-radius: .2rem
}
.omnisearch .omnisearch-suggestions .heading {
  color: #8492a6
}
.omnisearch .omnisearch-suggestions .search-keywords {
  font-size: 13px;
  margin-bottom: 20px
}
.omnisearch .omnisearch-suggestions .search-keywords a {
  display: inline-block;
  color: #6c757d;
  margin-right: 10px;
  background: #f4f5ff;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px
}
.omnisearch .omnisearch-suggestions .search-keywords a:hover {
  color: #1678ff
}
.omnisearch .omnisearch-suggestions #search-ajax-res li {
  padding: 3px 0
}
.omnisearch .omnisearch-suggestions .list-link {
  color: #6c757d
}
.omnisearch .omnisearch-suggestions .list-link:hover {
  color: #1678ff
}
.omnisearch .omnisearch-suggestions .list-link i {
  padding: 5px 0;
  padding-right: 5px;
  color: #1678ff
}
.omnisearch .omnisearch-suggestions .list-link span {
  padding-left: 5px;
  font-size: 13px !important;
  color: #a7a7a7
}
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
  pointer-events: auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}
.omnisearch.show .omnisearch-suggestions {
  opacity: 1
}
@media (max-width:992px) {
  .omnisearch .omnisearch-form {
    width: 100%
  }
  .omnisearch .omnisearch-suggestions {
    width: 100%
  }
  .omnisearch.show {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
  }
  .omnisearch .omnisearch-form .form-control {
    font-size: .875rem
  }
  .omnisearch .omnisearch-suggestions .list-link {
    font-size: 14px
  }
}
.omnisearch-open {
  overflow: hidden
}
.mask-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch
}
.mask-body-dark {
  background: rgba(52, 73, 94, 0.9);
  pointer-events: auto;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important
}
.section-title span {
  font-size: 20px;
  font-weight: 700
}
.btn-lookmore {
  padding: 1rem 3.5rem !important;
  background: #1678ff;
  box-shadow: 0 8px 10px rgba(1, 205, 184, .3);
  color: #fff
}
.btn-search {
  background-color: #1678ff
}
@media (min-width:768px) {
  .home-first .h-images:after {
    display: none
  }
}
@media (min-width:768px) {
  .home-first .h-images {
    display: box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between
  }
}
@media (min-width:1024px) {
  .home-first .h-images {
    width: 25%
  }
}
.home-first .h-images .item-tuwen {
  float: left;
  padding: 0 6.5px;
  width: 50%
}
@media (min-width:1024px) {
  .home-first .h-images .item-tuwen {
    float: none
  }
}
@media (min-width:1024px) {
  .home-first .h-images {
    display: block;
    box-sizing: border-box;
    padding: 0 7.3333px
  }
  .home-first .h-images .item-tuwen {
    padding: 0;
    width: auto
  }
}
.home-first .item-tuwen {
  margin-bottom: 15px
}
@media (min-width:768px) {
  .home-first .item-tuwen {
    margin-bottom: 13px
  }
}
.home-first .item-tuwen a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px
}
.home-first .item-tuwen a .thumb {
  padding-top: 57%;
  transition: all .2s;
  transform-origin: center
}
.home-first .item-tuwen a strong {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: .4em .8em .6em;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .6) 100%);
  background-repeat: repeat-x;
  box-shadow: 0 -7px 15px rgba(0, 0, 0, .2);
  color: #fff;
  letter-spacing: .5px;
  font-weight: 700;
  font-size: 9pt;
  line-height: 1.3
}
@media (min-width:768px) {
  .home-first .item-tuwen a strong {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.4
  }
}
.home-first .hf-widget {
  box-sizing: border-box;
  padding: 14px 17px 0;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0 34px 20px -24px rgba(220, 220, 220, .18);
  border-radius: 3px
}
@media (min-width:768px) {
  .home-first .hf-widget {
    overflow: hidden;
    height: 135px
  }
}
@media (min-width:1024px) {
  .home-first .hf-widget {
    margin-bottom: 0
  }
}
.home-first .hf-widget [class*=" icon-"]:before, .home-first .hf-widget [class^=icon-]:before {
  margin: 0
}
.home-first .hf-widget .hf-widget-title {
  margin-bottom: 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid #f2f2f2;
  color: #555;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px
}
.hf-widget-content .row {
  margin-top: -10px;
  margin-left: -10px
}
.hf-widget-content .row .xerhu-gengxin {
  position: relative
}
.hf-widget-content .row .xerhu-gengxin .title {
  position: absolute;
  right: 10px;
  font-size: 9pt;
  color: #888
}
.home-first .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 66.7%;
  width: 100%;
  height: 0;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .2s
}
.home-first i {
  font-weight: 300
}
.home-first .hf-widget .hf-widget-title > i {
  margin-right: 2px;
  color: #ff5c00
}
.home-first .hf-widget .hf-widget-title span {
  margin-left: 10px;
  color: #a7a7a7;
  font-weight: 400;
  font-size: 9pt;
  line-height: 20px
}
@media (min-width:1024px) {
  .home-first .hf-widget .hf-widget-title span {
    display: none
  }
}
@media (min-width:1330px) {
  .home-first .hf-widget .hf-widget-title span {
    display: inline
  }
}
.home-first .hf-widget .hf-widget-title .pages {
  float: right;
  padding-top: 2px
}
.home-first .hf-widget .hf-widget-title .pages .next, .home-first .hf-widget .hf-widget-title .pages .prev {
  float: left;
  margin: 0;
  padding: 0 2px;
  height: 1pc;
  border: 1px solid #eee;
  color: #ccc;
  font-size: 9px;
  line-height: 15px;
  cursor: pointer
}
.home-first .hf-widget .hf-widget-title .pages .next:hover, .home-first .hf-widget .hf-widget-title .pages .prev:hover {
  color: #ff5c00
}
.home-first .hf-widget .hf-widget-title .pages .prev {
  border-right: none
}
.home-first .hf-widget .hf-tags {
  margin-bottom: -10px
}
@media (min-width:768px) {
  .home-first .hf-widget .hf-tags {
    overflow: hidden;
    height: 4pc
  }
}
.home-first .hf-widget .hf-tags a {
  display: inline-block;
  margin: 0 5px 10px;
  padding: 0 5px;
  height: 22px;
  border-radius: 2px;
  background: #f9f9f9;
  color: #888;
  white-space: nowrap;
  font-size: 9pt;
  line-height: 22px;
  word-break: break-all
}
.home-first .hf-widget .hf-tags a:first-child {
  background: #1678ff;
  color: #fff
}
.home-first .hf-widget .hf-tags a.style_orange, .home-first .hf-widget .hf-tags a:hover {
  background: #1678ff;
  color: #fff
}
.home-first .hf-widget-4 .hf-widget-content {
  color: #888;
  font-size: 14px
}
.home-first .hf-widget-4 .hf-widget-content a {
  color: #888
}
.home-first .hf-widget-4 .hf-widget-content a:hover {
  color: #1678ff
}
.home-first .hf-widget-4 .hf-widget-content h3 {
  overflow: hidden;
  height: 22px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 10px
}
.home-first .hf-widget-4 .hf-widget-content em {
  float: right;
  padding: 0 5px;
  height: 22px;
  border-radius: 2px;
  background: #fff5ef;
  color: #ff5c00;
  font-style: normal;
  font-size: 9pt;
  line-height: 22px
}
.home-first .hf-widget-4 .hf-widget-content ul li {
  margin-bottom: 5px
}
.home-first .hf-widget-4 .hf-widget-content ul li:last-child {
  margin-bottom: 0
}
.home-first .hf-widget-1 .hf-widget-content a {
  color: #888
}
.home-first .hf-widget-1 .hf-widget-content a:hover {
  color: #1678ff
}
.home-first .hf-widget-1 .hf-widget-content li {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  width: 25%;
  text-align: center;
  font-size: 9pt
}
.home-first .hf-widget-1 .hf-widget-content li .thumb {
  margin: 0 auto 4px;
  padding-top: 36px;
  width: 36px
}
.home-first .hf-widget-1 .hf-widget-content li span {
  display: block;
  height: 16px;
  line-height: 16px;
  overflow: hidden
}
.home-first .hf-widget-1 .hf-widget-content .scroll-h {
  margin: 0 -10px
}
.home-first .scroll-h {
  position: relative;
  overflow: hidden;
  height: 56px
}
.home-first .scroll-h ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .2s;
  margin: 0;
  padding-left: 0
}
.home-first .scroll-h ul:after, .home-first .scroll-h ul:before {
  clear: both;
  display: block;
  visibility: none;
  height: 0;
  content: "";
  line-height: 0
}
.home-first .scroll-h .holdon {
  position: absolute;
  top: 0;
  left: 100%
}
.home-first .scroll-h .holdon-prev {
  left: -100%
}
.home-first .hf-widget-hot-cats .hhicon {
  display: inline-block;
  margin-bottom: 5px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #fff5f0;
  color: #1678ff;
  text-align: center;
  font-size: 25px;
  line-height: 36px
}
.home-first .hf-widget-hot-cats .scroll-h li a {
  display: block
}
.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon {
  background: #1678ff;
  color: #fff
}
@media screen and (max-width:720px) {
  .home-first .hf-widget-1 .hf-widget-content .scroll-h, .home-first .hf-widget-content {
    margin: 1pc -10px
  }
}
@media (max-width:768px) {
  .sxweb {
    display: none
  }
}
.home-first .col-md-3, .home-first .col-md-6, .home-first .col-xs-6 {
  padding: 5px
}
.home-first .part-first {
  margin-left: 0
}
@media (min-width:992px) {
  .home-first {
    padding: 0 0 15px 0
  }
  .home-first .parts .col-md-3 {
    width: 24.998814%
  }
  .home-first .parts .col-md-3.part-first {
    width: 24.893559%
  }
  .home-first .images .item1 {
    width: 52.54237288%
  }
  .home-first .images .item2 {
    width: 47.45762711%
  }
}
.seanggwrap {
  width: 100%;
  float: left;
  margin: 15px 0;
  margin-left: -10px;
}
.seangg {
  width: 65%;
  float: left;
  margin-right: 20px;
  line-height: 30px;
  background: #fff;
  padding: 10px 0;
  border-radius: 30px
}
.seanggspan {
  float: left;
  width: 105px;
  margin: 0 auto;
  color: #333;
  font-size: 14px
}
.seanggspan i {
  display: block;
  float: left;
  font-size: 18px;
  color: #ff5c00;
  margin-top: 7px;
  margin-left: 15px;
  margin-right: 6px
}
.seanggspan span {
  display: block;
  float: left;
  color: #ff5c00
}
.seangg b {
  height: 12px;
  margin-top: 9px;
  width: 1px;
  display: block;
  float: left;
  background: #a8a8a8
}
.seanggc {
  float: left;
  width: 85%;
  margin-left: 20px
}
.announce-wrap {
  height: 30px;
  overflow: hidden
}
.seanggc ul li a {
  font-weight: 400
}
.seanggc ul li a:hover {
  color: #ff5c00;
  text-decoration: blink
}
.seanggc ul li {
  font-size: 14px;
  display: block;
  clear: both;
  height: 30px
}
.seanggc ul li span {
  float: right;
  color: #999;
  font-size: 12px;
  width: 120px
}
.mfr {
  float: right
}
.mfl {
  float: left;
  display: inline
}
.tip-prompt dl {
  font-size: 12px;
  margin: 10px 20px 0 0 !important
}
.tip-prompt dl dt {
  line-height: 22px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 10px 0 15px;
  border: 1px #7d7d7d solid;
  border-radius: 50%;
  text-align: center;
  color: #7d7d7d;
  font-weight: 400 !important
}
.tip-prompt dl dd {
  color: #7f7f7f;
  margin-top: 3px;
  margin-bottom: 0;
}
.tip-prompt dl:nth-child(4n+0) {
  margin-right: 0 !important
}
.pleft-6 {
  padding-left: 6px
}
.row .home-activity, .row .home-notice {
  width: 100%;
  height: 50%;
  margin-bottom: 10px;
  padding: 12px 12px 8px 12px;
  background-color: #fff;
  border-radius: 5px
}
.row .home-activity.nmt {
  margin-bottom: 0;
}
.row .index-gg {
  width: 100%;
  margin-bottom: 13px
}
.row .index-gg img {
  border-radius: 5px
}
.home-right .hf-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  position: relative
}
.home-right .hf-title i {
  font-size: 20px;
  color: #ff5c00;
  display: none;
}
.home-right .col-md-12, .home-right .col-sm-6 {
  padding-left: 5px !important;
  padding-right: 0 !important
}
.home-right h2 {
  font-size: 15px
}
.home-right .hf-title .more {
  display: block;
  position: absolute;
  right: 0px;
  top: 1px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px 0;
  border-radius: 3px;
  border: 1px solid #b1afaf;
  color: #b1afaf;
  font-weight: 400
}
.home-right .hf-title .more:hover {
  color: #fff;
  background: #1678ff;
  border-color: #1678ff
}
.home-right .list li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  color: #606060;
  font-size: 14px;
  margin: 8px 0;
  padding-right: 40px
}
.home-right .list li .post-num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 3px;
  color: #999
}
.xerhu-cg {
  margin-bottom: 10px !important
}
.xerhu-cg ul {
  display: flex;
  margin: 0 -20px
}
.xerhu-cg li {
  height: 100%;
  overflow: hidden
}
.xerhu-cg img {
  width: 100%;
  border-radius: 6px
}
.ceshi {
  position: absolute;
  background-image: none;
  bottom: 84px;
  right: 10px;
  z-index: 10;
  padding: 0 5px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
.wei-xerhu {
  color: #aaa;
  border: 1px dashed #aaa
}
.yi-xerhu {
  color: #fb8f02;
  border: 2px dashed #fb8f02
}
.ke-xerhu {
  color: #77cf77;
  border: 2px dashed #77cf77
}
.entry-footer {
  display: block
}
.entry-footer .post-meta-box {
  width: 100%;
  float: left;
  padding: 10px 2px;
  font-size: 12px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ebeef5;
  color: #b4b4b4;
  margin-top: 10px;
  list-style: none;
  line-height: 22px;
}
.entry-footer .post-meta-box li:nth-child(1) {
  float: left;
  padding: 0
}
.entry-footer .post-meta-box .meta-date {
  background: #f6f6f6;
  color: #b4b4b4
}
.entry-footer .post-meta-box .meta-like {
  padding-left: 8px
}
.entry-footer .post-meta-box .meta-comment {
  padding-left: 8px
}
.entry-footer .post-meta-box .meta-views {
  float: left;
  padding-left: 8px
}
.entry-footer .post-meta-box .meta-price {
  float: right;
  margin-left: 8px;
  padding: 3px 6px 2px 6px;
  text-align: center;
  background-color: #ff5c00;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  line-height: initial
}
.entry-footer .post-meta-box .meta-free {
  float: right;
  margin-left: 8px;
  padding: 3px 6px;
  text-align: center;
  background-color: #00c250;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  line-height: initial
}
.entry-footer .post-meta-box .meta-vip {
  float: right;
  margin-left: 8px;
  padding: 3px 6px;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  border-radius: 2px;
  line-height: initial
}
.entry-header .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  color: rgba(0, 0, 0, .8);
  height: 55px;
  line-height: 26px;
  white-space: unset;
  text-overflow: unset
}
.entry-header .entry-title.single {
  -webkit-line-clamp: 1;
  height: auto;
  overflow: hidden;
}
.font-bold {
  font-weight: bold;
}
.entry-excerpt {
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
  line-height: 22px;
  font-size: 13px
}
.top-dver-item img {
  width: 100%;
  border-radius: 5px
}
.img-info {
  position: absolute;
  right: 15px;
  top: 4px;
  padding: 0;
  text-align: right;
  color: #fff
}
.img-info i {
  position: relative;
  display: inline-block;
  color: rgba(251, 251, 251, .55);
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  z-index: 9;
  font-style: inherit;
  animation: fade 1s infinite;
  -webkit-animation: fade 1s infinite
}
.img-info .info {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  padding: 5px 0 5px;
  overflow: hidden;
  background: #ed1c24;
  border-radius: 10px;
  line-height: 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  white-space: nowrap
}
.img-info .info a {
  color: #fff
}
.top-dver-item:hover .info {
  width: auto;
  padding: 5px 23px 5px 12px;
  -webkit-transition: all .2s cubic-bezier(0, .34, .71, 1.26) !important;
  -moz-transition: all .2s cubic-bezier(0, .34, .71, 1.26) !important;
  -ms-transition: all .2s cubic-bezier(0, .34, .71, 1.26) !important;
  -o-transition: all .2s cubic-bezier(0, .34, .71, 1.26) !important;
  transition: all .2s cubic-bezier(0, .34, .71, 1.26) !important;
  font-size: 12px;
  z-index: 1
}
.cat-posts-wrapper {
  margin: 0 -20px 0 -20px
}
.xerhu-soft-list {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  margin: 0 10px 20px 0;
  border-radius: 5px;
  transition: all .3s
}
.xerhu-soft-list:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 34px 20px -24px rgba(136, 161, 206, .3);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}
.xerhu-soft-list .xerhu-soft-icon {
  float: left;
  width: 48px;
  height: 48px
}
.xerhu-soft-list .xerhu-soft-icon a {
  display: block;
  width: 48px;
  height: 48px
}
.xerhu-soft-list .xerhu-soft-icon a img {
  width: 100%;
  height: 100%
}
.xerhu-soft-list .xerhu-soft-mid {
  float: left;
  margin-left: 15px
}
.xerhu-helper-soft .xerhu-star, .xerhu-soft-list .xerhu-soft-mid .xerhu-star {
  height: 20px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #ffa400;
  position: relative;
  overflow: hidden
}
.xerhu-soft-list .xerhu-soft-mid p {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  overflow: hidden
}
.xerhu-soft-list .xerhu-soft-mid p em {
  padding: 0 5px;
  font-size: 12px;
  color: #ccc
}
.xerhu-soft-list .xerhu-soft-dl {
  float: right;
  margin-top: 15px
}
.xerhu-soft-list .xerhu-soft-dl a {
  padding: 5px 15px;
  color: #1678ff;
  border: 1px solid #1678ff;
  border-radius: 5px
}
.xerhu-soft-list .xerhu-soft-dl a:hover {
  background-color: #1678ff;
  color: #fff
}
.xerhu-jzzs-course {
  padding: 30px;
  margin-right: -5px;
  background-color: #fff;
  border-radius: 5px
}
.xerhu-jzzs-zhuji {
  padding: 17px 0 0 15px;
  margin-top: 18px;
  background-color: #fff;
  border-radius: 5px
}
.xerhu-jzzs-zhuji ul {
  display: flex
}
.xerhu-jzzs-zhuji ul li {
  padding: 0 15px 0 0
}
.xerhu-jzzs-zhuji ul li a img {
  width: 100%
}
.xerhu-jzzs-zhuji ul li a p {
  padding: 8px 5px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #7c808a
}
.xerhu-jzzs-course ul li a {
  color: #7c808a;
  padding: 10px 0
}
.xerhu-jzzs-course ul li a:hover {
  color: #1678ff;
  padding-left: 3px
}
.xerhu-jzzs {
  position: relative
}
.xerhu-jzzs .xerhu-jzzs-list .xerhu-jzzs-jc-list {
  padding-right: 150px
}
.xerhu-jzzs .xerhu-jzzs-list h3 {
  color: #555;
  font-weight: 700
}
.xerhu-jzzs .xerhu-jzzs-list li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  color: #606060;
  font-size: 14px;
  margin: 6px 0;
  padding-right: 40px
}
.xerhu-jzzs-img {
  position: absolute;
  top: -60px;
  right: -10px
}
.xerhu-jzzs .topic-item-cover {
  height: 260px;
  max-width: 200px
}
.xerhu-jzzs .topic-item-cover img {
  border-radius: 5px
}
.home_title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap
}
.home_title .title {
  position: relative;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  width: calc(100% - 48px)
}
.home_title .title .pricing-title {
  font-size: 20px;
  color: #555;
  font-weight: 700;
  margin: 0 0 15px 10px;
  display: inline-block;
  vertical-align: bottom
}
.index_fenlei {
  float: right;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #878787;
  margin-top: 4px;
  display: block;
  padding: 3px 0;
  border-radius: 5px;
  line-height: 16px
}
.fwq_fenlei_title {
  float: right;
  display: block;
  padding: 3px 0;
  width: 18px;
  height: 30px;
  line-height: 30px
}
.fwq_fenlei_title:before {
  display: inline-block;
  padding: 0 .5rem;
  content: '/';
  color: #ff5c00;
  vertical-align: middle;
  position: relative;
  top: -.3rem;
  font-weight: 600
}
.fwq_fenlei_title:after {
  display: inline-block;
  padding: 0 .8rem;
  content: '/';
  color: #1678ff;
  vertical-align: middle;
  position: relative;
  top: -.3rem;
  left: -17px;
  font-weight: 600
}
.xerhu-rank-menu {
  padding-top: 30px;
  background-color: #feae18;
  width: 268px;
  margin: 0 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-image: url( );
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.xerhu-rank-menu li {
  display: block;
  font-size: 16px;
  padding: 20px 25px;
  color: #fff;
  border-radius: 4px 0 0 4px;
  text-align: left;
  cursor: pointer
}
.xerhu-rank-menu .xerhu-active {
  background: #fff;
  color: #feae18
}
.posts-wrapper .xerhu-taozy .post-list {
  background: #fff
}
.xerhu-taozy .post-list {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  background: #f4f5f8;
  border-radius: 4px;
  transition: all .3s
}
.xerhu-taozy .post-list:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 34px 20px -24px rgba(136, 161, 206, .3);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px)
}
.xerhu-taozy .entry-wrapper {
  position: relative;
  width: 100%
}
.xerhu-taozy .post-list .entry-media {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 20px;
  width: 100px
}
.xerhu-taozy .entry-header .entry-title {
  font-size: 14px;
  line-height: 1.5;
  height: 45px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
.xerhu-taozy .entry-excerpt {
  font-size: 12px;
  margin-top: 5px;
  color: #aaa;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
  line-height: 1.5
}
.xerhu-taozy .entry-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  word-break: break-word
}
.xerhu-taozy .entry-footer .entry-meta {
  align-items: center;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: .2px;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center
}
.xerhu-taozy .entry-footer .meta-author {
  background: #fff;
  color: #aaa;
  border-radius: 4px;
  padding: 3px 5px;
  margin-right: 10px;
  line-height: 1;
  align-items: center;
  display: flex
}
.xerhu-taozy .entry-footer .entry-meta .avatar {
  border-radius: 50%;
  height: 15px;
  margin-right: 5px;
  width: 15px
}
[class*=xerhu-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%
}
.xerhu-grid > * {
  padding-left: 15px
}
.xerhu-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none
}
.xerhu-grid .xerhu-width-expand {
  background-color: #fff;
  flex: 1;
  min-width: 1px;
  padding: 15px 20px 0 20px;
  border-radius: 0 5px 5px 0
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-10px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.xerhu-width-expand > :not(.active) {
  display: none
}
.xerhu-slide-left {
  animation-name: fade-left;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both
}
.xerhu-slide-left .active {
  opacity: 1;
  transform: scale(1.1, 1.1)
}
.home .home-filter--content {
  margin: 0;
  padding: 40px
}
.home .home-filter--content .form-box {
  background-color: rgba(255, 255, 255, 0)
}
.home .home-filter--content input[type=submit], .home .home-filter--content input[type=text] {
  line-height: 50px;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px
}
.xerhuyw-mall {
  height: 100%;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover
}
.xerhuyw-mall .xerhuyw-app {
  height: 470px
}
.xerhuyw-title {
  text-align: center;
  padding: 30px 0;
  margin-top: 30px
}
.xerhuyw-title h1 {
  position: relative;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 4px;
  color: #252b3a
}
.xerhuyw-title h2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #666a75
}
.xerhuyw-app > ul {
  margin-left: -20px
}
.xerhuyw-app > ul:after, .xerhuyw-app > ul:before {
  content: " ";
  display: table;
  box-sizing: inherit
}
.xerhuyw-app > ul > li {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  box-sizing: border-box
}
.xerhuyw-app-tips .tips {
  display: table-cell;
  vertical-align: middle;
  height: 470px
}
.xerhuyw-app-tips .tips p {
  line-height: 2
}
.xerhuyw-app-tips .tips a {
  padding: 0 8px
}
.xerhuyw-app-tips .tips span {
  padding: 2px;
  line-height: normal
}
.xerhuyw-app-card {
  position: relative;
  height: 470px;
  overflow: hidden;
  background-color: grey;
  border-radius: 10px;
  text-align: center;
  cursor: pointer
}
.xerhuyw-app-card-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: .2s
}
.xerhuyw-app-card-top {
  position: relative;
  height: 50%
}
.xerhuyw-app-card-top i {
  display: block;
  position: absolute;
  top: 68px;
  font-size: 56px;
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  transition: .2s
}
.xerhuyw-app-card-top .icon {
  position: absolute;
  top: 98px;
  width: 100%;
  transition: .2s
}
.xerhuyw-app-card-top h2 {
  position: absolute;
  top: 175px;
  right: 0;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  transition: .2s
}
.xerhuyw-app-card-top h2:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 4px;
  margin: 15px auto;
  background-color: #f66f6a;
  transition: .2s .2s
}
.xerhuyw-app-card-top .price {
  position: absolute;
  top: 173px;
  right: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin: 10px auto 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  transition: .2s
}
.xerhuyw-app-card-bottom {
  position: relative;
  height: 50%;
  padding-top: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.xerhuyw-app-card-bottom li {
  margin-bottom: 10px
}
.xerhuyw-app-card-bottom li a:hover {
  color: #f66f6a
}
.xerhuyw-app-card-bottom a {
  color: #fff
}
.xerhuyw-bottom {
  padding-bottom: 30px;
  margin-bottom: 20px
}
.xerhuyw-more-wrap {
  text-align: center
}
.xerhuyw-more-wrap a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #666a75;
  cursor: pointer;
  user-select: none;
  transition: .2s
}
.xerhuyw-more-wrap a:hover {
  color: #f66f6a
}
.xerhuyw-more-wrap a:hover i {
  transform: translate3d(5px, 0, 0)
}
.xerhuyw-more-wrap a .cui-icon {
  margin-top: -2px;
  margin-left: 10px;
  transition: transform .2s
}
.cui-icon {
  font-family: cui-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}
.xerhuyw-app-card:hover .xerhuyw-app-card-bg {
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top i {
  opacity: 0
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top h2 {
  top: 85px
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top .icon {
  top: 10px
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top h2:before {
  width: 68px
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top .price {
  margin-top: 0;
  opacity: 1
}
@media only screen and (max-width:800px) {
  .xerhuyw-mall {
    display: none !important
  }
}
.footer {
  clear: both;
  background-color: #202935
}
.footer, .footer a {
  color: #bbb
}
.footer a:hover {
  color: #1678ff
}
.footer h2.logos {
  margin: 1rem auto;
  max-width: 10pc;
  color: #ccc;
  text-align: center
}
.footer-head {
  color: #00bdf7;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px
}
.cs-footer-links {
  margin: 10px 0
}
.cs-footer-links li {
  display: block;
  padding-bottom: 10px;
  transition: all .15s ease
}
.cs-footer-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cs-footer-logo img {
  max-width: 180px
}
.cs-footer-logo .footlogoimg {
  margin-right: 10px
}
.footer .footer-qrimg {
  width: 75pt;
  height: 75pt;
  padding: 0
}
.cs-footer-text p {
  font-size: 9pt
}
.cs-footer-right p {
  text-align: right
}
.cs-moble-false, .cs-moble-true {
  padding-top: 30px;
  display: block
}
.footer-copyright {
  padding: 10px 0;
  border-top: 1px solid hsla(0, 0%, 67%, .1);
  font-size: 13px;
  text-align: center;
  color: #acacac
}
@media(min-width:544px) {
  .copyright-links {
    text-align: right
  }
  .copy-text {
    text-align: left
  }
}
.copyright-links > li {
  display: inline-block
}
.copyright-links > li + li {
  margin-left: 9pt
}
.copyright-links > li > a {
  color: #acacac;
  letter-spacing: .14px;
  font-size: .8rem
}
.float-radius {
  border-radius: 4px
}
.flost-hover-bg {
  background-color: #0056ff
}
.float-border {
  border-color: #ececec !important
}
.float-box {
  width: 68px;
  padding: 5px;
  font-size: 14px;
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 9997;
  margin-top: -303px
}
.float-ul .vip {
  border-radius: 5px;
  background-image: linear-gradient(120deg, #ed1c24 0, #fb8f02 100%) !important
}
.float-ul .vip a {
  color: #fff
}
.float-ul .vip a:hover {
  background-image: linear-gradient(120deg, #ed1c24 0, #fb8f02 100%) !important;
  color: #fff;
  box-shadow: none
}
.float-ul .vip .float-alert-box {
  display: none;
  width: 300px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ececec;
  position: absolute;
  right: 60px;
  top: 0;
  padding: 0;
  z-index: 9998;
  border-radius: 8px;
  overflow: hidden;
}
.float-ul li a.vip {
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative
}
.float-ul, .float-ul li {
  margin: 0;
  padding: 0
}
.float-ul {
  margin-top: 5px;
  text-align: center;
  line-height: 1.2;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 5px #e6e6e6
}
.float-ul i {
  font-size: 18px;
  line-height: 22px
}
.float-ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 18px
}
.float-ul li a:hover {
  background: #1678ff;
  box-shadow: 0 8px 10px rgba(1, 205, 184, .3);
  color: #fff
}
.float-ul li a.qq {
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative
}
.float-ul li a.weixin {
  position: relative
}
.float-ul li a.jq {
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.float-ul li a.fankui {
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.float-ul li a.top {
  border-radius: 4px
}
.float-alert-box {
  width: 180px;
  height: 185px;
  background-color: #fff;
  border: 1px solid #ececec;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 9998;
  display: none
}
.float-qq-box {
  padding: 20px 15px
}
.float-weixin-box {
  padding: 15px
}
.float-weixin-box img {
  margin: 0 auto
}
.float-weixin-box p {
  font-weight: 600;
  color: #1678ff;
  margin-bottom: 5px
}
.float-alert-box h6 {
  font-size: 20px;
  color: #1678ff
}
.float-alert-box p {
  line-height: 24px
}
.float-ul li .float-qq-box {
  color: #666
}
.float-ul li .float-weixin-box {
  color: #666;
  top: -61px
}
.float-qq-btn {
  padding: 10px;
  background: #1678ff;
  color: #fff
}
#signup label {
  font-size: 13px
}
.section-statistics {
  overflow: hidden;
  position: relative
}
.section-statistics:before {
  right: 0;
  bottom: -35%;
  background-color: rgba(0, 0, 0, .025);
  animation: wawes 6s infinite linear
}
.regbutton {
  border-radius: 100px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  outline: 0;
  padding: 12px 66px;
  text-align: center;
  text-transform: uppercase
}
.gradient, .widget_nav_menu {
  background-color: #1678ff;
  background: -moz-linear-gradient(0deg, #539dff 35%, #1678ff 100%);
  background: -webkit-linear-gradient(0deg, #539dff 35%, #1678ff 100%);
  background: linear-gradient(0deg, #539dff 35%, #1678ff 100%)
}
.section-statistics:before {
  right: 0;
  bottom: -35%;
  background-color: rgba(0, 0, 0, .025);
  animation: wawes 6s infinite linear
}
.section-statistics:after, .section-statistics:before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: 0
}
.section-statistics .iconfont {
  padding: 15px;
  width: 80px;
  height: 80px;
  font-size: 44px;
  border: 1px solid rgba(255, 255, 255, .45);
  display: inline-block
}
.section-statistics .number {
  margin: 25px auto 10px;
  font-size: 32px;
  position: relative;
  display: block
}
sup {
  top: -.5em
}
.foot-widgets:after, .full-inner:after, .inner:after, .section-content:after {
  content: " ";
  display: table;
  clear: both
}
.section-statistics:after {
  left: 0;
  top: -25%;
  background-color: rgba(0, 0, 0, .035);
  animation: wawes 10s infinite
}
.section-statistics:after, .section-statistics:before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: 0
}
.section-content h3 {
  color: #fff;
  opacity: .65
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes wawes {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes slide {
  0% {
    transform: translateX(-25%)
  }
  100% {
    transform: translateX(25%)
  }
}
.browser-frame span, .button-primary, .comment-list li .avatar, .radius50, .section-statistics .iconfont, .toggle-userbar img, .user-form .fieldset .input-text {
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px
}
.regbutton {
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700
}
.xerhu-list-tui {
  margin: 0 -5px
}
.xerhu-list-tui img {
  border-radius: 5px
}
.lang {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -55px
}
.lang__1 {
  background: url( ) repeat-x;
  width: 4500px;
  height: 60px;
  animation: langs 18s infinite linear;
  position: absolute;
  top: 8px
}
.lang__2 {
  height: 60px
}
.lang__3 {
  background: url( ) repeat-x;
  width: 4500px;
  height: 60px;
  animation: langs 18s infinite linear;
  position: absolute;
  top: 0
}
.lang__4 {
  background: url( ) repeat-x;
  width: 4500px;
  height: 60px;
  animation: langs 12s infinite linear;
  position: relative;
  top: 0
}
@keyframes langs {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: -1938px
  }
}
@-webkit-keyframes langs {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: -1938px
  }
}
.xerhu_type_bj {
  border-bottom: 1px solid #e9e9e9;
  height: 60px;
  margin: -21px -21px 20px -21px;
  border-radius: 5px 5px 0 0
}
@media (max-width:576px) {
  .xerhu_type_bj {
    margin: -21px -10px 20px -10px
  }
}
.xerhu_type_bj .header_search {
  float: left;
  height: 38px;
  line-height: 28;
  text-align: left;
  margin-top: 10px;
  border-radius: 4px;
  width: 360px;
  position: inherit;
  margin-left: 20px
}
.openVip-Btn {
  float: right;
  height: 28px;
  line-height: 28px;
  color: #fbfafa;
  text-align: center;
  margin-top: 16px;
  border-radius: 4px;
  margin-right: 15px;
  padding: 0 8px;
  background: #ed1c24;
  background-image: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#e74118), to(#fc8321));
  background-image: -webkit-linear-gradient(left, #e74017, #fc8120);
  background-image: linear-gradient(to right, #e63d17, #fd8621);
}
.openVip-Btn:hover {
  color: #fff
}
.header_search {
  width: 620px;
  height: 42px;
  float: left;
  left: 34%;
  position: absolute
}
.header_search input {
  background: 0 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  appearance: none
}
.header_search .search_form .search_input {
  float: left;
  width: 240px;
  height: 38px;
  background: #fff;
  border: 1px solid #1678ff;
  border-right: none;
  border-radius: 3px 0 0 3px;
  position: relative
}
.header_search .search_form .search_input input {
  border: none;
  color: #999;
  font: normal 14px tahoma, PingFangSC, "microsoft yahei ui", "microsoft yahei", sans-serif;
  font-size-adjust: none;
  overflow: hidden;
  position: absolute;
  top: 10px
}
.header_search .search_btn {
  width: 80px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  border-radius: 0 3px 3px 0;
  border: none;
  cursor: pointer;
  background: #1678ff;
  text-align: center;
  z-index: 1
}
.header_search .search_btn:hover {
  opacity: .8;
  color: #fff
}
.header_search .search_btn .fa-search {
  color: #fff
}
.term-bar {
  display: none;
}
.filter--content {
  position: relative;
  margin: -40px -15px 20px -10px;
  padding: 20px;
  width: 101%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  border: 1px solid #f3f3f3
}
.filter--content .form-box {
  padding: 0;
  padding-bottom: 0
}
.filters .filter-item {
  padding: 5px 0
}
.filter--content .filter-item span {
  margin-right: 10px;
  background-color: #eee;
  padding: 2px 6px;
  border-radius: 4px;
  color: #7b8695;
  border: 1px solid transparent
}
.filter--content .filter-item a {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  color: grey;
  border-radius: 0;
  padding: 0 10px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px
}
.filter--content .filter-item a.on {
  background-color: #1678ff;
  color: #fff !important;
}
.filter--content .filter-item a:hover {
  border: 1px solid #1678ff;
  color: #1678ff
}
.filter--content .filter-item > .on {
  color: #1890ff
}
.filter--content .filter-item {
  margin-top: 10px
}
.filter--content .filter-tag {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0
}
.filter--content .filter-tag li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px
}
.filter--content .filter-tab {
  border-top: 1px solid #e9e9e9;
  padding-top: 13px;
  margin-top: 10px;
  margin-bottom: -10px
}
.filter--content .filter-tab span {
  margin-right: 10px;
  background-color: #eee;
  padding: 2px 6px;
  border-radius: 4px;
  color: #7b8695;
  border: 1px solid transparent
}
.filter--content .filter-tab li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px
}
.filter--content .filter-tab a {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  color: grey;
  position: relative
}
.filter--content .filter-tab a i {
  width: 18px;
  height: 18px;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: -4px;
  border-radius: 100%
}
.filter--content .filter-tab .tab.on i {
  background: #fff
}
.filter--content .filter-tab .tab.on i:before {
  display: inline-block;
  margin-top: 1px;
  color: #ff9800;
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 5px;
  margin-left: 2px
}
.filter--content .filter-tab a.on {
  color: #1678ff
}
.filter--content .filter-tab a em {
  font-style: normal
}
.filter--content .filter-tab li.rightss {
  float: right
}
@media (max-width:768px) {
  .filter--content {
    margin-top: -10px;
    display: block;
    padding: 10px
  }
  .filter--content .filter-item span, .filter--content .filter-tab span {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
  }
  .filter--content .filter-item a {
    margin-right: 5px;
    line-height: 20px;
    font-size: 13px;
    padding: 0 5px
  }
  .filter--content .filter-tab a {
    margin-right: 5px;
    font-size: 13px
  }
  .filter--content .filter-tab li.rightss {
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px
  }
}
.container .u-text-format h3 {
  position: relative;
  margin: 20px 0;
  border-left: 5px solid #1678ff;
  padding: 12px;
  line-height: 20px;
  background: #f1f5f8
}
.container .u-text-format h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .3;
  background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
  background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%);
  background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%);
  width: 30px;
  height: 36px;
  -webkit-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0
}
.u-text-format {
  font-size: .88rem;
  line-height: 1.7rem
}
.u-text-format a {
  color: #1678ff
}
.xerhu-qa .xerhu-qa-problems {
  margin-top: 15px
}
.xerhu-qa .xerhu-qa-clearfix {
  min-width: 100%
}
.xerhu-qa .xerhu-qa-problems_each {
  width: 100%;
  background: #f5f6f8;
  border-radius: 4px;
  margin: 10px;
  float: left;
  box-sizing: border-box
}
.xerhu-qa .xerhu-qa-problems_each_t {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #dbdde0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #434343;
  font-weight: 700
}
.xerhu-qa .xerhu-qa-problems_each_t p {
  position: relative;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 45px
}
.xerhu-qa .xerhu-qa-problems_each_t p:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 17px;
  margin-top: -8.5px;
  background: url( ) no-repeat center
}
.xerhu-qa .xerhu-qa-problems_each_detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 15px 45px
}
.xerhu-qa .problems_each_detail_con {
  font-size: 13px;
  color: #a5a4a4;
  line-height: 25px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 0
}
.xerhu-qa .problems_each_detail_con li {
  list-style: none;
  overflow: hidden;
  word-break: break-all
}
.xerhu-qa .problems_each_detail_con:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: -25px;
  width: 18px;
  height: 17px;
  background: url( ) no-repeat center
}
.trbbs-list-info {
  position: relative;
  color: #969494;
  font-size: 10pt
}
.trbbs-list-kiss {
  color: #1678ff
}
.trbbs-list-info > * {
  padding-right: 20px
}
.table {
  word-break: unset
}
.xerhu-sidebar-shop-sz {
  width: 100%;
  height: 45px !important;
  line-height: 45px !important
}
.pay-box a, .xerhu-sidebar-shop-good a {
  display: block !important;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
  border-radius: 6px
}
.xerhu-sidebar-shop-good {
  width: 50% !important;
  float: left;
  height: 45px !important;
  line-height: 45px !important
}
.content_huifu {
  border: 1px dashed #1678ff;
  padding: 15px 20px;
  margin: 1em 0;
  background: #f6fdfc
}
.content_vip {
  border: 1px dashed rgba(189, 54, 15, .84);
  padding: 15px 20px;
  margin: 1em 0;
  background: #fcf4f4
}
.entry-navigation {
  margin-top: 20px
}
.entry-navigation .entry-title {
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600
}
.shares a.add-favorite:hover {
  border-color: #1a1a1a
}
h4 {
  margin-bottom: 5px
}
.portlet-title {
  border-bottom: 1px solid #eceff1
}
.portlet-body {
  padding-top: 15px
}
.wbbs_list {
  margin-bottom: 15px
}
.wbbs_list_info a {
  color: #999;
  font-size: 9pt
}
.wbbs_list_count {
  color: #555;
  font-size: 9pt
}
@media (min-width:168px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%
  }
}
.trbbs-list .trbbs-avatar img {
  margin-left: 0
}
.trbbs-avatar img {
  display: block;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border-radius: 100%
}
img {
  display: inline;
  border-style: none;
  vertical-align: middle
}
*, :after, :before {
  box-sizing: border-box
}
.trbbs-avatar {
  position: absolute;
  top: 15px;
  left: 5px
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
li {
  display: list-item;
  text-align: -webkit-match-parent
}
label {
  margin-bottom: 0
}
.trbbs-type-1 {
  background-color: #ff6f3d
}
.trbbs-type-2 {
  background-color: #1678ff
}
.trbbs-type-3 {
  background-color: #40af3a
}
.trbbs-type-4 {
  background-color: #f1c40f
}
.trbbs-type-5 {
  background-color: #8775a7
}
.trbbs-type-6 {
  background-color: #2196f3
}
.trbbs-list-kiss {
  color: #b16ece
}
.trbbs-list-kiss2 img {
  margin-top: -3px;
  margin-left: 5px
}
.trbbs-list li {
  position: relative;
  padding: 15px 5px 15px 65px;
  border-bottom: 1px dotted #e2e2e2;
  line-height: 22px
}
.trbbs-list li:last-child {
  border-bottom: none
}
.trbbs-list li h2, .trbbs-list li h2 a, .trbbs-list-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.trbbs-list li h2 {
  margin-bottom: 0;
  height: 26px;
  font-size: 0
}
.trbbs-list li h2 a {
  display: inline-block;
  padding-right: 10px;
  max-width: 80%;
  font-weight: 400;
  font-size: 1pc
}
.trbbs-list li h2 .layui-badge {
  top: 0;
  margin-right: 10px;
  padding: 0 5px;
  height: 18px;
  border: 1px solid #1678ff;
  background: 0 0;
  color: #1678ff;
  font-size: 9pt;
  line-height: 1pc
}
.trbbs-list-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0
}
.trbbs-list-badge .layui-badge {
  margin-left: 5px;
  border-radius: 2px;
  font-size: 9pt
}
.layui-bg-red {
  background-color: #ff5722 !important
}
.trbbs-list-info {
  position: relative;
  color: #aaa;
  font-size: 13px
}
.trbbs-list-info a[link], .trbbs-list-info cite {
  color: #969494;
  font-style: normal;
  font-size: 9pt
}
.trbbs-badge-accept {
  padding: 3px 5px !important;
  height: 18px;
  border-radius: 2px;
  line-height: 18px;
  color: #fff;
  font-size: 9pt
}
.btn-adbbs {
  border-radius: 1px;
  background: #1678ff;
  color: #fff;
  font-size: 14px;
  line-height: 50px
}
.btn-scbbs {
  border: none;
  border-radius: 0;
  background: 0 0
}
.btn-scbbs:hover {
  color: #555
}
.bbs-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 0
}
.bbs-detail a, .comt-ctrl a {
  padding: 0 20px
}
.article-footer .shares {
  position: absolute;
  right: 0;
}
.trbbs-list-zxwt .trbbs-list-info span {
  font-size: 14px
}
.trbbs-list-zxwt .trbbs-list-reply {
  color: #222;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  padding-right: 0
}
.trbbs-list-zxwt .trbbs-list-reply img {
  margin: -3px 5px 0 8px
}
.trbbs-list-zxwt .trbbs-reply-content {
  position: relative;
  padding-top: 12px;
  font-size: 16px;
  line-height: 23px;
  color: #222
}
.trbbs-list-zxwt .trbbs-reply-content p {
  margin: 0
}
.trbbs-badge-accept {
  padding: 3px 5px !important;
  height: 18px;
  border-radius: 2px;
  line-height: 18px;
  color: #fff;
  font-size: 9pt
}
h3 {
  margin-bottom: 10px
}
.portlet-title h3 {
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 18px;
  border-left: 5px solid #1678ff;
  color: #000
}
.bbs-show {
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 3px
}
.bbs-show .trbbs-list-info, .content-show .trbbs-list-info {
  padding: 20px 0 10px 0
}
.xerhu-comments-toolbar {
  margin-top: 17px;
  position: relative;
  height: 24px;
  line-height: 24px
}
.xerhu-comments-toolbar > span {
  float: left;
  margin-right: 24px;
  font-size: 14px;
  color: #bdbdbd;
  cursor: pointer
}
.xerhu-comments-toolbar > a {
  float: right;
  margin-left: 30px;
  font-size: 14px;
  color: #bdbdbd;
  cursor: pointer
}
.xerhu-comments-toolbar > a:hover {
  color: #1678ff
}
.xerhu-comments-toolbar .support-icon:hover {
  color: #fbc106
}
.xerhu-comments-toolbar .against-icon:hover {
  color: #00c4c1
}
.reply-comments-wrap {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff
}
.bbs-reply-children {
  margin-left: 60px;
  background-color: #f5f6f8
}
.bbs-reply-children li {
  padding: 10px 5px 10px 45px;
  border-bottom: 1px dotted #e2e2e2;
  line-height: 22px
}
.bbs-reply-children li .trbbs-avatar img {
  width: 30px;
  height: 30px
}
.bbs-reply-children li .trbbs-list-info span {
  font-size: 12px
}
.bbs-reply-children li .trbbs-reply-content {
  font-size: 14px
}
.bbs-reply-children li .xerhu-comments-toolbar {
  margin-top: 8px
}
.bbs-reply-children li .trbbs-reply-content {
  padding-top: 6px
}
.bbs-reply-children li:last-child {
  border-bottom: 1px dotted #e2e2e2
}
.comt-ctrl {
  margin-bottom: 30px
}
.mall-index .entry-excerpt {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  color: #aaa;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 40px;
  margin-bottom: 8px
}
.mall-index .entry-footer {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebeef5
}
.mall-index .entry-footer .t {
  font-size: 12px;
  margin-right: 5px;
  color: #aaa;
  padding: 4px 6px;
  border-radius: 3px;
  font-weight: 500;
  background: #f6f6f6;
  line-height: 1
}
.mall-index .entry-footer .t span {
  animation: fade 1200ms infinite;
  -webkit-animation: fade 1200ms infinite;
}
@keyframes fade {
  from {
    opacity: 1
  }
  50% {
    opacity: .5
  }
  to {
    opacity: 1
  }
}
.mall-index .grid_author_avt {
  position: relative;
  z-index: 9;
  display: block;
  width: 100px;
  height: 36px;
  margin-top: 0;
  margin-left: 0;
  transform: translateZ(0)
}
.mall-index .price, .tougao-show .price {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-size: 22px;
  font-weight: 700;
  background: 0 0;
  color: #fd721e
}
.mall-index .price b, .tougao-show .price b {
  display: inline-block;
  color: #9a9a9a;
  border-top: 1px solid #9a9a9a;
  margin-left: 0;
  line-height: 0;
  height: 0;
  font-size: 12px;
  font-weight: 400
}
.mall-index .section {
  padding: 20px 0
}
.mall-index .section-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase
}
.mall-index .section-title:before {
  background-color: #e6e6e6;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%
}
.mall-index .section-title span {
  background-color: #f6f6f6;
  padding: 4px 15px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 600;
  background: #fff;
  border-radius: 4px
}
.mall-show .qty strong {
  line-height: 36px;
  display: inline-block;
  font-weight: 400;
  color: #999
}
.mall-show .qty span {
  display: inline-block;
  width: 36px;
  line-height: 35px;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding-bottom: 1px
}
#dr_sku_num {
  margin-bottom: 0
}
.mall-show .qty .sku_num {
  margin: 0 -5px;
  width: 50px;
  border: none
}
.btn-plus-down {
  margin-right: 0 !important
}
.user_ming {
  padding: 10px;
  margin: 10px -10px -10px -10px;
  background-color: #f6fdfc;
  border-radius: 15px
}
.user_ming p {
  font-size: 14px;
  color: #555;
  line-height: 25px;
  margin-bottom: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical
}
.mall-show .user_ming p {
  -webkit-line-clamp: 2;
  line-clamp: 2
}
.order .portlet {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px
}
.order .portlet .portlet-title {
  padding-bottom: 5px
}
.order #dr_address_list {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0 30px
}
.order #dr_address_list li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee
}
.order #dr_address_list li:last-child {
  border: none
}
.order .list-item-content {
  padding-left: 30px
}
.order .list-datetime {
  width: auto !important;
  margin: -50px 0 0 0
}
.order .btn-xs {
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 4px;
  line-height: 1.4;
  font-size: 12px
}
.order .list-icon-container {
  position: absolute;
  left: 20px;
  font-size: 20px
}
.order .list-item-content span {
  display: block;
  margin-bottom: 8px
}
.order .form-control-static {
  font-size: 16px;
  font-weight: 700;
  text-align: left
}
.order textarea.form-control {
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  color: #555
}
.order .portlet-body, .order .portlet-foot {
  font-size: 15px
}
.order textarea.form-control:focus {
  border-color: #1678ff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}
.order .btn {
  padding: 6px 20px;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 14px
}
.order .portlet-body .btn {
  padding: 10px 20px
}
.order .portlet-title h3 {
  margin: 0 10px 0 0;
  padding-left: 10px;
  border-left: none;
  font-size: 20px
}
.order .form-group a {
  color: #1678ff;
  font-weight: 700
}
.order .row {
  margin: 0
}
.order-cart .row a:hover {
  color: #1678ff
}
.order-cart .jumbotron {
  background-color: #fff;
  padding: 20px
}
.mall-show .show-title .title {
  margin: 2px 0 6px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 0;
  border: 0
}
.mall-show .show-title .desc {
  margin-bottom: 20px;
  color: #999;
}
.font-red, .text-red {
  color: red
}
.mall-show .main-column {
  font-size: 14px
}
.mall-show .main-column .price {
  padding: 10px 0;
  line-height: 40px;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee
}
.mall-show .main-column .price .money {
  font-size: 28px;
  font-weight: 700;
  font-family: arial;
  color: #1678ff
}
.mall-show .main-column .price .sale {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: 5px;
  background-color: #1678ff;
  padding: 2px 5px;
  line-height: 14px;
  font-size: 9pt;
  font-weight: 400;
  color: #fff
}
.mall-show .main-column .price .sale:before {
  content: "";
  position: absolute;
  width: 0;
  display: block;
  font-size: 0;
  left: -4px;
  bottom: 0;
  height: 0;
  border: 3px solid red;
  border-color: transparent #1678ff #1678ff transparent
}
.mall-show .main-column .price .vipsale {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: 5px;
  background-color: #fd721e;
  padding: 2px 5px;
  line-height: 14px;
  font-size: 9pt;
  font-weight: 400;
  color: #fff
}
.mall-show .main-column .price .vipsale:before {
  content: "";
  position: absolute;
  width: 0;
  display: block;
  font-size: 0;
  left: -4px;
  bottom: 0;
  height: 0;
  border: 3px solid red;
  border-color: transparent #fd721e #fd721e transparent
}
.mall-show .main-column .text-muted {
  color: #999
}
.mall-show .main-column .other {
  margin: 10px 0;
  border-bottom: 1px dashed #eee
}
.mall-show .main-column .youti {
  margin: 10px 0;
  border-bottom: 1px dashed #eee
}
.mall-show .main-column .youti dt {
  font-weight: 500
}
.mall-show .main-column dl.operate {
  margin: 10px 0;
  padding-top: 50px
}
.mall-show .main-column dl.operate dd {
  text-align: right
}
.mall-show .main-column .operate a {
  display: inline-block;
  margin-right: 8px
}
.mall-show .split-line {
  display: inline-block;
  margin-left: 9pt;
  margin-right: 9pt;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
  background-color: #eee
}
.mall-show .related-posts .entry-media {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 20px;
  width: 10pc
}
.mall-show .row {
  padding-bottom: 20px
}
@media (min-width:992px) {
  .mall-show .main-column {
    background-color: #fff;
    padding: 15px 25px 0 25px;
    margin-left: -17px;
    border-radius: 0 4px 4px 0
  }
  .mall-show .main-img {
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
    border-radius: 4px 0 0 4px
  }
  .mall-show .pad-r {
    padding-right: 0;
    margin-right: 0
  }
}
@media (max-width:992px) {
  .mall-show .main-column {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px
  }
  .mall-show .main-img {
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
    border-radius: 4px 4px 0 0
  }
  .mall-show .pad-r {
    margin-right: 0
  }
}
.detail-page .x-btn, .mall-show .x-btn {
  padding: 3px 20px;
  border-radius: 4px;
  font-size: 14px
}
.mall-show .main-column dl dt {
  float: left;
  color: #999;
  font-weight: 500;
  padding-right: 5px
}
.mall-show .widget-area .widget-qrcode {
  margin-top: 0
}
.mall-show .mall-show-buy {
  padding: 0;
  margin-bottom: 20px
}
.xerhu-xsph .left {
  position: relative
}
.xerhu-xsph .left span {
  display: block
}
.xerhu-xsph .left .ys {
  position: absolute;
  right: 0;
  bottom: 5px;
  background: #fb8f02;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px
}
.mall-show .entry-navigation {
  padding: 20px;
  padding-bottom: 0
}
.mall-show .entry-navigation .cat-posts-wrapper {
  margin: 0
}
.mall-show .cat-posts-wrapper .entry-title {
  font-size: 16px;
  line-height: 26px
}
.mall-show .entry-footer {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebeef5
}
.mall-show .entry-footer a {
  font-size: 12px;
  margin-right: 5px;
  color: #aaa;
  padding: 4px 6px;
  border-radius: 3px;
  font-weight: 500;
  background: #f6f6f6;
  line-height: 1
}
.mall-show .entry-footer .ys {
  background: #fb8f02;
  color: #fff
}
.checkout-page h2 {
  font-size: 15px
}
.checkout-page .portlet {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px
}
.checkout-page .row {
  margin: 0
}
.checkout-page .box-border ul > li {
  padding: 6px 10px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 3px;
  cursor: pointer
}
@media (min-width:768px) {
  .checkout-page .control-label {
    text-align: right
  }
}
.checkout-page .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: 700
}
.checkout-page .portlet-body .form-group {
  margin: 0 !important;
  padding-top: 10px
}
.checkout-page .portlet-foot {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eceff1
}
.checkout-page .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}
.checkout-page .btn {
  font-size: 15px
}
.item-box {
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #fff;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  position: relative;
  transition: All .3s ease-in-out;
  -webkit-transition: All .3s ease-in-out;
  -moz-transition: All .3s ease-in-out;
  -o-transition: All .3s ease-in-out
}
.item-box .item-news-img {
  width: 160px
}
.item-box .img-box[data-ratio="60"] {
  padding-top: 60%
}
.clearfix::after {
  display: table;
  content: " ";
  clear: both
}
.item-box .img-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px
}
.item-box .img-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0
}
.item-box .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .05)
}
.item-box section {
  overflow: hidden
}
.item-box .entry-excerpt {
  margin-top: 0
}
.item-box .entry-title {
  font-size: 18px;
  margin-bottom: 10px
}
.item-box .entry-wrapper .entry-footer {
  display: flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2px;
  margin-top: 10px;
  text-transform: uppercase
}
.item-box .entry-wrapper .entry-footer a {
  position: relative;
  margin-right: 5px;
  color: #aaa;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 500;
  background: #f6f6f6;
  line-height: 1
}
.item-box .entry-wrapper .entry-footer a:hover {
  color: #666;
}
.item-box .entry-footer .entry-meta .meta-category {
  display: flex;
  flex-wrap: wrap
}
.item-box .entry-footer .entry-meta .meta-category .dot {
  display: inline-block;
  background-color: var(--accent-color);
  border-radius: 50%;
  height: 6px;
  margin-right: 5px;
  width: 6px;
  background-color: #fd721f
}
.item-box .entry-footer .entry-meta .meta-category a:nth-child(2) .dot {
  background-color: #1678ff
}
.item-box .entry-footer .entry-meta .meta-category a:nth-child(3) .dot {
  background-color: #2196f3
}
.schbg-white {
  background-color: #fff !important;
  overflow: hidden;
  padding-bottom: 30px
}
.module-line {
  width: 100%;
  text-align: center;
  margin-top: 40px
}
.module-line .text {
  font-size: 26px;
  color: #4c4c4c;
  margin: 0 10px
}
.module-line span {
  display: inline-block
}
.vip-slogan {
  border-radius: 5px;
  height: 280px;
  width: 1300px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  margin: 40px auto auto auto
}
.vip-slogan-box:nth-of-type(-n+3) {
  border-bottom: 0
}
.vip-slogan-box:nth-child(1) {
  border: 0
}
.vip-slogan-box {
  padding-top: 20px;
  display: inline-block;
  height: 50%;
  width: 410.2px;
  box-sizing: border-box;
  vertical-align: middle
}
.vip-slogan-box:nth-child(3) {
  border: 0
}
.vip-slogan-box:nth-child(4) {
  border: 0
}
.vip-slogan-box:nth-child(6) {
  border: 0
}
.vip-slogan-box i {
  width: 100px;
  line-height: 100px;
  display: inline-block;
  background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  text-align: center;
  vertical-align: middle
}
.vip-slogan-text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #898989
}
.vip-slogan-text p:first-child {
  font-size: 18px;
  color: #575959
}
.g-footer ol, ul {
  list-style-type: none;
  list-style-image: none
}
.vipinfo-page {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 3rem !important
}
.vipinfo-page:before {
  background-color: #1678ff;
  opacity: .88;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s cubic-bezier(.77, 0, .175, 1)
}
.tongue {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 1;
  -webkit-transform: rotate(180deg) translateX(50%);
  -ms-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
  width: 138px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8492a6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!width=!string!height=!string!viewBox=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E")
}
.tongue i {
  -webkit-animation: floating-sm 2s ease infinite;
  animation: floating-sm 2s ease infinite
}
.tongue:hover i {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.badge-light {
  display: inline-block;
  padding: .45em .6em .25em .6em;
  border-radius: 10rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #212529;
  background-color: #f8f9fa
}
.schbg-white {
  background-color: #fff !important;
  overflow: hidden;
  padding-bottom: 30px
}
.schtext-center {
  padding-top: 3rem !important;
  text-align: center !important
}
.text-uppercase {
  text-transform: uppercase !important;
  color: #fff !important;
  font-size: 1rem
}
.schtext-white {
  color: #fff !important;
  font-size: 1.75rem
}
.page-vip .container .row .card {
  width: 23.5%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px
}
.page-vip .container .row .card.active {
  box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, .1)
}
.page-vip .container .row .card {
  margin: 10px
}
.page-vip .container .row .card.ent-base:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3)
}
.page-vip .container .row .card.ent-base {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  margin-bottom: 60px
}
.page-vip .container .row .card.ent-base .btn {
  background-image: -webkit-linear-gradient(bottom, #fff 30%, #fff);
  background-image: linear-gradient(to top, #fff 30%, #fff)
}
.page-vip .container .row .card .version {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 6.5pc;
  -ms-flex-align: center;
  align-items: center
}
.page-vip .container .row .header {
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  font-weight: 300;
  z-index: 1
}
.page-vip .container .row .header .price-year {
  margin: 12px 0 15px 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 400
}
.page-vip .container .row .header .pricing-deco {
  width: 100%
}
.page-vip .container .row .header .price-year .dollar {
  font-size: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 3px;
  font-weight: 300
}
.page-vip .container .row .header .price-year .price {
  font-size: 30px;
  letter-spacing: 1.7px;
  font-weight: 700;
  font-family: Helvetica
}
.page-vip .container .row .header .btn {
  width: 160px;
  border-radius: 5px;
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  border: 0;
  font-weight: 500;
  font-family: PingFangSC;
  cursor: pointer
}
.page-vip .container .row .header .btn:hover {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .14)
}
.page-vip .container .row .content {
  position: relative;
  font-size: 12px;
  padding: 20px 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 90
}
.page-vip .container .row .content .desc {
  line-height: 1;
  padding-left: 37px;
  margin-bottom: 18px;
  color: rgba(62, 62, 62, .8);
  position: relative
}
@media screen and (max-width:1450px) {
  .page-vip .container .row .card {
    width: 31.8%
  }
}
@media screen and (max-width:750px) {
  .page-vip .container .row .card {
    width: 100%
  }
}
@media (min-width:1460px) {
  .page-vip .container .row .card {
    width: 31.8%
  }
}
.page-vip .container .row .pricing-deco .deco-layer {
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s
}
.page-vip .container .row .pricing-deco:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0)
}
.page-vip .container .row .pricing-deco:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0)
}
.xerhu-yun-video {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}
.xerhu-yun-video .post-grid .entry-wrapper {
  padding: 20px 10px
}
.xerhu-yun-video .post-grid .entry-header .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, .8);
  height: 22px;
  line-height: 22px;
  white-space: unset;
  text-overflow: unset
}
.xerhu-yun-video .entry-footer .post-meta-box .meta-date {
  margin-top: 8px
}
.xerhu-yun-video .entry-footer .post-meta-box .meta-price {
  float: right;
  margin-left: 8px;
  padding: 3px 6px 2px 6px;
  text-align: center;
  background-color: #fff;
  color: #ff5c00;
  font-size: 20px;
  font-weight: 700;
  border-radius: 2px;
  line-height: initial
}
.xerhu-yun-video .post-grid {
  margin-bottom: 20px
}
.tougao-list-index dd {
  margin: 0
}
.tougao-list-index .home-filter--content {
  margin: 0;
  padding: 80px
}
.tougao-list-index .home-filter--content .form-box {
  background-color: rgba(255, 255, 255, 0)
}
.tougao-list-index .home-filter--content input[type=submit], .tougao-list-index .home-filter--content input[type=text] {
  line-height: 50px;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px
}
.tougao-list-index .post-list .entry-media {
  width: 200px
}
.tougao-list-index .entry-header .entry-title {
  font-size: 16px
}
.tougao-list-index .xerhu-taozy .post-list {
  padding: 15px
}
.tougao-list-index .item-box {
  padding: 0px 10px;
  margin-bottom: 20px;
  border: none;
  background: none;
}
.tougao-list-index .item-box .tougao-detail {
  padding: 15px 20px;
  border: 1px solid #e7e8ea;
  background: #fff;
  border-radius: 6px;
  transition: all .3s
}
.tougao-list-index .item-box .tougao-detail:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 34px 20px -24px rgba(136, 161, 206, .3);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px)
}
.item-app-img {
  width: 168px
}
.tx-flex-col {
  display: flex;
  align-items: center
}
.ul-detail li {
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.tougao-list-index .container .content-list {
  margin-bottom: 15px;
}
.tougao-list-index .container .content-list li {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px
}
.tougao-list-index .container .content-list li a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 8px 25px;
  border-radius: 2px
}
.tougao-list-index .container .content-list li a.on, .tougao-list-index .container .content-list li a:hover {
  border-radius: 2px;
  color: #fff;
  background: #1678ff;
  background-image: linear-gradient(135deg, #539dff 10%, #1678ff 100%)
}
.tougao-list-index .pag-list {
  background: 0 0
}
@media (min-width:992px) {
  .main-column {
    background-color: #fff;
    padding: 20px 25px 15px 5px;
    margin-left: -15px;
    border-radius: 0 5px 5px 0
  }
  .main-img {
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
    border-radius: 5px 0 0 5px
  }
  .pad-r {
    padding-right: 0;
    margin-right: 0
  }
  .show_ie .show-gun {
    float: right;
    height: 30px;
    overflow: hidden
  }
}
@media (max-width:992px) {
  .main-column {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px
  }
  .main-img {
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
    border-radius: 5px 5px 0 0
  }
  .pad-r {
    margin-right: 0
  }
  .show_ie .show-gun {
    float: right;
    margin-top: 5px;
    height: 25px;
    overflow: hidden
  }
}
.main-img {
  float: left
}
.main-img .placeholder {
  float: left;
  width: 100%;
  overflow: hidden
}
.content-main {
  position: relative
}
.content-main .detail-ceshi {
  display: inline-block;
  z-index: 5
}
.content-main .detail-ceshi span {
  position: relative;
  padding: 5px 15px 5px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  margin-bottom: 3px
}
.content-main .detail-ceshi span i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  left: 3px;
  top: 2.5px;
  overflow: hidden;
  background: #fff;
  font-size: 14px
}
.detail-ke-xerhu {
  background-color: #77cf77
}
.detail-ceshi .detail-ke-xerhu i {
  color: #77cf77
}
.detail-yi-xerhu {
  background-color: #fb8f02
}
.detail-ceshi .detail-yi-xerhu i {
  color: #ffa03f
}
.detail-wei-xerhu {
  background-color: #aaa
}
.detail-ceshi .detail-wei-xerhu i {
  color: #aaa
}
.helper-index .site-content {
  padding: 20px 0
}
.helper-index .section {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px
}
.home_title .title .fl-right {
  position: absolute;
  bottom: 15px;
  right: 0
}
.helper-index .widget-area img {
  border-radius: 5px
}
.helper-index .widget-area p, .content-show .widget-area p, .search-list .widget-area p {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
}
.xerhu-helper-soft {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px
}
.xerhu-helper-soft *, :after, :before {
  box-sizing: unset
}
.xerhu-helper-soft .header {
  position: relative;
  padding: 39px 35px 32px;
  z-index: 9;
  border-radius: 8px 8px 0 0;
  background: url( ) no-repeat center top;
  background-size: 100% 100%
}
.xerhu-helper-soft .p2 .detail-up {
  font-size: .875rem;
  line-height: 1.5;
  color: #999 !important
}
.xerhu-helper-soft .p2 .detail-up span {
  margin-right: 25px
}
.xerhu-helper-soft .header .proimg {
  width: 126px;
  height: 126px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
  padding: 6px;
  margin-right: 24px;
  position: relative
}
.xerhu-helper-soft .header .proimg img {
  width: 126px;
  height: 126px;
  border-radius: 100%;
  -webkit-border-radius: 100%
}
.xerhu-helper-soft .header .p1 {
  font-weight: 700;
  font-size: 24px;
  color: #edeff2
}
.xerhu-helper-soft .header .p2 {
  font-size: 12px;
  color: #939aa8;
  margin-top: 13px
}
.xerhu-helper-soft .header .p3 {
  margin-top: 32px
}
.xerhu-helper-soft .header .p3 span:first-child {
  padding-left: 0
}
.xerhu-helper-soft .header .p3 span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 22px
}
.xerhu-helper-soft .header .p3 i {
  display: block;
  font-size: 12px;
  color: #999;
  font-style: normal;
  margin-bottom: 5px;
  height: 16px;
  line-height: 16px
}
.xerhu-helper-soft .header .p3 span:nth-child(2) i {
  margin-bottom: 2px
}
.xerhu-helper-soft .header .p3 span:first-child b {
  color: #ff8c19 !important
}
.xerhu-helper-soft .header .p3 .xerhu-star {
  font-size: 17px
}
.xerhu-helper-soft .header .p3 b {
  font-size: 14px;
  font-weight: 500;
  color: #c5c4c4
}
.xerhu-helper-soft .header:after {
  content: '138';
  display: block;
  clear: both
}
.xerhu-helper-soft .header .hont {
  padding-left: 18px;
  line-height: 20px;
  font-size: 12px;
  color: #646464;
  position: absolute;
  right: 18px;
  top: 16px
}
.xerhu-helper-soft .pricelt {
  height: 58px;
  position: relative;
  z-index: 8;
  padding: 28px 28px 10px 28px;
  border-radius: 0 0 8px 8px
}
.xerhu-helper-soft .pricelt .sellP {
  display: inline-block;
  float: left;
  font-size: 25px;
  color: #ff6c00;
  line-height: 1
}
.xerhu-helper-soft .pricelt .sellP .priceinfo {
  font-weight: 700
}
.xerhu-helper-soft .pricelt .sellP .pricefree {
  color: #1678ff;
  font-weight: 700
}
.xerhu-helper-soft .pricelt .p4 {
  display: block;
  font-size: 12px;
  color: #666f80;
  text-align: center
}
.xerhu-helper-soft .pricelt .p4 a {
  padding: 3px 30px
}
.xerhu-helper-soft .pricelt .p4 i {
  font-size: 14px;
  margin-right: 5px
}
.xerhu-helper-soft .boosvip-abs {
  float: left;
  margin-left: 20px
}
.content-show .xerhu-soft-list {
  border-bottom: 1px solid #f0f0f0;
  margin: 0
}
.tougao-show .widget-area .widget-img img {
  width: 100%
}
.tougao-show .widget-area .widget-pay .price {
  padding: 0 10px;
  margin-bottom: 15px
}
.tougao-show .widget-author .down-info .uimg {
  display: block;
  float: left;
  margin-bottom: .8rem;
  width: 34%
}
.tougao-show .widget-author .agent--contact {
  float: left;
  width: 64%
}
.tougao-show .widget-author .down-info span {
  color: #555;
  margin-left: 0
}
.tougao-show .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0
}
.tougao-show .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .05);
  font-size: 0;
  transition: transform .2s;
  -o-object-fit: cover;
  object-fit: cover
}
.detail-page .widget-author .ac_qqhao, .tougao-show .widget-author .agent--contact .btn {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 15px;
  line-height: 15px;
  margin: 0 auto;
  width: auto
}
.tougao-show .show-copyright {
  font-size: 13px;
  padding: 10px
}
#video iframe {
  height: 100%
}
.dplayer-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, .8)
}
.article-content .content-do-video {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8)
}
.article-content .content-do-video .views {
  display: block;
  padding: 10px
}
.article-content .content-do-video .rate {
  right: 20px;
  top: 10px;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  margin: 10px;
  background: rgba(255, 255, 255, .5);
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 20px
}
.article-content .content-do-video .rate a {
  color: #000
}
.article-content .content-do-video .login-false {
  text-align: center;
  color: #efd696;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1.2px
}
.article-content .content-do-video .t-c {
  text-align: center;
  font-size: 13px
}
.article-content .content-do-video .pc-button {
  margin: 0 auto;
  text-align: center
}
.article-content .content-do-video .coin {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px
}
.article-content .content-do-video .coin span {
  padding: 4px 18px;
  background-color: rgba(0, 0, 0, .5);
  color: #efd696;
  line-height: 1;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid #f3dfa1
}
.content_huifu .rate {
  z-index: 1;
  font-weight: 500;
  background: #1678ff;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 20px
}
.content_huifu .rate a {
  color: #fff
}
@media (min-width:768px) {
  .fixedbox-on {
    position: fixed;
    top: 80px;
    z-index: 98;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
  }
  .fixedbox-off {
    position: absolute;
    bottom: 0;
    z-index: 98
  }
}
.hide {
  display: none !important;
}
.popupp {
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1) !important;
  padding: 0 30px;
  background: #fff;
  width: 370px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  border-radius: 18px;
  z-index: 9999
}
.popupp::after {
  content: '35';
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 18px 18px 0 0
}
.popup-title::after {
  content: '0 0 138 35';
  position: absolute;
  width: 100%;
  height: 30%;
  background: #fde6dd;
  border-radius: 5px;
  left: 0;
  bottom: 5px;
  z-index: -1
}
.popup-header {
  padding-top: 25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 12px
}
.popup-title {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  display: inline-block
}
.popup-main {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.popup-main p {
  color: #282828;
  line-height: 1.6
}
.popup-main p a {
  color: #ff2a14
}
.popup-main p img {
  height: 50%;
  width: 50%;
  display: block;
  margin: 0 auto
}
.popup-footer {
  padding: 10px 0 30px;
  text-align: center
}
.popup-footer .url {
  margin: -15px -20px 0;
  color: #c2c6d0
}
.popup-footer .url em {
  margin: 0 5px;
  color: rgba(7, 7, 10, .92);
  font-weight: 700;
  font-style: normal
}
.popup-btn-o:nth-child(2) {
  margin-top: 10px
}
.popup-btn-o {
  color: #fff;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  position: relative;
  z-index: 9
}
.popup-btn-o:hover {
  color: #fff
}
.popup-btn-o:hover::after {
  box-shadow: 0 10px 12px -4px rgba(229, 9, 20, .25)
}
.popup-btn-o::after {
  border-radius: 50px;
  border: 1px solid #ff2a14;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '%23FFF';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  background: linear-gradient(to right, #ff711f 0, #e50914 100%);
  z-index: -1
}
.popupp .article-bg {
  background-position: 200% 0;
  background-size: 70%
}
.popupp .article-bg01 {
  background-position: right -40px;
  bottom: 0;
  transform: rotate(180deg)
}
.article-bg {
  background-position: right;
  border-radius: 0 18px 0 0;
  top: 0
}
.article-bg, .article-bg01 {
  background: url() no-repeat;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 130px;
  background-size: contain
}
.shortcuts-mobile-overlay {
  background-color: rgba(0, 0, 0, .5);
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: 'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z';
  z-index: 999
}
.close-popup {
  position: absolute;
  right: calc(50% - 20px);
  border: 1px solid #fff;
  border-radius: 50px;
  bottom: -45px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer
}
.close-popup:hover {
  background: #fff
}
.close-popup i {
  font-size: 18px;
  color: #fff
}
.close-popup:hover i {
  color: #ff2a14
}
@media(max-width:559px) {
  .popupp {
    width: 77%;
    padding: 0 25px;
    font-size: 14px;
    z-index: 9999
  }
  .pc {
    display: none !important
  }
  .popup-header {
    margin: -5px 0
  }
  .shortcuts-mobile-overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 999
  }
  .popup-footer .url em {
    margin: 0 3px;
    font-size: 12px
  }
}
.mod-title {
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #fff
}
.ico_log {
  display: inline-block;
  width: 176px;
  height: 62px;
  vertical-align: middle;
  margin-right: 7px
}
.ico-weixin {
  background: url(https://www.yunscrm.cn/template/default/static/image/weixinpay.png) no-repeat
}
.mod-ct {
  min-width: 300px;
  max-width: 640px;
  margin: 15px auto;
  background: #fff url(https://www.yunscrm.cn/template/default/static/image/wave.png) top center repeat-x;
  text-align: center;
  color: #333;
  border: 1px solid #e5e5e5;
  border-top: none
}
.mod-ct .amount {
  font-size: 48px;
  margin-top: 10px
}
.mod-ct .tip {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0 60px 0;
  position: relative
}
#qrcode {
  width: 260px;
  height: 260px
}
#qrcode img {
  width: 100%;
  height: 100%
}
.mod-ct .tip .ico-scan {
  display: inline-block;
  width: 56px;
  height: 55px;
  background: url(https://www.yunscrm.cn/template/default/static/image/wechat-pay.png) 0 0 no-repeat;
  vertical-align: middle
}
.mod-ct .tip .tip-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 15px;
  margin-left: 23px;
  font-size: 16px;
  line-height: 20px
}
.time-item h1 {
  font-family: "微软雅黑";
  font-size: 15px;
  margin: 5px 0;
  padding-bottom: 2px;
  letter-spacing: 2px
}
.entry-content video {
  width: 100%;
  height: auto;
}
.entry-content iframe {
  height: 550px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #c7c7c7;
  box-shadow: 0 0 5px #c7c7c7;
}
@media (max-width:640px) {
  .entry-content iframe {
    height: 300px;
  }
}
.avatar-text {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  background-color: #1678ff;
  font-family: microsoft jhenghei;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
.entry-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #454545;
  padding-top: 10px;
}
.entry-content h2 {
  color: #454545;
  line-height: 1.1;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, rgba(49, 155, 208, .7)), color-stop(26%, transparent));
  background: -o-linear-gradient(bottom, rgba(49, 155, 208, .7) 26%, transparent 26% 100%);
  background: linear-gradient(to top, rgba(49, 155, 208, .7) 26%, transparent 26% 100%);
  font-weight: bold;
  font-size: 20px;
}
.paywall a, .paywall-box a {
  text-decoration: none !important;
  box-shadow: unset !important;
  outline: none;
}
.paywall {
  font-size: 14px;
  padding: 20px;
  border: 1px dashed #ffc107;
  background: #fffdf8;
  margin-bottom: 15px;
  margin-top: 10px;
}
.paywall a, .paywall-box a {
  text-decoration: none !important;
  box-shadow: unset !important;
  outline: none;
}
.paywall a:hover {
  box-shadow: unset !important;
}
.paywall input {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  border-style: solid;
  border: 1px solid #bbb;
}
.paywall input[name=""], .paywall input[name=""] {
  height: 28px;
  line-height: 28px;
  width: 120px;
  padding: 0 0 0 6px;
  margin-bottom: 15px;
}
.paywall .btn {
  display: inline-block;
  border: 1px solid #ddd;
  color: #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}
.paywall .btn-btn {
  border-color: #66aa66;
  background: #37d13b !important;
  color: #fff;
}
.paywall a.btn-link {
  background-color: #1678ff;
  border-color: #1678ff;
  color: #fff;
}
.paywall .btn-link:hover {
  color: #fff;
}
#paywall-link-box div:not(:first-child) {
  display: inline-block;
  margin: 10px 5px 5px;
}
#paywall-code-box .btn-btn {
  margin: 0 0 9px 0;
  font-weight: normal;
  line-height: 19px;
}
#paywall-code-box .tips {
  margin-bottom: 15px;
}
.paywall-js-show {
  display: none;
}
.paywall-center {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.paywall-center .buysum {
  position: absolute;
  left: 5px;
  top: 30px;
  color: #999 !important;
  font-size: 12px;
  opacity: .7;
}
.paywall-highlight {
  color: #f10;
}
.paywall-box .paywall-highlight {
  margin: 20px 0;
}
.paywall-mb {
  margin-bottom: 20px;
}
.paywall-tips {
  color: #999;
}
.paywall-reset, .paywall-show {
  border: 0px;
  background: #fff;
  padding: 20px 0;
}
.paywall-show {
  text-align: left;
}
.paywall-box .paywall-mask {
  bottom: 120px;
  display: block;
  height: 120px;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #fff 80%);
  background-repeat: repeat-x;
  margin-bottom: -100px;
}
.paywall-box .paywall-lock {
  border-top: 1px dashed #ddd;
  position: relative;
}
.paywall-box .icon-lock-m {
  background: #fff url() center 0 no-repeat;
  display: block;
  height: 24px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: -12px;
  width: 50px;
}
.paywall-message-error {
  margin: 5px 0 15px;
  background: #fef5f1;
  padding: 1px 12px;
  color: #8c2e0b;
  border-left: 4px solid #fff;
  border-left-color: #dc3232;
}
.paywall-message-error p {
  margin: 0.5em 0;
  padding: 2px;
}
#paywall-membership-link-container a {
  position: relative;
}
#paywall-membership-link-container a span {
  background: red;
  border-radius: 3px 8px 8px 0;
  color: #fff;
  font-size: 12px;
  padding: 0px 0.5em;
  position: absolute;
  right: -35px;
  top: -8px;
}
.pay-info {
  color: #1678ff;
}
.article-tools-box {
  position: relative;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-tools-box .btn {
  padding: 0 15px;
  line-height: 30px;
}
.get-email-code {
  position: relative;
}
.get-email-code .btn {
  position: absolute;
  right: 0;
  height: 38px;
  padding: 0 15px;
  border-radius: 0;
}
.mk-tab-title li {
  font-size: 16px;
  color: #454545 !important;
  font-weight: bold;
}
.mk-tab-title li.layui-this {
  color: #333 !important;
}
.mk-tab-title li.layui-this:after {
  border-color: #1678ff !important;
}
.foot-info {
  margin-top: 10px;
}
.foot-links {
  font-size: 12px;
  padding-top: 18px;
}
.foot-links a {
  margin-right: 5px;
  opacity: .7;
}
.ask-content {}
.ask-content table tbody tr td {
  color: #666;
}
@media (max-width:640px) {
  .article-footer .shares {
    display: none;
  }
}
.gg-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gg-3 a {
  width: 32%;
}
@media (max-width:1500px) {
  .navbar .nav-list > .menu-item > a {
    margin: 0 10px;
    font-size: 15px;
  }
}
.mobile-menu {
  display: none;
}
@media(max-width:1300px) {
  .mobile-menu {
    display: block !important;
  }
  .main-menu {
    display: none !important;
  }
}
.nd-cert-dialog {
  z-index: 444;
  width: 210px;
  box-shadow: 0 0 20px 0 rgba(129, 137, 153, .2);
  border-radius: 8px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  padding: 10px 0 10px;
  animation: move 3s 0s infinite;
  -webkit-animation: move 3s 0s infinite;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
.nd-cert-dialog .avater {
  height: 20px;
  width: 64px;
  left: 0;
  top: 0;
  line-height: 20px;
  background: linear-gradient(90deg, #ff715c, #fe2b38);
  border-radius: 8px 4px 4px 4px;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.nd-cert-dialog .nd-close {
  right: 11px;
  top: 7px;
  position: absolute;
  color: #b3b3b3;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.nd-cert-dialog .nd-content {
  text-align: center;
}
.nd-cert-dialog .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  padding-top: 17px;
  color: #333;
}
.nd-cert-dialog .des {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  padding: 6px 0 6px;
  color: #636d7e;
}
.nd-cert-dialog .nd-btn {
  display: inline-block;
  height: 25px;
  width: 80px;
  background: #1678ff;
  border-radius: 18px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
@keyframes move {
  0%, 65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  85% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  95% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move {
  0%, 65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  85% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  95% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.term-bar-2 {
  background: #1678ff;
  display: block;
  background: linear-gradient(to right, #4b97ff 0, #1678ff 100%)
}
.term-bar-2:before {
  display: none;
}
.term-bar-2 p {
  color: #fff;
  margin-top: 15px;
  opacity: .7;
  margin-bottom: 0;
}
.article-copyright {
  margin-bottom: 0;
}
.article-copyright a, .article-copyright a b {
  border-bottom: 1.6px dashed #3860f4 !important;
  color: #3860f4 !important;
}
.article-copyright a:hover {
  border-bottom: 1.6px solid #3860f4 !important;
}
.article-copyright code {
  color: #2882c5;
  background-color: rgb(85 185 255 / 20%);
  margin: 2px;
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 5px;
}