::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #12b7f5;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 93, 143, 1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 93, 143, 1) 50%,
    rgba(255, 93, 143, 1) 75%,
    transparent 75%,
    transparent
  );
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f6f6f6;
}

.section {
  padding-bottom: 0;
  padding-top: 15px;
}

/*header Top Style start*/
.header-banner {
  background-color: #0a1b3d;
}

/*layout*/

.header-banner .ym-menu a,
.header-banner {
  color: #fff;
}

.yuandd-dark .header-banner {
  background-color: #191616;
}

.header-banner-left .menu li a {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}

.header-banner-left .menu li a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.header-banner-left ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

.header-banner-left .menu li {
  margin-left: 14px;
}

.header-banner {
  width: 100%;
  color: #b2bac2;
  position: relative;
  z-index: 999;
}

.header-banner-content {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.deangg {
  line-height: 30px;
}

.deanggspan {
  float: left;
  margin: 0 auto;
  width: 105px;
  color: #333;
  font-size: 14px;
}

.deanggspan i {
  float: left;
  display: block;
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 5px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(125deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
}

.deanggspan span {
  float: left;
  display: block;
  color: #fff;
  opacity: 0.8;
}

.deangg b {
  float: left;
  display: block;
  margin-top: 9px;
  width: 1px;
  height: 12px;
  background: #a8a8a8;
}

.deanggc {
  float: left;
}

.announce-wrap {
  overflow: hidden;
  height: 30px;
}

.deanggc ul {
  margin-top: -30px;
}

.deanggc ul li {
  clear: both;
  display: block;
  width: 580px;
  height: 30px;
  font-size: 14px;
}

.deanggc ul li a {
  float: left;
  background-image: -webkit-linear-gradient(125deg, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
}

.deanggc ul li a:hover {
  color: #fff;
  text-decoration: blink;
  opacity: 1;
}

.deanggc ul li span {
  float: right;
  width: 120px;
  color: #999;
  font-size: 12px;
}

/*header Top Style end*/

/*header Style start*/
/*header height*/
.site-header {
  height: 76px;
  box-shadow: 0 0;
}

.uitop {
  margin-top: 36px;
}

/*header-banner phone Style*/
@media (max-width: 768px) {
  .header-banner {
    display: none;
  }

  .site-header {
    height: 76px;
    margin-top: 0;
    box-shadow: 0 0;
  }
}

.navFix {
  margin-top: 0;
  position: fixed !important;
  background-color: rgba(255, 255, 255);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
}

.frosted {
  background-color: rgba(255, 255, 255, 0.7);
}

.yuandd-dark .frosted {
  background-color: rgba(25, 22, 22, 0.7);
}

.navbar {
  height: 76px;
}

.header-gap {
  height: 76px;
}

/*Button color*/
.go-register,
.go-login {
  padding: 0 !important;
  margin-top: 1px !important;
  background: linear-gradient(178deg, #ffb802 0%, #5397fd 100%) !important;
  -webkit-box-shadow: 0 8px 10px rgb(0 0 0 / 12%) !important;
  box-shadow: 0 8px 10px rgb(0 0 0 / 12%) !important;
}
.navbar .login-btn {
  background: linear-gradient(125deg, #ffb802 0%, #5397fd 100%);
  color: #fff;
  box-shadow: 4px 3px 10px #2f6bd024;
}

.search-open.navbar-button {
  background: linear-gradient(125deg, #ffb802 0%, #5397fd 100%);
  transition: transform 0.1s;
  box-shadow: 4px 3px 10px #2f6bd024;
  color: #fff;
}

.navbar .navbar-button,
.off-canvas .canvas-close {
  background: linear-gradient(125deg, #ffb802 0%, #5397fd 100%);
  transition: transform 0.1s;
  box-shadow: 4px 3px 10px #2f6bd024;
  color: #fff;
  z-index: 99;
}

.yuandd-dark .navbar .navbar-button,
.yuandd-dark .off-canvas .canvas-close {
  color: #5397fd;
  box-shadow: 4px 3px 10px #40404024;
  border: 2px solid #000;
  background: linear-gradient(125deg, #333 0%, #000000 100%);
  z-index: 99;
}

.burger {
  background: linear-gradient(125deg, #f5ff07 0, #ff1841 100%);
  box-shadow: 4px 3px 10px #ffc1072e;
  transition: transform 0.1s !important;
  color: #fff !important;
  border: 0 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px;
}

.burger:before,
.burger:after {
  background-color: #fff0;
  width: 0px;
}

.burger .fa-list {
  color: #fff;
}

.yuandd-dark .burger .fa-list {
  color: #ffc107;
}

/*Modify login button style*/
.navbar .login-btn {
  border-radius: 25px;
  width: 90px;
}

/*Login button drop-down*/
.actions .login-btn {
  position: relative;
  opacity: 0.9 !important;
  font-weight: bolder;
}

.login-btn .diamond {
  position: absolute;
  top: 30px;
  left: 110%;
  display: none;
  margin-left: -165px;
  padding: 15px;
  height: auto;
  border-radius: 6px;
  background: #fff;
}

.actions a.login-btn:hover {
  opacity: 1;
}

.login-btn:hover .diamond {
  display: inline-block;
  background: rgba(255, 255, 255, 1);
}

.diamond .kt {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 11px;
  width: 176px;
  height: 36px;
  border-radius: 45px;
  background-image: linear-gradient(135deg, #ffc107, #ff9800);
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.diamond .kt:hover {
  background-image: linear-gradient(135deg, #ffc107, #ff5722);
}

.diamond .kt em {
  position: absolute;
  top: -26px;
  right: 12px;
  width: 95px;
  height: 34px;
  background: url(../yuandd-child/assets/images/newuser.png) 1px -775px no-repeat;
  font-size: 12px;
  line-height: 28px;
}

.login-btn .diamond ul {
  margin: 10px 0;
  padding-left: 0px !important;
}

.login-btn .diamond ul li {
  display: inline-block;
  margin-left: 15px;
  width: 127px;
  height: 40px;
  color: #333;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  font-size: 14px;
  line-height: 40px;
}

.login-btn .diamond ul li i {
  display: inline-block;
  margin-right: 4px;
  width: 17px;
  height: 14px;
  background: url(../yuandd-child/assets/images/newuser.png) -28px -109px
    no-repeat;
  vertical-align: -1px;
}

/*LOGO Streamer*/
.logo-wrappers {
  position: relative;
  font-size: 2em;
  font-weight: 700;
  line-height: 39px;
  overflow: hidden;
  margin: 0;
}

.logo-wrappers::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 1s ease-in 1s infinite;
  animation: searchLights 1s ease-in 1s infinite;
}

.yuandd-dark .logo-wrappers::before {
  background-color: rgba(25, 22, 22, 0.5);
}

@keyframes searchLights {
  0% {
    left: -90px;
    top: 0;
  }
  to {
    left: 90px;
    top: 0;
  }
}

@-webkit-keyframes searchLights {
  0% {
    left: -90px;
    top: 0;
  }
  to {
    left: 90px;
    top: 0;
  }
}

/*Head portrait Size*/
.navbar .user-pbtn img {
  height: 35px;
  width: 35px;
  box-shadow: 4px 3px 10px #2f6bd017;
}

.yuandd-dark .user-pbtn img {
  height: 30px;
  width: 30px;
  box-shadow: 4px 3px 10px #40404024;
  border: 2px solid #000;
}

/*lang Style start*/
.filter--content {
  border: 0;
  padding: 20px 0;
  margin-top: -80px;
  background-color: #f6f6f6;
}

.yuandd-dark .filter--content {
  background-color: #232425;
}

.filter--content .form-box {
  background-color: #f6f6f6;
}

.yuandd-dark .filter--content .form-box {
  background-color: #232425;
}

.lang {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -55px;
}

.lang__1 {
  background: url(../yuandd-child/assets/images/sch_b.png) repeat-x;
  width: 4500px;
  height: 60px;
  animation: langs 18s infinite linear;
  position: absolute;
  top: 8px;
}

.lang__2 {
  height: 60px;
}

.lang__3 {
  /*background: url(../yuandd-child/assets/images/sch_c.png) repeat-x;*/
  width: 4500px;
  height: 60px;
  animation: langs 18s infinite linear;
  position: absolute;
  top: 0;
}

.lang__4 {
  background: url(../yuandd-child/assets/images/sch_d.png) repeat-x;
  width: 4500px;
  height: 60px;
  animation: langs 12s infinite linear;
  position: relative;
  top: 0;
}

.yuandd-dark .lang__3 {
  background: url(../yuandd-child/assets/images/sch_e.png) repeat-x;
}

.yuandd-dark .lang__4 {
  background: url(../yuandd-child/assets/images/sch_f.png) repeat-x;
}

.author .lang {
  margin-top: -132px;
}

@keyframes langs {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1938px;
  }
}

@-webkit-keyframes langs {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1938px;
  }
}

/*lang Style end*/

/*active Style start*/
.filter--content .filter-item span {
  background-color: #eeeeee;
  color: #7b8695;
}

.filter--content .filter-tab span {
  background-color: #eeeeee;
  color: #7b8695;
}

.find-light-icon {
  position: absolute;
  right: 4px;
  top: 26px;
  width: 8px;
  height: 8px;
  background: #fb130a;
  border-radius: 100%;
  display: none;
}

.filter--content .filter-item a.on {
  border: 1px dashed #fb130a;
  background-color: #ffab003b;
  background-color: rgba(255, 171, 0, 0.23);
}

.filter--content .filter-item a:hover {
  border: 1px dashed #fb130a;
  background-color: #fff0;
}

.filter--content .filter-tab a.on {
  color: #fb130a;
}

.filter--content .filter-tab .tab.on i:before {
  color: #fb130a;
}

.yuandd-dark .filter--content .filter-item span {
  background-color: #ffffff00;
  color: #fff;
}

.yuandd-dark .filter--content .filter-item span,
.yuandd-dark .filter--content .filter-tab span {
  background-color: #ffffff00;
  color: #fff;
}

.yuandd-dark .filter--content .filter-item a {
  color: #eee;
  background-color: #555;
}

.yuandd-dark .filter--content .filter-tab a {
  color: #eee;
}

/*active Style end*/

/*banner Style start*/
.owl .owl-dot.active {
  background: linear-gradient(125deg, #ffa363 0%, #fb130a 100%);
}

.slider.big.diy {
  border-radius: 4px;
}

/*banner Fixed small advertisement*/
.r_b_tip_box {
  position: relative;
}

.r_b_tip {
  width: 182px;
  height: 67px;
  position: absolute;
  bottom: 0;
  z-index: 88;
  right: 0;
}

.site-ads.ads-list-footer {
  padding-top: 0;
  padding-bottom: 20px;
}

/*Floating navigation phone Style*/
@media (max-width: 768px) {
  .r_b_tip_box {
    display: none;
  }
}

/*banner Style end*/

/*mobile Style start*/
.static .flex {
  padding: 0;
  margin: 0;
  display: flex;
}

.static li.st_one {
  flex: 1;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  transition: all 0.3s ease-out;
  height: 145.5px;
}

.static li.st_one:last-child {
  margin-right: 0;
}

.static li.st_one:hover {
  transform: translateY(-5px);
}

.static .st_one .card-main {
  width: 100%;
}

.static .active-card-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .item.scroll {
    height: 200px;
    margin-top: -54px;
  }
}

.sc-1wssj0-17 img {
  display: inline-block;
}

@-webkit-keyframes banner {
  from {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes banner {
  from {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.item img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.yuandd-dark .post-grid {
  background-color: #171819;
  border: 1px solid #171819;
}

.entry-media img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}

.post-grid .entry-media img {
  margin: 0 auto;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}

.entry-media .placeholder {
  background-color: unset;
}

/*mobile phone Style*/
@media (max-width: 768px) {
  .static {
    display: none;
  }
}

/*mobile Style end*/

/*Article VIP Corner marker Style start*/
.vwip30 {
  background-position: -40px 0;
}

.vwip10,
.vwip30 {
  position: absolute;
  z-index: 10;
  border-radius: 5px 0 0 0;
}

.vwip10,
.vwip30 {
  display: inline-block;
  background-image: url(../yuandd-child/assets/images/tuyiyi_vip4.png);
  background-size: auto 40px;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}

.vvip10,
.vwip10 {
  background-position: 0 0;
}

/*Article VIP Corner marker Style end*/

/*Article FAQ Style start*/
#help h2,
#down h2 {
  font-size: 18px;
  line-height: 54px;
  color: #323232;
  border-bottom: 2px solid #ff8e2a;
  width: 150px;
  font-weight: normal;
}

.article-nav a:hover {
  color: #fb3d08;
}

#help dt {
  cursor: pointer;
  color: #353535;
  font-size: 18px;
  margin-bottom: 20px;
}

#help dd {
  display: none;
  color: #767676;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  margin-bottom: 20px;
  margin-bottom: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

#help dt,
#help dd {
  margin-left: 40px;
  position: relative;
}

#help dt i,
#help dd i {
  background: url(../yuandd-child/assets/images/ico.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
}

#help dd i {
  background-position: 0 -35px;
}

/*Article FAQ Style end*/

/*Article Collection Style start*/
.entry-star {
  background: -webkit-linear-gradient(-45deg, #fb130a 29%, #ffa363 100%);
}

.entry-star a {
  color: #fff;
}

.entry-star:hover,
.entry-star a:hover {
  color: #000;
  background: -webkit-linear-gradient(-45deg, #ffa363 29%, #ffc107 100%);
}

.menu-post .cao-cover,
.post-grid .cao-cover,
.post-list .cao-cover {
  opacity: 0;
}

.menu-post .cao-cover,
.post-grid .cao-cover,
.post-list .cao-cover {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-size: 25px;
  border-radius: 4px 4px 0 0;
}

.cao-cover-one {
  pointer-events: none !important; /*穿透点击跳转*/
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-size: 25px;
  border-radius: 4px 4px 0 0;
}

.menu-post .cao-cover img,
.post-grid .cao-cover img,
.post-list .cao-cover img {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  -webkit-filter: blur(0) !important;
  -moz-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important;
}

.menu-post:hover .cao-cover,
.post-grid:hover .cao-cover,
.post-list:hover .cao-cover {
  opacity: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.post-grid:hover .entry-media img,
.post-list:hover .entry-media img,
menu-post:hover .entry-media img {
  /*-webkit-filter: blur(1px);*/
  /*-moz-filter: blur(1px);*/
  /*-ms-filter: blur(1px);*/
  /*filter: blur(1px)*/
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-header .entry-meta .meta-category .dot {
  border: 2px solid #fb3d08;
  background-color: #fd721f00;
  height: 8px;
  width: 8px;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
  border: 2px solid #4caf50;
  background-color: #fd721f00;
  height: 8px;
  width: 8px;
}

.entry-content .gallery-item {
  margin-bottom: 10px;
}

/*Article Collection Style end*/

/*Tab Newest Style start*/
.widget_tabcontent h3 .selected {
  color: #000;
  border-bottom: 2px solid #fb130a;
}

.yuandd-dark .widget_tabcontent h3 .selected {
  color: #ffa363;
  border-bottom: 2px solid #ffa363;
}

.widget_tabcontent h3 span {
  color: #999;
  margin: 0 18px;
  letter-spacing: 0.51px;
  position: relative;
  line-height: 1;
  padding-bottom: 6px;
  cursor: pointer;
  font-weight: 400;
}

.yuandd-dark .widget_tabcontent h3 span {
  color: #f1f1f1;
}

.widget_tabcontent h3 span:hover {
  border-bottom: 2px solid #fb130a;
}

.widget_tabcontent .hide-code {
  display: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}

.show {
  display: block !important;
}

ol,
ul {
  list-style: none;
}

.cl.pos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .cl.pos {
    margin-bottom: 5px;
    margin-top: 8px;
  }
}
.h-screen {
  margin: 20px 0 0;
  padding-left: 0;
}

.h-screen li {
  position: relative;
  float: left;
}

.h-screen li a {
  display: block;
  height: 35px;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
}

.yuandd-dark .h-screen li a {
  color: #fff;
}

.h-screen li a:hover {
  color: #fb130a;
}

.yuandd-dark .h-screen li a:hover {
  color: #fb130a;
}

.h-screen li a .num {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  padding: 0 3px;
  background-color: #fb130a;
  font-size: 12px;
  color: #fff;
}

.h-screen li a .num:after,
.h-screen li a .num:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.h-screen li a .num:before {
  top: 0;
  left: -7px;
  border-color: transparent #fb130a transparent transparent;
  border-width: 9px 7px 9px 0;
}

.h-screen li a .num:after {
  top: 0;
  right: -7px;
  border-color: transparent transparent transparent #fb130a;
  border-width: 9px 0 9px 7px;
}

.h-screen li.on a {
  border: 1px solid #fb130a;
  border-radius: 20px;
  font-weight: bold;
  color: #fb130a;
}
.h-screen li.on1 a {
  border: 1px solid #ccc;
  border-radius: 20px;
  font-weight: bold;
}
.yuandd-dark .h-screen li.on a {
  border: 1px solid #ffa363;
  border-radius: 20px;
  font-weight: bold;
  color: #ffa363;
}

.h-screen li.on a:hover {
  border-color: #fb130a;
}

.yuandd-dark .h-screen li.on a:hover {
  border-color: #ffffff;
}

.h-screen li.on a .num {
  display: none;
}

.h-soup {
  position: relative;
  float: right;
  width: auto;
  height: 40px;
  padding: 0 110px 0 20px;
  background-color: #fb1408ab;
  background-color: rgba(251, 20, 8, 0.67);
  border-radius: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 15px 0 0 auto;
}

.h-soup li {
  float: right;
}

.h-soup li i {
  position: absolute;
  top: 9px;
  font-size: 22px;
  color: #eae1d0;
  cursor: pointer;
}

.h-soup li.open i {
  color: #ffc107;
}

.h-soup li i.fa-circle-play {
  right: 12px;
}

.h-soup li i.fa-heart {
  right: 46px;
}

.h-soup li i.fa-clock {
  right: 80px;
}

.h-soup li .txt {
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  white-space: nowrap;
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 350px;
}

@media screen and (min-width: 1760px) {
  .h-soup li .txt {
    max-width: 500px;
  }
}

.h-soup li.open .txt {
  display: block;
}

@media (max-width: 768px) {
  .h-screen {
    margin: 15px 0 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  .h-soup {
    display: none;
  }

  .h-screen li a {
    padding: 0 10px;
  }

  .site-footer {
    margin-bottom: 40px;
  }
}

#hitokoto {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}

/*TAB Newest Style end*/

/*Catpost Titolo style start*/
.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 {
  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: 18px;
  color: #333;
  margin-right: 8px;
  font-weight: 700;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: bottom;
}

.yuandd-dark .home_title .title .pricing-title {
  color: #e2e2e2;
}

.index_fenlei {
  float: right;
  margin-left: 20px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #878787;
  margin-top: 4px;
  display: block;
  padding: 3px 0px;
  border-radius: 5px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .index_fenlei {
    display: none;
  }
}

.fwq_fenlei_title {
  float: right;
  display: block;
  padding: 3px 0px;
  width: 18px;
  height: 24px;
  line-height: 24px;
}

.fwq_fenlei_title:after {
  display: inline-block;
  padding: 0 0.5rem;
  content: "/";
  color: #6cb5fe;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
  left: -17px;
  font-weight: 600;
}

.fwq_fenlei_title:before {
  display: inline-block;
  padding: 0 0.5rem;
  content: "/";
  color: #ff7979;
  vertical-align: middle;
  position: relative;
  top: -0.3rem;
  font-weight: 600;
}

/*Catpost Titolo style end*/

/*Button Style start*/
.infinite-scroll-button {
  background: linear-gradient(125deg, #ffa363 0%, #fb130a 100%);
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 6px 10px rgba(32, 160, 255, 0.27);
  min-width: 200px;
  padding: 14px;
}

.yuandd-dark .infinite-scroll-button {
  color: #333;
  background: rgb(226, 226, 226);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  -moz-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
  box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0, 0, 0, 0.117);
}

/*Button Style end*/

/*Floating navigation Style start*/
.rightList ul,
li {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  background: 0px 0px;
}

.rightList.bar-v2 {
  position: fixed;
  right: 8px;
  bottom: 34px;
  z-index: 999;
  text-align: center;
  width: 50px;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 55px;
  background: transparent;
  box-shadow: none;
}

.rightList.bar-v2 .sidebar {
  position: relative;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.rightList.bar-v2 .Top {
  display: none;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 12px;
}

.rightList .vip {
  border-radius: 5px;
  background-image: linear-gradient(120deg, #ed1c24 0, #fb8f02 100%) !important;
}

.rightList .vip:hover {
  opacity: 0.9;
}

.rollbar {
  position: fixed;
  right: 8px;
  bottom: 15px;
  z-index: 999;
  display: none;
  width: 50px;
}

.bar-v2 .Top i {
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}

.bar-v2 .Top span {
  display: block;
  margin: -7px auto 0;
  width: 16px;
  height: 2px;
  border: 0;
  border-radius: 1px;
}

.bar-v2 .Top:hover i {
  color: #fb130a;
}

.yuandd-dark .bar-v2 .Top:hover i {
  color: #ffa363;
}

.bar-v2 .sidebar li {
  position: relative;
}

.bar-v2 .sidebar li > a {
  display: block;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  border: 0;
  opacity: 1;
}

.bar-v2 .sidebar li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 44px;
  height: 1px;
  /*background: #707070;*/
  opacity: 0.1;
}

.bar-v2 .sidebar .vip .iconfont {
  font-size: 22px;
  color: #ffa363;
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  background-image: -webkit-gradient(to bottom, #fff 0, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bar-v2 .sidebar li .right-icon {
  display: block;
  margin: 0 auto;
  background-image: url(../yuandd-child/assets/images/right-icon-v2.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.bar-v2 .sidebar .iconfont {
  font-size: 22px;
  color: #ffa363;
  background-image: linear-gradient(to bottom, #ffa363 0, #fb130a 100%);
  background-image: -webkit-gradient(to bottom, #ffa363 0, #fb130a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yuandd-dark .bar-v2 .sidebar .iconfont {
  color: #ffc107;
  background-image: linear-gradient(to bottom, #ffc107 0, #ffa363 100%);
  background-image: -webkit-gradient(to bottom, #ffc107 0, #ffa363 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bar-v2 .sidebar li .sign-icon {
  width: 18px;
  height: 17px;
  background-position-x: 0;
}

.bar-v2 .sidebar li .custom-icon {
  width: 18px;
  height: 18px;
  background-position-x: -18px;
}

.bar-v2 .sidebar li .client-icon {
  width: 18px;
  height: 18px;
  background-position-x: -37px;
}

.bar-v2 .sidebar li .log-icon {
  width: 17px;
  height: 20px;
  background-position-x: -56px;
}

.bar-v2 .sidebar li .recruit-icon {
  width: 16px;
  height: 19px;
  background-position-x: -73px;
}

.bar-v2 .sidebar li .red-bag {
  width: 15px;
  height: 20px;
  background-position-x: -90px;
}

.bar-v2 .sidebar li span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #232323;
  text-align: center;
  transition: 0.3s;
  line-height: 16px;
}

.bar-v2 .sidebar li:hover span {
  color: #ffa363;
}

.bar-v2 .sidebar .vip span {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  letter-spacing: 0;
}

.bar-v2 .sidebar li.vip:hover span {
  color: #fff;
}

.bar-v2 .sidebar .vip .left-box {
  position: absolute;
  top: 0;
  right: 106%;
  cursor: pointer;
  width: 0;
  opacity: 1;
  transition: 0.3s;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.33);
}

.bar-v2 .sidebar .vip:hover .left-box {
  width: 220px;
  opacity: 1;
}

.bar-v2 .sidebar .vip .left-box > img {
  width: 100%;
}

.bar-v2 .sidebar li:hover {
  background: transparent;
}

.bar-v2 .sidebar li .service-box {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .twinkle-point a:before {
  top: 5px;
  left: 5px;
}

.sidebar .twinkle-point a:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb130a;
  background: linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
  background: -webkit-linear-gradient(-45deg, #fb130a 29%, #ffa363 100%);
  background: -moz-linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
  background: -ms-linear-gradient(45deg, #fb130a 29%, #ffa363 100%);
  animation: twinkle 0.6s ease-in-out infinite alternate;
  -webkit-animation: twinkle 0.6s ease-in-out infinite alternate;
  -moz-animation: twinkle 0.6s ease-in-out infinite alternate;
  -o-animation: twinkle 0.6s ease-in-out infinite alternate;
}

.yuandd-dark .sidebar .twinkle-point a:before {
  background: #ffa363;
  background: linear-gradient(45deg, #ffa363 29%, #ffc107 100%);
  background: -webkit-linear-gradient(-45deg, #ffa363 29%, #ffc107 100%);
  background: -moz-linear-gradient(45deg, #ffa363 29%, #ffc107 100%);
  background: -ms-linear-gradient(45deg, #ffa363 29%, #ffc107 100%);
}

@keyframes twinkle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}

@-webkit-keyframes twinkle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}

@-ms-keyframes twinkle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}

@-o-keyframes twinkle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}

.customer-service {
  position: relative;
}

li.customer-service:hover .service-box {
  opacity: 1;
  width: 225px;
}

.sidebar li .service-box {
  opacity: 0;
  position: absolute;
  width: 0;
  right: 93.3%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 5px;
  transition: opacity 0.3s;
}

.sidebar li .service-box .service-con {
  background: #fb8f02;
  background-image: none;
  background-image: -o-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
  background-image: -moz-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
  background-image: -webkit-linear-gradient(30deg, #1fb29c 0, #81d6a5 100%);
  background-image: -ms-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
  background-image: linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.sidebar li .service-box .service-con > a {
  display: block;
  line-height: 35px;
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: inherit;
  padding-left: 34px;
  text-align: left;
}

.sidebar li .service-box .service-con .iconfont {
  font-size: 12px;
  color: inherit;
  margin-left: 5px;
}

.sidebar li .service-box .service-con p {
  color: inherit;
  padding-left: 34px;
  text-align: left;
  line-height: 18px;
}

.sidebar li .service-box .custom-box,
.sidebar li .service-box .custom-tel {
  padding: 6px 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.sidebar li .service-box .btn-contact {
  display: block;
  margin: 6px auto 6px 34px;
  width: 100px;
  height: 26px;
  background-color: #fff;
  box-shadow: 0 3px 4px 0 #fb130ae0;
  border-radius: 4px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s;
}

.sidebar li .service-box .btn-contact.lg {
  width: 140px;
}

.sidebar li .service-box .btn-contact:hover {
  transform: translateY(-3px);
}

.sidebar li .service-box .warning-box {
  padding: 10px 0;
}

.common-gradient:hover {
  background: #fb130a;
  background-image: -moz-linear-gradient(90deg, #fb130a 0, #ffa363 100%);
  background-image: -webkit-linear-gradient(0deg, #fb130a 0, #ffa363 100%);
  background-image: -ms-linear-gradient(90deg, #fb130a 0, #ffa363 100%);
  background-image: -o-linear-gradient(90deg, #fb130a 0, #ffa363 100%);
  background-image: linear-gradient(90deg, #fb130a 0, #ffa363 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb130a', endColorstr='#ffa363', GradientType=1);
}

.yuandd-dark .common-gradient {
  border: 1px solid #ffa363;
  background: #ffc107;
  background-image: -o-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: -moz-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: -webkit-linear-gradient(0deg, #ffa363 0, #ffc107 100%);
  background-image: -ms-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363', endColorstr='#FFC107', GradientType=1);
  transition: all 0.3s ease-in-out;
}

.yuandd-dark .common-gradient:hover {
  background: #ffa363;
  background-image: -moz-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: -webkit-linear-gradient(0deg, #ffa363 0, #ffc107 100%);
  background-image: -ms-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: -o-linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  background-image: linear-gradient(90deg, #ffa363 0, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363', endColorstr='#FFC107', GradientType=1);
}

/*Floating navigation phone Style*/
@media (max-width: 768px) {
  .rightList {
    display: none;
  }
}

.post-list .entry-media {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 20px;
  width: 180px;
}

/*Floating navigation Style end*/

/*Footer Statistics style start*/
svg.iconf {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

.site-data-wp svg {
  fill: #abbae5;
  -webkit-transition: fill 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: fill 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}

.site-data-wp li span.active::after {
  opacity: 1;
}

.site-data-wp li strong {
  display: block;
  color: #abbae5;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}

.site-data-wp li:hover svg {
  fill: #fff;
}

.site-data-wp li:hover strong {
  color: #fff;
}

.site-data-wp {
  height: 246px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-color: #7a99f2;
  background-position: center;
  text-align: center;
  font-size: 0;
}

.site-data-wp .data-items {
  padding-top: 45px;
  padding-bottom: 32px;
  font-size: 0;
  min-height: 85px;
  margin: 0;
  padding-left: 0;
}

.site-data-wp li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}

.site-data-wp li i {
  display: inline-block;
  height: 25px;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

.site-data-wp li strong {
  display: block;
  color: #abbae5;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}

.site-data-wp li span {
  display: block;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  position: relative;
}

.site-data-wp li span::after {
  content: "+";
  font-size: 18px;
  position: absolute;
  line-height: 1;
  padding-left: 3px;
  opacity: 0;
}

.site-data-wp li span.srcshujia::after {
  opacity: 1;
}

.site-data-wp .btn-outlined {
  min-width: 100px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 0px 1.5rem;
}

.site-data-wp .btn-outlined:active,
.site-data-wp .btn-outlined:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-outlined {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  min-width: 80px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  border: 0 none;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer-statistics {
    display: none;
  }
}

/*Footer Statistics style end*/

/*Footer Fav uisdc Style start*/
.footer-fav {
  position: relative; /*z-index: 20;*/
  overflow: hidden;
  width: 100%;
  background: #f7fafc;
  background: #edf3f9;
}

@media (min-width: 768px) {
  .footer-fav {
    overflow: visible;
    width: auto;
    background: #edf3f9;
  }
}

@media (min-width: 768px) {
  .yuandd-dark .footer-fav {
    background: #2d2d2d;
  }
}

.footer-fav .container {
  overflow: visible;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer-fav .site-info {
  width: 60%;
}

@media (min-width: 768px) {
  .footer-fav .site-info {
    display: inline-block;
    width: auto;
  }
}

.footer-fav .site-info h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .footer-fav .site-info h2 {
    font-size: 26px;
  }
}

.footer-fav .site-info h2 a {
  color: #000;
}

.footer-fav .site-info .site-p {
  margin-bottom: 10px;
}

.yuandd-dark .footer-fav .site-info h2 a {
  color: #eee;
}

.footer-fav .site-info .site-p p:first-child:after {
  content: ",";
}

@media (min-width: 768px) {
  .footer-fav .site-info .site-p {
    margin-bottom: 0;
  }

  .footer-fav .site-info .site-p p:first-child:after {
    content: "";
  }
}

.footer-fav .site-info p {
  display: inline;
  margin-bottom: 10px;
  color: #797979;
  font-size: 9pt;
  line-height: 1.8;
}

.yuandd-dark .footer-fav .site-info p {
  color: #dadada;
}

@media (min-width: 768px) {
  .footer-fav .site-info p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
  }
}

.footer-fav .site-fav {
  padding-top: 5px;
}

@media (min-width: 768px) {
  .footer-fav .site-fav {
    float: right;
    display: block;
    padding-top: 24px;
  }
}

.footer-fav .site-fav .btn-orange {
  padding: 0 1.2em;
  font-size: 14px;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .footer-fav .site-fav .btn-orange {
    padding: 0 2em;
    color: #fff;
    font-size: 1pc;
    line-height: 3.5;
  }
}

.footer-fav .site-girl {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.footer-fav .site-girl .girl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .footer-fav .site-girl .girl {
    left: -88px;
  }
}

.footer-fav .site-girl .girl:after {
  position: absolute;
  top: 40%;
  left: 100%;
  display: block;
  visibility: hidden;
  color: #a7a7a7;
  content: "Hi~";
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s;
  transition: all 0.3s;
}

.footer-fav .site-girl .thumb {
  display: block;
  padding-top: 116.667%;
}

.footer-fav .site-girl .girl-info {
  margin-bottom: 55px;
  margin-left: 150px;
}

.footer-fav .site-girl h4 {
  color: #797979;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

.yuandd-dark .footer-fav .site-girl h4 {
  color: #eee;
}

.footer-fav .site-girl a {
  color: #797979;
}

.footer-fav .site-girl a:hover {
  color: #fb130a;
}

/*Footer Fav uisdc phone Style*/
@media (min-width: 768px) {
  .footer-fav:hover .site-girl .girl {
    left: -5pc;
  }

  .footer-fav:hover .site-girl .girl:after {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
  }
}

@media (max-width: 767px) {
  .footer-fav .btn-group > .btn:last-child {
    border-radius: 3px;
  }
}

@media (max-width: 767px) {
  .footer-fav {
    display: none;
  }
}

/*Footer Fav uisdc Style end*/

/*Footer concise Style start*/
.site-footer .site-info {
  max-width: 100%;
  color: #fff;
}

.g-footer h4,
.g-footer p,
.g-footer ul {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

.g-footer ol,
ul {
  list-style-type: none;
  list-style-image: none;
}

.copyright {
  font-family: PingFangSC-Light, "helvetica neue", "hiragino sans gb", tahoma,
    "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  outline: 0;
  text-rendering: optimizeLegibility;
}

.g-footer {
  padding: 20px 0;
}

.g-footer .logo a {
  margin-right: 10px;
}

.g-footer .logo img {
  height: 36px;
}

.g-footer .links {
  font-size: 14px;
  color: grey;
}

.g-footer .links:after,
.g-footer .links:before {
  display: table;
  content: "";
}

.g-footer .links:after {
  clear: both;
}

.g-footer .links .links-menu {
  float: left;
  max-width: 50%;
}

.g-footer .links .links-menu2 {
  float: right;
}

.g-footer .links h4 {
  float: left;
  width: 100px;
  line-height: 32px;
}

.g-footer .links ul:after,
.g-footer .links ul:before {
  display: table;
  content: "";
}

.g-footer .links ul:after {
  clear: both;
}

.g-footer .links ul.nav li {
  padding-right: 16px;
  margin-right: 15px;
  position: relative;
}

.g-footer .links ul.nav li:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 11px;
}

.g-footer .links ul.nav li:last-child:before {
  display: none;
}

.g-footer .links li {
  float: left;
}

.g-footer .links li a {
  display: block;
  padding: 0 10px;
  line-height: 32px;
  color: grey;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.g-footer .links li a:hover {
  color: #4f4f4f;
}

.g-footer .links .menu-items {
  padding-bottom: 10px;
}

.g-footer .links .menu-items ul {
  margin-left: 100px;
}

.g-footer .links .copyright {
  line-height: 32px;
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  .g-header .g-nav > ul > li.active > a,
  .g-header .g-nav > ul > li.current-menu-item > a,
  .g-header .g-nav > ul > li:hover > a,
  .have_search .g-header .g-nav > ul li.active > a,
  .have_search .g-header .g-nav > ul li.current-menu-item > a,
  .have_search .g-header .g-nav > ul li:hover > a,
  .page-scroll .g-header .g-nav > ul li.active > a,
  .page-scroll .g-header .g-nav > ul li.current-menu-item > a,
  .page-scroll .g-header .g-nav > ul li:hover > a {
    border: none;
  }

  .g-footer .links-menu2,
  .copyright {
    display: none;
  }

  .g-footer {
    padding: 0;
  }

  .g-footer .links,
  .g-footer .logo {
    display: inline-block;
    margin: 0;
  }

  .g-footer .links .links-menu {
    max-width: 100%;
  }

  .g-footer p {
    display: none;
  }
}

/*Footer concise Style end*/

/*Footer wave Style start*/
.waveHorizontals {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff !important;
}

.yuandd-dark .waveHorizontals {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #181616 !important;
}

#waveHorizontal1 {
  -webkit-mask: url(../yuandd-child/assets/images/riprochild_001.svg);
  mask: url(../yuandd-child/assets/images/riprochild_001.svg);
  animation-delay: -2s;
  animation-duration: 12s;
}

#waveHorizontal1,
#waveHorizontal2,
#waveHorizontal3 {
  background-image: linear-gradient(
    20deg,
    rgb(248, 66, 112) 0px,
    rgb(254, 128, 59) 100%
  ) !important;
}

.yuandd-dark #waveHorizontal1,
.yuandd-dark #waveHorizontal2,
.yuandd-dark #waveHorizontal3 {
  background-image: linear-gradient(20deg, #ececec 0, #bbbbbb 100%) !important;
}

.waveHorizontal {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 350px 100%;
  transform-origin: 0 100% 0;
  animation-name: move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes move {
  0% {
    transform: translate(-175px, 0px) scale(1, 1);
  }
  50% {
    transform: translate(-87px, 0px) scale(1, 0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}

#waveHorizontal2 {
  -webkit-mask: url(../yuandd-child/assets/images/riprochild_002.svg);
  mask: url(../yuandd-child/assets/images/riprochild_002.svg);
  animation-delay: -2s;
  animation-duration: 5s;
}

#waveHorizontal3 {
  -webkit-mask: url(../yuandd-child/assets/images/riprochild_003.svg);
  mask: url(../yuandd-child/assets/images/riprochild_003.svg);
  animation-delay: -1s;
  animation-duration: 3s;
}

/*Footer wave Style end*/

/*Footer links Style start*/
.col-xs-12.friend-links {
  padding: 14px;
}

.codesign-fl {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.codesign-fl li {
  margin-left: 10px;
  color: #171819;
}

.yuandd-dark .codesign-fl li {
  color: #ffffff;
}

.codesign-dw {
  border: 1px dashed #dedede;
  background-color: #f7f8fa03;
  border-radius: 6px;
}

.yuandd-dark .codesign-dw {
  border: 1px dashed #44444487;
  background-color: #2d2d2d;
  text-shadow: #000 0px 1px 0px;
}

@media (max-width: 767px) {
  .codesign-dw {
    display: none;
  }
}

/*Footer links Style end*/

/*links Style start */
ul.plinks {
  position: relative;
  margin-top: 30px;
  width: 100%;
}

ul.plinks li.linkcat {
  padding: 20px 20px;
  border-radius: 6px;
}

ul.plinks li.linkcat h2 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

ul.plinks li.linkcat ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.plinks li.linkcat ul li {
  float: left;
  overflow: hidden;
  margin-top: 15px;
  width: calc(20% - 20px);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px #9e9e9e solid;
}

.yuandd-dark ul.plinks li.linkcat ul li a {
  color: #eee;
}

.yuandd-dark ul.plinks li.linkcat ul li {
  background: #2d2d2d;
  border: 1px #9e9e9e solid;
}

ul.plinks li.linkcat ul li:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px #fb130a solid;
}

ul.plinks li.linkcat ul li a {
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  padding: 20px 18px 0;
  color: #333;
}

ul.plinks li.linkcat ul li a:hover {
  color: #fb130a;
}

ul.plinks li.linkcat ul li a img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-block;
}

@media (max-width: 768px) {
  ul.plinks li.linkcat ul li {
    width: calc(100% - 20px);
  }
}

@media (max-width: 544px) {
  ul.plinks li.linkcat ul li {
    width: calc(100% - 20px);
  }
}

/*links Style end*/

/*username Style start*/
.apollo-user-meta {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 1.5rem;
}

.w-96 {
  width: 96px;
}

@media (min-width: 768px) {
  .user-d-flex {
    align-items: center;
    flex-direction: row;
    display: flex;
  }
}

.user-d-flex {
  display: flex;
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}

.rounded {
  border-radius: 6px;
}

.ml-md-4,
.mx-md-4 {
  margin-left: 1.5rem !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.text-lg {
  font-size: 1.25rem !important;
  text-align: left;
}

.text-white {
  color: #ffffff !important;
}

.apollo-user-meta .name .badge {
  position: relative;
  top: -2.5px;
}

.badge-primary {
  background-color: #11999e;
}

.badge {
  border-radius: 2px;
  font-weight: normal;
}

.text-xs {
  font-size: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.font-theme {
  font-family: nicetheme, Arial, sans-serif;
}

.apollo-user-meta .data small {
  position: relative;
  top: -1px;
}

.text-light {
  color: #ebedf3 !important;
}

.data {
  text-align: left;
}

@media (max-width: 767.98px) {
  .text-white {
    padding-top: 18px;
  }
}

.navbar-apollo {
  position: relative;
}

.navbar-apollo .nav-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-apollo .nav-user-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.nav-user-link {
  display: block;
  padding: 0.5rem 1rem;
}

.d-block {
  display: block !important;
}

.nice-apollo-two .text-xl {
  font-size: 1.5rem !important;
}

.nice-icon {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.nice-icon {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-xl {
  font-size: 1.625rem !important;
}

.navbar-apollo .nav-user-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.nav-user {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 22px;
}

.nav-user::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .apollo-user-meta {
    padding-left: 10px;
  }
}

.content-hide-tips .label-warning {
  border-radius: 16px;
  line-height: 14px;
}

.form-control,
textarea.form-control {
  color: #2d3039;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
}

.or:before {
  background: #f6f6f6;
  color: #fb130a;
}

/*username Style end*/

/*Categorization of four lattices2 Style start*/
.hide_sm {
  display: flex;
}

.hide_sm .col-1-4:hover {
  box-shadow: 0 4px 12px 0 rgba(52, 73, 94, 0.1);
}

.container .col-1-4 {
  float: left;
  box-sizing: border-box;
  margin-right: 7.3333px;
  width: 100%;
}

.container .col-1-4:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .container .col-1-4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .container .col-1-4 {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .yuandd-dark .home-first {
    background: #232425;
  }
}

@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 0.2s;
  transform-origin: center;
}

.home-first .item-tuwen a strong {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0.4em 0.8em 0.6em;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  background-repeat: repeat-x;
  box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  letter-spacing: 0.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: 15px;
  background: #fff;
  box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);
  border-radius: 4px;
}

.home-first .hf-widget-4 .hf-widget-content {
  display: contents;
}

.yuandd-dark .home-first .hf-widget {
  border: 1px solid #2b2b2b;
  background: #232425;
  box-shadow: 8px 8px 9pt #212121;
}

@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: #383838;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.yuandd-dark .home-first .hf-widget .hf-widget-title {
  border-bottom: 1px solid #696969;
}

.yuandd-dark .home-first .hf-widget .hf-widget-title a {
  color: #ccc;
}

.home-first .hf-widget .hf-widget-title > i {
  color: #fb130abd;
  color: rgba(251, 19, 10, 0.74);
  font-size: 16px;
}

.yuandd-dark .home-first .hf-widget .hf-widget-title > i {
  color: #ffa363;
}

.home-first .hf-widget .hf-widget-title span {
  margin-left: 10px;
  color: #636363;
  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: #fb130a;
}

.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;
  }
}

.hf-widget-title a {
  color: #272727;
  margin-left: 1px;
}

.home-first .hf-widget .hf-tags a {
  display: inline-block;
  margin: 0 5px 10px;
  padding: 0 5px;
  height: 22px;
  border-radius: 4px;
  background: #f9f9f9;
  color: #888;
  white-space: nowrap;
  font-size: 9pt;
  line-height: 22px;
  word-break: break-all;
}

.home-first .hf-widget .hf-tags a.style_orange,
.home-first .hf-widget .hf-tags a:hover {
  background: #fb130a;
  color: #fff;
}

.yuandd-dark .home-first .hf-widget .hf-tags a {
  background: #2c2e2f;
}

.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: #fb130a;
}

.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: #fb130a;
  font-style: normal;
  font-size: 9pt;
  line-height: 22px;
  animation: fade 1.2s infinite !important;
}

.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;
}

.yuandd-dark .home-first .hf-widget-1 .hf-widget-content a {
  color: #ccc;
}

.home-first .hf-widget-1 .hf-widget-content a:hover {
  color: #fb130a;
}

.home-first .hf-widget-1 .hf-widget-content li {
  float: left;
  box-sizing: border-box;
  padding: 0 1px;
  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 0.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: #fb130a24;
  background: rgba(251, 19, 10, 0.14);
  color: #fb130ac2;
  color: rgba(251, 19, 10, 0.76);
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}
.scroll-h i.fa-solid {
  color: #ffa363;
}
.yuandd-dark .home-first .hf-widget-hot-cats .hhicon {
  background: #2c2e2f;
  color: #ffa363;
}

.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: #fb130a;
  color: #fff;
}

.home-first .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 66.7%;
  width: 100%;
  height: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.home-first i {
  font-weight: 900;
}

@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;
  }
}

/*Categorization of four lattices2 Style end*/

/*barrage Style start*/
.barrage {
  position: fixed;
  bottom: 70px;
  right: -500px;
  display: inline-block;
  width: 500px;
  z-index: 99999;
}

.barrage_box {
  background-color: #fb130ad4;
  padding-right: 8px;
  height: 40px;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.3s;
}

.barrage_box .portrait {
  display: inline-block;
  margin-top: 4px;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.barrage_box .portrait img {
  width: 100%;
  height: 100%;
}

.barrage_box div.p a {
  margin-right: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-left: 18px;
}

.barrage_box div.p a:hover {
  text-decoration: underline;
}

.barrage_box .close {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  background-image: url(close.png);
}

.barrage_box:hover .close {
  visibility: visible;
  opacity: 1;
}

.barrage_box .close a {
  display: block;
}

.barrage_box .close .icon-close {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-top: 5px;
}

.barrage .z {
  float: left !important;
}

.barrage a {
  text-decoration: none;
}

/*barrage Style end*/

/*second level Navigation Style start 1*/
.sub-menu li > a:hover:before,
.sub-menu li.current_page_item > a:before,
.sub-menu li.current-menu-item > a:before,
.sub-menu li.current_page_ancestor > a:before,
.sub-menu li.current-menu-ancestor > a:before,
.sub-menu li.current-menu-parent > a:before {
  opacity: 1;
}

.sub-menu li > a:hover,
.sub-menu li.current_page_item > a,
.sub-menu li.current-menu-item > a,
.sub-menu li.current_page_ancestor > a,
.sub-menu li.current-menu-ancestor > a {
  color: #fb130a;
  padding-left: 1.75rem;
  opacity: 1;
}

.sub-menu li a {
  font-size: 0.875rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu li a:before {
  content: "";
  height: 1px;
  width: 10px;
  /*background-color: #fb130a;*/
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.navbar .nav-list > .menu-item > a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  /*background-color: #fb130a;*/
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: 0.3s;
}

.navbar .nav-list > .menu-item > a:hover:before {
  opacity: 1;
  bottom: -1px;
}

.sub-menu:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 40px;
  z-index: 0;
}

.yuandd-dark .sub-menu:before {
  background: none !important;
}

/*second level Navigation Style end 1*/

/*Home VIP introduce Style start*/
.container .row .card {
  /*border: solid 1px #e5e5e5;*/
  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;
}

.container .row .card.active {
  box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, 0.1);
}

/*.container .row .card:not(:last-of-type){*/
.container .row .card {
  margin: 10px;
}

.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, 0.3);
}

.container .row .card.ent-base {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.container .row .card.ent-base .btn {
  background-image: -webkit-linear-gradient(bottom, #fff 30%, #fff);
  background-image: linear-gradient(to top, #fff 30%, #fff);
}

.container .row .card .version {
  font-weight: 700;
}

.container .row .header {
  border-radius: 6px 6px 0 0;
  height: 228px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  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: 23px;
  font-weight: 300;
  z-index: 1;
}

.container .row .header .price-year {
  margin-top: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 400;
}

.container .row .header .pricing-deco {
  width: 100%;
}

.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;
}

.container .row .header .price-year .price {
  font-size: 46px;
  letter-spacing: 1.7px;
  font-weight: 700;
  font-family: Helvetica;
}

.container .row .header .price-quarter {
  font-size: 12px;
  margin: 5px auto 17px;
}

.container .row .header .btn {
  width: 160px; /*line-height: 12px;*/
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  border: 0;
  font-weight: 500;
  font-family: PingFangSC;
  cursor: pointer;
}

.container .row .header .btn:hover {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.14);
}

.container .row .content {
  position: relative;
  font-size: 12px;
  padding-top: 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 90;
}

.container .row .content .desc {
  line-height: 1;
  padding-left: 37px;
  margin-bottom: 18px;
  color: rgba(62, 62, 62, 0.8);
  position: relative;
}

.container .row .content .desc:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 9px;
  border: 2px solid #3e3e3e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20%;
  left: 16px;
  border-top: 0;
  border-right: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 1450px) {
  .container .row .card {
    width: 23.2%;
  }
}

@media screen and (max-width: 750px) {
  .container .row .card {
    width: 100%;
  }
}

@media (min-width: 1460px) {
  .container .row .card {
    width: 23.5%;
  }
}

.container .row .pricing-deco .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.container .row .pricing-deco:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.container .row .pricing-deco:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

/*Home VIP introduce Style end*/

/*公告+统计*/
.seanggwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seangg-more {
  text-align: right;
  margin-right: 20px;
  font-size: 13px;
}
.seangg-more a {
  color: #666;
  text-decoration: none;
}
.seangg-more a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .seangg-more {
    display: none;
  }
}
.seangg {
  width: 91%;
  float: left;
  line-height: 30px;
  background: #51525e1f;
  background: rgba(81, 82, 94, 0.12);
  padding: 5px 0;
  border-radius: 30px;
  /*margin-right: 1%;*/
}

.seanggspan {
  float: left;
  background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
  background-size: 1400% 300%;
  animation: mymove 10s ease infinite;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  margin-left: 8px;
  padding: 0px 16px;
}

.seanggspan i {
  display: block;
  float: left;
  font-size: 18px;
  color: #ffffff;
  padding: 6px 0px;
  margin-right: 8px;
}

.seanggspan span {
  display: block;
  float: left;
  color: #fff;
}

.seangg b {
  height: 0px;
  margin-top: 9px;
  width: 1px;
  display: block;
  float: left;
  background: #a8a8a8;
}

.seanggc {
  float: left;
  width: 75%;
  margin-left: 1%;
}

.announce-wrap {
  height: 30px;
  overflow: hidden;
}

.seanggc ul li a {
  font-weight: 400;
  color: #51525e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.seanggc ul li a:hover {
  text-decoration: blink;
}

.seanggc ul li {
  font-size: 14px;
  display: block;
  clear: both;
  height: 30px; /* line-height:30px; */
}

.seanggc ul li span {
  float: right;
  color: #51525e;
  font-size: 12px;
  width: 120px;
}

.seanchart {
  float: right;
  height: 50px;
  width: 30%;
  color: #999;
  overflow: hidden;
  margin-top: -6px;
}

.seanchart ul {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.dxb_bc {
  float: right;
}

.seanchart ul li {
  float: left;
  height: 100%;
  margin-left: 8px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .seanchart {
    width: 31%;
  }
}

.seanchart ul li i {
  display: block;
  float: left;
  margin-top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}

.seanchart ul li.seanchart0 i {
  background-color: #ff5722;
}

.seanchart ul li.seanchart1 i {
  background-color: #f1787f;
}

.seanchart ul li.seanchart2 i {
  background-color: #ff9800;
  /*background: url(../yuandd-child/assets/images/icon1.png) 0 0 no-repeat;*/
}

.seanchart ul li.seanchart3 i {
  background-color: #ee2c23;
  /*background: url(../yuandd-child/assets/images/icon3.png) 0 0 no-repeat;*/
}

.seanchart ul li.seanchart5 i {
  background: url(../yuandd-child/assets/images/icon5.png) 0 0 no-repeat;
}

.seanchartdiv {
  float: left;
  margin-left: 6px;
  margin-top: 6px;
  text-align: center;
}

.seanchartdiv em {
  font-size: 12px;
  color: #ee2c23;
  font-style: inherit;
}

.seanchartdiv span {
  font-size: 12px;
  color: #ee2c23;
}

.seanchartdiv a {
  font-size: 12px;
  color: #ee2c23;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.scroll {
  background-color: rgba(2, 10, 18, 0.8);
}

.yuandd-dark .navbar .user-pbtn {
  background: none;
  border: none;
  color: #d4e2ff;
  background-image: none;
  -webkit-animation: none;
  animation: none;
}

.navigation-down .nav-down-menu1 {
  width: 100%;
  margin: 0;
  background: url(../yuandd-child/assets/images/tuyiyi_bg.png) center top;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 5px 0 11px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 0 11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0 11px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 11px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.navigation-down-inner {
  margin: auto;
  width: 1200px;
  position: relative;
}

#tuyiyi_vip {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#tuyiyi_vip .banner {
  font-size: 22px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}

.tuyiyi_vip {
  margin-top: 30px;
  float: left;
  margin-bottom: 30px;
}

.tuyiyi_vip li {
  float: left;
  width: 345px;
  height: 205px;
  margin-right: 18px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(235, 235, 235, 0.3);
  -ms-box-shadow: 0 0 20px rgba(235, 235, 235, 0.3);
  -moz-box-shadow: 0 0 20px rgba(235, 235, 235, 0.3);
  box-shadow: 0 0 20px rgba(235, 235, 235, 0.3);
  list-style: none;
}

.tuyiyi_vip li .img {
  float: left;
  width: 85px;
  padding: 40px 0 0 30px;
  text-align: center;
}

.tuyiyi_vip li .ico_svip {
  height: 62px;
  width: 68px;
  background-position: 0 0;
}

.ico_svip,
.ico_vip,
.tuyiyi_vip li .ico_qvip {
  background: url(../yuandd-child/assets/images/tuyiyi_vip3_1.png) no-repeat;
}

.vip_ico {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 62px;
  margin: 0 0 10px;
}

.tuyiyi_vip li .img p {
  line-height: 26px;
  font-size: 18px;
  color: #666;
}

.tuyiyi_vip li .text {
  float: none;
  padding: 40px 0 40px 0;
  margin-left: 140px;
  line-height: 35px;
}

.tuyiyi_vip li .text strong {
  font-size: 22px;
  color: #ffa800;
}

.tuyiyi_vip li .text del {
  margin-left: 10px;
  font-size: 16px;
  color: #666;
}

.tuyiyi_vip2 a {
  float: left;
  display: block;
  width: 156px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffa800;
  text-decoration: none;
  margin-top: 8px;
}

.tuyiyi_vip2 .tuyiyi_vip3 {
  display: none;
  float: left;
}

.tuyiyi_vip2 a {
  float: left;
  display: block;
  width: 156px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffa800;
  text-decoration: none;
  margin-top: 8px;
}

.tuyiyi_vip li .ico_tj {
  color: #fff;
  height: 20px;
  width: 40px;
  position: absolute;
  text-align: center;
  margin: 2px 2px;
  line-height: 20px;
  background-color: #ff5d8f;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tuyiyi_vip li .ico_qvip {
  height: 62px;
  width: 68px;
  background-position: -68px 0;
}

.tuyiyi_vip li .ico_vip {
  height: 62px;
  width: 68px;
  background-position: -136px 0;
}

.tuyiyi_vip4 p {
  line-height: 22px;
}

.navigation-down {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .seanggc {
    width: 60%;
  }

  .announce-list span {
    display: none;
  }

  .seangg {
    width: 100%;
  }

  .seanchart {
    display: inline-flex;
    width: 100%;
    background: #fff;
    padding: 5px 0px 5px 15px;
    height: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    border-radius: 4px;
  }

  .seanggwrap {
    display: block;
  }

  .g-footer ol,
  ul {
    padding-left: 0;
  }
}

/*Phone Customer service Style start*/
.suspend {
  display: none;
}

@media (max-width: 767px) {
  .suspend {
    width: 66px;
    height: 90px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    overflow: hidden;
    z-index: 999999;
    display: block;
  }

  .suspend dl {
    width: 53px;
    height: 57px;
  }

  .suspend dl dt {
    width: 30px;
    height: 149px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .suspend dl a {
    display: block;
    width: 53px;
    height: 57px;
    background: url(../yuandd-child/assets/images/suspend.png) no-repeat 0 0;
    transition: width 0s;
    -moz-transition: width 0s;
    -webkit-transition: width 0s;
    -o-transition: width 0s;
  }

  .suspend dl a:hover {
    background-position: -60px 0;
  }
}

.aini_foot_nav {
  border-top: 1px solid #eee;
  display: none;
  padding: 8px 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
}

.yuandd-dark .aini_foot_nav {
  border-top: 1px solid #000;
  background: #1c1c1c;
}

@media (max-width: 767px) {
  .aini_foot_nav {
    display: block;
  }
}

.aini_foot_nav .nohover {
  color: #fb3d08;
}

.yuandd-dark .aini_foot_nav .nohover {
  color: #fb3d08;
}

.aini_foot_nav .iconjiahao {
  color: #ffffff;
}

.aini_foot_nav .amy em {
  position: absolute;
  width: 8px;
  left: 50%;
  height: 8px;
  top: 0;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.aini_foot_nav li {
  width: 20%;
  text-align: center;
  float: left;
}

.aini_foot_nav li a {
  width: 100%;
  display: block;
  color: #888;
}

.aini_foot_nav li i {
  display: block;
  font-size: 22px;
  line-height: 26px;
}

.aini_foot_nav li p {
  overflow: hidden;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #fb3d08;
  font-weight: 500;
}

.yuandd-dark .aini_foot_nav li p {
  color: #eee;
}

.aini_foot_nav .foot_btn {
  width: 48px;
  padding: 5px 0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin: 7px auto 0;
  border-radius: 2px;
}

.aini_foot_nav li.aini_zjbtn a span i.foot_btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  padding: 0;
  margin-top: 8px;
  background: #fb3d08;
}

.yuandd-dark .aini_foot_nav li.aini_zjbtn a span i.foot_btn {
  background: #ffbf00;
}

.aini_foot_nav li.aini_zjbtn a span {
  display: block;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 30px);
  z-index: 110;
  width: 60px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  padding: 0 1px;
}

.aini_foot_nav li.aini_zjbtn a {
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 40px;
  border-radius: 50%;
  overflow: visible;
}

.aini_foot_nav li.aini_zjbtn a em {
  display: block;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.aini_foot_nav li.aini_zjbtn {
  overflow: visible;
  position: relative;
}

.aini_foot_nav .bg_f {
  background: #fff !important;
}

.yuandd-dark .aini_foot_nav .bg_f {
  background: #232425 !important;
}

.aini_foot_nav .b_ok {
  border: 1px solid #efefef !important;
}

.yuandd-dark .aini_foot_nav .b_ok {
  border: 1px solid #000000 !important;
}

.aini_foot_nav ul,
.aini_foot_nav p,
.pc {
  margin: 0;
  padding: 0;
}

.aini_foot_nav ul,
.aini_foot_nav p,
.pc {
  margin: 0;
  padding: 0;
}

/*Phone Customer service Style end*/

/*Self help friend chain Style start*/
.content-link-application {
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
}

.content-link-application .form-control {
  height: 38px;
  width: 100%;
}

.content-link-application .captcha-img,
.content-link-application .captcha-input {
  display: inline-block;
  vertical-align: middle;
}

.content-link-application .contact-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.content-link-application .form-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.content-link-application .form-header p {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.content-link-application h1 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

.codesign-fl a.ctrl-apply {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  display: inline-block;
  line-height: 22px;
  padding: 0 9px;
}

.codesign-fl a.ctrl-apply svg {
  fill: #999;
  display: inline-block;
  vertical-align: middle;
}

.codesign-fl a.ctrl-apply:hover {
  color: #2778ff;
  border-color: var(--mainColor, #2778ff);
}

.codesign-fl a.ctrl-apply:hover svg {
  fill: var(--mainColor, #2778ff);
}

/*Self help friend chain Style end*/

/*horizontal scroll Style start*/
.item.scroll {
  left: 0px;
  width: 100%;
  height: 420px;
  background-size: auto 100%;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 0;
  background: #000;
  word-wrap: break-word;
  box-sizing: border-box;
  outline: none;
}

.item.scroll .scroll-image {
  position: relative;
  height: 100%;
  transform: translateX(0px);
  animation: banner 40s linear infinite;
  opacity: 0.5;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.hVBrzU {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 16px;
  white-space: normal;
  width: 100%;
  margin: auto;
}

.statics {
  position: static;
  margin-top: -76px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .static {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-course {
    display: none;
  }

  .home-subjects {
    display: none;
  }
}

.statics .flex {
  padding: 0;
  margin: 0;
  display: flex;
}

@media (max-width: 767px) {
  .statics {
    display: none;
  }
}

.statics li.st_one {
  flex: 1;
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  transition: all 0.3s ease-out;
}

.statics li.st_one:hover {
  transform: translateY(5px);
}

.statics li.st_one:last-child {
  margin-right: 0;
}

.statics .st_one .card-main {
  width: 100%;
}

.statics .active-card-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .item.scroll {
    height: 200px;
    margin-top: 0;
  }
}

.sc-1wssj0-17 img {
  display: inline-block;
}

@-webkit-keyframes banner {
  from {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes banner {
  from {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.item img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*horizontal scroll Style end*/

/*website Load Style start*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: linear-gradient(125deg, #ffa363 0%, #fb130a 100%);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*website Load Style end*/

/*Download Style start*/
.widget-area .widget.widget-userinfo {
  background: url(../yuandd-child/assets/images/VIPZ4.png) no-repeat;
}
.userinfowidget {
  margin-left: -3px;
  font-style: normal;
  color: #fff;
  font-size: 12px !important;
  background-color: #fd7a25;
  padding: 3px 4px;
  border-radius: 5px;
}
.userinfowidget2 {
  background: linear-gradient(90deg, #fd731f, #fe822f);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 10px;
  font-style: normal;
  font-weight: normal;
}
.widget-area .widget.widget-userinfoXXXX {
  background: url(../yuandd-child/assets/images/VIPZ4.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 34px 10px -24px rgba(136, 161, 206, 0.34);
}

.widget-area .widget.widget-userinfo .author_avatar a,
.widget-area .widget.widget-userinfo .author_avatar .d-block {
  color: #fff !important;
}

.widget-area .widget.widget-userinfo .author-fields {
  border-top: 0px !important;
}

.widget-area .widget.widget-userinfo .author-fields .num,
.widget-area .widget.widget-userinfo .author-fields .d-block {
  color: #fff !important;
}

.pay--content .info .price font i {
  font-size: 16px;
  margin-left: 5px;
}

.pay--content .info .price span {
  color: #333;
  font-size: 14px;
  margin-left: 7px;
}

.widget-pay .pay--content .info {
  padding-top: 20px;
}

.pay--content .info .price span i {
  position: relative;
  left: 5px;
  color: red;
}

.widget-pay .pay-box .sc-bdVaJa {
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}

.pay--content .info .paynum span {
  position: relative;
  top: 23px;
}

.widget-pay .pay--content .btn--primary {
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 6px 0;
  font-weight: 400;
}

.widget-pay .pay--content .showgouwu {
  font-size: 20px;
  position: relative;
  top: 2px;
  font-weight: 300;
}

.widget-pay .pay--content .btn--primary:hover {
  color: #fff;
  font-weight: 700;
}

.label-warning .fa {
  font-size: 12px;
}

.post-grid .entry-media img {
  border-radius: 0;
}

.filter--content {
  border: unset;
  box-shadow: none;
  margin-top: -80px;
  padding: 0;
}

.term-bar {
  padding: 80px 0;
}

.register-login-modal .nav-tabs .active {
  border-bottom: 3px solid #333;
}

.tab-content .btn--secondary {
  padding: 0 18px;
}

.pay--content .info .price {
  text-align: left;
  color: #33a4fa;
  font-size: 20px;
}

.pay--content .info .paynum {
  top: 3px;
}

.Hh-goumai-title {
  padding-left: 12px;
  font-size: 16px;
  position: relative;
  color: #666;
}

.Hh-goumai-title:before {
  content: "";
  width: 5px;
  height: 16px;
  background: #30a8f9;
  position: absolute;
  top: 2px;
  left: 0;
}

.widget-area .pay--content .go-down {
  color: rgb(224, 201, 163) !important;
  margin-top: 0px !important;
  background: rgb(41, 35, 35) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/*Download Style end*/

/*Additive group Gadget Style start*/
.riprochild-jiaqun h5 {
  font-size: 16px;
  line-height: 1.4;
}

.riprochild-jiaqun-small {
  padding: 15px;
}

.riprochild-jiaqun p {
  max-width: 80%;
}

.riprochild-jiaqun {
  letter-spacing: 0.5px;
}

.riprochild-jiaqun .btn {
  font-size: 13px;
}

.riprochild-jiaqun .btn i {
  margin-right: 3px;
}

.riprochild-jiaqun .helper-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}

.riprochild-jiaqun-btn-on {
  color: #fff;
  background: linear-gradient(125deg, #ffa363 0%, #fb130a 100%);
  box-shadow: 0 3px 10px -1px #1ec3f43b !important;
  border: 0;
}

/*Additive group Gadget Style end*/

/*Content page Gadget Style start*/
.widget-title {
  position: relative;
  color: #393e46;
  font-size: 0.875rem;
  letter-spacing: 5px;
  padding-bottom: 0.875rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.widget-title:after {
  content: "";
  position: absolute;
  background: linear-gradient(125deg, #ffa363 0%, #fb130a 100%);
  left: 1px;
  width: 50px;
  height: 3px;
  bottom: -2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.widget:hover .widget-title:after {
  width: 40%;
}

/*Content page Gadget Style end*/

/*Home search Style start*/
.home-filter--content:before {
  background-color: rgba(91, 91, 91, 0);
}

.home-filter--content {
  background: linear-gradient(to right, #fff0, #fff0, #fff0);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
}

.yuandd-dark .home-filter--content {
  background: linear-gradient(to right, #232425, #232425, #232425);
}

.home-filter--content .form-box {
  margin-right: 0;
  margin-left: 0;
}

.button,
.btn--primary {
  /*background: linear-gradient(-125deg, #0295f9 0%, #2f49fd 100%);*/
  /*-webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, .3);*/
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
}

@media (max-width: 768px) {
  .home-filter--content .form-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.yuandd-dark .button,
.btn--primary {
  background: linear-gradient(-125deg, #ffca26 0%, #fdc007 100%);
  -webkit-box-shadow: 0 8px 10px rgb(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.yuandd-dark .form-box {
  background-color: #232425;
}

.yuandd-dark .home-filter--content .form-box input {
  box-shadow: 8px 8px 9pt #212121;
}

/*Home search Style end*/

/*VIP page Style start*/
.vip-banner .vipbj h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.vip-banner .vipbj p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.vip-banner {
  background: url(../yuandd-child/assets/images/vip_bg_1.png) no-repeat center;
  position: relative;
  width: 100%;
  height: 246px;
  position: relative;
}

.vip-banner-bg {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.vip-banner .vipbj {
  position: absolute;
  width: 100%;
  top: 20%;
}

.vip-slogan {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  height: 280px;
  width: 1300px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  margin: 10px auto auto auto;
}

.vip-slogan-box:nth-of-type(-n + 3) {
  border-bottom: 0;
}

.vip-slogan-box:nth-child(1) {
  border: 0px;
}

.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: 0px;
}

.vip-slogan-box:nth-child(4) {
  border: 0px;
}

.vip-slogan-box:nth-child(6) {
  border: 0px;
}

.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;
  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;
  margin: 0 0 10px;
}

.container-vip {
  width: 1250px;
}

.vip-content {
  text-align: center;
  margin-bottom: 50px;
}

.module-line {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.module-line .left-arrow {
  background: url(../yuandd-child/assets/images/vip-left.png);
}

.module-line .right-arrow {
  background: url(../yuandd-child/assets/images/vip-right.png);
}

.module-line .arrow {
  width: 84px;
  height: 16px;
}

.module-line .text {
  font-size: 26px;
  color: #4c4c4c;
  margin: 0 10px;
}

.module-line span {
  display: inline-block;
}

.vip-banner .vipbj > a {
  width: 170px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
  color: #fff;
  margin: 0 auto;
  margin-top: -5px;
  display: block;
  margin-top: -5px;
}

.vip-row {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
  zoom: 1;
}

.vip-row:after,
.vip-row:before {
  display: table;
  content: "";
}

.vip-block-wrapper {
  position: relative;
  display: flex;
  padding: 20px 0;
  height: 100%;
  justify-content: center;
}

.vip-block-wrapper .vip-block-item {
  display: block;
  box-sizing: border-box;
  padding: 20px 40px;
  width: 33.333%;
  text-align: center;
}

.home-vipbox {
  padding: 1px 0px 38px 0px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-vipbox:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(213, 213, 213, 0.4);
}

p.vip-bt {
  color: #fff;
  margin: 0 auto;
  width: 100px;
  padding: 8px 0;
  border-radius: 26px;
}

.vip-block-item a p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vip-block-item:nth-child(n) a:hover p {
  box-shadow: 0 10px 20px rgba(245, 47, 62, 0.4);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #f52f3e;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #f52f3e, #ff4c22);
  background-image: -webkit-linear-gradient(left, #f52f3e, #ff4c22);
  background-image: -o-linear-gradient(left, #f52f3e, #ff4c22);
  background-image: linear-gradient(left, #f52f3e, #ff4c22);
}

.vip-block-item:nth-child(1) h3 {
  color: #f5a02f;
  text-shadow: 0 5px 6px #ffe1b9;
}

.vip-block-item:nth-child(1) .vip-bt {
  background-image: -webkit-linear-gradient(left, #021b31, #001529);
}

.vip-block-item:nth-child(2) h3 {
  color: #1890ff;
  text-shadow: 0 5px 6px rgba(24, 144, 255, 0.4);
}

.vip-block-item:nth-child(2) .vip-bt {
  background-image: -webkit-linear-gradient(left, #1390de, #2f9af5);
}

.vip-block-item:nth-child(3) h3 {
  color: #fd3d00;
  text-shadow: 0 5px 6px #ffb9b9;
}

.vip-block-item:nth-child(3) .vip-bt {
  background-image: -webkit-linear-gradient(left, #f1bc37, #fadb37);
}

p.vip-home-price {
  position: relative;
  font-size: 1.875rem;
  font-weight: bold;
  width: 200px;
  margin: 15px auto;
}

p.vip-home-price i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .vip-block-wrapper {
    display: block;
  }

  .vip-block-wrapper .vip-block-item {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
}

.vip-block-wrapper .vip-block-item .srcvip {
  width: 20%;
  padding-top: 20px;
  margin: 0 auto;
}

.vip-block-wrapper .vip-block-item img {
  width: 100%;
  height: 60px;
}

.vip-block-wrapper .vip-block-item .content0-title {
  padding: 0;
  font-size: 1.875rem;
}

/*VIP page Style end*/

/*Beautification of article title Style start*/
.sjblog-tgroup {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd4e0;
  margin-bottom: 10px;
}

.sjblog-tgroup .entry-header {
  margin-bottom: 0 !important;
}

.article-content .entry-header .entry-title {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: none;
}

.sjblog-name {
  padding-top: 5px;
  display: block;
  font-size: 13px;
  color: #6b6b6b;
}

.sjblog-name a {
  color: #cdcdcd;
}

.sjblog-name a:hover {
  color: #0056ff;
}

.sjblog-time {
  margin-left: 10px;
}

.sjblog-views {
  margin-left: 10px;
}

.entry-wrapper .u-clearfix h2 {
  font-size: 18px;
  padding: 5px 6px;
  margin-bottom: 18px;
  color: #555;
  font-weight: 700;
  border-bottom: 0px;
}

.entry-wrapper .u-clearfix h3 {
  font-size: 14px;
  padding: 15px 10px;
  margin-bottom: 1px;
  color: #555;
  font-weight: 700;
  text-shadow: 0 0 black;
  background: #eee;
}

/*.u-clearfix h2:before {*/
/*    content: "//";*/
/*    margin-right: 5px;*/
/*    color: #0056ff;*/
/*    font-family: "src";*/
/*}*/

/*.u-clearfix h3:before {*/
/*    content: "//";*/
/*    margin-right: 5px;*/
/*    color: #0056ff;*/
/*    font-family: "src";*/
/*}*/

/*Beautification of article title Style end*/

/*Digital page turning Style start*/
.page-numbers li a {
  color: #fb130a;
}

.numeric-pagination .page-numbers:not(ul) {
  align-items: center;
  border-radius: 3px;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px;
  border: 1px solid #888;
  color: #888;
}

.numeric-pagination .page-numbers:not(ul).current {
  background: linear-gradient(125deg, #5397fd 0%, #5397fd 100%);
  border: 1px solid #5397fd;
}

/*Digital page turning Style end*/
.post-grid .cao-cover,
.post-list .cao-cover,
.menu-post .cao-cover {
  pointer-events: none !important;
}

.deng-box {
  position: fixed;
  top: -40px;
  right: -20px;
  z-index: 9999;
}

.deng-box1 {
  position: fixed;
  top: -30px;
  right: 10px;
  z-index: 9999;
}

@media (max-width: 767px) {
  .deng-box,
  .deng-box1 {
    display: none;
  }
}

.deng-box1 .deng {
  position: relative;
  width: 120px;
  height: 90px;
  margin: 50px;
  background: #d8000f;
  background: rgba(216, 0, 15, 0.8);
  border-radius: 50% 50%;
  -webkit-transform-origin: 50% -100px;
  transform-origin: 50% -100px;
  -webkit-animation: swing 5s infinite ease-in-out;
  animation: swing 5s infinite ease-in-out;
  box-shadow: -5px 5px 30px 4px rgba(252, 144, 61, 1);
}

.deng {
  position: relative;
  width: 120px;
  height: 90px;
  margin: 50px;
  background: #d8000f;
  background: rgba(216, 0, 15, 0.8);
  border-radius: 50% 50%;
  -webkit-transform-origin: 50% -100px;
  transform-origin: 50% -100px;
  -webkit-animation: swing 3s infinite ease-in-out;
  animation: swing 3s infinite ease-in-out;
  box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1);
}

.deng-a {
  width: 100px;
  height: 90px;
  background: #d8000f;
  background: rgba(216, 0, 15, 0.1);
  margin: 12px 8px 8px 10px;
  border-radius: 50% 50%;
  border: 2px solid #dc8f03;
}

.deng-b {
  width: 45px;
  height: 90px;
  background: #d8000f;
  background: rgba(216, 0, 15, 0.1);
  margin: -4px 8px 8px 26px;
  border-radius: 50% 50%;
  border: 2px solid #dc8f03;
}

.xian {
  position: absolute;
  top: -20px;
  left: 60px;
  width: 2px;
  height: 20px;
  background: #dc8f03;
}

.shui-a {
  position: relative;
  width: 5px;
  height: 20px;
  margin: -5px 0 0 59px;
  -webkit-animation: swing 4s infinite ease-in-out;
  animation: swing 4s infinite ease-in-out;
  -webkit-transform-origin: 50% -45px;
  transform-origin: 50% -45px;
  background: #ffa500;
  border-radius: 0 0 5px 5px;
}

.shui-b {
  position: absolute;
  top: 14px;
  left: -2px;
  width: 10px;
  height: 10px;
  background: #dc8f03;
  border-radius: 50%;
}

.shui-c {
  position: absolute;
  top: 18px;
  left: -2px;
  width: 10px;
  height: 35px;
  background: #ffa500;
  border-radius: 0 0 0 5px;
}

.deng:before {
  position: absolute;
  top: -7px;
  left: 29px;
  height: 12px;
  width: 60px;
  content: " ";
  display: block;
  z-index: 999;
  border-radius: 5px 5px 0 0;
  border: solid 1px #dc8f03;
  background: #ffa500;
  background: linear-gradient(
    to right,
    #dc8f03,
    #ffa500,
    #dc8f03,
    #ffa500,
    #dc8f03
  );
}

.deng:after {
  position: absolute;
  bottom: -7px;
  left: 10px;
  height: 12px;
  width: 60px;
  content: " ";
  display: block;
  margin-left: 20px;
  border-radius: 0 0 5px 5px;
  border: solid 1px #dc8f03;
  background: #ffa500;
  background: linear-gradient(
    to right,
    #dc8f03,
    #ffa500,
    #dc8f03,
    #ffa500,
    #dc8f03
  );
}

.deng-t {
  font-family: 华文行楷, Arial, Lucida Grande, Tahoma, sans-serif;
  font-size: 3.2rem;
  color: #dc8f03;
  font-weight: bold;
  line-height: 85px;
  text-align: center;
}

.night .deng-t,
.night .deng-box,
.night .deng-box1 {
  background: transparent !important;
}

@keyframes swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
  }
}

@media (max-width: 1500px) {
  .deng-box,
  .deng-box1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .downinfo .btn--block {
    line-height: 24px;
    width: 100% !important;
  }

  .zy h2 {
    margin: 5px;
    width: 100% !important;
  }

  #sch_banner {
    padding: 5px 10px 10px !important;
  }

  .meta .serv li {
    padding: 10px 0px 0px !important;
  }

  .meta .serv {
    padding-bottom: 10px !important;
    margin: 0px 1em 0px 0px !important;
  }
}

.downinfo .btn--block {
  min-width: 180px;
  width: inherit !important;
}

.buy span.Tips {
  color: #fff !important;
}

.navbar .showzx {
  color: #ff1841;
}

.type_icont_2 {
  background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
  background-size: 1400% 300%;
  animation: mymove 10s ease infinite;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 20px !important;
  border: none;
  margin-left: 20px;
}

@keyframes mymove {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0;
  }
}

/***角标***/
.free-theme-tag-list {
  position: absolute;
  bottom: 155px;
  left: 0px;
  z-index: 10;
  color: #fff;
}
/* 仅在屏幕宽度小于等于 576px 时生效 */
@media (max-width: 576px) {
  .free-theme-tag-list {
    bottom: 115px; /* 改为 115px */
  }
}
.free-theme-tag-list p {
  text-align: center;
  top: 10px;
  left: 10px;
  position: relative;
  margin: 0px;
  font-weight: 500;
  background: #fb1408;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 3px;
}

.vip-tag {
  display: block;
  text-align: center;
  width: 40px;
  height: 26px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  background: #5397fd;
  background-size: 18px auto;
  box-shadow: 0 3px 5px rgb(51 51 51 / 10%);
  z-index: 1;
  color: #fff;
}

.free-tag {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  background: #42b14b url(../img/free.svg) 50% no-repeat;
  background-size: 18px auto;
  box-shadow: 0 3px 5px rgb(51 51 51 / 10%);
  z-index: 1;
}

.free-theme-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: #fff;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, transparent 50%, #007bff 0%);
  background-size: 50px 50px;
  border-top-right-radius: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.free-theme-tag p {
  text-align: center;
  top: -4px;
  left: -37px;
  position: relative;
  width: 93px;
  height: 93px;
  margin: 0px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  font-weight: 500;
}

/***提示角标***/
.tips-theme-tag {
  font-size: 0.7vw;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 25%;
  z-index: 10;
  color: #f1f1f1;
  padding: 0px 8px;
  line-height: 26px;
  background-color: #e91e63;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0.8;
  -webkit-animation: fadetips 1.5s infinite;
  animation: fadetips 1.5s infinite;
}

@keyframes fadetips {
  from {
    top: 53%;
    left: 25%;
  }
  50% {
    top: 53.5%;
    left: 24.5%;
    opacity: 0.7;
  }
  to {
    top: 53%;
    left: 25%;
  }
}

.tips-theme-tag:before {
  width: 0;
  height: 0px;
  left: -10px;
  top: 18px;
  position: absolute;
  content: "";
  border-top: 6px solid transparent;
  border-right: 20px solid #e91e63;
  border-bottom: 6px solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.jing-theme-tag {
  position: absolute;
  background: #0057ff;
  bottom: 150px;
  right: 0px;
  z-index: 10;
  color: #fffcfc;
  border-radius: 35px 2px 0 2px;
  padding: 5px 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.jbvip {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}

.new {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 991px) {
  .related-posts-grid {
    padding: 20px 20px 10px 20px;
  }
}
.related-posts-grid .entry-title a {
  font-size: 13px !important;
}

/*加载进度条 START*/

#nprogress .bar {
  background: #fb130a !important;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fb130a, 0 0 5px #fb130a !important;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: #fb130a !important;
  border-left-color: #fb130a !important;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/*加载进度条 END*/

/*下拉圆圈颜色 by www.yuanbt.com*/
.lanse {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #7a99f2;
}
.lanse1 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #0a44eb;
}
.lanse2 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #710aeb;
}
.lanse3 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #460ae3;
}
.lvse {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #70d7cf;
}
.lvse1 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #13d91f;
}
.lvse2 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #13d9c3;
}
.lvse3 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #9ad913;
}
.huangse {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #f5c745;
}
.huangse1 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #ab8d0d;
}
.huangse2 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #d98004;
}
.huangse3 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #f3b155;
}
.hongse {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #f1787f;
}
.hongse1 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #e31dce;
}
.hongse2 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #9d3876;
}
.hongse3 {
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -6px;
  left: 0;
  border-color: #61e1b9;
  border: 3px solid #e50fed;
}
/*下拉圆圈颜色 by www.yuanbt.com*/

/*菜单-下拉栏目数量 START by www.yuanbt.com*/
.menu_num {
  position: absolute;
  top: 8px;
  left: 70%;
  color: #555;
  border-radius: 8px;
  text-align: center;
  font-family: Calibri;
  background: #eee;
  font-size: 12px;
  min-width: 32px;
}

@media screen and (max-width: 680px) {
  .menu_num {
    display: none;
  }
}

/*菜单-下拉栏目数量 END by www.yuanbt.com*/

/*友链 by www.yuanbt.com*/
.yuanbt_frlink {
  height: 42px;
  background: #f7f8fa;
  border: 1px dashed #ccc;
  border-radius: 5px;
}

.yuanbt_frlink ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin: 0 0;
}

.yuanbt_frlink ul > span {
  float: left;
  display: block;
  font-size: 14px;
  background: linear-gradient(-125deg, #ffb802 0, #5397fd 100%);
  padding: 8px 20px;
  color: #fff;
  margin: -1px -1px -1px -1px;
  text-align: center;
  border-radius: 5px 0 0 5px;
}

.yuanbt_frlink ul > span > a {
  background: linear-gradient(-180deg, #fff 2%, #fff 98%);
  padding: 1px 10px;
  line-height: 20px;
  border-radius: 20px;
  color: #f60;
}

.yuanbt_frlink li {
  float: left;
}

.yuanbt_frlink ul li a {
  display: inline-block;
  padding: 0 10px;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  color: #828282;
  padding-top: 8px;
  font-weight: 400;
}

/*自助申请友情链接*/
@media screen and (max-width: 750px) {
  .container .row .card {
    width: 100%;
  }
}

.container .row .pricing-deco .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.container .row .pricing-deco:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.container .row .pricing-deco:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.post-yqlj {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  box-shadow: 0 4px 12px 0 rgba(52, 73, 94, 0.1);
}

.clearfix {
  color: #fff;
  background-color: #fc7c5f;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  max-width: 100%;
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.card-header {
  padding: 1.25rem 1.5rem;
  font-size: 1.0625rem;
  background-color: #fff;
}

.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

/*列表美化角标 by www.yuanbt.com*/
.title-iconse {
  height: 8px;
  width: 8px;
  background: #fd4b4b;
  padding: 0px;
  display: inline-block;
  border-radius: 50%;
  line-height: 0;
  position: relative;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  margin: 0 10px;
}

.float-rightse {
  float: right;
  position: absolute;
  right: 30px;
}

.title-iconse:before {
  content: " ";
  height: 8px;
  width: 8px;
  background: #ffd12a;
  border-radius: 50%;
  margin-left: 15px;
  position: absolute;
  display: block;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}

.title-iconse:after {
  content: " ";
  height: 8px;
  width: 8px;
  background: #79f52a;
  border-radius: 50%;
  margin-left: 30px;
  position: absolute;
  display: block;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}

#child-yuandd .post-list .entry-header .entry-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#child-yuandd .post-list .entry-header .entry-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

#child-yuandd .post-list .entry-wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .float-rightse {
    display: none;
  }
}

/*host*/
.menu-ico {
  transform: translateY(-12px);
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  background: #9c27b0;
  border-radius: 1rem;
  border-bottom-left-radius: 0px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.275rem;
  display: inline-block;
  top: 25px;
}

.menu-ico-red {
  background: #f00;
}

/*vip动画文字*/
.vip-price {
  color: #ed1c24;
  background-color: rgba(249, 143, 113, 0.1);
  padding: 0 4px;
  border-radius: 3px;
  animation: fade 1.2s infinite !important;
  -webkit-animation: fade 1.2s infinite;
  line-height: 18px;
  margin-left: 3px;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*vip介绍 add by www.yuanbt.com*/
.badge-light {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
  padding: 0.45em 0.6em 0.25em;
  border-radius: 10rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s,
    border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.badge-light {
  display: inline-block;
  padding: 0.45em 0.6em 0.25em 0.6em;
  border-radius: 10rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.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;
}

.vipinfo-page {
  position: relative;
  background-color: #323741;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 3rem !important;
}

.tongue {
  display: inline-block;
  position: absolute;
  top: 0;
  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='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='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'/%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;
}

.sch-bd {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  border-radius: 8px;
}

.sch-bd .schfaq-list {
  text-align: left;
}

.schfaq-list .item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.schfaq-list .item .hd {
  position: relative;
  background-color: #fff;
  color: #001529;
  font-size: 1rem;
}

.schfaq-list .item .bd {
  display: none;
  padding-top: 1rem;
}

.schfaq-list .item.active .bd {
  display: block;
}

.schfaq-list .item .hd:after {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cacaca;
  border-right: 2px solid #cacaca;
  content: "";
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: rotate(45deg);
}

.schfaq-list .item.active .hd:after {
  transform: rotate(135deg);
}

.schtext-center1 {
  text-align: center !important;
  padding-top: 30px;
}

.schtext-center1 h3 {
  padding-top: 3rem !important;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #525252;
}

.text-muted {
  margin-top: 1rem !important;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #6c757d !important;
}

.h-screen span.title {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: middle;
}

.h-screen span.desc {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: middle;
}

/*vip介绍 add by www.yuanbt.com*/
.home-first .hf-widget .hf-tags a:first-child {
  background: #e79b11;
  color: #fff;
}

.filter--content .form-box {
  background-color: #ffffff;
  padding: 20px;
}

/*banner right*/
.h-images .item-tuwen a .thumb {
  background-repeat: no-repeat;
  background-position: center;
}

/*login bottom*/

.wic_slogin .wp {
  width: 100%;
  align-content: center;
}

.loginbutton .fa-user,
.wic_slogin_qq .fa-qq,
.wic_slogin_wechat .fa-wechat,
.wic_slogin_weixin .fa-weixin {
  color: #fff;
  margin-right: 3px;
}

.wic_slogin {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  height: auto;
  line-height: 45px;
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  font-family: microsoft yahei;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  background: #fff;
}

.wic_slogin_info {
  display: inline-block;
  font-size: 22px;
  color: #000;
  letter-spacing: 2px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
}

.wic_slogin_info a {
  color: #f44336;
}

.wic_slogin_info a:hover {
  text-decoration: none;
  color: var(--accent-color-min);
}

.wic_slogin_btn {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin: 0 8px;
}

.wic_slogin_btn a {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ed1c24),
    to(#ed1c24)
  );
  background: linear-gradient(90deg, #ed1c24, #ed1c24);
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  border-radius: 50px;
}

.wic_slogin_btn a:hover {
  text-decoration: none;
}

.wic_slogin_line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ccc;
}

.wic_slogin_qq,
.wic_slogin_weixin,
.wic_slogin_weibo {
  border-radius: 10%;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin: 0 8px;
  white-space: nowrap;
}

.wic_slogin_qq a {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #0486f5;
  border-radius: 50px;
}

.wic_slogin_weibo a {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #ff9800;
  border-radius: 50px;
}

.wic_slogin_weixin a {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #30b735;
  border-radius: 50px;
}

.wic_slogin_qq a:hover {
  background-color: #0486f5;
  text-decoration: none;
}

.wic_slogin_wechat {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin: 0 8px;
  white-space: nowrap;
}

.wic_slogin_wechat a {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #2bac19;
  border-radius: 50px;
}

.wic_slogin_wechat a:hover {
  background-color: #2bac19;
  text-decoration: none;
}

.wic_slogin_qq.top_login {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #0486f5;
  border-radius: 50px;
}

.wic_slogin_wechat.top_login {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  background: #2bac19;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .h-screen span.desc {
    display: none !important;
  }

  .wic_slogin {
    display: none;
  }

  .wic_slogin_info {
    display: relative;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }

  .wic_slogin_btn a,
  .wic_slogin_qq a,
  .wic_slogin_wechat a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }

  .wic_slogin_btn,
  .wic_slogin_qq,
  .wic_slogin_wechat {
    height: 30px;
    line-height: 30px;
  }

  .wic_slogin {
    padding: 5px;
    line-height: 35px;
  }

  .wic_slogin_qq.top_login,
  .wic_slogin_wechat.top_login {
    align-items: center;
    align-content: center;
    width: 30px;
    padding: 0;
  }
}

.navbar .logo {
  max-width: 170px;
}

.comments-area .comment-content {
  overflow: unset;
}

/*演示角标*/
.demo-theme-tag {
  position: absolute;
  background-image: none;
  bottom: 145px;
  right: 12px;
  z-index: 10;
  color: #fff;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
  background: linear-gradient(90deg, #ff5722, #ffc107, #ff9800, #ff5722);
  background-size: 1400% 300%;
  animation: fadedemo 10s ease infinite;
  -webkit-animation: fadedemo 10s ease infinite;
  -moz-animation: fadedemo 10s ease infinite;
  opacity: 1;
}
@media (max-width: 576px) {
  .demo-theme-tag {
    bottom: 105px;
  }
}
.demo-theme-tag:hover {
  opacity: 1;
}

@keyframes fadedemo {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0;
  }
}

/*演示角标end*/

/*底部样式 START*/
.site-footer {
  background-color: #000;
  color: #aaa;
  padding: 20px 0;
  text-align: center;
}

.footer-widget .widget--links ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 9px;
  color: #c1c1c1;
  display: block;
}

.footer-widget .widget--title h5 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 27px;
}

.footer-widget .widget--about p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #c1c1c1;
}

.footer-widget {
  border-bottom: none;
}

.yuanbt_frlink {
  height: 42px;
  background: #0a1b3d;
  border: 1px dashed #0a1b3d;
  border-radius: 5px;
}

.codesign-dw {
  border: none;
  background-color: #f7f8fa03;
  border-radius: 6px;
}

.widget--title h5:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 22px;
  width: 55px;
  height: 1px;
  background-color: #fb130a;
}

.waveHorizontals {
  background-color: #030d28 !important;
}

.footer-widget ul li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  top: -2px;
  color: #fb130a;
  font-size: 16px;
  line-height: 28px;
}

.footer-widget ul li {
  padding: 0 0 0px 15px;
  position: relative;
}

.footer-widget .widget--links ul li a:hover {
  color: #fb130a;
}

.site-footer {
  color: #aaa;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
  /*background-image: url(../yuandd-child/assets/images/footer-bg.7b400c87.png);*/
  background-color: #030d28;
  background-repeat: no-repeat;
}

/*底部样式 END*/

/*栏目搜索 START*/
.filter--content .form-box {
  padding: 5px 20px 20px 20px;
}

.riprochild_type_bj {
  /*background: url(../yuandd-child/assets/images/eshop_bg.jpg) no-repeat;*/
  height: 60px;
  background: #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.riprochild_type_bj i {
  font-size: 16px;
}

.riprochild_type_bj span {
  line-height: 56px;
  padding-left: 100px;
  position: relative;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.49);
}

.riprochild_type_bj span .text-p {
  position: absolute;
  top: 6px;
  text-shadow: none;
  line-height: 19px;
  font-size: 14px;
  background: #fff;
  right: -138px;
  font-weight: 400;
  border-radius: 8px 0 8px 0;
  padding: 4px 12px;
  color: #ed1c24;
}

.openVip-Btn {
  float: right;
  height: 28px;
  line-height: 28px;
  color: #fbfafa;
  text-align: center;
  margin-top: 16px;
  border-radius: 4px;
  margin-right: 10px;
  padding: 0 8px;
  background: #fe7410;
}

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: 268px;
  height: 38px;
  /*border: 1px solid #ddd;*/
  border-right: none;
  border-radius: 3px 0 0 3px;
  position: relative;
}

.header_search .search_form .search_input input {
  width: 270px;
  border: none;
  color: #999;
  font: normal 14px tahoma, PingFangSC, "microsoft yahei ui", "microsoft yahei",
    sans-serif;
  font-size-adjust: none;
  overflow: hidden;
  position: absolute;
  height: 38px;
}

.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;
  text-align: center;
  background: #fe7410;
}

.header_search .search_btn:hover {
  opacity: 0.8;
}

.header_search .search_btn .fa-magnifying-glass {
  color: #fff;
}

.selected_type {
  position: relative;
  cursor: pointer;
  width: 75px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding-left: 9px;
  color: #666;
}

.selected_type:after {
  border: 5px solid transparent;
  border-top: 6px solid #d2d2d2;
  width: 0;
  height: 0;
  position: absolute;
  top: 18px;
  right: 6px;
  content: " ";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.search_filter_selected dl.search_type {
  display: block;
}

.search_filter_selected .selected_type:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
}

.search_filter .search_type {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  z-index: 999;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 5px 0;
  width: 88px;
}

.search_filter .search_type dd {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  padding: 6px 12px;
  text-align: left;
}

.search_filter .search_type dd:hover {
  background-color: #0099ed;
  color: #fff;
}

.header_search .hotword {
  float: left;
}

.header_search .hotword {
  font-size: 12px;
  width: 550px;
  height: 18px;
  overflow: hidden;
}

.header_search .hotword a {
  color: #999;
  margin: 0 9px;
}

@media (max-width: 768px) {
  /*.riprochild_type_bj span .text-p, .home-dvertisement.top-dvertisement {*/
  /*    display: none*/
  /*}*/
  .filter-dvertisement.top-dvertisement img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .top-dver-item .img-info {
    display: none;
  }

  .lanse,
  .lanse1,
  .lanse2,
  .lanse3,
  .lvse,
  .lvse1,
  .lvse2,
  .lvse3,
  .huangse,
  .huangse1,
  .huangse2,
  .huangse3,
  .hongse,
  .hongse1,
  .hongse2,
  .hongse3,
  .riprochild_type_bj,
  .filter-dvertisement .ad_bottom {
    display: none;
  }
}

/*栏目搜索 END*/
/*内页标签云 START*/
/* 标签云美化 */
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(
    5 * (24px + 5px)
  ); /* 计算5行的最大高度，12px为标签的高度，5px为行间距 */
  overflow: hidden; /* 超出部分隐藏 */
  margin-right: -7px; /* 去掉容器的右边距 */
}

.widget_tag_cloud .tagcloud a {
  border: none !important ;
  display: inline-block;
  border-radius: 4px; /* 边角圆化*/
  width: calc(25% - 5px); /* 每排显示4个，宽度相同 */
  height: 24px; /* 标签高度 */
  margin-right: 5px; /* 添加标签之间的间距 */
  margin-bottom: 5px; /* 添加行与行之间的间距 */
  overflow: hidden; /* 溢出隐藏 */
  text-overflow: ellipsis; /* 溢出时显示省略号 */
  white-space: nowrap; /* 不换行 */
  text-align: center; /* 文字居中对齐 */
}

.widget_tag_cloud .tagcloud a:nth-child(4n) {
  margin-right: 0; /* 每行的第四个标签去掉右侧边距 */
}
.widget_tag_cloud .tagcloud > a:nth-child(7n) {
  background-color: #a26ff9 !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 1) {
  background-color: #ff5e5c !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 2) {
  background-color: #ffbb50 !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 3) {
  background-color: #1ac756 !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 4) {
  background-color: #19b5fe !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 5) {
  background-color: #fb7da9 !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:nth-child(7n + 6) {
  background-color: #607d8b !important;
  color: #fff !important;
}

.widget_tag_cloud .tagcloud > a:hover {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

/*内页标签云 END*/

/*home top adv S*/
.top-dvertisement {
  margin-bottom: 20px;
}

.top-dver-item {
  /*float: left;*/
  position: relative;
}

.top-dver-item img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.img-info {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  text-align: right;
  color: #fff;
}

.img-info i {
  position: relative;
  display: inline-block;
  color: rgba(251, 251, 251, 0.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;
  bottom: 1px;
  right: 1px;
  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;
}

.h-images .item-tuwen .info a {
  display: inline-block !important;
  height: auto !important;
}

.inner:hover .info,
.item-tuwen:hover .info,
.top-dver-item:hover .info {
  width: auto;
  padding: 5px 23px 5px 12px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
  -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
  -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
  -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
  transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
  font-size: 12px;
  z-index: 1;
}

#child-yuandd .post-list .entry-excerpt {
  line-height: 20px;
  color: #909399;
  margin: 10px 0;
  background: #f2f6fc;
  padding: 10px;
  height: auto;
  border-radius: 3px;
}

.filter-dvertisement .top-dver-item img {
  width: 1440px !important;
}

.filter-dvertisement.top-dvertisement {
  margin-top: 0px !important;
  margin-bottom: 15px;
}

.filter-dvertisement .ad_bottom {
  position: absolute;
  z-index: 2;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  padding: 2px 6px;
  line-height: 15px !important;
}

.choosetype {
  margin: 15px 0 0;
  position: absolute;
  right: 0px;
}

.child-container .cl.pos {
  position: relative;
}

.choosetype a {
  width: 96px;
  height: 30px;
  margin: 10px 2px;
  font-size: 14px;
  padding: 2px 10px 2px 10px;
  color: #fb1408;
  border-radius: 15px;
  background: #ffffff;
  border: 1px dotted #fb1408;
}

.choosetype a:hover {
  border: 1px solid #fb130a;
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .choosetype {
    display: none;
  }

  .h-screen span.title {
    font-size: 16px;
    font-weight: 600;
  }

  .meta-category a:nth-child(2),
  .meta-category a:nth-child(3) {
    display: none !important;
  }
}

/*home top adv E*/
.entry-header .entry-meta .meta-category a {
  align-items: center;
  display: flex;
  margin-left: 6px;
}

body {
  /*background-color: #eff3f5;*/
  background-color: #edf3f9;
}

/*内页-编辑*/
.post-edit-link {
  color: #ccc !important;
  font-size: 14px;
}

.entry-media .placeholder {
  border-radius: 4px;
}

@media (min-width: 992px) {
  .no-off-canvas:not(.navbar-hidden) .burger {
    display: block;
  }
}

.child-boxes .category-box .entry-thumbnails {
  height: 153px;
}

.owl .owl-prev,
.owl .owl-next {
  top: 57px;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 75px;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 35px;
}

/*轮播*/
@media (min-width: 992px) {
  .child-con .col-lg-9 {
    flex: 0 0 76%;
    max-width: 76%;
  }

  .child-con .col-lg-3,
  .navbar .menu-item-mega > .sub-menu > .menu-item {
    flex: 0 0 24%;
    max-width: 24%;
  }
}

.child-con .col-1-4 {
  float: left;
  box-sizing: border-box;
  margin-right: 15px;
  width: 100%;
}

/*搜索边框*/
.footer-widget .widget--newsletter .form-control {
  outline: none;
}

.payment .icon-v6-stripe {
  margin-left: 16px;
}

.payment .icon {
  height: 20px;
  vertical-align: middle;
  float: left;
}

/*文章 h3*/
.article-content .h3,
.article-content h3 {
  padding-left: 10px;
  font-size: 18px;
  line-height: 0.8;
  border-left: 4px solid #f44336;
}

.bottom-area {
  border-radius: 4px;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/*文章-咨询链接*/
.zixun_link {
  margin-top: 10px;
  float: right;
  margin-right: 15px;
}

.zixun_link p {
  float: right;
}

.zixun_link p .input {
  height: 26px;
  width: 265px;
  text-indent: 0.3rem;
  float: left;
  color: rgb(144 144 144);
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa4a;
  border-image: initial;
  outline: none;
}

.zixun_link p .fuzhi {
  float: left;
  height: 26px;
  color: #34495eba;
  line-height: 26px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  background: #eeeeee;
  padding: 0px 5px;
}

.single-post .site-content {
  padding-bottom: 0px;
}

/*波纹样式*/
.dabolang {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff0 !important;
  margin-top: -19px !important;
}

.dabolangl {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 350px 100%;
  transform-origin: 0 100% 0;
  animation-name: move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#dabolangl1 {
  -webkit-mask: url(../img/mobanweb_001.svg);
  mask: url(../img/mobanweb_001.svg);
  animation-delay: -2s;
  animation-duration: 12s;
  background-color: rgb(246, 246, 246);
}

#dabolangl2 {
  -webkit-mask: url(../img/mobanweb_002.svg);
  mask: url(../img/mobanweb_002.svg);
  animation-delay: -2s;
  animation-duration: 5s;
  background-color: rgb(246, 246, 246);
}

#dabolangl3 {
  -webkit-mask: url(../img/mobanweb_003.svg);
  mask: url(../img/mobanweb_003.svg);
  animation-delay: -1s;
  animation-duration: 3s;
}

.child-adv-list {
  display: inline-block;
}

.child-adv-list:nth-child(2n + 1) {
  padding-left: 0px;
}

.child-adv-list:nth-child(2n) {
  padding-right: 0px;
}

@media (max-width: 575px) {
  .child-adv-list:nth-child(2n + 1) {
    padding: 0px;
  }

  .navbar .actions {
    display: flex;
    flex-grow: 0;
    justify-content: flex-end;
  }

  .child-adv-list:nth-child(2n) {
    padding: 0px;
  }

  .child-con .col-1-4 {
    float: left;
    box-sizing: border-box;
    margin-right: 0px;
    width: 100%;
  }
}

/*分类列表页搜索*/
.riprochild-nav-search {
  padding: 100px 0px 0px 0px;
  margin-bottom: 5px;
  border-radius: 4px;
  height: 130px;
}
/* 在小屏幕上 */
@media (max-width: 768px) {
  .riprochild-nav-search {
    padding: 0px 0px 0px 0px;
    margin-bottom: -15px;
    border-radius: 4px;
    height: 130px;
  }
}
.container .row .index_vip_in {
  padding: 10px;
  padding-top: 0px;
  text-align: left;
}

.vip-text img {
  border-radius: 4px;
  margin-top: 10px;
}

/*活跃用户*/
#child-yuandd .section-title {
  margin-bottom: 30px !important;
}

#child-yuandd .recomUser ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  list-style: none;
  padding: 0;
}

#child-yuandd .recomUser ul li {
  width: 25%;
  padding-left: 15px;
  margin-bottom: 15px;
}

#child-yuandd .recomUser ul .item .warp {
  padding: 15px;
  display: flex;
}

#child-yuandd .recomUser ul .item .warp .ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

#child-yuandd .recomUser ul .item .warp .ava img {
  width: 100%;
  height: 100%;
}

#child-yuandd .recomUser ul .item .warp .info {
  flex: 1;
  margin-left: 15px;
}

#child-yuandd .recomUser ul .item .warp .info .name {
  display: flex;
}

#child-yuandd .recomUser ul .item .warp .info .name em {
  transform: scale(0.8);
  border-radius: 3px;
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-style: normal;
  background: #ccc;
}

#child-yuandd .recomUser ul .item .warp .info .desc {
  display: inline-flex;
  font-size: 12px;
  background: #f3f3f3;
  padding: 5px 6px;
  margin: 10px 0;
  color: #606266;
}

#child-yuandd .recomUser ul .item .warp .info .desc i {
  position: unset;
  margin-right: 5px;
}

#child-yuandd .recomUser ul .item .warp .info .count {
  font-size: 12px;
  display: flex;
}

#child-yuandd .recomUser ul .item .warp .info .count span {
  color: #909399;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

#child-yuandd .recomUser ul .item .warp .info .count span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 11px;
  width: 1px;
  background: #e3e4e5;
}

#child-yuandd .recomUser ul .item .warp .info .count span:last-child:after {
  display: none;
  margin: 0;
  padding: 0;
}

#child-yuandd .recomUser ul .item {
  display: block;
  transition: all 0.3s;
  background: #fff;
}

#child-yuandd .recomUser ul .item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
  #child-yuandd .recomUser ul li {
    width: 100%;
  }

  #child-yuandd .post-list .entry-header .entry-title {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
  }

  #child-yuandd .post-list .entry-header .entry-title a {
    display: block;
    white-space: inherit;
    overflow: hidden;
    text-overflow: unset;
  }
}

/*热门推荐*/
.category-box .big {
  margin-right: 0px;
  width: 100%;
}

.bgcolor-fff {
  padding-bottom: 0px;
}

.child-boxes-host .owl-prev,
.child-boxes-host .owl-next {
  background: #fb1408;
  opacity: 0.3;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.child-boxes-host .owl-prev {
  left: 8px;
}

.child-boxes-host .owl-next {
  right: 8px;
}

.child-boxes-host .owl-prev:hover,
.child-boxes-host .owl-next:hover {
  opacity: 1;
}

.agent--contact ul li {
  font-size: 11px;
  position: relative;
  flex-basis: 100%;
  color: currentcolor;
  justify-content: space-between;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  padding: 1px 0px 17px 20px;
}

.agent--contact ul li::after,
.agent--contact ul li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: calc((1em - -5px) / 2);
}

.agent--contact ul li:not(:last-of-type)::before {
  height: 100%;
  width: 1px;
  left: 3px;
  background: linear-gradient(
    -180deg,
    rgb(255, 92, 0) 0px,
    rgb(255, 184, 0) 98%
  );
}

.agent--contact ul li::after {
  left: 0px;
  display: inline-block;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  background-color: rgb(249, 176, 21);
  flex-shrink: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(249, 176, 21);
  border-image: initial;
  border-radius: 50%;
}

.entry-header .entry-meta .meta-category a:nth-child(3) .dot {
  background-color: #ffffff;
  border: 2px solid #ff9800;
}

/* 网址导航搜索样式 */
.site-warp {
  background: #0a1b3d;
  margin-bottom: 30px;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.site-container {
  padding: 0 !important;
}

.site-search {
  width: 680px;
  margin: 0 auto;
}

.site-search h3 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.site-search form {
  position: relative;
  display: flex;
  background: #fff;
}

.site-search input {
  border: 0;
  border-radius: 4px 0 0 4px;
  height: 46px;
  text-indent: 10px;
  width: 100%;
  color: #666;
  margin: 0;
}

.site-search button {
  border: 0;
  cursor: pointer;
  background: transparent !important;
}

.site-search form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999;
  font-size: 16px;
  padding: 0 15px;
}

.search-tmenu {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.search-tmenu li {
  display: inline-block;
  padding: 0 12px;
}

.search-tmenu li span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding-bottom: 10px;
  font-size: 14px;
}

.search-tmenu .active span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.search-tmenu .active span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
  background-color: #edf3f9;
  box-shadow: 0 5px 10px 0 rgba(16, 110, 253, 0.3);
}

.search-bmenu {
  text-align: center;
}

.search-bmenu .on {
  color: #fff;
}

.search-item {
  cursor: pointer;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 14px;
}

.subnav {
  margin-top: 15px;
}

.subnav-item {
  display: none;
}

.subnav .active {
  display: block !important;
}

.down-pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}

.down-pop .down-box {
  max-width: 360px;
  margin: 10% auto 0 auto;
  background-color: #fff;
  border-radius: 20px;
  background-image: url("https:/../img.zyfx8.cn/wp-content/uploads/2020/12/1607257587-a42292bfe22423a.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}

.down-pop .down-box h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 30px 0;
  margin: 0;
}

.down-pop .down-main {
  width: 80%;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 10px -4px #eee;
}

.down-pop .down-main img {
  width: 150px;
  padding: 20px 0 10px 0;
  display: inline-block;
}

.down-main .desc {
  margin-bottom: 20px;
}

.down-pop .down-main p {
  margin: 0;
}

.down-pop .down-main p:last-child {
  font-size: 13px;
  color: #909399;
}

.down-pop .on-btn {
  width: 80%;
  display: block;
  margin: 30px auto;
  text-align: center;
  background-color: var(--pm-c);
  background-image: linear-gradient(90deg, #be7ef1, #5b60f9);
  border-radius: 20px;
  padding: 10px 0;
  color: #fff;
  box-shadow: 0 5px 10px -5px rgb(170, 120, 242);
}

.down-pop .down-pop-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 36px;
  color: #fff;
  cursor: pointer;
}

.site-main .box {
  background-color: #fff;
}

.site-menu {
  width: 200px;
}

.site-menu .box {
  background: #fff;
}

.site-menu .title {
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 0;
}

.site-menu .title i {
  font-weight: normal;
  font-size: 18px;
  margin-right: 7px;
  transform: translateY(0);
  display: inline-block;
}

.site-menu .title span {
  font-size: 14px;
  font-weight: bold;
}

.site-menu ul {
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.02);
}

.site-menu ul .all i,
.site-menu ul .all a {
  color: #303133;
}

.site-menu ul li {
  display: flex;
  align-items: center;
}

.site-menu ul li a {
  display: block;
  font-size: 14px;
  color: #909399;
  font-family: Arial;
  padding: 5px 0;
  font-weight: bold;
}

.site-menu ul li i {
  font-weight: normal;
  font-size: 18px;
  margin-right: 7px;
  transform: translateY(1px);
  display: inline-block;
}

.site-menu ul .current-menu-item,
.site-menu ul .current-menu-item i {
  color: #303133;
}

.site-menu ul .current-menu-item a {
  color: #303133;
}

.site-row {
  display: flex;
}

.site-list {
  margin-left: 30px;
  flex: 1;
}

.site-box {
  margin-bottom: 30px;
}

.site-box .site-box-title {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.site-box .site-box-title h3 {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.site-box .site-box-title .more {
  color: #909399;
  font-size: 13px;
}

.site-box .site-box-warp {
  overflow: hidden;
  margin: 0 -10px;
}

.site-box .site-box-warp .site-card {
  float: left;
  width: 25%;
  padding: 10px;
}

.site-box .site-box-warp .site-card .box {
  background: #fff;
  border-radius: 4px;
}

.site-card .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}

.site-card .item:hover {
  transform: translateY(-2px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.05);
}

.site-card .item > a {
  display: flex;
  padding: 10px;
}

.site-card .item .icon {
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.site-card .item .content {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}

.site-card .item .content span {
  font-size: 15px;
}

.site-card .item .content .desc {
  color: #909399;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.site-card .item .info {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 8px 10px;
  border-top: 1px solid #ebeef5;
  color: #909399;
}

.site-card .item .info i {
  display: inline-block;
}

.site-card .item .info span:first-child {
  flex: 1;
}

/* 网址导航文章页样式 */
.site-head {
  padding: 30px;
  border-bottom: 1px solid #ebeef5;
}

.site-head h1 {
  font-size: 28px;
}

.site-head .info {
  margin-top: 10px;
}

.site-head .info span {
  color: #909399;
  font-size: 13px;
  margin-right: 20px;
}

.site-single {
  padding: 30px;
}

.site-single .site-row {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.site-single .site-row .site-icon {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  background: #333;
  border-radius: 4px;
}

.site-single .site-row .site-icon .bg {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  width: 150% !important;
  height: 150% !important;
}

.site-single .site-row .site-icon i {
  display: block;
  width: 68px;
  height: 68px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  top: 50%;
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 5;
  overflow: hidden;
}

.site-single .site-row .site-icon i img {
  width: 100%;
  height: 100%;
}

.site-single .site-icon:hover i {
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.site-single .site-row .site-main {
  flex: 1;
  margin-left: 30px;
}

.site-list-cat a {
  display: inline-block;
  color: #fff;
  background: #6c9dff;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: normal;
  margin-right: 5px;
  font-size: 12px;
}

.site-list-cat a:hover {
  background: #206aff;
  color: #fff;
  text-decoration: none;
}

.site-desc {
  color: #606266;
  font-size: 14px;
  background: #f7f8fc;
  padding: 20px;
  margin: 15px 0;
}

.site-desc p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0;
}

.site-tags a {
  display: inline-block;
  background: #f7f8fc;
  padding: 5px 8px;
  font-size: 12px;
  line-height: normal;
  color: #909399;
  margin-right: 5px;
  border-radius: 3px;
  transition: all 0.3s;
}

.site-tags i {
  margin-right: 3px;
  line-height: 0;
}

.site-tags a:hover {
  text-decoration: none;
  background: #206aff;
  color: #fff;
}

.site-go {
  margin-top: 15px;
}

.site-go a {
  border-radius: 4px;
  display: inline-block;
  padding: 10px 24px;
  margin: 0 2px;
  background-color: var(--pm-c);
  color: #fff;
  line-height: normal;
  transition: all 0.3s;
}

.site-other {
  margin-top: 20px;
}

.site-other .site-card {
  width: 33.33% !important;
}

/* 网址导航首页样式 */

/*搜索条 S*/
.layout-width,
.newIndex-layout {
  padding: 20px 0 0px 0;
  width: 100%;
  font-size: 14px;
  height: 100%;
  margin-top: -50px;
}

.newIndex-layout .container {
  max-width: 1200px;
}

.container:after,
.container:before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}

.newIndex-layout .form-box {
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  margin-right: 15%;
  background: rgba(144, 25, 58, 0.4);
}
@media (max-width: 973px) {
  .newIndex-layout .form-box {
    margin-left: 5%; /* 减少左右边距 */
    margin-right: 5%; /* 减少左右边距 */
  }
}
.newIndex-layout .row {
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.newIndex-layout .home-search-results {
  position: absolute;
  top: 60px;
  width: 65%;
  left: 1%;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
  border-radius: 4px;
  visibility: visible;
  animation-duration: 0.3s;
  height: auto;
  display: none;
  animation-name: aspAnFadeInDrop;
  -webkit-animation-name: aspAnFadeInDrop;
  box-shadow: 0 10px 20px rgba(213, 213, 213, 0.4);
  border: 1px solid #dcdcdc;
}

.newIndex-layout .col-xs-12 {
  padding: 0;
}

.waves-inner > h2 > span {
  color: #c7c7c7;
}

.newIndex-layout input[type="text"] {
  margin-bottom: 0;
  border: 0;
  padding-right: 0;
  font-size: 16px;
  height: 48px;
}

.newIndex-layout input[type="submit"] {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 0;
  height: 36px;
  background-color: #3d7eff;
}

.home-division {
  background-color: #fff;
  margin-bottom: 15px;
}

.home-division .item {
  position: relative;
}

.newIndex-layout input:focus {
  outline: 0;
}

.newIndex-layout .rmbq {
  text-align: left;
  margin: 0 16%;
  padding: 5px 0;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.newIndex-layout .rmbq a {
  color: #fff;
  padding: 0 12px;
  font-weight: bold;
  font-size: 12px;
}

.newIndex-layout .form-box {
  margin-bottom: 10px;
}

.home-filter--content .focusbox-title {
  padding-top: 0 !important;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 30px auto;
}

.home-filter--content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: inline-table;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .home-filter--content {
    padding: 50px 0px 0px 0px;
  }
}
#canvas {
  width: 100%;
  height: 100%;
}

.billboard {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background-size: cover;
  height: 220px;
}

.search-properties .btn.btn--block {
  width: 50% !important;
  height: 48px;
  float: left;
  background: #5397fd !important;
}

.search-properties .home_search_input {
  height: 48px;
  border-radius: 0 !important;
  border: 0 !important;
}

.search-properties .right-but > a:hover {
  color: #fff !important;
  background: #5397fd !important;
}

.mfr {
  float: right;
}

.mfl {
  float: left;
  display: inline;
  width: 50% !important;
}

.tip-prompt dl {
  font-size: 12px;
  margin: 10px 20px 0 0 !important;
}

.tip-prompt dl dt {
  line-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  border: 1px #7d7d7d solid;
  border-radius: 50%;
  text-align: center;
  color: #7d7d7d;
  font-weight: 400 !important;
}

.tip-prompt dl dd {
  color: #7f7f7f;
}

.tip-prompt dl:nth-child(4n + 0) {
  margin-right: 0 !important;
}

.slideTxtBox {
  width: 100%;
  background: #ed1c24;
  min-height: 100px;
  padding: 20px 0;
  overflow: hidden;
}

.right-but a {
  height: 100%;
  width: 90%;
  text-align: center;
  line-height: 46px;
  border: #5397fd 1px solid;
  display: block;
  color: #5397fd;
  font-size: 15px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: 800;
}

.banner-top:after {
  width: 140%;
  left: -20%;
  height: 432px;
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  border-radius: 0 0 70% 70%;
  /*background: linear-gradient(175deg, rgba(244, 58, 109, 1), rgba(255, 123, 105, 1));
      background: linear-gradient(#603DE0, #1D0178);*/
  background: url(../yuandd-child/assets/images/niu2.png) calc(82% + 1px) 140%
      no-repeat,
    url(../yuandd-child/assets/images/niu1.png) 17% 110% no-repeat,
    linear-gradient(0deg, #ffc107, #5397fd) 0% 100% no-repeat;
  overflow: hidden;
}

.banner-top {
  position: relative;
  overflow: hidden;
}

#billboard .banner-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  height: 380px;
}

#billboard .banner-top {
  top: -76px;
  height: 300px;
}

@media screen and (max-width: 1920px) {
  .banner-top:after {
    background: url(../yuandd-child/assets/images/niu2.png) calc(82% + 1px) 140%
        no-repeat,
      url(../yuandd-child/assets/images/niu1.png) 17% 110% no-repeat,
      linear-gradient(0deg, #ffc107, #5397fd) 0% 100% no-repeat;
    overflow: hidden;
  }
}

/*搜索条 E*/
#child-yuandd .site-header {
  background: #fff0;
  background: rgba(255, 255, 255, 0);
}

.navbar .nav-list > .menu-item > a {
  color: #fff;
}

.navbar .menu-item.menu-item-has-children > a:after {
  color: #fff;
}

#child-yuandd .navFixFlex {
  background-color: rgba(255, 255, 255, 0.7);
}

#child-yuandd .navFixFlex .navbar .nav-list > .menu-item > a {
  color: #202020;
}

#child-yuandd .navFixFlex .navbar .menu-item.menu-item-has-children > a:after {
  color: #202020;
}

#child-yuandd .tap-logo-dis {
  display: none;
}

@media (min-width: 1230px) {
  .site-header .container {
    max-width: 1440px;
  }

  .container {
    max-width: 1280px;
  }
}

.home-filter--content {
  box-shadow: none;
}

.category-box .big {
  margin-right: 0px;
  width: 100%;
}

.child-container-special {
  margin-top: -100px;
}

.bgcolor-fff {
  background: none;
  padding-bottom: 0px;
}

.child-container-special .owl .owl-prev,
.child-container-special .owl .owl-next {
  top: 57px;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 50px;
  background: #f21e3a;
  opacity: 0.1;
}

.child-container-special .owl .owl-prev:hover,
.child-container-special .owl .owl-next:hover {
  opacity: 1;
}

.child-container-special .owl .owl-prev {
  left: -70px;
}

.child-container-special .owl .owl-next {
  right: -70px;
}

/*菜单浮标*/
.menu_new {
  display: block;
  width: 28px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -13px;
  background: url(../yuandd-child/assets/images/ceo-new.png) no-repeat;
  -webkit-animation: upDown 6s ease-in-out infinite;
  animation: upDown 6s ease-in-out infinite;
}

.menu_hot {
  display: block;
  width: 28px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -13px;
  background: url(../yuandd-child/assets/images/ceo-hot.png) no-repeat;
  -webkit-animation: upDown 6s ease-in-out infinite;
  animation: upDown 6s ease-in-out infinite;
}

.menu-item-tran-list-two ul {
  width: 420px;
}
/* 在移动设备上取消宽度样式 */
@media only screen and (max-width: 999px) {
  .menu-item-tran-list-two ul {
    width: auto;
  }
}
.menu-item-tran-list-three ul {
  width: 500px;
}

.menu-item-tran-list-two .menu-item {
  display: inline-block !important;
  width: 49%;
}

.menu-item-tran-list-three .menu-item {
  display: inline-block !important;
  width: 32.6%;
}

.navbar .sub-menu {
  min-width: 170px;
  white-space: normal;
}

.navbar .sep {
  display: none;
}
/*移动手机端样式768px */
@media (max-width: 768px) {
  .home-filter--content .focusbox-title {
    font-size: 28px;
  }

  .navbar .logo {
    max-width: 120px;
  }

  .right-but a {
    width: 93%;
    border-radius: 4px;
  }

  .home-filter--content .form-box input[type="text"] {
    border-radius: 4px !important;
    padding-right: 1em;
  }

  .newIndex-layout .form-box {
    margin-left: 2%;
    margin-right: 2%;
    background: hsl(0 0% 100% / 0.3);
  }

  .search-properties .btn.btn--block {
    width: 50% !important;
    border-radius: 4px;
  }

  .rmbq {
    display: none;
  }

  .child-boxes .category-box .entry-thumbnails {
    height: 108px;
  }

  .child-container-special .owl .owl-prev {
    left: 10px;
  }

  .child-container-special .owl .owl-prev,
  .child-container-special .owl .owl-next {
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    opacity: 1;
  }

  .child-container-special .owl .owl-next {
    right: 10px;
  }

  .layout-width,
  .newIndex-layout {
    margin-top: -40px;
  }

  .banner-top:after {
    background: linear-gradient(1deg, #ffc107, #66cbea) 0% 100% no-repeat;
    /*background-size: 1400% 300%;  //变换颜色*/
    animation: fadedemo 10s ease infinite;
    -webkit-animation: fadedemo 10s ease infinite;
    -moz-animation: fadedemo 10s ease infinite;
  }

  .seanchartdiv {
    margin-left: 14px;
  }

  .seanggc-right {
    display: none;
  }

  .navbar-full .site-header {
    padding: 0 8px;
  }

  .menu_new,
  .menu_hot {
    display: none;
  }
  .payfs {
    padding: 20px 30px 20px 30px !important;
  }
}
/*移动手机端样式768px结束 */
.entry-excerpt {
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 5px 0;
  line-height: 22px;
  font-size: 13px;
  height: 48px;
}

.user-d-flex .flex-user-info {
  border: 2px solid #eeeeee;
  border-radius: 96px;
}

/*绝对定位下：上下微悬浮*/
@keyframes upDown {
  0% {
    transform: translateY(5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}

/*导航菜单图 开始*/
.ccc {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}
.c1 {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #3319ff 0%, #994cff 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}
.c2 {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #f2007f 0%, #d300bc 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}

.c4 {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}

.c5 {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #35dd11 0%, #7af428 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}

/*菜单标签美化*/
.c3 {
  display: inline-block;
  transform: translateY(-12px);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #6454ef 0%, #3021ec 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.15rem 0.275rem;
  line-height: 1;
  font-weight: bold;
}
/*菜单标签美化结束*/
/*横幅广告位*/
.container-houmead {
  display: flex;
  justify-content: space-between; /* 让子元素在容器内两端对齐 */
  align-items: center; /* 垂直居中对齐 */
  margin: 0; /* 清除默认外边距 */
  padding: 0; /* 清除默认内边距 */
  position: relative; /* 让容器成为定位上下文 */
}
.container-houmead::before,
.container11::after {
  content: ""; /* 添加伪元素 */
  flex: 1; /* 使伪元素占据剩余空间 */
}
.container-houmead img {
  width: 100%;
}
.spacer-houmead {
  width: 6px; /* 设置间距的宽度 */
}
/* 在小屏幕上取消弹性布局 */
@media (max-width: 768px) {
  .container-houmead {
    display: block;
  }
}

/* 在宽屏幕上使用弹性布局 */
@media (min-width: 769px) {
  .container-houmead {
    display: flex;
  }
}
/*横幅广告位结束*/
/* 文字广告位 */
.tp-ad-text1 {
  width: 100%; /* 让每个广告位容器使用整个屏幕宽度 */
  display: flex; /* 使用弹性布局 */
  flex-wrap: wrap; /* 允许自动换行 */
  justify-content: space-between; /* 在每行中平均分配空间 */
  padding-top: 6px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff; /* 十六进制颜色 */
  background: rgba(255, 255, 255, 0.2); /* RGBA颜色 */
}

/* 广告位样式 */
.tp-ad-text1 a {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border: 1px dashed #000000; /* 十六进制颜色 */
  border: 1px dashed rgba(0, 0, 0, 0.2); /* RGBA颜色 */
  padding: 0 3px;
  box-sizing: border-box;
  width: calc(20% - 6px); /* 计算每个广告位的宽度，考虑到边框和间距 */
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px; /* 添加底部间距 */
  text-decoration: none;
  transition: all 0.6s;
  font-weight: bold;
  color: #000; /* 初始文字颜色 */
  background-color: transparent; /* 初始背景透明 */
  border-color: #ff0000; /* 设置虚线边框颜色 */
}

/* 广告位文字颜色 */
.tp-ad-text1 .ad-bg-1 {
  color: #601165;
}
.tp-ad-text1 .ad-bg-2 {
  color: #cd4ce9;
}
.tp-ad-text1 .ad-bg-3 {
  color: #4070e0;
}
.tp-ad-text1 .ad-bg-4 {
  color: #df2c88;
}
.tp-ad-text1 .ad-bg-5 {
  color: #2a9092;
}
.tp-ad-text1 .ad-bg-6 {
  color: #f78005;
}
.tp-ad-text1 .ad-bg-7 {
  color: #9d6ca2;
}
.tp-ad-text1 .ad-bg-8 {
  color: #31c591;
}
.tp-ad-text1 .ad-bg-9 {
  color: #bb1fef;
}
.tp-ad-text1 .ad-bg-10 {
  color: #918d10;
}

/* 每个广告位不同的背景颜色 */
.tp-ad-text1 .ad-bg-1:hover {
  background-color: #601165;
  color: #fff;
}
.tp-ad-text1 .ad-bg-2:hover {
  background-color: #cd4ce9;
  color: #fff;
}
.tp-ad-text1 .ad-bg-3:hover {
  background-color: #4070e0;
  color: #fff;
}
.tp-ad-text1 .ad-bg-4:hover {
  background-color: #df2c88;
  color: #fff;
}
.tp-ad-text1 .ad-bg-5:hover {
  background-color: #2a9092;
  color: #fff;
}
.tp-ad-text1 .ad-bg-6:hover {
  background-color: #f78005;
  color: #fff;
}
.tp-ad-text1 .ad-bg-7:hover {
  background-color: #9d6ca2;
  color: #fff;
}
.tp-ad-text1 .ad-bg-8:hover {
  background-color: #31c591;
  color: #fff;
}
.tp-ad-text1 .ad-bg-9:hover {
  background-color: #bb1fef;
  color: #fff;
}
.tp-ad-text1 .ad-bg-10:hover {
  background-color: #918d10;
  color: #fff;
}

/* 在移动手机端调整样式 */
@media screen and (max-width: 768px) {
  .tp-ad-text1 a {
    font-size: 11px;
    font-weight: normal;
    width: calc(50% - 6px);
  }
}
/* 文字广告位结束 */
/*文章上下翻页美化*/
.custom-middle-spacing1 {
  min-height: initial; /* 重置最小高度 */
  padding-right: 5px; /* 重置右内边距 */
  position: initial; /* 重置位置属性 */
  width: auto; /* 重置宽度 */
}
.custom-middle-spacing2 {
  min-height: initial; /* 重置最小高度 */
  padding-left: 5px; /* 重置左内边距 */
  position: initial; /* 重置位置属性 */
  width: auto; /* 重置宽度 */
}
@media (max-width: 768px) {
  .custom-middle-spacing1,
  .custom-middle-spacing2 {
    padding-left: 7px; /* 重置左内边距 */
    padding-right: 7px; /* 重置右内边距 */
  }
  .custom-middle-spacing1 + .custom-middle-spacing2 {
    margin-top: 10px; /* 添加上边距 */
  }
}
.entry-navigation {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-top: 0.7rem;
}
.entry-navigation .entry-page-next,
.entry-navigation .entry-page-prev {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-navigation .entry-page-next:hover,
.entry-navigation .entry-page-prev:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.13);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.13);
}
.entry-navigation .entry-page-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  display: block;
  padding: 1rem;
  font-size: 1rem;
}
.entry-navigation .entry-page-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: block;
  padding: 1rem;
  z-index: 1;
}
.entry-navigation .entry-page-info .rnav {
  font-size: 0.875rem;
  color: #ccc;
}
.entry-navigation .entry-page-info .title {
  font-size: 0.91rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.entry-navigation .entry-page-prev .entry-page-icon {
  padding-right: 0;
}
.entry-navigation .entry-page-prev .entry-page-info {
  text-align: right;
}
.entry-navigation .entry-page-next .entry-page-icon {
  padding-left: 0;
}
.entry-navigation .entry-page-next .entry-page-info {
  text-align: left;
}
/*文章上下翻页美化结束*/
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.entry-tags > a {
  display: inline-block;
  padding: 0.35em 0.65em;
  margin: 0px 5px 2px 0px;
  font-size: 0.85em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #f0f1f3;
  color: #a1a1a8;
}
.h2blue {
  border-left: 5px solid #5282f7 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 15px 15px !important;
  color: #666 !important;
  text-shadow: 0 0 rgb(0 0 0 / 0%) !important;
  font-weight: normal !important;
  background: #eeeeeef0 !important;
  background: rgba(238, 238, 238, 0.9412) !important;
  margin: 5px 0 !important;
}
.h2green {
  border-left: 5px solid #00d084 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 15px 15px !important;
  color: #666 !important;
  text-shadow: 0 0 rgb(0 0 0 / 0%) !important;
  font-weight: normal !important;
  background: #eeeeeef0 !important;
  background: rgba(238, 238, 238, 0.9412) !important;
  margin: 5px 0 !important;
}
.h2yellow {
  border-left: 5px solid #fdc640 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 15px 15px !important;
  color: #666 !important;
  text-shadow: 0 0 rgb(0 0 0 / 0%) !important;
  font-weight: normal !important;
  background: #eeeeeef0 !important;
  background: rgba(238, 238, 238, 0.9412) !important;
  margin: 5px 0 !important;
}
.home-first {
  padding-bottom: 1px;
  margin-top: -5px;
}
.yuandd-bottom {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .yuandd-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .post-grid .entry-wrapper {
    padding: 10px 10px 3px 10px;
  }
}
/*全站弹窗美化*/
.swal2-popup {
  width: 26em;
}
.swal2-title {
  font-size: 1em;
}
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
  border-radius: 10em;
  font-size: 0.875em;
}
/*右侧客服导航美化*/
.fa-diamondkf {
  color: #0334e5 !important;
  background-image: linear-gradient(to bottom, #fff 0, #aac50d 100%) !important;
  background-image: -webkit-gradient(to bottom, #fff 0, #fff 100%) !important;
}
.sidebar i.fa-gem,
.sidebar i.fa-qq,
.sidebar i.fa-arrows-rotate,
.sidebar i.fa-expand {
  font-size: 22px;
  color: #ffa363;
  background-image: linear-gradient(to bottom, #ffa363 0, #fb130a 100%);
  background-image: -webkit-gradient(to bottom, #ffa363 0, #fb130a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.off-canvas .mobile-menu .slicknav_menu .slicknav_nav li {
  max-width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
.go-charge {
  margin-top: 5px;
}
.subtitle {
  margin-top: -5px;
}
.payfs {
  padding: 20px 0px 15px 60px;
}
.article-content embed,
.article-content iframe {
  min-height: 500px;
  max-height: 600px;
}
.swal2-container {
  z-index: 999999 !important;
}

.entry-media .placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.entry-media .placeholder {
  position: relative;
  overflow: hidden;
}

.entry-media .cao-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* 让 SVG 浮层显示在图片之上 */
  pointer-events: none; /* 防止遮挡点击 */
}
