html,
body {
  padding: 0;
  margin: 0;
  color: #1D2E3B;
  background-color: #F9F9F9;
  font-family: Inter, Inter;
  font-weight: normal;
}

html {
  font-size: 16px;
}

.clear {
  clear: both;
}

.header-tip {
  background: linear-gradient(to right, #C090FF, #3b82f6);
  height: 3rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 700;
  /* line-height: 1.5rem; */
  letter-spacing: 0rem;
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header {
  display: flex;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  width: 90%;
  max-width: 80rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-self: center;
  color: #1D2E3B;
  position: relative;
  margin-top: 3rem;
}

.header .header-left img {
  width: 9.1875rem;
}

.header .header-right {
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.header .header-right .headeritem {
  padding: 0.9375rem;
  cursor: pointer;
}


.included:after {
  transition-duration: 0.35s;
  transition-property: transform;
  font-family: 'Font Awesome 5 Free';
  content: '\f078' !important;
  font-size: 0.75rem;
  transform: rotate(0deg) !important;
  margin-left: 0.375rem;
  display: inline-block;
  color: #1D2E3B;
  box-sizing: border-box;
  font-weight: 700;
}

.headerabout:hover:after {
  transform: rotate(-180deg) !important;
  color: #3b82f6;
}

.headerabout {
  position: relative;
}

.aboutus {
  position: absolute;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  width: 150%;
  padding: 0.625rem;
  padding-top: 1.25rem;
  display: none;
}

.aboutuscontainer {
  background-color: #fff;

}

.aboutus div {
  padding: 0.625rem;
}

.aboutuscontainer div:hover {
  color: #3b82f6;
}

.headerabout:hover .aboutus {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  color: #1D2E3B;
}

.langeitems {
  position: absolute;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  /* padding: 0.625rem; */
  padding-top: 1.25rem;
  padding-left: 0;
  display: none;
}

.langecontainer {
  background-color: #fff;

}

.langeitems div {
  padding: 0.5rem;
  text-align: left;
}

.current-lang {
  color: #3b82f6;

}

.langeitems .langeimg {
  width: 1rem;
  margin-right: 0.4rem;
}

.langecontainer div:hover {
  color: #3b82f6;
}

.headerlanuage:hover .langeitems {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  color: #1D2E3B;
}

/* .headerabout:after {
  transition-duration: 0.35s;
  transition-property: transform;
  font-family: 'Font Awesome 5 Free';
  content: '\f078' !important;
  font-size: 0.75rem;
  transform: rotate(0deg) !important;
  margin-left: 0.375rem;
  display: inline-block;
  color: #1D2E3B;
  box-sizing: border-box;
  font-weight: 700;
} */
.modal-header {
  display: block;
}

.included:hover:after {
  transform: rotate(-180deg) !important;
  color: #3b82f6;
}

a:where(:not(.wp-element-button)):hover {
  color: #3b82f6;
  text-decoration: none;
}

.header .header-right .headeritem:hover {
  color: #3b82f6;
}

.header .header-right .trybutton {
  display: flex;
  align-items: center;
  padding: 0rem 1.875rem;
  margin-left: 1.25rem;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 28, 56, 0.15);
  border-radius: 0.1875rem;
  font-weight: 900;
  color: #fff;
  height: 2.25rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
}

.header .header-right .trybutton:hover {
  color: #fff;
  background: #8D74FF !important;
}

.home-main-page {
  text-align: center;
  margin-top: 1.25rem;

}

.home-main-page-inner {
  max-width: 80rem;
  width: 90%;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: auto;
}

.home-main-page-tip {
  text-align: center;
  font-family: "Caveat", handwriting;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3.125rem;
  font-size: 2.25rem;
}

.home-main-page-title {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 110%;
}

.home-main-page-desc {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3rem;
  font-size: 2rem;
  width: 70%;
  max-width: 58.1875rem;
  /* width: 58.1875rem; */
  margin: 0 auto;
  margin-top: 1rem;
}

.home-main-page-button {
  margin-top: 1.5rem;
}

.home-main-page-button .page-button {
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 3rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
  padding: 0.75rem 1.875rem;
  max-width: 25.5rem;
  /* height: 4.75rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin: auto;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0.1875rem;
  border-style: solid;
  border-width: 0.0625rem;
  --style-box-shadow-distance-x: 0rem;
  --style-box-shadow-distance-y: 0.25rem;
  --style-box-shadow-blur: 1rem;
  --style-box-shadow-spread: 0.125rem;
  --style-box-shadow-color: rgba(0, 44, 122, 0.2);
  box-shadow: var(--style-box-shadow-style-type, ) var(--style-box-shadow-distance-x, 0rem) var(--style-box-shadow-distance-y, 0rem) var(--style-box-shadow-blur, 0rem) var(--style-box-shadow-spread, 0rem) var(--style-box-shadow-color, #000000);
  cursor: pointer;
}

.home-main-page-button .page-button:hover {
  color: #fff;
  border: 1px solid #8D74FF;
  background: #8D74FF !important;
}

.home-main-page-button .page-desc {
  font-weight: 500;
  font-size: 0.75rem;
  color: #60606B;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

.home-main-page-service {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.875rem;
}

.home-main-page-service .service-item {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.drop_prepended {
  color: #3b82f6;
  margin-right: 0.3125rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.drop_prepended:before {
  content: "\f058";
}

.home-main-video {
  width: 80%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.home-main-video .home-main-video-title {
  height: 2.625rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
  color: #fff;
  line-height: 2.625rem;
  text-align: center;
}

.drop_videoed {
  color: #fff;
  margin-right: 0.3125rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.drop_videoed:before {
  content: "\f144";
}

.main-board-video {
  padding-bottom: 54.25%;
  position: relative;
}

#youvideo {
  max-width: 80rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-bottom {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 0.5rem;
  --style-box-shadow-distance-x: 0rem;
  --style-box-shadow-distance-y: 0;
  --style-box-shadow-blur: 1.25rem;
  --style-box-shadow-spread: 0;
  --style-box-shadow-color: rgba(0, 44, 122, 0.08);
  box-shadow: var(--style-box-shadow-style-type) var(--style-box-shadow-distance-x, 0rem) var(--style-box-shadow-distance-y, 0rem) var(--style-box-shadow-blur, 0rem) var(--style-box-shadow-spread, 0rem) var(--style-box-shadow-color, #000000);
  background: #ffffff;
  margin-top: 1.875rem;
  padding-bottom: 1.5rem;
}

.video-bottom-item {
  width: 100%;
  align-items: flex-end;
  padding-top: 1.875rem;
  gap: 0.5em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  padding-top: 1.875rem;
}

.video-bottom-item-img img {
  width: 3.5rem;
}

.video-bottom-item-desc {
  margin-top: 0.75rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 800;
  height: 2.375rem;
  vertical-align: middle;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.main-author {
  margin-top: 3.75rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}

.author-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5rem;
}

.main-author-inner {
  width: 80%;
  max-width: 80rem;
  margin: 0 auto;
}

.author-people {
  display: flex;
  gap: 1em;
  margin-top: 3.75rem;
}

.author-people-item {
  padding: 1.5rem 1.5rem 5rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 33%;
  text-align: left;
  position: relative;
}

.author-item-history {
  position: absolute;
  bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1rem;
  cursor: pointer;
}

.author-star img {
  width: 9.4375rem;
  border-radius: 0.25rem;
}

.author-item-verified {
  font-weight: 400;
  font-size: 1rem;
}

.author-item-img {
  margin-top: 0.75rem;
  text-align: center;
}

.author-item-img img {
  width: 10rem;
}

.author-item-name {
  font-size: 1rem;
  font-weight: 900;
  margin-top: 1rem;
}

.author-item-site {
  font-weight: 700;
  font-size: 0.875rem;
  color: #4D5256;
  margin-top: 0.25rem;
}

.author-item-desc {
  font-weight: 400;
  font-size: 0.875rem;
  color: #4D5256;
  line-height: 1.5625rem;
  margin-top: 0.5rem;
}

.main-why {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.main-why-container {
  margin: 0 auto;
  display: flex;
  max-width: 80rem;
  width: 80%;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;

}

.main-why-left {
  width: 50%;
}

.main-why-right {
  width: 50%;
}

.main-why-left-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem
}

.why-left-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.5rem 0rem;
  line-height: 2rem;
}

.why-left-item-desc {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.main-why-right img {
  width: 100%
}

.main-why-key {
  font-size: 2.5rem;
  line-height: 3.625rem;
  font-weight: 900;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

.main-why-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.main-why-compare .compare-item {
  padding: 2rem 3.75rem;
  background: #F9F9F9;
  border-radius: 0.625rem;
}

.main-why-compare .compare-item .compare-items {
  margin-top: 1rem;
}

.main-why-compare .compare-item .compare-title {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.main-why-compare .compare-item .compare-line {

  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-top: 0.5rem;
}

.compare-left .compare-line::before {
  content: "\f057";
  color: rgb(210, 47, 47);
  margin-right: 0.625rem;
  font-weight: 900;
}

.compare-right .compare-line {

  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.compare-right .compare-line::before {
  content: "\f058";
  color: #3b82f6;
  margin-right: 0.625rem;
  font-weight: 900;
}

.main-why-bottom {
  text-align: center;
  margin-top: 3.75rem;
}

.main-why-bottom .why-bottom-tip {
  font-family: Caveat, Caveat;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.125rem;
}

.main-why-bottom .why-bottom-title {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-top: 0.25rem;
  font-weight: 900;
  margin-top: 0.25rem;
}

.main-source {
  padding-top: 6.25rem;
  text-align: center;
}

.main-source-top {
  max-width: 80rem;
  margin: 0 auto;
  width: 80%;
}

.main-source-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
}

.main-source-desc {
  font-family: Caveat, Caveat;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-top: 0.75rem;
}

.main-source-image {
  text-align: center;
  margin-top: 1rem;
}

.main-source-image img {
  width: 10.75rem;
}

/* .main-source-top {
    width: 79.5rem;
} */

.main-source-top-inner {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1108px;
}

.main-source-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3.75rem;
  padding: 3.5rem;
  gap: 1.875rem;
  text-align: left;
  background-color: #fff;
  position: relative;
}

.lineto {
  position: absolute;
  z-index: 99;
  top: 85%;
}

.lineto img {
  width: 4.375rem;
}

.lineto1 {
  right: -3.125rem;
}

.lineto2 {
  left: -3.125rem;
}

.source-item-word {
  width: 50%;
}

.source-item-img {
  width: 50%;
}


.source-item-word .source-item-word-tip {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #3b82f6;
  line-height: 1.75rem;
}

.source-item-word .source-item-word-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
}

.source-item-word .source-item-word-desc {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 1rem;
}

.source-item-word .item-word-options-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 1rem 0rem;
}

.item-word-options-line {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 1rem;
  display: flex;
}

.item-word-options-line:before {
  content: "\f105";
  color: #3b82f6;
  margin-right: 0.75rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}

.source-item-img {
  position: relative;
}

.source-item-img .startbutton {
  position: absolute;
  bottom: -1rem;
  width: 18.875rem;
  height: 3.125rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 0.25rem;
}

.source-item-img img {
  max-width: 35.25rem;
  width: 100%;
}

.source-item-img .startbutton:hover {
  color: #fff;
  background: #8D74FF !important;
}

.blodspan {
  font-weight: bold;
  color: #1D2E3B;
}

.underline {
  text-decoration-line: underline;
}

.main-everything {
  text-align: center;
  padding: 6.25rem 0rem;
}

.solutionitem-icon img {
  width: 2.1875rem;
  height: 2.1875rem;
}

.everything-solutions {
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 3.75rem;
}

.solution-items {
  display: flex;
  /* align-items: center;
    justify-content: center; */
  max-width: 78rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
}

.solutionitem {
  border-bottom: 1px solid rgba(153, 131, 254, 0.2);
  width: 25%;
  box-sizing: border-box;
  /* float: left; */
  margin: 0;
  padding: 1.875rem 0rem;
}

.solutionitem:hover {
  background: rgba(153, 131, 254, 0.04);
  cursor: pointer;
}

.solutionitem-title {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-top: 0.75rem;
  border-bottom: 0.125rem solid rgba(153, 131, 254, 0.2);
  /* padding: 0.625rem 0rem; */
  display: inline-block;
  /* height: 3.75rem; */
}

.solutionitem-desc {
  font-weight: 400;
  font-size: 1rem;
  color: #4D5256;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  height: 3rem;

}

.solution-items .solutionitem {
  border-right: 1px solid rgba(153, 131, 254, 0.2);
}

.solution-items :nth-child(4) {
  border-right: none
}

.everything-solutions-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-top: 3.75rem;
}

.main-fq {
  padding: 6.25rem 0rem;
  background: #fff;
}

.main-fq-inner {
  max-width: 80rem;
  width: 80%;
  margin: 0 auto;
}

.main-fq-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

.main-fq-question {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: flex;
  cursor: pointer;
  padding: 0.625rem 0rem;
}

.questionright {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: auto;
}

.questionright:before {
  content: "\f0d7";
  box-sizing: border-box;
}

.fq-item {
  padding: 0.9375rem;
  margin-top: 0.125rem;
}

.fq-item:hover {
  background: rgba(153, 131, 254, 0.04);
  cursor: pointer;
}

.main-fq-answer {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.875rem 0rem;
  display: none;
}

.main-fq-answer {
  border-bottom: 1px solid rgb(232, 238, 240);
}

.footer {
  max-width: 80rem;
  width: 80%;
  margin: 0 auto;
  padding: 6.25rem 0rem;
}

.logo-container img {
  width: 12.5625rem;
}

.choice {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #4D5256;
  margin-top: 0.75rem;
}

.choice img {
  width: 1.875rem;
  margin-right: 0.625rem;
}

.social-logos {
  margin-top: 0.875rem;
  text-align: left;

}

.social-logos img {
  width: 2.5rem;
}

.word-title {
  font-size: 0.875rem;
  color: #4D5256;
  font-weight: 700;
  margin-bottom: 1rem;
}

.word-desc {
  font-weight: 400;
  font-size: 0.875rem;
  color: #4D5256;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.footer_word {
  margin-left: auto;
}

.footer-nav {
  display: flex;
  gap: 1.25rem;
}

.dropmenu {
  max-width: 80rem;
  margin: 0 auto;

  border-radius: 0.25rem;
  display: none;
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 3.75rem;
  left: 0;
  padding-top: 1.25rem;
  z-index: 99;
}

.dropcontainer {
  background-color: #fff;
  padding: 2.5rem !important;
  border-color: rgb(235, 236, 239);
  display: flex;
  flex-wrap: wrap;
}

.included:hover .dropmenu {
  display: block;
}

.dropitem {
  display: flex;
  gap: 1rem;
  float: left;
  width: 25%;
  margin-bottom: 1.25rem;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.25rem;

}

.dropitem:hover {
  background: rgba(153, 131, 254, 0.1);
  cursor: pointer;
}

.itemleft img {
  width: 1.5rem;
}

.itemright {
  /* width: 11.25rem; */
}

.itemright .right-title {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #1D2E3B !important;
}

.itemright .right-desc {
  font-weight: 400;
  font-size: 0.75rem;
  color: #4D5256;
  line-height: 1rem;
  margin-top: 0.25rem;

}

.search-categorys {
  width: 100%;
  margin: 0 auto;
  font-family: Roboto;
  font-size: Regular;
  font-size: 0.75rem;

}

.search-categorys a {
  /* color: #fff; */
  margin-left: 0.25rem;
  cursor: pointer;
}

.sildeimg {
  height: 8.75rem;
  text-align: center;
}

.sildeimg img {
  height: 100%;
}

.product-search {
  display: flex;
  margin: 0 auto;
  width: 80%;
  padding-top: 3.75rem;
  justify-content: center;
  max-width: 80rem;
}

.product-search-left img {
  width: 7.8125rem;
}

.main-board-product {
  margin-top: 3.125rem;
  /* background: linear-gradient(180deg, #3b82f6 0%, rgba(153, 131, 254, 0) 100%); */
  border-radius: 5rem 5rem 0rem 0rem;
}

.goods-slide {
  width: 23%;
  float: left;
  background-color: #fff;
  margin: 1%;
  padding: 1.25rem;
  border-radius: 0.25rem;
}

.product-search-right {
  width: 80%;
  /* color: #fff; */
}

.desc-image img {
  max-width: 100%;
}

.desc-image p {
  text-align: left;
}

.product_items {
  width: 64%;
  margin: 0 auto;
  margin-top: 3.125rem;
  font-family: Gilroy, Gilroy;
  position: relative;
  height: auto;
  display: flex;
  max-width: 80rem;
}

.loading {
  padding: 4rem;
}

.loading img {
  width: 4rem;
}

.goods_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  /* 设置宽度 */
  height: 100%;
  /* 设置高度 */
  /* background-color: rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  /* opacity: 0; */
}

.goods_loading img {
  width: 4rem;
}

.product_items .goods-item-title {
  font-size: 0.75rem;
  color: #3D3D3D;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0.625rem
}

.product_items .goods-item-desc {
  font-size: 0.75rem;
  color: #3D3D3D;
  font-weight: 400;
  font-family: Gilroy-Regular;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.swiper-slide img {
  width: 90%;
}

.search-input {
  font-size: 1.5rem;
  width: 100%;
  margin: 0.9375rem auto;
  margin-right: 0rem;
  height: 4.125rem;
  padding-left: 0.625rem;
  outline: none;
  border: 1px solid #C6B9FF;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  text-align: left;
  padding-left: 1rem;
  border-right: none;
  color: #666;
  font-family: Gilroy-Regular;
}

.searchgoods-zxj {
  border-top: 1px solid #C6B9FF;
  border-bottom: 1px solid #C6B9FF;
  height: 4.125rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.25rem;
  background-color: #fff;
}

.searchgoods-zxj img {
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  cursor: pointer;
}

.search-content {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchgoods-button {
  background-color: #C6B9FF;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 6.25rem;
  height: 4.125rem;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.searchgoods-button img {
  vertical-align: middle;
  height: 100%;
  padding: 0.625rem;
}

.search-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.625rem;
  font-family: Gilroy-Regular;
  font-weight: Regular;
}

.search-nav div {
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0.5rem;
  cursor: pointer;
  color: #1D2E3B;
}

.search-nav .navactive {
  border-bottom: 0.25rem solid #3b82f6;
  font-weight: bold;
  color: #3b82f6;
}

.goods-adtitle {
  font-weight: bold;
  font-size: 1.5rem;
  /* color: #fff; */
  text-align: center;
  padding-top: 2.5rem;
  line-height: 2.125rem;
  font-family: Roboto;
}

/* .product_items{
    height: 17.625rem;
  
  } */
#goods-images {
  padding-top: 0.625rem;
  width: 100%;
  background: #F9F9F9;
}

.goodsempty {
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
}

.goodsempty span {
  margin-left: 0.625rem;
}

.goodsempty img {
  width: 7.5rem;
}

.pagenav {
  position: absolute;
  z-index: 200;
  cursor: pointer;
}

.pagenav img {
  height: 17.625rem;
}

.button-prev {
  left: -6%;
  top: 0rem;
}

.button-after {
  right: -6%;
  top: 0rem;
}

.homegoods .swiper-slide {
  box-shadow: 0.25rem 0.25rem 0.75rem 0rem rgba(61, 61, 61, 0.04), -0.25rem -0.25rem 0.75rem 0rem rgba(61, 61, 61, 0.04);
  padding: 1.125rem;
  height: 15.625rem !important;
  margin-bottom: 1.4375rem;
}

.swiper-container {
  background-color: #fff;
}

.footer-team {
  margin-top: 2.125rem;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #4D5256;
  line-height: 1.25rem;
  align-items: center;
  display: flex;
}

.footer-team .teampolicy {
  margin-right: 1.5rem;
  cursor: pointer;
}

.podcontainer {
  display: flex;
  width: 75%;
  margin: 0 auto;
  gap: 5.625rem;
  max-width: 80rem;
}

.podword {
  width: 58%;
  text-align: left;
}

.podimg {
  width: 42%;
}

.podimg img {
  width: 100%;
}

.podtip {
  font-weight: bold;
  font-size: 1.25rem;
  color: #3b82f6;
  text-align: left;
}

.podtitle {
  font-size: 2.5rem;
  color: #1D2E3B;
  line-height: 3rem;
  font-weight: 900;
  margin-top: 1rem;
  text-align: left;
}

.podguide {
  margin-top: 1.5rem;
}

.guideitem {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 1rem;
  color: #4D5256;
  line-height: 1rem;
  margin-top: 1.25rem;
  font-family: Helvetica;
}

.guideitem1 {
  width: 50%;
  text-align: left;
  font-size: 1rem;
  color: #4D5256;
  line-height: 1rem;
  margin-top: 1.25rem;
  font-family: Helvetica;
  width: 100%;
}

.guideitem img {
  width: 1.125rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.guideitem1 img {
  width: 1.125rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.podbutton {
  margin-top: 1.875rem;
  display: flex;
  gap: 1.5rem;

}

.podbutton-design {
  padding: 0.5rem 0.75rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
  color: #fff;
  /* display: inline-block; */
  border-radius: 0.25rem;
  cursor: pointer;

}

.cusbutton-design {
  padding: 0.75rem 2.5rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
  color: #fff;
  font-weight: 800;
  /* display: inline-block; */
  border-radius: 0.25rem;
  cursor: pointer;

}

.cusbutton-design:hover {

  background: #8D74FF;

}

.cusdesc {
  font-weight: 500;
  font-size: 0.625rem;
  color: #60606B;
  line-height: 0.75rem;
  margin-top: 0.5rem;
}

.podbutton-view {
  padding: 0.5rem 0.75rem;
  color: #3b82f6;
  box-sizing: border-box;
  border: 1px solid #3b82f6;
  /* display: inline-block; */
  border-radius: 0.25rem;
  cursor: pointer;

}

.modal-body-desc {
  font-weight: 400;
  font-size: 0.75rem;
  color: rgba(29, 46, 59, 0.5);
  line-height: 0.875rem;
}

.modal-body {
  padding: 1.25rem 1.875rem;
  text-align: left;
}

.modal-form {
  margin-top: 0.625rem;
}

.form-group {
  margin-bottom: 0.5rem;
}

.redStar::after {
  content: "*";
  color: red;
}

.form-control {
  font-size: 0.75rem;
}

.modal-form {
  font-size: 0.75rem;
}

.uploadcontainer {
  text-align: center;
  background-color: #F9F9F9;
  padding: 1.25rem;
}

.uploadcontainer .uploadlogo {
  width: 1.25rem;
}

.uploadcontainer .previewimg {
  width: 8rem;
}

.customservice {
  margin: 0 auto;
  margin-top: 2.5rem;
  max-width: 80rem;
}

.customitems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  /* width: 75%; */
  margin: 0 auto;
  margin-top: 1.875rem;
  flex-wrap: wrap;
}

.customitem {
  padding: 2.5rem;
  background: rgba(29, 46, 59, 0.05);
  width: 32%;
  border-radius: 4px;
}

.customitem-title {
  margin: 1rem 0rem;
  font-size: 1rem;
  color: #1D2E3B;
  line-height: 1.25rem;
  height: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customitem-desc {
  font-weight: 400;
  font-size: 0.875rem;
  color: #4D5256;
  line-height: 1.4375rem;
  height: 6rem;
}

.customitem-img img {
  width: 3.125rem;
  height: 3.125rem;
}

.languge {
  /* background: #1F1F20; */
  padding: 0.625rem;
  border-radius: 0.25rem;
  width: auto;
  position: relative;
  cursor: pointer;
}

.languge img {
  margin-right: 0.625rem;
}

.languge .languge-title {
  font-weight: 700;
  font-size: 0.875rem;
  /* color: #fff; */
}

.languge .languge-title i {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

.languge-nav {
  right: -100%;
  position: absolute;
  /* top: 2.5rem; */
  bottom: 2.8125rem;
  background: #fff;
  z-index: 888888888;
  border-radius: 0.25rem;
  width: 11.875rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.875rem;
  display: none;
}

.ishidden {
  display: none;
}

ul {
  list-style: none;
}

.languge-nav .languge-nav-item .sub-nav-link {
  color: #979797;
  display: flex;
  align-items: center;
  line-height: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
}

.languge-nav .languge-nav-item .sub-nav-link:hover {
  color: #723DDE;
}

.languge-nav .languge-nav-item .sub-nav-link:hover .ishidden {
  display: block;
}

.languge-nav .languge-nav-item .sub-nav-link span {
  position: absolute;
  right: 1.25rem;
}

.languge-nav .languge-nav-item .sub-nav-link span img {
  margin: 0;
  padding: 0;
}

.languge:hover .languge-nav {
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.onlymobile {
  display: none !important;
}

.aboutmain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/wp-content/themes/DAVID/assets/images/aboutmain.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 15%;
  text-align: center;
  margin-block-start: 0;
}

.aboutcontent {
  background-color: #fff;
  padding: 2rem 0px;
}

.aboutflex {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  max-width: 80rem;
  gap: 3rem;
}

.aboutmain-img {
  width: 30%;
}

.aboutmain-img img {
  width: 100%;
}

.aboutmain-word {
  width: 70%;
}

.aboutmain-left-tip {
  font-weight: bold;
  font-size: 1.875rem;
  color: #3b82f6;
}

.aboutmain-left-title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1D2E3B;
  line-height: 3rem;
  margin: 1.5rem 0rem;
}

.aboutmain-left-desc {
  font-weight: 400;
  font-size: 1.125rem;
  color: #1D2E3B;
  line-height: 1.6875rem;
}

.aboutmain-right img {
  width: 23.75rem;
}

.aboutcontainer {
  width: 75%;
  margin: 0 auto;
  max-width: 80rem;
}

.aboutUnique {
  text-align: center;
  padding-top: 3.25rem;
  width: 70%;
  margin: 0 auto;
  max-width: 80rem;

}

.aboutUnique-items {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2.25rem;

}

.aboutUnique-item {
  background: rgba(29, 46, 59, 0.05);
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  width: 25%;
}

.aboutUnique-item-img img {
  width: 3.125rem;
}

.aboutUnique-item-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25rem;
  margin: 0.625rem 0rem;
}

.aboutUnique-item-desc {
  font-weight: 400;
  font-size: 0.875rem;
  color: #4D5256;
  line-height: 1.125rem;
  word-wrap: break-word;
}

.aboutteam {
  text-align: center;
}

.teamflex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.teamline {
  width: 100%;
  margin-top: 1.875rem;
}

.teamline img {
  width: 100%;
}

.teamflex-word {
  width: 52%;
  text-align: left;
}

.teamflex-img {
  width: 48%;
}

.teamflex-img img {
  width: 100%;
}

.teamflex-title {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 800;
  /* padding: 1.875rem 0rem; */
}

.teamflex-desc {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.25rem;
  margin-top: 1.25rem;
}

.customitem-desc {
  /* height: 16rem; */
  overflow: hidden;
}

.aboutbottom {
  text-align: center;
  margin-top: 1.875rem;
}

.contactmain {
  width: 100%;
  justify-content: center;
  background-image: url('/wp-content/themes/DAVID/assets/images/contactbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #fff;
  height: 22.75rem;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-start: 0;
}

.contacttitle {
  font-size: 5.3125rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 6.375rem;
  text-shadow: 0rem 2px 0.25rem #3b82f6;
  width: 100%;
}

.contactdesc {
  font-family: Caveat, Caveat;
  font-weight: 400;
  font-size: 2.25rem;
  color: #FFFFFF;
  line-height: 2.875rem;
  width: 100%;
  margin-top: 1rem;
}

.contactbottom {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.contact-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.contact-methods {
  margin-top: 1.875rem;
}

.contact-method-img img {
  width: 17.875rem;
}

.contact-method-title {
  font-size: 3rem;
  line-height: 3.625rem;
  margin-top: 1.3125rem;
}

.product-sourcing-bottom {
  width: 70%;
  margin: 0 auto;
  max-width: 80rem;
}

.page-bottom-title {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 900;
}

.page-bottom-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 1.125rem;
}

.page-bottom-button {
  background-color: #8D74FF;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 1.875rem;
  display: inline-block;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.75rem 2.5rem;
  background: linear-gradient(to right, #C090FF, #3b82f6);
}

.page-bottom-button:hover {

  background: #8D74FF;

}

.page-bottom-start {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 3.125rem;
  max-width: 80rem;
}

.page-bottom-tip {
  font-weight: 500;
  font-size: 0.625rem;
  color: #60606B;
  line-height: 0.75rem;
  margin-top: 0.375rem;
}

.homecover {
  display: none;
}

.narrateheader {
  padding: 3.125rem 0rem;
  background-color: #F9F9F9;
}

.narrateheader-left {
  width: 50%;
  text-align: left;
}

.narrateheader-left-title {
  font-weight: bold;
  font-size: 1.875rem;
  color: #CDD1D4;
  line-height: 2.25rem;
}

.narrateheader-left-desc {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 3rem;
  margin-top: 1.5rem;
}

.narrateheader-container {
  max-width: 80rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  position: relative;

}

.narrateheader-author {
  position: absolute;
  width: 31.25rem;
  bottom: -9.375rem;
  right: 0rem;
}

.narrateheader-guide {
  position: absolute;
  bottom: -8.25rem;
  left: 19rem;
  width: 16.5rem;
}

.narratecontainer {
  background-color: #fff;

  padding-top: 7.25rem;
  padding-bottom: 6.25rem;
}

.narratecontent {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  max-width: 80rem;

}

.narratecontainer-first {
  font-family: Caveat, Caveat;
  font-weight: 400;
  font-size: 2.125rem;
  color: rgba(29, 46, 59, 0.61);
  line-height: 3rem;
}

.narratecontent-title {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 900;
  margin-top: 6.25rem;
}

.narratecontent-desc {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 2.5rem;
}

.narratecontent-author {
  font-size: 2.125rem;
  color: #3b82f6;
  line-height: 3rem;
  font-weight: 900;
}

.narratecontent-banner {
  margin-top: 2rem;
}

.narratecontent-banner img {
  width: 100%;
}

.narratecontent-item {
  margin-top: 3rem;
}

.narratecontent-item-title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 3rem;
}

.narratecontent-item-desc {
  font-size: 1.5rem;
  line-height: 2rem;
}

.narratecontent-bottom {
  margin-top: 3.75rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: right;
}

.narratecontent-question {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  margin-top: 2rem;
}

.narratecontent-author-yellow {
  color: #FF8570;
  font-size: 2.125rem;
  line-height: 3rem;
  font-weight: 900;
}

.mobilegap {
  display: none;
}

.narratebutton {
  margin-top: 5rem;
}

.content1 {
  margin-top: 5rem !important;
}

.noclick {
  cursor: wait !important;
}

.formline {
  display: flex;
}

.formline .form-group {
  width: 50%;
}

.form-group2 {
  margin-left: 1rem;
}

.contactform {
  background-color: #fff;
}

.categorysearchinput {
  padding: .5rem 1.2rem;
}

.blogpage {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
  /* align-items: start; */
  max-width: 80rem;
}

.blogbread {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
  /* align-items: start; */
  max-width: 80rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
}

.blogitem-date {
  margin-top: 0.8rem;
}

.blogbread:hover {
  color: #3b82f6;
}

.blogavatar img {
  width: 74px;
  height: 74px;
  border-radius: 74px;
}

.blogcategory {
  margin: 0 auto;
  width: 20%;
}

.blogauthor {
  font-size: 1.2rem;
  font-weight: 500;
  color: #081f40;
}

.blogdate {
  font-size: 0.8rem;
  color: #42526b;
  display: flex;
  align-items: center;
}

.time_read {
  vertical-align: middle;
  margin: 0 0.5rem;
}

.blogby {
  color: #723DDE;
  font-size: 0.8rem;
}

.categorytitle {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 1rem 0rem;
}

.categorycontainer {
  padding-left: 2rem;
}

.categoryline {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
  cursor: pointer;
}

.blogcontent {
  width: 80%;
  display: flex;
  /* gap: 1rem; */
  flex-wrap: wrap;
  overflow: overlay;
}

.autocontainer {
  align-items: center;
  margin-top: 2rem;
}

.guideitem1 {
  width: 100%;
}

.blogitem {
  width: 50%;
  padding: 10px;
}

.pagecenter {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
}

.blogitem-img img {
  width: 100%;
}

.blogitem-title {
  margin: 0.875rem 0rem;
  font-size: 1.25rem;
  color: #1D2E3B;
  line-height: 1.5rem;
  font-weight: 800;
}

.blogitem-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.stickcontainer {
  z-index: 3000;
  margin-top: 0px;
  padding: 1rem;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  opacity: 100;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
  width: 100%;
}

.query_href {
  margin-left: 0.5rem;
}

.blogcontent-title {
  margin-bottom: 2rem;
}

.blogcontent-title h1 {
  font-size: 2.4rem;
  font-weight: 600;
}

.blogitem-desc:hover {
  color: #1D2E3B;
}

.blogright {
  width: 20%;

}

.blogstart {
  border: 1px solid #1D2E3B;
  /* width: 20%; */
  padding: 1rem 0.8rem;
  position: sticky;
  top: 3.5rem;

}

#ez-toc-container {
  position: sticky;
  top: 3.5rem;

}

.blogstart-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.blogstart-desc {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.blogstart-item {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}

.blogstart-item::before {
  content: "\f00c";
  color: #3b82f6;
  margin-right: 0.625rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";

}

.blogstart-quote {
  font-size: 0.875rem;
  color: #3b82f6;
  line-height: 1rem;
  margin: 1.5rem 0rem;
  text-align: center;
}

.uptohome {
  position: fixed;
  right: 2rem;
  bottom: 16%;
  cursor: pointer;
  display: none;
}

.uptohome img {
  width: 3.5rem;
}

.blogstart-button {
  background: linear-gradient(to right, #C090FF, #3b82f6);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.76rem;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.blogstart-items {
  margin-top: 1.5rem;
}

.gt_switcher {
  width: 10rem !important;
}

.gt_selected a {
  width: 9rem !important;
}

#shortcode {
  position: sticky;
  top: 3rem;
  /* margin-top: 2rem; */
  width: 20%;
}

.expresscontent {
  background-color: #fff;
  padding-bottom: 3rem;
}

.autocontent {
  background-color: #fff;
}

.expresstitle {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.625rem;
  margin-top: 1rem;
}

.express-item-title {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 1rem;
}

.express-item-desc {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 0.625rem;
}

.expressbutton {
  margin-top: 1rem;
}

.express_desc {
  margin: 0 auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  max-width: 60rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.express-bottom {
  margin-top: 3rem;
}

.express-bottom-item {
  display: flex;
  text-align: left;
  width: 75%;
  margin: 0 auto;
  max-width: 80rem;

  padding: 3rem 0rem;
  gap: 2rem;
}

.express-num {
  font-weight: 800;
  font-size: 6rem;
  color: #3b82f6;
  font-style: italic;
  padding-top: 2rem;
}

.express-bottom-container-gray {
  background-color: #F9F9F9;
}

.express-bottom-word {
  width: 50%;
}

.express-bottom-word1 {
  width: 80%;
}

.express-bottom-word-desc1 {
  width: 62.5%;
}

.express-bottom-img {
  width: 50%;
}

.express-bottom-img1 {
  width: 20%;
}

.express-bottom-img img {
  width: 100%;
}

.express-bottom-word-title {
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 800;
}

.expressUnique {
  text-align: center;
  padding-top: 3.25rem;
  width: 75%;
  margin: 0 auto;
  max-width: 80rem;
}

.expressUnique-items {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.25rem;
}

.express-item {
  width: 25%;
}

.express-item-img img {
  width: 100%;
}

.express-bottom-word-desc {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 1.8rem;
}

.express-services {
  display: flex;
  margin-top: 2rem;
}

.express-service-item {
  justify-content: center;
  background-image: url('/wp-content/themes/DAVID/assets/images/expressbg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem 0rem;
  width: 30%;
  height: 14.56rem;
}

.autofulfillment {
  height: 12rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.autopage {
  padding: 2rem 0;
}

.autogray {
  background: #f9f9f9;
}

.poddesc {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2rem;
  /* padding-left: 2rem; */
}

.podtitlenum {
  font-size: 8rem;
  font-style: italic;
  color: #3b82f6;
  margin-right: 2rem;
}

.autotitle {
  font-size: 2rem;
}

.autosguide {
  /* padding-left: 2rem; */
  margin-top: 0;
}

.autobutton {
  /* padding-left: 2rem; */

}

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

.autoservices {
  margin-top: 2rem;
}

.autoimg {
  width: 50%;
}

.autoword {
  width: 50%;
}

.express-service-item2 {
  background-image: url('/wp-content/themes/DAVID/assets/images/expressbg2.png');
}

.express-service-item3 {
  background-image: url('/wp-content/themes/DAVID/assets/images/expressbg3.png');
}

.express-service-item-title {
  font-size: 1rem;
  margin: 1rem 0rem;
  font-weight: 800;
}

.express-service-item-desc {
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding: 0rem 1.5rem;
}

.express-service-item-img {
  width: 100%;
}

.express-service-item-img img {
  width: 3.125rem;
}

.localthiontitle {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  margin-top: 3rem;
}

.locationmiddle {
  background-color: #F9F9F9;
  text-align: center;
  padding: 5rem 0;
}

.locationmiddle-inner {
  width: 75%;
  max-width: 80rem;
  margin: 0 auto;
}

.location-middle-title {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3rem;
}

.location-middle-desc {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.locationUnique {
  padding: 3.25rem 0;
}

.localtionitem-img img {
  width: 3.125rem;
}

.localtionitems {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  gap: 2rem;
  margin-top: 2rem;
}

.localtionitem {
  text-align: center;
  background: #ffffff;
  padding: 2rem 10%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: .5rem;
}

.localtionitem div {
  width: 100%;
}

.localtionitem-title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem;
  font-weight: 800;
  text-align: left;
}

.localtionitem-desc {
  font-size: 0.875rem;
  text-align: left;

}

.localaims {
  width: 75%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.localaim {
  border: 2px solid #1D2E3B;
  padding: 1rem;
  border-radius: 1rem;
  width: 23.5%;
}

.platform-name {
  font-size: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.localaim-desc {
  color: #4D5256;
  font-size: 0.625rem;
  line-height: 0.8rem;
  margin-top: 0.8rem;
}

.localtion-street {
  color: #4D5256;
  font-size: 0.625rem;
  line-height: 0.8rem;

}

.localaimbottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.localaimbottom div {
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 0.2rem;
  font-size: 0.625rem;
  line-height: 0.8rem;
  cursor: pointer;
}

.localdirect {
  border: 1px solid rgba(29, 46, 59, 0.20);
}

.localcontact {
  background: #723DDE;
  color: #fff;
}

.localaim-title {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 800;
}

.localaim-title:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #3b82f6;
  margin-right: 0.5rem;
}

.localaimbottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  align-items: center;
  justify-content: center;
}

.review-date .shopify img {
  width: 3rem;
}

.reviewbottom {
  display: flex;
  flex: 0 0 auto;
}

.review-date {
  margin-left: auto;
}

.reviewsitems {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.review-name {
  text-align: left;
  padding-left: 2rem;
}

.review-name img {
  height: 1.25rem;
}

.reviewsitem {
  width: 45%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0px 2px 4px 3px rgba(29, 46, 59, 0.04);
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
}

.review-date {
  font-size: 0.625rem;
  color: rgba(29, 46, 59, 0.4);
}

.reviewcontent {
  text-align: left;
  margin-bottom: 1rem;
}

.review-avatar img {
  width: 3.75rem;
}

.authorflex {
  display: flex;
  margin-top: 2rem;
}

.author-right {
  margin-left: 16px;
}

.winnings-top {
  background-color: #fff;
  padding: 2rem 0;
}

.winnings-top-inner {
  width: 80%;
  margin: 0 auto;
  max-width: 80rem;

}

.filter-platform {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.filter-shop {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;

}

.winnings-filter {
  margin-top: 2rem;
}

.filter-platform-item {
  padding: 0.375rem 0.625rem;
  border: 1px solid #1D2E3B;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.filter-shop {
  margin-top: 1rem;
}

.filter-base {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  /* align-items: center; */
}

.filter-base-content {
  display: flex;
  flex-wrap: wrap;
}

.winnings-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}

.winnings-title img {
  width: 1.875rem;
  margin-right: 0.5rem;
}

.filter-time {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cateselect {
  width: 8rem;
  text-align: center;
  height: 2.5rem;
  border-radius: 4px;
  margin-left: 1rem;
}

.cateselect option {
  height: 5rem;
  line-height: 5rem;
}

.filter-platform .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.filter-shop .svg-icon {
  width: 5rem;
  height: 1.25rem;
}

.filter-platform-item svg {
  margin-right: 0.4rem;
}

.filter-platform-item>svg:nth-of-type(2) {
  display: none;
}

.filter-platform-item:hover {
  background: #3b82f6;
  color: #fff;
  border: 1px solid #3b82f6;
}

.filter-platform-item:hover>svg:nth-of-type(1) {
  display: none;
}

.filter-platform-item:hover>svg:nth-of-type(2) {
  display: inline-block;
}

.filter-platform-item-active>svg:nth-of-type(1) {
  display: none;
}

.filter-platform-item-active>svg:nth-of-type(2) {
  display: inline-block;
}

.filter-platform-item-active {
  background: #3b82f6;
  color: #fff;
  border: 1px solid #3b82f6;
}

.winnings-product-img {
  overflow: hidden;
  height: 18rem;
}

.winnings-product-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.winnings-product-img img:hover {
  transform: scale(1.1)
}

.winnings-products {
  display: flex;
  /* gap: 1rem; */
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  max-width: 78rem;
  padding: 2rem 0;
}

.winnings-product-inner {
  margin: 0.5rem;
  border: 1px solid #e5e5e5;

}

.winnings-product {
  width: 25%;
  box-sizing: border-box;
}

.sellprint {
  display: flex;
  gap: 2rem;
  width: 70%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 5rem;
}

.sellyours {
  padding: 0.3rem 1.8rem;
  border: 2px solid #1D2E3B;
  border-radius: 1rem;
  display: inline-block;
  font-weight: 600;
}

.sellcontainer {
  padding: 3rem;
  text-align: left;
  border-radius: 1rem;
}

.sellprint .sellprintleft {
  width: 30%;
  background-color: #F9F9F9;
}

.sellprint .sellprintright {
  width: 70%;
  background-color: rgba(153, 131, 254, 0.2);
}

.sellcontainer div {
  margin-top: 1rem;
}

.sellcontainer div img {
  width: 2.5rem;
  margin-right: 1rem;
}

.sellprintright {
  position: relative;
}

.sellman {
  position: absolute;
  bottom: 0;
  width: 26rem;
  right: 0;
}

.explore {
  display: flex;
  gap: 2rem;
  width: 70%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 5rem;
}

.exploreitem .exploreitembig img {
  height: 20.625rem;
  width: 100%;
}

.exploreitem .exploreitemsmall img {
  height: 8.125rem;
}

.exploretitle {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.25rem;
}

.exploreitem .exploreitem-list:first-child {
  margin-bottom: 2.125rem;
}

.exploreline {
  display: flex;
}

.explorelineleft {
  width: 30%;
}

.explorelineleft .exploreitem {
  width: 100%;
}

.explorelineright {
  width: 70%;
  display: flex;
  gap: 1.875rem;
}

.explorelineright .exploreitem:first-child {
  width: 60%;

}

.explorelineright .exploreitem:last-child {
  margin-left: auto
}

.explorecontainer {
  padding: 2rem 0;
}

.customersmap {
  padding: 2rem 0;
}

.customersarea_item {
  border-top: 2px solid #1D2E3B;
  padding: 1rem;
}

.customersarea_item .customersarea_item_title {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.8rem;
}

.customersarea_item .customersarea_item_desc {
  font-weight: 500;
  font-size: 1rem;
}

.customersarea {
  display: flex;
  width: 70%;
  max-width: 80rem;
  margin: 0 auto;
  gap: 5rem;
  margin-top: 2rem;
  align-items: center;
}

.customersarea_data {

  text-align: left;
}

/* .customersarea_map{
  width: 70%;
} */
.customersarea_map img {
  width: 100%;
}

@media (max-width: 75rem) {
  .winnings-product {
    width: 33%;
  }

}

@media (max-width: 48.125rem) {
  .winnings-product {
    width: 50%;
  }

}

.winnings-product-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  height: 3.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.winnings-product-price {
  font-size: 1.8rem;
  color: #8D74FF;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}

.winnings-product-data {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
  /* padding: 0 0.5rem; */
}

.winnings-product-line {
  border-bottom: 1px solid #e5e5e5
}

.winnings-product-data .product-data-title {
  font-weight: 600;
}

.winnings-product-data .product-data-desc {
  color: #7f7f7f;
  font-size: 0.8rem;
}

.winnings-product-data .product-data-date {
  font-size: 0.7rem;
}

.winnings-product-items {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}

.winnings-main {
  position: relative;
}

.pagination {
  margin: 30px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 0
}

.excerpts .pagination {
  margin-bottom: 10px;
}

.pagination ul {
  display: inline-block !important;
  display: inline;
  zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0
}

.pagination ul>li {
  display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
  margin: 0 2px;
  float: left;
  padding: 5px 12px;
  background-color: #ddd;
  color: #666;
  border-radius: 2px;
  opacity: .88
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus {
  opacity: 1
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  background-color: #1d1d1d;
  color: #fff
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  cursor: default
}

.pagination ul>li>span,
.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default
}

@media (max-width: 48.125rem) {
  html {
    /* font-size: 17px; */
  }

  .lastupdated {
    display: none;
  }

  .blogdate {
    display: block;
    margin: 0.5rem 0;
  }

  .blogauthor {
    margin-top: 0.5rem;
  }

  .authorflex {
    display: block;
    text-align: center;
  }

  .blogcontent-title h1 {
    font-size: 2rem;
  }

  .pagecenter {
    width: 100%;
  }

  .expressUnique-items {
    flex-wrap: wrap;
  }

  .express-item {
    width: 80%;
  }

  .expresstitle {
    font-size: 1.5rem;
  }

  .express_desc {
    font-size: 1.2rem;
  }

  .express-services {
    flex-wrap: wrap;
  }

  .expressUnique {
    width: 90%;
  }

  .express-service-item {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .express-bottom-item {
    width: 100%;
    flex-wrap: wrap;
  }

  .express-bottom-word-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .express-num {
    font-size: 4rem;
    padding-left: 2rem;
    order: 1;
  }

  .express-bottom-word-desc1 {
    width: auto;
  }

  .express-bottom-img {
    width: 80%;
    margin: 0 auto;
    order: 3;
  }

  .express-bottom-word {
    width: 80%;
    margin: 0 auto;
    order: 2;
  }

  .stickcontainer {
    display: block;
  }

  .blogcategory {
    display: none;
  }

  .blogpage {
    display: block;
    width: 90%;
  }

  .blogcontent {
    width: 100%;
    flex-wrap: wrap;
  }

  .blogitem {
    width: 100%;
    padding: 1.5rem;
    background-color: #fff;
  }

  .blogright {
    width: 100%;

  }

  .blogstart {
    /* width: 100%; */
    margin-top: 2rem;
  }

  #shortcode {
    display: none;
  }

  .aboutmain {
    padding: 2.5rem 5%;
  }

  .aboutmain-left-title {
    font-size: 2rem;
    line-height: 3rem;
  }

  .contacttitle {
    font-size: 2rem;
    line-height: 3rem;
  }

  .contact-method-img img {
    width: 8rem;
  }

  .contact-method-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .contactdesc {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .aboutflex {
    width: 95%;
    flex-wrap: wrap;
  }

  .customservice {
    padding: 1rem;
  }

  .customitems {
    width: 95%;
    gap: 0.5rem;
  }

  .aboutmain-word {
    order: 1;
    width: 90%;

  }

  .aboutmain-img {
    order: 2;
    width: 90%;
  }

  .aboutUnique {
    padding-top: 2rem;
    width: 95%;
  }

  .contactmain {
    height: 10rem;
  }

  .aboutcontainer {
    width: 95%;
  }

  .aboutUnique-items {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .aboutUnique-item {
    width: 48%;
    padding: 1.25rem 0.8rem;
  }

  .customitem-img img {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  #content {
    margin-block-start: 0
  }

  .page-bottom-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .customitem-desc {
    line-height: 1rem;
    text-align: left;
  }

  .customitem {
    width: 48%;
    padding: 1rem;
    padding-top: 1.5rem;
  }

  .customservice {
    margin-top: 0rem;
  }

  .content1 {
    margin-top: 2rem !important;
  }

  .podtitle {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .customitem-title {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0;
  }

  .guideitem {
    width: 100%;
  }

  .teamflex {
    flex-wrap: wrap;
  }

  .teamflex-word {
    width: 100%;
    order: 1
  }

  .teamflex-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .teamflex-desc {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .teamflex-img {
    width: 100%;
    order: 2
  }

  .narratebutton {
    margin-top: 2rem;
  }

  .product-sourcing-bottom {
    width: 90%;
  }

  .main-source-item {
    display: flex;
    flex-wrap: wrap;
  }

  .author-people {
    display: block;
    margin-top: 1.75rem;
  }

  .source-item-word {
    width: 100%;
  }

  .source-item-img {
    width: 100%;
    order: 2;
  }

  .main-author-inner {
    width: 90%;
    font-size: 1.25rem;
  }

  .home-main-page-title {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .header .header-left img {
    width: 6.25rem;
  }

  .home-main-page-tip {
    letter-spacing: 0;
    line-height: 140%;
    font-size: 1.2rem;
  }

  .home-main-page-desc {
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%;
    margin-top: 0.625rem;
  }

  .home-main-page-button .page-button {
    font-size: 1.1rem;
    padding: 0.625rem 1.875rem;
    line-height: 2rem;
  }

  .home-main-page-service {
    display: none;
  }

  .solutionitem {
    width: 50%;
  }

  .main-why-compare .compare-item {
    padding: 1.2rem;
    background: #f9f9f9;
    margin-bottom: 1.25rem;
    --style-box-shadow-distance-x: 0rem;
    --style-box-shadow-distance-y: 0rem;
    --style-box-shadow-blur: 2.5rem;
    --style-box-shadow-spread: 0rem;
    --style-box-shadow-color: rgba(0, 44, 122, 0.1);
    box-shadow: var(--style-box-shadow-style-type) var(--style-box-shadow-distance-x, 0rem) var(--style-box-shadow-distance-y, 0rem) var(--style-box-shadow-blur, 0rem) var(--style-box-shadow-spread, 0rem) var(--style-box-shadow-color, #000000);
  }

  .main-why-compare {
    display: block;
    padding: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 0.6rem;
    background-color: #fff;
  }

  .onlypc {
    display: none !important;
  }

  .video-bottom {
    display: none;
  }

  .main-why-container {
    display: block;
    width: 100%;
    padding: 0rem 1.875rem;
  }

  .main-why-bottom {
    margin-top: 2rem;
    padding: 0rem 0.9375rem;
  }

  .main-why-left {
    width: 100%;
  }

  .main-why-right {
    width: 100%;
    margin-top: 1rem;
  }

  .home-main-page-button {
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .footer {
    width: 75%;
    padding: 2rem 0rem;
    padding-bottom: 8rem;
  }

  .footer-team {
    display: none;
  }

  .footer-nav {
    display: block;
  }

  .footer_logo {
    text-align: center;
  }

  .social-logos {
    text-align: center;
  }

  .solution-items {
    width: 100%;
  }

  .author-item-img {
    text-align: center;
  }

  .author-item-img img {
    width: 60%;
  }

  .home-main-page-service .service-item {
    text-align: left;
    margin-top: 0.625rem;
  }

  .author-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .main-why-left-title {
    font-size: 1.25rem;
  }

  .main-why-key {
    font-size: 1.25rem;
    margin: 2rem;
    margin-bottom: 1rem;
    line-height: 2rem;
  }

  .main-why-bottom {
    margin-top: 0px;
    padding-bottom: 2rem;
  }

  .main-why-bottom .why-bottom-tip {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  .main-source-title {
    font-size: 1.25rem;
    line-height: 150%;
  }

  .main-source {
    padding-top: 0rem;
  }

  .goods-slide {
    width: 48%;
    float: left;
    background-color: #fff;
    margin: 1%;
    padding: 1.25rem;
    border-radius: 0.25rem;
  }

  .main-source-item {
    padding-top: 1rem;
    margin-top: 1rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-shadow: 0px 2px 4px 3px rgba(29, 46, 59, 0.04);
  }

  .main-source-image img {
    width: 6rem;
  }

  .product_items {
    width: 95%;
    margin-top: 2rem;
  }

  .search-nav div {
    font-size: 1rem;
  }

  .main-board-product {
    margin-top: 1.125rem;
  }

  .main-source-top {
    width: 100%;
  }

  .home-main-page-inner {
    width: 100%;
  }

  .podcontainer {
    width: 90%;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .podword {
    width: 100%;
    order: 1;
  }

  .podimg {
    width: 100%;
    margin-top: 1.25rem;
    order: 2;
  }

  .solutionitem-title {
    font-weight: 800;
    font-size: 0.875rem;
  }

  .page-bottom-start {
    width: 90%;
    margin-top: 1rem;
  }

  .main-source-top-inner {
    width: 100%;
    padding: 1.25rem 1.875rem;
    padding-top: 1rem;
  }

  .mobilegap {
    display: block;
    background-color: #fff;
    height: 2rem;
  }

  .main-source-desc {
    font-size: 1.125rem;
  }

  .solution-items :nth-child(2) {
    border-right: none;
  }

  .everything-solutions {
    margin-top: 1rem;
  }

  .home-main-video {
    width: 100%;
    margin-top: 1.1rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .logo-container img {
    width: 10.5rem;
  }

  .header-tip {
    letter-spacing: 0;
    font-size: 0.625rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 1rem;
  }

  .header {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .onlymobile {
    display: flex !important;
  }

  .onlymobile .headerlanuage {
    margin-right: 1rem;
  }

  .main-fq-inner {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .main-why-compare .compare-item .compare-title {
    font-size: 1.25rem;
  }

  .main-author {
    padding-bottom: 2rem;
  }

  .author-people-item {
    width: 100%;
    padding: 1.5rem 2.5rem 3.5rem 2.5rem;
    text-align: center;
    margin-top: 1.2rem;
    box-shadow: 0px 2px 4px 3px rgba(29, 46, 59, 0.04);
  }

  .author-item-history {
    bottom: 1rem;
    width: 80%;
  }

  .main-author {
    margin-top: 0;
  }

  .source-item-word .source-item-word-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .source-item-img .startbutton {
    bottom: -3rem;
  }

  .main-why-bottom .why-bottom-title {
    font-size: 1.2rem;
  }

  .main-why {
    padding: 2rem 0rem;

  }

  .main-why-container {
    text-align: center;
  }

  .main-everything {
    padding: 2rem 0.9375rem;
    padding-bottom: 3rem;
  }

  .main-fq-title {
    margin-bottom: 0rem;
  }

  .everything-solutions-title {
    font-size: 1.25rem;
  }

  .main-fq-title {
    font-size: 1.25rem;
  }

  .main-fq-question {
    font-size: 0.875rem;
  }

  .main-fq-answer {
    font-size: 0.8rem;
    padding: 1.25rem 0rem;
  }

  .main-fq {
    padding: 2rem 0rem;
  }

  .solutionitem-desc {

    font-size: 0.75rem;
  }

  .why-left-item-desc {
    font-size: 1rem;
  }

  .footer_word {
    margin-top: 1rem;
  }

  .main-source-item :nth-of-type(2) {
    margin-top: 1rem;
  }

  .main-source-item :nth-of-type(4) {
    margin-top: 1rem;
  }

  .navHamburgerIcon {
    height: 1.125rem;
    width: 1.625rem;
  }

  .navHamburgerIcon div,
  .navHamburgerIcon:before,
  .navHamburgerIcon:after {
    content: "";
    height: 0.1875rem;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 1);
    border-radius: 0rem;
  }

  .navHamburgerIcon:before {
    height: 0.1875rem;
    background: rgb(29, 46, 59);
  }

  .navHamburgerIcon:after {
    height: 0.1875rem;
    background: rgb(29, 46, 59);
  }

  .navHamburgerIcon div {
    margin: .3rem 0rem;
  }

  .lineto {
    display: none;
  }

  .homecover {
    width: 100%;
    padding: 2rem;
    background-color: #fff;
    position: fixed;
    top: 0rem;
    height: 100%;
    z-index: 99;
    overflow: scroll;
    display: none;
    margin-block-start: 0;
  }

  .modalclose {
    font-size: 1.25rem;
    padding: 0.5rem;
    font-family: "Font Awesome 5 Free";
    color: #1d2e3b;
    font-weight: 900;
  }

  .modalclose:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    color: #1d2e3b;
    font-weight: 800;
    font-style: normal
  }

  .iconline {
    text-align: right;
  }

  .home-main-video-title {
    display: none;
  }

  #youvideo {
    /* width: 100%; */
    /* height: 40.625rem; */
  }

  .narrateheader-author {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }

  .narrateheader-left-title {
    font-size: 1.2rem;
  }

  .narrateheader-left-desc {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .narrateheader-guide {
    display: none;
  }

  .narrateheader {
    padding: 1.125rem 0rem;
  }

  .narrateheader-container {
    width: 90%;
  }

  .narrateheader-left {
    width: 100%;
  }

  .narrateheader-container {
    display: block;
  }

  .narratecontainer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .narratecontent {
    width: 90%;
  }

  .narratecontainer-first {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .narratecontent-title {
    font-size: 1.5rem;
    margin-top: 2rem;
    text-align: center;
  }

  .narratecontent-author {
    font-size: 1.5rem;
  }

  .narratecontent-desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .narratecontent-item-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: left;
  }

  .narratecontent-item-desc {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .narratecontent-bottom {
    font-size: 1rem;
    line-height: 2rem;
  }

  .narratecontent-author-yellow {
    font-size: 1.5rem;
  }

  .product-search {
    width: 95%;
    padding-top: 0px;
  }

  .searchgoods-zxj {
    height: 3.5rem;

  }

  .product-search-right {
    width: 100%;
  }

  .searchgoods-zxj img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .search-input {
    font-size: 1rem;
    height: 3.5rem;
  }

  .searchgoods-button {
    height: 3.5rem;
    width: 4.25rem;
  }

  .goods-adtitle {
    font-size: 1.2rem;
  }

  .winnings-products {
    width: 95%;

  }

  .winnings-product-img {
    height: 10rem;
  }

  .winnings-product-title {
    height: auto;
  }

  .winnings-product-data .product-data-desc {
    font-size: 0.5rem;
  }

  .winnings-product-data .product-data-title {
    font-size: 0.58rem;
  }
}