.about-my-shop-container {
  width: 100%;
}

.about-my-shop-container .img-container {
  width: 100%;
}

.about-my-shop-container .img-container img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
}

.nav-bar {
  display: flex;
  justify-content: center;
  margin: .24rem 0;
}

.nav-bar .box {
  line-height: 3;
  background-color: #fafafa;
  display: inline-block;
  margin: 0 auto;
  border-radius: .56rem;
  padding: 0 .187rem;
}

.nav-bar a {
  margin: 0 .187rem
}

.nav-bar a.active,
.nav-bar a:hover {
  background: linear-gradient(to right, #98e05f, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

h2 {
  text-align: center;
  line-height: 3;
}

#about-us .content {
  display: flex;
  flex-wrap: wrap;
  background-image: url('../images/about-background.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#about-us .content .company-description {
  flex-basis: 40%;
}

#about-us .content .service-data,
#about-us .content .services-provided {
  flex-basis: 60%;
}

#about-us .content .company-description h3 {
  font-size: .213rem;
  color: #222;
}

#about-us .content p {
  font-size: .107rem;
  color: #8c8c8c;
  line-height: 2;
}

#about-us .content .service-data .item {
  display: inline-block;
  text-align: center;
  margin: 0 .133rem;
}

#about-us .content .service-data .item span {
  font-size: .187rem;
  background: linear-gradient(to right, #98e05f, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: bold;
}

#about-us .content .services-provided {
  margin: .4rem 0;
  position: relative;
  padding-left: .133rem;
}

#about-us .content .services-provided::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 80%;
  width: .067rem;
  background: linear-gradient(to bottom, #98e05f, #0de3ac);
  border-radius: .067rem;
}

#about-us .content .services-provided p {
  background: linear-gradient(to right, #ff704b, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-size: .133rem;
}

#business-model .content {
  padding: .4rem;
}

#business-model .content img {
  width: 100%;
}

#business-model .content p {
  margin-bottom: .4rem;
  font-size: .133rem;
  color: black;
  font-weight: bold;
}

#legal-disclaimer .content {
  display: flex;
  flex-wrap: wrap;
  font-size: .107rem;
  color: #8c8c8c;
  line-height: 2;
}

#legal-disclaimer .details {
  flex-basis: 100%;
  margin-bottom: .133rem;
}

#legal-disclaimer .details p {
  text-align: center;
}

#legal-disclaimer .disclaimer {
  flex-basis: 50%;
  padding-right: .333rem;
}

#legal-disclaimer .disclaimer h3 {
  font-size: .147rem;
  color: black;
  position: relative;
  padding-left: .133rem;
}

#legal-disclaimer .disclaimer .box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 60%;
  width: .067rem;
  background: linear-gradient(to bottom, #98e05f, #0de3ac);
  border-radius: .067rem;
}

#legal-disclaimer .disclaimer p {
  margin-bottom: .067rem;
}

.history-container {
  position: relative;
}

.history-container .swiper-container {
  padding: .4rem 0;
}

.history-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.history-container .swiper-slide {
  position: relative;
}

.history-container .swiper-button-prev,
.history-container .swiper-button-next {
  position: absolute;
  transform: translateY(100%);
  width: .293rem;
  height: .293rem;
  cursor: pointer;
  top: 0;
}

.history-container .swiper-button-prev {
  background-image: url('../images/btn-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  left: 7.533rem;
  top: -.533rem;
}

.history-container .swiper-button-prev:hover {
  background-image: url('../images/btn-left-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.history-container .swiper-button-next {
  background-image: url('../images/btn-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: 1.067rem;
  top: -.533rem;
}

.history-container .swiper-button-next:hover {
  background-image: url('../images/btn-right-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.history-container .swiper-slide img {
  width: 100%;
}

.history-container .swiper-slide .li {
  position: absolute;
  width: .08rem;
  height: .08rem;
  background: #979797;
  border-radius: 50%;
  cursor: pointer;
}

.history-container .hover-box {
  width: .72rem;
  height: .72rem;
  background: #ffedfd;
  opacity: 0.5;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}

.history-container .li-month .hover-box {
  width: .373rem;
  height: .373rem;
  background: #fef4f2;
}

.history-container .swiper-slide .li:hover .hover-box {
  transform: translate(-50%, -50%) scale(1);
}

.history-container .history-title {
  position: absolute;
  top: 0;
  left: 50%;
  padding-bottom: .053rem;
  transform: translate(-50%, -100%);
  transition: all 0.3s;
  font-size: .12rem;
  width: max-content;
  font-weight: bold;
}

.history-container .swiper-slide .li.li-year:hover .history-title {
  font-size: .187rem;
  color: #fe0bd5;
  font-weight: 700;
  top: -.307rem;
}

.history-container .swiper-slide .li.li-month:hover .history-title {
  font-size: .187rem;
  color: #fe704a;
  font-weight: 700;
  top: -.134rem;
}

.history-container .swiper-slide .li.active.li-year .history-title {
  font-size: .187rem;
  color: #fe0bd5;
  font-weight: 700;
  top: -.307rem;
}

.history-container .swiper-slide .li.active.li-month .history-title {
  font-size: .187rem;
  color: #fe704a;
  font-weight: 700;
  top: -.134rem;
}

.history-container .swiper-slide .li.active .hover-box {
  transform: translate(-50%, -50%) scale(1);
}

.history-container .tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
}

.history-container .swiper-slide .li1 {
  left: 12.4%;
  top: 8%;
}

.history-container .swiper-slide .li2 {
  left: 26%;
  top: 15%;
}

.history-container .swiper-slide .li3 {
  left: 40.4%;
  top: 93%;
}

.history-container .swiper-slide .li4 {
  left: 56.26%;
  top: 32%;
}

.history-container .swiper-slide .li5 {
  left: 72%;
  top: 22%;
}

.history-container .swiper-slide .li6 {
  left: 86.6%;
  top: 87%;
}

.history-content-container {
  padding: .6rem 0;
  position: relative;
  display: none;
}

.history-content-container.active {
  display: block;
}

.history-content-container .history-title {
  background: linear-gradient(to right, #98e05f, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-size: .147rem;
  font-weight: bold;
  width: max-content;
  line-height: 2;
}

.history-content-container p {
  font-size: .093rem;
}

.history-content-container .swiper-button-prev,
.history-content-container .swiper-button-next {
  position: absolute;
  width: .267rem;
  cursor: pointer;
}

.history-content-container .swiper-button-prev {
  background-image: url('../images/history-arr-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: .267rem;
  left: 0;
}

.history-content-container .swiper-button-prev:hover {
  background-image: url('../images/history-arr-right-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.history-content-container .swiper-button-next {
  background-image: url('../images/history-arr-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: .267rem;
  right: 7.4rem;
}

.history-content-container .swiper-button-next:hover {
  background-image: url('../images/history-arr-left-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.achievements-container {
  height: 2.467rem;
  display: flex;
  margin-bottom: .4rem;
}

.achievements-container .left {
  width: 26%;
  float: left;
}

.achievements-container .left .img-box {
  width: 1.533rem;
  margin: 0 auto;
  margin-bottom: .133rem;
}

.achievements-container .left .img-box img {
  width: 100%;
}

.achievements-container .right {
  width: 74%;
  float: left;
  display: flex;
  padding-left: .267rem;
}

.small-container {
  width: .467rem;
}

.small-container .swiper-container {
  width: 100%;
  height: 100%;
}

.small-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.small-container .swiper-slide {
  /* height: .2rem; */
  font-size: .107rem;
  position: relative;
  cursor: pointer;
  /* display: block; */
  text-align: right;
  justify-content: right;
}

.small-container .swiper-slide.swiper-slide-active {
  background: linear-gradient(to right, #98e05f, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: bold;
}

.small-container .swiper-slide::after {
  content: "";
  width: .133rem;
  height: 2px;
  background: linear-gradient(to right, #98e05f, #0de3ac);
  position: absolute;
  left: 0;
  /* top: 50%; */
  /* margin-top: -1px; */
  transform: scale(0);
}

.small-container .swiper-slide.swiper-slide-active::after {
  transform: scale(1);
}

.big-container {
  width: calc((100% - .467rem - .267rem));
}

.big-container .swiper-container {
  width: 100%;
  height: 100%;
}

.big-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; */
  text-align: left;
}

.big-container .swiper-container .swiper-slide {
  height: auto;
}

.big-container .swiper-container {
  padding: 0 .373rem;
  color: #747474;
}

.swiper-scrollbar-drag {
  background: linear-gradient(to bottom, #98e05f, #0de3ac);
}

.big-container .swiper-container h3 {
  font-size: .267rem;
}

.big-container .swiper-container p {
  font-size: .107rem;
}

.big-container .swiper-slide-active {
  color: black;
}

@media screen and (max-width: 750px) {

  #about-us .content .company-description,
  #about-us .content .service-data,
  #about-us .content .services-provided,
  #legal-disclaimer .disclaimer {
    flex-basis: 100%;
  }

  #about-us .content .company-description h3,
  #about-us .content .service-data .item span {
    font-size: .34rem;
  }

  \	#about-us .content .services-provided p,
  #business-model .content p,
  #about-us .content p,
  .history-container .history-title,
  .history-container .swiper-slide .li.active.li-month .history-title,
  .history-content-container .history-title,
  .history-content-container p,
  .small-container .swiper-slide {
    font-size: .3rem;
  }

  .history-container .swiper-container {
    padding: .5rem 0;
  }

  .big-container .swiper-container p,
  #legal-disclaimer .content {
    font-size: .2rem;
  }

  .small-container {
    width: 1.5rem;
  }
}