* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}
@font-face {
  font-family: "Source";
  src: url("../font/sourcehanserifcn-medium-6-webfont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #4099FF;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
}

/* 滚动条滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停颜色 */
}


body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: url(../images/news_xx_bj.png) repeat-y;
  background-size: cover;
  background-attachment: fixed;
  color: #666;
  font-size: 14px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  padding: 0px 100px;
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s;
  background: rgba(0, 0, 0, .8);
}


.header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 70px;
}

.header .nav {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.header .nav .nLi {
  height: 100%;
  position: relative;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  position: relative;
  color: #fff8e8;
  font-family: "Source";
  position: relative;
}

.header .nav .nLi:hover{
   background: url(../images/bg-topnav-active.png) no-repeat;
   background-size: 100% 100%;
}

.header .nav .nLi.on {
  background: url(../images/bg-topnav-active.png) no-repeat;
  background-size: 100% 100%;
}

.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  transform: translateX(-100%);
  transition: all 0.3s 0.2s ease;
}

.menu_box.into {
  transform: translateX(0%);
  transition: all 0.3s ease;
}

.menu_cot {
  width: 70%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  background: url(../images/big_bj.png) no-repeat;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.menu_box.into .menu_cot {
  transform: translateX(0%);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 30px;
}

.menu_close1 {
  padding: 20px;
  box-sizing: border-box;
  text-align: right;
}

.menu_close1 a {
  text-align: right;
  box-sizing: border-box;
  color: #333;
  font-size: 30px;
}



.in_banner {
  height: auto;
  font-family: 'Source';
  position: relative;
  overflow: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .bj .pc_img img,
.in_banner .swiper-slide .bj .pc_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.in_banner .swiper-slide .bj .ph_img{
  display: none;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  height: 100%;
}

.in_banner .swiper-slide .nr .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_banner .swiper-button-next{
  transform: rotate(180deg);
}

.in_banner .swiper-button-next img,
.in_banner .swiper-button-prev img{
  width: 100%;
  height: auto;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after{
  content: '';
  display: none;
}

.in_banner .ba_di{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.in_banner .ba_di img{
  width: 100%;
  height: auto;
}

.ba_logo{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 14vw;
  z-index: 2;
}

.ba_logo img{
  width: 100%;
  height: auto;
}

.in_banner .ba_wz{
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 2;
  max-width: 1200px;
  width: 90%;
}

.in_banner .ba_wz h2{
  position: relative;
  overflow: hidden;
}

.in_banner .ba_wz h2 img{
  width: 100%;
  height: auto;
}

.in_banner .ba_wz h3{
  text-align: center;
}

.in_banner .ba_wz h3 a{
  display: inline-block;
}

.in_banner .ba_wz h3 a img{
width: 17vw;
min-width: 250px;
}

.in_banner .ba_wz h3 a{
transition: 0.3s;
}

.in_banner .ba_wz h3 a:hover{
transform: translateY(-10px);
transition: 0.3s;
}

.in_banner .ba_wz h3 a img:nth-child(1){
  display: block;
}

.in_banner .ba_wz h3 a img:nth-child(2){
  display: none;
}

.in_banner .ba_wz h3 a:hover img:nth-child(1){
  display: none;
}

.in_banner .ba_wz h3 a:hover img:nth-child(2){
  display: block;
}

.in_banner .ba_xz{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.in_banner .ba_xz .xz_ewm{
  width: 220px;
  height: 170px;
  background: url(../images/yx_xz.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.in_banner .ba_xz .xz_ewm:hover{
  transform: translateY(-3px);
  transition: 0.3s;
  filter: brightness(1.3);
}

.in_banner .ba_xz .xz_ewm .ewm_text{
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #fff8e8;
  font-family: "Source";
  letter-spacing: 4px;
  margin-right: 15px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.in_banner .ba_xz .xz_ewm .ewm_img{
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

.in_banner .ba_xz .xz_ewm .ewm_img img{
  width: 100%;
  height: 100%;
  display: block;
}

.in_banner .ba_xz .xz_btn{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 15px;
  max-width: 500px;
}

.in_banner .ba_xz .xz_btn_left{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.in_banner .ba_xz .xz_btn_right{
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_banner .ba_xz .xz_btn a{
  display: block;
  transition: all 0.3s ease;
}

.in_banner .ba_xz .xz_btn a:hover{
  transform: translateY(-3px);
  filter: brightness(1.1);
}

.in_banner .ba_xz .xz_btn a img{
  display: block;
  width: 100%;
  height: auto;
}

.in_banner .ba_xz .xz_btn_left a{
  width: 280px;
}

.in_banner .ba_xz .xz_btn_right a{
  width: 220px;
}

.in_banner .ba_xz .xz_btn_right a img{
 width: 100%;
 filter: brightness(1);
}

.in_banner .ba_xz a:hover img{
  filter: brightness(1.3);
}

.in_banner .ba_xz .xz_video{
  width: 180px;
  height: 170px;
  position: relative;
  transition: 0.3s;
}

.in_banner .ba_xz .xz_video:hover{
  transform: translateY(-3px);
  transition: 0.3s;
  filter: brightness(1.3);
}

.in_banner .ba_xz .xz_video .video_frame{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.in_banner .ba_xz .xz_video .video_frame img{
  width: 100%;
  height: 100%;
}

.in_banner .ba_xz .xz_video .video_pic{
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  margin-left: 1px;
  margin-top: 1px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.in_banner .ba_xz .xz_video .video_pic::after{
  content: '';
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_banner .ba_xz .xz_video .video_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .ba_xz .xz_video .video_play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.in_banner .ba_xz .xz_video .video_play:hover{
  transform: translate(-50%, -50%) scale(1.15);
}

.in_banner .ba_xz .xz_video .video_play img{
  width: 100%;
  height: 100%;
}

.video_popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.video_popup.show{
  display: block;
}

.video_popup .popup_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.video_popup .popup_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  background-size: 100% 100%;
  padding: 45px 35px 35px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}

.video_popup .popup_box:before{
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid rgba(139, 107, 61, 0.5);
  border-radius: 10px;
  pointer-events: none;
}

.video_popup .popup_close{
  position: absolute;
  top: 2px;
  right: 7px;
  z-index: 2;
}

.video_popup .popup_close a{
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff8e8;
  font-size: 22px;
  background: rgba(61, 47, 24, 0.8);
  border: 1px solid #8b6b3d;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.video_popup .popup_close a:hover{
  background: #8b6b3d;
  transform: rotate(90deg);
}

.video_popup .popup_title{
  text-align: center;
  font-size: 22px;
  color: #fff8e8;
  font-family: "Source";
  letter-spacing: 5px;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  position: relative;
  padding-bottom: 12px;
  flex-shrink: 0;
}

.video_popup .popup_title:before,
.video_popup .popup_title:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 35%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8b6b3d, transparent);
}

.video_popup .popup_title:before{
  left: 5%;
}

.video_popup .popup_title:after{
  right: 5%;
  background: linear-gradient(90deg, transparent, #8b6b3d, transparent);
}

.video_popup .popup_content{
  width: 100%;
  background: #000;
  border: 2px solid #8b6b3d;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_popup .popup_content video{
  width: 100%;
  max-height: calc(85vh - 140px);
  height: auto;
  display: block;
  object-fit: contain;
}

.bigdiv{
  background: url(../images/big_bj.png) no-repeat top center;
  background-size: cover;
  padding-top: 40px;
  overflow: hidden;
}



.bigdiv .box_bt{
  text-align: center;
  margin-bottom: 40px;
}

.bigdiv .box_bt img{
  width: 320px;
  max-width: 80%;
  height: auto;
}

/* ========== 新闻资讯 ========== */
.in_box{
  padding: 60px 0 40px;
}

.in_box .container{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}

.in_box .box_pic{
  width: 52%;
  flex-shrink: 0;
  position: relative;
}

.in_box .box_pic .swiper{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.in_box .box_pic .swiper-slide a{
  display: block;
}

.in_box .box_pic .swiper-slide img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.in_box .news_dian{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.in_box .news_dian span{
  width: 14px;
  height: 14px;
  background: url(../images/qh_dian.png) no-repeat center;
  background-size: contain;
  opacity: 0.35;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}

.in_box .news_dian span.on{
  opacity: 1;
  transform: scale(1.15);
}

.in_box .box_news{
  flex: 1;
  min-width: 0;
  padding-top: 10px;
}

.in_box .box_news .hd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(139, 90, 43, 0.2);
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.in_box .box_news .hd ul{
  display: flex;
  align-items: center;
  gap: 8px;
}

.in_box .box_news .hd ul li{
  font-size: 18px;
  color: #5a3a1a;
  font-family: "Source";
  padding: 8px 22px;
  padding-top: 12px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
}

.in_box .box_news .hd ul li.on{
  color: #fff8e8;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.in_box .box_news .hd .more{
  color: #c23a2b;
  font-size: 14px;
  font-family: "Source";
  letter-spacing: 1px;
  flex-shrink: 0;
  font-weight: bold;
}

.in_box .box_news .hd .more:hover{
  color: #e04a38;
}

.in_box .box_news .bd ul li{
  border-bottom: 1px dashed rgba(139, 90, 43, 0.15);
}

.in_box .box_news .bd ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  color: #3d2a14;
  font-size: 15px;
  gap: 20px;
}

.in_box .box_news .bd ul li a:hover{
  color: #c23a2b;
}

.in_box .box_news .bd ul li a em{
  color: #8b5a2b;
  margin-right: 4px;
  font-style: normal;
}

.in_box .box_news .bd ul li a span{
  color: #9a7b55;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ========== 游戏特色 ========== */
.in_box2{
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}

.in_box2 .feat_slide{
  position: relative;
  width: 100%;
}

.in_box2 .swiper{
  width: 100%;
  overflow: visible;
  padding: 20px 0 50px;
}

.in_box2 .swiper-wrapper{
  align-items: center;
}

.in_box2 .swiper-slide{
  width: 58%;
  max-width: 1100px;
  z-index: 1;
  transition: z-index 0s;
}

.in_box2 .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 40px rgba(0,0,0,0.28);
  transform: scale(0.86);
  opacity: 0.7;
  filter: brightness(0.65);
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transform-origin: center center;
}

.in_box2 .swiper-slide-active{
  z-index: 10;
}

.in_box2 .swiper-slide-active img{
  transform: scale(1);
  opacity: 1;
  filter: brightness(1);
}

.in_box2 .swiper-slide-prev,
.in_box2 .swiper-slide-next{
  z-index: 5;
  cursor: pointer;
}

.in_box2 .swiper-button-next,
.in_box2 .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.in_box2 .swiper-button-next{
  right: calc((100% - 58%) / 4);
  transform: translateY(-50%) rotate(180deg);
}

.in_box2 .swiper-button-prev{
  left: calc((100% - 58%) / 4);
}

.in_box2 .swiper-button-next img,
.in_box2 .swiper-button-prev img{
  width: 100%;
  height: auto;
}

.in_box2 .swiper-button-next::after,
.in_box2 .swiper-button-prev::after{
  content: '';
  display: none;
}

.in_box2 .feat_dian{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 20;
}

.in_box2 .feat_dian .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: url(../images/qh_dian.png) no-repeat center;
  background-size: contain;
  opacity: 0.35;
  margin: 0 !important;
  border-radius: 0;
  transition: 0.3s;
}

.in_box2 .feat_dian .swiper-pagination-bullet-active{
  opacity: 1;
  transform: scale(1.15);
}

/* ========== 职业介绍 ========== */
.in_box3{
  padding: 50px 0 40px;
  position: relative;
  min-height: 820px;
  overflow: hidden;
}

.in_box3 .box_bt{
  position: relative;
  z-index: 5;
  text-align: left;
  padding-left: 340px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.in_box3 .job_body{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 740px;
}

.in_box3 .job_side{
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  flex-shrink: 0;
  width: 290px;
  height: 737px;
  background: url(../images/in_box3_qhbj.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  align-self: center;
}

.in_box3 .job_side ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

.in_box3 .job_side ul li{
  font-size: 20px;
  color: rgba(255,248,232,0.55);
  font-family: "Source";
  letter-spacing: 4px;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  padding: 6px 8px;
  line-height: 1.2;
}

.in_box3 .job_side ul li:hover{
  color: rgba(255,248,232,0.9);
}

.in_box3 .job_side ul li.on{
  color: #fff8e8;
  font-size: 34px;
  letter-spacing: 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.in_box3 .job_side ul li.on:before{
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff8e8;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(255,248,232,0.85);
}

.in_box3 .job_panel{
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 740px;
  display: flex;
  align-items: center;
}

.in_box3 .job_item{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 740px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-right: 0;
}

.in_box3 .job_item.on{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.in_box3 .job_info{
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 420px;
  max-width: 38%;
  margin-left: 40px;
  margin-top: 0;
  z-index: 3;
  flex-shrink: 0;
  align-self: center;
}

.in_box3 .job_title{
  position: relative;
  margin-bottom: 36px;
}

.in_box3 .job_title h2{
  font-size: 96px;
  color: #8b3e1a;
  font-family: "Source";
  letter-spacing: 8px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}

.in_box3 .job_title h2 .cn{
  position: relative;
  display: inline-block;
}

.in_box3 .job_title h2 .cn:first-child{
  transform: translateY(-6px);
}

.in_box3 .job_title h2 .en{
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  font-size: 16px;
  letter-spacing: 3px;
  color: #2a1a0e;
  font-style: normal;
  font-family: "pingfang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}

.in_box3 .job_title h3{
  display: inline-block;
  margin-top: 18px;
  background: url(../images/in_box4_xbj.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff8e8;
  font-size: 15px;
  padding: 10px 36px;
  letter-spacing: 3px;
  font-family: "Source";
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
}

.in_box3 .job_desc p{
  font-size: 15px;
  line-height: 1.95;
  color: #4a3420;
  margin-bottom: 28px;
  text-align: justify;
}

.in_box3 .job_desc .more{
  color: #c23a2b;
  font-size: 16px;
  font-family: "Source";
  letter-spacing: 2px;
}

.in_box3 .job_desc .more:hover{
  color: #e04a38;
}

.in_box3 .job_pic{
  position: relative;
  right: auto;
  top: auto;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
  align-self: center;
}

.in_box3 .job_pic img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  object-position: right center;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,0.22));
}

/* 切换动效 */
.in_box3 .job_item .job_title,
.in_box3 .job_item .job_desc,
.in_box3 .job_item .job_pic{
  opacity: 0;
}

.in_box3 .job_item.on .job_title{
  animation: jobFadeUp 0.7s ease forwards;
}

.in_box3 .job_item.on .job_desc{
  animation: jobFadeUp 0.7s ease 0.15s forwards;
}

.in_box3 .job_item.on .job_pic{
  animation: jobFadeIn 0.85s ease 0.08s forwards;
}

@keyframes jobFadeUp{
  from{
    opacity: 0;
    transform: translateY(36px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes jobFadeIn{
  from{
    opacity: 0;
    transform: translateX(60px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========== 常见问题 ========== */
.in_box4{
  padding: 60px 0 50px;
}

.in_box4 .box_bt{
  text-align: center;
  margin-bottom: 32px;
}

.in_box4 .box_bt img{
  width: 320px;
  max-width: 80%;
}

.in_box4 .container{
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.in_box4 .faq_tabs{
  text-align: center;
  margin-bottom: 42px;
}

.in_box4 .faq_tabs ul{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.in_box4 .faq_tabs ul li{
  font-size: 18px;
  color: #5a3a1a;
  font-family: "Source";
  padding: 12px 32px;
  padding-top: 12px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  font-weight: bold;
}

.in_box4 .faq_tabs ul li:hover{
  color: #c23a2b;
}

.in_box4 .faq_tabs ul li.on{
  color: #fff8e8;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.in_box4 .faq_list{
  display: none;
  max-width: 1400px;
  margin: 0 auto;
}

.in_box4 .faq_list.on{
  display: block;
}

.in_box4 .faq_item{
  margin-bottom: 18px;
}

.in_box4 .faq_q{
  height: 72px;
  background: url(../images/in_box4_xbj.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 9% 0 10%;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff8e8;
  position: relative;
}

.in_box4 .faq_q i{
  width: 26px;
  height: 26px;
  background: #c23a2b;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  line-height: 1;
}

.in_box4 .faq_q span{
  flex: 1;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Source";
  letter-spacing: 1px;
}

.in_box4 .faq_q .tog{
  font-size: 14px;
  color: #fff8e8;
  flex-shrink: 0;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.in_box4 .faq_q .tog:after{
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff8e8;
  margin-left: 2px;
}

.in_box4 .faq_item.open .faq_q .tog:after{
  border-top: 0;
  border-bottom: 6px solid #fff8e8;
}

.in_box4 .faq_a{
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 28px 9% 28px 10%;
  box-sizing: border-box;
  position: relative;
}

.in_box4 .faq_item.open .faq_a{
  display: block;
}

.in_box4 .faq_a p{
  flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #4a3420;
  margin: 0;
  padding: 0 0 0 44px;
  box-sizing: border-box;
}

.in_box4 .faq_a .detail{
  flex-shrink: 0;
  color: #c23a2b;
  border: 1px solid #c23a2b;
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  line-height: 1.2;
}

.in_box4 .faq_a .detail:hover{
  background: #c23a2b;
  color: #fff8e8;
}

/* ========== 关注我们 ========== */
.in_box5{
  padding: 60px 0 100px;
  background: url(../images/in_box5_bj.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}

.in_box5 .box_bt{
  text-align: center;
  margin-bottom: 50px;
}

.in_box5 .box_bt img{
  width: 320px;
  max-width: 80%;
}

.in_box5 .follow_list{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.in_box5 .follow_row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.in_box5 .follow_card{
  width: 288px;
  height: 215px;
  background: url(../images/yx_xz.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 16px 22px;
  box-sizing: border-box;
  transition: 0.3s;
}

.in_box5 .follow_row:nth-child(2){
  gap: 36px;
}

.in_box5 .follow_row:nth-child(2) .follow_card{
  width: 230px;
  height: 172px;
  gap: 12px;
  padding: 14px 12px 18px;
}

.in_box5 .follow_row:nth-child(2) .follow_card em{
  font-size: 17px;
  letter-spacing: 4px;
}

.in_box5 .follow_row:nth-child(2) .follow_card .ewm{
  width: 112px;
  height: 112px;
  padding: 4px;
}

.in_box5 .follow_card:hover{
  transform: translateY(-6px);
  filter: brightness(1.12);
}

.in_box5 .follow_card em{
  writing-mode: vertical-rl;
  font-size: 20px;
  color: #fff8e8;
  letter-spacing: 5px;
  font-style: normal;
  font-family: "Source";
  line-height: 1.35;
  text-shadow: 0 2px 4px rgba(0,0,0,0.45);
  text-align: center;
}

.in_box5 .follow_card .ewm{
  width: 148px;
  height: 148px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 2px;
  flex-shrink: 0;
}

.in_box5 .follow_card .ewm img{
  width: 100%;
  height: 100%;
  display: block;
}

/* ========== Footer ========== */
.footer{
  background: url(../images/di_bj.png) no-repeat center top;
  background-size: cover;
  background-color: #0a0806;
  padding: 50px 0 40px;
  color: #b8a990;
}

.footer .container{
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  box-sizing: border-box;
}

.footer .ft_logo{
  width: 200px;
  flex-shrink: 0;
  padding-top: 10px;
}

.footer .ft_logo img{
  width: 100%;
  height: auto;
}

.footer .ft_info{
  min-width: 0;
}

.footer .ft_nav{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 18px;
}

.footer .ft_nav a{
  color: #fff8e8;
  font-size: 14px;
  font-family: "Source";
}

.footer .ft_nav a:hover{
  color: #e8a04a;
}

.footer .ft_info p{
  font-size: 12px;
  line-height: 1.9;
  color: #9a8b72;
  margin-bottom: 4px;
}

.footer .ft_age{
  color: #c4b498 !important;
  margin-bottom: 8px !important;
}

.footer .ft_link a{
  color: #9a8b72;
  margin-right: 12px;
}

.footer .ft_link a:hover{
  color: #e8a04a;
}

.footer .ft_copy{
  margin-top: 10px !important;
  color: #7a6b55 !important;
}

.ny_footer{
  background: url(../images/ny_di_bj.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 200px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin-top: -60px;
}

.ny_banner{
  position: relative;
}

.ny_banner .bigimg{
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
}

.nyba_bt{
  position: absolute;
  left: 100px;
  bottom: 25%;
  width: auto;
  height: 79px;
}

.nyba_bt img{
  width: auto;
  height: 100%;
}

.ny_big{
  position: relative;
}

.ny_big .topimg{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-45%);
  z-index: 1;
  pointer-events: none;
}

.ny_big .topimg img{
  width: 100%;
  height: auto;
  display: block;
}

.ny_big .container{
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: -20px;
  padding-bottom: 80px;
  overflow: hidden;
}

.ny_big.ny_detail{
  padding-top: 100px;
  min-height: calc(100vh - 70px);
}

.ny_detail .container{
  padding-top: 10px;
  align-items: flex-start;
}

.ny_side{
  width: 230px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ny_side .xz_ewm{
  width: 100%;
  height: 148px;
  background: url(../images/yx_xz.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 12px 0 10px;
}

.ny_side .xz_ewm .ewm_img{
  width: 96px;
  height: 96px;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 2px;
  flex-shrink: 0;
}

.ny_side .xz_ewm .ewm_img img{
  width: 100%;
  height: 100%;
  display: block;
}

.ny_side .xz_ewm .ewm_text{
  writing-mode: vertical-rl;
  font-size: 15px;
  color: #fff8e8;
  font-family: "Source";
  letter-spacing: 4px;
  margin-left: 12px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.45);
  font-weight: bold;
}

.ny_side a{
  display: block;
  transition: 0.3s;
}

.ny_side a:hover{
  transform: translateY(-3px);
  filter: brightness(1.12);
}

.ny_side .xz_ios img,
.ny_side .xz_az img{
  width: 100%;
  height: auto;
  display: block;
}

.ny_side .xz_pc{
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, #6a4a30 0%, #3e2a18 100%);
  border: 1px solid #d7b06a;
  box-shadow: inset 0 0 0 1px rgba(80,50,20,0.35);
  border-radius: 4px;
  color: #fff8e8;
  font-size: 16px;
  font-family: "Source";
  letter-spacing: 1px;
}

.ny_side .xz_pc i{
  font-size: 22px;
}

.xz_open{
  display: none;
}

.xz_popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.xz_popup.show{
  display: block;
}

.xz_popup .popup_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
}

.xz_popup.show .popup_mask{
  animation: xzMaskIn 0.35s ease forwards;
}

.xz_popup .popup_box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  max-width: 88%;
  max-height: 86vh;
  background: #f7f1e6;
  border: 1px solid #d7b06a;
  border-radius: 8px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
  padding: 40px 22px 22px;
  box-sizing: border-box;
  opacity: 0;
}

.xz_popup.show .popup_box{
  animation: xzBoxIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.xz_popup.hiding .popup_mask{
  animation: xzMaskOut 0.28s ease forwards;
}

.xz_popup.hiding .popup_box{
  animation: xzBoxOut 0.28s ease forwards;
}

@keyframes xzMaskIn{
  from{ opacity: 0; }
  to{ opacity: 1; }
}

@keyframes xzMaskOut{
  from{ opacity: 1; }
  to{ opacity: 0; }
}

@keyframes xzBoxIn{
  from{
    opacity: 0;
    transform: translate(-50%, -42%) scale(0.88);
  }
  to{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes xzBoxOut{
  from{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to{
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.94);
  }
}

.xz_popup .popup_close{
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
}

.xz_popup .popup_close a{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff8e8;
  font-size: 20px;
  background: rgba(61, 47, 24, 0.85);
  border: 1px solid #8b6b3d;
  border-radius: 50%;
}

.xz_popup .popup_close a:hover{
  background: #8b6b3d;
  color: #fff8e8;
}

.news_right{
  flex: 1;
  min-width: 0;
}

.news_list .hd{
  margin-bottom: 8px;
}

.news_list .hd ul{
  display: flex;
  align-items: center;
  gap: 18px;
}

.news_list .hd ul li{
  font-size: 18px;
  color: #5a3a1a;
  font-family: "Source";
  padding: 8px 26px;
  padding-top: 12px;
  white-space: nowrap;
  font-weight: bold;
}

.news_list .hd ul li.on{
  color: #fff8e8;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.news_list .bd ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 4px;
  color: #3d2a14;
  font-size: 16px;
  font-family: "Source";
}

.news_list .bd ul li a:hover{
  color: #c45c1a;
}

.news_list .bd ul li a .tit{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.news_list .bd ul li a em{
  color: #9a7b55;
  font-size: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}

.pages{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 46px;
  padding-bottom: 10px;
}

.pages a{
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a4a28;
  font-size: 14px;
  font-family: "Source";
}

.pages a span{
  position: relative;
  z-index: 1;
}

.pages a:before{
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 40px;
  height: 40px;
  background: url(../images/qh_dian.png) no-repeat center;
  background-size: contain;
  opacity: 0.35;
}

.pages a.on{
  color: #fff8e8;
}

.pages a.on:before{
  opacity: 1;
}

.pages a:hover:before{
  opacity: 0.7;
}

.pages a.on:hover{
  color: #fff8e8;
}

.pages a.on:hover:before{
  opacity: 1;
}

.pages i{
  color: #c4a06a;
  font-size: 16px;
  letter-spacing: 2px;
  font-style: normal;
}

.news_bar{
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: #8a7358;
  font-size: 13px;
}

.news_bar .news_back{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6a5340;
  font-size: 14px;
}

.news_bar .news_back:hover{
  color: #c45c1a;
}

.news_bar .news_back i{
  font-size: 15px;
}

.news_bar .crumb{
  color: #9a8b72;
  font-size: 13px;
}

.news_bar .crumb a{
  color: #9a8b72;
}

.news_bar .crumb a:hover{
  color: #c45c1a;
}

.news_article{
  flex: 1;
  min-width: 0;
  padding-bottom: 40px;
}

.news_article h2{
  font-size: 26px;
  color: #2b1c10;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  font-family: "Source";
}

.news_article .meta{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #9a7b55;
}

.news_article .meta .tag{
  color: #d2691e;
  font-weight: bold;
}

.news_article .content{
  color: #4a3724;
  font-size: 14px;
  line-height: 2.05;
}

.news_article .content p{
  margin-bottom: 10px;
}

.news_article .content .orange{
  color: #d2691e;
  font-weight: bold;
}

.news_article .content img{
  width: 100%;
  height: auto;
  display: block;
  margin: 8px 0 22px;
}

.guide_list .hd ul li{
  cursor: default;
}

.guide_list .bd{
  width: 100%;
}

.guide_list .bd ul{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px 22px;
  width: 100%;
}

.guide_list .bd ul li{
  min-width: 0;
}

.guide_list .bd ul li a{
  display: block;
  padding: 0 !important;
  gap: 0;
  height: 100%;
  color: #2b1c10;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(80, 50, 20, 0.06);
  transition: 0.3s;
}

.guide_list .bd ul li a:hover{
  color: #c45c1a;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(80, 50, 20, 0.12);
}

.guide_list .bd ul li a .pic{
  width: 100%;
  overflow: hidden;
  background: #1a120c;
}

.guide_list .bd ul li a .pic img{
  width: 100%;
  height: auto;
  aspect-ratio: 313 / 158;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: 0.35s;
}

.guide_list .bd ul li a:hover .pic img{
  transform: scale(1.04);
}

.guide_list .bd ul li a .info{
  padding: 14px 14px 16px;
  box-sizing: border-box;
  background: #fff url(../images/baodian_bj.png) no-repeat right bottom;
  background-size: 100% auto;
}

.guide_list .bd ul li a h3{
  font-size: 15px;
  line-height: 1.55;
  font-weight: bold;
  font-family: "Source";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.guide_list .bd ul li a .more{
  display: inline-block;
  color: #c45c1a;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: "Source";
}

/* ========== 职业介绍内页 ========== */
.zyjs_page{
  position: relative;
  min-height: 980px;
  padding: 80px 0 40px;
  overflow: hidden;
  margin-bottom: -180px;
}

.zyjs_page .zyjs_bgs{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.zyjs_page .zyjs_bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.zyjs_page .zyjs_bg.on{
  opacity: 1;
  visibility: visible;
}

.zyjs_page .zyjs_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.zyjs_page .ba_logo{
  top: 90px;
  left: 100px;
  z-index: 5;
}

.zyjs_page .job_body{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 820px;
  margin: 0 auto;
}

.zyjs_page .job_side{
  flex-shrink: 0;
  width: 290px;
  height: 737px;
  background: url(../images/in_box3_qhbj.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.zyjs_page .job_side ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}

.zyjs_page .job_side ul li{
  font-size: 20px;
  color: rgba(255,248,232,0.55);
  font-family: "Source";
  letter-spacing: 4px;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  padding: 6px 8px;
  line-height: 1.2;
}

.zyjs_page .job_side ul li:hover{
  color: rgba(255,248,232,0.9);
}

.zyjs_page .job_side ul li.on{
  color: #fff8e8;
  font-size: 34px;
  letter-spacing: 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.zyjs_page .job_side ul li.on:before{
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff8e8;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(255,248,232,0.85);
}

.zyjs_page .job_panel{
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 820px;
}

.zyjs_page .job_item{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

.zyjs_page .job_item.on{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.zyjs_page .job_mark{
  position: absolute;
  left: 30px;
  top: 10px;
  font-size: 280px;
  line-height: 1;
  color: rgba(80, 40, 10, 0.07);
  font-family: "Source";
  font-weight: bold;
  pointer-events: none;
  z-index: 0;
}

.zyjs_page .job_info{
  position: relative;
  width: 560px;
  max-width: 54%;
  margin-left: 10px;
  z-index: 3;
  flex-shrink: 0;
}

.zyjs_page .job_title{
  margin-bottom: 18px;
}

.zyjs_page .job_title h2{
  font-size: 88px;
  color: #8b3e1a;
  font-family: "Source";
  letter-spacing: 8px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}

.zyjs_page .job_title h2 .cn{
  position: relative;
  display: inline-block;
}

.zyjs_page .job_title h2 .cn:first-child{
  transform: translateY(-6px);
}

.zyjs_page .job_title h2 .en{
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  font-size: 16px;
  letter-spacing: 3px;
  color: #2a1a0e;
  font-style: normal;
  font-family: "pingfang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}

.zyjs_page .job_title h3{
  display: inline-block;
  margin-top: 14px;
  background: url(../images/in_box4_xbj.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff8e8;
  font-size: 15px;
  padding: 10px 36px;
  letter-spacing: 3px;
  font-family: "Source";
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
}

.zyjs_page .job_desc p{
  font-size: 14px;
  line-height: 1.9;
  color: #4a3420;
  margin-bottom: 12px;
  text-align: justify;
}

.zyjs_page .job_skills{
  margin-top: 16px;
}

.zyjs_page .job_skills h4{
  font-size: 22px;
  color: #c45c1a;
  font-family: "Source";
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.zyjs_page .skill_row{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 6px;
}

.zyjs_page .skill_prev,
.zyjs_page .skill_next{
  width: 26px;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.85;
  transition: 0.25s;
}

.zyjs_page .skill_next{
  transform: scaleX(-1);
}

.zyjs_page .skill_prev:hover,
.zyjs_page .skill_next:hover{
  opacity: 1;
}

.zyjs_page .skill_prev img,
.zyjs_page .skill_next img{
  width: 100%;
  height: auto;
  display: block;
}

.zyjs_page .skillSwiper{
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 12px 4px 24px;
}

.zyjs_page .skillSwiper .swiper-slide{
  width: 72px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.zyjs_page .skill_icon{
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #1a120c;
  box-sizing: border-box;
}

.zyjs_page .skill_icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.zyjs_page .skillSwiper .swiper-slide.on .skill_icon{
  width: 72px;
  height: 80px;
  padding: 4px 4px 16px;
  box-sizing: border-box;
  border-radius: 0;
  overflow: visible;
  background: url(../images/zhiye_xpicbj.png) no-repeat center top;
  background-size: 72px 80px;
}

.zyjs_page .skill_desc{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.8;
  color: #5a4030;
  min-height: 46px;
}

.zyjs_page .job_pic{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
  align-self: center;
}

.zyjs_page .job_pic img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 780px;
  object-fit: contain;
  object-position: right center;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,0.22));
}

.zyjs_page .job_item .job_title,
.zyjs_page .job_item .job_desc,
.zyjs_page .job_item .job_skills,
.zyjs_page .job_item .job_pic,
.zyjs_page .job_item .job_mark{
  opacity: 0;
}

.zyjs_page .job_item.on .job_title{
  animation: jobFadeUp 0.7s ease forwards;
}

.zyjs_page .job_item.on .job_desc{
  animation: jobFadeUp 0.7s ease 0.12s forwards;
}

.zyjs_page .job_item.on .job_skills{
  animation: jobFadeUp 0.7s ease 0.22s forwards;
}

.zyjs_page .job_item.on .job_pic{
  animation: jobFadeIn 0.85s ease 0.08s forwards;
}

.zyjs_page .job_item.on .job_mark{
  animation: jobFadeIn 0.9s ease 0.05s forwards;
}

/* ========== 官方交易平台 ========== */
.jypt_page{
  position: relative;
  min-height: 1080px;
  background: url(../images/jypt_dbj.png) no-repeat center top;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  margin-bottom: -220px;
}

.jypt_page .ba_logo{
  top: 100px;
  left: 80px;
}

.jypt_user{
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 118px;
}

.jypt_user .btn_login,
.jypt_user .btn_reg,
.jypt_user .btn_center{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "Source";
  letter-spacing: 4px;
  box-sizing: border-box;
}

.jypt_user .btn_center{
  display: none;
  background: #e85d1a;
  color: #fff8e8;
}

.jypt_user .btn_login,
.jypt_user.is-login .btn_center{
  background: #e85d1a;
  color: #fff8e8;
}

.jypt_user.is-login .btn_center{
  display: block;
}

.jypt_user.is-login .btn_login,
.jypt_user.is-login .btn_reg{
  display: none;
}

.jypt_user .btn_reg{
  background: transparent;
  color: #e85d1a;
  border: 1px solid #e85d1a;
}

.jypt_user .btn_login:hover,
.jypt_user .btn_center:hover{
  color: #fff8e8;
  filter: brightness(1.08);
}

.jypt_user .btn_reg:hover{
  color: #fff8e8;
  background: #e85d1a;
}

.jypt_user.is-login{
  flex-direction: column;
}

.jypt_cards{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: clamp(360px, 38vh, 480px) 40px 80px;
  box-sizing: border-box;
}

.jypt_card{
  position: relative;
  width: 407px;
  display: block;
  transition: transform 0.35s ease;
}

.jypt_card:hover{
  transform: translateY(-10px);
}

.jypt_card .pic{
  width: 100%;
  height: auto;
  display: block;
}

.jypt_card .act{
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  width: 78%;
  max-width: 236px;
  pointer-events: none;
  transition: filter 0.3s ease;
}

.jypt_card .act img{
  width: 100%;
  height: auto;
  display: block;
}

.jypt_card:hover .act{
  filter: brightness(1.35);
}

.jypt_page + .ny_footer{
  margin-top: -120px;
}

/* 交易内页通用 banner */
.trade_banner{
  position: relative;
  z-index: 6;
}

.trade_banner .bigimg{
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.trade_banner .ba_logo{
  top: 100px;
  left: 80px;
}

.trade_banner .trade_title{
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 520px;
  max-width: 58%;
  z-index: 2;
  pointer-events: none;
}

.trade_banner .trade_title img{
  width: 100%;
  height: auto;
  display: block;
}

.ny_banner{
  position: relative;
}

.trade_banner .trade_user,
.ny_banner .trade_user{
  position: absolute;
  top: 118px;
  right: 70px;
  z-index: 8;
}

.ny_banner .nyba_bt.trade_bt{
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 520px;
  max-width: 58%;
}

.ny_banner .nyba_bt.trade_bt img{
  width: 100%;
  height: auto;
}

.ny_big .trade_wrap{
  position: relative;
  z-index: 2;
  padding-top: 8px;
}

.trade_user_box{
  position: relative;
}

.trade_user_box .guest{
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 118px;
}

.trade_user_box .guest a{
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  font-family: "Source";
  letter-spacing: 3px;
  box-sizing: border-box;
}

.trade_user_box .guest .btn_login{
  background: #e85d1a;
  color: #fff8e8;
}

.trade_user_box .guest .btn_reg{
  border: 1px solid #e85d1a;
  color: #e85d1a;
  background: rgba(0,0,0,0.18);
}

.trade_user_box .guest .btn_login:hover{
  color: #fff8e8;
}

.trade_user_box .guest .btn_reg:hover{
  background: #e85d1a;
  color: #fff8e8;
}

.trade_user_box .center_btn{
  display: none;
  min-width: 148px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff8e8;
  border: 1px solid #e85d1a;
  background: rgba(20,12,8,0.45);
  font-family: "Source";
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}

.trade_user_box .center_btn:hover{
  color: #fff8e8;
  background: rgba(232,93,26,0.85);
}

.trade_user_box .center_btn i{
  margin-left: 8px;
  font-size: 12px;
}

.trade_user_box.is-login .guest{
  display: none;
}

.trade_user_box.is-login .center_btn{
  display: block;
}

.trade_drop{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 168px;
  margin-top: 0;
  padding: 10px 0 8px;
  background: rgba(28,18,12,0.92);
  border: 1px solid #e85d1a;
  z-index: 20;
}

.trade_drop:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.trade_user_box.is-login:hover .trade_drop,
.trade_user_box.is-login.open .trade_drop{
  display: block;
}

.trade_drop a{
  display: block;
  padding: 8px 18px;
  color: #fff8e8;
  font-size: 14px;
  font-family: "Source";
  letter-spacing: 1px;
}

.trade_drop a:hover{
  color: #ffb07a;
  background: rgba(232,93,26,0.22);
}

.trade_wrap{
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  padding: 28px 30px 80px;
}

.trade_bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.trade_tabs{
  display: flex;
  align-items: center;
  gap: 18px;
}

.trade_tabs a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 44px;
  padding: 10px 28px 8px;
  color: #2b1c10;
  font-size: 18px;
  font-family: "Source";
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
}

.trade_tabs a.on{
  color: #fff8e8;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.trade_tabs a:hover{
  color: #e85d1a;
}

.trade_tabs a.on:hover{
  color: #fff8e8;
}

.hyzx_nav a:hover{
  color: #fff8e8;
}

.mzh_card:hover,
.mzh_card:hover h3{
  color: #2b1c10;
}

.trade_filter{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trade_filter label{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5a4030;
  font-size: 14px;
  font-family: "Source";
}

.trade_filter select{
  height: 34px;
  min-width: 118px;
  padding: 0 10px;
  border: 1px solid #d8c8b0;
  background: #fff;
  color: #4a3724;
  font-size: 13px;
  font-family: "Source";
}

.mzh_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}

.mzh_card{
  display: block;
  background: #fff;
  box-shadow: 0 6px 18px rgba(80,50,20,0.08);
  overflow: hidden;
  color: #2b1c10;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.mzh_card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(80,50,20,0.14);
  color: #2b1c10;
}

.mzh_card .pic{
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #1a120c;
}

.mzh_card .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mzh_card .stamp{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 78px;
  z-index: 2;
  pointer-events: none;
}

.mzh_card .stamp img{
  width: 100%;
  height: auto;
  display: block;
}

.mzh_card .date{
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}

.mzh_card .info{
  padding: 12px 14px 14px;
}

.mzh_card h3{
  font-size: 14px;
  line-height: 1.55;
  color: #2b1c10;
  font-weight: bold;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mzh_meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 12px;
  padding: 7px 8px;
  border: 1px solid #eee4d6;
  background: #faf7f2;
  color: #8a7358;
  font-size: 12px;
}

.mzh_meta span{
  flex: 1;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.mzh_meta span + span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #e6d8c4;
}

.mzh_price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mzh_price em{
  color: #e24a1a;
  font-size: 22px;
  font-weight: bold;
  font-family: "Source";
}

.mzh_ok{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2e9a4a;
  font-size: 12px;
  white-space: nowrap;
}

.mzh_ok img{
  width: 16px;
  height: 16px;
}

.mzh_acc{
  background: #e85d1a;
  color: #fff;
  padding: 10px 14px 12px;
  font-size: 13px;
  line-height: 1.8;
}

.mzh_acc p{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* 商品详情 */
.spxx_top{
  display: flex;
  gap: 28px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(80,50,20,0.08);
  margin-bottom: 22px;
}

.spxx_top .pic{
  width: 58%;
  flex-shrink: 0;
  background: #1a120c;
}

.spxx_top .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.spxx_info{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.spxx_info h2{
  font-size: 20px;
  line-height: 1.6;
  color: #2b1c10;
  font-weight: bold;
  font-family: "Source";
  margin-bottom: 14px;
}

.spxx_info .mzh_meta{
  margin-top: 0;
}

.spxx_info .mzh_ok{
  margin: 4px 0 16px auto;
  font-size: 14px;
}

.spxx_stats{
  color: #5a4030;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 18px;
}

.spxx_buy{
  margin-top: auto;
}

.spxx_buy .price{
  color: #e24a1a;
  font-size: 36px;
  font-weight: bold;
  font-family: "Source";
  line-height: 1;
  margin-bottom: 8px;
}

.spxx_buy p.tip{
  color: #9a7b55;
  font-size: 12px;
  margin-bottom: 16px;
}

.spxx_panel{
  background: #fff;
  box-shadow: 0 6px 18px rgba(80,50,20,0.08);
  padding: 0 0 30px;
}

.spxx_hd{
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #eee4d6;
  padding: 0 10px;
}

.spxx_hd a{
  padding: 16px 22px;
  color: #6a5340;
  font-size: 15px;
  font-family: "Source";
  position: relative;
}

.spxx_hd a.on{
  color: #e85d1a;
  font-weight: bold;
}

.spxx_hd a.on:after{
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: #e85d1a;
}

.spxx_bd{
  padding: 24px 28px 10px;
}

.spxx_item{
  display: none;
}

.spxx_item.on{
  display: block;
}

.spxx_item img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.spxx_item p{
  color: #4a3724;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/* 卖角色 / 修改密码表单 */
.pwd_box{
  background: #f7f1e6;
  border: 1px solid #e6d8c4;
  box-shadow: 0 8px 24px rgba(80,50,20,0.08);
  padding: 40px 56px 48px;
  max-width: 860px;
  margin: 0 auto;
}

.pwd_box h2{
  text-align: center;
  font-size: 22px;
  color: #fff8e8;
  font-family: "Source";
  letter-spacing: 4px;
  margin: 0 auto 32px;
  min-width: 200px;
  width: max-content;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.pwd_form .row{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pwd_form label{
  width: 120px;
  flex-shrink: 0;
  text-align: right;
  color: #2b1c10;
  font-size: 15px;
  font-family: "Source";
}

.pwd_form input{
  flex: 1;
  margin-left: 18px;
  width: auto;
  height: 42px;
  border: 1px solid #d8c8b0;
  background: #fff;
  padding: 0 14px;
  box-sizing: border-box;
  color: #3d2a14;
  font-size: 14px;
  font-family: "Source";
  border-radius: 4px;
}

.sell_box{
  background: #fff;
  border: 1px solid #ece6dc;
  box-shadow: 0 8px 28px rgba(80,50,20,0.08);
  padding: 36px 48px 46px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sell_box h2{
  text-align: center;
  font-size: 28px;
  color: #1a1a1a;
  font-family: "Source";
  letter-spacing: 3px;
  margin: 0 0 28px;
  font-weight: bold;
}

.sell_form h3{
  margin: 8px 0 18px;
  font-size: 18px;
  color: #c23a2b;
  font-family: "Source";
  font-weight: bold;
  letter-spacing: 1px;
}

.sell_grid{
  display: grid;
  gap: 18px 28px;
  margin-bottom: 18px;
}

.sell_grid_2{
  grid-template-columns: 1fr 1fr;
}

.sell_grid_3{
  grid-template-columns: 1fr 1fr 1fr;
}

.sell_field{
  display: flex;
  align-items: center;
  min-width: 0;
  margin-bottom: 18px;
}

.sell_grid .sell_field{
  margin-bottom: 0;
}

.sell_field label{
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
  color: #2b1c10;
  font-size: 15px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  margin-right: 12px;
  line-height: 1.3;
}

.sell_field label.req:before{
  content: "*";
  color: #c23a2b;
  margin-right: 4px;
}

.sell_field .ctrl{
  flex: 1;
  min-width: 0;
  position: relative;
}

.sell_form input[type="text"],
.sell_form input[type="password"],
.sell_form input[type="number"],
.sell_form select,
.sell_form textarea{
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 0 14px;
  box-sizing: border-box;
  color: #3d2a14;
  font-size: 14px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  border-radius: 4px;
}

.sell_form select{
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding-right: 32px;
}

.sell_form textarea{
  height: 160px;
  padding: 12px 14px 28px;
  resize: none;
  line-height: 1.7;
}

.sell_form .has_limit.area .limit{
  bottom: 8px;
}

.sell_form .has_limit .limit{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #b0b0b0;
  font-size: 13px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  font-style: normal;
  pointer-events: none;
}

.sell_form .has_limit.area .limit{
  top: auto;
  transform: none;
}

.sell_form .has_limit input{
  padding-right: 64px;
}

.sell_shots_row,
.sell_intro{
  align-items: flex-start;
}

.sell_shots_row > label,
.sell_intro > label{
  padding-top: 10px;
}

.sell_shots{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.sell_form .upload{
  width: 110px;
  height: 110px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sell_form .upload i{
  font-style: normal;
  font-size: 42px;
  color: #222;
  font-weight: 300;
  line-height: 1;
}

.sell_form .upload input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sell_preview{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sell_preview img{
  width: 110px;
  height: 110px;
  object-fit: cover;
  display: block;
  background: #eee;
  border: 1px solid #e0e0e0;
}

.sell_form .actions{
  text-align: center;
  margin-top: 10px;
}

.pwd_form .actions{
  text-align: center;
  margin-top: 18px;
  padding-left: 138px;
}

.sell_form .actions .btn_orange{
  min-width: 168px;
  height: 46px;
  border-radius: 4px;
}

.pwd_form{
  max-width: 560px;
  margin: 0 auto;
}

.pwd_box{
  max-width: 640px;
  margin: 10px auto 20px;
}

/* 会员中心 */
.hyzx_banner{
  position: relative;
  padding-bottom: 28px;
}

.hyzx_banner .bigimg{
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.hyzx_banner .ba_logo{
  top: 100px;
  left: 80px;
}

.hyzx_banner .hyzx_title{
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 306px;
  z-index: 2;
}

.hyzx_banner .hyzx_title img{
  width: 100%;
  height: auto;
  display: block;
}

.hyzx_nav{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 3;
  margin-top: -180px;
  padding-bottom: 10px;
}

.hyzx_nav a{
  min-width: 168px;
  height: 52px;
  line-height: 60px;
  text-align: center;
  color: #fff8e8;
  font-size: 16px;
  font-family: "Source";
  letter-spacing: 2px;
  padding: 0 22px;
  background: url(../images/in_box_xbj1.png) no-repeat center;
  background-size: 100% 100%;
}

.hyzx_nav a:hover{
  color: #fff8e8;
}

.hyzx_nav a.on{
  color: #fff8e8;
  background: url(../images/in_box_xbj.png) no-repeat center;
  background-size: 100% 100%;
}

.hyzx_nav a.on:hover{
  color: #fff8e8;
}

.hyzx_body{
  max-width: 1500px;
  margin: 50px auto 80px;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 8px 24px rgba(80,50,20,0.1);
  padding: 28px 32px 40px;
}

.hyzx_panel{
  display: none;
}

.hyzx_panel.on{
  display: block;
}

.hyzx_sub{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #eee4d6;
  margin-bottom: 22px;
  padding-bottom: 2px;
}

.hyzx_sub .tabs{
  display: flex;
  gap: 8px;
}

.hyzx_sub .tabs a{
  padding: 10px 16px;
  color: #8a7358;
  font-size: 15px;
  font-family: "Source";
  position: relative;
}

.hyzx_sub .tabs a:hover,
.spxx_hd a:hover{
  color: #e85d1a;
}

.hyzx_sub .tabs a.on{
  color: #e85d1a;
  font-weight: bold;
}

.hyzx_sub .tabs a.on:after{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -3px;
  height: 3px;
  background: #e85d1a;
}

.hyzx_sub .tip{
  color: #9a7b55;
  font-size: 12px;
}

.hyzx_buy,
.hyzx_sell{
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 18px;
}

.hyzx_buy.on,
.hyzx_sell.on{
  display: grid;
}

.hyzx_body > .hyzx_buy,
.hyzx_body > .hyzx_sell{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 18px;
}

.hyzx_body .hyzx_pager{
  margin-top: 46px;
}

.czjl_list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px;
  color: #3d2a14;
  font-size: 15px;
  font-family: "Source";
}

.czjl_list li:nth-child(even){
  background: #f7f1e8;
}

.czjl_list li em{
  color: #8a7358;
  font-size: 14px;
}

/* 登录注册弹窗 */
.login_popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.login_popup.show{
  display: block;
}

.login_popup .popup_mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.72);
}

.login_box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 438px;
  height: 483px;
  background-image: url(../images/login_bj.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 438px 483px;
  box-sizing: border-box;
  padding: 20px 40px 28px;
}

.login_box.is-reg{
  height: auto;
  min-height: 580px;
  padding-bottom: 32px;
  background-size: 438px 483px;
  background-position: top center;
}

.login_close{
  position: absolute;
  top: -10px;
  right: 0px;
  width: 28px;
  height: 28px;
  z-index: 2;
}

.login_close img{
  width: 100%;
  height: auto;
  display: block;
}

.login_tabs{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 26px;
  height: 48px;
  margin-bottom: 70px;
  margin-top: -40px;
}

.login_tabs a{
  display: block;
  opacity: 0.78;
  transform: scale(0.78);
  transform-origin: center bottom;
  transition: 0.2s;
}

.login_tabs a.on{
  opacity: 1;
  transform: scale(1);
}

.login_tabs a img{
  height: 40px;
  width: auto;
  display: block;
}

.login_form{
  display: none;
}

.login_form.on{
  display: block;
}

.login_form .row{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.login_form label{
  width: 72px;
  flex-shrink: 0;
  color: #2b1c10;
  font-size: 15px;
  font-family: "Source";
}

.login_form input{
  flex: 1;
  height: 40px;
  border: 1px solid #d0c6b4;
  background: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 13px;
  color: #3d2a14;
  border-radius: 4px;
  font-family: "Source";
}

.login_form .code_wrap{
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}

.login_form .code_wrap input{
  flex: 1;
  min-width: 0;
  width: 0;
  height: 40px;
}

.login_form .send_code{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  line-height: 1;
  padding: 0 12px;
  box-sizing: border-box;
  background: #e85d1a;
  color: #fff8e8;
  font-size: 13px;
  font-family: "Source";
  white-space: nowrap;
  border-radius: 4px;
}

.login_form .send_code:hover{
  color: #fff8e8;
  filter: brightness(1.08);
}

.login_extra{
  text-align: right;
  margin: 2px 0 20px;
  font-size: 13px;
  color: #8a7358;
}

.login_extra a{
  color: #e85d1a;
}

.login_submit,
.btn_orange{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 44px;
  background: #e85d1a;
  color: #fff8e8;
  border: none;
  font-size: 18px;
  font-family: "Source";
  letter-spacing: 4px;
  cursor: pointer;
  border-radius: 4px;
}

.login_submit{
  display: block;
  width: 100%;
}

.login_submit:hover,
.btn_orange:hover{
  color: #fff8e8;
  filter: brightness(1.08);
}

/* ========== 充值中心 ========== */
.czzx_wrap{
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 40px 90px;
  box-sizing: border-box;
}

.czzx_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.czzx_head h2{
  margin: 0;
  font-size: 36px;
  font-family: "Source";
  color: #c23a2b;
  letter-spacing: 4px;
  font-weight: normal;
}

.czzx_user .guest{
  flex-direction: row;
}

.czzx_user .guest .btn_reg{
  background: #fff;
}

.czzx_user .center_btn{
  background: #e85d1a;
  border-color: #e85d1a;
}

.czzx_user .center_btn:hover{
  background: #f06a28;
}

.czzx_user .trade_drop{
  background: #fff8e8;
  border: 1px solid #e8d5b8;
}

.czzx_user .trade_drop a{
  color: #3d2a14;
}

.czzx_user .trade_drop a:hover{
  color: #e85d1a;
  background: rgba(232,93,26,0.08);
}

.czzx_list{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.czzx_item{
  width: 16%;
  max-width: 230px;
  text-align: center;
  transition: transform 0.35s;
}

.czzx_item:hover{
  transform: translateY(-10px);
}

.czzx_item .pic{
  width: 100%;
}

.czzx_item .pic img{
  width: 100%;
  height: auto;
  display: block;
}

.czzx_qty{
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  border: 1px solid #ead9c4;
  background: #fff;
  overflow: hidden;
}

.czzx_qty a,
.czzx_qty .qty_num{
  width: 36px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-family: "Source";
}

.czzx_qty .minus{
  background: #e8c4b0;
  color: #fff;
}

.czzx_qty .plus{
  background: #e85d1a;
  color: #fff;
}

.czzx_qty .minus:hover,
.czzx_qty .plus:hover{
  color: #fff;
  filter: brightness(1.08);
}

.czzx_qty .qty_num{
  min-width: 42px;
  color: #3d2a14;
  font-size: 16px;
  background: #fff;
}

.czzx_pay{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 42px 0 50px;
  padding: 18px 28px;
  background: #fff;
  border: 1px solid #eee4d4;
  box-sizing: border-box;
}

.czzx_pay .sum{
  font-size: 16px;
  color: #6a5640;
  font-family: "Source";
}

.czzx_pay .sum em{
  font-style: normal;
  color: #e85d1a;
  font-size: 32px;
  font-weight: bold;
  margin-left: 6px;
}

.czzx_pay .sum em span{
  font-size: 32px;
}

.czzx_pay .act{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.czzx_pay .agree{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6a5640;
  font-size: 14px;
  cursor: pointer;
}

.czzx_pay .agree input{
  width: 16px;
  height: 16px;
  accent-color: #2fa36b;
  cursor: pointer;
}

.czzx_pay .agree a{
  color: #6a5640;
}

.czzx_pay .agree a:hover{
  color: #e85d1a;
}

.czzx_pay .pay_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 48px;
  padding: 0 28px;
  background: linear-gradient(90deg, #f07a2a 0%, #e85d1a 100%);
  color: #fff8e8;
  font-size: 18px;
  font-family: "Source";
  letter-spacing: 3px;
  border-radius: 4px;
}

.czzx_pay .pay_btn:hover{
  color: #fff8e8;
  filter: brightness(1.08);
}

.czzx_faq h3{
  margin: 0 0 22px;
  font-size: 28px;
  font-family: "Source";
  color: #c23a2b;
  font-weight: normal;
  letter-spacing: 2px;
}

.czzx_faq .faq_item{
  margin-bottom: 16px;
}

.czzx_faq .faq_q{
  height: 72px;
  background: url(../images/in_box4_xbj.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 9% 0 10%;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff8e8;
}

.czzx_faq .faq_q i{
  width: 26px;
  height: 26px;
  background: #c23a2b;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  line-height: 1;
}

.czzx_faq .faq_q span{
  flex: 1;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Source";
  letter-spacing: 1px;
}

.czzx_faq .faq_q .tog{
  font-size: 14px;
  color: #fff8e8;
  flex-shrink: 0;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.czzx_faq .faq_q .tog:after{
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff8e8;
  margin-left: 2px;
}

.czzx_faq .faq_item.open .faq_q .tog:after{
  border-top: 0;
  border-bottom: 6px solid #fff8e8;
}

.czzx_faq .faq_a{
  display: none;
  padding: 18px 10% 10px;
}

.czzx_faq .faq_item.open .faq_a{
  display: block;
}

.czzx_faq .faq_a p{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5a4634;
}


/* ========== 充值扫码弹窗 ========== */
.pay_popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}

.pay_popup.show{
  display: block;
}

.pay_popup .popup_mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.72);
  opacity: 0;
}

.pay_popup.show .popup_mask{
  animation: xzMaskIn 0.35s ease forwards;
}

.pay_popup.hiding .popup_mask{
  animation: xzMaskOut 0.28s ease forwards;
}

.pay_box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  max-width: 92%;
  max-height: 90vh;
  overflow: auto;
  background: #f7f1e6;
  border: 1px solid #d7b06a;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  padding: 28px 32px 26px;
  box-sizing: border-box;
  opacity: 0;
}

.pay_popup.show .pay_box{
  animation: xzBoxIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pay_popup.hiding .pay_box{
  animation: xzBoxOut 0.28s ease forwards;
}

.pay_box .pay_corner{
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.pay_box .pay_corner.tl{
  top: 8px;
  left: 8px;
  border-top: 2px solid #c4a574;
  border-left: 2px solid #c4a574;
}

.pay_box .pay_corner.tr{
  top: 8px;
  right: 8px;
  border-top: 2px solid #c4a574;
  border-right: 2px solid #c4a574;
}

.pay_box .pay_corner.bl{
  bottom: 8px;
  left: 8px;
  border-bottom: 2px solid #c4a574;
  border-left: 2px solid #c4a574;
}

.pay_box .pay_corner.br{
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #c4a574;
  border-right: 2px solid #c4a574;
}

.pay_close{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff8e8;
  font-size: 18px;
  background: rgba(61, 47, 24, 0.85);
  border: 1px solid #8b6b3d;
  border-radius: 50%;
}

.pay_close:hover{
  background: #8b6b3d;
  color: #fff8e8;
}

.pay_title{
  text-align: center;
  font-size: 22px;
  font-family: "Source";
  color: #c23a2b;
  letter-spacing: 6px;
  margin: 4px 0 22px;
  font-weight: normal;
  position: relative;
  padding-bottom: 12px;
}

.pay_title:before,
.pay_title:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d7b06a, transparent);
}

.pay_title:before{
  left: 8%;
}

.pay_title:after{
  right: 8%;
}

.pay_goods{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #ead9c4;
  border-radius: 8px;
  margin-bottom: 20px;
}

.pay_goods_pic{
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: #f7f1e6;
  border-radius: 8px;
  overflow: hidden;
}

.pay_goods_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pay_goods_name{
  display: block;
  font-size: 18px;
  font-family: "Source";
  color: #3d2a14;
  font-weight: bold;
  letter-spacing: 1px;
}

.pay_goods_sub{
  margin-top: 6px;
  font-size: 13px;
  color: #8a7358;
}

.pay_goods_sub:empty{
  display: none;
}

.pay_role{
  position: relative;
  margin-bottom: 22px;
}

.pay_role > label{
  display: block;
  font-size: 14px;
  color: #6a5640;
  font-family: "Source";
  margin-bottom: 10px;
}

.pay_role_bar{
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 6px 0 14px;
  background: #fff;
  border: 1px solid #d0c6b4;
  border-radius: 22px;
  box-sizing: border-box;
}

.pay_role_bar > i{
  color: #c4a574;
  font-size: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

.pay_role_input{
  flex: 1;
  min-width: 0;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #3d2a14;
  font-family: "Source";
}

.pay_role_input::placeholder{
  color: #b5a48c;
}

.pay_role_switch{
  flex-shrink: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  background: #efe4d2;
  color: #3d2a14;
  font-size: 13px;
  font-family: "Source";
  border-radius: 16px;
  white-space: nowrap;
}

.pay_role_switch:hover{
  color: #fff8e8;
  background: #e85d1a;
}

.pay_role_drop{
  display: none;
  margin-top: 8px;
  background: #fff8e8;
  border: 1px solid #e8d5b8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(61,42,20,0.12);
}

.pay_role.open .pay_role_drop{
  display: block;
}

.pay_role_drop a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  color: #3d2a14;
  font-size: 14px;
  font-family: "Source";
}

.pay_role_drop a span{
  color: #8a7358;
  font-size: 12px;
}

.pay_role_drop a:hover,
.pay_role_drop a.on{
  color: #e85d1a;
  background: rgba(232,93,26,0.08);
}

.pay_role_tip{
  margin-top: 10px;
  font-size: 13px;
  color: #6a5640;
}

.pay_role_tip em{
  font-style: normal;
  color: #c49a3c;
  margin-right: 4px;
}

.pay_scan_tit{
  text-align: center;
  font-size: 20px;
  font-family: "Source";
  color: #3d2a14;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-weight: bold;
}

.pay_scan_tit .pay_price{
  color: #e85d1a;
}

.pay_ways{
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.pay_way{
  position: relative;
  flex: 1;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 23px;
  font-size: 15px;
  font-family: "Source";
  letter-spacing: 1px;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.pay_way i{
  font-size: 20px;
}

.pay_way.alipay{
  background: #e85d1a;
  color: #fff8e8;
}

.pay_way.wechat{
  background: #1f1f1f;
  color: #fff;
}

.pay_way.wechat i{
  color: #1aad19;
}

.pay_way.on{
  border-color: #d7b06a;
  box-shadow: 0 0 0 1px #d7b06a;
}

.pay_way:hover{
  color: #fff8e8;
  filter: brightness(1.08);
}

.pay_way.wechat:hover{
  color: #fff;
}

.pay_way .rec{
  position: absolute;
  top: -10px;
  left: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  background: #c23a2b;
  color: #fff8e8;
  font-size: 11px;
  font-style: normal;
  border-radius: 8px 8px 8px 0;
  letter-spacing: 0;
}

.pay_qr{
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 12px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ead9c4;
  box-sizing: border-box;
}

.pay_qr img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pay_qr_logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  font-size: 28px;
  color: #1677ff;
  box-shadow: 0 0 0 4px #fff;
}

.pay_qr_logo.fa-weixin{
  color: #1aad19;
}

.pay_qr_tip{
  text-align: center;
  font-size: 13px;
  color: #c49a3c;
  font-family: "Source";
}