.wrap-margin {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-margin {
    margin-top: 70rem;
  }
}
.main-margin {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main-margin {
    margin-top: 40rem;
  }
}
.wrap-text {
  text-align: center;
  color: #0000008f;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.banner {
  background: url('/img/index/banner-bg.png') no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.banner .banner_left {
  flex: 0 0 462px;
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.banner .banner_left .banner_title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
.banner .banner_left h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.5;
}
.banner .banner_left .banner_jump {
  display: block;
  color: #16efd5;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.banner .banner_right {
  flex: 0 0 470px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  gap: 0 30px;
}
.banner .banner_right .right_item {
  flex: 0 0 218px;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #737373;
  font-size: 13px;
  font-weight: 600;
}
.banner .banner_right .right_item:nth-child(odd) {
  margin-top: 30px;
}
.banner .banner_right .item_title {
  margin: 18px 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.banner .banner_right .item_desc {
  line-height: 1.5;
}
.banner .banner_right .item_desc a {
  color: #008f77;
}
.banner .banner_right .item_button {
  padding: 12px 24px;
  border-radius: 47px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #050505;
  background-color: #ffffff;
  border: #000000 1px solid;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.5s;
}
.banner .banner_right .item_button:hover {
  color: #fff;
  background-color: #050505;
}
.download_box>a{
  padding: 12px 24px;
  border-radius: 47px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #050505;
  background-color: #ffffff;
  border: #000000 1px solid;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.5s;
}
.download_box>a::before{
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: url(/img/buy/windows-gray.svg) no-repeat;
  background-size: contain;
}
.download_box>a.download-mac::before{
  background: url(/img/buy/mac-gray.svg) no-repeat;
  background-size: contain;
}
.download_box>a:hover {
  color: #fff;
  background-color: #050505;
}
.download_box>a:hover::before{
  background: url(/img/buy/windows-white.svg) no-repeat;
  background-size: contain;
}
.download_box>a.download-mac:hover::before{
  background: url(/img/buy/mac-white.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .banner {
    padding: 50px 0;
  }
  .banner .banner_left .banner_title,
  .banner .banner_left h2 {
    font-size: 36px;
  }
  .banner .banner_left h2 {
    margin: 50px 0 20px;
  }
}
@media (max-width: 1024px) {
  .banner .banner_left {
    flex: 0 0 100%;
  }
  .banner .banner_right {
    display: none;
  }
}
.wrap-1 {
  position: relative;
  margin-top: 100px;
}
.wrap-1::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/common/wrap-1-bg.png);
  width: 400px;
  height: 571px;
  background-size: 100% 100%;
  right: 0;
  top: -100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 70rem;
  }
}
.wrap-1 .wrap-main {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-main {
    margin-top: 40rem;
  }
}
.wrap-1 .grids-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.wrap-1 .grids-wrap-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 55px 30px;
  border-radius: 12px;
  background-color: #fcfcfc;
  gap: 20px;
}
.wrap-1 .grids-wrap-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.wrap-1 .grids-wrap-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.wrap-1 .grids-wrap-desc {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 2;
  text-align: center;
}
.wrap-1 .grids-wrap-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-image: linear-gradient(110deg, #26d3be 0%, #108be4 100%);
  border-radius: 7px;
  padding: 15px 30px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  text-align: center;
}
.wrap-1 .grids-wrap-button .iconfont {
  margin-right: 20px;
  font-size: 24px;
  vertical-align: -2px;
}
.wrap-1 .grids-wrap-button:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 996px) {
  .wrap-1 .grids-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-1::after {
    display: none;
  }
  .wrap-1 .grids-wrap {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }
  .wrap-1 .grids-wrap-item {
    padding: 25rem;
  }
  .wrap-1 .grids-wrap-item img {
    width: 72rem;
    height: 72rem;
  }
  .wrap-1 .grids-wrap-desc {
    font-size: 14rem;
  }
  .wrap-1 .grids-wrap-button {
    margin-top: 10rem;
    font-size: 16rem;
    border-radius: 6px;
    color: #fff;
    background-color: #21d2bd;
    font-weight: 600;
    padding: 15rem 20rem;
    transition: all 0.3s;
  }
  .wrap-1 .grids-wrap-button:hover {
    background-color: #13af9c;
  }
  .wrap-1 .grids-wrap-button.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .wrap-1 .grids-wrap-button.has-icon .iconfont {
    font-size: 20px;
  }
  .wrap-1 .grids-wrap-button.has-icon:hover {
    transform: translateY(-8px);
  }
}
.wrap-2 {
  position: relative;
  margin-top: 150px;
}
.wrap-2::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/common/wrap-1-bg.png);
  width: 400px;
  height: 571px;
  background-size: 100% 100%;
  left: 0;
  top: -80px;
  z-index: -1;
}
.wrap-2 .grids-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .wrap-2 .grids-wrap {
    margin-top: 40rem;
  }
}
.wrap-2 .grids-wrap-item {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 8px;
  background-color: #f9fbfb;
  gap: 50px;
  min-height: 223px;
}
.wrap-2 .grids-wrap-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.wrap-2 .grids-wrap-desc {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    margin-top: 70px;
  }
  .wrap-2::after {
    display: none;
  }
  .wrap-2 .grids-wrap {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
  }
  .wrap-2 .grids-wrap-item {
    padding: 20rem;
    gap: 30rem;
    min-height: unset;
  }
  .wrap-2 .grids-wrap-h3 {
    font-size: 18rem;
  }
  .wrap-2 .grids-wrap-desc {
    margin-top: 15rem;
    font-size: 14rem;
  }
}
.wrap-3 {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #141828;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    margin-top: 70rem;
  }
}
.wrap-3 .wrap-h2 {
  color: #fff;
}
.wrap-3 .media-swiper {
  margin: 50px auto 0;
  max-width: 950px;
}
.wrap-3 .media-swiper .swiper-wrapper {
  padding-bottom: 55px;
}
.wrap-3 .media-swiper .swiper-slide {
  padding: 0 40px;
}
.wrap-3 .media-swiper .swiper-slide-info {
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 2;
  background-color: #3a3f87;
  position: relative;
}
.wrap-3 .media-swiper .swiper-slide-info::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #3a3f87;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: -10px;
}
.wrap-3 .media-swiper .swiper-slide-user {
  margin-top: 35px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.wrap-3 .media-swiper .swiper-slide-user img {
  border: 3px solid #ffffff;
  border-radius: 999px;
  object-fit: cover;
}
.wrap-3 .media-swiper .swiper-slide-name {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.wrap-3 .media-swiper .swiper-slide-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.wrap-3 .media-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.wrap-3 .media-swiper .swiper-button-next,
.wrap-3 .media-swiper .swiper-button-prev {
  color: #fff;
}
.wrap-3 .media-swiper .swiper-button-next .iconfont,
.wrap-3 .media-swiper .swiper-button-prev .iconfont {
  font-size: 50px;
}
.wrap-3 .media-swiper .swiper-button-next::after,
.wrap-3 .media-swiper .swiper-button-prev::after {
  display: none;
}
.wrap-3 .media-swiper .swiper-button-prev {
  left: 0;
}
.wrap-3 .media-swiper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    padding: 50rem 0;
  }
  .wrap-3 .media-swiper {
    margin: 50rem auto 0;
    width: 100%;
  }
  .wrap-3 .media-swiper .swiper-wrapper {
    padding-bottom: 55rem;
  }
  .wrap-3 .media-swiper .swiper-slide {
    padding: 0 40rem;
  }
  .wrap-3 .media-swiper .swiper-slide-info {
    padding: 20rem;
    border-radius: 5rem;
    font-size: 16rem;
  }
  .wrap-3 .media-swiper .swiper-slide-user {
    margin-top: 35rem;
    gap: 25rem;
  }
  .wrap-3 .media-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .wrap-3 .media-swiper .swiper-button-next .iconfont,
  .wrap-3 .media-swiper .swiper-button-prev .iconfont {
    font-size: 40rem;
  }
  .wrap-3 .media-swiper .swiper-button-prev {
    left: 10rem;
  }
  .wrap-3 .media-swiper .swiper-button-next {
    right: 10rem;
  }
}
.wrap-4 {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    margin-top: 70rem;
  }
}
.wrap-4 .flex-wrapper {
  margin-top: 50px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .wrap-4 .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-4 .wrap-item {
  box-shadow: 0 0 55px 5px rgba(0, 0, 0, 0.06);
  border: 1px solid #fff;
  padding: 25px 25px 55px;
  background-color: #fff;
  text-align: center;
  flex: 0 0 225px;
  transition: box-shadow 0.3s;
}
.wrap-4 .wrap-item:hover {
  box-shadow: 0 0 55px 5px rgba(0, 0, 0, 0.1);
}
.wrap-4 .wrap-item .iconfont {
  padding: 30px;
  font-size: 50px;
  color: #21d2bd;
  display: block;
  transition: all 0.3s;
}
.wrap-4 .wrap-item .iconfont:hover {
  transform: scale(1.2);
}
.wrap-4 .wrap-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 25px 0 10px;
}
.wrap-4 .wrap-item-info {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    padding: 0 15rem 70rem;
    width: 100%;
    box-sizing: border-box;
  }
  .wrap-4 .flex-wrapper {
    gap: 25rem;
    flex-direction: column;
  }
  .wrap-4 .wrap-item {
    padding: 25rem 25rem 55rem;
    flex: unset;
    width: 100%;
  }
  .wrap-4 .wrap-item .iconfont {
    padding: 30rem;
    font-size: 50rem;
  }
  .wrap-4 .wrap-item-title {
    font-size: 24rem;
    margin: 25rem 0 10rem;
  }
  .wrap-4 .wrap-item-info {
    font-size: 14rem;
  }
}
