.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header .bg {
  background: #F7F9FA;
}

.header .nr {
  height: 100%;
  font-size: 14px;
}

.header a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
}

.header .news {
  border-left: 1px solid #E4E7ED;
  padding-left: 18px;
}

.header .gw {
  padding-right: 18px;
}

.header .nr {
  max-width: 1640px;
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.header .right {
  display: flex;
}

.header .right span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 45px;
  cursor: pointer;
  position: relative;
  display: flex;
}

.header .right span:hover {
  color: #EA5520;
  text-decoration: underline;
}

.header .right span div {
  padding-right: 6px;
  position: relative;
}

.header .right span .layui-badge {
  position: absolute;
  top: -5px;
  right: -25px;
  background: #EA5520;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.nr2 {
  background: #fff !important;
}

a {
  text-decoration: none;
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 .logo {
  width: 103px;
  height: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}

h1 .logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.search {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  display: flex;
}

.search .icon-sousuo {
  margin-right: 10px;
}

/*
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-list {
  display: flex;
}

.menu .menu-item {
  padding: 23px 20px;
}

.menu .menu-item .nr {
  align-items: flex-start;
  width: 1140px;
  margin-top: 23px;
}

.menu .menu-item .menu-container2 {
  height: 543px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 100%;
  left: 40%;
  transform: translateX(-46%);
  width: 99vw;
  background: #fff;
  display: none;
}

.menu .menu-item .menu-container2 .ckqb {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  display: flex;
  cursor: pointer;
}

.menu .menu-item .menu-container2 .left .label-item {
  width: 200px;
  height: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
  padding-left: 20px;
}

.menu .menu-item .menu-container2 .left .label-item:hover {
  background: hsla(16, 83%, 52%, 0.1);
  border-radius: 4px 4px 4px 4px;
  color: #EA5520;
}

.menu .menu-item .menu-container2 .left .act {
  background: hsla(16, 83%, 52%, 0.1);
  border-radius: 4px 4px 4px 4px;
  color: #EA5520;
}

.menu .menu-item .menu-container2 .right {
  width: calc(100% - 200px);
  height: 100%;
  padding-left: 50px;
  flex-direction: column;
}

.menu .menu-item .menu-container2 .right .label-1 {
  display: flex;
  align-items: flex-end;
  height: 30px;
}

.menu .menu-item .menu-container2 .right .label-1 .label-item {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #262626;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 20px;
}

.menu .menu-item .menu-container2 .right .label-1 span {
  margin: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.menu .menu-item .menu-container2 .right .label-1 span:hover {
  text-decoration: none;
}

.menu .menu-item .menu-container2 .right .sp-list {
  width: 100%;
  height: calc(100% - 30px);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item {
  width: 170px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E4E7ED;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.15);
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item .sp-img {
  width: 80%;
  height: 80%;
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item .sp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item .sp-info {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.menu .menu-item .menu-container2 .right .sp-list .sp-item:nth-child(5n+1) {
  margin-left: 0;
}

.menu .menu-item .menu-container2 .right .sp-list .all {
  background: #F5F5F5;
  cursor: pointer;
  justify-content: flex-end;
}

.menu .menu-item .menu-container2 .right .sp-list .all:hover {
  background: #E5E5E5;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.15);
}

.menu .menu-item .menu-container2 .right .sp-list .all img {
  width: 32px;
  height: 32px;
}

.menu .menu-item .menu-container2 .right .sp-list .all .all-font {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 86px;
  margin-bottom: 10px;
}

.menu span {
  font-size: 14px;
}

.menu .act-menu {
  color: #EA5520;
  border-bottom: 3px solid #EA5520;
}

.menu .menu-item:hover {
  color: #EA5520;
  border-bottom: 3px solid #EA5520;
}

.menu {
  display: flex;
}

.menu-container {
  width: 90%;
  margin: 0 0 0 0;
}

.menu-container a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.pc {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }

  .footer {
    height: 340px !important;
  }

  .footer-main {
    width: 100% !important;
    padding: 20px !important;
  }

  .footer-main .left {
    display: none !important;
  }

  .footer-main .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main .right .tip-1 {
    display: block !important;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
  }

  .bah {
    display: none !important;
  }

  .header {
    width: 100%;
  }

  .t {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    height: 50px;
    /* 固定高度，确保与搜索栏一致 */
    box-sizing: border-box;
    /* 包含padding */
  }


  .phone-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
  }


  .phone .t h1 .logo {
    margin-left: 15px;
    font-size: 13pt;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    height: 30px;
    color: #262626;
    width: 150px;
  }

  .phone-icons .iconfont {
    font-size: 20pt !important;
    color: #595959 !important;
    margin-left: 15px;
    cursor: pointer;
    font-weight: normal !important;
  }

  .header .phone .phone-icons .icon-sousuo {
    color: #595959 !important;
    font-size: 17pt !important;
    font-weight: normal !important;
    margin-left: 18px;
  }

  /* 移动端全屏搜索覆盖层样式 */
  .phone-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }

  .phone-search-header {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    /* 强制固定高度，不继承父容器(100vh) */
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    width: 100%;
    /* 确保占满宽度 */
    box-sizing: border-box;
  }

  .iconfont.icon-sousuo.phone-overlay-search-icon {
    font-size: 17pt !important;
    color: #595959 !important;
    /* 强制颜色，防止被全局白色覆盖 */
    margin-right: 10px;
    font-weight: normal !important;
    /* 确保图标正常显示 */
  }


  .phone-search-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    font-size: 14pt !important;
    color: #333 !important;
    background: transparent;
    padding: 5px 0 !important;
    margin-left: 10px;
  }

  .phone-search-close {
    font-size: 20pt !important;
    color: #595959;
    margin-left: 10px;
    cursor: pointer;
    flex-shrink: 0;
    /* 防止被挤压 */
    display: block !important;
    /* 强制显示 */
  }

  .phone-search-hot {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
  }

  .phone-search-hot .title {
    font-size: 14pt;
    color: #262626;
    margin-bottom: 15px;
  }

  .phone-search-hot .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .phone-search-hot .tag {
    padding: 6px 15px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 14pt;
    color: #262626;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    /* 重置可能继承的行高 */
  }

  .icon-row {
    font-size: 20px !important;
    color: #595959;
  }

  .menu-container {
    width: 100%;
  }

  .menu-container .menu {
    display: flex;
  }

  .ejcd {
    display: none !important;
  }

  .menu-container-phone {
    display: block;
    margin-top: 30px;
    background-color: #fff;
  }

  .search {
    display: none;
  }

  .menu-mobile {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  .nr2 {
    display: none !important;
  }

  .bg {
    display: none;
  }

  .menu-mobile {
    display: block;
  }

  .value-item {
    margin: 20px 10px;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>.ul>ul {
    display: none;
  }

  .menu>.ul>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu>.ul>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  .menu>.ul>ul>li>ul {
    position: relative;
  }

  .menu>.ul>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>.ul>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>.ul>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>.ul>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>.ul>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .header-main {
    display: none !important;
  }

  .phone.phone-header {
    padding-bottom: 0px;
  }

  .phone {
    display: block !important;
    padding-bottom: 5px;
    background-color: #fff;
    position: relative;
  }


  .phone .t {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .phone .value-item {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .phone .value-item::after {
    display: none;
  }

  .menu-container-phone .phone-menu {
    width: 90%;
    margin: 0 auto;
  }

  .phone .value-item:last-child::after {
    display: none;
  }

  .t .iconfont.menu-toggle-btn.icon-guanbi {
    font-size: 20pt !important;
    color: #595959;
  }

  .menu-container-phone {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 5px;
    margin-bottom: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }


  .t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .t h1 {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }

  .phone .t h1 .logo {
    margin-left: 0;
  }
}

.menu-2 {
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: flex-start !important;
  flex-direction: column;
  padding: 15px 0;
  margin: 8px 0;
  border-bottom: 1px solid #F0F0F0;
}

.menu-2 .nrzx {
  width: 100%;
  position: absolute;
  top: 0;
}

.menu-2 .menu-container2 {
  width: 80%;
  display: flex;
  height: 100%;
}

.mask {
  background: #0000001a;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 500px);
  top: 500px;
  z-index: 2;
}

.mask2 {
  background: #0000001a;
  position: fixed;
  top: 543px;
  width: 100vw;
  height: calc(100vh - 543px);
  left: 0;
}

.tab {
  overflow: hidden;
}

.ejcd-main {
  height: 543px !important;
  padding: 23px 0 30px;
}

.footer {
  width: 100%;
  height: 421px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid #F0F0F0;
}

.footer .bah {
  margin: 0 auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  max-width: 1640px;
  border-top: 1px solid #F0F0F0;
  padding: 20px 0;
  width: 80%;
}

.footer .footer-main {
  margin: 0 auto;
  padding-top: 78px;
  max-width: 1640px;
  width: 80%;
  height: 85%;
  display: flex;
  justify-content: space-between;
}

.footer .footer-main .ml {
  margin-left: 120px;
}

.footer .footer-main .left {
  display: flex;
}

.footer .footer-main .col {
  flex: none !important;
}

.footer .footer-main .col img {
  width: 199px;
  height: 66px;
}

.footer .footer-main .col .col-label {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
}

.footer .footer-main .col .value-item {
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 10px 0;
}

.footer .footer-main .right .ewm-code {
  text-align: right;
}

.footer .footer-main .right .ewm-code img {
  width: 120px;
  height: 120px;
}

.footer .footer-main .right .tip-1 {
  display: none;
}

.footer .footer-main .right .tip {
  text-align: right;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.footer .footer-main .right .mb8 {
  margin-bottom: 8px;
}

.footer .footer-main .right .tip-phone {
  text-align: right;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #262626;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header {
  width: 100%;
  top: 0;
  z-index: 999;
}

.header .bg {
  background: #F7F9FA;
}

.header .nr {
  height: 100%;
}

.header a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
}

.header .gw {
  padding-right: 18px;
}

.header .bg .nr .left {
  display: flex;
  align-items: center;
}

.header .news {
  border-left: 1px solid #E4E7ED;
  padding-left: 18px;
  padding-right: 18px;
}

.header .ecommerce-dropdown {
  color: #595959;
  position: relative;
  display: inline-block;
  align-items: center;
  border-left: 1px solid #E4E7ED;
  padding-left: 18px;

}

.header .ecommerce-dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px; /* 增加足够的高度覆盖间隙 */
}

.header .ecommerce-dropdown .ecommerce-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.header .ecommerce-dropdown .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #999;
  margin-left: 5px;
  transition: transform 0.3s;
}

.header .ecommerce-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.header .ecommerce-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 180px;
  padding: 8px 0;
}

.header .ecommerce-dropdown:hover .ecommerce-menu {
  display: block;
}

.header .ecommerce-option {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 40px;
  color: #595959;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.header .ecommerce-option:hover {
  background: #FFF6F0;
}

.header .ecommerce-option:hover span {
  color: #EA5520;
}

.header .ecommerce-option img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header .ecommerce-option span {
  font-weight: 400;
  font-size: 14px;
}

.header .ecommerce-option .qrcode-tooltip {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  background: #fff;
  border: 1px solid #e4e7ed;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header .ecommerce-option:hover .qrcode-tooltip {
  opacity: 1;
  visibility: visible;
  left: calc(100% + 10px);
}

.header .ecommerce-option .qrcode-tooltip img {
  width: 180px;
  height: 180px;
  margin: 0;
}

.header .ecommerce-option .qrcode-tooltip::after {
  display: none;
}

.header .nr {
  max-width: 1640px;
  padding: 12px 0;
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.header .right {
  display: flex;
}

.header .right span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 45px;
  cursor: pointer;
  position: relative;
  display: flex;
}

.header .right span:hover {
  color: #EA5520;
  text-decoration: none;
}

.header .right span div {
  padding-right: 6px;
  position: relative;
}

.header .right span .layui-badge {
  position: absolute;
  top: -5px;
  right: -25px;
  background: #EA5520;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.header-main {
  height: 64px;
  margin: 0 auto;
}

.header-main .header-main-left {
  display: flex;
  align-items: center;
}

.header-main h1 .logo {
  width: 110px;
  height: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-main h1 .logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.header-main .menus {
  display: flex;
}

.header-main .menus .header-menu {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  padding:0 20px;
  height: 61px;
  line-height: 61px;
  position: static;
}

.header-main .menus .header-menu .label {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.header-main .menus .header-menu .label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #EA5520;
  transition: width 0.3s;
}

.header-main .menus .header-menu:hover .label {
  color: #EA5520;
}

.header-main .menus .header-menu:hover .label::after {
  width: 100%;
}

.header-main .menus .header-menu.active .label::after {
  width: 100%;
}

.header-main .menus .header-menu:first-child {
  padding-left: 60px;
}

.header-main .menus .hover-main {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 103px;
  height: 560px;
  display: none;
  overflow-x: hidden;
}

.header-main .menus .hover-main .hover-box {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  padding: 30px;
  height: 100%;
}

.header-main .menus .hover-main .hover-box .hover-left .hover-item {
  width: 200px;
  height: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
  padding-left: 20px;
}

.header-main .menus .hover-main .hover-box .hover-left .hover-item:hover {
  background: hsla(16, 83%, 52%, 0.1);
  border-radius: 4px 4px 4px 4px;
  color: #EA5520;
}

.header-main .menus .hover-main .hover-box .hover-left .act {
  background: hsla(16, 83%, 52%, 0.1);
  border-radius: 4px 4px 4px 4px;
  color: #EA5520;
}

.header-main .menus .hover-main .hover-box .hover-right {
  width: calc(100% - 200px);
  height: 100%;
  padding-left: 50px;
  flex-direction: column;
}

.header-main .menus .hover-main .hover-box .hover-right .ckqb {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  display: flex;
  cursor: pointer;
}

.header-main .menus .hover-main .hover-box .hover-right .label-1 {
  display: flex;
  align-items: flex-end;
  height: 30px;
}

.header-main .menus .hover-main .hover-box .hover-right .label-1 .label-item {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #262626;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 20px;
}

.header-main .menus .hover-main .hover-box .hover-right .label-1 span {
  margin: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header-main .menus .hover-main .hover-box .hover-right .label-1 span:hover {
  text-decoration: none;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list {
  width: 100%;
  height: calc(100% - 30px);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item {
  width: 170px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E4E7ED;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px 15px;
  cursor: pointer;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.15);
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item .sp-img {
  width: 100%;
  height: 80%;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item .sp-img img {
  width: 100%;
  height: 100%;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item .sp-info {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .sp-item:nth-child(5n+1) {
  margin-left: 0;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .all {
  background: #F5F5F5;
  cursor: pointer;
  justify-content: flex-end;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .all:hover {
  background: #E5E5E5;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.15);
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .all img {
  width: 32px;
  height: 32px;
}

.header-main .menus .hover-main .hover-box .hover-right .sp-list .all .all-font {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 86px;
  margin-bottom: 10px;
}

.header-main .search {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  display: flex;
}

.header-main .search .icon-sousuo {
  margin-right: 10px;
}

.header-main .search-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 103px;
  height: 248px;
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 9999;
  /* 热门搜索样式 */
}

.header-main .search-box .nr {
  width: 1140px;
  height: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.header-main .search-box .nr .input {
  width: 1000px;
  max-width: 1000px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #D4D7D9;
  height: 60px;
  padding: 20px;
  display: flex;
}

.header-main .search-box .nr .input .icon-sousuo {
  font-size: 20px;
  padding-right: 23px;
  border-right: 1px solid #D4D7D9;
}

.header-main .search-box .nr .input input {
  width: 90%;
  margin-left: 18px;
}

.header-main .search-box .nr .input input[type="text"] {
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  color: #6a6f77;
  -web-kit-appearance: none;
  -moz-appearance: none;
  display: block;
  outline: 0;
  text-decoration: none;
}

.header-main .search-box .nr .input .icon-guanbi {
  font-size: 20px;
  color: #595959;
  cursor: pointer;
  border-right: 1px solid #D4D7D9;
  padding-right: 10px;
}

.header-main .search-box .nr .shousuo {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding-left: 20px;
  cursor: pointer;
  color: #EA5520;
}

.header-main .search-box .search-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  height: 20px;
}

.header-main .search-box .clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 16px;
  display: none;
}

.header-main .search-box .hot-search {
  margin-top: 30px;
  width: 1000px;
}

.header-main .search-box .hot-search .title {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.header-main .search-box .hot-search .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.header-main .search-box .hot-search .tag {
  padding: 6px 12px;
  background-color: #f0f0f0;
  border-radius: 16px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s;
}

@keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  background: #fff;
}

.tab-boxs {
  display: none;
}

.header .label,
.logo,
.search-font,
.icon-sousuo {
  color: #fff !important;
}

.header-hover,
.header-scroll,
.header-none-index {
  background: #fff;
}

.header-hover .active,
.header-scroll .active,
.header-none-index .active {
  color: #EA5520;
  position: relative;
}

.header-hover .label,
.header-scroll .label,
.header-none-index .label,
.header-hover .logo,
.header-scroll .logo,
.header-none-index .logo,
.header-hover .search-font,
.header-scroll .search-font,
.header-none-index .search-font,
.header-hover .icon-sousuo,
.header-scroll .icon-sousuo,
.header-none-index .icon-sousuo {
  color: #262626 !important;
}

.ss-mask {
  height: calc(100vh - 248px) !important;
  top: 248px !important;
}

.iframe {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 19891;
}

.iframe iframe {
  width: 400px;
  height: 589px;
  border-radius: 12px 12px 12px 12px;
}

.sp-name {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

/* 悬浮客服组件 */
.float-contact {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 电话号码弹窗 */
.phone-popup {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 220px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -230px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  display: none;
}

.phone-popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f5f5f5;
}

.phone-popup img {
  width: 100px !important;
  height: 100px !important;
}

/* 悬浮菜单栏 */
.contact-menu {
  width: 60px;
  background: white;
  border-radius: 32px 32px 32px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-menu .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #333 !important;
  height: 80px;
}

.contact-menu .item img {
  width: 30px;
  height: 30px;
}

.contact-menu .item:last-child {
  border-bottom: none;
}

/* Desktop Hover Effect */
@media (any-hover: hover) {

  .contact-menu .item:hover .iconfont,
  .contact-menu .item:hover span {
    color: #ff5722;
  }
}

/* Mobile Active Effect */
.contact-menu .item:active .iconfont,
.contact-menu .item:active span {
  color: #ff5722;
}

.contact-menu .item .iconfont {
  font-size: 30px;
  margin-bottom: 4px;
  height: 40px;
}

.contact-menu .item span {
  font-size: 12px;
  color: #333;
  text-align: center;
}

.text-mobile {
  display: none;
}

/* Mobile Adjustments 悬浮窗 */
@media only screen and (max-width: 959px) {
  .header .ecommerce-dropdown {
    display: none;
  }


  .contact-menu {
    position: fixed;
    width: auto;
    /* Reduced width */
    height: auto;
    /* Reduced height */
    color: #333;
    border-radius: 69.845px;
    bottom: 80px;
    padding: 8px 6px;
    display: block;
    right: 14px;
    font-size: 14px;
  }

  .contact-menu .item {
    /* height: 70px; */
    /* Reduced item height */
    padding: 2px 0;
    height: auto;
  }

  .contact-menu .item .iconfont {
    margin-top: 2px;
    font-size: 20px;
    /* Smaller icons */
    height: auto;
    margin-bottom: 0;
  }

  .contact-menu .item span {
    margin-top: 4px;
    font-size: 12px;
    /* Smaller font */
  }

  .text-desktop {
    display: none;
  }

  .text-mobile {
    display: block;
  }

  /* Mobile Popup Positioning */
  .phone-popup {
    position: absolute;
    top: 50%;
    right: 40px;
    /* Position to the left of the button */
    left: auto;
    transform: translateY(-50%);
    z-index: 10001;
    width: auto;
    min-width: 120px;
    max-width: 200px;
    margin: 0;
    border-radius: 8px;
    padding: 10px;
  }

  .item-wechat .phone-popup img {
    width: 100px !important;
    height: 100px !important;
  }

  .item-phone .phone-popup {
    font-size: 16px;
    padding: 10px;
    width: auto;
    white-space: nowrap;
  }

  .myIframe.minimized .bd,
  .myIframe.minimized .chart,
  .myIframe.minimized .header-left,
  .myIframe.minimized .window-max,
  .myIframe.minimized .window-close {
    display: none !important;
  }

  .myIframe.minimized .chat-header {
    padding: 0;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
  }

  .myIframe.minimized .header-right {
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .myIframe.minimized .window-min {
    margin: 0;
    width: 100%;
    height: 100%;
    background-size: 20px;
    /* Adjust icon size */
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  /* Hide maximize button on mobile */
  .myIframe .window-max {
    display: none !important;
  }

  /* Force minimized style overrides for mobile */
  .myIframe.minimized {
    width: 50px !important;
    height: 50px !important;
    left: 10px !important;
    bottom: 20px !important;
    /* Bottom left */
    top: auto !important;
    right: auto !important;
    border-radius: 50% !important;
  }

  /* Disable hover effect on mobile to prevent sticky background */
  .myIframe .header-right .window-btn:hover {
    background-color: transparent !important;
  }

  .myIframe .header-right .window-btn.window-min.restore {
    margin-left: 0 !important;
  }



  .myIframe .header-right .window-btn:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }

  .phone-popup::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    /* Arrow on the right pointing to button */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }

  /* Iframe Adaptation */
  .iframe iframe {
    width: 90vw;
    height: 60vh;
    left: 5vw;
    bottom: 5vh;
  }

  .myIframe {
    width: 90vw !important;
    left: 5vw !important;
    top: 10vh !important;
    height: 80vh !important;
  }
}

#messageInput {
  white-space: pre-wrap;
  /* 保留空白符并允许换行 */
  word-wrap: break-word;
  /* 单词超出边界时换行 */
  overflow-wrap: break-word;
  /* 防止内容溢出 */
}

.layui-layer-btn0 {
  background: #EA5520 !important;
  border: none !important;
}

.layui-layer {
  border-radius: 6px !important;
}

.layui-layer-btn a {
  border-radius: 4px !important;
  font-size: 14px !important;
}

.layui-layer-title {
  border-radius: 6px 6px 0 0 !important;
}

.layui-layer-msg {
  border-radius: 8px !important;
  border: 1px solid #E4E7ED !important;
}

.loading {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #606266;
}

.loading-5 {
  margin-bottom: 5px !important;
}