.left .nav11 {
  float: left;
  width: 255px;
  height: 1450px;
}
.a_more {
  display: flex;
  align-items: center;
  float: right;
  font-size: 12px;
}
.a_more .more-icon {
  margin-left: 12px;
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../images/more.png) no-repeat 0 0 / 100% 100%;
  vertical-align: middle;
}
.a_more:hover {
  color: #2C7E72;
}
.a_more:hover .more-icon {
  background-image: url(../images/more-active.png);
}
.right .right-top-02 .right-top-news .p1_list li a .typename {
  float: left;
}
.right .right-top-02 .right-top-news .p1_list li a .content {
  float: left;
  width: 406px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right .right-top-03 .right-top-gl .p2_list li a .typename {
  float: left;
}
.right .right-top-03 .right-top-gl .p2_list li a .content {
  width: 426px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right .right-top-04 {
  background: #fff;
  position: relative;
  padding: 26px 20px;
  box-sizing: border-box;
}
.right .right-top-04 .zy-name {
  background-image: url(../images/job_bg.png);
  background-repeat: no-repeat;
  background-size: 152px 64px;
}
.right .right-top-04 .part2 .tit1 {
  margin-left: -8px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
.right .right-top-04 .part2 .ct3_cot_box {
  height: 380x !important;
}
.right .right-top-04 .part2 .ct3_cot_box1_nav {
  width: 500px !important;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: -40px;
}
.right .right-top-04 .part2 .ct3_cot_box1_nav div {
  width: 100px !important;
  height: 90px !important;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.right .right-top-04 .part2 .ct3_cot_box1_nav div::after {
  content: '';
  position: absolute;
  left: 90%;
  top: 49%;
  transform: translateY(-50%);
  width: 60px;
  border-top: 1px dashed #16534A;
  z-index: 0;
  pointer-events: none;
}
.right .right-top-04 .part2 .ct3_cot_box1_nav div:last-child::after { content: none; }
.right .right-top-04 .part2 .ct3_cot_box1_nav div.on {
  background: url(../images/zzjs_bg.png) no-repeat !important;
  background-size: 100% 100%;
}
.right .right-top-04 .zy-name {
  height: 84px !important;
}
.right .right-top-04 .zy-name h2 {
  font-size: 30px !important;
  color: #fff !important;
}
.right .right-top-04 .zy-js {
  margin-left: 0 !important;
  margin-top: 30px !important;
}
.right .right-top-04 .zy-js p {
  width: 620px !important;
  line-height: 2 !important;
  color: #2C7E72;
}
.right .right-top-04 .zy-js h1 {
  width: auto !important;
}
.right .right-top-04 .zy_con {
  width: auto !important;
  left: unset !important;
  right: 30px;
}
.right .right-top-04 .zy_con img {
  width: auto !important;
  height: 500px !important;
}
.right .right-top-04 .zy_con.zy_con1 {
  top: -40px !important;
  right: 150px;
}
.right .right-top-04 .zy_con.zy_con1 img {
  height: 550px !important;
}
.right .right-top-04 .zy_con.zy_con2 {
  right: -50px !important;
  top: -30px !important;
}
.right .right-top-04 .zy_con.zy_con3 {
  top: -20px !important;
}
.right .right-top-04 .zy_con.zy_con4 {
  right: 100px;
}
.right .right-top-04 .zy_con.zy_con4 img {
  height: 600px !important;
}
/* right-top-05：壁纸列表采用网格布局，固定为两行三列 */
.right .right-top-05 {
  overflow: visible;
}
.right .right-top-05 .right-top-bb-bt {
  margin: 20px 0 20px 20px;
}
/* 首页：版本中心 - 壁纸列表（bz-list）中心裁剪与固定尺寸展示 */
.right .right-top-05 .bz-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.right-top-05 .bz-list li {
  width: 349px;
  height: 231px;
  overflow: hidden;
  margin: 0;
  float: none;
  list-style: none;
  box-sizing: border-box;
  border-radius: 6px;
}

.right-top-05 .bz-list li a,
.right-top-05 .bz-list li img {
  display: block;
  width: 100%;
  height: 100%;
}

.right-top-05 .bz-list li img {
  object-fit: cover;         /* 按容器居中裁剪 */
  object-position: center;   /* 居中对齐 */
}
.right .right-top-05 .bz-list li {
  margin: 0;
  width: 349px;
  height: 231px;
  float: none;
  list-style: none;
  border-radius: 6px;
}
.right .right-top-05 .bz-list li:nth-child(3n) { margin-right: 0; }
.right .right-top-05 .bz-list li img {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.right .right-top-05 .bz-list li:hover img {
  transform: scale(1.06);
}
.right .right-top-05 .bz-list .more {
    position: absolute;
    right: -26px;
    top: 228px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}
.right .right-top-05 .bz-list .more::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 6px;
  background-color: #2C7E72;
  border-radius: 10px;
}
.right .right-top-05 .bz-list .more::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 6px;
  background-color: #2C7E72;
  border-radius: 10px;
}
.scroll {
  cursor: pointer;
  bottom: 216px;
  transform: scale(0.6);
  transform-origin: 100% 100%;
}
.right-xszy {
  float: left;
  width: 1200px;
  height: 300px;
  background-color: #fff;
  padding: 26px 20px;
  box-sizing: border-box;
}
.right-xszy .tit {
  font-size: 24px;
  font-weight: 700;
  color: #2c7e72;
  margin-bottom: 20px;
}
.right-xszy .cont {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.right-xszy .cont .card {
  width: 150px;
  height: 188px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  cursor: pointer;
}
.right-xszy .cont .card1 {
  background-image: url(../images/zy1.png);
}
.right-xszy .cont .card2 {
  background-image: url(../images/zy2.png);
}
.right-xszy .cont .card3 {
  background-image: url(../images/zy3.png);
}
.right-xszy .cont .card4 {
  background-image: url(../images/zy4.png);
}
.right-xszy .cont .card-ul {
  display: none;
  width: 414px;
  height: 184px;
  box-sizing: border-box;
  margin-right: 20px;
  background-color: #f3e8ff;
  padding-top: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.right-xszy .cont .card-ul.on {
  display: flex;
}
.right-xszy .cont .card-ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #e9ddfe;
}
.right-xszy .cont .card-ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.right-xszy .cont .card-ul li a .icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-color: rgba(211, 170, 235, 0.3);
}
.right-xszy .cont .card-ul li a span {
  margin-top: 10px;
  color: #be95f5;
  font-size: 14px;
}
.right-xszy .cont .card1-ul li:nth-child(1) .icon {
  background-image: url(../images/card1-1.png);
}
.right-xszy .cont .card1-ul li:nth-child(2) .icon {
  background-image: url(../images/card1-2.png);
}
.right-xszy .cont .card1-ul li:nth-child(3) .icon {
  background-image: url(../images/card1-3.png);
}
.right-xszy .cont .card2-ul li:nth-child(1) .icon {
  background-image: url(../images/card1-1.png);
}
.right-xszy .cont .card2-ul li:nth-child(2) .icon {
  background-image: url(../images/card1-2.png);
}
.right-xszy .cont .card2-ul li:nth-child(3) .icon {
  background-image: url(../images/card1-3.png);
}
.footer {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.footer .footer_logo {
  width: 152px;
  height: 60px;
  margin-right: 20px;
}
.footer .footer_right {
  margin-top: 8px;
  line-height: 2;
  color: #fff;
  font-size: 12px;
}
.footer .footer_right a {
  color: #fff;
  font-size: 12px;
}
.footer .footer_right ul {
  height: 14px;
  margin-bottom: 4px;
}
.footer .footer_right ul li {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  line-height: 1.2;
}
.footer .footer_right ul li:nth-last-child(1) {
  border: none;
}
/* 新手指引 xszy-wrap 卡片样式 */
.right-xszy .xszy-wrap {
    position: relative;
    height: 174px;            /* 与示例图接近的高度，可按需微调 */
    padding: 0 8px;           /* 为左右列制造对称的内边距 */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

/* 四个绝对定位卡片：保持 25% 份额，但缩小宽度以产生列间距 */
.right-xszy .xszy-wrap a {
    top: 0;
    width: 270px;
    overflow: hidden;
    padding: 16px 12px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all .2s ease;
}
.right-xszy .xszy-wrap a:hover {
    filter: brightness(1.06);
}

/* 四列不同底色（可根据品牌色再微调） */
.right-xszy .xszy-wrap a:nth-child(1) { 
  background:url(../images/new-1.png) no-repeat;
  background-size: 100% 100%;
  height: 174px;
  left:0%;
 }  /* 新手准备 */
.right-xszy .xszy-wrap a:nth-child(2) { 
  background:url(../images/new-2.png) no-repeat;
  background-size: 100% 100%;
  height: 170px;
  margin-top: 4px;
  left:25%;
 }  /* 新手上路 */
.right-xszy .xszy-wrap a:nth-child(3) { 
  background:url(../images/new-3.png) no-repeat;
  background-size: 100% 100%;
  height: 174px;
  left:50%;
 }  /* 特色系统 */
.right-xszy .xszy-wrap a:nth-child(4) { 
  background:url(../images/new-4.png) no-repeat;
  background-size: 100% 100%;
  height: 174px;
  left:75%;
 }  /* 快速成长 */

/* 角色图片固定到右下角；覆盖内联宽度，用高度填满卡片 */

/* 标题（第一个文本 div） */
.right-xszy .xszy-wrap a div:first-of-type {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    margin-top: 60px;
    margin-left: 10px;
}

/* “查看详情”按钮（第二个文本 div） */
.right-xszy .xszy-wrap a div:last-of-type {
    margin-top: 15px;
    margin-left: 10px;
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,.92);
    border-radius: 20px;
    color: #333;
    font-size: 14px;
}
.right-xszy .xszy-wrap a div:last-of-type::after {
    content: '>';
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
}

/* 中屏微调：稍微压缩字号与内边距 */
@media (max-width: 1200px) {
    .right-xszy .xszy-wrap { height: 110px; }
    .right-xszy .xszy-wrap a { padding: 14px 10px; }
    .right-xszy .xszy-wrap a div:first-of-type { font-size: 22px; }
}

/* 小屏：改为两列网格，移除绝对定位，避免挤压与重叠 */
/* @media (max-width: 860px) {
    .right-xszy .xszy-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        height: auto;
        padding: 8px;
    }
    .right-xszy .xszy-wrap a {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        min-height: 110px;
    }
    .right-xszy .xszy-wrap a img {
        height: 100%;
    }
} */

/* 极小屏：一列展示，保证内容不被压缩到不可读 */
@media (max-width: 540px) {
    .right-xszy .xszy-wrap {
        grid-template-columns: 1fr;
    }
}
.footer .footer_right ul {
  height: 14px;
  margin-bottom: 4px;
}
.footer .footer_right ul li {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  line-height: 1.2;
}
.footer .footer_right ul li:nth-last-child(1) {
  border: none;
}
.p2_list { max-height: 132px; overflow-y: auto; padding-right: 6px; }
#guide-list li { height: 33px; }
#guide-list li a { height: 100%; align-items: center; }
