main {
  background: url(../img/new-buy/banner.webp) no-repeat top;
  background-size: contain;
}
main .container {
  width: 1080px;
  margin: 0 auto;
}
body {
  font-size: 16px;
}
.banner {
  padding-top: 118px;
}
.banner .banner-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 53px;
  gap: 32px;
}
.banner .banner-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #595959;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 32px;
  border-right: 1.5px solid #c9c9c9;
}
.banner .banner-list li:last-child {
  border-right: none;
}
.banner .banner-list li img {
  width: 20px;
  height: 20px;
}
.banner .banner-title {
  color: #161616;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto;
  line-height: 2;
}
.banner .banner-btn {
  margin: 30px auto;
  display: block;
  width: max-content;
  font-size: 18px;
  color: #3b7fff;
  text-decoration: underline;
}
.buy-box-main {
  box-shadow: 0 1px 54px rgba(104, 103, 127, 0.17);
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.buy-box-main .product-tab {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 0 0 208px;
  padding: 6px;
  background: #fafafa;
}
.buy-box-main .product-tab-item {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fafafa;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
}
.buy-box-main .product-tab-item a {
  color: #212121;
  font-size: 16px;
  opacity: 0.8;
}
.buy-box-main .product-tab-item a:hover {
  text-decoration: underline;
}
.buy-box-main .product-tab-item img {
  opacity: 0.8;
}
.buy-box-main .product-tab-item.active {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 54px -12px rgba(104, 103, 127, 0.17);
}
.buy-box-main .product-tab-item.active a {
  opacity: 1;
}
.buy-box-main .product-tab-item.active img {
  opacity: 1;
}
.buy-box-main .product-plan {
  background: #fff;
  flex: 1;
}
.buy-box-main .product-plan .left-title {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
}
.buy-box-main .product-plan .left-mini-title {
  color: #161616;
  font-size: 14px;
  font-weight: 600;
}
.buy-box-main .product-plan .product-plan-item_info {
  color: #353535;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.buy-box-main .product-plan .platform-icon-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.buy-box-main .product-plan .product-plan-main {
  display: flex;
}
.buy-box-main .product-plan .product-plan-main-left {
  padding: 30px 30px 0 30px;
  flex: 1;
}
.buy-box-main .product-plan .product-plan-main-left > h3 {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.buy-box-main .product-plan .product-plan-main-left > p {
  margin: 13px 0;
  color: #161616;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.buy-box-main .product-plan .product-plan-main-left > img {
  object-fit: cover;
}
.buy-box-main .product-plan .product-plan-main-left ul li {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #505050;
  padding-left: 30px;
}
.buy-box-main .product-plan .product-plan-main-left ul li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 19px;
  background-image: url(../img/new-buy/intro-before-1.svg);
  background-size: 100% 100%;
}
.buy-box-main .product-plan .product-plan-main-left ul li > p {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.buy-box-main .product-plan .product-plan-main-left ul li:last-child {
  margin-bottom: 30px;
}
.buy-box-main .product-plan .product-plan-main-left ul li:last-child > p {
  margin-bottom: 0;
}
.buy-box-main .product-plan .product-plan-main-right {
  background: #fafafa;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 0 0 362px;
}
.product-value-left img {
  margin-right: 31px;
}
.product-plan-box-item {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 22px 0 22px 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.product-plan-box-item .sale-tag {
  position: absolute;
  top: -1px;
  right: 12px;
  background-size: 100% 100%;
  width: 119px;
  padding: 7px 0;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.product-plan-box-item .sale-tag img {
  width: 19px;
}
.product-plan-box-item .sale-tag.best-sale {
  background-image: url(../img/new-buy/best-tag-bg.svg);
}
.product-plan-box-item .sale-tag.host-sale {
  background-image: url(../img/new-buy/hot-tag-bg.svg);
}
.product-plan-box-item .sub-type {
  color: #282828;
  font-size: 14px;
}
.product-plan-box-item .sub-price {
  display: inline-flex;
  gap: 3px;
  margin: 8px 0;
  align-items: baseline;
}
.product-plan-box-item .sub-price-before {
  color: #5c42ff;
  font-size: 14px;
}
.product-plan-box-item .sub-price-after {
  color: #474747;
  font-size: 14px;
}
.product-plan-box-item .old-price {
  text-decoration: line-through;
  margin-right: 4px;
}
.product-plan-box-item .sub-price-num {
  color: #121212;
  font-size: 28px;
  font-weight: 700;
}
.product-plan-box-item .sub-price-desc {
  color: #7e7e7e;
  font-size: 12px;
  display: block;
}
.product-plan-box-item ul {
  margin-top: 14px;
}
.product-plan-box-item ul li {
  color: #474747;
  font-size: 12px;
  line-height: 1.5;
}
.product-plan-box-item.active {
  border: 1px solid #5c42ff;
  background: #f6f5ff;
}
.product-buy-btn {
  border-radius: 6px;
  background: #5c42ff;
  display: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
  margin-top: 24px;
  font-weight: 600;
  border: unset;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.product-buy-btn.active {
  display: block;
}
.product-buy-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #5c42ff;
}
.switch-system-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 20px auto 0;
  border-radius: 22px;
  border: 1px solid #dbd2eb;
  background: #fff;
  padding: 2px;
  width: fit-content;
}
.switch-system-box .switch-system-btn {
  cursor: pointer;
  padding: 5px 18px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.switch-system-box .switch-system-btn .iconfont {
  font-size: inherit;
}
.switch-system-box .switch-system-btn.active {
  background: #f2ecfd;
}
.pc-style {
  display: block;
}
.mb-style {
  display: none;
}
.accept-box {
  text-align: center;
  margin-top: 160px;
  font-size: 32px;
}
.accept-box img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.advantage {
  margin: 130px 0 83px;
}
.advantage .adv_swiper-box {
  position: relative;
}
.advantage .advantage_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage .advantage_title {
  color: #000;
  text-align: center;
  font-size: 40px;
}
.advantage .advantage_item {
  flex: 0 0 22%;
  margin-top: 75px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px 5px rgba(30, 77, 169, 0.05);
}
.advantage .advantage_item:hover {
  transition: all 0.5s;
  transform: translateY(-20px);
}
.advantage .item-top {
  border-radius: 10px 10px 0 0;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
.advantage .item-top img {
  object-fit: contain !important;
}
.advantage .item-top.one {
  background: linear-gradient(231deg, #f5b587 0%, #ff7e7e 100%);
}
.advantage .item-top.two {
  background: linear-gradient(231deg, #84e063 0%, #3bcb4a 100%);
}
.advantage .item-top.three {
  background: linear-gradient(231deg, #7ea2ff 0%, #3c70d6 100%);
}
.advantage .item-top.four {
  background: linear-gradient(231deg, #cba2f4 0%, #975ae4 100%);
}
.advantage .item-bottom {
  padding: 19px 15px 15px;
  text-align: center;
  min-height: 116px;
}
.advantage .item-bottom_title {
  color: #252930;
  font-size: 20px;
  font-weight: bold;
}
.advantage .item-bottom_desc {
  margin-top: 8px;
  color: #616161;
  font-size: 16px;
  line-height: 26px;
}
.product-plan-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  main .container {
    width: 90%;
  }
  main {
    background: url(../img/new-buy/banner-mb.webp) no-repeat;
    background-size: contain;
  }
  .banner {
    padding-top: 45px;
  }
  .banner .banner-title {
    font-size: 36px;
    line-height: 1.7;
    width: auto;
  }
  .banner .banner-btn {
    margin: 16px auto;
  }
  .banner .banner-list {
    flex-direction: column;
    gap: 12px;
    margin: 16px auto 30px;
  }
  .banner .banner-list li {
    border-right: none;
    font-size: 18px;
    padding-right: 0;
  }
  .banner .banner-list li img {
    width: 19px;
    height: auto;
  }
  .product-plan-box-item {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .product-plan-box-item .sale-tag {
    width: 119px;
    padding: 7px 0;
    font-size: 14px;
    right: 12px;
  }
  .product-plan-box-item .sale-tag img {
    width: 19px;
  }
  .product-plan-box-item .sub-type {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .product-plan-box-item .sub-price {
    gap: 3px;
    margin: 8px 0;
  }
  .product-plan-box-item .sub-price-before {
    font-size: 14px;
  }
  .product-plan-box-item .sub-price-after {
    font-size: 14px;
  }
  .product-plan-box-item .sub-price-num {
    font-size: 28px;
  }
  .product-plan-box-item .sub-price-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .product-plan-box-item ul {
    margin-top: 14px;
  }
  .product-plan-box-item ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .product-buy-btn {
    font-size: 16px;
    padding: 16px 0;
    border-radius: 6px;
    margin-top: 12px;
  }
  .advantage {
    margin: 100px 0 57px;
  }
  .advantage .advantage_title {
    font-size: 30px;
  }
  .advantage .advantage_box {
    display: none;
  }
  .advantage .adv_swiper-box {
    width: 80%;
    margin-top: 46px;
    padding-bottom: 90px;
  }
  .advantage .swiper-wrapper {
    height: 265px;
  }
  .advantage .slide_item {
    border-radius: 2px;
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 2px 1px rgba(30, 77, 169, 0.05);
  }
  .advantage .item-top {
    padding: 24px 0;
    border-radius: 10px 10px 0 0;
  }
  .advantage .item-bottom {
    padding: 11px 15px 20px;
    min-height: unset;
  }
  .advantage .item-bottom_title {
    color: #252930;
    font-size: 20px;
  }
  .advantage .item-bottom_desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .advantage .swiper-pagination {
    bottom: 0;
    /*left: 50%;*/
  }
  .advantage .swiper-pagination-bullet {
    background: #5c42ff;
  }
  .advantage .swiper-pagination-bullet:not(.advantage .swiper-pagination-bullet:first-child) {
    margin-left: 5px;
  }
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .buy-box-main {
    flex-direction: column;
    margin-top: 32px;
    box-shadow: none;
    position: relative;
  }
  .buy-box-main .product-plan .product-plan-main {
    padding-bottom: 80px;
  }
  .buy-box-main .product-tab {
    flex: 0 0 100%;
    background: unset;
    padding: 0;
  }
  .buy-box-main .product-tab-item {
    padding: 18px 24px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f5f8ff;
  }
  .buy-box-main .product-tab-item a {
    font-size: 16px;
  }
  .buy-box-main .product-tab-item.active {
    background: #5c42ff;
    border-radius: 10px;
  }
  .buy-box-main .product-tab-item.active a {
    color: #fff;
    opacity: 1;
  }
  .buy-box-main .product-tab-item.active img {
    opacity: 1;
  }
  .buy-box-main .product-plan {
    margin-top: 24px;
    background: unset;
  }
  .buy-box-main .product-plan .left-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .buy-box-main .product-plan .left-mini-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }
  .buy-box-main .product-plan .product-plan-item_info {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }
  .buy-box-main .product-plan .platform-icon-list {
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .buy-box-main .product-plan .platform-icon-list img {
    width: 30px;
    height: 30px;
  }
  .buy-box-main .product-plan .product-plan-main {
    flex-direction: column-reverse;
  }
  .buy-box-main .product-plan .product-plan-main-right {
    padding: 0;
    width: 100%;
    background: unset;
    flex: none;
    gap: 15px;
  }
  .buy-box-main .product-plan .product-plan-main-left {
    background: unset;
    margin-top: 32px;
  }
  .buy-box-main .product-plan .product-plan-main-left .left-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .buy-box-main .product-plan .product-plan-main-left img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .buy-box-main .product-plan .product-plan-main-left > p {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .buy-box-main .product-plan .product-plan-main-left ul li {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .buy-box-main .product-plan .product-plan-main-left ul li::before {
    width: 18px;
    height: 19px;
    top: 2px;
  }
  .buy-box-main .product-plan .product-plan-main-left ul li > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .buy-box-main .product-plan .pc-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #f5f8ff;
    padding: 10px 15px;
  }
  .buy-box-main .product-plan .pc-btn-box .product-buy-btn {
    margin-top: 0;
    font-size: 16px;
    padding: 16px 0;
  }
  .buy-box-main .product-plan .pc-btn-box.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  .switch-system-box {
    gap: 0w;
    margin: 20px auto 0;
    border-radius: 22px;
    padding: 2px;
  }
  .switch-system-box .switch-system-btn {
    padding: 5px 16px;
    border-radius: 22px;
    font-size: 16px;
    gap: 10px;
  }
  .monthly-box .buy-item:nth-child(2) {
    margin-top: 20px;
  }
  .switch-box {
    margin: 55px auto;
  }
  .item-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
  .product-select-box {
    position: relative;
    z-index: 1;
  }
  .product-select-box .arrow-icon {
    transition: all 0.3s;
  }
  .product-select-box.active .product-select-list {
    max-height: 500px;
    opacity: 1;
  }
  .product-select-box.active .arrow-icon {
    transform: rotate(180deg);
  }
  .product-select-box .product-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    padding: 9px 20px;
    background: #fff;
  }
  .product-select-box .product-value img {
    vertical-align: middle;
  }
  .product-select-box .product-select-list {
    position: absolute;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    top: 60px;
    left: 0;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(101, 79, 153, 0.22);
    padding: 10px;
    transition: all 0.3s;
  }
  .product-select-box .product-select-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    border-radius: 4px;
  }
  .product-select-box .product-select-list .active {
    background: #f5f8ff;
  }
  .accept-box {
    margin-top: 60px;
  }
  .accept-box h2 {
    font-size: 28px;
  }
}
.buy-box-other {
  display: flex;
  justify-content: space-between;
  margin-top: 83px;
}
.buy-box-other .other-box {
  padding: 23px;
  border-bottom: 1px solid #ececec;
}
.buy-box-other .logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.buy-box-other .other-box-bottom {
  padding: 0 27px 22px 27px;
  background: #fafafa;
}
.buy-box-other .other-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}
.buy-box-other .buy-box-other-item {
  width: 48%;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 1px 54px -12px rgba(104, 103, 127, 0.17);
}
.buy-box-other .buy-box-other-item .product-plan-box-item {
  border: unset;
  background: unset;
}
.buy-box-other .buy-box-other-item .product-plan-box-item .sale-tag {
  right: -26px;
}
.buy-box-other .buy-box-other-item .product-plan-box-item .sub-type {
  font-size: 29px;
  font-weight: 600;
}
.buy-box-other .buy-box-other-item .product-plan-box-item .sub-price-num {
  color: #5c42ff;
}
.buy-box-other .buy-box-other-item .product-plan-box-item ul {
  display: flex;
  gap: 10px;
  margin-top: 0;
}
.buy-box-other .logo-img-box {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}
.buy-box-other .logo-img-box img {
  opacity: 1;
}
.buy-box-other ul.other-desc .logo-img {
  width: 32px;
  height: 32px;
}
.buy-box-other ul.other-desc li {
  position: relative;
  margin-bottom: 20px;
  line-height: 2;
  color: #161616;
  padding-left: 30px;
}
.buy-box-other ul.other-desc li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 19px;
  background-image: url(../img/new-buy/intro-before-1.svg);
  background-size: 100% 100%;
}
.buy-box-other ul.other-desc li > p {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.buy-box-other ul.other-desc li:last-child {
  margin-bottom: 30px;
}
.buy-box-other ul.other-desc li:last-child > p {
  margin-bottom: 0;
}
.buy-box-other .product-buy-btn {
  display: block;
}
.product-buy-btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .buy-box-other {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
  .buy-box-other .other-box {
    padding: 20px 10px 20px 20px;
  }
  .buy-box-other .logo-box {
    gap: 12px;
    margin-bottom: 24px;
  }
  .buy-box-other .other-box-bottom {
    padding: 0 27px 18px 27px;
  }
  .buy-box-other .other-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .buy-box-other .buy-box-other-item {
    width: 100%;
  }
  .buy-box-other .buy-box-other-item .product-plan-box-item {
    padding: 0;
  }
  .buy-box-other .buy-box-other-item .product-plan-box-item .sale-tag {
    right: -26px;
  }
  .buy-box-other .buy-box-other-item .product-plan-box-item .sub-type {
    font-size: 14px;
    padding-top: 18px;
  }
  .buy-box-other .buy-box-other-item .product-plan-box-item ul {
    gap: 10px;
  }
  .buy-box-other .logo-img-box {
    gap: 9px;
    margin-top: 14px;
    margin-left: -40px;
  }
  .buy-box-other ul.other-desc .logo-img {
    width: 27px;
    height: 27px;
  }
  .buy-box-other ul.other-desc li {
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 1.5;
  }
  .buy-box-other ul.other-desc li::before {
    top: 2px;
    width: 18px;
    height: 19px;
  }
  .buy-box-other ul.other-desc li > p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .buy-box-other ul.other-desc li:last-child {
    margin-bottom: 0;
  }
}
