/*order-option*/
/*order-option*/
.AG亚娱-selling-points {
  background-color: #fff;
  overflow: hidden;
}
.AG亚娱-selling-points-container {
  max-width: 91.1111111111vw;
  margin: 0 auto;
}
.AG亚娱-selling-points-item {
  padding: 60px 0;
}
.AG亚娱-selling-points-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .AG亚娱-selling-points-item-left .AG亚娱-selling-points-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .AG亚娱-selling-points-item-left .AG亚娱-selling-points-item-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.AG亚娱-selling-points-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.AG亚娱-selling-points-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 656/490;
  border-radius: 12px;
}
.AG亚娱-selling-points-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 80px;
}
.AG亚娱-selling-points-item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.95);
}
.AG亚娱-selling-points-item-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  margin: 16px 0 48px;
}
.AG亚娱-selling-points-item-btn {
  display: inline-block;
  padding: 10px 32px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
  color: rgb(26, 29, 37);
  border: 0.6px solid rgb(26, 29, 37);
  border-radius: 4px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.AG亚娱-selling-points-item-btn:hover {
  background: rgb(26, 29, 37);
  color: #fff;
}
.AG亚娱-selling-points .swiper-pagination-lock {
  display: none !important;
}
.AG亚娱-selling-points .swiper-pagination-progressbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .AG亚娱-selling-points {
    background-color: #fff;
    width: 100%;
    padding: 0 16px;
  }
  .AG亚娱-selling-points-container {
    max-width: none;
    margin: 0;
    overflow-x: unset;
    padding: 50px 0;
    overflow: unset;
  }
  .AG亚娱-selling-points-item {
    padding: 0;
    width: 88.8vw;
  }
  .AG亚娱-selling-points-item-wrapper {
    display: block;
  }
  .AG亚娱-selling-points-item-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    aspect-ratio: 333/250;
    border-radius: 6px;
  }
  .AG亚娱-selling-points-item-content {
    padding: 0;
    border-radius: 6px;
    margin-bottom: 6px;
    background: rgb(246, 246, 246);
    padding: 30px 15px;
    overflow: hidden;
  }
  .AG亚娱-selling-points-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.95);
  }
  .AG亚娱-selling-points-item-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.62;
    color: rgba(0, 0, 0, 0.6);
    margin: 14px 0;
  }
  .AG亚娱-selling-points-item-btn {
    padding: 10px 32px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    border: 0.6px solid rgb(0, 0, 0);
    border-radius: 4px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .AG亚娱-selling-points-item-btn:hover {
    background: rgb(0, 0, 0);
    color: #fff;
  }
  .AG亚娱-selling-points .swiper-pagination-progressbar {
    display: block;
    background: #9e9a94;
    height: 2px;
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  .AG亚娱-selling-points .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(0, 0, 0, 0.95);
  }
}