* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  outline: none !important;
  /* overflow: hidden; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1644px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

/* 自定义滚动条 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
  /* height: 100vb; */
  position: relative;
  /* overflow-x: hidden; */
}

.header {
  width: 100%;
  background: url('../img/headerBg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.header .headerContent {
  width: 75rem;
  margin: 0 auto;
  height: 7.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .headerLeft img {
  width: 20.5625rem;
  height: 4.25rem;
}

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

.headerRight .header-center {
  display: flex;
  justify-content: flex-end;
}

.headerRight .search {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  width: 22.625rem;
  height: 2.625rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.3125rem;
  border: 1px solid #999999;
}

.headerRight .search-icon {
  width: 1.22rem;
  height: 1.22rem;
}

.headerRight .search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #2c4a4a;
  width: 6.25rem;
}

.headerRight .search-input::placeholder {
  color: #999999;
}

.headerRight .searchLogo {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.375rem;
}

.headerRight .search-button {
  border: none;
  background: #2e71d9;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
}

.headerRight .search-button:hover {
  background: #2e71d9 !important;
}

.headerRight .header-right {
  display: flex;
  align-items: center;
  /*width: 7.875rem;*/
  height: 2.625rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.3125rem;
  border: 1px solid #2e71d9;
  margin-left: 0.5625rem;
  padding-right: 0.6rem;
  position: relative;
}

.headerRight .header-right .header-right-logout {
  position: absolute;
  top: 2.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  transition: all 0.3s;
}

.headerRight .header-right .header-right-logout li {
  white-space: nowrap;
}

.headerRight .header-right .header-right-logout li a {
  cursor: pointer;
}

.headerRight .header-right .header-right-logout li a:hover {
  color: #2e71d9;
}

.headerRight .login-btn {
  font-size: 0.875rem;
  color: #2e71d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerRight:hover .header-right-logout {
  display: block;
}

.headerRight .header-right span {
  margin: 0 0.5625rem;
  color: #2e71d9;
}

.headerRight .login-btn:last-child {
  margin-right: 0;
}

.headerRight .login-btn:hover {
  border-color: #2e71d9;
  color: #2e71d9;
}

.headerRight .ren {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.6rem;
}

.headerRight .qrCode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.25rem;
}

.headerRight .bg-qrCode {
  width: 5.5625rem;
  height: 5.5625rem;
}

.headerRight .weixin {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
}

/* 导航栏 */
.tabbar {
  width: 100%;
  height: 3.25rem;
  background: #2e71d9;
  display: flex;
  justify-content: center;
}

.tabbar .tabkeshi {
  width: 75rem;
  margin: 0 auto;
}

.tabbar .tabbar-item:nth-child(1) {
  margin-left: 2.5rem;
}

.tabbar .tabbar-item {
  position: relative;
  display: inline-block;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s;
}

.tabbar .tabbar-item a {
  color: #fff;
  text-decoration: none;
}

.tabbar .tabbar-item:hover {
  background-color: #1a5bbf;
}

.tabbar .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  display: none;
  z-index: 999;
}

.tabbar .sub-menu li {
  padding: 0.8rem 1rem;
  text-align: center;
  transition: all 0.5s;
  border-bottom: 1px solid #ccc;
}

.tabbar .sub-menu li:last-child {
  border-bottom: none;
}

.tabbar .sub-menu li a {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*overflow: hidden;
  text-overflow: ellipsis; 
  width: 100%; 
  word-break: break-all; 
  white-space: normal; */
}

.tabbar .sub-menu li:hover {
  background: #1a5bbf;
}

.tabbar .sub-menu li:hover a {
  color: #fff;
}

.tabbar .tabbar-item:hover .sub-menu {
  display: block;
}

/* 导航选中状态高亮 */
.tabbar .tabbar-item.active {
  background-color: #1a5bbf !important;
}

.tabbar .tabbar-item.active>a {
  color: #fff !important;
}

/* 确保hover状态不会覆盖active状态 */
.tabbar .tabbar-item.active:hover {
  background-color: #1a5bbf !important;
}

/*.tabbar .tabbar-item.active:hover a {
  color: #fff !important;
}*/
.tabbar .tabbar-item:hover .dropdown {
  display: block;
}

.tabbar .tabbar-item .dropdown:hover {
  display: block;
}

.tabbar .tabbar-item:first-child::before {
  display: none;
}

/* 底部 */
#footer {
  /* position: absolute;
  bottom: 0;
  /* left: 50%; */
  width: 100%;
}

#footer .footerOne {
  width: 100%;
  min-height: 14.25rem;
  background-image: url('../img/bottomBg.png');
  background-size: 100% 100%;
}

#footer .footerOne .first {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer .footerOne .dier {
  width: 75rem;
  margin: 0 auto;
  margin-top: 0.8125rem;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.hide {
  display: none !important;
}

#footer .footerOne .first a:nth-child(1) {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
  margin-top: 1.25rem;
}

#footer .footerOne .first a:nth-child(2) {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1rem;
  color: #666666;
  margin-top: 1.25rem;
}

#footer .footerTwo {
  width: 100%;
  height: 3.25rem;
  background: #d1d1d1;
}

#footer .footerTwo .two {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
}

#footer .twoLeft {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}

#footer .twoRight {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

#footer .twoRight img {
  width: 1.125rem;
  height: 1.25rem;
}

#footer .twoRight a {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-left: 0.75rem;
}

#footer .twoRight a:last-child {
  margin-left: 1rem;
}

/* 自定义下拉菜单 */
.custom-select {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
}

.select-trigger {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  width: 12rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.75rem;
  color: #333;
}

#footer .footer-plus-brand {
  display: flex;
  margin-bottom: 0.5rem;
}

.footer-plus-brand .youjian {
  width: 0.375rem;
  height: 0.625rem;
  position: absolute;
  right: 0.625rem;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 4px 4px;
  border-top: none;
  display: none;
  z-index: 1000;
}

.select-options.show {
  display: block;
}

.option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  transition: background-color 0.2s;
}

.option:hover {
  background-color: #f5f5f5;
}

.option.selected {
  background-color: #e3f2fd;
  color: #2e71d9;
}

#footer .theer {
  width: 100%;
  margin-top: 1.375rem;
}

#footer .theer .theerTwo {
  width: 75rem;
  margin: 0 auto;
}

#footer .theer .zuobufen {
  display: flex;
  flex-direction: column;
}

#footer .theer .theerTwo {
  display: flex;
  justify-content: space-between;
}

#footer .theer .zuobufen .liaxi {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
}

#footer .theer .zuobufen .dingw {
  display: flex;
  margin-top: 0.9375rem;
}

#footer .theer .zuobufen .diyouzhi {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}

#footer .theer .zuobufen .diyouzhi .tel {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}

#footer .theer .zuobufen .diyouzhi .tel img {
  width: 1rem;
  height: 0.8125rem;
  margin-right: 0.75rem;
}

#footer .theer .zuobufen .diyouzhi .address {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  margin-top: 0.5rem;
}

#footer .theer .zuobufen .diyouzhi .address img {
  width: 1rem;
  height: 0.8125rem;
  margin-right: 0.75rem;
}

#footer .luyou {
  margin-left: 6.75rem;
}

#footer .qrCode {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.9375rem;
  position: relative;
  /* left: 0.4rem; */
}

#footer .qrCode .bg-qrCode {
  width: 5.75rem;
  height: 5.75rem;
}

#footer .youbufen .weixin {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
}

.mobile_header,
.mobile_header_tabber_content {
  display: none;
}

@media (max-width: 920px) {

  .mobile_header,
  .mobile_header_tabber_content {
    display: block;
  }

  .header {
    display: none;
  }

  #tabbar {
    display: none;
  }

  .mobile_header {
    background: #2e71d9;
    width: 100%;
    position: relative;
  }

  .mobile_header_content {
    padding: 20px 40px;
  }

  .mobile_header_qrCode .weixin {
    text-align: center;
    color: #fff;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.8125rem;
  }

  .mobile_header_pack,
  .mobile_header_wrap,
  .mobile_header_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile_header_wrap {
    margin-top: 0.625rem;
  }

  .mobile_header-search .search {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    width: 22.625rem;
    height: 2.625rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.3125rem;
    border: 1px solid #fff;
  }

  .mobile_header-search .search-icon {
    width: 1.22rem;
    height: 1.22rem;
  }

  .mobile_header-search .search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    color: #2c4a4a;
  }

  .mobile_header-search .searchLogo {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.375rem;
    /* filter: brightness(0) invert(1); */
  }

  .mobile_header_register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.875rem;
    height: 2.625rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.3125rem;
    border: 1px solid #fff;
    margin-left: 0.5625rem;
  }

  .mobile_header_register .ren {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.2rem;
  }

  .mobile_header_register .login-btn {
    font-size: 0.875rem;
    color: #2e71d9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_header_register span {
    font-size: 0.875rem;
    color: #2e71d9;
  }

  .mobile_header_register a {
    font-size: 0.875rem;
    margin: 0 0.325rem;
  }

  .mobile_header_tabber_content {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    overflow: hidden;
    z-index: 9999;
    display: none;
  }

  .mobile_header_tabber_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
  }

  .mobile_header_tabbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 999999;
    background: rgba(46, 113, 185);
  }

  .mobile_header_tabbar .headerLeft {
    margin: 1.25rem;
  }

  .mobile_header_tabbar .headerLeft img {
    width: 100%;
    object-fit: contain;
  }

  .mobile_header_tabbar .mobile_nav_ul {
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    background-color: transparent;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li:hover,
  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li a {
    color: inherit;
    text-decoration: none;
    display: block;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li .mobile_nav_one_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li .arrow-icon {
    width: 7px;
    height: 10px;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li.expanded .arrow-icon {
    transform: rotate(90deg);
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_two_li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
    /* margin-top: 5px;
    margin-bottom: 5px; */
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li.expanded .mobile_nav_two_li {
    max-height: 500px;
    margin-top: 0.625rem;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_two_li li {
    padding: 8px 10px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    border-top: none;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_two_li li:last-child {
    padding-bottom: 0;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_two_li li:hover,
  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_two_li li.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
  }

  .mobile_header_tabbar .mobile_nav_ul .mobile_nav_li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile_nav_two_li {
    display: none;
    padding-left: 0.5rem;
    list-style: none;
    margin: 0;
  }

  .mobile_nav_li.has-submenu.expanded .mobile_nav_two_li {
    display: block;
  }

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

  .mobile_nav_three ul {
    display: block;
    padding-left: 1rem;
    list-style: none;
    margin: 0;
  }

  .mobile_nav_three .arrow-three-icon {
    transition: transform 0.3s ease;
    width: 7px;
    height: 10px;
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
  }

  .mobile_nav_three.third-expanded .arrow-three-icon {
    transform: rotate(0deg);
  }

  .nav_three_active_text {
    color: #2e71d9 !important;
  }

  .mobile_nav_li.active {
    color: #2e71d9;
  }

  .mobile_nav_two_li li.active {
    color: #2e71d9;
  }

  .mobile_nav_three ul li.active {
    color: #2e71d9;
  }

  #footer {
    overflow: hidden;
  }

  .footer {
    width: 100%;
  }

  #footer .footerOne {
    height: 18.25rem;
  }

  #footer .footerOne .first,
  .theer {
    width: 100%;
    padding: 0 10px;
  }

  #footer .footerOne .dier {
    width: 100%;
    padding: 0 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .mobile_header_nav {
    filter: brightness(0) invert(1);
    width: 2rem;
    margin-right: calc(89px / 2 - 1rem);
  }

  .mobile_header_nav img {
    width: 100%;
  }

  .custom-select,
  .select-trigger {
    width: 23rem;
  }

  #footer .theer .theerTwo {
    width: 100%;
  }

  #footer .qrCode {
    margin-top: unset;
    left: unset;
  }
}

@media (max-width: 850px) {

  .custom-select,
  .select-trigger {
    width: 18rem;
  }
}

@media (max-width: 820px) {
  #footer .footerTwo .two {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .mobile_header_tabbar {
    width: 50%;
    overflow-y: scroll;
  }

  #footer .footerTwo .two {
    width: 100%;
    flex-wrap: wrap;
    column-gap: 2.5rem;
  }

  #footer .twoRight {
    margin-left: 0;
  }
}

@media (max-width: 680px) {

  .custom-select,
  .select-trigger {
    width: 15rem;
  }
}

@media (max-width: 560px) {
  .mobile_header_content {
    padding: 10px;
  }

  .mobile_header_img {
    width: 200px;
  }

  .mobile_header_img img {
    width: 100%;
    object-fit: contain;
  }

  .bg-qrCode {
    width: 50px;
  }

  .mobile_header-search .search {
    width: 13.625rem;
    height: 2.225rem;
    padding: 0 0.675rem;
    box-sizing: border-box;
  }

  .mobile_header-search .search-input {
    font-size: 0.875rem;
  }

  .mobile_header-search .searchLogo {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
  }

  .mobile_header-search .search-icon {
    width: 0;
  }

  .mobile_header_register {
    transform: scale(0.9);
  }

  .mobile_header_tabbar {
    width: 50%;
  }

  .custom-select,
  .select-trigger {
    width: 12rem;
  }
}

@media (max-width: 520px) {
  #footer .footerOne {
    height: 27.25rem;
  }

  .custom-select,
  .select-trigger {
    width: 19rem;
  }

  #footer .theer .theerTwo {
    flex-wrap: wrap;
  }

  #footer .qrCode {
    margin-top: 10px;
  }

  #footer .theer .theerTwo {
    margin-bottom: 10px;
  }
}

@media (max-width: 475px) {

  .custom-select,
  .select-trigger {
    width: 17rem;
  }

  #footer .luyou {
    margin-left: unset;
  }

  #footer .theer .zuobufen {
    width: 100%;
  }

  #footer .theer .zuobufen .dingw {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {

  .custom-select,
  .select-trigger {
    width: 14rem;
  }

  #footer .footerOne {
    height: 25.25rem;
  }

  #footer .luyou {
    margin-left: unset;
  }

  #footer .theer .zuobufen .dingw {
    margin-top: unset;
  }

  #footer .theer .zuobufen .diyouzhi {
    margin-top: 10px;
  }

  #footer .theer .theerTwo {
    flex-wrap: nowrap;
  }

  .mobile_header_nav {
    margin-right: 0;
  }
}

/* 导航高亮 */
/* .active{
  background: #1a5bbf !important;
} */
.mobileShow {
  display: block;
}

.mobileShow1 {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.mobileHide {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
}