.section-content {
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.section-title .section-desc {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}


.section-bg {
  color: #fff;
}


.section-bg .section-title .section-desc {
  color: rgba(255, 255, 255, 0.90);
}

.section-p {
  padding: 0 20px;
}

.common-empty {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.common-empty img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.common-empty .des {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.section-w {
  max-width: 100%;
}

.section-title {
  text-align: center;
}

.document .section-content {
  max-width: unset;
}

/* 通用手机端适配样式 */
@media screen and (max-width: 768px) {
  /* 调整基础容器样式 */
  .section-content {
    padding: 40px 15px;
    max-width: 100%;
  }
  
  /* 调整标题样式 */
  .section-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .section-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .section-title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  
  /* 调整描述文本样式 */
  .section-title .section-desc {
    font-size: 14px;
    line-height: 22px;
  }
  
  /* 确保图片自适应 */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* 调整按钮样式 */
  .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  /* 调整flex布局 */
  .fboxRow {
    flex-direction: column;
    gap: 20px;
  }
  
  .fboxWrap {
    flex-direction: column;
    gap: 20px;
  }
  
  /* 调整宽度 */
  .flex1 {
    width: 100%;
  }
  
  /* 调整间距 */
  .mr-10, .mr-15, .ml-10, .ml-15 {
    margin: 5px 0;
  }
  
  .mt-30, .mb-30 {
    margin: 20px 0;
  }
  
  /* 调整文本大小 */
  .font24 {
    font-size: 20px;
  }
  
  .font18 {
    font-size: 16px;
  }
  
  .font16 {
    font-size: 14px;
  }
  
  .font14 {
    font-size: 12px;
  }
  
  /* 调整移动端显示 */
  .hide-mobile {
    display: none !important;
  }
  
  /* 确保容器不会溢出 */
  div, section, header, footer {
    box-sizing: border-box;
  }
  
  /* 调整页脚样式 */
  .footer-content .footer-nav {
    flex-direction: column;
    padding: 20px 0;
  }
  
  .footer .footer-nav .footer-nav-left {
    margin-right: 0;
  }
  
  .footer-content .footer-nav .footer-nav-left {
    flex-direction: column;
    gap: 20px;
  }
  
  .promise {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  
  .promise-box {
    min-width: auto !important;
    flex: 1 !important;
    padding: 15px 5px !important;
    font-size: 12px !important;
    gap: 8px !important;
    justify-content: center !important;
  }
  
  .promise-box img {
    height: 24px !important;
    width: 24px !important;
  }
  
  .promise-box .ml-20 {
    margin-left: 0 !important;
  }
  
  /* 调整服务卡片样式 */
  .service-box {
    padding: 20px;
  }
  
  .nav-item-box {
    min-width: 100%;
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 20px;
  }
  
  /* 调整新闻内容样式 */
  .news-content {
    flex-direction: column;
  }
  
  .news-cont {
    width: 100%;
  }
  
  /* 调整底部备案信息 */
  .footer .footer-record {
    flex-direction: column;
    height: auto;
    line-height: normal;
    padding: 15px 0;
    gap: 10px;
  }
}

/* 确保在大屏幕上保持原有样式 */
@media screen and (min-width: 769px) {
  /* 大屏幕样式保持不变 */
}

#header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 888;


}

.nav-shadow {
  top: 0;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;

}

.nav-header .nav-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-header .nav-left .nav-icon img {
  width: 135px;
  height: 30px;
  margin-right: 50px;
}

.nav-menu {
  display: flex;
}

.nav-menu .nav-item {
  color: #333;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.nav-menu .nav-item:hover {
  border-bottom: 2px solid #FF6739;
}


.nav-right {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.nav-right .control {
  margin: 0 20px;
  color: #333;
}

.breadcrumb {
  padding-left: 0;
  margin-bottom: 8px;
  background-color: transparent;
}


/* 菜单栏 */
.nav-cont {
  position: absolute;
  top: 72px;
  width: 100%;
  overflow: hidden;
  background: #F7F8FA;
  transition: all .5s;
  height: 0px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

.nav-cont .section-content {
  padding: 0;
}

.nav-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  position: relative;
  box-sizing: border-box;

}

.nav-content a {
  width: calc(25% - 15px);
}

.nav-cont .nav-cont-menu {
  display: none;

}

.nav-cont .nav-cont-empty {
  display: none !important;
}

.nav-item-box {
  min-width: 335px;
  height: 96px;
  padding: 24px 20px;
  border-radius: 3px;
  background: #fff;
  display: flex;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-item-box:hover .title {
  color: rgba(255, 103, 57, 1);
}

.nav-item-box img {
  width: 48px;
  height: 48px;
}

.nav-item-box .item-box-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.nav-item-box .item-box-title .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.nav-header .login-in {
  cursor: pointer;
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0 32px;
}

.nav-header .login-in::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  transform: translateY(-50%);
  border-left: 1px solid #E6EAED;
}

.nav-header .login-in:hover .login-menu {
  display: block;
}

.nav-header .login-in .head-img, .mobile-login-in .head-img {
  width: 32px;
  height: 32px;
  background: #eee;
  border: 1px solid #E6EAED;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header .login-in .name {
  display: inline-block;
  max-width: 140px;
}



.nav-header .login-in .login-menu {
  display: none;
  padding: 8px;
  position: absolute;
  top: 72px;
  left: 0;
  width: 180px;
  height: 188px;
  background: #FEFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item {
  cursor: pointer;
  height: 40px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-header .login-in .login-menu .login-menu-item#accountBtn {
  gap: 8px;
}

.nav-header .login-in .login-menu .login-menu-item:hover {
  background: rgba(255, 103, 57, 0.08);
  color: rgba(255, 103, 57, 1);
}

.nav-header .login-in .login-menu .login-menu-item .real-name {
  margin-left: auto;
  display: inline-block;
  text-align: center;
  border: 1px solid #FF6739;
  color: rgba(255, 103, 57, 1);
  font-size: 12px;
  width: 44px;
  height: 18px;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item .no-real-name {
  margin-left: auto;
  display: inline-block;
  text-align: center;
  border: 1px solid green;
  color: green;
  font-size: 12px;
  width: 44px;
  height: 18px;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item .menu-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: white;
  font-size: 10px;
}

.nav-header .login-in .login-menu .login-menu-item .account-icon {
  background-color: #40a9ff;
}

.nav-header .login-in .login-menu .login-menu-item .finance-icon {
  background-color: #faad14;
}

.nav-header .login-in .login-menu .login-menu-item .ticket-icon {
  background-color: #1890ff;
}

.nav-header .login-in .login-menu .login-menu-item .logout-icon {
  background-color: #ff4d4f;
}

.nav-header .login-in .login-menu .login-menu-item .menu-icon::before {
  content: '';
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-header .login-in .login-menu .login-menu-item .account-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/%3E%3C/svg%3E');
}

.nav-header .login-in .login-menu .login-menu-item .finance-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/%3E%3C/svg%3E');
}

.nav-header .login-in .login-menu .login-menu-item .ticket-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm9 11H6v-2h14v2zm0 3H6v-2h14v2zm0-5H6V8h14v2z"/%3E%3C/svg%3E');
}

.nav-header .login-in .login-menu .login-menu-item .logout-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5z"/%3E%3Cpath d="M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"/%3E%3C/svg%3E');
}/* 底部导航栏 */

.footer {
  background: #1E2130;
  color: rgba(255, 255, 255, 0.90);
}

.register-advert {
  width: 100%;
  height: 75px;
  background: linear-gradient(90deg, #EF4C1D 0%, #F41A10 100%);
  /* background-image: url(../assets/img/index/register@2x.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.register-advert a {
  text-align: center;
}

.register-advert a img {
  max-width: 100%;
  margin: 0 auto;
}

.register-advert video {
  width: 100%;
  max-width: 100%;
  margin: -20px auto 0;
  display: block;
  height: auto;
  object-fit: cover;
}

.section-promise {
  background-color: #1A1C2A;
  margin-top: 0;
  padding-top: 20px;
}

.register-advert-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.register-advert {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: none;
}

/* 确保video容器和promise区域完全分开 */
.register-advert::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.promise {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.promise-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 150px;
  padding: 28px 10px;
  font-size: 16px;
  gap: 10px;
}

.promise-box img {
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}

.footer-content {

  background-color: rgba(30, 33, 48, 1);
  font-size: 14px;
}

.footer-content .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer .footer-nav .footer-nav-left {
  margin-right: 120px;
}

.footer-content .footer-nav .footer-nav-left {
  display: flex;
  width: 100%;
  gap: 30px;
}

.footer-nav-box {
  flex: 1;
}

.footer-nav-box .footer-nav-head {
  padding: 12px 0;
  width: 120px;
  border-bottom: 1px solid #2D3544;
}

.footer-nav-box .footer-nav-cont {
  padding-top: 20px;
}

.footer-nav-box .footer-nav-item {
  margin-bottom: 7px;
}

.footer-content .footer-nav .footer-nav-right {
  width: 210px;
}

.footer-nav-right .footer-nav-box .footer-nav-item {
  width: 210px;
  color: rgba(255, 255, 255, 0.50);
}

.footer-nav-right .qr-code img {
  margin-top: 20px;
  width: 80px;
  height: 80px;
}

.footer .footer-link {
  display: none;
  font-size: 13px;
  color: #666;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #2D3544;

}

.footer .link-hover {
  color: rgba(255, 255, 255, 0.50);
}

.footer .link-hover:hover {
  color: rgba(255, 103, 57, 1);
}

.footer .footer-link a {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.50);
}

.footer .footer-link a:hover {
  margin-right: 10px;
  color: rgba(255, 103, 57, 1);
}

.footer .footer-record {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2D3544;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #666;
}


.jr-tabs {
  display: flex;
  border-bottom: 1px solid #E6EAED;
}

.no-login,
.login-in {
  margin-left: 20px;
}

.jr-tabs .title {
  color: #666;
  font-size: 18px;
  width: auto !important;
  padding: 10px 40px;
  cursor: pointer;
  margin-right: 0 !important;
}

.jr-tabs .title.swiper-slide-thumb-active {
  color: rgba(255, 103, 57, 1);
  border-bottom: 2px solid #FF6739;
}

.jr-tabs .title:hover {
  color: rgba(255, 103, 57, 1);
  border-bottom: 2px solid #FF6739;
}


/* banner */
.server-banner {
  background: rgba(247, 248, 250, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner2 {
  background: rgba(0, 0, 0, 0.40);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner-desc {
  font-size: 16px;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 90px;
}

.server-banner-desc2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.banner-cloud {
  background-image: url('../assets/img/cloud/banner.png');
}

.banner-trademark {
  background-image: url('../assets/img/trademark/banner.png');
}

.banner-dedicated {
  background-image: url('../assets/img/dedicated/banner.png');
}

.banner-domain {
  background-image: url('../assets/img/domain/banner.png');
}

.banner-ssl {
  background-image: url('../assets/img/ssl/banner.png');
}

.banner-icp {
  background-image: url('../assets/img/icp/banner.png');
}

.banner-sms {
  background-image: url('../assets/img/sms/banner.png');
}

.banner-trusteeship {
  background-image: url('../assets/img/trusteeship/banner.png');
}

.banner-rent {
  background-image: url('../assets/img/rent/banner.png');
}

.banner-document {
  background-image: url('../assets/img/document/banner.png');
}

.banner-announce {
  background-image: url('../assets/img/document/banner.png');
}

.banner-guarantee {
  background: url('../assets/img/guarantee/banner.png') no-repeat center center;
  background-size: cover;
}

.banner-reward {
  background-image: url('../assets/img/reward/banner.png');
  color: #fff;
}

.banner-contact {
  background: url('../assets/img/guarantee/contact.png') no-repeat center center;
  background-size: cover;
}

.feedback-banner {
  background: url('../assets/img/guarantee/recruit.png') no-repeat center center;
  background-size: cover;
}

.activities-banner {
  height: 440px;
  background: url('../assets/img/active/active_banner.png') no-repeat;
  background-size: 100%;
}


.banner-reward .btn-normal {
  padding: 8px 32px;
}


/* 搜索 */
.input-search {
  display: flex;
  position: relative;
}

.input-search input {
  padding-left: 15px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 30%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #FF6739;
}

.trademark-box .input-search input {
  border-left: none;
}

.domain-search .input-search input {
  border-right: none;
}

.input-search .search-btn {
  cursor: pointer;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 18px 32px;
  background: rgba(255, 103, 57, 1);
}




.input-search .input-search-select {
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  width: 124px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #FF6739;
  border-left: none;
}

.input-search .input-search-left-select {
  border: 1px solid #FF6739;
  border-right: none;
}

.input-search .input-search-s {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-s::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}

.input-search .input-search-r {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-r::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}



.input-search .input-search-select .select-box {
  display: none;
  padding: 16px 10px;
  position: absolute;
  top: 86px;
  left: 0;
  width: calc(50% + 124px);
  background: #FEFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.input-search .input-search-select .select-box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 110px;
  height: 40px;
  border: 1px solid #E6EAED;
}

.input-search .input-search-select .select-box-item:hover {
  border: 1px solid #FF6739;
  color: #FF6739;
}

.input-search .input-search-select .iconfont {
  font-size: 14px;
  margin-left: 10px;
}

.link-search-group {
  display: flex;
  align-items: center;
  margin-left: -12px;
}

.link-search-group .link-search-to {
  padding: 0 12px;
  display: flex;
  border-right: 1px solid #D6D6D6;
}

.link-search-group .link-search-to:nth-child(4) {
  border: none;
}

.link-search-group .price {
  margin-left: 5px;
  color: rgba(255, 103, 57, 1);
}

/* 分页 */
.jr-page .pagination .page-number.active {
  color: #fff;
  border: 1px solid rgba(255, 103, 57, 1);
  background: rgba(255, 103, 57, 1);
}

.jr-page .pagination .page-number:hover {
  background: rgba(255, 103, 57, 1);
  color: #fff !important;
}

.jr-page .pagination>li a {
  margin: 0 4px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.60);
}

.jr-page .pagination>li .page-ellipsis {
  border: none;
}

.jr-page .pagination>li .page-ellipsis:hover {
  background: transparent;
}

.jr-page .pagination>li:first-child>a {
  border: none;
}

.jr-page .pagination>li:last-child>a {
  border: none;
}


.jr-select {

  width: 100px;
  border-radius: 5px;
  position: relative;


}

.jr-select select {
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 32px;
  line-height: 32px;
  appearance: none;
  padding-left: 12px;
}

.jr-select:after {
  content: "\e674";
  width: 14px;
  height: 8px;
  font-size: 12px;
  font-family: 'iconfont';
  position: absolute;
  right: 20px;
  top: 15%;
  pointer-events: none;
}




/* 侧边 */
.aside-tools {
  position: fixed;
  top: 45%;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

/* 顶部机器人图片 */
.aside-tools .robot-image {
  margin-bottom: 15px;
  animation: floatAnimation 3s ease-in-out infinite;
  transition: all 0.3s ease;
  cursor: pointer;
}

.aside-tools .robot-image:hover {
  transform: scale(1.1) rotate(5deg);
  animation-play-state: paused;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.aside-tools .robot-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  box-shadow: none;
  background: none;
  transition: all 0.3s ease;
  border: none;
}

.aside-tools .robot-image:hover img {
  box-shadow: 0 0 20px rgba(24, 144, 255, 0.6);
  transform: scale(1.05);
}

.aside-tools .tools-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  width: auto;
}

.aside-tools .tools-list .tools-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aside-tools .tools-list .tools-item img {
  margin: 0;
  height: 55px;
  width: 55px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.aside-tools .tools-list .tools-item img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

/* 响应式样式 - 手机端 */
@media screen and (max-width: 768px) {
  .aside-tools {
    top: 50%;
    right: 10px;
  }
  
  /* 顶部机器人图片 - 手机端 */
  .aside-tools .robot-image {
    margin-bottom: 10px;
  }
  
  .aside-tools .robot-image img {
    width: 40px;
    height: 40px;
  }
  
  .aside-tools .tools-list {
    gap: 8px;
  }
  
  .aside-tools .tools-list .tools-item img {
    height: 35px;
    width: 35px;
    padding: 6px;
  }
  
  .aside-tools .tools-list .tools-item img:hover {
    transform: scale(1.05);
  }
}

.aside-tools .tools-list .tools-item::before {
  content: none;
}

.aside-tools .tools-list .tools-item:hover .tools-box {
  display: block;
}

.aside-tools .tools-list .tools-item .tools-box {
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0;
}

.aside-tools .tools-list .tools-item .tools-box-s {
  padding: 16px;
  width: 180px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  opacity: 1;
  border-radius: 8px;
}

.aside-tools .tools-list .tools-item .tools-box h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.aside-tools .tools-list .tools-item .tools-box p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.aside-tools .tools-list .tools-item .tools-box .button {
  font-size: 12px;
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border: 1px solid #1890ff;
  background: #1890ff;
  color: white;
  opacity: 1;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.aside-tools .tools-list .tools-item .tools-box .button:hover {
  background: #40a9ff;
  border-color: #40a9ff;
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
}


.flex-none {
  flex-wrap: none !important;
}

#alert-container {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 300px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#footerRecord .left-info a {
  margin-right: 10px;
}

/* 移动端菜单按钮样式 */
.mobile-menu-btn {
  cursor: pointer;
  padding: 10px;
  display: none;
  border: none;
  background: none;
  transition: transform 0.3s ease;
  margin-left: auto;
  flex-shrink: 0;
}

.mobile-menu-btn:active {
  animation: buttonRotate 0.3s ease;
}

.mobile-menu-btn img {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.mobile-menu-btn.active img {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* 按钮点击动画 - 旋转效果 */
@keyframes buttonRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* 移动端菜单容器 */
.mobile-menu-container {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  display: none;
}

.mobile-menu-container.active {
  display: block;
}

.mobile-menu-content {
  padding: 20px;
}

.mobile-nav-menu {
  margin-bottom: 20px;
}

.mobile-nav-menu a {
  display: block;
  margin-bottom: 10px;
}

.mobile-nav-menu-item {
  border-bottom: 1px solid #e0e0e0;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.mobile-nav-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-nav-item-main {
  display: flex;
  align-items: center;
  padding: 16px 15px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  flex: 1;
  box-sizing: border-box;
}

.mobile-nav-item-main a {
  color: #333;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
}

.mobile-nav-arrow-container {
  padding: 16px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-arrow-container:active {
  animation: arrowRotate 0.3s ease;
}

.mobile-nav-item {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-nav-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: inline-block;
  transform-origin: center;
  object-fit: contain;
}

.mobile-nav-menu-item.active .mobile-nav-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* 箭头点击动画 - 旋转效果 */
@keyframes arrowRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* 确保容器也会随菜单展开/折叠而变化 */
.mobile-nav-menu-item.active .mobile-nav-arrow-container {
  transform: rotate(180deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-submenu {
  display: none;
  padding: 0 15px 15px;
  background-color: #f9f9f9;
}

.mobile-nav-menu-item.active .mobile-nav-submenu {
  display: block;
  animation: none;
}

.mobile-nav-subitem {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.mobile-nav-subitem:last-child {
  border-bottom: none;
}

.subitem-content {
  flex: 1;
}

.subitem-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.subitem-desc {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}

.mobile-nav-right {
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobile-nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.mobile-nav-link {
  display: block;
  text-decoration: none;
}

.mobile-control {
  font-size: 14px;
  color: #333;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.mobile-nav-link:hover .mobile-control {
  color: #007bff;
}

.mobile-user-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  overflow: hidden;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-no-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 0;
}

.mobile-no-login .btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  gap: 10px;
}

.mobile-login-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mobile-user-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 300px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5CC2D7;
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.user-avatar:hover {
  transform: scale(1.05);
}

.mobile-user-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
}

.mobile-user-info .mobile-username {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.mobile-login-menu-item .real-name {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: #e6f7ee;
  color: #36b37e;
  font-size: 11px;
  font-weight: 500;
}

.mobile-login-menu-item .no-real-name {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: #fff1f0;
  color: #ff4d4f;
  font-size: 11px;
  font-weight: 500;
  border: none;
}

.mobile-user-actions {
  width: 100%;
  max-width: 300px;
}

.mobile-user-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  list-style: none;
  width: 100%;
}

.mobile-login-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mobile-login-menu-item:hover {
  background-color: #f0f9ff;
  transform: translateX(4px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.menu-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.account-icon {
  background-color: #40a9ff;
}

.finance-icon {
  background-color: #faad14;
}

.ticket-icon {
  background-color: #1890ff;
}

.logout-icon {
  background-color: #ff4d4f;
}

.logout-item {
  margin-top: 8px;
}

.logout-item:hover {
  background-color: #fff1f0 !important;
}

/* 为图标添加简单的 SVG 样式 */
.menu-icon::before {
  content: '';
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.account-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/%3E%3C/svg%3E');
}

.finance-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/%3E%3C/svg%3E');
}

.ticket-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm9 11H6v-2h14v2zm0 3H6v-2h14v2zm0-5H6V8h14v2z"/%3E%3C/svg%3E');
}

.logout-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5z"/%3E%3Cpath d="M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"/%3E%3C/svg%3E');
}

.regist-icon {
  margin-right: 5px;
  vertical-align: middle;
}

/* 在移动端隐藏文档和控制台 */
@media screen and (max-width: 768px) {
  .mobile-nav-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
  }
  
  .mobile-nav-links {
    display: none;
  }
  
  .mobile-no-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 0;
  }
  
  .mobile-no-login .btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    gap: 10px;
  }
  
  .mobile-login-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 0;
    padding: 15px;
  }
  
  .mobile-user-profile {
    max-width: 100%;
    padding-bottom: 12px;
  }
  
  .user-avatar {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .mobile-user-info .mobile-username {
    font-size: 15px;
  }
  
  .mobile-user-actions {
    max-width: 100%;
  }
  
  .mobile-user-menu {
    width: 100%;
  }
  
  .mobile-login-menu-item {
    padding: 12px 14px;
  }
  
  .mobile-no-login .btn-normal-light {
    /* 登录按钮在左侧 */
    margin-right: 10px;
    flex: 1;
    background: white;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  
  .mobile-no-login .btn-normal {
    /* 注册按钮在右侧，背景为蓝色 */
    flex: 1;
    background: linear-gradient(135deg, #1890ff, #40a9ff);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(24, 144, 255, 0.2);
  }
  
  .mobile-no-login .btn-normal-light:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #FF6739;
    transform: translateY(-1px);
  }
  
  .mobile-no-login .btn-normal:hover {
    background: linear-gradient(135deg, #096dd9, #1890ff);
    box-shadow: 0 4px 8px rgba(24, 144, 255, 0.3);
    color: white;
    transform: translateY(-1px);
  }
  
  .mobile-login-menu {
    /* 确保用户菜单在手机端居中 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px 0;
    flex: 1;
    width: 100%;
  }
  
  .mobile-username {
    /* 确保用户名在手机端居中 */
    display: block;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 0;
    text-align: center;
  }
  
  .mobile-login-menu-item {
    /* 确保菜单项在手机端居中 */
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  
  /* 未登录用户的头像样式 */
  .mobile-no-login .head-img {
    width: 60px;
    height: 60px;
    background: url('/web/default/icon/wdl.png') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  
  /* 登录用户的头像样式在手机端也居中 */
  .mobile-login-in .head-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
  }
}

.mobile-no-login,
.mobile-login-in {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.mobile-login-menu {
  margin-top: 0;
  padding: 10px 0;
  flex: 1;
  width: calc(100% - 42px);
}

.mobile-username {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: red;
  font-weight: 500;
  padding: 0 10px;
}

.mobile-login-menu-item {
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.no-real-name {
  color: green;
}

/* 响应式样式 - 电脑端和手机端完全分开 */
@media screen and (max-width: 1440px) {
  .nav-content a {
    width: calc(33.33% - 14px);
  }
}

/* 电脑端样式 */
@media screen and (min-width: 769px) {
  /* 电脑端显示原生导航，隐藏移动端元素 */
  .nav-header .nav-left .nav-menu {
    display: flex;
  }
  
  .nav-header .nav-right .control,
  .nav-header .nav-right .no-login,
  .nav-header .nav-right .login-in {
    display: flex;
  }
  
  /* 完全隐藏移动端元素 */
  .mobile-menu-btn,
  .mobile-menu-container,
  .mobile-nav-menu,
  .mobile-nav-right,
  .mobile-no-login,
  .mobile-login-in {
    display: none !important;
  }
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  /* 隐藏电脑端导航 */
  .nav-header .nav-left .nav-menu {
    display: none !important;
  }
  
  .nav-header .nav-right {
    /* 确保右侧容器在手机端正常显示 */
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
  
  .nav-header .nav-right .control,
  .nav-header .nav-right .no-login,
  .nav-header .nav-right .login-in {
    display: none !important;
  }
  
  /* 显示移动端元素 */
  .mobile-menu-btn {
    display: block !important;
    /* 确保菜单按钮在右侧正确显示 */
    margin-left: auto;
  }
  
  .nav-header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    min-height: 60px;
  }
  
  .nav-header .nav-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  
  .nav-header .nav-left .nav-icon img {
    width: 110px;
    height: 25px;
    margin-right: 0;
    flex-shrink: 0;
  }
  
  /* 确保移动端菜单可以正常显示 */
  .mobile-menu-container {
    display: none;
    top: 60px;
    max-height: calc(100vh - 60px);
  }
  
  .mobile-menu-container.active {
    display: block;
  }
  
  /* 确保导航栏阴影在手机端正确显示 */
  .nav-shadow {
    box-shadow: 0px 2px 8px rgba(52, 52, 52, 0.08);
  }
}