.mainBg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.mainBg .left, .mainBg .right {
  position: absolute;
  width: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.mainBg .left {
  left: 0;
  background-position: left 2500px;
  background-image: url("../img/bag/fullColorBag.png");
}
.mainBg .right {
  right: 0;
  background-position: right 900px;
  background-image: url("../img/bag/smileBag_lg.png");
}

section.bSlider {
  position: relative;
  padding: 0 0 50px;
}
section.bSlider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 1px #fff solid;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.bSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
section.bSlider .swiper-button-next, section.bSlider .swiper-button-prev {
  color: #fff;
}

section.focus {
  position: relative;
  padding: 50px 0;
}
section.focus .toolbar {
  padding-top: 80px;
  margin-bottom: 150px !important;
}
section.focus .toolbar .bLine {
  position: absolute;
  width: 150%;
  height: 40px;
  top: 0;
  right: 120px;
  border-radius: 30px;
  background-color: #186dae;
}
section.focus .toolbar .text {
  position: absolute;
  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;
  width: 2000px;
  bottom: 0;
  right: 380px;
}
section.focus .toolbar .text .ll, section.focus .toolbar .text .rl {
  height: 2px;
  background-color: #000;
  margin: 0 10px;
}
section.focus .toolbar .text .ll {
  width: 1000px;
}
section.focus .toolbar .text .rl {
  width: 60px;
}
section.focus .toolbar .text .dot {
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
section.focus a {
  width: 100%;
}
section.focus a .block {
  position: relative;
  border: 4px #235093 dotted;
  padding: 8px;
  border-radius: 45px;
}
section.focus a .block .icon {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  left: 0;
  right: 0;
  margin: auto;
  top: -10%;
  z-index: 10;
}
section.focus a .block .icon img {
  width: 100%;
}
section.focus a .block .imgCnt {
  border-radius: 40px;
  -webkit-box-shadow: -3px 0px 8px #aaa;
          box-shadow: -3px 0px 8px #aaa;
}

section.product {
  position: relative;
  padding: 50px 0;
}
section.product .card {
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
section.product .card.hotTip::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 2px;
  right: 2px;
  background: url("../img/icon/hotTip.png") no-repeat;
  background-size: contain;
  z-index: 100;
}
section.product .card.newTip::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  top: 2px;
  right: 2px;
  background: url("../img/icon/newTip.png") no-repeat;
  background-size: contain;
  z-index: 100;
}
section.product .card .faviBtn {
  position: absolute;
  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;
  width: 25px;
  height: 25px;
  top: 10px;
  left: 10px;
  z-index: 100;
}
section.product .card .faviBtn .fa-heart:nth-child(1) {
  display: block;
}
section.product .card .faviBtn .fa-heart:nth-child(2) {
  display: none;
}
section.product .card .faviBtn.joined {
  color: #d12525;
}
section.product .card .faviBtn.joined .fa-heart:nth-child(1) {
  display: none;
}
section.product .card .faviBtn.joined .fa-heart:nth-child(2) {
  display: block;
}
section.product .card .card-body {
  border-radius: 5px;
  border: 2px #235093 solid;
  padding: 6px;
  background-color: #ddd;
}
section.product .card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  padding: 10px 0;
}
section.product .card .card-footer .title {
  font-size: 24px;
  font-weight: bold;
}
section.product .card .card-footer .salePrice {
  font-size: 20px;
  font-weight: bold;
  color: #d12525;
}
section.product .card .card-footer .originPrice, section.product .card .card-footer .originPrice span {
  color: #aaa;
  text-decoration-line: line-through;
}
section.product .card .card-footer .goCartBtn {
  padding-right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.product .card .card-footer .goCartBtn span {
  display: none;
}
section.product .card .card-footer .goCartBtn:hover {
  padding-right: 10px;
}

section.brands {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
section.brands .content {
  position: relative;
  width: 100%;
  height: 256px;
  max-width: 80%;
  margin: 0 auto 50px;
  padding: 25px;
  background-color: #faf6f7;
}
section.brands .content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -160px;
  border: 128px transparent solid;
  border-width: 128px 80px;
  border-right-color: #faf6f7;
}
section.brands .content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -160px;
  border: 128px transparent solid;
  border-width: 128px 80px;
  border-left-color: #faf6f7;
}
section.brands .content .swiper {
  height: 100%;
}
section.brands .content .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.brands .content .swiper .swiper-slide a {
  width: 100%;
}
section.brands .content .swiper-button-next, section.brands .content .swiper-button-prev {
  width: 62px;
  height: 133px;
  margin-top: -66px;
}
section.brands .content .swiper-button-next::after, section.brands .content .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
}
section.brands .content .swiper-button-next {
  right: -120px;
}
section.brands .content .swiper-button-next::after {
  background: url("../img/icon/rightArrow.png");
}
section.brands .content .swiper-button-prev {
  left: -120px;
}
section.brands .content .swiper-button-prev::after {
  background: url("../img/icon/leftArrow.png");
}

/* ==============================================  media  ============================================ */
@media (max-width: 768px) {
  section.focus {
    padding: 30px 0;
  }
  section.focus .toolbar {
    margin-bottom: 80px !important;
  }
  section.focus .toolbar .bLine {
    right: 0px;
  }
  section.focus .toolbar .text {
    width: 1000px;
    right: 100px;
  }
  section.focus .toolbar .text .ll {
    width: 600px;
  }
  section.focus a .block.mb6 {
    margin-bottom: 15%;
  }
  section.hotProd .card .card-footer .title {
    font-size: 22px;
  }
  section.hotProd .card .card-footer .salePrice {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  section.focus .toolbar .text {
    right: 30px;
  }
  section.focus .toolbar .text .rl {
    width: 20px;
  }
  section.product .card {
    margin-bottom: 20px;
  }
  section.product .card.hotTip::after {
    width: 60px;
    height: 60px;
  }
  section.product .card.newTip::after {
    width: 68px;
    height: 68px;
  }
  section.product .card .card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
  }
  section.product .card .card-footer .title {
    font-size: 18px;
  }
  section.product .card .card-footer .normalPrice {
    font-size: 16px;
  }
  section.product .card .card-footer .salePrice, section.product .card .card-footer .originPrice {
    font-size: 14px;
  }
  section.product .card .card-footer .goCartBtn {
    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;
    color: #fff;
    background-color: #0d6fb8;
    padding: 5px 0px 7px;
    border-radius: 5px;
    margin-top: 8px;
  }
  section.product .card .card-footer .goCartBtn img {
    width: 30px;
  }
  section.product .card .card-footer .goCartBtn span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 2px 5px 0;
  }
  section.product .card .card-footer .goCartBtn:hover {
    padding: 5px 0px 7px;
    border-radius: 20px;
  }
}