.banner {
  background-color: #f9f6ff;
  padding: 64px 0;
}
h1 {
  color: #5c2cb3;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

/* hot_bundle */
.bundle_top {
  text-align: center;
  margin: 54px auto;
  text-align: center;
}
.hot_bundle h2 {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  line-height: 36px;
}
.hot_bundle h3 {
  background-color: #fff6ef;
  margin: 26px auto 0;
  border-radius: 66px 66px 66px 66px;
  line-height: 72px;
  font-size: 52px;
  font-weight: 600;
  width: fit-content;
  max-width: 480px;
  width: 100%;
  color: #fdaf38;
}

/* buy_box */
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.buy_box {
  margin: 60px auto;
}
.buy_box .buy_item {
  border: 2px solid #edeaff;
  max-width: 368px;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.buy_box .buy_top {
  background-color: #edeaff;
  padding: 64px 4px 32px 4px;
}
.buy_box .buy_bottom {
  padding: 30px 10px 20px 10px;
}
.buy_box .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.buy_box .info {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 14px;
  margin: 14px 0;
  font-weight: 300;
}
.buy_box .price {
  font-size: 42px;
  color: rgb(45, 29, 66);
  font-weight: 600;
}
.buy_box .price_del {
  color: #111;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  opacity: 0.8;
}
.buy_box .price_del del {
  margin-right: 20px;
}
.buy_box .buy_bottom ul {
  margin: 4px 20px 24px 40px;
}
.buy_box .buy_bottom ul li {
  text-align: left;
  margin-bottom: 8px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #2d1b63;
}
.buy_box .buy_bottom li i {
  display: inline-block;
  background: url(/img/buy/ok.svg);
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-right: 8px;
}
.buy_box .buy_bottom ul li a:hover {
  text-decoration: underline;
}
a.buy {
  background-color: #2ad6bf;
  border-radius: 28px;
  font-size: 17px;
  color: #ffffff;
  line-height: 42px;
  min-width: 124px;
  box-sizing: border-box;
  padding: 0 16px;
  display: inline-block;
  transition: transform 0.2s;
  margin: 10px 6px;
}
a.buy i.win_icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 4px;
  vertical-align: -5px;
  background: url(/img/buy/windows-white.svg) no-repeat;
}
a.buy i.mac_icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 4px;
  vertical-align: -5px;
  background: url(/img/buy/mac-white.svg) no-repeat;
}
a.buy:hover {
  transform: scale(1.1);
}
.buy_box .version {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 16px;
  margin: 30px 0 16px;
}
.buy_box p.other {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.buy_box .buy_item .off {
  position: absolute;
  width: 71px;
  height: auto;
  display: inline-block;
  top: 0;
  right: 0;
}
.buy_box .buy_item.best::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/buy/Group-1399.png);
  top: 0;
  right: 0;
}
.buy_box .buy_item.fifty-off::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/buy/50off.png) no-repeat;
  top: 0;
  right: 0;
}
.buy_box .buy_item.thirty-off::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 69px;
  background: url(/img/buy/30off-icon-vs.png) no-repeat;
  top: 0;
  right: 0;
}
.buy_box .buy_item.forty-off::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/buy/40off.svg) no-repeat;
  top: 0;
  right: 0;
}
.buy_box .buy_item.best.buy_ja::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/ja/buy/special-off.png);
  top: 0;
  right: 0;
}
.buy_box .buy_item.best.buy_fr::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/fr/buy/Group-48095536.png);
  top: 0;
  right: 0;
}
.buy_box .buy_item.best.buy_de::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/de/buy/special-off.png);
  top: 0;
  right: 0;
}
.buy_box .buy_item.best.buy_es::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/es/buy/special-off.png);
  top: 0;
  right: 0;
}
.buy_box .buy_item.best.buy_pt::before {
  content: '';
  position: absolute;
  width: 71px;
  height: 67px;
  background: url(/img/pt/buy/special-off.png);
  top: 0;
  right: 0;
}





.product {
  margin-top: 40px;
}
.product .container {
  max-width: 1138px;
}
.product_top {
  padding: 40px;
}
.product .info {
  font-size: 18px;
  color: #767676;
  text-align: center;
  max-width: 1100px;
  margin: 26px auto 0px;
}
.product h2 {
  color: #181818;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  max-width: 1100px;
  margin: 0px auto;
}
.product ul {
  margin-top: 20px;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.product ul > li {
  max-width: 358px;
  width: 100%;
  margin-bottom: 32px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  text-align: center;
  padding: 48px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product ul > li .title {
  display: block;
  height: 56px;
  color: rgb(33, 33, 33);
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  max-width: 294px;
  margin: 40px auto 0px;
}
.product ul > li img {
  max-width: 100px;
}

.product .li_bottom {
  display: flex;
  flex-direction: column;
}

.product ul > li .info {
  font-size: 16px;
  color: rgb(122, 122, 122);
  line-height: 28px;
  font-weight: 400;
  max-width: 300px;
  margin: 20px auto;
}
.product .box {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.product .item {
  margin: 20px 8px 0px;
  width: 538px;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 26px 30px 34px;
  border-radius: 20px;
  text-align: center;
}
.product .item img {
  height: 61px;
  width: auto;
  display: block;
  margin: 0px auto;
}
.product .item .title {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 40px;
}
.product .item .price {
  color: #000;
  width: 124px;
  margin: 30px auto;
}
.product .item .price span {
  color: #000;
}
.product .item .des {
  color: #666;
  max-width: 370px;
  margin: 40px auto;
  font-size: 16px;
  line-height: 28px;
}
.product .item .price span:nth-child(1) {
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
}
.product .item .price span:nth-child(2) {
  font-size: 66px;
  font-weight: 900;
}
.product .item .price span:nth-child(3) {
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
}
.product .item .btn {
  max-width: 280px;
  margin: auto;
}
.btn {
  text-align: center;
  margin: 0 auto;
}
.product {
  margin-bottom: 60px;
}
.product .price {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px;
  color: #ff0000;
  font-size: 36px;
  font-weight: bold;
}

.only {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1480px) {
  .buy_box {
    max-width: 1230px;
    justify-content: center;
  }
  .buy_box .buy_item {
    margin: 20px;
  }
}
@media (max-width: 1140px) {
  .container {
    padding: 0 20px;
  }
  .buy_box {
    max-width: 900px;
  }
  .product ul{
    justify-content: center;
  }
}
@media (max-width: 1050px) {
  .product ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product ul li {
    margin-bottom: 30px;
  }
  .product {
    margin-bottom: 90px;
  }
}
@media (max-width: 900px) {
  .buy_box .buy_item,
  .ensure ul li {
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .product .box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .product .item {
    max-width: 540px;
    width: 100%;
    margin: 20px auto;
  }
  .product .item .price {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: normal;
  }
}
@media (max-width: 540px) {
  .buy_box {
    margin: 60px auto 30px;
  }
}
@media (max-width: 480px) {
  .bundle_inner > img {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .buy_box .buy_bottom ul {
    margin: 24px 10px 30px 10px;
  }
}
