.container {
  width: var(--page-width);
  margin: 0 auto;
  box-sizing: border-box;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.icon {
  background-size: 2457px 1598px;
  background-repeat: no-repeat;
  background-image: url('/uploads/pages/sprite2.png');
  display: inline-block;
  flex-shrink: 0;
}
.pc-style {
  display: block;
}
.mobile-style {
  display: none;
}
.banner {
  background: url('/uploads/pages/mobile-buy/banner-bg.png') no-repeat center;
  background-size: cover;
  padding: 90px 0 50px;
}
.banner .product-box {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.banner .info_title {
  color: #212642;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
.banner .info_meal {
  color: #313758;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 10px;
}
.banner .info_pri {
  color: #fa603e;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}
.banner .info_pri .pri_mon {
  font-size: 28px;
  font-weight: 600;
}
.banner .info_pri .pri_txt {
  color: #606060;
  font-size: 20px;
  font-weight: 300;
  margin-left: 12px;
}
.banner .info_tip {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: relative;
  margin: 16px 0 10px;
}
.banner .info_tip .icon-tip {
  background-position: -303px -366px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.banner .info_tip .icon-tip:hover + .tip_popup {
  opacity: 1;
  visibility: visible;
}
.banner .info_tip .tip_popup {
  position: absolute;
  bottom: 100%;
  left: 50px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 10px #9e9d9d;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.banner .info_tip .tip_popup:hover {
  opacity: 1;
  visibility: visible;
}
.banner .info_btn {
  padding: 14px 77px;
  background: linear-gradient(89deg, #3fbaff 0%, #3c7eff 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.banner .info_btn:hover {
  background: linear-gradient(89deg, #39a6e6 0%, #3774e6 100%);
}
.banner .info_btn .icon-win {
  background-position: -521px -278px;
  width: 20px;
  height: 21px;
}
.banner .info_btn .icon-mac {
  background-position: -550px -278px;
  width: 19px;
  height: 23px;
}
.banner .btn-mac {
  display: none;
}
.banner .note-box {
  margin-top: 58px;
  padding: 30px 17px;
  background: white;
  box-shadow: 0 0 8px rgba(117, 142, 205, 0.19);
  border-radius: 7px;
}
.banner .note-box .note_title {
  color: #444444;
  font-weight: 600;
}
.banner .note-box ul {
  margin-top: 10px;
}
.banner .note-box ul li {
  list-style-type: disc;
  margin: 10px 0 0 20px;
}
.banner .note-box ul li a {
  color: #3d8bff;
}
.wrap1 {
  padding: 80px 0;
  text-align: center;
}
.wrap1 .wrap_btn {
  color: #fff;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: 35px auto 0;
  padding: 13px 68px;
  background: linear-gradient(89deg, #3fbaff 0%, #3c7eff 100%);
  border-radius: 8px;
}
.wrap1 .wrap_btn:hover {
  background: linear-gradient(89deg, #39a6e6 0%, #3774e6 100%);
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .pc-style {
    display: none;
  }
  .mobile-style {
    display: block;
  }
  .mobile-buy {
    background: url('/uploads/pages/mobile-buy/banner-bg-mb.png') no-repeat center;
    background-size: cover;
    padding: 60px 0 50px;
    text-align: center;
  }
  .banner {
    background: none;
    padding: 0;
  }
  .banner .product-box {
    flex-direction: column;
  }
  .banner .info_title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .banner .product_img {
    width: 203px;
    height: auto;
    margin: 60px auto 50px;
  }
  .banner .info_pri .pri_mon {
    display: none;
  }
  .banner .info_pri .pri_txt {
    font-size: 14px;
    margin-left: 5px;
  }
  .banner .info_tip {
    width: fit-content;
    margin: 16px auto 30px;
  }
  .banner .info_tip .tip_popup {
    bottom: 100%;
    left: 0;
    width: 100%;
  }
  .banner .info_btn {
    margin: 0 auto;
  }
  .banner .note-box {
    margin-top: 42px;
    padding: 18px 20px;
    text-align: left;
  }
  .banner .note-box ul {
    margin-top: 10px;
  }
  .wrap1 {
    padding: 42px 0;
  }
  .wrap1 .wrap_btn {
    margin: 30px auto 0;
  }
}
