:root {
  --color1: #19191a
}

body{
  background-color: #fff;
}

.header {
  border-bottom: 1px solid #eaeaea;
}

.header_mobile {
  display: none;
}

.header-top {
  background-color: #f7f7f7;
}

.header-top-main {
  width: 84vw;
  max-width: 1420px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 36px;
  justify-content: space-between;
}

.header-top-main .left,
.right {
  display: flex;
  align-items: center;
  position: relative;
}

.header-top-main .left a {
  color: #707070;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  margin-right: 30px;
}

.header-top-main .left a:hover {
  color: var(--color1);
}

.header-top-main .left a:last-child {
  margin-right: 0;
}

.header-top-main .right {
  position: relative;
}

.header-top-main .right .right-line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #e5e5e5;
  margin: 0 20px;
}

.header-top-main .right .country {
  position: relative;
}

.thruted-box a {
  height: 36px;
  color: #707070;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thruted-box a img {
  display: block;
  width: 16px;
  height: auto;
  margin-right: 4px;
}

.thruted-box a span {
  font-size: 12px;
  line-height: 18px;
}

.current-country {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.current-country .iconfont{
  font-size: 18px;
}
.current-country img {
  width: 18px;
  height: 18px;
}

.current-country-info {
  font-size: 12px;
  line-height: 18px;
  margin: 0 4px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.current-country .iconfont-down {
  font-size: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.country:hover .iconfont-down {
  transform: rotateX(-180deg);
}

.country-all {
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  z-index: 101;
  background-color: #fff;
  display: none;
}

.country:hover .country-all {
  display: block;
}

.country-all-arrow {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

.country-all-line {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 16px;
  z-index: 100;
}

.country-all-box {
  width: 100%;
  height: 440px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #19191a;
  flex-direction: column;
}

.country-all-box-selected {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-all-box-selected .iconfont {
  font-size: 12px;
  margin-right: 8px;
  color: #10a300;
}

.country-all-box-selected-name,
.country-all-box-selected-symbol {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.country-all-box-search {
  margin: 12px 0 0;
  position: relative;
}

.country-all-box-search input {
  width: 100%;
  height: 34px;
  padding: 8px 36px 8px 12px;
  background-color: #fafafb;
  font-size: 12px;
  line-height: 18px;
}

.country-all-box-search input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 18px;
  color: #cccccc;
}

.country-all-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
}

.country-all-list li {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 12px;
}

.country-all-list li>span {
  padding-bottom: 4px;
  cursor: pointer;
}

.country-all-list li>span:hover {
  text-decoration: underline;
  color: #0060bf;
}

.country-all-list li>span .symbol {
  color: #0060bf;
  cursor: pointer;
}


.current-country:hover .current-country-info {
  color: var(--color1);
}

.current-country:hover .iconfont-down {
  color: var(--color1);
}

.header-top-main .right .service {
  position: relative;
}

.header-top-main .right .contact-us {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-main .right .contact-us .iconfont-contact-us {
  display: block;
  width: 18px;
  height: auto;
  font-size: 18px;
}

.header-top-main .right .contact-us .contact-us-txt {
  font-size: 12px;
  line-height: 18px;
  margin: 0 4px;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-main .right .contact-us .iconfont-down {
  font-size: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-main .right .contact-us:hover .contact-us-txt {
  color: var(--color1);
}

.header-top-main .right .service:hover .iconfont-down {
  color: var(--color1);
  transform: rotateX(-180deg);
}

.header-top-main .right .contact-us-wrap {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 101;
  background-color: #fff;
  width: 260px;
  display: none;
}

.header-top-main .right .service:hover .contact-us-wrap {
  display: block;
}

.contact-us-wrap-arrow {
  width: 16px;
  height: 16px;
  right: 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 99;
  background-color: #fafafb;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  top: -8px;
}

.contact-us-wrap-line {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fafafb;
  width: 100%;
  height: 16px;
  z-index: 100;
}

.contact-us-wrap-content {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-us-wrap-content-top {
  padding: 20px;
  border-radius: 3px 3px 0 0;
  background-color: #fafafb;
}

.contact-us-wrap-content-top-tit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  color: var(--color1);
}

.contact-us-wrap-content-top-font {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin: 4px 0 16px;
  text-align: left;
}

.contact-us-wrap-content-top-btn {
  display: flex;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
  transition: all .3s;
  border-radius: 3px;
  padding: 0 24px;
  font-weight: 400;
  border: 1px solid #19191a;
  color: #19191a;
  width: 100%;
  height: 36px;
  font-size: 13px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  
}

.contact-us-wrap-content-top-btn::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  background: #19191a;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.contact-us-wrap-content-top-btn:hover:before {
  opacity: .04;
}

.online-icon,
.offline-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.offline-icon {
  display: none;
}

.contact-us-wrap-content-top-btn p {
  margin-left: 4px;
}

.contact-us-wrap-content-bottom {
  padding: 16px 20px 20px;
}

.contact-us-wrap-content-bottom .item {
  margin: 4px 0 16px;
  color: var(--color1);
  display: flex;
}

.contact-us-wrap-content-bottom .item:last-child {
  margin-bottom: 0;
}

.contact-us-wrap-content-bottom .item .iconfont {
  font-size: 16px;
  margin-right: 12px;
  line-height: 16px;
}

.contact-us-wrap-content-bottom .item a {
  font-size: 12px;
  line-height: 18px;
  color: #19191a;
  text-decoration: none;
  cursor: pointer;
}

.contact-us-wrap-content-bottom .item a:hover {
  text-decoration: underline;
}

.contact-us-wrap-content-bottom .item p {
  font-size: 12px;
  line-height: 18px;
  color: #19191a;
}

.contact-us-wrap-content-bottom .item p span {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  display: block;
}

.header-content {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.header-content-main {
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 84vw;
  max-width: 1420px;
}

.header-content-main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  position: relative;
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}

.header-content-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  position: relative;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-content-main-left .logo {
  width: 75px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(https://img-en.fs.com/includes/templates/fiberstore/images/fs-new/common/logo.svg);
}

.header-content-main-left .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.header-content-main-left .menu .menu-item {
  height: 84px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #19191a;
  padding-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-content-main-left .menu .menu-item .menu-item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.header-content-main-left .menu .menu-item .menu-item-content .menu-item-content-slide {
  height: 2px;
  border-radius: 1.5px;
  background: #c00000;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.header-content-main-left .menu .menu-item.active .menu-item-content-slide {
  opacity: 1;
}

.header-menu-more {
  width: 100%;
  top: 85px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .13s ease-in-out;
  -o-transition: all .13s ease-in-out;
  transition: all .13s ease-in-out;
  z-index: 101;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-mask {
  position: absolute;
  top: 111px;
  bottom: 0;
  z-index: 12;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, .3);
  height: 100%;
  display: none;
}

.header-menu-more-item {
  width: 84vw;
  max-width: 1420px;
  z-index: 20;
  margin: 0 auto;
  position: relative;
  display: none;
}

.header-menu-more-close {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  right: 16px;
  top: 16px;
  font-size: 14px;
  color: #707070;
  z-index: 2;
  cursor: pointer;
}

.header-menu-more-item.category {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-menu-more-item-left {
  width: 248px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 0 24px;
  background-color: #f7f7f7;
}

.header-menu-more-item-left-list {
  position: relative;
  display: block;
  padding-top: 32px;
}

.header-menu-more-item-left-list-item {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding: 13px 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

.header-menu-more-item-left-list-item a,
.header-menu-more-item-left-list-item p {
  position: relative;
  color: var(--color1);
  line-height: 22px;
  padding-bottom: 4px;
  display: inline-block;
}

.header-menu-more-item-left-list-item.active a:after,
.header-menu-more-item-left-list-item.active p:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #c00000;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-menu-more-item-left-list-active {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 3px 0 0 3px;
  background: #fff;
  z-index: 1;
  top: 32px;
}

.header-menu-more-item-right {
  position: relative;
  padding: 32px 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  padding: 14px 42px 32px;
}

.header-menu-more-item.solutions .header-menu-more-item-right {
  padding: 32px 42px;
}

.header-menu-more-item-right-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  display: none;
}

.header-menu-more-item-right-list.active {
  display: grid;
}

.header-menu-more-item-right-list-item {
  min-width: 0;
}

.header-menu-more-item-right-list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-menu-more-item-right-list-item-box img {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.header-menu-more-item-right-list-item-box-second {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color1);
}

.header-menu-more-item-right-list-item-box-second>a {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}

.header-menu-more-item-right-list-item-box-second>a>span {
  font-size: 14px;
  color: #19191a;
  font-weight: 600;
  line-height: 22px;
}

.header-menu-more-item-right-list-item-box-second>a:hover span {
  text-decoration: none;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c00000), to(#c00000)) repeat-x 0 100%;
  background: -o-linear-gradient(#c00000, #c00000) repeat-x 0 100%;
  background: linear-gradient(#c00000, #c00000) repeat-x 0 100%;
  background-size: 100% 2px;
}

.header-menu-more-item-right-list-item-box-third {
  width: 100%;
}

.header-menu-more-item-right-list-item-box-third p {
  overflow: hidden;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
}

.header-menu-more-item-right-list-item-box-third p a {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 8px;
  padding-bottom: 3px;
  position: relative;
  max-width: calc(100% - 21px);
}

.header-menu-more-item-right-list-item-box-third p a:hover {
  text-decoration: underline;
  color: var(--color1);
}

.FsTextTag {
  flex-shrink: 0;
  font-size: 12px;
}

.FsTextTag.hot {
  color: #f56300;
}

.FsTextTag.new {
  color: #10a300;
}

.header-menu-more-item.services,
.header-menu-more-item.support,
.header-menu-more-item.company {
  min-height: 220px;
  padding: 32px 220px 32px 116px;
  background-color: #fff;
}

.header-menu-more-item-box {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  width: 100%;
}

.header-menu-more-item-box-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 16px;
}

.header-menu-more-item-box-content-tit {
  font-size: 14px;
  line-height: 22px;
  color: var(--color1);
  font-weight: 600;
  margin-bottom: 8px;
}

.header-menu-more-item-box-content-list li {
  margin-bottom: 4px;
  list-style: none;
}

.header-menu-more-item-box-content-list li:last-child {
  margin-bottom: 0;
}

.header-menu-more-item-box-content-list li a {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  cursor: pointer;
}

.header-menu-more-item-box-content-list li a:hover {
  text-decoration: underline;
}

.header-content-main-right-search {
  max-width: 380px;
  min-width: 180px;
  position: relative;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-content-main-right-search input {
  width: 100%;
  display: block;
  height: 42px;
  border: 1px solid #e5e5e5;
  padding: 0 64px 0 12px;
  color: var(--color1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.header-content-main-right-search input:focus {
  border-color: var(--color1)
}

.header-content-main-right-search .iconfont-clear {
  cursor: pointer;
  font-size: 16px;
  height: 16px;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.header-content-main-right-search button {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1;
  background: none;
  display: flex;
  height: 16px;
  align-items: center;
}

.header-content-main-right-search button .iconfont-search {
  font-size: 16px;
  color: #707070;
  height: 16px;
}

.header-content-main-right-search button .iconfont-search:hover {
  color: var(--color1);
}

.header-content-main-right-search-more {
  width: 100%;
  border-radius: 0 0 2px 2px;
  border: 1px solid #dedede;
  border-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  box-shadow: 0 1px 8px 0 rgba(120, 102, 102, .3);
  z-index: 100;
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
}

.search-result-list {
  padding: 10px 0;
}

.search-result-list li {
  padding: 7px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  list-style: none;
}

.search-result-list li:hover {
  background-color: #f7f7f7;
}

.search-result-list li a {
  font-size: 14px;
  color: var(--color1);
  display: block;
  padding: 0 20px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

.header-content-main-right-search-more-hotSearch {
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recent-search {
  display: none;
  margin-bottom: 18px;
}

.header-content-main-right-search-more-hotSearch-title {
  font-size: 16px;
  color: #19191a;
  font-weight: 600;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.header-content-main-right-search-more-hotSearch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-content-main-right-search-more-hotSearch-list-item {
  color: #19191a;
  line-height: 18px;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 3px;
  margin: 6px 12px 6px 0;
  transition: all .3s;
  padding: 5px 30px 5px 12px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  word-break: break-word;
}

.hot-search .header-content-main-right-search-more-hotSearch-list-item {
  padding: 4px 12px;
  cursor: pointer;
  font-size: 13px;
}

.header-content-main-right-search-more-hotSearch-list-item:hover {
  background: linear-gradient(0deg, rgba(25, 25, 26, .04), rgba(25, 25, 26, .04)), #f2f2f2;
}

.header-content-main-right-search-more-hotSearch-list-item .iconfont {
  position: absolute;
  font-size: 12px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(.7);
  -ms-transform: translateY(-50%) scale(.7);
  transform: translateY(-50%) scale(.7);
}

.hot-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hot-search a .iconfont {
  line-height: 18px;
  font-weight: 400;
  color: #0060bf;
  font-size: 12px;
}

.hot-search a.active .iconfont {
  animation: searchLoading 1s linear infinite;
}

@keyframes searchLoading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.hot-search a .change {
  font-weight: 400;
  color: #0060bf;
  margin-left: 4px;
  font-size: 12px;
  line-height: 18px;
}

.hot-search a:hover .change {
  text-decoration: underline;
}

.header-content-main-right-notifications {
  margin-left: 15px;
  min-width: 53px;
  padding: 0 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  color: var(--color1);
}

.header-content-main-right-notifications:hover {
  background-color: #fafafb;
}

.header-content-main-right-notifications-main {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  color: #19191a;
}

.header-content-main-right-notifications-main .iconfont {
  font-size: 22px;
}

.header-content-main-right-notifications-main p,
.header-content-main-right-cart>a>p {
  white-space: nowrap;
  font-size: 12px;
  padding-top: 2px;
  color: var(--color1);
}

.header-content-main-right-notifications-main .triangle-up,
.header-content-main-right-account .triangle-up,
.header-content-main-right-cart .triangle-up {
  bottom: -8px;
  left: 50%;
  z-index: 110;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  position: absolute;
  background-color: #fff;
  display: none;
}

.header-content-main-right-notifications-main .triangle-up-line,
.header-content-main-right-account .triangle-up-line,
.header-content-main-right-cart .triangle-up-line {
  position: absolute;
  background-color: #fff;
  bottom: -14px;
  right: 0;
  width: 100%;
  height: 14px;
  z-index: 111;
  display: none;
}

.header-content-main-right-notifications:hover .triangle-up {
  display: block;
}

.header-content-main-right-notifications:hover .triangle-up-line {
  display: block;
}

.header-content-main-right-notifications:hover .header-content-main-right-notifications-menu {
  display: block;
}

.header-content-main-right-notifications-menu {
  position: absolute;
  right: 0;
  top: 84px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  background: #fff;
  border-radius: 3px;
  z-index: 101;
  width: 360px;
  padding-bottom: 20px;
  color: var(--color1);
  display: none;
}

.header-content-main-right-notifications-menu-top {
  padding: 0 20px;
}

.header-content-main-right-notifications-menu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content-main-right-notifications-menu-earlier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.header-content-main-right-notifications-menu-earlier-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.header-content-main-right-notifications-menu-earlier-handle {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer;
}

.header-content-main-right-notifications-menu-empty {
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
}

.header-content-main-right-notifications-menu-empty .iconfont {
  font-size: 14px;
  color: #0360bf;
  margin: 0 4px 0 0;
}

.header-content-main-right-notifications-menu-content {
  overflow-y: overlay;
  position: relative;
  max-height: 369px;
  padding: 0 20px;
  display: none;
}

.header-content-main-right-notifications-menu-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-content-main-right-notifications-menu-content-item:hover {
  background-color: #f7f7f7;
}

.header-content-main-right-notifications-menu-content-item .dot {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: #c00000;
  margin: 7px 4px 0 0;
  opacity: 1;
}

.header-content-main-right-notifications-menu-content-item .dot.is_read {
  opacity: 0;
}

.header-content-main-right-notifications-menu-content-item .label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}

.header-content-main-right-notifications-menu-content-item .label dt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.header-content-main-right-notifications-menu-content-item .label dd {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin-top: 8px;
}

.header-content-main-right-notifications-menu-content-item .action {
  margin-left: 4px;
  position: relative;
}

.header-content-main-right-notifications-menu-content-item .action>.iconfont {
  cursor: pointer;
  margin-right: 2px;
  font-size: 16px;
  line-height: 24px;
}

.notifications-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .6);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
}

.notifications-loading.active {
  display: flex;
}

.notifications-loading .fs-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  animation: rotate 2s linear infinite;
}

.notifications-loading .fs-circle .cir.gray {
  animation: dash 1.5s ease-in-out infinite, gray_color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

@keyframes gray_color {

  0%,
  100% {
    stroke: rgba(25, 25, 26, .6);
  }

  40% {
    stroke: rgba(25, 25, 26, .6);
  }

  66% {
    stroke: rgba(25, 25, 26, .6);
  }

  80%,
  90% {
    stroke: rgba(25, 25, 26, .6);
  }
}


.action-popper {
  max-width: 300px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  z-index: 112;
  padding: 0px;
  position: absolute;
  margin: 0px;
  right: 30px;
  top: 0;
  display: none;
}

.action-popper.show {
  display: block;
}

.action-popper:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 11;
  right: 0;
}

.action-popper .arrow {
  visibility: hidden;
  position: absolute;
  top: 0px;
  transform: translate(0px, 3px);
  right: -8px;
}

.action-popper .arrow,
.action-popper .arrow::before {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 8;
  background: inherit;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);

}

.action-popper .arrow::before {
  visibility: visible;
  content: "";
  -webkit-transform: scale(.707) rotate(45deg);
  -ms-transform: scale(.707) rotate(45deg);
  transform: scale(.707) rotate(45deg);
}

.action-popper-content ul li {
  cursor: pointer;
  list-style: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 13px;
  color: #19191a;
  line-height: 20px;
  padding: 8px 0;
  margin: 0 16px;
  text-align: center;
}

.action-popper-content ul li:hover {
  text-decoration: underline;
}

.header-content-main-right-notifications-menu-content-footer {
  padding: 16px 0 40px;
  text-align: center;
}

.header-content-main-right-notifications-menu-content-footer dt {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.header-content-main-right-notifications-menu-content-footer dd {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}

.header-content-main-right-account,
.header-content-main-right-cart {
  min-width: 53px;
  padding: 0 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-content-main-right-account:hover,
.header-content-main-right-cart:hover {
  background-color: #fafafb;
}

.header-content-main-right-account>a,
.header-content-main-right-cart>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.header-content-main-right-account>a .iconfont-account,
.header-content-main-right-cart>a .iconfont-cart {
  font-size: 22px;
  color: var(--color1);
}

.header-content-main-right-account>a .isLogin {
  font-size: 12px;
  color: #19191a;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}

.header-content-main-right-account:hover .triangle-up,
.header-content-main-right-account:hover .triangle-up-line,
.header-content-main-right-account:hover .header-content-main-right-account-more {
  display: block;
}

.header-content-main-right-account-more {
  position: absolute;
  right: 0;
  top: 84px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  background: #fff;
  border-radius: 3px;
  z-index: 100;
  display: none;
}

.header-content-main-right-account-more-content {
  width: 300px;
  padding: 20px;
}

.header-content-main-right-account-more-content.not-login {
  display: none
}

.header-content-main-right-account-more-content-list {
  padding-bottom: 20px;
}

.header-content-main-right-account-more-content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
}

.header-content-main-right-account-more-content-list-item:last-child {
  padding-bottom: 0;
}

.header-content-main-right-account-more-content-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  color: #19191a;
}

.header-content-main-right-account-more-content-list-item a:hover {
  text-decoration: underline;
}

.login-button,
.checkout-button {
  padding: 0 0 12px;
}

.out-button {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.out-button .fs-button {
  width: 100%;
}

@keyframes blackColor {

  0%,
  100% {
    stroke: #19191a;
  }

  40% {
    stroke: #19191a;
  }

  66% {
    stroke: #19191a;
  }

  80%,
  90% {
    stroke: #19191a;
  }
}

.out-button .fs-button-loading svg circle {
  animation: dash 1.5s ease-in-out infinite, blackColor 6s ease-in-out infinite;
}

.out-button .fs-button:hover::before {
  opacity: .04;
}

.login-button a,
.create-button a,
.out-button a,
.checkout-button a,
.cart-button a {
  display: flex;
  position: relative;
  height: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
  transition: all .3s;
  border-radius: 9999px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  background: #c00000;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.login-button a:before,
.create-button a:before,
.out-button a:before,
.checkout-button a:before,
.cart-button a:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #19191a;
  border-radius: 9999px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.checkout-button a:hover:before {
  opacity: .2;
}

.login-button a:hover:before {
  opacity: 0;
}

.login-button a:hover {
  transition: .3s all;
  background-color: rgb(173, 0, 0);
}

.create-button a,
.out-button a,
.cart-button a {
  background: #f2f2f2;
  color: #19191a;
}

.create-button a:hover:before,
.out-button a:hover:before,
.cart-button a:hover:before {
  opacity: 0.04;
}

.checkout-button a.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.checkout-button a.disabled:hover::before {
  opacity: 0;
}

.header-content-main-right-account-more-content-welcome {
  font-size: 16px;
  line-height: 24px;
  color: var(--color1);
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 19px;
}

.not-business {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin-top: 8px;
  display: none;
}

.not-business p {
  margin-bottom: 4px;
}

.not-business a {
  color: #0060bf;
  position: relative;
}

.not-business a:hover {
  text-decoration: none;
}

.not-business a:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0060bf;
}

.not-business a:hover:after {
  display: block;
}

.not-business a .iconfont {
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
}

.header-content-main-right-account-more-content-list-item .iconfont {
  font-size: 16px;
  margin-right: 10px;
  color: #19191a;
}

.header-content-main-right-cart-icon {
  position: relative;
}

.cart-num {
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 18px;
  position: absolute;
  top: -9px;
  right: -8px;
  padding: 1px 2px;
  background: #c00000;
  min-width: 18px;
  font-weight: 600;
}

.header-content-main-right-cart:hover .triangle-up,
.header-content-main-right-cart:hover .triangle-up-line,
.header-content-main-right-cart:hover .header-content-main-right-cart-more {
  display: block;
}

.header-content-main-right-cart-more {
  width: 300px;
  position: absolute;
  top: 84px;
  right: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
  background-color: #fff;
  z-index: 110;
  display: none;
}

.header-content-main-right-cart-more-head {
  margin: 0 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 22px;
  color: var(--color1);
}

.header-content-main-right-cart-more-list {
  max-height: 234px;
  overflow-y: auto;
}

.header-content-main-right-cart-more-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px;
}

.header-content-main-right-cart-more-item img {
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-content-main-right-cart-more-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  max-width: 116px;
}

.product-title {
  font-size: 13px;
  margin-bottom: 4px;
  color: var(--color1);
  line-height: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-num {
  color: var(--color1);
  font-size: 13px;
  line-height: 20px;
}

.product-price {
  text-align: right;
  white-space: nowrap;
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #19191a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-content-main-right-cart-more-checkout {
  padding: 22px 20px 20px;
}

.header-content-main-right-cart-more-checkout-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-content-main-right-cart-more-checkout-title .title-left,
.header-content-main-right-cart-more-checkout-title .title-right {
  font-size: 16px;
  line-height: 24px;
  color: #19191a;
  font-weight: 600;
}

.banner-pc {
  width: 100%;
  height: 420px;
  position: relative;
}

.banner-mobile {
  display: none;
}

.banner-pc .dn {
  opacity: 0 !important;
}

.banner-pc .swiper-slide a,
.banner-mobile .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.banner-pc .swiper-content {
  max-width: 1200px;
  width: 84vw;
  margin: 0 auto;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-pc .swiper-content-font {
  width: 630px
}

.banner-pc .swiper-content-font.white {
  color: #fff
}

.banner-pc .swiper-content-font-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 600;
}

.banner-pc .swiper-content-font-txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.banner-pc .swiper-slide .to-left,
.banner-pc .swiper-slide .to-right {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.banner-pc .swiper-slide .to-left {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.banner-pc .swiper-slide .to-right {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.banner-pc .swiper-slide-active .swiper-content-font-title,
.banner-pc .swiper-slide-active .swiper-content-font-txt {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
}



.banner-pc .swiper-content-font-btn {
  margin-top: 32px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out 0.4s;
}

.banner-pc .swiper-slide-active .swiper-content-font-btn {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.banner-pc .swiper-content-font-btn-content {
  text-align: center;
  height: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
  transition: all .3s;
  border-radius: 21px;
  padding: 0 20px 0 24px;
  font-weight: 400;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

.banner-pc .swiper-content-font-btn-content:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  border-radius: 21px;
  transition: all .3s;
}

.banner-pc .swiper-content-font-btn-content:hover {
  color: #19191a;
}

.banner-pc .swiper-content-font-btn-content:hover .iconfont {
  color: #19191a;
}

.banner-pc .swiper-content-font-btn-content:hover:before {
  opacity: 1
}


.banner-pc .swiper-content-font-btn-content-box {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.banner-pc .iconfont-right {
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin-left: 4px;
  line-height: 1;
}

.banner-pc .swiper-btn-box {
  position: absolute;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  display: none;
}

.banner:hover .swiper-btn-box {
  display: block;
}

.banner-pc .swiper-btn-box .swiper-btn {
  font-size: 16px;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 48px;
  background-image: none;
  user-select: none;
}

.banner-pc .swiper-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-pc .swiper-btn.button-prev {
  left: calc(50% - 710px) !important;
  right: auto;
}

.banner-pc .swiper-btn.button-prev:after {
  content: "\f048";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-pc .swiper-btn.button-next {
  right: calc(50% - 710px) !important;
  left: auto;
}

.banner-pc .swiper-btn.button-next:after {
  content: "\f047";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-pc .swiper .swiper-pagination,
.banner-mobile .swiper .swiper-pagination {
  bottom: 12px;
}

.banner-pc .swiper .swiper-pagination .swiper-pagination-bullet,
.banner-mobile .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
  margin: 0 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
}

.banner-pc .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-mobile .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 4px;
}

.products {
  margin: 24px auto 0
}

.products-category {
  width: 84vw;
  max-width: 1200px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  margin: 0 auto 24px;
  position: relative;
}

.products-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-category ul li {
  width: 12.5%;
  text-align: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}

.products-category ul li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products-category ul li.active p {
  color: var(--color1);
}

.products-category ul li p .line {
  position: absolute;
  bottom: -16px;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  background-color: #c00000;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.products-category ul li.active p .line {
  opacity: 1;
}

.products-list {
  max-width: 1380px;
  margin: 0 auto;
}

.products-list-box {
  position: relative;
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
}

.products-list-box-m {
  display: none;
}

.products-list-box .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 80px;
  z-index: 1;
}

.products-list-box .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: calc(20% - 12.8px);
  margin-right: 16px;
}

.products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.products-item:hover {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.products-item-img {
  display: flex;
  padding: 14px 0;
  background-color: #f7f7f7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-item-img img {
  display: block;
  width: 160px;
  height: 160px;
  max-width: 100%;
}

.products-item-des {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f1f1f1;
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}

.products-item-des-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 16px;
  margin-top: 16px;
}

.products-item-des-tit span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #19191a;
  font-weight: 600;
  text-align: left;
  min-height: 24px;
}

.products-item-des-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 16px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-item-des-list a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-item-des-list a:hover {
  text-decoration: underline;
}

.products-item-des-list a:last-child {
  margin-bottom: 0;
}

.products-list .swiper-button {
  position: absolute;
  font-size: 28px;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .2);
  text-align: center;
  line-height: 48px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -60px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.products-list .swiper-button-left {
  left: -82px;
}

.products-list .swiper-button-left:after {
  content: "\f048";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.products-list .swiper-button-right {
  right: -82px;
}

.products-list .swiper-button-right:after {
  content: "\f047";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.products-list:hover .swiper-button {
  opacity: 1;
}

.products-list .swiper-button.swiper-button-disabled {
  background-color: rgba(0, 0, 0, .05) !important;
  cursor: default;
}

.products-list .swiper-button:hover {
  background-color: rgba(0, 0, 0, .4);
}

.products-list .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 52px;
}

.products-list .swiper-pagination .swiper-pagination-bullet {
  background: #707070;
  opacity: .4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 4px;
  cursor: pointer;
}

.products-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  background: #707070;
  border-radius: 4px;
}

.certified {
  background-color: #f7f7f7;
  color: var(--color1);
}

.certified-box {
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 48px;
}

.certified-box .swiper {
  display: none;
}

.certified-box-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.certified-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.certified-box-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #19191a;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.certified-box-list-item:hover {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.certified-box-list-item-img {
  position: relative;
  width: 100%;
}

.certified-box-list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.certified-box-list-item-des {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 20px 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.certified-box-list-item-des-tit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.certified-box-list-item-des-txt {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}

.certified-box-list-item-des-more {
  color: #19191a;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certified-box-list-item-des-more span {
  font-size: 13px;
  line-height: 20px;
}

.certified-box-list-item:hover .certified-box-list-item-des-more span {
  text-decoration: underline;
}

.certified-box-list-item-des-more .iconfont {
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
}

.why {
  color: var(--color1);
}

.why-box {
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 48px;
}

.why-box-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.why-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.why-box-list-swiper {
  display: none;
}

.why-box-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 20px;
  border: 1px solid #e5e5e5;
}

.why-box-list-item .item-img {
  flex-shrink: 0;
  margin-bottom: 20px;
}

.why-box-list-item .item-img img {
  display: block;
  width: 36px;
  height: auto;
}

.why-box-list-item .item-des .item-des-tit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-box-list-item .item-des p {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}

.customer-success {
  background-color: #f7f7f7;
  color: var(--color1);
}

.customer-success-box {
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 48px;
}

.customer-success-box-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.customer-success-box-list {
  display: flex;
}

.customer-success-box-list-m {
  display: none;
}

.customer-success-box-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: calc(33.33333% - 10.66667px);
  margin-right: 16px;
}

.customer-success-box-list a:hover {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}

.customer-success-box-list a>img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-success-box-list-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 20px 28px;
  border-top: none;
}

.customer-success-box-list-des-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
}

.customer-success-box-list-des-top-info-left {
  font-size: 12px;
  line-height: 18px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-success-box-list-des-top-info-left img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
}

.customer-success-box-list-des-top-info-line {
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
  margin: auto 8px;
}

.customer-success-box-list-des-top-tit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: var(--color1);
  min-height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.customer-success-box-list-des-learnmore {
  color: var(--color1);
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.customer-success-box-list-des-learnmore span {
  font-size: 13px;
  line-height: 20px;
}

.customer-success-box-list>a:hover .customer-success-box-list-des-learnmore span {
  text-decoration: underline;
}

.customer-success-box-list-des-learnmore .iconfont {
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
}

.help {
  height: 200px;
  color: #19191a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(https://resource.fs.com/mall/generalImg/20221102153011kb9p33.jpg);
}

.help.help-au {
  height: 244px;
}

.help-box {
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.help-box-mobile {
  display: none;
}

.help-box ul {
  display: flex;
  height: 100%;
}

.help-box ul li {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-sg .help-box ul li {
  width: calc(100% / 4);
}

.help-box ul li.left p {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
}

.help-box ul li.mid {
  padding: 54px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: start;
}

.help-box ul li.mid.au_icon_box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.help-box ul li.mid.au_icon_box p:last-child {
  margin-top: 8px;
}

.help-box ul li.mid img {
  display: block;
  width: 36px;
  height: auto;
}

.help-box ul li.mid .bottom a,
.help-box ul li .a_span {
  display: block;
  margin: 8px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #19191a;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.help-box ul li.mid a:hover {
  text-decoration: underline;
}

.help-box ul li.mid p {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  text-decoration: none;
}

.footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 55px 0 0;
}

.footer .m-fs-footer {
  display: none;
}

.footer-box {
  width: 84vw;
  margin: 0 auto 36px;
  max-width: 1200px;
}

.footer-box-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-box-main-item:first-child {
  width: 280px;
}

.footer-box-main-item:last-child {
  width: 180px
}

.footer-box-main-item-logo {
  padding: 16px 0 32px;
}

.footer-box-main-item-logo a {
  display: block;
  width: 85px;
}

.footer-box-main-item-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.footer-box-main-item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box-main-item-share .iconfont {
  font-size: 26px;
  color: #707070;
  cursor: pointer;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 13px;
}

.footer-box-main-item-share .iconfont:hover {
  color: #707070;
}

.jp_locale {
  margin: 16px 0 -8px;
}

.jp_locale div {
  color: #707070;
}

.jp_locale div:first-child {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.jp_locale div:last-child {
  font-size: 12px;
  line-height: 18px;
}

.tel_box {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
}

.tel_box.uk {
  margin-bottom: 0;
}

.tel_box_label {
  display: flex;
}

.tel_box_label>div {
  margin-right: 16px;
}

.tel_box_label>div:last-child {
  margin-right: 0;
}

.fs-phone-label {
  display: flex;
}

.fs-phone-label>div {
  margin-right: 16px;
}

.fs-phone-label>div:last-child {
  margin-right: 0;
}

.fs-phone-label>div>span {
  white-space: nowrap;
}

.fs-phone-label.local_uk span:first-child {
  margin-right: 3px;
}

.fs-phone-label>div>span .iconfont {
  font-size: 12px;
  margin-right: 8px;
}

.fs-phone-label .telcode a {
  color: #707070;
}

.fs-phone-label .telcode a:hover {
  color: #19191a;
  text-decoration: underline;
}

.jp_txt {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
}

.jp_txt .fs-working-hours-label .iconfont {
  font-size: 12px;
  margin-right: 8px;
}

#MyCustomTrustbadge {
  margin-top: 18px;
  position: relative;
}



.footer-box-main-item-title {
  font-size: 14px;
  line-height: 22px;
  color: var(--color1);
  margin-bottom: 24px;
  font-weight: 600;
}

.footer-box-main-item-list p {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
}

.footer-box-main-item-list p:last-child {
  margin-bottom: 0;
}

.footer-box-main-item-list p a {
  color: #707070;
  text-decoration: none;
}

.footer-box-main-item-list p a:hover {
  text-decoration: underline;
}

.footer-box-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-top: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box-country.new_country_box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-box-country-certification {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-box-country-certification a {
  margin-right: 16px;
}

.footer-box-country-certification img {
  width: auto;
  max-height: 28px;
}

.footer-box-country-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer-box-country-right-country .current-country {
  height: auto;
  padding: 5px 0;
}

.footer-box-country-right-country:hover .country-all {
  display: block;
}

.footer-box-country-right-country .country-all {
  width: 300px;
  position: absolute;
  right: 50%;
  bottom: 34px;
  z-index: 10;
  top: auto;
  left: auto;
  transform: translateX(0);
}

.footer-box-country-right-country .country-all .country-all-arrow {
  position: absolute;
  bottom: -12px;
  left: 233px;
}

.footer-box-country-right-country .country-all .country-all-line {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 16px;
  z-index: 100;
  top: auto;
}

.footer-box-country-right-line {
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #ccc;
  margin: 0 20px;
}

.footer-box-country-right-app {
  font-size: 12px;
  color: #707070;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-box-country-right-app .iconfont {
  font-size: 18px;
  margin-right: 4px;
}

.footer-box-country-right-app a {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
}

.footer-box-country-right-app a:hover {
  text-decoration: underline;
}

.footer-box-bottom {
  padding: 20px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

.footer-box-bottom-left {
  font-size: 12px;
  color: #707070;
}

.footer-box-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box-bottom-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}

.footer-box-bottom-right a:hover {
  color: var(--color1);
  text-decoration: underline;
}

.footer-box-bottom-right a .line {
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #ccc;
  margin: 0 20px;
}

.footer-box-bottom-right a:last-child .line {
  display: none;
}

.footer-certification-box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-certification-box.footer-certification-box_France {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-certification-box .certification-box {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-certification-box .certification-box a {
  margin-right: 16px;
}

.footer-certification-box .certification-box a:last-child {
  margin-right: 0;
}

.footer-certification-box .certification-box a img {
  width: auto;
  max-height: 28px;
}

.footer-certification-box .certification-box-uk {
  height: auto;
}

.footer-certification-box .certification-box-uk .uk_local_txt {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}

.footer-certification-box .pay_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-certification-box .pay_box img {
  margin-right: 16px;
}

.footer-certification-box .pay_box img:last-child {
  margin-right: 0;
}

.footer-certification-box .pay_box.pay-icon a {
  margin-left: 20px;
}

.footer-certification-box .pay_box.pay-icon a:first-child {
  margin-left: 0;
}

.footer-certification-box .pay_box.pay-icon a.uk_a {
  padding-top: 4px;
  display: block;
}

.aus_care {
  padding: 20px 0;
  background-image: url(https://resource.fs.com/mall/generalImg/202306031145223bbgbh.png);
}

.aus_box.aus_box_m {
  display: none;
}

@media(max-width:768px) {
  div[id*="trustbadge-container"] {
    z-index: 98 !important;
}
  .aus_care {
    background-image: url(https://resource.fs.com/mall/generalImg/20230603114528b11ryc.png);
  }

  .aus_box.aus_box_m {
    display: block;
  }
}

.aus_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 84vw;
  margin: 0 auto;
  max-width: 1200px;
}

.aus_center img {
  width: 40px;
  height: 40px;
  margin-right: 36px;
}

.aus_center p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}














.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  display: none;
}

.popup-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.popup-content {
  background-color: #fff;
  border-radius: 2px;
  max-height: calc(100% - 128px);
  z-index: 101;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 680px;
  display: flex;
}

.popup-content-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 32px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.popup-content-header-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #19191a;
  font-size: 20px;
  line-height: 30px;
  padding-right: 20px;
}

.popup-content-header .iconfont-close {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-content-body {
  padding: 20px 32px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto
}

.popup-content-body-txt {
  color: #707070;
}

.popup-content-body-txt a:hover {
  text-decoration: underline;
}

.popup-content-body-tit {
  color: #19191a;
  margin: 16px 0 4px;
}

.popup-content-body-select {
  width: 100%;
  position: relative;
}

.popup-content-body-select.active .popup-content-body-select-result {
  border-color: #19191a;
}

.popup-content-body-select-result {
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 3px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 20px;
  color: #19191a;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}

.popup-content-body-select-result .iconfont-down {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #707070;
  font-size: 12px;
}

.popup-content-body-select-list {
  position: absolute;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  top: 46px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .1);
  width: 100%;
  background: #fff;
  max-height: 368px;
  display: none;
}

.popup-content-body-select-list ul {
  height: 240px;
  overflow-y: auto;
  margin: 4px auto;
}

.popup-content-body-select-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #19191a;
  cursor: pointer;
  padding: 7px 12px;
}

.popup-content-body-select-list ul li:hover {
  background: #f7f7f7;
}

.popup-content-body-think {
  margin: 16px 0 0;
}

.popup-content-body-think-fontNumber {
  font-size: 13px;
  line-height: 20px;
  color: #707070;
  text-align: right;
  margin: 0 0 8px;
}

.popup-content-body-think textarea {
  display: block;
  height: 110px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 8px 12px;
  resize: none;
  border-color: #e5e5e5;
}

.popup-content-body-think textarea:focus {
  border-color: #8d8d8f;
}

.validate-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #c00000;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.popup-content-body-userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-content-body-userInfo-name {
  width: 188px;
}

.popup-content-body-userInfo-email {
  width: calc(100% - 208px);
}

.popup-content-footer {
  padding: 20px 32px;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}


.fs-button {
  display: inline-block;
  position: relative;
  height: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
  transition: all .3s;
  border-radius: 9999px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.popup-content-footer .fs-button {
  border-radius: 3px;
}

.fs-button.loading {
  opacity: .6;
}

.fs-button:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #19191a;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fs-button-red {
  background-color: #c00000;
  color: #fff;
}

.fs-button-grayline {
  border: 1px solid #ccc;
  color: #19191a;
  background: #fff;
}

.fs-button-red:hover:before {
  opacity: .2;
}

.fs-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}

.fs-button.loading .fs-button-box {
  opacity: 0;
}

.fs-button-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.fs-button.loading .fs-button-loading {
  display: flex;
}

.fs-button-loading svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.fs-button-loading svg circle {
  webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {

  0%,
  100% {
    stroke: #fff;
  }

  40% {
    stroke: #fff;
  }

  66% {
    stroke: #fff;
  }

  80%,
  90% {
    stroke: #fff;
  }
}

.success-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  display: none;
}

.success-popup-main {
  padding: 20px 68px 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
}

.success-popup .iconfont-close {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  right: 32px;
  height: 24px;
  top: 20px;
}

.success-popup-main-icon {
  height: 24px;
}

.success-popup-main-icon .iconfont {
  color: #18a209;
  font-size: 20px;
}

.success-popup-main-content {
  padding: 0 0 0 8px;
}

.success-popup-main-content-tit {
  font-size: 16px;
  line-height: 24px;
  color: var(--color1);
}

.success-popup-main-content-txt {
  font-size: 14px;
  line-height: 22px;
  color: #707070;
  margin: 12px 0 0;
}

.global-wrap {
  width: 48px;
  position: fixed;
  right: 20px;
  bottom: 86px;
  z-index: 2;
}

.back-top {
  width: 48px;
  height: 48px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: all .3s;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

.back-top .iconfont {
  font-size: 24px;
  color: #707070;
}

.global-wrap-box {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
}

.chat-btn {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

.chat-btn img,
.contact-box img {
  display: block;
  width: 24px;
  height: auto;
}

.chat-btn .hover {
  display: none;
}

.chat-btn:hover .hover {
  display: block;
}

.chat-btn:hover .default {
  display: none;
}

.contact-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 0 0 3px 3px;
  background-color: #707070;
}

.contact-box.active {
  background-color: #4b4b4d;
}

.contact-sales {
  color: var(--color1);
  display: flex;
  position: fixed;
  z-index: 111;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 380px;
  max-height: 635px;
  height: auto;
  left: auto;
  top: auto;
  right: 84px;
  bottom: 48px;
  /* transform: translate3d(100%,0,0); */
  transition: all .3s;
  display: none;
}

.contact-sales.leave {
  transform: translate3d(100%, 0, 0);
  opacity: .1
}

.contact-sales-content {
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  max-height: calc(100% - 128px);
  z-index: 101;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 380px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

.contact-sales-content-header {
  flex-shrink: 0;
  padding: 20px 16px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.iconfont-close {
  position: absolute;
  font-size: 16px;
  top: 16px;
  font-weight: 400;
  color: #707070;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-sales-content-header-titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
}

.contact-sales-content-header-titleBox-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #19191a;
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
  font-weight: 600;
}

.contact-sales-content-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;

}

.contact-sales-content-body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 32px;
  overflow-y: auto;
}

.contact-sales-content-body-main-input {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}

.contact-sales-content-body-main-input p.label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}

.contact-sales-content-body-main-input input {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #19191a;
  background-color: #fff;
}

.contact-sales-content-body-main-input input:focus {
  border: 1px solid #19191a;
}

.contact-sales-content-body-main-input p.error {
  margin-top: 4px;
  color: #c00000;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.contact-sales-content-body-main-input textarea {
  display: block;
  height: 76px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 8px 12px;
  resize: none;
  background-color: #fff;
}

.contact-sales-content-body-main-input .fontNumTip {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  position: absolute;
  right: 0;
  top: 104px;
}

.contact-sales-content-body-main-policy {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  margin-top: 30px;
}

.contact-sales-content-footer {
  flex-shrink: 0;
}

.contact-sales-content-footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 32px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.contact-sales-content-footer-main .fs-button {
  border-radius: 3px;
}

.fs-button.cancel {
  border: 1px solid #19191a;
  margin-right: 12px;
  color: var(--color1);
  background: none;
}

.fs-button.cancel:hover::before {
  opacity: .04;
}

.success-box {
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: none;
}

.success-box .iconfont-success {
  font-size: 50px;
  color: #329a34;
}

.success-box .success-tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 16px 0 8px;
}

.success-box .success-des {
  font-size: 14px;
  line-height: 22px;
  color: #707070;
}

.success-box .success-des a {
  color: #0060bf;
}

.success-box .success-des a:hover {
  text-decoration: underline;
}

.fsLiveChat {
  position: fixed;
  width: 408px;
  height: 663px;
  bottom: 48px;
  right: -408px;
  z-index: 999;
  transition: right 0.3s ease-in-out;
}

.fsLiveChat.show {
  right: 84px;
  opacity: 1;
}

.global-loading {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: hsla(0, 0%, 100%, .6);
  display: none;
}

.global-loading .fs-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  animation: rotate 2s linear infinite;
}

.global-loading .fs-circle .cir {
  animation: dash 1.5s ease-in-out infinite, gray_color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.fixScroll {
  /* position: fixed;
  width: 100%;
  z-index: 0; */
}

.fixScroll_M {
  overflow: hidden;
}

.header-holiday {
  background-color: #444;
  height: 46px;
  display: none;
}

.header-holiday-main {
  width: 84vw;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}

.header-holiday-main p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  line-height: 46px;
  padding: 0 30px;
  background: url("https://img-en.fs.com/includes/templates/fiberstore/images/prompt_icon.svg") no-repeat 0px 14px;
}

.header-holiday-main .iconfont {
  position: absolute;
  right: 0;
  font-size: 13px;
  height: 46px;
  line-height: 46px;
  top: 0;
  color: #fff;
  cursor: pointer;
}

.cookie {
  width: 100%;
  background-color: #707070;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.cookie-main {
  width: 84vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  justify-content: space-between;
}

.cookie-main p {
  max-width: 1086px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.cookie-main p a {
  color: #fff;
  text-decoration: underline;
}

.cookie-main .fs-button {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  border-radius: 3px;
}

.cookie-main .fs-button::before {
  background-color: #fff;
}

.cookie-main .fs-button:hover::before {
  opacity: .04;
}


@media(max-width:1520px) {
  .header-content-main-right-search {
    width: 280px;
  }
}

@media(max-width:1420px) {
  .header-content-main-left .menu .menu-item {
    padding-right: 30px;
  }

  .banner-pc .swiper-content-font {
    padding-left: 92px;
  }
}

@media(max-width:1320px) {
  .header-content-main-left .menu .menu-item {
    padding-right: 24px;
  }

  .header-content-main-right-search {
    width: 260px;
  }
}

@media(max-width:1240px) {
  .header-content-main-left .menu .menu-item {
    padding-right: 16px;
  }
}

@media(max-width:1200px) {

  .header-content-main,
  .products-category,
  .products-list-box,
  .certified-box,
  .why-box,
  .customer-success-box,
  .help-box,
  .footer-box,
  .cookie-main,
  .aus_center,
  .header-top-main {
    width: 94vw;
  }
}

@media(max-width:1024px) {
  .header_pc {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .products-list .swiper-button {
    display: none;
  }

  .header_mobile .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 12px 16px;
    background: #707070;
    color: #fff;
  }

  .header_mobile .header-top .lft {
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    flex: 1;
    padding-right: 10px;
    line-height: 24px;
    height: 24px;
    animation: scrollAnimation infinite ease-in-out;
  }
  .header_mobile .header-top .iconfont{
    font-size: 24px;
  }

  @keyframes scrollAnimation {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-100%);
    }
  }

  /* .header_mobile {
    position: sticky;
    top: 0;
    z-index: 20;
  } */
  .header_mobile_bottom {
    position: sticky;
    top: 0;
    z-index: 99;
  }

  .header_mobile .header-main-box {

    width: 100%;
    height: 48px;
    background: #fff;
  }

  .header_mobile .header-main {
    height: 48px;
    background: #fff;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

  }

  .header_mobile .header-main.header-main-fixed {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
  }

  .header_mobile .menu-wrap {
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -12px;
  }

  .header_mobile .menu {
    width: 48px;
    height: 48px;
    padding: 12px;
    position: relative;
    cursor: pointer;
  }

  .header_mobile .line {
    width: 24px;
    height: 2px;
    background: #19191a;
    display: block;
    margin: 3px auto 6px;
    transition: all 0.3s ease-in-out;
    border-radius: 1px;

  }

  .header_mobile .line:last-child {
    margin-bottom: 3px;
  }

  .header_mobile .menu_expand .line {
    width: 24px;
  }

  .header_mobile .menu_expand .line.line1 {
    transform: translateY(8px) rotate(45deg);
  }

  .header_mobile .menu_expand .line.line2 {
    opacity: 0;
  }

  .header_mobile .menu_expand .line.line3 {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header_mobile .header-right {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header_mobile .header-right .common-wrap {
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
  }

  .header_mobile .header-right .common-wrap.cart-wrap {
    margin-right: -12px;
  }

  .header_mobile .header-right .iconfont {
    display: block;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #19191a;
  }

  .header_mobile .header-right .login_box {
    position: relative;
  }

  .header_mobile .header-right .login_box .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
  }

  .header_mobile .header-right .has_login {
    display: none;
  }

  .header_mobile .header-right .notice-wrap {
    position: relative;
  }

  .header_mobile .header-right .notice-wrap .dot {
    position: absolute;
    top: 14px;
    left: 22px;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background-color: #c00000;
  }

  .header_mobile .header-right .cart-wrap {
    position: relative;
  }

  .header_mobile .header-right .cart-wrap .iconfont-cart {
    font-size: 24px;
    color: #19191a;
  }

  .header_mobile .header-right .cart-wrap .cart-num {
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 16px;
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 2px;
    background: #c00000;
    min-width: 18px;
    transform: translateX(2%) scale(.7);
  }

  .header_mobile .header-right .cart-wrap .nums {
    position: absolute;
    top: 10px;
  }

  .header_mobile .header-right .cart-wrap .nums span {
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: 600;
    transform: translateX(2%) scale(0.7);
    text-align: center;
  }

  .header_mobile .mask-wrapper,
  .header_mobile .mask-wrapper-info {
    position: fixed;
    z-index: 100;
    display: none;
    transition: .2s all;
  }

  .header_mobile .filters-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    z-index: 99;
  }

  .header_mobile .mask-wrapper .m-side-bar {
    position: fixed;
    top: 0;
    left: -350px;
    bottom: 0;
    background: #fff;
    z-index: 101;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.03);
    width: 350px;
    overflow: hidden;
  }

  .header_mobile .mask-wrapper-info .m-side-bar,
  .header_mobile .mask-cart-mobile .m-side-bar {
    position: fixed;
    top: 0;
    right: -350px;
    bottom: 0;
    background: #fff;
    z-index: 101;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.03);
    width: 350px;
    overflow: hidden;
  }

  .m-side-bar .line {
    margin: 12px 16px;
    height: 1px;
    background-color: #e5e5e5;
    width: calc(100% - 32px);
  }

  .header_mobile .m-side-bar .content {
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }

  .header_mobile .m-side-bar .back {
    padding: 12px 16px;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
  }

  .header_mobile .m-side-bar .back .iconfont {
    font-size: 12px;
    margin-right: 4px;
  }

  .header_mobile .m-side-bar .back .back-label {
    word-break: break-word;
  }

  .header_mobile .m-side-bar .side-bar-box {
    padding-bottom: 12px;
  }

  .header_mobile .m-side-bar .line {
    margin: 12px 16px;
    height: 1px;
    background-color: #e5e5e5;
  }

  .header_mobile .m-side-bar .side-bar-box-2 .side-bar-list-box:last-of-type .line {
    display: none;
  }

  .header_mobile .m-side-bar .side-bar-title {
    font-weight: 600;
  }

  .header_mobile .m-side-bar .side-bar-item {
  }
  .header_mobile .m-side-bar .side-bar-title-new{
    padding: 12px 16px;
  }

  .header_mobile .m-side-bar .side-bar-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #19191a;
    padding: 12px 16px;
  }

  .header_mobile .m-side-bar .side-bar-list-bottom .side-bar-item>a {
    justify-content: flex-start;
    align-items: center;
  }

  .header_mobile .m-side-bar .side-bar-list-bottom .side-bar-item-country>a {
    justify-content: space-between;
    /* align-items: center; */
  }

  .header_mobile .m-side-bar .side-bar-list-bottom .side-bar-item-country>a>div {
    display: flex;
    align-items: center;
  }

  .header_mobile .m-side-bar .side-bar-list-bottom .side-bar-item>a .icon-prefix {
    margin-right: 8px;
    font-size: 16px;
  }

  .header_mobile .m-side-bar .side-bar-list-bottom .side-bar-item>a img {
    margin-right: 8px;
  }

  .header_mobile .m-side-bar .side-bar-item>a .iconfont {
    font-size: 12px;
  }

  .header_mobile .m-side-bar .side-bar-box-2,
  .header_mobile .m-side-bar .side-bar-box-3{
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    left: 350px;
    transition: .3s all;
    z-index: 1;
    height: 100%;
  }
  .header_mobile .m-side-bar .side-bar-box-country {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    left: 350px;
    transition: .3s left;
    z-index: 1;
    height: 100%;
  }

  .header_mobile .m-side-bar .side-bar-box-3 {
    z-index: 2;
  }

  .header_mobile .m-side-bar .side-bar-box-2 .level-top,
  .header_mobile .m-side-bar .side-bar-box-3 .level-top,
  .header_mobile .m-side-bar .side-bar-box-country .level-top {
    padding: 12px 16px;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    align-items: center;
  }

  .header_mobile .m-side-bar .side-bar-box-2 .level-top .level-top-back,
  .header_mobile .m-side-bar .side-bar-box-3 .level-top .level-top-back,
  .header_mobile .m-side-bar .side-bar-box-country .level-top .level-top-back {
    display: flex;
  }

  .header_mobile .m-side-bar .side-bar-box-2 .level-top .iconfont,
  .header_mobile .m-side-bar .side-bar-box-3 .level-top .iconfont,
  .header_mobile .m-side-bar .side-bar-box-country .level-top .iconfont {
    font-size: 12px;
    margin-right: 4px;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list {
    height: calc(100% - 48px);
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn {
    padding: 0 16px;
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .country-active-box {
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    color: #19191a;
    align-items: center;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .iconfont-clear {
    display: none;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .search-box {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .search-box .inp {
    height: 42px;
    border-radius: 3px;
    background-color: #fafafb;
    font-size: 14px;
    line-height: 22px;
    color: #19191a;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .search-box .iconfont {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    font-size: 16px;
    height: 100%;
    text-align: center;
    line-height: 42px;
    padding: 0 12px;
    cursor: pointer !important;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .country-active-box .iconfont {
    color: #10a300;
    font-size: 12px;
    margin-right: 8px;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .country-all-list {
    flex: 1;
    overflow-y: auto;
    margin-right: -16px;
    padding-right: 16px;
  }

  .header_mobile .m-side-bar .side-bar-box-country .side-bar-list .m-country-ctn .country-all-list li {
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
  }

  .header_mobile .mask-search {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 102;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header_mobile .mask-search .search-form {
    display: flex;
    height: 67px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;

  }

  .header_mobile .mask-search .search-form .iconfont-back {

    cursor: pointer;
    padding: 0 16px;
    display: block;
    font-size: 14px;
    line-height: 42px;
  }

  .header_mobile .mask-search .search-form .inp-box {
    flex: 1 1 auto;
    height: 42px;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 3px;
    color: #19191a;
    font-size: 14px;
    padding: 0 ;
    position: relative;
    overflow: hidden;
  }

  .header_mobile .mask-search .search-form .inp-box .inp {
    flex: 1 1 auto;
    height: 42px;
    line-height: 22px;
    padding: 8px 0;
    border: none;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
  }

  .header_mobile .mask-search .search-form .inp-box .inp:focus {
    border: none;
  }

  .header_mobile .mask-search .search-form .btn {
    flex-shrink: 0;
    font-size: 14px;
    color: #19191a;
    padding: 0 16px;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
  }

  .header_mobile .mask-search .search-form .inp-box .iconfont-search {
    font-size: 16px;
    cursor: pointer;
    color: #707070;
    flex-shrink: 0;
    padding-right: 12px;
    padding-left: 12px;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
  }

  .header_mobile .mask-search .search-form .clean-btn {
    height: 100%;
    line-height: 42px;
    padding: 0 12px;
    cursor: pointer;
    font-size: 12px;
    color: #707070;
  }


  .header_mobile .header-content-main-right-search-more {
    display: block;
    position: inherit;
    box-shadow: none;
    border: none;
  }

  .header_mobile .header-content-main-right-search-more-hotSearch {
    padding: 20px 16px;
  }

  .header_mobile .search-result-list {
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100% - 67px);
    background-color: #fff;
    z-index: 10;
  }

  .header_mobile .mask-wrapper-info .m-side-bar .apply_busy {
    display: none;
  }

  .m-account {
    height: 100%;
    padding: 20px 16px 0;
    position: relative;
  }

  .m-account .icon-close {
    position: absolute;
    top: 12px;
    right: 4px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 12px;
  }

  .m-account .title {
    word-break: break-word;
    margin-bottom: 20px;
  }

  .m-account .title dt {
    font-size: 16px;
    line-height: 24px;
    color: #19191a;
    font-weight: 600;
  }

  .m-account .apply_busy,
  .m-account .title dd {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }

  .m-account .apply_busy_font {
    color: #19191a;
  }

  .m-account .list {
    margin-bottom: 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
  }

  .m-account .list .header-content-main-right-account-more-content-list-item {

    display: flex;

    align-items: center;

    color: #19191a;
    padding: 12px 0;
    cursor: pointer;
  }

  .m-account .list .header-content-main-right-account-more-content-list-item a {
    font-size: 14px;
    line-height: 22px;
  }

  .m-account .btn button {
    border-radius: 21px;
  }

  .m-account .out-button {
    padding: 0;
    border: 0;
  }

  .header_mobile .mask-cart-mobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
    /* background-color: #fff; */
    top: 0;
    display: none;
    z-index: 100;
  }

  .header_mobile .mask-cart-mobile .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 16px;
    padding: 20px 0;
    font-weight: 600;
  }

  .header_mobile.header-main-fixed {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  }

  .header_mobile .mask-cart-mobile .title>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #19191a;
  }

  .header_mobile .mask-cart-mobile .title .iconfont {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #707070;
    transition: all .3s;
    cursor: pointer;
  }

  .header_mobile .mask-cart-mobile .cont {
    overflow: auto;
    max-height: calc(100% - 236px);
    padding: 0 16px
  }

  .header_mobile .mask-cart-mobile .cont .item {
    padding: 20px 8px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }

  .header_mobile .mask-cart-mobile .cont .item .qty_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_mobile .mask-cart-mobile .cont .item .qty_loading .iconfont {
    font-size: 40px;
    color: rgba(25, 25, 26, 0.6);
    animation: rotate 1.5s linear infinite;
  }

  .header_mobile .mask-cart-mobile .cont .item:last-child {
    border-bottom: none
  }

  .header_mobile .mask-cart-mobile .cont .item>img {
    width: 80px;
    height: 80px;
    margin-right: 20px
  }

  .header_mobile .mask-cart-mobile .cont .item .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .name {
    font-size: 14px;
    line-height: 22px;
    color: #19191a;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .header_mobile .mask-cart-mobile .cont .item .right .model {
    margin-top: 8px
  }

  .header_mobile .mask-cart-mobile .cont .item .right .model span {
    font-size: 13px;
    line-height: 20px;
    color: #707070
  }

  .header_mobile .mask-cart-mobile .cont .item .right .model span:last-child {
    margin-left: 12px
  }

  .header_mobile .mask-cart-mobile .cont .item .right .price {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #19191a
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box {
    height: 32px;
    width: 96px;
    display: flex;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box .disable {
    color: #e5e5e5;
    cursor: default;
    pointer-events: none;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 100%;
    border: 1px solid #e5e5e5;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box>span:first-child {
    border-right: none;
    border-radius: 3px 0 0 3px;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box>span:last-child {
    border-left: none;
    border-radius: 0 3px 3px 0;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .qty-box .qty {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #19191a;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #e5e5e5;
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .iconfont-delete {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #19191a;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
  }

  .header_mobile .mask-cart-mobile .cont .item .right .edit .iconfont-delete:hover {
    color: #19191a
  }

  .header_mobile .mask-cart-mobile .postfix {
    position: fixed;
    bottom: 0;
    right: -350px;
    padding: 20px 16px;
    background: #fff;
    width: 350px;
    z-index: 1;
    border-top: 1px solid #e5e5e5;
    display: none;
  }

  .header_mobile .mask-cart-mobile .postfix .sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
  }

  .header_mobile .mask-cart-mobile .postfix .sum p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #19191a
  }

  .header_mobile .mask-cart-mobile .postfix .fs-button-secure {
    display: block;
    width: 100%;
    margin-bottom: 12px
  }

  .header_mobile .mask-cart-mobile .postfix .fs-button-quote {
    display: block;
    width: 100%
  }

  .header_mobile .mask-cart-mobile .mask-cart-son {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .fs-popup-ctn {
    display: flex;
    z-index: 101;
    overflow: hidden;
    background-color: #fff;
    width: calc(100% - 64px);
    flex-direction: column;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .fs-popup-heade {
    padding: 16px 20px;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .fs-popup-header {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    padding: 20px 32px;
    align-items: center;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .fs-popup .title_box {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .iconfont_close {
    color: #707070;
    cursor: pointer;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .fs-popup .title_box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: 16px;
    line-height: 24px;
    color: #19191a;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .delete_popup_ctn {
    padding: 20px;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .delete_info {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .delete_btn_box {
    display: flex;
    justify-content: flex-end;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .delete_btn_box .fs-button {
    margin-left: 12px;
    width: 120px;
  }

  .header_mobile .mask-cart-mobile .mask-cart-son .delete_btn_box .loading {
    display: none;
  }

  .header_mobile .mask-cart-mobile .empty-cart .tit {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .header_mobile .mask-cart-mobile .empty-cart .descr {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
  }

  .help.help-sg {
    height: auto;
  }

  .help.help-sg .help-box .left {
    width: 100%;
    text-align: center;
  }

  .help.help-sg .help-box .left p {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 48px 0;
  }

  .help.help-sg .help-box>ul {
    flex-flow: wrap;
  }

  .help.help-sg .help-box ul li.mid {
    width: calc(100% / 3);
  }

  .header_mobile .m-side-bar .notifications-content {
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    right: -350px;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu {
    display: block;
    position: unset;
    box-shadow: none;
    width: 100%;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-title {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-title .iconfont {
    font-size: 16px;
    padding: 12px;
    cursor: pointer;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-content-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 12px;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-top {
    padding: 0;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-earlier {
    padding: 12px 16px;
  }

  .header_mobile .m-side-bar .notifications-content .header-content-main-right-notifications-menu-content {
    padding: 0 16px;
  }


}

@media(max-width:768px) {
  .banner .banner-pc {
    display: none;
  }

  .banner .banner-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .banner .banner-mobile .swiper {
    position: relative;
    /* height: 420px; */
  }

  .banner .banner-mobile .swiper img {
    max-width: 100%;
    display: block;
  }

  .products-category {
    overflow-x: auto;
    transition: all 0.2s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: sticky;
    top: 48px;
    z-index: 20;
    background-color: #fff;
    padding-bottom: 6px;

  }

  .products-category::-webkit-scrollbar {
    display: none;
  }

  .products-category ul li {
    width: 80px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .products-category ul li:last-of-type {
    margin-right: 0;
  }

  .products-list-box .swiper {
    display: none;
  }

  .products-list-box-m {
    display: block;
    margin-top: 24px;
    padding: 0 16px 16px;
  }

  .products-list-box-m>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;

  }

  .products-list-box-m .pic {
 
    flex-shrink: 0;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
  }
.products-list-box-m .pic >a {
  padding: 7px 0;
  width: 100%;
  display: flex;
    justify-content: center;
}
  .products-list-box-m .pic img {
    display: block;
    width: 160px;
    height: 160px;
    max-width: 100%;
  }

  .products-list-box-m>ul li {
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }

  .products-list-box-m>ul li>div {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .products-list-box-m .tit {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #19191a;
    font-weight: 600;
    text-align: left;
    margin-top: 16px;
    padding: 0 16px;
  }

  .products-list-box-m .tit a {
    color: #19191a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
  }

  .products-list-box-m .tit a :hover {
    text-decoration: none;
  }

  .products-list-box-m .desc_box {
    flex: 1;
    border: 1px solid #f1f1f1;
    border-top: none;
    display: flex;
    flex-direction: column;
  }

  .products-list-box-m .category_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 16px 24px;
    margin-top: 8px;
    padding: 0 16px 24px 16px;
  }

  .products-list-box-m .category_items a {
    font-weight: 400;
    color: #707070;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .products-list-box-m .category_items a:not(:last-child) {
    margin-bottom: 8px;
  }


  .products {
    margin: 0 auto;
  }

  .certified-box {
    overflow: hidden;
    padding: 36px 0;
  }

  .certified-box .certified-box-list {
    display: none;
  }

  .certified-box .swiper {
    position: relative;
    display: block;
  }

  .why-box {
    overflow: hidden;
    padding: 36px 0;
  }

  .why-box-list {
    display: none;
  }

  .why-box .why-box-list-swiper {
    display: block;
    position: relative;
  }

  .customer-success-box-list {
    display: none;
  }

  .customer-success-box-list-m {
    display: block;
    position: relative;
  }

  .customer-success-box-list-m img {
    max-width: 100%;
  }

  .customer-success-box-list-swiper {
    overflow: hidden;
  }

  .help {
    background-image: url(https://resource.fs.com/mall/generalImg/202211021530112casj5.jpg);
    height: auto;
  }

  .help.help.help-au {
    height: auto;
  }

  .help-box ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
  }

  .help-box ul li {
    width: 100%;

  }
  .help-box ul li.left{
    margin-bottom: 12px;
  }
  .help-box ul li.mid {
    padding: 24px 28px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .help-box ul li.mid .top {
    margin-right: 16px;
  }

  .help-box ul li.left p {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 36px 0 20px 0;
  }

  .help.help-sg .help-box ul li {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .help.help-sg .help-box ul li a {
    margin-top: 0;
  }

  .footer {
    padding: 0;
    border: none;
  }

  .footer .pc-fs-footer {
    display: none;
  }

  .footer .m-fs-footer {
    display: block;
    width: 100%;
    padding: 0 0% 1px 0%;
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
  }

  .footer .m-fs-footer>ul>li {
    width: 100%;
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 0 ;
    overflow: hidden;
  }
  .footer .m-fs-footer>ul>li .bottom_line{
    width: calc(100% - 6%);
    margin: 0 auto;
    background-color: #e5e5e5;
    height: 1px;
  }
  .footer .m-fs-footer>ul>li .footer-box-main-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    padding-left: calc(3% + 5px);
    padding-right: calc(3% + 5px);
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-title .iconfont {
    font-weight: 400;
    font-size: 12px;
    color: #19191a;
    transition: all 0.3s;
  }

  .footer .m-fs-footer>ul>li.open .footer-box-main-item-title .iconfont {
    transform: rotateX(180deg);
    transition: all 0.3s;
  }

  .footer .m-fs-footer>ul>li .left {
    font-size: 14px;
    color: #19191a;
  }

  .footer .m-fs-footer>ul>li .right {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;

  }

  .footer .m-fs-footer>ul>li .right .line {
    width: 13px;
    height: 1px;
    position: absolute;
    background: #232323;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);

  }

  .footer .m-fs-footer>ul>li .right .line.line2 {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    transition: all 0.3s;
  }

  .footer .m-fs-footer>ul>li .right .line.line2_active {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list {
    display: none;
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list p {
    margin: 0;
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list-app>p {
    display: flex;
    align-items: center;
    padding: 5px 15px 15px;
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list.footer-box-main-item-list-app>p a {
    padding: 0;
    margin: 0;
    color: #707070;
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list.footer-box-main-item-list-app>p .iconfont {
    color: #707070;
    margin-right: 10px;
  }

  .footer .m-fs-footer>ul>li .footer-box-main-item-list p a {
    display: block;
    /* margin-top: 5px; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: calc(3% + 20px);
    padding-right: calc(3% + 20px);
    color: #707070;
    font-size: 13px;
    cursor: pointer;
 
  }

  .footer .m-fs-footer .mobile-country-change {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 18px 0;
  }



  .footer .m-fs-footer .mobile-country-change .m_change_country {
    color: #707070;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country>div {
    display: flex;
    align-items: center;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country>div img {
    margin-right: 4px;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country .iconfont {
    font-size: 12px;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country.open .iconfont {
    transform: rotateX(180deg);
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country_footer_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: 20;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country_footer_popup>h3 {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #19191a;
    padding: 0 0 0 16px;
  }

  .footer .m-fs-footer .mobile-country-change .m_change_country_footer_popup>h3 .iconfont {
    color: #707070;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 16px;
  }

  .m_change_country_footer_popup .m-country-ctn {
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }

  .m_change_country_footer_popup .m-country-ctn .country-active-box {
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;


  }

  .m_change_country_footer_popup .m-country-ctn .country-active-box .iconfont {
    color: #10a300;
    font-size: 12px;
    margin-right: 8px;
  }

  .m_change_country_footer_popup .m-country-ctn .country-active-box .country-lang-symbol {
    color: #19191a;
  }

  .m_change_country_footer_popup .m-country-ctn .search-box {
    width: 100%;
    position: relative;
    margin: 0 0 12px 0;
  }

  .m_change_country_footer_popup .m-country-ctn .search-box input {
    height: 42px;
    border-radius: 3px;
    background-color: #fafafb;
    font-size: 14px;
    line-height: 22px;
    color: #19191a;
  }

  .m_change_country_footer_popup .m-country-ctn .search-box .iconfont-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    font-size: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
  }

  .m_change_country_footer_popup .m-country-ctn .search-box .iconfont-clear {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    display: none;
  }

  .m_change_country_footer_popup .m-country-ctn .country-all-list li {
    color: #0060bf;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
  }

  .m-share {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .m-footer-box-country {
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }

  .m-footer-box-country a {
    margin-right: 12px;
    user-select: none;
  }

  .m-footer-box-country a:last-of-type {
    margin-right: 0;
  }

  .m-footer-box-country a img {
    display: block;
    width: auto;
    max-height: 24px;
  }

  .m-footer-box-bottom {
    flex-direction: column;
    padding: 5px 3% 15px 3%;
    text-align: center;
  }

  .m-footer-box-bottom .footer-box-bottom-right a {
    line-height: 1;
    padding-top: 5px;
  }

  .m-footer-box-bottom .footer-box-bottom-right .line {
    margin: 0 5px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #707070;
  }

  .global-wrap {
    bottom: 48px;
    transition: .3s all;
    display: none;
  }
  .global-wrap .back-top{
    display: none;
  }


  .global-wrap .iconfont {
    font-size: 24px;
  }

  .jp_content {
    text-align: center;
  }

  .jp_content_hide {
    display: none;
  }

  .m-fs-footer .jp_locale {
    text-align: center;
    margin: 30px 0px -8px;
  }

  .m-fs-footer .tel_box {
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #707070;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .m-fs-footer .jp_txt {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
  }

  .why-box-list-m {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .why-box-list-m .why-box-list-item {
    flex-direction: row;
  }

  .why-box-list-item .item-img {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .certified-box .swiper-wrapper,
  .why-box .swiper-wrapper,
  .customer-success .swiper-wrapper {
    padding-bottom: 28px;
  }

  .certified-box .swiper-pagination,
  .why-box .swiper-pagination,
  .customer-success .swiper-pagination {
    bottom: 0;
  }

  .certified-box .swiper-pagination .swiper-pagination-bullet,
  .why-box .swiper-pagination .swiper-pagination-bullet,
  .customer-success .swiper-pagination .swiper-pagination-bullet {
    background: #707070;
    opacity: .5;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
  }

  .certified-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .why-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .customer-success .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    border-radius: 4px;
  }

  .customer-success-box {
    padding: 36px 0;
  }

  .products-category ul li p .line {
    bottom: -6px;
  }

  .cookie .cookie-main {
    flex-direction: column;
  }

  .cookie .cookie-main button {
    margin-top: 20px;
  }

  .header-left {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .header-left .logo {
    display: inline-block;
    width: 82px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 58px;
    background-position: center;
    background-image: url("https://img-en.fs.com/includes/templates/fiberstore/images/fs-new/common/logo.svg");
    transition: opacity 0.3s;
    text-decoration: none;
    padding-left: 12px;
    /* margin-left: 12px; */
  }

  .header-left .logo.logo-company {
    width: 178px;
    background-size: 154px;
    background-image: url("https://resource.fs.com/mall/generalImg/202309221215123e13ij.svg");
  }


  .mobile-footer-certification-box .footer-certification-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .mobile-footer-certification-box .footer-certification-box .certification-box {
    margin-bottom: 16px;
  }

  .mobile-footer-certification-box .footer-certification-box .certification-box img {
    height: 24px;
  }

  .mobile-footer-certification-box .footer-certification-box .pay_box {
    justify-content: center;
    padding: 0 60px;
    flex-flow: wrap;
  }

  .mobile-footer-certification-box .footer-certification-box .pay_box img {
    height: 20px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .mobile-footer-certification-box .footer-certification-box .pay_box a {
    margin-bottom: 16px;
    margin-left: 0;
    /* margin-right: 12px; */
  }

  .mobile-footer-certification-box .footer-certification-box .pay_box a:not(:last-child) {
    /* margin-bottom: 16px; */
    margin-right: 12px;
  }

  .footer-box-country.new_country_box {
    display: none;
  }

  .certified-box-title,
  .why-box-title,
  .customer-success-box-title {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-sales {
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: unset;
    max-height: unset;
    bottom: 0;
    top: 0;
    left: 0;
  }

  .contact-sales .contact-sales-content {
    max-height: unset;
    height: 100%;
    width: 100%;
  }

  .contact-sales-content-body-main {
    max-height: calc(100% - 201px);
    padding: 20px 16px;
  }

  .contact-sales-content-footer-main {
    flex-direction: column-reverse;
    border-top: none;
    padding: 20px 16px;
  }

  .contact-sales-content-footer-main button {
    width: 100%;
    margin-right: 0;
  }

  .contact-sales-content-footer-main button.cancel {
    margin-top: 12px;
    margin-right: 0;
  }

  .fsLiveChat.show {
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
  }

  .help.help-sg .help-box ul li.mid {
    width: 100%;
  }

  .help.help-sg .help-box .left p {
    padding: 36px 0;
  }

  .help.help-sg .help-box .left {
    padding: 0;
    margin-bottom: 12px;
  }

  .help-box-mobile {
    display: block;
  }

  .help-box-mobile li>a {
    text-decoration: none;
    display: flex;
    color: #19191a;
    width: 100%;
    align-items: center;
  }

  .help-box-pc {
    display: none;
  }

  .help-box.help-box-mobile ul li.mid {
    padding: 0;
  }

  .help-box.help-box-mobile ul li.mid>a {
    padding: 24px 28px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .help.help-sg .help-box.help-box-mobile ul li {
    padding: 0;
  }

  .help.help-sg .help-box.help-box-mobile ul li>a {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .help-box ul li.mid a:hover {
    text-decoration: none;
  }

  .help-box ul li.mid a:hover .a_span {
    text-decoration: underline;
  }
}