.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  height: 44px;
  background: #1966FF;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s ease-in;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn:hover {
  background: #165DEA;
}
.resetLinkStyle a:hover,
.resetLinkStyle a:focus,
.resetLinkStyle .anchor:active,
.resetLinkStyle .anchor:focus,
.resetLinkStyle .anchor:hover {
  text-decoration: none;
}
#pages {
  text-align: center;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}
#pages .disable:hover {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  cursor: no-drop;
}
#pages .disable:hover .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center !important;
  background-size: cover !important;
  width: 16px;
  height: 16px;
  transform: rotate(0deg) !important;
}
#pages #pageprev:hover .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line.png') no-repeat center;
  transform: rotate(180deg);
  background-size: cover;
}
#pages #pagenext:hover .yy-rjt {
  background: url('../images-website/gifts/arrow-left-s-line.png') no-repeat center;
  transform: rotate(0deg);
  background-size: cover;
}
#pages .yy-ljt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  background-size: cover;
}
#pages .yy-rjt {
  background: url('../images-website/gifts/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  transform: rotate(180deg);
  background-size: cover;
}
#pages .yy-icon {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#pages span {
  width: 11px;
  height: 18px;
}
#pages a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 16px;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
  text-decoration: none;
}
#pages a#pageactive {
  background: #1966FF;
  border-color: #1966FF;
  color: #fff;
}
#pages a:hover {
  background: #165DEA;
  border-color: #165DEA;
  color: #fff;
}
#pages a#pageprev,
#pages a#pagenext {
  background: #fff;
  line-height: 40px;
  position: relative;
}
#pages a#pageprev:hover,
#pages a#pagenext:hover {
  background: #165DEA;
  border-color: #165DEA;
}
.theMenuInfoEl .menu-info {
  margin-right: 14px;
  background: #fff;
  border-radius: 10px;
  width: 350px;
}
.theMenuInfoEl .menu-info li {
  margin-top: 10px;
}
.theMenuInfoEl .menu-info li:first-of-type {
  margin-top: unset;
}
.theMenuInfoEl .menu-info a {
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  font-family: 'HarmonyOS_Sans_Medium';
  position: relative;
  transition: all 0.3s ease-in-out;
}
.theMenuInfoEl .menu-info a:after {
  background: url("../images-website/gifts/menu-arrow-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.theMenuInfoEl .menu-info a:hover {
  color: #1966FF;
  font-family: 'HarmonyOS_Sans_Bold';
  text-decoration: unset;
}
.theMenuInfoEl .menu-info a:hover:after {
  background: url("../images-website/gifts/menu-arrow-hover-icon.svg") no-repeat center;
}
.the-header {
  height: 80px;
  box-sizing: border-box;
  min-width: 1200px;
  position: relative;
  z-index: 99;
}
.the-header .graphic-head-wrap {
  border-bottom: 1px solid #E9EBED;
  background: #fff;
}
.the-header .graphic-head-wrap.fly {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.the-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.the-header .site-warp {
  height: inherit;
  display: flex;
  align-items: center;
}
.the-header .site-warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-header .hm-left {
  height: inherit;
  display: flex;
}
.the-header .hm-left h1 {
  display: flex;
  height: inherit;
  align-items: center;
  margin-right: 50px;
}
.the-header .hm-left h1 a.logo {
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin-top: 0;
  margin-right: 0;
}
.the-header .hm-left a.logo {
  font-size: 0;
  text-indent: -999em;
  background: url("../images-website/logo.svg?v=20260121") no-repeat center;
  width: 190px;
  height: 44px;
  display: inline-block;
  background-size: cover;
  margin: 18px 50px 0 0;
}
.the-header .hm-left .menus-nav {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.the-header .hm-left .menus-nav li {
  display: flex;
  align-items: center;
}
.the-header .hm-left .menus-nav li:hover .menu-el {
  color: #1966FF;
}
.the-header .hm-left .menus-nav li.is-sub {
  position: relative;
}
.the-header .hm-left .menus-nav li.is-sub:hover:after {
  background: url("../images-website/gifts/menu-down-icon-hover.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.the-header .hm-left .menus-nav li.is-sub:hover .sub-wrap {
  opacity: 1;
  visibility: visible;
}
.the-header .hm-left .menus-nav li.is-sub:hover .menu-info {
  opacity: 1;
  visibility: visible;
}
.the-header .hm-left .menus-nav li.is-sub:after {
  display: block;
  content: '';
  background: url("../images-website/gifts/meun-down-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  transition: all 0.1s linear;
}
.the-header .hm-left .menus-nav li.is-sub .sub-wrap {
  position: absolute;
  top: 76px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info {
  margin-right: 14px;
  background: #fff;
  border-radius: 10px;
  width: 350px;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info li {
  margin-top: 10px;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info li:first-of-type {
  margin-top: unset;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info a {
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  font-family: 'HarmonyOS_Sans_Medium';
  position: relative;
  transition: all 0.3s ease-in-out;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info a:after {
  background: url("../images-website/gifts/menu-arrow-icon.svg") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info a:hover {
  color: #1966FF;
  font-family: 'HarmonyOS_Sans_Bold';
  text-decoration: unset;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info a:hover:after {
  background: url("../images-website/gifts/menu-arrow-hover-icon.svg") no-repeat center;
}
.the-header .hm-left .menus-nav li.is-sub .menu-info {
  padding: 20px;
  margin-right: 0;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.05), 0px 8px 12px -4px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E9EBED;
  opacity: 0;
  visibility: hidden;
  margin-left: -18px;
}
.the-header .hm-left .menus-nav li.active .menu-el:after {
  opacity: 1;
  visibility: visible;
}
.the-header .hm-left .menus-nav .menu-el {
  display: flex;
  align-items: center;
  height: 80px;
  color: #262626;
  font-size: 14px;
  position: relative;
  font-family: 'HarmonyOS_Sans_Bold';
}
.the-header .hm-left .menus-nav .menu-el:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 4px;
  background: #1966FF;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.the-header .hm-left .menus-nav a:hover,
.the-header .hm-left .menus-nav a:focus,
.the-header .hm-left .menus-nav .anchor:active,
.the-header .hm-left .menus-nav .anchor:focus,
.the-header .hm-left .menus-nav .anchor:hover {
  text-decoration: none;
}
.the-header .hm-right {
  display: flex;
  height: inherit;
  align-items: center;
  margin-left: auto;
}
.the-header .hm-right .cart-row {
  position: relative;
}
.the-header .hm-right .cart-row:after {
  width: 100px;
  height: 40px;
  content: '';
  display: none;
  position: absolute;
  left: -32px;
  top: 30px;
  cursor: pointer;
}
.the-header .hm-right .cart-row:hover:after {
  display: block;
}
.the-header .hm-right .cart-row:hover .to-cart {
  background: url("../images-website/head-footer/shopping-cart-hover.svg") no-repeat center;
  background-size: cover;
}
.the-header .hm-right .cart-row:hover .cart-down {
  display: block;
}
.the-header .hm-right .cart-row .to-cart {
  background: url("../images-website/head-footer/shopping-cart.svg") no-repeat center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
}
.the-header .hm-right .cart-row .to-cart .count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 18px;
  background: #1966FF;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: -4px;
  left: 16px;
  z-index: 2;
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
}
.the-header .hm-right .cart-row .cart-down {
  width: 348px;
  padding: 20px 0px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.05), 0px 8px 12px -4px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: 1px solid #E9EBED;
  position: absolute;
  right: -47.5%;
  transform: translateX(47.5%);
  top: 50px;
  z-index: 6;
  display: none;
}
.the-header .hm-right .cart-row .cart-down .cart-remit {
  max-height: 375px;
  overflow-y: auto;
  margin-right: 3px;
  margin-bottom: 12px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit::-webkit-scrollbar {
  width: 4px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background: #DBDEE2;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .cart-info {
  width: 317px;
  border-right: 1px solid #E9EBED;
  padding-right: 8px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .list {
  display: flex;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #E9EBED;
  cursor: pointer;
  text-decoration: none;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .list.view-all {
  text-align: center;
  color: inherit;
  justify-content: center;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .list.view-all:hover {
  color: #1966FF;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .list:hover .pla-pic img {
  transform: scale(1.05);
}
.the-header .hm-right .cart-row .cart-down .cart-remit .pla-pic {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .pla-pic img {
  max-height: 100%;
  object-fit: fill;
  transition: all 0.3s ease-in-out;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .total-num {
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  background: #1D1D1F;
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .pla-lr {
  width: 230px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .pla-des {
  max-height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .order-number {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
  margin-bottom: 8px;
}
.the-header .hm-right .cart-row .cart-down .cart-remit .prize-total {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  line-height: 20px;
  color: #EB2E3A;
  margin-top: 10px;
}
.the-header .hm-right .cart-row .cart-down .cart-row {
  padding-right: 20px;
}
.the-header .hm-right .cart-row .cart-down .cart-row .cost-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
}
.the-header .hm-right .cart-row .cart-down .cart-row .cost-des {
  line-height: 18px;
  font-size: 12px;
  color: #262626;
}
.the-header .hm-right .cart-row .cart-down .cart-row .cost-des dd {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-header .hm-right .cart-row .cart-down .cart-row .cost {
  font-size: 16px;
  color: #EB2E3A;
  line-height: 24px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.the-header .hm-right .cart-row .cart-down .cart-row .jump-link {
  display: block;
  width: 308px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #1966FF;
  border-radius: 6px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.the-header .hm-right .cart-row .cart-down .cart-row .jump-link:hover {
  text-decoration: unset;
  background: #165DEA;
}
.the-header .hm-right .get-search-row {
  display: flex;
  align-items: center;
  margin-right: 40px;
  position: relative;
  height: 44px;
}
.the-header .hm-right .get-search-row .get-search-box {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: inherit;
}
.the-header .hm-right .get-search-row .get-search-box * {
  position: relative;
  z-index: 2;
}
.the-header .hm-right .get-search-row .get-search-box:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  margin: auto;
  background: transparent;
  height: 80px;
  width: 20vw;
  z-index: 0;
}
.the-header .hm-right .get-search-row .get-search-box .tool-box {
  position: absolute;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.the-header .hm-right .get-search-row .get-search-box .clear-el {
  background: url("../images-website/gifts/clear-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
.the-header .hm-right .get-search-row .get-search-box .search-el {
  background: url("../images-website/gifts/search-icon.svg") no-repeat center #1966FF;
  width: 52px;
  height: 32px;
  border-radius: 4px;
}
.the-header .hm-right .get-search-row .get-search-box .search-el:hover {
  background: url("../images-website/gifts/search-icon.svg") no-repeat center #165DEA;
}
.the-header .hm-right .get-search-row .get-search-box .search-down {
  position: absolute;
  top: 58px;
  right: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.05), 0px 8px 12px -4px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #ffffff;
  z-index: 2;
  border: 1px solid #E9EBED;
}
.the-header .hm-right .get-search-row .get-search-box .search-down li {
  padding: 9px 20px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: 'HarmonyOS_Sans_Medium';
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.the-header .hm-right .get-search-row .get-search-box .search-down li.view-title {
  pointer-events: none;
  font-weight: bold;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
}
.the-header .hm-right .get-search-row .get-search-box .search-down li.active {
  background: #F7F8F9;
  color: #165DEA;
}
.the-header .hm-right .get-search-row .get-search-box .search-down li:hover {
  background: #F7F8F9;
  color: #165DEA;
}
.the-header .hm-right .get-search-row .get-search-box.active .search-input {
  border: 2px solid #1966FF;
  width: 928px;
}
.the-header .hm-right .get-search-row .get-search-box.active .search-icon {
  background: url("../images-website/head-footer/search-icon-hover.svg") no-repeat center transparent;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.the-header .hm-right .get-search-row .get-search-box.active .search-down {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.the-header .hm-right .get-search-row .search-input {
  width: 360px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 0 90px 0 42px;
  border: 1px solid #DBDEE2;
  outline: none;
  transition: all 0.3s linear;
}
.the-header .hm-right .get-search-row .search-icon {
  display: block;
  content: '';
  background: url("../images-website/head-footer/search-icon.svg") no-repeat center transparent;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 12px;
  pointer-events: none;
  margin: auto;
  z-index: 3;
}
.the-header .hm-right .jump-order {
  padding: 0 20px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1966FF;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #1966FF;
  margin-right: 30px;
  font-weight: 700;
  text-decoration: none;
}
.the-header .sign-register {
  margin-left: 40px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.the-header .sign-register .state-account {
  height: 44px;
  min-width: 146px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.the-header .sign-register.active:after {
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  cursor: pointer;
}
.the-header .sign-register.active .user-account-main {
  display: block;
}
.the-header .sign-register .sign-btn {
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  padding: 0 33px;
  display: none;
}
.the-header .sign-register .signed-info {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F7F8F9;
  height: 44px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.the-header .sign-register .signed-info:hover:after {
  transform: rotate(180deg);
}
.the-header .sign-register .signed-info .name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 96px;
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-right: 4px;
}
.the-header .sign-register .signed-info:after {
  content: '';
  background: url("../images-website/head-footer/arrow-down.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  transition: all 0.3s ease-in;
}
.the-header .sign-register .ui-newuser-coupon-tips {
  background: #1966FF;
  text-align: center;
  width: 200px;
  line-height: 16px;
  border-radius: 4px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 1;
  font-size: 13px;
}
.the-header .sign-register .ui-newuser-coupon-tips a {
  display: block;
  padding: 8px 6px;
  font-size: 13px;
  box-sizing: content-box;
  color: #fff;
}
.the-header .sign-register .ui-newuser-coupon-tips:after {
  height: 8px;
  width: 8px;
  background: #1966FF;
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: 54px;
  transform: rotate(45deg);
}
.the-header .sign-register .ui-newuser-coupon-tips .cou-num {
  color: #FFA115;
}
.the-header .sign-register .user-account-main {
  width: 280px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px -28px 56px 0px rgba(47, 45, 94, 0.1), 0px 10px 20px 0px rgba(47, 45, 94, 0.1);
  position: absolute;
  top: 74px;
  right: 0;
  z-index: 3;
  padding: 10px 0 10px;
  display: none;
}
.the-header .sign-register .user-account-main:after {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: inline-block;
  content: '';
  transform: rotate(45deg);
  position: absolute;
  right: 60px;
  top: -6px;
  z-index: -1;
}
.the-header .sign-register .remind-list a {
  width: 100%;
  padding: 8px 20px;
  display: block;
  font-size: 13px;
  color: #262626;
  line-height: 22px;
  text-decoration: none;
  font-family: 'HarmonyOS_Sans_Bold';
}
.the-header .sign-register .remind-list a b {
  color: #EB2E3A;
  font-weight: 400;
  margin-right: 5px;
}
.the-header .sign-register .remind-list a:hover {
  background: #F7F8F9;
}
.the-header .sign-register .quick-entry {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.the-header .sign-register .quick-entry a {
  display: block;
  padding: 10px 20px;
  line-height: 22px;
  color: #3B3E40;
  font-size: 13px;
  font-family: 'HarmonyOS_Sans_Bold';
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.the-header .sign-register .quick-entry a .fly-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}
.the-header .sign-register .quick-entry a .fly-icon.client {
  background-image: url("../images-website/head-footer/client.png");
}
.the-header .sign-register .quick-entry a .fly-icon.order {
  background-image: url("../images-website/head-footer/order-list.png");
}
.the-header .sign-register .quick-entry a .fly-icon.file {
  background-image: url("../images-website/head-footer/file.png");
}
.the-header .sign-register .quick-entry a .fly-icon.message {
  background-image: url("../images-website/head-footer/message.png");
}
.the-header .sign-register .quick-entry a .fly-icon.map {
  background-image: url("../images-website/head-footer/map.png");
}
.the-header .sign-register .quick-entry a:hover {
  background: #F7F8F9;
  color: #1966FF;
}
.the-header .sign-register .quick-entry a:hover .fly-icon.client {
  background-image: url("../images-website/head-footer/client-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.order {
  background-image: url("../images-website/head-footer/order-list-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.file {
  background-image: url("../images-website/head-footer/file-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.message {
  background-image: url("../images-website/head-footer/message-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.map {
  background-image: url("../images-website/head-footer/map-hover.png");
}
.the-header .sign-register .user-signout {
  line-height: 24px;
  font-size: 13px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-top: 10px;
}
.the-header .sign-register .user-signout .sign-out {
  display: block;
  padding: 7px 20px;
  line-height: 22px;
  color: #3B3E40;
  text-decoration: none;
}
.the-header .sign-register .user-signout .sign-out:hover {
  color: #1966FF;
}
.the-header .sign-register .user-signout .sign-out .out {
  display: inline-block;
  background: url("../images-website/head-footer/login-out.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: bottom;
}
.the-header .sign-register .user-signout .sign-out:hover {
  background: #F7F8F9;
}
.the-header .sign-register .user-signout .sign-out:hover .out {
  background: url("../images-website/head-footer/login-out-hover.png") no-repeat center;
  background-size: cover;
}
.the-header .sign-register .user-signout:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #E9EBED;
  margin: 0 20px 10px;
}
.the-header .no-login-area {
  padding: 10px 20px 0;
  position: relative;
  margin-bottom: 10px;
}
.the-header .no-login-area .sign-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  margin-bottom: 10px;
}
.the-header .no-login-area:after {
  content: '';
  display: block;
  margin: 0 auto;
  border-top: 1px solid #E9EBED;
}
.the-header .no-login-area .visitors {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  margin-bottom: 10px;
}
.the-header .no-login-area .visitors a {
  text-decoration: underline;
  color: #262626;
}
.the-header .no-login-area .visitors a:hover {
  color: #1966FF;
}
.pages-row {
  background: #fff;
  height: 64px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 40px;
}
.pages-row .total-pages {
  font-size: 14px;
  color: #8c8c8c;
  margin-right: 10px;
}
.footer {
  width: 100%;
  height: auto;
  color: #a7a7a7;
  min-width: 1200px;
  background: #1d1e22;
}
.footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer .footer-area-box {
  display: flex;
}
.footer .footer-area-box .footer-area-l {
  padding: 40px 0 40px 0;
  text-align: center;
}
.footer .footer-area-box .footer-area-l .logo-el {
  display: block;
  background: url("../images-website/logo.png?v=20260121") no-repeat center;
  width: 100px;
  height: 30px;
  background-size: cover;
  text-indent: -999em;
  margin: 0 auto 16px;
}
.footer .footer-area-box .footer-area-l .begins-row {
  font-size: 16px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 24px;
  margin-bottom: 6px;
}
.footer .footer-area-box .footer-area-l .begins-des {
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  color: #8C8C8C;
}
.footer .footer-area-box .footer-area-l .begins-icons {
  height: 26px;
  background: url(../images-website/newpublicsrc/bottom-icon.png) no-repeat 26px -157px;
  width: 210px;
  margin: 0 auto;
}
.footer .footer-area-box .footer-area-r {
  padding: 30px 0 30px 60px;
  display: flex;
  gap: 0 50px;
  flex: 1;
}
.footer .footer-area-box .footer-area-r .jump-menus {
  flex-shrink: 0;
}
.footer .footer-area-box .footer-area-r .jump-menus dt {
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .footer-area-box .footer-area-r .jump-menus dd {
  margin-bottom: 5px;
  margin-left: unset;
}
.footer .footer-area-box .footer-area-r .jump-menus dd:last-child {
  margin-bottom: 0;
}
.footer .footer-area-box .footer-area-r .jump-menus dd a {
  font-size: 13px;
  line-height: 20px;
  color: #8C8C8C;
}
.footer .footer-area-box .footer-area-r .jump-menus dd a:hover {
  text-decoration: underline;
}
.footer .footer-area-box .footer-area-r .payment-delivery {
  margin-left: auto;
}
.footer .footer-area-box .footer-area-r .payment-delivery .title-el {
  font-size: 14px;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #ffffff;
  margin-bottom: 14px;
}
.footer .footer-area-box .footer-area-r .payment-delivery .payment-view-box {
  background: url("../images-website/newpublicsrc/bottom-icon.png?v=20260119") no-repeat 0 0;
  width: 294px;
  height: 66px;
  margin-bottom: 10px;
}
.footer .footer-area-box .footer-area-r .payment-delivery .delivery-view-box {
  height: 24px;
  background: url(../images-website/newpublicsrc/bottom-icon.png?v=20260119) no-repeat 0 -96px;
}
.footer .footer-copyright {
  position: relative;
}
.footer .footer-copyright:before {
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.footer .footer-copyright .copyright-tags {
  display: flex;
  gap: 0 45px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer-copyright .copyright-tags .jump-tags {
  display: flex;
  gap: 0 10px;
}
.footer .footer-copyright .copyright-tags .jump-tags a {
  font-size: 12px;
  color: #8c8c8c;
  padding-left: 10px;
  position: relative;
}
.footer .footer-copyright .copyright-tags .jump-tags a:before {
  display: inline-block;
  content: '';
  border-left: 1px solid #8c8c8c;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-5px);
}
.footer .footer-copyright .copyright-tags .jump-tags a:first-child:before {
  display: none;
}
.footer .footer-copyright .copyright-tags .jump-tags a:hover {
  text-decoration: underline;
}
.footer .footer-copyright .copyright-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 13px;
  color: #8C8C8C;
  text-align: center;
}
.the-footer {
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid #E9EBED;
  padding: 36px 0;
  min-width: 1380px;
  position: relative;
  z-index: 2;
}
.the-footer .view-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.the-footer .jump-tags {
  display: flex;
  gap: 0 14px;
  font-size: 13px;
  justify-content: center;
  margin-bottom: 20px;
}
.the-footer .jump-tags a {
  font-size: 13px;
  color: #3B3E40;
  padding-left: 14px;
  position: relative;
  text-decoration: none;
}
.the-footer .jump-tags a:before {
  display: inline-block;
  content: '';
  border-left: 1px solid #DBDEE2;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-5px);
}
.the-footer .jump-tags a:first-child:before {
  display: none;
}
.the-footer .fast-links {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.the-footer .fast-links .fast-el {
  font-weight: 400;
  font-size: 13px;
  color: #3B3E40;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.the-footer .fast-links .fast-el:before {
  display: inline-block;
  content: '';
  border-left: 1px solid #DBDEE2;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-5px);
}
.the-footer .fast-links .fast-el:first-child {
  padding-left: 0;
}
.the-footer .fast-links .fast-el:first-child:before {
  display: none;
}
.the-footer .copyright-row {
  text-align: center;
  font-size: 12px;
  color: #8c8c8c;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: HarmonyOS_Sans_Regular, Roboto-Regular, Roboto, Inter, PingFangSC, PingFangSC-Semibold, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
textarea {
  font-family: HarmonyOS_Sans_Regular, Roboto-Regular, Roboto, Inter, PingFangSC, PingFangSC-Semibold, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
p {
  margin: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.wcontainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 1200px;
}
.site-warp {
  width: 1380px;
  margin: 0 auto;
}
/*# sourceMappingURL=client-public.css.map */