@charset "utf-8";
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
}
main {
  /* background: #EFEFEF; */
}
.body-content-formal-container {
  /* background: #D7D7D7; */
}
a {
  text-decoration-line:none;
  color: #000;
}
a:hover, a:focus {
  color: initial;
  text-decoration: initial;
}

/*头部*/
header {
  background: #1E1E1E;
  height: 95px;
  min-width: 1100px;
}
header ul {
  display: flex;
  color: white;
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}
.body-content-formal-container {
  position: relative;
}
/* CSS样式 */
.mane-header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease; /* 使用transform优化性能 */
  z-index: 9999;
}

.mane-header.hidden {
  transform: translateY(-100%); /* 更流畅的隐藏方式 */
}
.hidden-part {
  height: 50px;
}
.hidden-part ul {
  height: 100%;
  align-items: center;
}
header ul .li-left {
  /* line-height: 95px; */
  width: 220px;
  font-size: 25px;
  font-weight: bold;
  box-sizing: border-box;
  flex-shrink: 1;
  margin-top: 20px;
}
header ul .li-left a {
  display: block;
  height: 100%;
}
header ul .li-left img {
  width: 100%;
  margin-top: 0px;
}
.hidden-part ul .li-left  {
  display: none;
}
.hidden-part ul .li-search-combined {
  margin-top: 0;
}
.hidden-part ul .li-search-combined .li-search-top  {
  display: none;
}
.hidden-part ul .li-search-combined .li-search-below  {
  padding: 0;
  align-items: center;
}
.hidden-part ul .li-nav-right {
  margin-top: 0;
  display: none;
}
header ul .li-nav-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 20px;
}
header ul .li-nav-right .header-search-right {
  flex-shrink: 0;
  color: white;
}
header ul .li-nav-right .header-search-right a {
  color: white;
}
header ul .li-nav-right .li-right {
  flex-shrink: 0;
  display: flex;
  padding-right: 1%;
  position: relative;
}
header ul .li-nav-right .li-right div .square-box {
  
  height: 30px;
  display: block;
  border-radius: 15px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}
header ul .li-nav-right .li-right div {
  width: 85px;
}
header ul .li-nav-right .li-right div .square-shopping-info {
  margin: 0;
}
header ul .li-nav-right .li-right div a img {
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 3px;
}
header ul .li-nav-right .li-right div a img.bom-img {
  width: 20px;
  height: 20px;
  position: relative;
}
header ul .li-nav-right .li-right div a .shopping-collect {
  position: absolute;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: initial;
  bottom: 0px;
}
header ul .li-nav-right .li-right div a .shopping-info {
  position: absolute;
  top: -2px;
  right: 0px;
  background: red;
  color: white;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: initial;
}
header ul .li-nav-right .header-search-right .hover-dropdown__trigger {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
header ul .li-nav-right .header-search-right .square-box.square-shopping-info {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: auto;
  background: none;
  border-radius: 0;
}
header ul .li-nav-right .header-search-right img {
  width: 32px;
  height: 32px;
}
header ul .li-nav-right .header-search-right {
  display: flex;
  align-items: center;
  height: 100%;
}
header ul .li-nav-right .header-search-right div.dividing-line {
  border-left: 2px solid #3A3A3A;
  height: 20px;
  margin: 0 10px;
}
header ul .li-nav-right .header-search-right .square-box-zi {
  display: inline-block;
}
header ul .li-nav-right .header-search-right .square-box-zi b {
  display: block;
  font-size: 1.2rem;
  line-height: normal;
}
header ul .li-nav-right .header-search-right .square-box-zi .login-color {
  color: #207FAF;
}
header ul .li-nav-right .header-search-right .hover-dropdown__content a {
  color: #000;
}
header ul .li-search-combined {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  box-sizing: border-box;
  justify-content: flex-start;
  margin-top: 20px;
}
header ul .li-search-combined .li-search-top {
  display: flex;
  align-items: center;
  width: 88%;
}
header ul .li-search-combined .li-search-below {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 8px;
  box-sizing: border-box;
}
header ul .li-search-combined .header-search {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: visible;
}
header ul .li-search-combined .header-search form {
  flex-grow: 1;
  display: contents;
}
header ul .li-search-combined .header-search .search-container {
  display: flex;
  flex-grow: 1;
  overflow: visible;
}
header ul .li-search-combined .header-search input {
  height: 35px;
  flex: 1;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  color: #000;
  border-radius: 6px 0 0 6px;
  max-width:100%;
}
header ul .li-search-combined .header-search .submit {
  height: 35px;
  border: none;
  width: 47px;
  background: #005CA1;
  flex-shrink: 0;
  margin-left: -1px;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header ul .li-search-combined .header-search .submit i {
  font-size: 22px;
}
a.input-clearout-submit:hover, .chosen-container-single > .chosen-single:hover + a.input-clearout-submit, .am-selected > .am-selected-btn:hover + a.input-clearout-submit, select:hover + a.input-clearout-submit, textarea:hover + a.input-clearout-submit, input[type="text"]:hover + a.input-clearout-submit, input[type="password"]:hover + a.input-clearout-submit, input[type="datetime"]:hover + a.input-clearout-submit, input[type="datetime-local"]:hover + a.input-clearout-submit, input[type="date"]:hover + a.input-clearout-submit, input[type="month"]:hover + a.input-clearout-submit, input[type="time"]:hover + a.input-clearout-submit, input[type="week"]:hover + a.input-clearout-submit, input[type="number"]:hover + a.input-clearout-submit, input[type="email"]:hover + a.input-clearout-submit, input[type="url"]:hover + a.input-clearout-submit, input[type="search"]:hover + a.input-clearout-submit, input[type="tel"]:hover + a.input-clearout-submit, input[type="color"]:hover + a.input-clearout-submit {
  display: none !important;
}
header ul .li-search-combined .li-search-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
header ul .li-search-combined .li-search-header .mational {
  height: 29px;
  width: 29px;
  border-radius: 6px;
  flex-shrink: 1;
}
header ul .li-search-combined .li-search-header .mational img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
header ul .li-search-combined .li-search-header .mational .hover-dropdown__content {
  top: 115%;
}
.header-search-right img  {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
header ul .li-search .li-search-below {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 15px;
  box-sizing: border-box;
}
header ul .header-search-hot .header-search-hot-keywords li {
  padding-right: 20px;
}
header ul .header-search-hot .header-search-hot-keywords .prompt-title {
  color: white;
  font-size: 14px;
}
header ul .li-right {
  flex-shrink: 1;
  display: flex;
  padding-right: 1%;
  position: relative;
  top: 2px;
}

/* 菜单项样式 */
.hover-dropdown {
  position: relative;
  display: inline-block;
}
.hover-dropdown__content {
  position: absolute;
  top: 135%;
  left: 0;
  min-width: 160px;
  max-width: 350px;
  max-height: calc(100vh - 200px);
  background: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}
.hover-dropdown.active .hover-dropdown__content {
  opacity: 1;
  visibility: visible;
}
.hover-dropdown__content a {
  display: block;
  padding: 4px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hover-dropdown__content a:hover {
  background: #f5f5f5;
}
.header-search-hot-keywords .hover-dropdown__content {
  top: 160%;
}
.hidden-part .hover-dropdown__content {
  top: 120%;
}
/* 移动端适配 */
@media (max-width: 768px) {
  .hover-dropdown__content {
    position: fixed;
    top: 60px !important;
    left: 0;
    width: 100%;
    box-shadow: none;
  }

  /* 移动端下拉图标样式调整 */
  .dropdown-icon {
    font-size: 14px;
    margin-left: 8px;
  }
}


header ul .li-right div .square-shopping-info {
  margin: 0;
}

header ul .li-right div a .shopping-collect {
  position: absolute;
  
  color: white;
  border-radius: 50%;
  /*height: 18px;*/
  /*width: 18px;*/
  /*line-height: 18px;*/
  font-size: 12px;
  font-weight: initial;
  bottom: 0px;
}
header ul .li-right div a .shopping-info {
  position: absolute;
  top: -2px;
  right: 0px;
  background: red;
  color: white;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: initial;
}
/*底部*/
footer {
  background: #1E1E1E;
  min-width: 1100px;
}
footer ul {
  display: flex;
  padding: 32px 0px 32px 0px;
  box-sizing: border-box;
  flex-direction: column;
  width: 1100px;
  margin: 0 auto;
}
footer ul .footer-gallery {
  display: flex;
  justify-content: space-between;

}
footer ul .footer-gallery a .contact-us-title{
  color: #0D739B;
}
footer ul .footer-gallery a {
  display: block;
  color: #A2A2A2;
  font-size: 12px;
  padding-top: 4px;
}
footer ul .footer-gallery a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

footer ul .footer-gallery .follow_us {
  margin-top: 10px;
}


footer ul .footer-gallery .follow_us img{
  max-width: 100%;
}

footer ul .footer-gallery .footer-gallery-size {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
footer ul .footer-filing-content {
  margin-top: 30px;
  display: flex;
  border-top: 2px solid #0099CC;
  padding: 20px 0;
  justify-content: space-between;
  color: #0099CC;
  align-items: center;
}
footer ul .footer-filing-content img  {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
footer ul .footer-filing-content p img {
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 4px;
}

/*响应样式*/
@media (max-width:1560px) {

}
/* 基础样式 */
header .multi-menu {
  position: relative;
  color: #2c2c2c;
  font-family: Arial;
  background: white;
}

/* 主菜单项 */
header .menu-item {
  display: flex;
  padding: 4px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-items: center;
}
header .menu-item a {
  padding: 0;
}

header .menu-in:hover {
  background: #f5f5f5;
}
/* 子菜单容器 - position:fixed 使其脱离父容器 overflow 限制，由 JS 动态定位 */
header .submenu {
  position: fixed;
  width: 200px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  display: none;
  z-index: 10001;
}
header .submenu .submenu a {
  padding: 4px 15px;
}

/* 激活状态的子菜单（由 JS 控制） */
header .submenu.active {
  display: block;
  animation: submenuFadeIn 0.2s ease;
}

/* 三级菜单样式继承，定位由 JS 控制 */

/* 箭头指示 */
header .has-children::after {
  content: '▸';
  float: right;
  color: #999;
}
header .has-children-empty::after {
  content: '';
}

/* 下拉菜单图标样式 */
.dropdown-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  transition: transform 0.2s ease;
}

/* 当下拉菜单激活时图标旋转 */
.hover-dropdown:hover .dropdown-icon,
.hover-dropdown.active .dropdown-icon {
  transform: rotate(180deg);
}

/* 确保下拉图标与文本垂直对齐 */
.prompt-title .dropdown-icon {
  vertical-align: middle;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes submenuFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下拉菜单自定义滚动条样式 */
.hover-dropdown__content::-webkit-scrollbar,
header .submenu::-webkit-scrollbar {
  width: 6px;
}

.hover-dropdown__content::-webkit-scrollbar-track,
header .submenu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.hover-dropdown__content::-webkit-scrollbar-thumb,
header .submenu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.hover-dropdown__content::-webkit-scrollbar-thumb:hover,
header .submenu::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Firefox 滚动条样式 */
.hover-dropdown__content,
header .submenu {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.modal {
  display: none;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  max-height: 75vh;
  border-radius: 6px;
}
.modal-content-head {
  padding: 10px 10px 10px 25px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 1;
  border-bottom: 1px solid #e5e5e5;
}
.modal-content-head h3 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.modal-content-head button {
  background: none;
  border: none;
}
.modal-content-head button i {
  font-size: 20px;
  font-weight: bold;
}
.modal-content-main {
  padding: 16px 8px  10px 20px;
  flex-grow: 1;
  overflow-y: auto;
  height: 100%;
}
.modal-content-footer {
  padding: 16px 24px 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 1;
  border-top: 1px solid #e5e5e5;
}
.modal-content-footer button {
  padding: 6px 12px;
  color: rgb(13 82 161 / var(--tw-text-opacity, 1));
  border: none;
  background: none;
  font-weight: bold;
  font-size: 15px;
  border-radius: 6px;
}
.modal-content-footer .confirm {
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* 右侧浮动操作按钮 */
.lower-right-operation {
  display: flex; 
  position: fixed;
  bottom: 15%;
  right: 30px;
  z-index: 350;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.lower-right-operation .operation-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  color: #333;
  box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 2px solid #e8e8e8;
}
.lower-right-operation .operation-btn:hover {
  /* background-color: #005CA1; */
  /* color: white; */
  /* border-color: #005CA1; */
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(15, 144, 219, 0.3);
}
.lower-right-operation .operation-btn i {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  flex-shrink: 0;
}
.lower-right-operation .operation-btn span {
  font-size: 11px;
  line-height: 1;
  margin: 0px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  font-weight: 600;
}
.lower-right-operation .operation-btn:hover i,
.lower-right-operation .operation-btn:hover span {
  /* color: white; */
}

/* 收藏按钮 - 默认白色背景灰色字体 */
.lower-right-operation #collect-btn {
  background: #fff;
  color: #000;
  border-color: #e8e8e8;
}
.lower-right-operation #collect-btn i {
  color: #000;
}
.lower-right-operation #collect-btn:hover {
  background: #005CA1;
  color: white;
  border-color: #005CA1;
}
.lower-right-operation #collect-btn:hover i,
.lower-right-operation #collect-btn:hover span {
  color: white;
}

/* 已收藏状态 - 蓝色背景白色字体 */
.lower-right-operation #collect-btn.is-collected {
  background: #005CA1;
  color: white;
  border-color: #005CA1;
}
.lower-right-operation #collect-btn.is-collected i {
  color: white;
}
.lower-right-operation #collect-btn.is-collected:hover {
  background: #005CA1;
  border-color: #005CA1;
}

/* 购物车文字 */
.lower-right-operation .cart-text {
  font-size: 10px;
}

/* 返回顶部按钮 */
#back-to-top {
  /* display: none; */
}

/* 返回顶部按钮图标 */
#back-to-top i {
  font-size: 22px;
  margin-bottom: -2px;
  color: #005CA1;
}

/* 聊天按钮图标 */
#chat-btn i {
  color: #005CA1;
}

/* 邮件按钮图标 */
#email-btn i {
  color: #005CA1;
}
/* help*/
.modal-help {
  display: none;
}
.modal-help .modal-content {
  width: 968px;
  padding: 0;
  max-height: 95vh;
  max-width: 99vw;
}
.modal-help .modal-content-head  {
  border: none;
}
.modal-help .modal-content-main {
  padding: 0 24px;
}
.modal-help .modal-content .modal-content-head h3 {
  font-size: 22px;
  font-weight: 700;
}
.modal-content-head h3 img {
  height: 25px;
  display: none;
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}
.modal-help .modal-content-head button i {
  font-size: 30px;
  color: #a4a4a4;
  font-weight: initial;
}
.modal-shadow {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}
.modal-content-top {
  display: flex;
}
.help-contact {
  padding-right: 24px;
}
.modal-help .helpModal__sectionHeadline {
  font-size: 14px;
  font-weight: bold;
}
.modal-help .tech-forum {
  width: 150px;
  height: 35px;
  font-size: 30px;
  font-weight: bold;
}
.modal-help .tech-forum img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-help .tech-forum-text {
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
}
.modal-help .common-questions {
  min-width: 470px;
}
.modal-help .tech-forum-text img {
  height: 25px;
  width: auto;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.modal-help .tech-forum-text strong {
  font-weight: 600;
}
.modal-help .forum-button a {
  text-decoration: none;
  min-width: 120px;
  padding: 12px 40px;
  border-radius: 4px;
  font-weight: 700;
  background: #0099cc;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 5px 8px;
  margin-left: 0;
  text-align: center;
  border: solid 0;
  transition: all 150ms ease-out;
  cursor: pointer;
  outline: 0;
}
.modal-help .help-contact-btn {
  padding: 7px;
  margin: 6px 6px 6px 0;
  display: inline-flex;
  justify-content: center;
  min-width: 170px;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #0099cc;
  align-items: center;
}
.modal-help .help-contact-btn img {
  height: 25px;
  width: auto;
  vertical-align: middle;
  display: none;
  margin: 0 5px;
}
.modal-help .help-contact-btn span {
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.modal-help .help-contact-btn:hover span  {
  text-decoration: underline;
}
.modal-help .help-contact-call  {
  display: block;
  padding: 6px 0 5px 0;
}
.modal-help .dk-link:hover  {
  text-decoration: underline;
}
.modal-help .dk-link  {
  color: #0099cc;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.modal-help .faq-modal-title h3 {
  font-size: 12px;
  color: #222;
  font-weight: 600;
  display: block;
  padding-bottom: 0.2rem;
  padding-top: .5rem;
  margin: 0;
}
.modal-content-bottom .modal-content-bottom-summaryCards {
  display: flex;
  gap: 32px;
}
.modal-content-bottom .summary-cards {
  padding-top: 10px;
}
.modal-content-bottom .helpModal__summaryCards {
  display: flex;
  font-weight: bold;
}
.modal-content-bottom .helpModal__summaryCards img {
  height: 22px;
  width: auto;
  vertical-align: middle;
  display: none;
  margin: 0 5px 0 0;
}
/*在线聊天*/
.chat {
  align-items: end;
  justify-content: end;
}
.chat .modal-content {
  margin-bottom: 100px;
  margin-right: 60px;
}
.chat .modal-content-head {
  padding-left: 15px;
}
.chat .modal-content-head img {
  width: 30px;
  height: 30px;
}
.chat .modal-content-main {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background: #E5F5FA;
  width: 460px;
  height: 600px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.chat .modal-content-main .chat-list-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat .chat-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  overflow-x: auto;
  height: 100%;
  border-radius: 10px;
  padding: 10px;
}
.chat .chat-list .chat-list-item {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.chat .chat-list .mine {
  justify-content: end;
}
.chat .chat-list .chat-list-item img {
  width: 30px;
  height: 30px;
  flex-shrink: 1;
}
.chat .chat-list .chat-list-item p {
  word-break: break-all;
  flex-grow: 1;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.chat .chat-list .mine  p {
  justify-content: end;
}
.chat .chat-submit {
  background: white;
  border-radius: 20px;
  box-shadow: 0 -1px 20px -9px rgba(0,0,0,0.3);
  margin: 15px 0;
  height: 60px;
}
.chat .chat-submit-input {
  display: flex;
  height: 100%;
}
.chat .chat-submit input {
  flex-grow: 1;
  padding-left: 10px;
  height: 100%;
  border: none;
  color: #000;
  border-radius: 6px;
}
.chat .chat-submit input:hover {
  border: none;
  box-shadow: none;
}
.chat .chat-submit button {
  border: none;
  width: 60px;
  height: 100%;
  background: #0099CC;
  color: white;
  font-size: 16px;
  flex-shrink: 1;
  margin-left: -20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/*页码*/
.paging {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 30px;
  box-sizing: border-box;
}
.paging ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging li span {
  padding-right: 10px;
}
.paging li a {
  padding-right: 10px;
}
.disabled {
  font-size: 25px;
  font-weight: bold;
}
.paging .active span {
  text-decoration-line: underline;
  font-weight: bold;
}
.language {
  align-items: initial;
}
.language-form {
  display: flex;
  flex-direction: column;
}
.language .modal-content {
  height: 230px;
  margin-top: 105px;
}
.language-form .currency {
  display: flex;
  align-items: center;
}
.currency img {
  height: 40px;
  width: 43px;
  border-radius: 6px;
  margin-right: 10px;
}
.language-form .currency {
  display: flex;
  padding-bottom: 10px;
}
.language-form .currency .currency-title{
  font-weight: bold;
  font-size: 15px;
  padding-right: 14px;
}
.language-form .currency  .title-default img {
  border: 2px solid #0099cc;
}
.language-form .currency:nth-of-type(2) a  {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  margin-right: 10px;

}
.language-form .currency .currency-default {
  border: 1px solid #0099cc !important;
  background: #34acd4;
  color: white;
}
.language-form .update {
  display: flex;
  padding-top: 20px;
  justify-content: end;
}
.language-form .update button {
  width: 75px;
  background: #0099cc;
  color: white;
  border: none;
  height: 35px;
  border-radius: 6px;
  margin-right: 8px;
}







header ul .li-search .li-search-header .header-search-right{
  width: 30%;
}

header ul .li-search .li-search-header .header-search-right div{
  display: inline-block;
}

/* 修复登录注册按钮区域对齐问题 */
header ul .li-search .li-search-header .header-search-right div .hover-dropdown__trigger {
  display: flex; 
  align-items: center; 
  height: 40px;
  line-height: 40px;
}

/* 修复购物车图标区域对齐问题 */
header ul .li-search .li-search-header .header-search-right div .square-box.square-shopping-info {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: auto;
  background: none;
  border-radius: 0;
}
header ul .li-search .li-search-header .header-search-right div  img{
  width: 40px;
  height: 40px;
}
/* 确保整个header-search-right区域使用flex布局 */
header ul .li-search .li-search-header .header-search-right {
  display: flex;
  align-items: center;
  height: 100%;
}

/* 修复分割线样式 */
header ul .li-search .li-search-header .header-search-right div.dividing-line{
  border-left: 2px solid #3A3A3A;
  height: 20px;
  margin: 0 10px;
}
header ul .li-search .li-search-header .header-search-right .square-box-zi{
  display: inline-block;
}
header ul .li-search .li-search-header .header-search-right .square-box-zi b {
    display: block;
    font-size: 1.2rem;
    line-height: normal;
}
header ul .li-search .li-search-header .header-search-right .square-box-zi .login-color {
    color: #207FAF;
}

header ul .li-search .li-search-header .header-search-right .hover-dropdown__content a{
  color: #000;
}

.am-container{
  margin: inherit;
}
.breadcrumb-data .am-breadcrumb{
  padding-left: 0;
}

/* 公告横条 */
.announcement-banner {
    background-color: #005CA1;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2.5;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 5px;
    flex-shrink: 0;
}