:root {
  --st-bg: #f5f1e8;
  --st-surface: #ffffff;
  --st-soft: #fbf8f1;
  --st-line: #eadfce;
  --st-line-strong: #d9c3a2;
  --st-text: #2b2926;
  --st-muted: #766b5e;
  --st-brand: #b65a2c;
  --st-brand-dark: #8e421d;
  --st-accent: #d8953f;
  --st-blue: #245b78;
  --st-green: #40745d;
  --st-danger: #d3452f;
  --st-shadow: 0 18px 42px rgba(92, 63, 37, 0.12);
  --st-shadow-soft: 0 10px 26px rgba(61, 52, 43, 0.08);
  --st-radius-lg: 18px;
  --st-radius-md: 12px;
  --st-radius-sm: 8px;
  --st-width: 1200px;
}

html {
  background: var(--st-bg);
}

body {
  overflow-x: hidden;
  color: var(--st-text);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94) 0, rgba(245,241,232,.96) 260px, #f2eadf 100%);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

a {
  color: inherit;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

img {
  max-width: 100%;
  object-fit: cover;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

div.publicheadfixedbg {
  display: none;
}

div.bodywrap {
  width: 100%;
  max-width: none;
  min-height: 60vh;
  margin: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

div.publicheadback,
div.publicheadbackhover {
  box-sizing: border-box;
  width: min(var(--st-width), calc(100% - 40px));
  height: auto;
  min-height: 82px;
  margin: 18px auto 0;
  padding: 14px 24px;
  border: 1px solid rgba(217, 195, 162, .78);
  border-radius: var(--st-radius-lg);
  background: rgba(255, 252, 247, .95);
  box-shadow: var(--st-shadow);
}

div.publicheadback {
  top: auto !important;
  position: relative;
}

div.publicheadbackh {
  top: auto;
}

div.publicheadbackhover {
  left: 50%;
  top: -260px;
  position: fixed;
  margin-top: 0;
  transform: translateX(-50%);
  z-index: 999999;
}

div.publicheadbackhoverh {
  top: 12px;
}

div.publicheadlogo,
div.publicheadbackhover div.publicheadlogo {
  display: flex;
  float: left;
  align-items: center;
  width: 331px;
  max-width: 35%;
  height: 54px;
  margin: 0;
}

div.publicheadlogo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

div.publicheadlogo img {
  width: auto;
  max-width: 100%;
  height: 45px;
  object-fit: contain;
  image-rendering: auto;
}

div.publicheadrt,
div.publicheadbackhover div.publicheadrt {
  display: flex;
  float: right;
  align-items: center;
  height: 54px;
  margin: 0;
}

div.publicheadrtnavbk,
div.publicheadbackhover div.publicheadrtnavbk {
  display: flex;
  float: none;
  align-items: center;
  gap: 8px;
  height: auto;
}

div.publicheadrtnav,
div.publicheadbackhover div.publicheadrtnav {
  float: none;
  height: auto;
  line-height: 1;
  margin: 0;
  color: var(--st-text);
  font-size: 15px;
  font-weight: 600;
}

div.publicheadrtnav > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--st-text);
  white-space: nowrap;
}

div.publicheadrtnav > a:hover {
  border-color: rgba(180, 90, 44, .22);
  background: rgba(180, 90, 44, .10);
  color: var(--st-brand-dark);
}

div.publicheadrtnav:nth-last-child(1) > a {
  background: linear-gradient(135deg, var(--st-brand), var(--st-accent));
  color: #fff;
  box-shadow: 0 10px 22px rgba(180, 90, 44, .22);
}

.banner,
.slider,
.slick-item,
.image-bg {
  max-height: 560px;
}

.banner {
  width: min(var(--st-width), calc(100% - 40px));
  margin: 18px auto 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--st-shadow);
  background: #d8c8b2;
}

.image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(40, 29, 20, .55), rgba(40, 29, 20, .10) 62%);
  pointer-events: none;
}

.slick-hero-slider-caption {
  position: relative;
  z-index: 1;
  padding-left: 36px;
}

.bannerwenzi1 {
  color: #fff3cf;
  font-weight: 700;
  letter-spacing: 0;
}

.bannerwenzi2 {
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
}

.bannerwenzi4 img {
  max-width: 170px;
  height: auto;
  image-rendering: auto;
}

div.indexoneback,
div.neiyeback,
div.nyback {
  width: 100%;
  padding: 36px 0 48px;
  background: transparent;
}

div.indexone_tbk,
div.fabu_1title,
div.nyconttwo_t {
  color: var(--st-text);
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

div.indexone_tbk::after,
div.fabu_1title::after,
div.nyconttwo_t::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--st-brand), var(--st-accent));
}

div.fabu_1title::after,
div.nyconttwo_t::after {
  margin-left: 0;
}

div.indexone,
div.indextwoback,
div.nycontoneback,
div.nyconttwoback,
div.nyhuiyuancontent,
div.neiyebread,
div.fabuoneback,
div.fabu2listback,
div.usercenterbk {
  box-sizing: border-box;
  width: min(var(--st-width), calc(100% - 40px));
  max-width: var(--st-width);
  margin-left: auto;
  margin-right: auto;
}

div.indexone {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

div.indexoneleftbk,
div.indexoneleftbk:nth-child(2n) {
  float: none;
  width: 100%;
  min-height: 170px;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-md);
  background: var(--st-surface);
  box-shadow: var(--st-shadow-soft);
}

div.indexoneleftbk > a {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 170px;
  color: inherit;
}

div.indexoneleft_pic {
  float: none;
  width: 100%;
  height: 100%;
  min-height: 170px;
  background: #efe6d8;
}

div.indexoneleft_pic img {
  width: 100%;
  height: 100%;
  image-rendering: auto;
}

div.indexonertbk {
  float: none;
  width: 100%;
  height: auto;
  padding: 20px 22px;
}

div.indexonert_t {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  color: var(--st-text);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

div.indexonert_time {
  margin-top: 8px;
  color: var(--st-muted);
  font-size: 13px;
  line-height: 1.65;
}

div.indexoneleftbk:hover {
  transform: translateY(-2px);
  box-shadow: var(--st-shadow);
}

div.indexoneleftbk:hover div.indexonert_t {
  color: var(--st-brand-dark);
}

div.indextwoback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  margin-top: 22px;
  padding-bottom: 46px;
}

div.indextwoleft,
div.indextworight {
  float: none;
  width: auto;
}

div.indextwoleft_1,
div.indextworight {
  box-sizing: border-box;
  padding: 22px;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-lg);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--st-shadow-soft);
}

div.indextwoleft_1t {
  height: auto;
  line-height: 1.3;
  margin-bottom: 16px;
}

div.indextwoleft_1t_t {
  float: none;
  height: auto;
  font-size: 24px;
  color: var(--st-text);
}

div.indextwoleft_1pic {
  height: 320px;
  border-radius: var(--st-radius-md);
  overflow: hidden;
}

div.indextwoleft_2 {
  display: block;
  margin-top: 18px;
}

div.indextwoleft_2 > div:has(.indextwoleft_2_list) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

div.indextwoleft_2 > div[style*="border-bottom"] {
  display: block;
  margin: 24px 0 !important;
}

div.indextwoleft_2_list,
div.indextwoleft_2_list:nth-child(2n) {
  float: none;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 195, 162, .6);
  border-radius: var(--st-radius-md);
  background: #fff;
  box-shadow: var(--st-shadow-soft);
}

div.indextwoleft_2_list > a {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  min-height: 150px;
}

div.indextwoleft_2_list_pic {
  float: none;
  width: 100%;
  height: 100%;
}

div.indextwoleft_2_listrt {
  float: none;
  width: 100%;
  padding: 18px 18px 16px;
}

div.indextwoleft_2_listrt_1 {
  height: auto;
  overflow: visible;
  color: var(--st-text);
  font-size: 16px;
  line-height: 1.55;
}

div.indextwoleft_2_listrt_2 {
  height: auto;
  margin: 9px 0 10px;
  overflow: visible;
  color: var(--st-muted);
  font-size: 13px;
  line-height: 1.65;
}

div.indextwoleft_2_listrt_more {
  display: inline-flex;
  width: auto;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(64, 116, 93, .1);
  color: var(--st-green);
  font-weight: 600;
}

div.indextwopic {
  height: 150px;
  overflow: hidden;
  border-radius: var(--st-radius-md);
}

div.indextwodesc {
  height: auto;
  max-height: none;
  overflow: visible;
  margin-top: 16px;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.85;
}

div.indextwort_2 {
  margin-top: 22px;
}

div.indextwort2list {
  height: auto;
  min-height: 40px;
  line-height: 1.45;
  padding: 9px 0;
  border-bottom: 1px dashed var(--st-line);
}

div.indextwort2list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 12px;
  align-items: start;
}

div.indextwort2list_l,
div.indextwort2list_r {
  float: none;
  width: auto;
  height: auto;
  color: var(--st-muted);
}

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

div.indextwort2list_r {
  text-align: right;
  white-space: nowrap;
}

div.nynavback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  height: auto;
  margin-top: 18px;
  padding: 0 20px;
}

div.nynavbutton {
  width: auto;
  min-width: 92px;
  height: 38px;
  margin: 0;
  border-color: rgba(180, 90, 44, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  line-height: 38px;
}

div.nynavbutton a {
  display: block;
  padding: 0 16px;
  color: var(--st-muted);
}

div.nynavbuttonh,
div.nynavbutton:hover {
  border-color: var(--st-brand);
  background: var(--st-brand);
}

div.nynavbuttonh a,
div.nynavbutton:hover a {
  color: #fff;
}

div.nybannerback {
  width: min(var(--st-width), calc(100% - 40px));
  min-height: 120px;
  margin: 20px auto 0;
  border-radius: var(--st-radius-lg);
  background:
    linear-gradient(135deg, rgba(36,91,120,.92), rgba(180,90,44,.86)),
    url(../img/indextopbg.jpg) center/cover no-repeat;
  box-shadow: var(--st-shadow);
}

div.nybanner_ent {
  display: none;
}

div.neiyebread {
  padding-top: 24px;
  color: var(--st-muted);
  font-size: 14px;
}

div.neiyebread a {
  color: var(--st-blue);
}

div.nycontoneback {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: var(--st-shadow-soft);
}

div.nycontoneleft,
div.nycontonert {
  float: none;
  width: auto;
  margin: 0;
}

div.nycontentleftbigpic,
div.nycontentleftbigpic .swiper-slide,
div.nycontentleftbigpic .swiper-slide img {
  width: 100%;
  height: 400px;
  border-radius: var(--st-radius-md);
  overflow: hidden;
}

div.nycontentleftsmallpic .swiper-slide img {
  height: 96px;
  border-radius: var(--st-radius-sm);
}

div.nycontonert_t {
  color: var(--st-text);
  font-size: 26px;
  line-height: 1.55;
}

div.nycontentrtxx {
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.9;
}

div.nycontentmore,
.btn.btn-info,
button.btn-info {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--st-brand), var(--st-accent));
  color: #fff;
  box-shadow: 0 10px 22px rgba(180, 90, 44, .22);
}

div.nycontentmore:hover,
.btn.btn-info:hover,
button.btn-info:hover {
  background: linear-gradient(135deg, var(--st-brand-dark), var(--st-brand));
  color: #fff;
}

div.nyconttwoback {
  margin-top: 30px;
  padding: 24px 26px 44px;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-lg);
  background: rgba(255,255,255,.92);
  box-shadow: var(--st-shadow-soft);
}

div.nyconttwo_t {
  padding-bottom: 0;
  border-bottom: 0;
}

div.nyconttwonr {
  padding: 26px 0 20px;
  color: var(--st-text);
  font-size: 16px;
  line-height: 2;
}

div.nyhuiyuancontent {
  line-height: 1.8;
}

.fee-section {
  max-width: none !important;
}

.fee-head h1 {
  color: var(--st-text) !important;
}

.fee-plan,
.fee-rules {
  border-color: rgba(217, 195, 162, .72) !important;
  border-radius: var(--st-radius-md) !important;
  box-shadow: var(--st-shadow-soft) !important;
}

.fee-plan strong {
  color: var(--st-brand-dark) !important;
}

.fee-plan.featured {
  border-color: rgba(180,90,44,.42) !important;
  background: linear-gradient(180deg, #fff, #fff9ef) !important;
}

div.loginback {
  min-height: calc(100vh - 170px);
  padding: 58px 20px 70px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(36, 91, 120, .10), transparent 40%),
    linear-gradient(315deg, rgba(216, 149, 63, .18), transparent 42%);
}

div.loginmain,
div.remain {
  box-sizing: border-box;
  width: min(560px, 100%);
  height: auto;
  min-height: 0;
  padding: 34px 0 32px;
  border: 1px solid rgba(217, 195, 162, .68);
  border-radius: var(--st-radius-lg);
  background: rgba(255,255,255,.96);
  box-shadow: var(--st-shadow);
}

div.loginmain_t {
  padding: 0 35px;
  color: var(--st-text);
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

div.loginmain_t::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--st-brand), var(--st-accent));
}

div.loginmain_li_t,
div.remain_li_t {
  color: var(--st-muted);
  font-size: 14px;
  line-height: 30px;
}

div.loginmain_li_input,
div.remain_li_input {
  height: 48px;
  border: 1px solid rgba(217, 195, 162, .72);
  border-radius: var(--st-radius-sm);
  background: #fff;
}

div.loginmain_li_input input,
div.remain_li_input input {
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  color: var(--st-text);
  font-size: 15px;
}

div.loginmain_li_input:focus-within,
div.remain_li_input:focus-within,
div.fabu2list_xxtitle input:focus,
div.fabu2list_content:focus-within,
div.fabu2list_bread select:focus,
div.fabu2list_youxiao select:focus {
  border-color: var(--st-brand);
  box-shadow: 0 0 0 3px rgba(180,90,44,.10);
}

div.loginmain_submit,
div.remain_submit {
  width: auto;
  min-width: 150px;
  height: 46px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--st-brand), var(--st-accent));
  line-height: 46px;
  box-shadow: 0 10px 22px rgba(180, 90, 44, .22);
}

div.loginmain_submit:hover,
div.remain_submit:hover {
  background: linear-gradient(135deg, var(--st-brand-dark), var(--st-brand));
}

div.loginmain_submit input,
div.remain_submit input {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

div.loginmainbottom a,
div.regcheckbk a {
  color: var(--st-blue);
}

div.regcheckbk {
  padding: 8px 35px 0;
  color: var(--st-muted);
  line-height: 1.8;
}

div.fabuoneback,
div.fabu2listback {
  padding-left: 0;
  padding-right: 0;
}

div.fabuoneback {
  padding-top: 44px;
  padding-bottom: 58px;
}

div.fabuoneback form,
div.fabu2listback {
  box-sizing: border-box;
  padding: 26px;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-lg);
  background: rgba(255,255,255,.94);
  box-shadow: var(--st-shadow-soft);
}

div.fabuoneback form div.fabu2listback {
  width: 100%;
  max-width: none;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

div.fabu2list_t {
  width: 112px;
  height: auto;
  min-height: 42px;
  line-height: 42px;
  color: var(--st-text);
  font-size: 15px;
  font-weight: 600;
}

div.fabu2list_bread,
div.fabu2list_youxiao,
div.fabu2list_xxtitle,
div.fabu2listuploadpic,
div.fabu2list_content {
  box-sizing: border-box;
  float: left;
  width: min(760px, calc(100% - 130px));
  height: auto;
  margin-top: 0;
}

div.fabu2list_bread {
  min-height: 42px;
  line-height: 42px;
}

div.fabu2list_bread select,
div.fabu2list_youxiao select,
div.fabu2list_xxtitle input {
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  height: 42px;
  border: 1px solid rgba(217, 195, 162, .72);
  border-radius: var(--st-radius-sm);
  background: #fff;
  color: var(--st-text);
  outline: none;
}

div.fabu2list_xxtitle input {
  max-width: 100%;
}

div.fabu2list_content {
  height: 260px;
  border: 1px solid rgba(217, 195, 162, .72);
  border-radius: var(--st-radius-sm);
  background: #fff;
  overflow: hidden;
}

div.fabu2list_content textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
  color: var(--st-text);
  font-size: 15px;
  line-height: 1.8;
  outline: none;
  resize: vertical;
}

div.fabu2list_contentmt {
  margin-top: 16px;
}

div.fabu2submit {
  padding-left: 112px;
}

div.fabu2bottomxx {
  padding-left: 112px;
  color: var(--st-muted);
  font-size: 13px;
}

div.usercenterbk {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  padding: 54px 0 64px;
}

div.usercenterleft,
div.usercenterrt {
  float: none;
  width: auto;
}

div.usercenterleft,
div.usercenterrt {
  overflow: hidden;
  border: 1px solid rgba(217, 195, 162, .62);
  border-radius: var(--st-radius-lg);
  background: rgba(255,255,255,.94);
  box-shadow: var(--st-shadow-soft);
}

div.usercenterrt {
  padding: 24px 28px 42px;
}

div.usercenterl_li1 {
  height: auto;
  min-height: 104px;
  padding: 18px;
  background: linear-gradient(135deg, #fff8ed, #ffffff);
}

div.usercenterl_li1_left {
  width: 62px;
  height: 62px;
  margin: 0;
  border: 1px solid var(--st-line);
  background: #fff;
}

div.usercenterl_li1_rt {
  width: calc(100% - 78px);
  margin-left: 16px;
}

div.usercenterl_li1_rt_t {
  margin-top: 0;
  overflow-wrap: anywhere;
  color: var(--st-text);
  font-size: 16px;
  line-height: 62px;
}

div.usercenterl_li_list {
  height: auto;
  min-height: 52px;
  padding-left: 22px;
  border-top: 1px solid var(--st-line);
  background: #fff;
  color: var(--st-text);
  font-size: 16px;
  line-height: 52px;
}

div.usercenterl_li_list:hover,
div.usercenterl_li_listh {
  background: var(--st-brand);
  color: #fff;
}

div.usercenterl_li_list a,
div.usercenterl_li_listh a {
  color: inherit;
}

div.userinfobk {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px dashed var(--st-line);
}

div.userinfobk::before {
  display: none;
}

div.userinfobk div.fabu2list_t {
  float: none;
  width: auto;
  min-height: 0;
  line-height: 1.8;
  text-align: right;
}

div.fabu2list_userinfo {
  float: none;
  min-width: 0;
  line-height: 1.8;
  overflow-wrap: anywhere;
  color: var(--st-text);
}

div.fabu2list_userinfo span.chongzhi {
  width: auto;
  height: 34px;
  margin-left: 12px;
  padding: 0 15px;
  border-color: rgba(64,116,93,.36);
  border-radius: 999px;
  color: var(--st-green);
  line-height: 34px;
}

div.fabu2list_userinfo span.chongzhi:hover {
  background: var(--st-green);
}

.recharge-dialog {
  border: 1px solid rgba(217,195,162,.8);
  border-radius: var(--st-radius-lg) !important;
  background: linear-gradient(145deg, #fffaf2, #ffffff 55%, #eef6f2) !important;
}

div.myfabu_top {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 120px;
  gap: 12px;
  height: auto;
  min-height: 52px;
  padding: 0 18px;
  border-radius: var(--st-radius-md);
  background: #fff8ed;
}

div.myfabu_top_1,
div.myfabu_top_2,
div.myfabu_top_3 {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--st-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}

div.myfabu_top_3 {
  text-align: center;
}

div.fabuinfolistbk {
  margin-top: 14px;
  min-height: 160px;
}

div.fabuinfolist {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 120px;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 14px 18px;
  border-top: 0;
  border-bottom: 1px dashed var(--st-line);
}

div.fabuinfolist div.fabulistinfoleft_t {
  float: none;
  display: block;
  width: auto;
  height: auto;
  min-height: 28px;
  margin: 0;
  overflow: visible;
  color: var(--st-text);
  font-size: 15px;
  line-height: 1.8;
}

div.fabulistinfoleft_shenhe {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--st-danger);
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}

div.shenhetishi {
  height: auto;
  color: var(--st-muted);
  line-height: 1.7;
}

div.publicfooterback {
  margin-top: 0;
  padding: 34px 20px;
  background: #2d2924;
}

div.publicfooter {
  width: min(var(--st-width), 100%);
  margin: 0 auto;
}

div.publicfooterlogo {
  display: none;
}

div.publicfooter_navback {
  width: 100%;
  line-height: 1.8;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

div.publicfooter_navback span {
  display: inline-block;
  margin: 3px 6px;
}

div.publicfooter_nav2back {
  line-height: 1.8;
}

div.publicfooter_nav2back a {
  display: inline-block;
  margin: 8px 14px 0;
  color: #fff;
}

div.publicfooterbottombk {
  width: 100%;
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
}

div.publicfooterbottom,
div.publicfooterbottom a {
  color: rgba(255,255,255,.66);
}

.paginatoin-area a,
.paginatoin-area a sapn {
  border: 1px solid var(--st-line);
  border-radius: 999px;
  background: #fff;
  color: var(--st-muted);
}

.paginatoin-area .active,
.paginatoin-area a:hover,
.paginatoin-area .current,
.paginatoin-area .page-num-current,
.paginatoin-area a span:hover,
.paginatoin-area a:hover span {
  background: var(--st-brand);
  color: #fff;
}

@media (max-width: 1180px) {
  :root {
    --st-width: 100%;
  }

  div.publicheadback,
  div.publicheadbackhover,
  .banner,
  div.nybannerback,
  div.indexone,
  div.indextwoback,
  div.nycontoneback,
  div.nyconttwoback,
  div.nyhuiyuancontent,
  div.neiyebread,
  div.fabuoneback,
  div.fabu2listback,
  div.usercenterbk {
    width: calc(100% - 28px);
  }

  div.publicheadback,
  div.publicheadbackhover {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  div.publicheadlogo,
  div.publicheadbackhover div.publicheadlogo,
  div.publicheadrt,
  div.publicheadbackhover div.publicheadrt {
    float: none;
    max-width: none;
  }

  div.publicheadrt,
  div.publicheadbackhover div.publicheadrt {
    width: 100%;
    height: auto;
  }

  div.publicheadrtnavbk,
  div.publicheadbackhover div.publicheadrtnavbk {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  div.indexone,
  div.indextwoback,
  div.indextwoleft_2,
  div.nycontoneback,
  div.usercenterbk {
    grid-template-columns: 1fr;
  }

  div.indexoneleftbk > a,
  div.indextwoleft_2_list > a {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  div.nycontoneback {
    padding: 18px;
  }

  div.usercenterbk {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  div.publicheadback,
  div.publicheadbackhover,
  .banner,
  div.nybannerback,
  div.indexone,
  div.indextwoback,
  div.nycontoneback,
  div.nyconttwoback,
  div.nyhuiyuancontent,
  div.neiyebread,
  div.fabuoneback,
  div.fabu2listback,
  div.usercenterbk {
    width: calc(100% - 20px);
  }

  div.publicheadback,
  div.publicheadbackhover {
    padding: 12px;
    border-radius: var(--st-radius-md);
  }

  div.publicheadlogo,
  div.publicheadbackhover div.publicheadlogo {
    width: 100%;
    height: auto;
  }

  div.publicheadrtnav > a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 14px;
  }

  .banner,
  .slider,
  .slick-item,
  .image-bg {
    height: 340px !important;
  }

  .slick-hero-slider-caption {
    padding-left: 12px;
  }

  .bannerwenzi1 {
    font-size: 36px;
  }

  .bannerwenzi2 {
    font-size: 24px;
  }

  div.indexoneleftbk > a,
  div.indextwoleft_2_list > a {
    grid-template-columns: 1fr;
  }

  div.indexoneleft_pic,
  div.indextwoleft_2_list_pic {
    height: 190px;
  }

  div.indextwoleft_1,
  div.indextworight,
  div.nyconttwoback,
  div.fabuoneback form,
  div.fabu2listback,
  div.usercenterrt {
    padding: 18px;
  }

  div.indextwoleft_1pic {
    height: 220px;
  }

  div.nycontentleftbigpic,
  div.nycontentleftbigpic .swiper-slide,
  div.nycontentleftbigpic .swiper-slide img {
    height: 260px;
  }

  div.fabu2list_t,
  div.fabu2list_bread,
  div.fabu2list_youxiao,
  div.fabu2list_xxtitle,
  div.fabu2listuploadpic,
  div.fabu2list_content {
    float: none;
    width: 100%;
    text-align: left;
  }

  div.fabu2list_t {
    min-height: 0;
    margin-top: 12px;
    line-height: 1.7;
  }

  div.fabu2submit,
  div.fabu2bottomxx {
    padding-left: 0;
  }

  div.userinfobk,
  div.myfabu_top,
  div.fabuinfolist {
    grid-template-columns: 1fr;
  }

  div.userinfobk div.fabu2list_t,
  div.myfabu_top_3,
  div.fabulistinfoleft_shenhe {
    text-align: left;
  }

  div.myfabu_top_1,
  div.myfabu_top_2,
  div.myfabu_top_3 {
    line-height: 1.6;
    padding: 3px 0;
  }
}
