.buy-banner {
  background: url(../img/product-global/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 66px 0 45px;
}
.buy-banner .banner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy-banner .content_left {
  flex: 0 0 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy-banner .content_left .left_logo {
  background: url('../img/srpite-product.png') no-repeat -287px -40px;
  width: 117px;
  height: 118px;
}
.buy-banner .content_left .left_info {
  flex: 0 0 542px;
}
.buy-banner .content_left .info_title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.buy-banner .content_left .info_desc {
  margin: 10px 0;
}
.buy-banner .content_left .info_desc,
.buy-banner .content_left .info_edition {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.buy-banner .content_left .info_edition {
  font-weight: 500;
}
.buy-banner .content_right {
  display: block;
  width: fit-content;
  padding: 18px 41px;
  background: linear-gradient(94deg, #489CFF 0%, #5484FF 100%);
  border-radius: 55px;
  border: 3px #FFFFFF solid;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.buy-banner .content_right:hover {
  background: linear-gradient(94deg, #FFD25E 0%, #FF8D23 100%);
}
.buy-banner .banner_promise {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 42px;
}
.buy-banner .banner_promise .promise_detail {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFE49E;
}
.buy-banner .banner_promise .detail_icon {
  background: url('../img/srpite-product.png') no-repeat;
  width: 25px;
  height: 26px;
  margin-right: 5px;
}
.buy-banner .banner_promise .icon-1 {
  background-position: -192px -42px;
}
.buy-banner .banner_promise .icon-2 {
  background-position: -192px -87px;
}
.buy-banner .banner_promise .icon-3 {
  background-position: -192px -131px;
}
.buy-banner .banner_promise .icon-4 {
  background-position: -192px -175px;
}
.setup-banner {
  background: url(../img/product-global/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 62px 0;
}
.setup-banner .banner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setup-banner .content_left {
  flex: 0 0 592px;
}
.setup-banner .content_left .info_title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
}
.setup-banner .content_left .info_desc {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 20px 0;
}
.setup-banner .content_left .info_edition {
  font-size: 14px;
  font-weight: 700;
  color: #FFE074;
}
.setup-banner .content_left .info_edition:hover {
  text-decoration: underline;
}
.download-banner {
  background: url(../img/product-global/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 77px 0 87px;
  text-align: center;
}
.download-banner .banner_title {
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
}
.download-banner .banner_desc {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 21px;
}
.download-banner .desc_jump {
  color: #FFFA7D;
}
.download-banner .desc_jump:hover {
  text-decoration: underline;
}
.wrapper-1 {
  margin-top: 89px;
}
.wrapper_products {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
.products_info {
  flex: 0 0 349px;
  padding: 37px 27px 25px;
  background: #FFFFFF;
  box-shadow: 0 0 20px 4px rgba(69, 85, 166, 0.1);
  border-radius: 20px;
}
.products_info .info_title {
  font-size: 24px;
  font-weight: 900;
  color: #020066;
}
.products_info .info_desc {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin: 20px 0;
}
.products_info .info_price {
  font-size: 52px;
  font-weight: 700;
  color: #408CFF;
}
.products_info .info_excluding {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  margin: 20px auto 30px;
}
.products_info .info_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 18px 39px;
  margin: 0 auto;
  background: linear-gradient(94deg, #489CFF 0%, #5484FF 100%);
  box-shadow: 0 5px 14px rgba(23, 48, 177, 0.19);
  border-radius: 53px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.products_info .info_btn:hover {
  background: linear-gradient(94deg, #FFD25E 0%, #FF8D23 100%);
}
.products_info .btn_win {
  background: url('../img/srpite-product.png') no-repeat -195px -395px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.products_info .btn_mac {
  background: url('../img/srpite-product.png') no-repeat -195px -435px;
  width: 18px;
  height: 22px;
  margin-right: 10px;
}
.products_info .info_list {
  padding: 21px 0 30px;
  margin: 23px auto 18px;
  border-top: 1px #5b76ff1a solid;
  border-bottom: 1px #5b76ff19 solid;
}
.products_info .list_item {
  margin: 18px 0 0 60px;
  text-align: start;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.products_info .list_item::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../img/srpite-product.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: auto;
  background-position: -196px -267px;
  top: 0;
  left: -30px;
}
.products_info .info_min-desc {
  font-size: 12px;
  font-weight: 400;
  color: #6D6D6D;
}
.products_center {
  flex: 0 0 349px;
  padding: 74px 14px 17px;
  background: linear-gradient(181deg, #4A9BFF 0%, #4B66E4 100%);
  box-shadow: 0 0 20px 4px rgba(69, 85, 166, 0.1);
  border-radius: 20px;
  position: relative;
}
.products_center .center_title {
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
}
.products_center .center_desc {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px 0;
}
.products_center .center_price {
  font-size: 60px;
  font-weight: 700;
  color: #FFEF62;
}
.products_center .center_excluding {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px auto 30px;
}
.products_center .center_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 20px 44px;
  margin: 0 auto;
  border: 3px #FFFFFF solid;
  background: #FFFFFF;
  box-shadow: 0 5px 14px rgba(23, 48, 177, 0.19);
  border-radius: 53px;
  font-size: 22px;
  font-weight: 600;
  color: #489CFF;
}
.products_center .center_btn:hover {
  background: linear-gradient(94deg, #FFD25E 0%, #FF8D23 100%);
  color: #FFFFFF;
}
.products_center .center_btn:hover .center_win {
  background: url('../img/srpite-product.png') no-repeat -196px -396px;
}
.products_center .center_btn:hover .center_mac {
  background: url('../img/srpite-product.png') no-repeat -195px -435px;
}
.products_center .center_win {
  background: url('../img/srpite-product.png') no-repeat -196px -502px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.products_center .center_mac {
  background: url('../img/srpite-product.png') no-repeat -195px -467px;
  width: 21px;
  height: 25px;
  margin-right: 10px;
}
.products_center .center_list {
  padding: 21px 0 30px;
  margin: 23px auto 18px;
  border-top: 1px #ffffff19 solid;
  border-bottom: 1px #ffffff19 solid;
}
.products_center .list_item {
  margin: 18px 0 0 60px;
  text-align: start;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.products_center .list_item::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 19px;
  background-image: url('../img/srpite-product.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: auto;
  background-position: -195px -302px;
  top: 0;
  left: -30px;
}
.products_center .center_min-desc {
  font-size: 12px;
  font-weight: 400;
  color: #E4E9FF;
}
.products_center .center-hot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: #FFFFFF;
  border-radius: 0 0 30px 30px;
  border-top: 1px #4B9BFF solid;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: #5388FF;
}
.products_center .center_icon {
  background: url('../img/srpite-product.png') no-repeat -195px -223px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.wrapper-2 {
  margin-top: 89px;
}
.wrapper-2 .wrapper_meal {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 937px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px #E3E3E3 solid;
}
.wrapper-2 .wrapper_meal::before {
  content: '';
  position: absolute;
  width: 199px;
  height: 143px;
  background-image: url('../img/srpite-product.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: auto;
  background-position: -670px -435px;
  top: 0;
  left: 0;
}
.wrapper-2 .meal_info {
  padding: 16px 43px;
}
.wrapper-2 .info_title {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1D;
}
.wrapper-2 .info_min-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 16px 0;
}
.wrapper-2 .info_desc {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
.wrapper-2 .info_price {
  font-size: 48px;
  font-weight: 900;
  color: #FF4040;
  margin: 17px 0;
}
.wrapper-2 .price_original {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  text-decoration: line-through;
}
.wrapper-2 .info_btn {
  margin-top: 23px;
  display: flex;
  align-items: center;
}
.wrapper-2 .btn_buy {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(94deg, #489CFF 0%, #5484FF 100%);
  border-radius: 54.48px;
  padding: 17px 37px;
  width: fit-content;
  display: flex;
  align-items: center;
}
.wrapper-2 .btn_buy:hover {
  background: linear-gradient(94deg, #FFD25E 0%, #FF8D23 100%);
}
.wrapper-2 .buy-mac {
  margin-left: 25px;
}
.wrapper-2 .buy_win-icon {
  background: url('../img/srpite-product.png') no-repeat -195px -396px;
  width: 18px;
  height: 18px;
  margin-right: 11px;
}
.wrapper-2 .buy_mac-icon {
  background: url('../img/srpite-product.png') no-repeat -195px -435px;
  width: 18px;
  height: 22px;
  margin-right: 11px;
}
.wrapper-3 {
  margin-top: 89px;
}
.wrapper-3 .wrapper_pay {
  display: flex;
  align-items: center;
  margin: 40px auto 53px;
  width: fit-content;
}
.wrapper-3 .pay_icon {
  background: url('../img/srpite-product.png') no-repeat;
  width: 106px;
  height: 67px;
  margin-left: 20px;
}
.wrapper-3 .icon-1 {
  background-position: -497px -30px;
  margin-left: 0;
}
.wrapper-3 .icon-2 {
  background-position: -497px -120px;
}
.wrapper-3 .icon-3 {
  background-position: -497px -211px;
}
.wrapper-3 .icon-4 {
  background-position: -497px -301px;
}
.wrapper-3 .icon-5 {
  background-position: -497px -391px;
}
.wrapper-3 .icon-6 {
  background-position: -497px -481px;
}
.wrapper-3 .wrapper_tips {
  padding: 20px 24px;
  background: #F9FAFF;
  border-radius: 7px;
}
.wrapper-3 .tips_title {
  font-size: 26px;
  font-weight: 700;
  color: #1D1D1D;
  display: flex;
  align-items: center;
}
.wrapper-3 .tips_title h2{
  font-size: 26px;
  font-weight: 700;
  color: #1D1D1D;
}
.wrapper-3 .title_icon {
  background: url('../img/srpite-product.png') no-repeat -191px -340px;
  width: 26px;
  height: 31px;
  margin-right: 14px;
}
.wrapper-3 .tips_list {
  padding: 0 39px 15px;
}
.wrapper-3 .list_item {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 2;
  margin-top: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.wrapper-3 .list_item .item_jump {
  color: #2197F6;
}
.wrapper-3 .list_item .item_jump:hover {
  text-decoration: underline;
}
.wrapper_title {
  font-size: 38px;
  font-weight: 700;
  color: #1D1D1D;
  text-align: center;
  margin-bottom: 50px;
}
.wrapper-4 {
  margin-top: 89px;
}
.wrapper-4 .wrapper_argument {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.wrapper-4 .argument_item {
  flex: 0 0 342px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 17px 1px rgba(105, 106, 107, 0.08);
  border-radius: 10px;
  padding: 19px 22px 35px;
  transition: all 0.5s;
}
.wrapper-4 .argument_item:hover {
  transform: translateY(-35px);
}
.wrapper-4 .item_icon {
  background: url('../img/srpite-product.png') no-repeat;
  width: 101px;
  height: 101px;
  margin: 0 auto;
}
.wrapper-4 .icon-7 {
  background-position: -38px -30px;
}
.wrapper-4 .icon-8 {
  background-position: -38px -150px;
}
.wrapper-4 .icon-9 {
  background-position: -38px -270px;
}
.wrapper-4 .item_title {
  font-size: 20px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 20px 0 29px;
}
.wrapper-4 .item_desc {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
}
@media (max-width: 770px) {
  .buy-banner {
    padding: 49rem 0 30rem;
  }
  .buy-banner .banner_content {
    flex-direction: column;
  }
  .buy-banner .content_left {
    text-align: center;
    flex: auto;
    width: 95%;
    flex-direction: column;
    line-height: 1.5;
  }
  .buy-banner .content_left .left_logo {
    background-size: 1183rem 622rem;
    background-position: -287rem -40rem;
    width: 117rem;
    height: 118rem;
  }
  .buy-banner .content_left .left_info {
    flex: auto;
    width: 100%;
  }
  .buy-banner .content_left .info_title {
    font-size: 22rem;
    margin-top: 28rem;
  }
  .buy-banner .content_left .info_desc {
    margin: 29rem 0 20rem;
  }
  .buy-banner .content_left .info_desc,
  .buy-banner .content_left .info_edition {
    font-size: 16rem;
  }
  .buy-banner .content_right {
    margin-top: 33rem;
    padding: 14rem 32rem;
    border-radius: 43rem;
    border: 3rem #FFFFFF solid;
    font-size: 16rem;
  }
  .buy-banner .banner_promise {
    flex-direction: column;
  }
  .buy-banner .banner_promise .promise_detail {
    min-width: 160rem;
    margin-top: 20px;
    font-size: 16rem;
  }
  .buy-banner .banner_promise .detail_icon {
    background: url('../img/srpite-product.png') no-repeat;
    background-size: 1183rem 622rem;
    width: 25rem;
    height: 26rem;
    margin-right: 11rem;
  }
  .buy-banner .banner_promise .icon-1 {
    background-position: -192rem -42rem;
  }
  .buy-banner .banner_promise .icon-2 {
    background-position: -192rem -87rem;
  }
  .buy-banner .banner_promise .icon-3 {
    background-position: -192rem -131rem;
  }
  .buy-banner .banner_promise .icon-4 {
    background-position: -192rem -175rem;
  }
  .setup-banner {
    padding: 49rem 0 30rem;
  }
  .setup-banner .banner_content {
    flex-direction: column;
  }
  .setup-banner .content_left {
    text-align: center;
    flex: auto;
    width: 95%;
    flex-direction: column;
    line-height: 1.5;
  }
  .setup-banner .content_left .left_info {
    flex: auto;
    width: 100%;
  }
  .setup-banner .content_left .info_title {
    font-size: 22rem;
  }
  .setup-banner .content_left .info_desc {
    margin: 20rem 0;
    font-size: 16rem;
  }
  .setup-banner .content_left .info_edition {
    font-size: 14rem;
  }
  .setup-banner .content_right {
    width: 100%;
    margin-top: 24rem;
  }
  .download-banner {
    padding: 51rem 0 39rem;
    line-height: 1.5;
  }
  .download-banner .banner_title {
    font-size: 30rem;
  }
  .download-banner .banner_desc {
    font-size: 16rem;
    margin-top: 25rem;
  }
  .wrapper-1 {
    margin-top: 60rem;
  }
  .wrapper_products {
    flex-direction: column;
  }
  .products_info {
    width: 100%;
    flex: auto;
    padding: 36rem 27rem 25rem;
    box-shadow: 0 0 20rem 4rem rgba(69, 85, 166, 0.1);
    border-radius: 20rem;
  }
  .products_info .info_title {
    font-size: 24rem;
  }
  .products_info .info_desc {
    font-size: 14rem;
    margin: 20rem 0;
  }
  .products_info .info_price {
    font-size: 51rem;
  }
  .products_info .info_excluding {
    font-size: 15rem;
    margin: 20rem auto 31rem;
  }
  .products_info .info_btn {
    padding: 18rem 38rem;
    box-shadow: 0 5rem 14rem rgba(23, 48, 177, 0.19);
    border-radius: 53rem;
    font-size: 20rem;
  }
  .products_info .btn_win {
    background: url('../img/srpite-product.png') no-repeat -195rem -395rem;
    background-size: 1183rem 622rem;
    width: 19rem;
    height: 19rem;
    margin-right: 10rem;
  }
  .products_info .btn_mac {
    background: url('../img/srpite-product.png') no-repeat -195rem -435rem;
    background-size: 1183rem 622rem;
    width: 18rem;
    height: 22rem;
    margin-right: 10rem;
  }
  .products_info .info_list {
    padding: 10rem 0 25rem;
    margin: 32rem auto 18rem;
    border-top: 1rem #5b76ff18 solid;
    border-bottom: 1rem #5b76ff18 solid;
  }
  .products_info .list_item {
    margin: 18rem 0 0 55rem;
    font-size: 16rem;
  }
  .products_info .list_item::before {
    content: '';
    position: absolute;
    width: 17rem;
    height: 17rem;
    background-image: url('../img/srpite-product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 1183rem 622rem;
    background-position: -196rem -266rem;
    left: -30rem;
  }
  .products_info .info_min-desc {
    font-size: 12rem;
  }
  .products_center {
    margin: 21rem 0;
    width: 100%;
    flex: auto;
    padding: 72rem 27rem 25rem;
    box-shadow: 0 0 20rem 4rem rgba(69, 85, 166, 0.1);
    border-radius: 20rem;
  }
  .products_center .center_title {
    font-size: 28rem;
  }
  .products_center .center_desc {
    font-size: 14rem;
    margin: 20rem 0 15rem;
  }
  .products_center .center_price {
    font-size: 59rem;
  }
  .products_center .center_excluding {
    font-size: 17rem;
    margin: 29rem auto 22rem;
  }
  .products_center .center_btn {
    padding: 18rem 38rem;
    box-shadow: 0 5rem 14rem rgba(23, 48, 177, 0.19);
    border-radius: 53rem;
    font-size: 20rem;
    border: 3rem #FFFFFF solid;
  }
  .products_center .center_btn:hover .center_win {
    background: url('../img/srpite-product.png') no-repeat -196rem -396rem;
    background-size: 1183rem 622rem;
  }
  .products_center .center_btn:hover .center_mac {
    background: url('../img/srpite-product.png') no-repeat -195rem -435rem;
    background-size: 1183rem 622rem;
  }
  .products_center .center_win {
    background: url('../img/srpite-product.png') no-repeat -196rem -502rem;
    background-size: 1183rem 622rem;
    width: 19rem;
    height: 19rem;
    margin-right: 10rem;
  }
  .products_center .center_mac {
    background: url('../img/srpite-product.png') no-repeat -195rem -467rem;
    background-size: 1183rem 622rem;
    width: 21rem;
    height: 25rem;
    margin-right: 10rem;
  }
  .products_center .center_list {
    margin: 33rem 0 22rem;
    padding: 8rem auto 16rem;
    border-top: 1rem #ffffff19 solid;
    border-bottom: 1rem #ffffff19 solid;
  }
  .products_center .list_item {
    margin: 21rem 0 0 55rem;
    font-size: 17rem;
  }
  .products_center .list_item::before {
    content: '';
    position: absolute;
    width: 18rem;
    height: 19rem;
    background-image: url('../img/srpite-product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 1183rem 622rem;
    background-position: -195rem -302rem;
    left: -30rem;
  }
  .products_center .center_min-desc {
    font-size: 12rem;
  }
  .products_center .center-hot {
    border-radius: 0 0 30rem 30rem;
    border-top: 1rem #4B9BFF solid;
    padding: 10rem 35rem;
    font-size: 19rem;
  }
  .products_center .center_icon {
    background: url('../img/srpite-product.png') no-repeat -195rem -223rem;
    background-size: 1183rem 622rem;
    width: 20rem;
    height: 20rem;
    margin-right: 5rem;
  }
  .wrapper-2 {
    margin-top: 60rem;
  }
  .wrapper-2 .wrapper_meal {
    text-align: center;
    width: 95%;
    flex-direction: column;
    border-radius: 20rem;
    border: 1rem #E3E3E3 solid;
  }
  .wrapper-2 .wrapper_meal::before {
    content: '';
    position: absolute;
    width: 199rem;
    height: 143rem;
    background-image: url('../img/srpite-product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 1183rem 622rem;
    background-position: -670rem -435rem;
  }
  .wrapper-2 .meal_logo {
    width: 100%;
  }
  .wrapper-2 .meal_info {
    padding: 17rem 6rem 35rem;
  }
  .wrapper-2 .info_title {
    font-size: 22rem;
  }
  .wrapper-2 .info_min-title {
    font-size: 20rem;
    margin: 20rem 0 14rem;
  }
  .wrapper-2 .info_desc {
    font-size: 16rem;
  }
  .wrapper-2 .info_price {
    font-size: 40rem;
    margin: 20rem 0 26rem;
  }
  .wrapper-2 .price_original {
    font-size: 16rem;
  }
  .wrapper-2 .info_btn {
    margin-top: 26rem;
    flex-direction: column;
  }
  .wrapper-2 .btn_buy {
    font-size: 20rem;
    border-radius: 54rem;
    padding: 18rem 37rem;
  }
  .wrapper-2 .buy-mac {
    margin: 14rem 0 0;
  }
  .wrapper-2 .buy_win-icon {
    background: url('../img/srpite-product.png') no-repeat -195rem -396rem;
    background-size: 1183rem 622rem;
    width: 18rem;
    height: 18rem;
    margin-right: 11rem;
  }
  .wrapper-2 .buy_mac-icon {
    background: url('../img/srpite-product.png') no-repeat -195rem -435rem;
    background-size: 1183rem 622rem;
    width: 18rem;
    height: 22rem;
    margin-right: 11rem;
  }
  .wrapper-3 {
    margin-top: 60rem;
  }
  .wrapper-3 .wrapper_pay {
    margin: 20rem auto 75rem;
    flex-wrap: wrap;
  }
  .wrapper-3 .pay_icon {
    background: url('../img/srpite-product.png') no-repeat;
    background-size: 1183rem 622rem;
    width: 103rem;
    height: 66rem;
    margin-left: 8rem;
  }
  .wrapper-3 .icon-1 {
    background-position: -1050rem -42rem;
    margin-left: 0;
  }
  .wrapper-3 .icon-2 {
    background-position: -1050rem -111rem;
  }
  .wrapper-3 .icon-3 {
    background-position: -1051rem -183rem;
  }
  .wrapper-3 .icon-4 {
    background-position: -1051rem -255rem;
    margin: 15rem 0 0;
  }
  .wrapper-3 .icon-5 {
    background-position: -1051rem -327rem;
    margin-top: 15rem;
  }
  .wrapper-3 .icon-6 {
    background-position: -1051rem -399rem;
    margin-top: 15rem;
  }
  .wrapper-3 .wrapper_tips {
    padding: 20rem 5rem;
    border-radius: 7rem;
    overflow: hidden;
  }
  .wrapper-3 .tips_title {
    font-size: 22rem;
  }
  .wrapper-3 .title_icon {
    background: url('../img/srpite-product.png') no-repeat -191rem -340rem;
    background-size: 1183rem 622rem;
    width: 26rem;
    height: 31rem;
    margin-right: 9rem;
  }
  .wrapper-3 .tips_list {
    padding: 0 20rem 15rem 40rem;
  }
  .wrapper-3 .list_item {
    font-size: 14rem;
    margin-top: 20rem;
  }
  .wrapper_title {
    font-size: 22rem;
    margin-bottom: 20rem;
  }
  .wrapper-4 {
    margin-top: 60rem;
  }
  .wrapper-4 .wrapper_argument {
    flex-direction: column;
    margin-top: 20rem;
  }
  .wrapper-4 .argument_item {
    flex: auto;
    width: 100%;
    box-shadow: 0 0 17rem 1rem rgba(105, 106, 107, 0.08);
    border-radius: 10rem;
    padding: 19rem 22rem 35rem;
    margin-top: 20rem;
  }
  .wrapper-4 .argument_item:hover {
    transform: translateY(-10rem);
  }
  .wrapper-4 .item_icon {
    background: url('../img/srpite-product.png') no-repeat;
    background-size: 1183rem 622rem;
    width: 101rem;
    height: 101rem;
    margin: 0 auto;
  }
  .wrapper-4 .icon-7 {
    background-position: -38rem -30rem;
  }
  .wrapper-4 .icon-8 {
    background-position: -38rem -150rem;
  }
  .wrapper-4 .icon-9 {
    background-position: -38rem -270rem;
  }
  .wrapper-4 .item_title {
    font-size: 20rem;
    margin: 20rem 0 29rem;
  }
  .wrapper-4 .item_desc {
    font-size: 16rem;
  }
}
