.btn-box {
  column-gap: 14px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-box .comon-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: linear-gradient(114deg, #ffd046 0%, #fd5b4b 100%);
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 12px;
  column-gap: 10px;
  font-weight: 400;
}
.btn-box .comon-download-btn:hover {
  transform: translateY(-8px);
}
.btn-box .comon-download-btn:nth-child(2) {
  border: 1px #fe804a solid;
  box-sizing: border-box;
  color: #fe804a;
  background: #fff;
}
.btn-box .icon-win {
  background-position: -117px -709px;
  width: 19px;
  height: 19px;
}
.btn-box .icon-mac {
  background-position: -236px -24px;
  width: 17px;
  height: 21px;
}
.wrap-1,
.wrap-2,
.wrap-3 {
  margin-top: 100px;
}
.wrap-title {
  color: #353535;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
#store {
  padding-bottom: 120px;
}
.banner {
  background: url('../img/common-banner.png') no-repeat center;
  background-size: 100% 100%;
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
}
.banner .banner-icon {
  background-position: -1668px -792px;
  width: 211px;
  height: 211px;
  display: block;
  margin: 0 auto 23px;
}
.banner .banner_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap_product {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.wrap_product .product_option {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 520px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 43px 35px;
  border-radius: 20px;
}
.wrap_product .product_option::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 0;
}
.wrap_product .product_option.music .option_logo {
  background-position: -1073px -792px;
}
.wrap_product .product_option.music::after {
  background: url('../img/store/music-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap_product .product_option.nvd .option_logo {
  background-position: -1272px -792px;
}
.wrap_product .product_option.nvd::after {
  background: url('../img/store/nvd-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap_product .product_option.sc .option_logo {
  background-position: -875px -792px;
}
.wrap_product .product_option.sc::after {
  background: url('../img/store/sc-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap_product .product_option.avd .option_logo {
  background-position: -1470px -792px;
}
.wrap_product .product_option.avd::after {
  background: url('../img/store/avd-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap_product .product_option.sfv .option_logo {
  background-position: -91px -1635px;
}
.wrap_product .product_option.sfv::after {
  background: url('../img/store/sfv-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap_product .option_logo {
  width: 159px;
  height: 226px;
  flex-shrink: 0;
  margin-right: 30px;
}
.wrap_product .option_detail {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.wrap_product .detail_title {
  color: #353535;
}
.wrap_product .detail_desc {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}
.wrap_product .detail_pri {
  color: #fb6131;
}
.wrap-2 {
  text-align: center;
}
.wrap-2 .wrap_logo {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  column-gap: 40px;
  width: fit-content;
}
.wrap-2 .icon {
  width: 98px;
  height: 62px;
}
.wrap-2 .icon-accept1 {
  background-position: -1549px -1197px;
}
.wrap-2 .icon-accept2 {
  background-position: -1685px -1197px;
}
.wrap-2 .icon-accept3 {
  background-position: -1822px -1197px;
}
.wrap-2 .icon-accept4 {
  background-position: -1959px -1197px;
}
.wrap-2 .icon-accept5 {
  background-position: -2096px -1197px;
}
.wrap-2 .icon-accept6 {
  background-position: -2233px -1197px;
}
.wrap-2 .icon-accept7 {
  background-position: -2370px -1197px;
}
.wrap-3 {
  text-align: center;
}
.wrap-3 .wrap_swiper {
  overflow: hidden;
}
.wrap-3 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 19px;
}
.wrap-3 .swiper-wrapper .swiper-slide {
  flex: 1;
  background: #f9f9fb;
  border-radius: 9px;
  padding: 55px 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.wrap-3 .icon1 {
  background-position: -501px -790px;
  width: 58px;
  height: 67px;
}
.wrap-3 .icon2 {
  background-position: -591px -792px;
  width: 56px;
  height: 54px;
}
.wrap-3 .icon3 {
  background-position: -676px -791px;
  width: 68px;
  height: 60px;
}
.wrap-3 .icon4 {
  background-position: -776px -790px;
  width: 60px;
  height: 51px;
}
.wrap-3 .slide_txt {
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
}
@media (max-width: 780px) {
  #store {
    padding-bottom: 100px;
  }
  .btn-box .comon-download-btn {
    font-size: 12px;
  }
  .wrap-title {
    font-size: 16px;
  }
  .swiper-pagination-bullet {
    background-color: #f7722f;
  }
  .banner {
    background: url('../img/common-banner-m.png') no-repeat center;
    background-size: cover;
    padding: 52px 0 82px;
  }
  .banner .banner-icon {
    background-position: -1349px -1197px;
    width: 160px;
    height: 161px;
  }
  .banner .banner_title {
    font-size: 36px;
  }
  .wrap_product {
    gap: 60px 0;
  }
  .wrap_product .product_option {
    flex: 0 0 100%;
    flex-direction: column;
    padding: 33px 20px;
    text-align: center;
  }
  .wrap_product .option_logo {
    margin: 0 0 20px;
  }
  .wrap-2 .wrap_logo {
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto 0;
    gap: 20px;
  }
  .wrap-3 .wrap_swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
  }
  .wrap-3 .swiper-wrapper {
    column-gap: 0;
  }
  .wrap-3 .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
    background: #f9f9fb;
    border-radius: 9px;
    padding: 55px 20px;
  }
  .wrap-3 .slide_txt {
    color: #353535;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
  }
}
