.mb0:last-of-type {
  margin-bottom: 0;
}
.mr0:last-of-type {
  margin-right: 0;
}
.index-swiper .swiper-slide {
  height: 100vh;
  background-color: #ccc;
  position: relative;
}
.index-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transform: translateX(-50%);
}
.index-swiper .swiper-slide .text * {
  color: #fff;
}
.index-swiper .swiper-slide .text h2 {
  font-size: 2rem;
  line-height: 1.4;
}
.index-swiper .swiper-slide .text p {
  font-size: 1.25rem;
  line-height: 2;
}
.index-swiper .swiper-slide .text .btn {
  display: flex;
  margin-top: 1rem;
}
.index-swiper .swiper-slide .text .btn a {
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem;
}
.index-swiper .swiper-pagination span {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.index-swiper .swiper-pagination span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loop-bg {
  fill: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loops {
  stroke: #fff;
}
.index-swiper .swiper-pagination .path-loop-bg {
  fill: #fff;
}
.index-swiper .swiper-pagination .path-loops {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 6px;
  stroke-dashoffset: 200px;
}
.index-swiper .swiper-button {
  border: 1px solid #fff;
}
.index-swiper .swiper-button:hover {
  background-color: #fff;
}
.index-swiper .swiper-button:hover::after {
  color: #2d6edb;
}
.index-swiper .swiper-button::after {
  color: #fff;
}
.buy {
  background-color: #f7f7f7;
}
.buy .content {
  display: flex;
  flex-wrap: wrap;
}
.buy .content .item {
  width: calc((100% - (4 - 1) * 1rem) / 4);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.buy .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.buy .content .item {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.buy .content .item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0 0.5rem #ebebeb;
}
.buy .content .item h6 {
  font-size: 0.9rem;
  text-align: center;
}
.buy .content .item h6:hover {
  color: #2d6edb;
}
.buy .content .item .img {
  display: block;
  margin: 1rem 0;
}
.buy .content .item .text .list {
  margin-top: 1rem;
}
.buy .content .item .text .list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy .content .item .text p {
  font-size: 0.6rem;
}
.buy .content .item .text span,
.buy .content .item .text p {
  line-height: 1.6;
}
.buy .content .item .text span strong,
.buy .content .item .text p strong {
  color: red;
  font-size: 1rem;
}
.buy .content .item .text a {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  border: 1px solid #2d6edb;
}
.buy .content .item .text a:hover {
  background-color: #2d6edb;
  color: #fff;
}
.buy-detail {
  background-color: #f7f7f7;
}
.buy-detail .content {
  border-radius: 0.5rem;
}
.buy-detail .content > div {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.buy-detail .top {
  display: flex;
  margin-bottom: 2rem;
}
.buy-detail .top .field p {
  line-height: 2;
}
.buy-detail .top .field strong {
  font-size: 1rem;
  color: red;
}
.buy-detail .top .field-con {
  display: flex;
  margin-top: 1rem;
}
.buy-detail .top .field-con .item {
  margin-right: 3rem;
}
.buy-detail .top .field-con .item > p {
  font-weight: bold;
}
.buy-detail .top .field-con a {
  margin-top: 1rem;
}
.buy-detail .top .field-con a {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  border: 1px solid #2d6edb;
}
.buy-detail .top .field-con a:hover {
  background-color: #2d6edb;
  color: #fff;
}
.buy-detail .top .img {
  width: 20rem;
  height: 15rem;
  margin-right: 1rem;
}
.buy-detail .top .img img {
  height: auto;
}
.buy-detail .top .text h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .menu-container .content a {
    padding: 0 0.8rem;
  }
  .buy .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .buy-detail .top .img {
    display: none;
  }
  .buy-detail .top .field-con {
    flex-wrap: wrap;
  }
  .buy-detail .top .field-con .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .buy-detail .top .field-con .field {
    position: relative;
  }
  .buy-detail .top .field-con .field a {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
  }
}
