/**/

* {
  margin: 0;
  padding: 0;
}

div,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
font,
form,
b,
b,
h3,
h4,
i,
iframe,
img,
li,
ol,
p,
span,
u,
ul,
th,
td,
input {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:focus {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

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

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  width: 100%;
  transition: all 0.3s;
}

.avatar:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.bg {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #E8F5FF 25%, #f7f7f7 30%);
  background: -webkit-linear-gradient(to bottom, #E8F5FF 25%, #f7f7f7 30%);
  padding-top: 20px;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-al-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.d-flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-top {
  height: 35px;
  line-height: 35px;
  width: 100%;
  background: #f6f6f6;
  border: 0;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 12px;
  position: relative;
  z-index: 200;
  color: #333;
}

.header-top a {
  color: #1241a8;
}

.header-top a:hover {
  color: #0A2463;
}

.top-content span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
}

.top-content span a {
  color: #fff;
  padding: 0 10px;
}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.com_name {
  color: #1F1A17;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
}

.header_center {
  position: relative;
  padding: 20px 0;
  background: #fff;
}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 34px;
  margin-top: 5px;
  font-size: 30px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 20px;
  line-height: 40px;
  color: #000;
}

.logo_tu {
  display: flex;
  align-items: center;
}

.logo_tu img {
  max-height: 50px;
  padding-right: 20px;
}

.header_phone {
  width: 60%;
}

.findDiv {
  width: auto;
  border: 1px solid #dedede;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px #eee;
}

.findform {
  display: flex;
}

.findSelect {
  border-left: 1px solid #0A2463;
  border: 0px;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
}

.findInput {
  border: 0px;
  outline: none;
  width: 580px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 6px 0 6px 35px;
  background: #FFFFFF url(ico-search.png) no-repeat 10px center;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  background: #FFFFFF url(../images//ico-search.png) no-repeat 10px center;
}

.findBtnDiv {
  height: 46px;
  line-height: 30px;
  display: flex;
  background: #0A2463;
  color: #fff;
  padding: 0px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 0px;
}

.findBtnDiv:hover {
  background-color: #0A2463;
}

.findImg {
  height: 20px;
  margin: 5px 5px 5px 0px;
  vertical-align: top;
}

.fabu_btn a {
  display: block;
  width: 152px;
  height: 40px;
  border: 1px solid #0A2463;
  text-align: center;
  font-size: 14px;
  color: #0A2463;
  background: #fff;
  line-height: 40px;
  border-radius: 5px;
}

.fabu_btn a:hover {
  background: #0A2463;
  color: #fff;
}

.nav-top {
  display: none;
}

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.header-transparent {
  background: #0A2463;
  padding: 12px 0;
}

#header.header-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 55px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
}

.nav-menu ul {
  display: flex;
  align-items: center;
}

.nav-menu ul li {
  position: relative;
  padding-right: 80px;
  text-align: center;
}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 6px 10px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 18px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #0A2463;
  background: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 99;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: -40px;
  background: #fff;
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
  padding: 0;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 10px 0;
  font-size: 15px;
  width: 100%;
  color: #333;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #0A2463;
  background: #f5f5f5;
}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #1D63B0;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #1D63B0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #1D63B0;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #1D63B0;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #1D63B0;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*首页banner图*/
.banner-fr {
  width: 28%;
  background-color: #ffffff;
  border-radius: 5px;
}

.card {
  overflow: hidden;
  position: relative;
  border: none;
}

/* --- 原有顶部样式 --- */
.fr-box {
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eee;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #666;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.welcome-text h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.welcome-text p {
  font-size: 12px;
  color: #999;
}

/* 按钮区 */
.actions {
  display: flex;
  padding: 10px 20px 20px;
  gap: 15px;
}

.fr-btn {
  flex: 1;
  height: 40px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}

.fr-btn-primary {
  background-color: #2E7D32;
  color: white;
}

.fr-btn-outline {
  background-color: #2E7D32;
  color: #fff;

}

.fr-btn-primary:hover {
  background: #0A2463;
}

.fr-btn-outline:hover {
  background: #0A2463;
  color: #fff;
}

/* 底部咨询区 */
.tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #f5f5f5;
}

.contact-info h4 {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.contact-info p {
  font-size: 18px;
  font-weight: bold;
  color: #0A2463;
  margin-top: 10px;
}

.qr-code {
  width: 70px;
  height: 70px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #999;
}

/* --- 新增公告栏样式 --- */
.announcement-section {
  background: #fff;
  padding: 15px;
  height: 190px;
  display: flex;
  flex-direction: column;
}

.annc-fr-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.annc-title {
  font-size: 14px;
  color: #333;
}

.annc-more {
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.annc-more i {
  font-size: 14px;
  margin-left: 6px;
}

.fd-home-down-list2 {
  height: 160px;
  overflow: hidden;
}

.fd-home-down-list2 li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
  border-bottom: 1px dashed #dedede;
}

.fd-home-down-list2 li a:hover {
  color: #0A2463;
}

.fd-home-down-list2 li i {
  display: block;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.fd-home-down-list2 li .fd-download-number {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  width: 38%;
  font-weight: normal;
}

.fd-home-down-list2 li .fd-download-size {
  color: #666;
  width: 33%;
}

#banner {
  border-radius: 5px;
  width: 70%;
  overflow: hidden;
}

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 25px;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #0A2463;
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
  outline: none;
  background: #fff;
  opacity: 1;
  transition: all .3s;
}

#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #0A2463;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 50px;
  height: 8px;
  border-radius: 5px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/*首页banner图 end*/
/* 平台介绍 */
.main_tit {
  position: relative;
  margin-top: 50px;
}

.main_tit a {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

.main_tit a:hover {
  color: #333;
}

.main_tit p {
  /* padding-left: 15px; */
  padding-bottom: 10px;
  color: #0A2463;
  display: flex;
  align-items: center;
}

.main_tit p img {
  height: 28px;
  padding-right: 10px;
}

/* .main_tit::after {
  content: "";
  background: #0A2463;
  position: absolute;
  width: 6px;
  height: 22px;
  left: 0;
  top: 6px;
  border-radius: 3px;
} */
.main_tit {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.intr_bg {
  background: #fff;
  border-radius: 5px;
}

.introduction-box {
  border-bottom: 1px solid #0A2463;
  padding-bottom: 30px;
}

.introduction {
  width: 50%;
}

.introduction a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* 
.introduction .img_cont {
  position: relative;
  border-radius: 5px 0 0 5px;
  height: 100%;
  overflow: hidden;
}

.introduction .img_cont img {
  transition: all .5s;
  width: 100%;
  border-radius: 5px 0 0 5px;
  height: 100%;
  object-fit: cover;
}

.introduction .cont_box {
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.introduction .cont_box .promore {
  padding: 0 30px;
  color: #666;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.introduction .cont_box .promore .icon {
  opacity: 0;
  margin-bottom: 30px;
}

.introduction .cont_box .promore div {
  display: flex;
  align-items: center;
}

.introduction a:hover .cont_box .promore span i {
  transform: rotate(0deg);
}

.introduction a:hover .cont_box {
  color: #fff;
}

.introduction a:hover .cont_box .promore {
  color: #fff;
}

.introduction .cont_tit {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.1);
}

.introduction .cont_tit .txt {
  position: absolute;
  transition: all .4s;
  left: 20px;
  right: 20px;
  bottom: 40px;
}

.introduction .cont_tit b {
  font-size: 22px;
  display: block;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.introduction .cont_tit p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 0;
  overflow: hidden;
}

.introduction .more i {
  padding-left: 10px;
}

.introduction .more {
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.introduction .more .promore {
  color: #fff;
}

.introduction a:hover .img_cont img {
  transform: scale(1.2);
}

.introduction a:hover .cont_tit .txt {
  bottom: 70px;
}

.introduction a:hover .cont_tit {
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.introduction a:hover .cont_tit p {
  height: 100%;
} */
 .introduction .swiper-container {
            width: 100%;
            height: 100%;
            border-radius:5px;
            overflow: hidden;
        }
        
        .introduction .swiper-slide {
            height: 100%;
        }
        
        /* 卡片链接样式 */
        .introduction .card-link {
            display: block;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            height: 100%;
            width: 100%;
            border-radius: 5px;
        }
        
        /* 图片容器 */
        .introduction .img_cont {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            width: 100%;
            height: 100%;
           
          
        }
        
        .introduction .img_cont img {
            transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);

            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 5px;
            max-height: 480px;
        }
        
        /* 悬浮层背景文字区 */
        .introduction .cont_box {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            border-radius:5px;
        }
        
        .introduction .cont_tit {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: flex-end;
            flex-direction: column;
            border-radius: 5px;
            overflow: hidden;
            padding: 0 24px;
            background: rgba(0, 0, 0, 0.2);
            transition: background 0.3s;
            height: 100%;
        }
        
        .introduction .txt {
            position: absolute;
            transition: all 0.4s ease;
            left: 24px;
            right: 24px;
            bottom: 48px;
        }
        
        .introduction .txt b {
            font-size: 24px;

            display: block;
            color: #fff;
            margin-bottom: 12px;

  
        }
        
        .introduction .txt p {
            font-size: 16px;
            line-height: 1.5;
            color: #f0f0f0;
            height: 0;
            overflow: hidden;
            transition: height 0.35s ease, margin 0.2s;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        .introduction .more {
            color: #fff;
            display: flex;
            align-items: center;
            padding-bottom: 35px;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 15px;
            transition: transform 0.2s;
        }
        
        .introduction .more i {
            padding-left: 10px;
            transition: transform 0.2s;
        }
        
        /* hover 动画效果 */
        .introduction .card-link:hover .img_cont img {
            transform: scale(1.1);
        }
        
        .introduction .card-link:hover .cont_tit {
            background: rgba(0, 0, 0, 0.45);
        }
        
        .introduction .card-link:hover .txt {
            bottom: 60px;
        }
        
        .introduction .card-link:hover .txt p {
            height: 72px;       /* 展示足够描述内容 */
            margin-top: 8px;
        }
        
        .introduction .card-link:hover .more i {
            transform: translateX(6px);
        }
        
        /* Swiper 导航按钮与分页器 (限定作用域) */
        .introduction .swiper-button-prev,
        .introduction .swiper-button-next {
            text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 25px;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
            backdrop-filter: blur(4px);
        }
        
        .introduction .swiper-button-prev:hover,
        .introduction .swiper-button-next:hover {
            background:#0A2463;
           
        }


    .introduction .swiper-button-prev:after,
        .introduction .swiper-button-next:after {
            font-size: 20px;
            font-weight: bold;
        }
        
        .introduction .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.7;
        }
        
        .introduction .swiper-pagination-bullet-active {
            background: #ffaa44;
            opacity: 1;
        }
.zxjj-box {
  width: 48%;
}

.zxjj-box .cs_r {
  padding: 20px 20px 20px 0;
}

.zxjj-box .cs_r .cs_rtit {
  margin-bottom: 20px;
}

.cs_r .cs_rtit {
  position: relative;
  width: 100%;
}

.cs_r .cs_rtit ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cs_r .cs_rtit ul li {
  display: inline-block;
  background: url(../images/index-1-6-2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  width: calc(33.33% - 10px);
}

.cs_r .cs_rtit ul li a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #656565;
  font-weight: bold;
  padding: 5px 25px;
}

.cs_rtit .cs_lmore a {
  float: left;
  width: 19px;
  height: 19px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-family: fangsong;
  font-size: 10px;
  display: none;
}

.cs_r .cs_rc ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #cccccc;
}

.cs_r .cs_rc ul li.on::before {
  background: #0A2463;
}

.cs_r .cs_rtit ul li.on {
  color: #fff;
  background: #0A2463;
  background-size: 100% 100%;
}

.cs_r .cs_rtit ul li.on a {
  color: #fff;
}

.cs_r .cs_rtit .cs_lmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cs_r .cs_rtit .cs_lmore a {
  float: left;
  width: 19px;
  height: 19px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-family: fangsong;
  font-size: 10px;
  display: none;
}

.cs_r .cs_rtit .cs_lmore a:hover {
  color: #0A2463;
  border-color: #0A2463;
}

.cs_r .cs_rc ul {
  position: relative;
}

.cs_r .cs_rc div {
  display: none;
}

.cs_r .cs_rc ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #cccccc;
}

.cs_r .cs_rc ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 25px;
}

.cs_r .cs_rc ul li:nth-child(1) {
  margin-top: 0;
}

.cs_r .cs_rc ul li.on a h3 {
  color: #0A2463;
  font-weight: 600;
  font-size: 18px;
}

.cs_r .cs_rc ul li.on a div {
  display: block;
}

.cs_r .cs_rc ul li a h3 {
  position: relative;
  padding-right: 85px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cs_r .cs_rc ul li a h3 span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}

.cs_r .cs_rc ul li a div {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f0f0f0;
  margin-top: 10px;
}

.cs_r .cs_rc ul li a div p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
}

.cs_r .cs_rc ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  left: 5px;
  top: 7px;
  z-index: 9;
}

/* 供应商列表 */
.supply {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
}

.supply ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;

  width: 100%;

}

.supply ul li {
  width: 100%;
  
  border-radius: 5px;
 
  position: relative;
  transition: .3s;
}

.supply li span {
  background: #fff;
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.supply li span img {
  max-height: 180px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.case-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 30px;
  z-index: 2;
  background: #f1f1f1;
  color: #666;
}
.case-badge.spec_28{ background: #f7efb0;}
.case-badge.spec_27{ background: #d8f5f4;}
.supply li a {
  display: block;
}

.supply li:hover {

}

.supply li .more a:hover {
  background: #0A2463;
  color: #fff;
}

.supply_con {
  padding: 15px 15px;
}

.supply_con b {
  margin-bottom: 5px;
  font-size: 15px;
  color: #0A2463;
  font-weight: 600;
  display: block;
      display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.supply li .more {
  width: 100%;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supply li .more a {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #0A2463;
  color: #0A2463;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
}

.supply_con p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

/* 采购列表 */
.scroll-box {
  margin: 0;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  max-width: 100%;
}

.scroll-box .scroll-box-box {
  width: 100%;
  padding: 20px 0;
  height: auto;
  position: relative;
  overflow: visible;
}

.scroll-box .scroll-box-box .more {
  float: right;
  font-size: 14px;
}

.scroll-box .scroll-box-box .more span {
  margin-right: 12px;
  color: #555;
}

.scroll-box .scroll-box-box .more a {
  color: #e60000;
  text-decoration: none;
}

/* 滚动视口容器 —— 支持滚动条与自动滚动切换 */
.scroll-box-show {
  padding: 0 20px 10px 20px;
  height: 295px;
  position: relative;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}

/* 自定义滚动条样式 (Webkit) 更美观 */
.scroll-box-show::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.scroll-box-show::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scroll-box-show::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.scroll-box-show::-webkit-scrollbar-thumb:hover {
  background: #e60000;
}

.scroll-box-show {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

/* 滚动列表容器 — 用于无缝动画 */
.scroll-box-list {

  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
}

/* 每个采购行样式 (一行三个卡片) */
.scroll-box-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  overflow: hidden;
  align-items: stretch;

}

.scroll-box-list li .li {
  width: 25%;
  padding-bottom: 0;
}

.scroll-box-list li .box {

  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  margin:0 10px;
  font-size: 12px;
  color: #666;
  box-shadow: 0 0 10px #dbdbdb;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  transition: transform 0.2s, box-shadow 0.2s;
}

.scroll-box-list li .box:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  border: 1px solid #0A2463;
}

/* 默认非VIP：标题只显示 */
.scroll-box-list li .box .title {
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  margin-bottom: 8px;
}

.scroll-box-list li .box .title a {
  color: #0A2463;
  font-weight: 600;
  text-decoration: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* VIP用户：标题显示完整 */
.scroll-box-list li .box.vip-visible .title {
  max-width: none;
  white-space: normal;
  height: auto;
  line-height: 1.3;
  min-height: 30px;
}

.scroll-box-list li .box.vip-visible .title a {
  max-width: none;
  white-space: normal;
  line-height: 1.3;
}

.scroll-box-list li .box .text p {
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 4px 0;
}

.scroll-box-list li .bot-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll-box-list li .box .offer {
  text-align: center;
}

.scroll-box-list li .box .offer .bnt {
  display: inline-block;
  width: 76px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e60000;
  border-radius: 50px;
  text-align: center;
  color: #e60000;
  text-decoration: none;
  font-size: 12px;
  background: white;
  transition: 0.2s;
  margin-bottom: 5px;
}

.scroll-box-list li .box .offer .bnt:hover {
  background: #e60000;
  color: #fff;
}

.scroll-box-list li .box .offer .day {
  font-weight: bold;
  color: #e60000;
  font-size: 12px;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* VIP内容区域 */
.scroll-box-list li .vip-see {
  position: relative;
  flex: 1;
}

/* 非VIP用户看到的遮罩效果 */
.scroll-box-list li .box:not(.vip-visible) .vip-see {
  position: relative;
  min-height: 100px;
}

.scroll-box-list li .box:not(.vip-visible) .vip-see::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 5px;
  z-index: 1;
}

/* 添加VIP锁定图标和提示文字 */
.scroll-box-list li .box:not(.vip-visible) .vip-see::before {
  content: '🔒 VIP专享';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #e60000;
  font-size: 12px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #e60000;
  white-space: nowrap;
  pointer-events: none;
}

/* VIP用户显示完整内容 */
.scroll-box-list li .box.vip-visible .vip-see::before,
.scroll-box-list li .box.vip-visible .vip-see::after {
  display: none;
}

/*  */
.index-bg {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.index-bg img {
  border-radius: 5px;
}

.index-bg .container {
  position: relative;
}

.index-bg .txt {
  position: absolute;
  top: 0;
  letter-spacing: 5px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  font-weight: 600;
  font-size: 38px;
}

/* 供应商等级 */
.gysbg {
  padding-bottom: 50px;
}

.pai_tit {
  display: grid;
  grid-template-columns: 80px 1fr 100px 100px 10px;
  background: #E8F5FF;
  padding: 15px 20px;
  border-bottom: 2px solid #e9ecef;
  font-weight: bold;
  color: #495057;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 10;
}

/* .pai_tit2 {
  grid-template-columns: 80px 1fr 100px 100px 117px 10px;
} */

.pai_tit span {
  text-align: center;
}

.pai_tit span:first-child {
  text-align: left;
}

.pai_tit span:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}

.level-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.level-box .supply-list {
  width: calc(50% - 15px);
}

.level-box .supply-list .scroll-box-box {
  padding: 0;
}

.level-box .team-list {
  width: calc(50% - 15px);
}

.level-box .team-list .scroll-box-box {
  padding: 0;
}

/* 列表项样式 */
.item-list li a{
  display: grid;
  grid-template-columns: 80px 1fr 100px 100px 10px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  background: #fff;
  cursor: pointer;
}

.item-list2 li a{
  grid-template-columns: 80px 1fr 100px 100px 100px 10px;
  border: none;
  box-shadow: 0 0 10px #f3f3f3;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 20px;
}

.item-list li a:hover {
  background: #f8f9ff;
  transform: translateX(5px);
}

/* 名次样式 */
.item-list li .num {
  font-size: 20px;
  text-align: left;
  position: relative;
}

/* 前三名特殊样式 */
.item-list li .num1 {
  color: #FACB21;
  position: relative;
}

.item-list li .num1::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 20px;
  z-index: 0;
  height: 20px;
  background: url(../images/1.png) no-repeat left;
  background-size: contain;
}

.item-list li .num2 {
  color: #c0c0c0;
}

.item-list li .num2::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 20px;
  z-index: 0;
  height: 20px;
  background: url(../images/2.png) no-repeat left;
  background-size: contain;
}

.item-list li .num3 {
  color: #cd7f32;
}

.item-list li .num3::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 20px;
  z-index: 0;
  height: 20px;
  background: url(../images/3.png) no-repeat left;
  background-size: contain;
}

.item-list li .flower {
  padding-left: 30px;
  position: relative;
}

.item-list li .flower::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 18px;
  z-index: 0;
  height: 18px;
  background: url(../images/weiju.png) no-repeat left;
  background-size: contain;
}

/* 公司名称样式 */
.item-list li .com-name {
  font-size: 15px;
  color: #333;
  text-align: left;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.item-list li .com-name::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../images/renzh.png) no-repeat;
  background-size: 100%;

}

/* 送花样式 */
.item-list li .flower {
  text-align: center;
  color: #ff6b6b;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* 点赞样式 */
.item-list li .like {
  text-align: center;
  color: #4ecdc4;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.item-list li .share {
  text-align: center;
  color: #ffa502;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/*底部footer*/
.footer-main {
  position: relative;
  background: #0A2463;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 0;
}

.footer-main .container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.footer-copyright img {
  height: 30px;
}

.footer-list1 {
  width: 35%;
  padding: 0 5%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-list3 {
  width: 15%;
  display: flex;
  flex-direction: column;

}

.footer-list3 img {
  max-height: 120px;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
}

.footer-list1 {
  padding-bottom: 20px;
}

.footer-list1 img {
  height: 100px;
  margin-top: 20px;
}

.footer-list1 .socials {
  margin-bottom: 30px;
  display: flex;
}

.footer-list1 p img {
  margin-right: 8px;
}

.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list1 .socials li:hover {
  background: #0A2463;
}

.footer-list1 .socials li:hover img {
  filter: brightness(100);
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-list2 {
  width: 10%;

}

.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;
}

.address-content span {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 13px;
}

.foot_con {
  display: flex;
}

.foot_con div {
  margin-right: 20px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
}

.footer-copyright span {
  color: rgba(255, 255, 255, 1);
}

.footer-copyright p span {
  padding-left: 15px;
  color: rgba(255, 255, 255, 1);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 1);
}

/*右侧固定*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 8%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  color: #fff;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #1C58C9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  color: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 22px;
  background-color: #0A2463;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#suspension li .txt a {
  display: block;
  line-height: 57px;
  color: #fff;
  padding-left: 10px;
}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #1C58C9;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1C58C9;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #2E76C9;
  color: #fff;
}

/* in news  */
.news-container {
  display: flex;
  gap: 30px;
  /* 左右间距 */
  padding: 30px 0;
  align-items: flex-start;
}

.news-sidebar {
  width: 300px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #0A2463;
}

.news-sidebar .menu-title {
  font-size: 24px;
  color: #0A2463;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-sidebar .slide-nav {
  list-style: none;
}

.news-sidebar .slide-nav li {
  margin-bottom: 10px;
}

.news-sidebar .slide-nav li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 16px;
}

.news-sidebar .slide-nav li a:hover,
.news-sidebar .slide-nav li a.active {
  background: #0A2463;
  color: #fff;
}

.recommend-box {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.recommend-box .menu-title {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-list li {
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background: #f9fafc;
  border-left: 3px solid transparent;
}

.recommend-list li:hover {
  background: #f0f2f7;
  border-left-color: #0A2463;
  transform: translateX(3px);
}

.recommend-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  gap: 10px;
}

.recommend-list li a .rec-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.recommend-list li a .rec-date {
  font-size: 12px;
  color: #8ba0bc;
  flex-shrink: 0;
}

.recommend-list li a:hover .rec-title {
  color: #0A2463;
}

.recommend-list .rec-icon {
  color: #0A2463;
  font-size: 12px;
  margin-right: 6px;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
  padding: 40px 0;
  border-bottom: 1px solid #eee;

}

/* 搜索框 */
.search-box {
  display: flex;


  border-radius: 48px;
  border: 1px solid #dedede;
  overflow: hidden;
  transition: 0.2s;
  width: 50%;
  margin: 10px auto;
}

.search-box:focus-within {
  border-color: #0A2463;
  box-shadow: 0 0 0 2px rgba(10, 36, 99, 0.2);
}

.search-box input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: #fff;
  font-size: 14px;
  outline: none;
}

.search-box button {
  background: #0A2463;
  border: none;
  color: white;
  padding: 0 18px;
  cursor: pointer;
  transition: 0.2s;
}

.search-box button:hover {
  background: #0A2463;
}

.sort-group {
  display: flex;
  gap: 12px;
  justify-content: flex-end;


}

.sort-group button:focus {
  outline: none;
}

.sort-btn {

  background: #f0f2f7;
  border: none;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.sort-btn.active {
  background: #2E7D32;
  color: white;
}

.sort-btn:hover {
  color: #fff;
  background: #2E7D32;
}

.news-list-container {
  display: none;
}

.news-list-container.active {
  display: block;
}

.news-content {
  flex: 1;
}

.news-card {
  padding: 20px 24px;
  border-bottom: 1px solid #dedede;
  transition: background 0.2s;
}

.news-card:hover {
  background: #fafbff;
}

.news-title a {
  text-decoration: none;
  color: #0A2463;
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.news-title a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.news-summary {
  color: #666;
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #7e8aa8;
  align-items: center;
}

.news-meta i {
  margin-right: 4px;
  width: 14px;
}

.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 40px 0;

}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.page-item {
  display: inline-block;
}

.page-li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  background: transparent;
  color: #2d3e5f;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #dedede;
}

.page-li i {
  font-size: 0.8rem;
}

.page-li:focus {
  box-shadow: none;
}

/* 页码 hover */
.page-item:not(.disabled):not(.active) .page-li:hover {
  background: #0A2463;
  border-color: rgba(10, 36, 99, 0.2);
  color: #fff;
}

/* 当前激活页码 */
.page-item.active .page-li {
  background: #0A2463;
  color: white;

  border: none;
}

.page-item.disabled .page-li {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f9fafc;
  color: #9aaebf;
}

/* 省略号样式 */
.page-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 40px;
  font-size: 0.9rem;
  color: #8ba0bc;
  letter-spacing: 1px;
}

/* 跳转区域 */
.goto-section {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafd;
  padding: 4px 8px 4px 16px;
  border-radius: 48px;
  border: 1px solid #e2e8f0;
}

.goto-section label {
  font-size: 14px;
  font-weight: 500;
  margin: 0;

}

.goto-input {
  width: 70px;
  padding: 8px 0 8px;
  border: 1px solid #cbd5e1;
  border-radius: 32px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  background: white;
  transition: 0.2s;
}

.goto-input:focus {
  outline: none;
  border-color: #0A2463;
  box-shadow: none;

}

.goto-btn {
  background: #0A2463;
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 32px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.goto-btn:hover {
  background: #2E7D32;

}

.location a {
  color: #666;
  font-size: 15px;
}

.location a:hover {
  color: #0A2463;
}

/* in news detail */
.detail-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 30px 0;
}

.detail-container .news-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 5px;

}

.detail-container .news-sidebar {
  width: 300px;
  flex-shrink: 0;
}

.detail-container .news-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.detail-container .news-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.detail-container .news-meta {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.detail-container .news-meta i {
  margin-right: 5px;
}

.detail-container .news-body {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.detail-container .news-body img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.detail-container .action-bar {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}

.detail-container .action-btn {
  padding: 8px 20px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  color: #666;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.detail-container .action-btn:hover {
  background: #0A2463;
  color: #fff;
  border-color: #0A2463;
}

.detail-container .related-news {
  background: #fff;
  border-radius: 5px;

}

.detail-container .related-news .main_ti {
  margin-bottom: 15px;
  font-size: 20px;
  color: #0A2463;
  font-weight: bold;
}

.detail-container .related-item {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.detail-container .related-item:last-child {
  border-bottom: none;
}

.detail-container .related-item a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.detail-container .related-item a:hover {
  color: #0A2463;
}

.detail-container .related-item a::before {
  content: "•";
  color: #0A2463;
  margin-right: 10px;
}

.detail-container .back {
  margin-top: 30px;
}

/* in supplier */
.supplier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
  margin: 30px 0 50px;
}

.supplier-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  border: 1px solid rgba(10, 36, 99, 0.08);
}

.supplier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -10px rgba(10, 36, 99, 0.15);
}

.page-header {
  padding: 40px 0;
  text-align: center;
}

.page-header b {
  display: block;
  color: #0A2463;
  font-size: 30px;
}

.page-header p {
  margin-top: 20px;
  font-size: 16px;
}

.page-header i {
  color: #FFD700;
}

.rank-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.rank-1 {
  background: linear-gradient(135deg, #FFD700, #FFB347);
  color: #fff;
}

.rank-2 {
  background: linear-gradient(135deg, #D9E2EC, #B0BEC5);
  color: #2c3e50;
}

.rank-3 {
  background: linear-gradient(135deg, #E6B89C, #CD7F56);
  color: #fff;
}

.rank-normal {
  background: #f0f2f7;
  color: #333;
  font-size: 1rem;
}

.supplier-logo {
  height: 140px;
  background: #f8fafd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #eef2f8;
}

.supplier-logo a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.supplier-logo .leader-name {
  margin: 10px 0;
  font-weight: 700;
  color: #333;
  font-size: 18px;
}

.supplier-logo img {
  max-width: 100px;
  max-height: 80px;
  object-fit: contain;
  border-radius: 100%;
}

.supplier-info {
  padding: 20px 20px 16px;
}

.supplier-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.supplier-desc {
  color: #5b6e8c;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}

.stats {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  background: #f9fafc;
  padding: 12px 12px;
  border-radius: 20px;
}

.stat-item {
  flex: 1;
  text-align: center;
}

.stat-number {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.flower-count {
  color: #FF6D6D;
}

.like-count {
  color: #54CFC6;
}

.stat-label {
  font-size: 0.7rem;
  color: #7e8aa8;
  letter-spacing: 0.5px;
}

.action-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.btn-flower,
.btn-like {
  flex: 1;
  border: none;
  padding: 10px 0;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-flower {
  background: #FAE0E0;
  color: #FF6D6D;
}

.btn-flower.disabled,
.btn-like.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-flower:not(.disabled):hover {
  background: #fad8d8;

}

.btn-like {
  background: #D6FCFA;
  color: #54CFC6;
}

.btn-like:not(.disabled):hover {
  background: #D6FCFA;

}

/* 分享弹窗 */
.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.share-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
}

.btn-share {
  background: #f3c966;
  border: none;
  padding: 10px 0;
  border-radius: 40px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;

  color: #8d6509;
}

.btn-share:hover {
  background: #fac74f;
}

.share-icons {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.share-item {
  cursor: pointer;
}

.share-item i {
  font-size: 32px;
  color: #0A2463;
  display: block;
  margin-bottom: 5px;
}

.share-item span {
  font-size: 12px;
  color: #666;
}

@media (max-width: 750px) {
  .supplier-grid {
    grid-template-columns: 1fr;
  }

  .action-buttons {
    flex-direction: column;
  }

}

.toast-msg {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

/* in leader */
.leader-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px 0 50px;
}

/* 行式卡片 */
.leader-row-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 14px 24px 14px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  border: 1px solid rgba(10, 36, 99, 0.08);
  position: relative;
}

.leader-row-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(10, 36, 99, 0.15);
  background: #fefefe;
}


.leader-list .rank-badge {
  width: 44px;
  height: 44px;
  background: #f0f2f7;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  top: 0;
  left: 0;
}

.leader-list .rank-badge.rank-1 {
  background: linear-gradient(135deg, #FFD700, #FFB347);
  color: white;
}

.leader-list .rank-badge.rank-2 {
  background: linear-gradient(135deg, #C0C0C0, #A8A8A8);
  color: white;
}

.leader-list .rank-badge.rank-3 {
  background: linear-gradient(135deg, #CD7F32, #B87333);
  color: white;
}

.leader-list .rank-badge.rank-normal {
  background: #eef2f6;
  color: #2c3e50;
}

/* 头像 + 昵称区域 */
.leader-avatar-area {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 2;
  min-width: 160px;
}
.leader-avatar-area a{ display: flex; align-items: center; width: 100%; text-decoration: underline;}

.leader-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #f8fafd;
}

.leader-name {
  font-size: 18px;
  display: block;
  padding-left: 15px;

}

/* 统计数据 (送花/点赞) 一行展示数字+标签 */
.leader-stats {
  display: flex;
  gap: 28px;
  flex: 2;
  justify-content: center;
  align-items: center;
}

.stat-badge {
  display: flex;
  align-items: baseline;
  gap: 6px;
  background: #F8FAFE;
  padding: 6px 16px;
  border-radius: 40px;
}

.stat-badge i {
  font-size: 1.1rem;
  color: #FF6D6D;
}

.stat-badge.like-stat i {
  font-size: 1.1rem;
  color: #54CFC6;
}

.stat-badge .stat-label {
  font-size: 0.75rem;
  color: #6c7a8e;
  margin-left: 4px;
}


.leader-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.leader-actions button {
  border: none;

  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;

}

.apply-leader-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2E7D32, #40ac45);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(10, 36, 99, 0.2);
}

.apply-leader-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #40ac45, #2E7D32);
}

/* 模态框 */
.leader-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  border-radius: 28px;
  width: 90%;
  max-width: 480px;
  padding: 28px 24px;
}

.modal-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A2463;
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: 600;
  color: #2c3e4e;
  margin-bottom: 8px;
  display: block;
}

.form-group input,
.avatar-select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 60px;
  border: 1px solid #e2e8f0;
}

.avatar-options {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.avatar-option {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid transparent;
  object-fit: cover;
}

.avatar-option.selected {
  border-color: #0A2463;
  box-shadow: 0 0 0 2px rgba(10, 36, 99, 0.3);
}

.custom-url-input {
  margin-top: 12px;
}

.modal-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.modal-buttons button {
  padding: 10px 24px;
  border-radius: 40px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn-submit {
  background: #0A2463;
  color: white;
}

.btn-cancel {
  background: #eef2f6;
  color: #2c3e50;
}

/* 供应商详情页 */
.supplier-detail-container {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.sidebar-content {
  width: 320px;
  flex-shrink: 0;
}

/* 顶部公司卡片 */
.company-header-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.company-logo {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
  object-fit: contain;
  background: #fff;
}

.company-info h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.company-tags span {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f2f5;
  color: #666;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.company-tags span.active {
  background: #0A2463;
  color: #fff;
}

/* 通用板块样式 */
.detail-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.section-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-title i {
  color: #0A2463;
  margin-right: 10px;
}

/* 经营范围列表 */
.scope-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.scope-item {
  width: calc(33.333% - 15px);
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  border-left: 3px solid #ddd;
  transition: all 0.3s;
}

.scope-item:hover {
  border-left-color: #0A2463;
  background: #f0f2f5;
}

/* 图片画廊 */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.gallery-item {
aspect-ratio: 4 / 3;
 border-radius: 5px;
}
.gallery-item img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* 右侧联系卡片 */
.contact-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #eee;
}

.contact-btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary-custom {
  background: #0A2463;
  color: #fff;
  border: none;
}

.btn-primary-custom:hover {
  background: #00408f;
}

.btn-outline-custom {
  background: #fff;
  color: #0A2463;
  border: 1px solid #0A2463;
}

.btn-outline-custom:hover {
  background: #f0f2f5;
}

.contact-info-list {
  text-align: left;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}

.contact-item {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: flex-start;
}

.contact-item i {
  width: 20px;
  color: #0A2463;
  margin-top: 3px;
}

/* 底部按钮组样式 */
.detail-bottom-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 60px;
  padding: 12px 20px;
  margin: 30px 0 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f8;
}

.detail-bottom-actions .action-btn {
  flex: 1;
  text-align: center;
  border: none;
  background: transparent;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #2c3e50;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.detail-bottom-actions .action-btn i {
  font-size: 1.2rem;
}

.detail-bottom-actions .action-btn:hover {
  background: #f0f2f5;
  color: #0A2463;
}

/* 供应模块 */

.info-container {
  margin: 30px auto;
}

/* 标签切换 */
.tabs-bar {
  display: flex;
  gap: 12px;
  margin-top: 50px;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 40px;
  justify-content: center;
}

.tab-btn {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
  position: relative;
  transition: 0.2s;
}

.tab-btn.active {
  color: #0A2463;
}

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0A2463;
  border-radius: 3px;
}

/* 筛选栏 */
.filter-bar {
  background: white;
  border-radius: 20px;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border: 1px solid #eef2f8;
  align-items: flex-end;
}
.filter-bar form{ width: 100%;}
.filter-group {
  flex: 1;
  min-width: 140px;
}

.filter-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #5b6e8c;
    margin-bottom: 0px;
    width: 80px;
}

.filter-group select,
.filter-group input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 40px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.9rem;
  outline: none;
}

.search-group {
  flex: 1.5;
  display: flex;
  gap: 8px;
}

.search-group input {
  flex: 1;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.search-group button {
  background: #0A2463;
  border: none;
  color: white;
  padding: 10px 22px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 600;
}

/* 信息列表卡片 */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}

.info-list a:hover {
  color: #333;
}

.info-card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
  cursor: pointer;
  border: 1px solid #eef2f8;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.12);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  background: none;

}

.info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A2463;
  display: flex;
  align-items: center;
}

.info-title span {
  padding-right: 10px;
}

.info-title span img {
  max-height: 36px;
}

.info-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;

}

.tag {
  background: #f0f2f5;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #2c3e50;
}

.info-detail {
  color: #334155;
  line-height: 1.5;
  margin: 12px 0;
}

.full-content {
  background: #fff;
  padding: 12px 16px;
  border-radius: 16px;
  margin-top: 12px;
  font-size: 0.9rem;
}

.full-content p {
  margin: 10px 0;
}

.action-btns {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: flex-end;
}

.action-btns .learn-more {
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  transition: 0.2s;
  background: #2E7D32;
  padding: 6px 12px;
  border-radius: 40px;
}

.action-btns .learn-more:hover {
  color: #fff;
}

.action-btns button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5b6e8c;
  transition: 0.2s;
  padding: 6px 12px;
  border-radius: 40px;
}

.action-btns button:hover {
  background: #dcf8de;
  color: #2E7D32;
}

.collect-btn.active {
  color: #2E7D32;
}

.vip-lock {
  background: #fef3c7;
  color: #b45309;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.info-detail span {
  color: #e67e22;
}

/* 采购详情页专用样式 */
.supplier-detail-container {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.sidebar-content {
  width: 320px;
  flex-shrink: 0;
}

/* 顶部采购卡片（类似公司卡片） */
.purchase-header-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.purchase-title {
  font-size: 28px;
  font-weight: 700;
  color: #0A2463;
  margin-bottom: 15px;
}

.purchase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f8;
}

.meta-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: #5b6e8c;
}

.meta-item strong {
  color: #1e2a3e;
  font-weight: 600;
}

.countdown-box {
  background: #fae6e6;
  border-radius: 40px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.countdown-number {
  font-size: 24px;
  font-weight: 800;
  color: #db0707;
}

.quote-btn {
  background: #db0707;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 10px;
  display: inline-block;
}

.quote-btn:hover {

  transform: translateY(-2px);
}


.detail-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.section-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-title i {
  color: #0A2463;
  margin-right: 10px;
}

.inquiry-table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
}

.inquiry-table thead tr {
  background: #f8fafd;
  border-bottom: 1px solid #e2e8f0;
}

.inquiry-table th {
  padding: 14px 12px;
  text-align: left;
  font-weight: 600;
  color: #1e2a3e;
  font-size: 0.85rem;
  white-space: nowrap;
}

.inquiry-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #eef2f8;
  color: #2c3e50;
  vertical-align: middle;
}

.inquiry-table tr:last-child td {
  border-bottom: none;
}

.inquiry-image-placeholder {
  width: 60px;
  height: 60px;
  background: #f1f5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
}

.inquiry-table .remark-cell {
  max-width: 200px;
  word-break: break-word;
  white-space: normal;
}

/* 移动端适配：表格滚动 */
@media (max-width: 768px) {
  .inquiry-table {
    display: block;
    white-space: nowrap;
  }

  .inquiry-table tbody tr {
    display: table-row;
  }

  .inquiry-table th,
  .inquiry-table td {
    white-space: nowrap;
  }

  .remark-cell {
    white-space: normal !important;
    min-width: 150px;
  }
}

.req-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.req-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.req-label {
  width: 100px;
  font-weight: 600;
  color: #2c3e50;
}

.req-value {
  color: #5b6e8c;
  flex: 1;
}

/* 右侧相关采购 */
.related-list {
  list-style: none;
  padding: 0;
}

.related-item {
  padding: 12px 0;
  border-bottom: 1px dashed #eef2f8;
}

.related-item a {
  color: #2c3e50;
  text-decoration: none;
  transition: 0.2s;
  display: block;
}

.related-item a:hover {
  color: #0A2463;
  padding-left: 5px;
}

.contact-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .supplier-detail-container {
    flex-direction: column;
  }

  .sidebar-content {
    width: 100%;
  }

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

  .inquiry-full {
    grid-column: span 1;
  }
}

/* login  register  */
.shengyan-login-scope * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.shengyan-login-scope {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  background: linear-gradient(135deg, #f0f4fc 0%, #e2e8f0 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.shengyan-login-scope .top-bar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 12px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.shengyan-login-scope .logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.shengyan-login-scope .logo-area img {
  max-height: 50px;
}

.shengyan-login-scope .main-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.shengyan-login-scope .login-grid {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-height: 560px;
}

.shengyan-login-scope .brand-left {
  flex: 1.2;
  background: linear-gradient(145deg, #0A2463 0%, #123e7c 100%);
  color: white;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shengyan-login-scope .brand-left .main-slogan {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}

.shengyan-login-scope .brand-left .sub-slogan {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.5;
}

.shengyan-login-scope .brand-left .brand-image {
  margin-top: 32px;
  text-align: center;
}

.shengyan-login-scope .brand-left .brand-image img {
  max-width: 80%;
  opacity: 0.9;
  border-radius: 16px;
}

.shengyan-login-scope .form-right {
  flex: 1;
  padding: 48px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 .form-right .license-upload-area {
      margin-top: 4px;
    }
   .form-right .upload-box {
      border: 1px dashed #cbd5e1;
      background: #fefefe;
      border-radius: 20px;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      transition: 0.2s;
      cursor: pointer;
    }
   .form-right .upload-box:hover {
      border-color: #0A2463;
      background: #fafcff;
    }
   .form-right .upload-preview {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
   .form-right .preview-img {
      width: 64px;
      height: 64px;
      object-fit: cover;
      border-radius: 12px;
      border: 1px solid #e2edf2;
      background: #f8fafc;
    }
   .form-right .file-info {
      font-size: 0.85rem;
      color: #1e293b;
      max-width: 180px;
      word-break: break-all;
    }
   .form-right .upload-action {
      display: flex;
      gap: 10px;
      margin-left: auto;
    }
   .form-right .upload-btn-icon {
      background: #eef2ff;
      border: none;
      padding: 8px 18px;
      border-radius: 30px;
      font-size: 0.8rem;
      font-weight: 500;
      color: #0A2463;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
   .form-right .remove-file {
      background: #fff0f0;
      color: #b91c1c;
      border: none;
      padding: 8px 16px;
      border-radius: 30px;
      font-size: 0.75rem;
      cursor: pointer;
      align-items: center;
    }
   .form-right .remove-file:hover {
      background: #fee2e2;
    }
   .form-right .upload-tips {
      font-size: 0.7rem;
      color: #6c757d;
      margin-top: 6px;
    }
.shengyan-login-scope .tab-bar {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #eef2f8;
  margin-bottom: 32px;
}

.shengyan-login-scope .tab-btn {
  flex: 1;
  text-align: center;
  background: transparent;
  border: none;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #8a99b0;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}

.shengyan-login-scope .tab-btn.active {
  color: #0A2463;
}

.shengyan-login-scope .tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0A2463;
  border-radius: 3px;
}

.shengyan-login-scope .form-group {
  margin-bottom: 24px;
}

.shengyan-login-scope .form-group label {
  display: block;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 0.85rem;
}

.shengyan-login-scope .input-with-icon {
  position: relative;
}

.shengyan-login-scope .input-with-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a99b0;
  font-size: 1rem;
}

.shengyan-login-scope .form-control {
  width: 100%;
  padding: 14px 16px 14px 46px;
  border-radius: 60px;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
  transition: 0.2s;
  background: #fff;
}

.shengyan-login-scope .form-control:focus {
  outline: none;
  border-color: #0A2463;
  box-shadow: 0 0 0 3px rgba(10, 36, 99, 0.1);
}

.shengyan-login-scope .code-group {
  display: flex;
  gap: 12px;
}

.shengyan-login-scope .code-group .form-control {
  flex: 1;
}

.shengyan-login-scope .get-code-btn {
  background: #f0f2f5;
  border: none;
  padding: 0 20px;
  border-radius: 60px;
  font-weight: 600;
  color: #0A2463;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.85rem;
  transition: 0.2s;
}

.shengyan-login-scope .get-code-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.shengyan-login-scope .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 16px;
  flex-wrap: wrap;
}

.shengyan-login-scope .checkbox-group input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0A2463;
}

.shengyan-login-scope .checkbox-group label {
  font-size: 0.85rem;
  color: #5b6e8c;
}

.shengyan-login-scope .protocol-link {
  color: #0A2463;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.shengyan-login-scope .btn-submit {
  width: 100%;
  background: #0A2463;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(10, 36, 99, 0.2);
}

.shengyan-login-scope .btn-submit:hover {
  background: #1e3a8a;
  transform: translateY(-2px);
}

.shengyan-login-scope .links-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
}

.shengyan-login-scope .links-row a {
  color: #8a99b0;
  text-decoration: none;
  margin: 0 10px;
}

.shengyan-login-scope .links-row a:hover {
  color: #0A2463;
  text-decoration: underline;
}

.shengyan-login-scope .tab-pane {
  display: block;
}

.shengyan-login-scope .tab-pane.hide {
  display: none;
}

.shengyan-login-scope .toast-msg {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 10px 24px;
  border-radius: 40px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .shengyan-login-scope .login-grid {
    flex-direction: column;
  }

  .shengyan-login-scope .brand-left {
    text-align: center;
    align-items: center;
  }

  .shengyan-login-scope .brand-left .brand-image img {
    max-width: 100%;
  }

  .shengyan-login-scope .form-right {
    padding: 32px 24px;
  }

  .shengyan-login-scope .top-bar {
    padding: 10px 20px;
  }
}

@media (max-width: 550px) {
  .shengyan-login-scope .code-group {
    flex-wrap: wrap;
  }

  .shengyan-login-scope .get-code-btn {
    padding: 10px 16px;
  }

  .shengyan-login-scope .toast-msg {
    white-space: normal;
    text-align: center;
    max-width: 80%;
  }
}

/* user */
.user-box * {
  box-sizing: border-box;
}

.user-box {
  font-size: 14px;
  color: #1e2a3e;

}

.user-box .top-header {
  background: #0A2463;
  color: white;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.user-box .logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.user-box .logo-area img {
  max-height: 50px;
}

.user-box .logo-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-box .logo-text {
  font-size: 1.3rem;
  font-weight: 700;
}

.user-box .msg-icon {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.user-box .red-dot {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #e74c3c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
}

.user-box .red-dot.show {
  display: block;
}

.user-box .dashboard {
  margin: 30px auto;

  display: flex;
  gap: 28px;

  flex-wrap: wrap;
}

.user-box .sidebar {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 24px;
  padding: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  height: fit-content;
}

.user-box .sidebar-item {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
  color: #2c3e50;
  border-left: 3px solid transparent;
}

.user-box .sidebar-item i {
  width: 22px;
  font-size: 16px;
}

.user-box .sidebar-item.active {
  background: #f0f4fc;
  border-left-color: #0A2463;
  color: #0A2463;
  font-weight: 500;
}

.user-box .sidebar-item:hover:not(.active) {
  background: #f8fafc;
}

.user-box .main-content {
  flex: 3;
  min-width: 280px;
  background: #fff;
  border-radius: 28px;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.user-box .info-card {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 28px;
  border: 1px solid #eef2f8;
  padding: 20px 24px;
}

.user-box .info-card p {
  margin-bottom: 30px;
}

.user-box .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0A2463;
  border-left: 4px solid #0A2463;
  padding-left: 14px;
  margin-bottom: 20px;
}

.user-box .profile-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}
.user-box  .personal-edit-area { margin-top: 32px; border-top: 1px solid #edf2f7; padding-top: 24px; }
   .user-box  .edit-field-row { display: flex; margin-bottom: 20px; align-items: center; flex-wrap: wrap; gap: 12px; }
   .user-box  .edit-field-row .label { width: 100px; font-weight: 500; }
   .user-box  .edit-field-row .value { flex: 1; min-width: 200px; }
   .user-box .personal-edit-area .form-control,   .user-box .personal-edit-area input{ width: 100%; padding: 10px 14px; border: 1px solid #cbd5e1; border-radius: 16px; font-size: 14px; }
   .user-box  .license-box { background: #f8fafc; padding: 16px; border-radius: 20px; margin-top: 12px; }
   .user-box  .license-preview { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
   .user-box  .license-img, .user-box .default-license-icon { width: 140px; height: 100px; object-fit: cover; border-radius: 16px; background: #f1f5f9; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #94a3b8; }
   .user-box .default-license-icon img{ border-radius: 10px; height: 100%; object-fit: cover; width: 100%;}
.user-box .default-avatar-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eef2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #8a99b0;
  border: 2px solid #0A2463;
}

.user-box .default-logo-icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #eef2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #8a99b0;
}

.user-box .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0A2463;
}

.user-box .upload-avatar {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #0A2463;
  cursor: pointer;
}

.user-box .info-item {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  align-items: baseline;
}

.user-box .vip-badge {
  background: linear-gradient(135deg, #FFD700, #FFB347);
  color: #8a6e2c;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.user-box .btn-primary {
  background: #0A2463;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 15px;
}

.user-box .btn-sm {
  background: #eef2f6;
  border: none;
  padding: 4px 12px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
}

.user-box .form-group {
  margin-bottom: 18px;
}

.user-box .form-group input {
  border-radius: 10px;
}

.user-box .form-group label {
  font-weight: 500;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.user-box .form-control {
  width: 100%;
  padding: 0px 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.user-box .order-item {
  border-bottom: 1px solid #eef2f8;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.user-box .order-item strong {
  display: block;
}

.user-box .order-item p span {
  color: #e74c3c;
  font-size: 16px;
}

.user-box .order-item p {
  margin: 5px 0;
}

.user-box .order-status {
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.user-box .status-paid {
  background: #d4edda;
  color: #155724;
}

.user-box .status-pending {
  background: #fff3cd;
  color: #856404;
}

.user-box .leader-btn {
  font-size: 18px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.user-box .switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin: 0;
  margin-left: 15px;
}

/* 隐藏原生checkbox */
.user-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 滑块轨道 */
.user-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 28px;
}

/* 滑块圆点 */
.user-box .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* 选中状态（开） */
.user-box input:checked+.slider {
  background-color: #0A2463;
  /* 盛延科技主色 */
}

.user-box input:checked+.slider:before {
  transform: translateX(24px);
}

/* 聚焦时的边框效果（可选） */
.user-box input:focus+.slider {
  box-shadow: 0 0 1px #0A2463;
}

/* 禁用状态样式（可选） */
.user-box .switch input:disabled+.slider {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.user-box .switch input:disabled+.slider:before {
  background-color: #f5f5f5;
}

.user-box .supplier-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.user-box .supplier-gallery,.qualification-gallery,.leader-gallery {
  display: flex;
  gap: 12px;

  margin-top: 10px;

    gap: 15px;
}
.user-box .supplier-gallery .gallery-item,.qualification-gallery .gallery-item ,.leader-gallery .gallery-item {
    aspect-ratio: 4 / 3;
    border-radius: 5px;
max-height: 90px;
}
.user-box .gallery-img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.user-box .collect-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px ;
  font-size: 15px;
  border-bottom: 1px solid #eef2f8;
}
.user-box .collect-item .btn-sm { margin-top: 0; background: #cadef3;}
.user-box .collect-item .collect-arrow { color: #666;}
.user-box .collect-item .btn-sm:hover{ color: #fff; background: #f7939d;}
@media (max-width: 850px) {
  .user-box .dashboard {
    flex-direction: column;
  }

  .user-box .sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
  }

  .user-box .sidebar-item {
    flex: 1;
    justify-content: center;
    border-left: none;
    border-bottom: 2px solid transparent;
  }

  .user-box .sidebar-item.active {
    border-left: none;
    border-bottom-color: #0A2463;
  }

  .user-box .main-content {
    padding: 20px;
  }
}

.user-box .message-item {
  padding: 14px 0;
  border-bottom: 1px solid #eef2f8;
  cursor: pointer;
}

.user-box .message-item.unread {
  background: #fef9e6;
  margin: 0 -10px;
  padding: 14px 10px;
  border-radius: 12px;
}

.user-box .message-title {
  font-weight: 600;
  color: #1e2a3e;
}

.user-box .message-time {
  font-size: 0.7rem;
  color: #8a99b0;
  margin-top: 4px;
}

.modal-pay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.pay-card {
  background: #fff;
  border-radius: 32px;
  padding: 32px 28px;
  text-align: center;
  width: 360px;
  max-width: 90%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pay-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A2463;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pay-card h3::before {
  content: '\f09d';
  font-family: FontAwesome;
  font-size: 1.4rem;
  color: #0A2463;
}

.qrcode {
  width: 200px;
  height: 200px;
  background: #f8fafd;
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #eef2f8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.qrcode i {
  font-size: 80px;
  color: #0A2463;
  margin-bottom: 8px;
}

.qrcode span {
  font-size: 12px;
  color: #8a99b0;
  margin-top: 4px;
}

.pay-card p {
  font-size: 0.9rem;
  color: #5b6e8c;
  margin: 20px 0 24px;
}

.pay-card .btn-primary {
  background: #0A2463;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.2s;
  margin-right: 12px;
}

.pay-card .btn-primary:hover {
  background: #1e3a8a;
  transform: translateY(-2px);
}

.pay-card button:not(.btn-primary) {
  background: #f0f2f5;
  border: none;
  padding: 10px 20px;
  border-radius: 60px;
  font-weight: 500;
  color: #2c3e50;
  cursor: pointer;
  transition: 0.2s;
}

.pay-card button:not(.btn-primary):hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}

.pay-card #closePayModal {
  background: transparent;
  color: #8a99b0;
  border: 1px solid #e2e8f0;
  margin-left: 12px;
}

.pay-card #closePayModal:hover {
  background: #f8fafc;
  color: #0A2463;
  border-color: #0A2463;
}

.address-select-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.address-select-group select {
  flex: 1;
  min-width: 100px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 10px;
}

.detail-address-input {
  margin-top: 8px;
}

.apply-status {
  margin-top: 12px;
  padding: 8px 12px;
  background: #eef2fa;
  border-radius: 8px;
  color: #0A2463;
  font-size: 13px;
  display: none;
}

.apply-status.show {
  display: block;
}

.vip-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  align-items: center;
  justify-content: center;
}

.vip-modal-card {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  width: 360px;
  max-width: 90%;
  text-align: center;
}

.vip-modal-card strong {
  color: #e74c3c;
  font-size: 20px;
}

.vip-modal-card p {
  margin: 15px 0;
  font-size: 16px;
}

.vip-modal button {
  outline: none;
  border: none;
  width: 96px;
}

.vip-modal .btn-pay {
  background: #0A2463;
  color: #fff;
  padding: 8px 20px;
}

.vip-modal .btn-cancel {
  padding: 8px 20px;
}

.qualification-gallery {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.qualification-img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.fb-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fb-table th,
.fb-table td {
  border: 1px solid #e2e8f0;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.fb-table td .btn-sm {
  margin-top: 0;
  width: 60px;
}

.fb-table th {
  background: #f8fafd;
  font-weight: 600;
}

.fb-table tr:last-child td {
  border-bottom: 1px solid #e2e8f0;
}

.fb-table input,
.fb-table textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  background: transparent;
  outline: none;
  padding: 5px;
}

.img-preview {
  max-width: 80px;
  max-height: 60px;
  display: block;
  margin-bottom: 5px;
}

.upload-img-btn {
  font-size: 12px;
  padding: 2px 6px;
}

.add-row-btn {
  margin-bottom: 15px;
}

.req-item ,.supply-item{
  border-bottom: 1px solid #eef2f8;
  padding: 16px 0;
}

.req-item div,.supply-item div {
  margin: 6px 0;
}
.req-item .btn-sm.edit-item { background: #4470db;}
.req-item .btn-sm.delete-item { background: #999;}
.req-title,.supply-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A2463;
}

.date-range {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.date-range input {
  flex: 1;
}

.days-left-info {
  background: #eef2fa;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #0A2463;
}
/*  */
.orders-content{ height: 100%; flex-direction: column; display: flex; align-items: center; justify-content: center;}
.orders-content .ewm-box{ display: flex; gap: 40px; align-items: center; justify-content: center;}
.orders-content .ewm-box .img img{ max-height: 140px; width: auto;}
.orders-content .ewm-box .img { background: #f7f7f7; border-radius: 5px; padding: 10px;}
.orders-content .ewm-box p{ font-size: 18px; margin-top: 10px; text-align: center;}
.orders-content .desc-p { text-align: center; margin-top:30px; padding: 20px; border: 1px dashed #0A2463; border-radius: 10px; background: #f7f7f7;}