.flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.buy p {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .buy p {
    font-size: 14px;
  }
}
.buy span {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .buy span {
    font-size: 14px;
  }
}
.buy section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .buy section {
    padding: 30px 0;
  }
}
.buy section .buy-button {
  text-align: center;
}
.buy section .buy-button button,
.buy section .buy-button .cart {
  display: inline-block;
  background: #2D8CFF;
  text-align: center;
  width: 139px;
  height: 44px;
  font-size: 16px;
  padding: 0;
  border-radius: 8px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  border: 0px;
}
.buy section .buy-button button:hover,
.buy section .buy-button .cart:hover {
  background: #067df4;
}
.buy .banner {
  background: url('../img/buy/buy-banner.svg') center no-repeat;
  background-size: cover;
}
.buy .banner .flex-content {
  justify-content: center;
  align-items: flex-start;
}
.buy .banner .flex-content .pro-pic img {
  width: 92px;
}
.buy .banner .flex-content .pro-desc {
  flex: 0 0 40%;
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .buy .banner .flex-content .pro-desc {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 600px) {
  .buy .banner .flex-content .pro-desc {
    flex: 100%;
    text-align: center;
    margin-left: 0px;
  }
}
.buy .banner .flex-content .pro-desc h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 960px) {
  .buy .banner .flex-content .pro-desc h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .buy .banner .flex-content .pro-desc h1 {
    font-size: 24px;
  }
}
.buy .banner .flex-content .pro-desc h1 a {
  color: #ffffff;
  font-family: bold;
}
.buy .banner .flex-content .pro-desc p {
  color: #ffffff;
  margin: 0;
}
.buy .banner .flex-content .pro-desc .links-box {
  margin-top: 10px;
}
.buy .banner .flex-content .pro-desc .links-box span {
  display: inline;
  color: #ffffff;
  background: #FF7E78;
  padding: 0 3px;
  margin-right: 10px;
}
.buy .banner .flex-content .pro-desc .links-box a {
  font-size: 16px;
  color: #FF7E78;
  position: relative;
}
.buy .banner .flex-content .pro-desc .links-box a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 0, 0) scaleX(0);
}
.buy .banner .flex-content .pro-desc .links-box a:hover::before {
  transform-origin: left center;
  transform: translate3d(0, 0, 0) scaleX(1);
}
.buy .buy-box {
  background: url('../img/buy/buy-box-bg.svg') center no-repeat;
}
@media screen and (max-width: 768px) {
  .buy .buy-box {
    padding-bottom: 0;
  }
}
.buy .buy-box hr {
  margin-top: 50px;
  border-top: 1px dashed #CCCCCC;
}
.buy .buy-box .flex-content {
  justify-content: center;
}
.buy .buy-box .flex-content .item {
  flex: 0 0 31.66%;
  border: 1px solid #2D8CFF;
  border-radius: 8px;
  padding: 20px 0 40px;
  background: #ffffff;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: all 0.3s;
}
.buy .buy-box .flex-content .item:nth-child(2n-1) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .buy .buy-box .flex-content .item:nth-child(2n-1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .buy .buy-box .flex-content .item {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 768px) {
  .buy .buy-box .flex-content .item {
    flex: 0 0 90%;
  }
}
.buy .buy-box .flex-content .item:hover {
  transform: scale(1.05);
}
.buy .buy-box .flex-content .item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  font-family: bold;
}
.buy .buy-box .flex-content .item .pro-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.buy .buy-box .flex-content .item p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.buy .buy-box .flex-content .item p span {
  display: inline-block;
  color: #FF7E78;
  margin-bottom: 0px;
  font-size: 18px;
}
.buy .buy-box .flex-content .item ul {
  padding: 0;
}
.buy .buy-box .flex-content .item ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .buy .buy-box .flex-content .item ul li {
    margin-bottom: 0px;
  }
}
.buy .buy-box .flex-content .item ul li p {
  display: inline;
  color: #727171;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .buy .buy-box .flex-content .item ul li p {
    font-size: 14px;
  }
}
.buy .buy-box .flex-content .item ul li p span {
  color: #2D8CFF;
}
.buy .buy-box .flex-content .item ul li p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EC5723;
  position: absolute;
  left: 0;
  top: 9px;
}
.buy .buy-box .flex-content .item .pri {
  color: #FF7E78;
  text-align: center;
  font-size: 36px;
  margin-top: 10px;
}
.buy .buy-box .flex-content .item span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.buy .select-new-box {
  background: url('../img/buy/buy-box-bg.svg') top center no-repeat;
  background-size: 900px;
  padding-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box {
    padding-top: 50px;
  }
}
.buy .select-new-box hr {
  margin-top: 50px;
  border-top: 1px dashed #CCCCCC;
}
.buy .select-new-box .set-menu {
  width: 80%;
  margin: auto;
  justify-content: space-between;
  border: 1px solid #067df4;
  padding: 20px 30px;
  align-items: center;
  margin-top: 60px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .buy .select-new-box .set-menu {
    display: none;
  }
}
.buy .select-new-box .set-menu.active {
  display: flex;
}
@media screen and (max-width: 960px) {
  .buy .select-new-box .set-menu.active {
    display: none;
  }
}
.buy .select-new-box .set-menu .menu-box {
  display: flex;
  flex: 0 0 43%;
  justify-content: space-between;
  align-items: center;
}
.buy .select-new-box .set-menu .menu-box .pro-one {
  text-align: center;
}
.buy .select-new-box .set-menu .menu-box .pro-one img {
  max-width: 58px;
}
.buy .select-new-box .set-menu .menu-box .pro-one p {
  margin-top: 10px;
}
.buy .select-new-box .set-menu .symbol {
  font-size: 24px;
  font-weight: 700;
  color: #2D8CFF;
}
.buy .select-new-box .set-menu .price-box {
  flex: 0 0 45%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.buy .select-new-box .set-menu .price-box .pri {
  font-size: 34px;
  color: #FF7E78;
}
.buy .select-new-box .set-menu .price-box .count-sale {
  position: absolute;
  font-size: 24px;
  color: #fff;
  background: #FF7E78;
  top: -70px;
  left: calc((100% - 55px)/2);
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
}
.buy .select-new-box .set-menu .price-box .count-sale::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FF7E78;
  border-left: 10px solid #FF7E78;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  bottom: -15px;
  left: 10.5px;
}
.buy .select-new-box .set-menu .price-box button,
.buy .select-new-box .set-menu .price-box .cart {
  display: inline-block;
  background: #2D8CFF;
  text-align: center;
  width: 139px;
  height: 44px;
  font-size: 16px;
  padding: 0;
  border-radius: 8px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  border: 0px;
}
.buy .select-new-box .set-menu .price-box button:hover,
.buy .select-new-box .set-menu .price-box .cart:hover {
  background: #067df4;
}
.buy .select-new-box .item {
  flex: 0 0 28.66%;
}
@media screen and (max-width: 960px) {
  .buy .select-new-box .item {
    flex: 0 0 80%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item {
    flex: 0 0 90%;
  }
}
.buy .select-new-box .item .box {
  border: 1px solid #2D8CFF;
  border-radius: 8px;
  padding: 20px 0 40px;
  background: #ffffff;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.3s;
}
.buy .select-new-box .item .box:hover {
  transform: scale(1.05);
}
.buy .select-new-box .item .box.active {
  transform: translateY(-15px);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  position: relative;
}
.buy .select-new-box .item .box.active::before {
  content: url('../img/buy/right.svg');
  position: absolute;
  width: 55px;
  top: -15px;
  left: -15px;
}
.buy .select-new-box .item .box.active.box_has::after {
  content: url('../img/buy/arrow.svg');
  position: absolute;
  width: 50px;
  bottom: -60px;
  left: calc((100% - 50px)/2);
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item .box.active.box_has::after {
    width: 40px;
    bottom: -50px;
    left: calc((100% - 40px)/2);
  }
}
.buy .select-new-box .item .set-menu-mob {
  display: none;
}
@media screen and (max-width: 960px) {
  .buy .select-new-box .item .set-menu-mob {
    margin: auto;
    justify-content: space-between;
    border: 1px solid #067df4;
    padding: 20px 30px;
    align-items: center;
    margin-top: 80px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
  }
  .buy .select-new-box .item .set-menu-mob.active {
    display: flex;
  }
  .buy .select-new-box .item .set-menu-mob .menu-box {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .buy .select-new-box .item .set-menu-mob .menu-box .pro-one {
    text-align: center;
    flex: 0 0 42%;
  }
  .buy .select-new-box .item .set-menu-mob .menu-box img {
    max-width: 58px;
  }
  .buy .select-new-box .item .set-menu-mob .symbol {
    font-size: 24px;
    font-weight: 700;
    color: #2D8CFF;
  }
  .buy .select-new-box .item .set-menu-mob .price-box {
    flex: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-top: 20px;
  }
  .buy .select-new-box .item .set-menu-mob .price-box .pri {
    font-size: 34px;
    color: #FF7E78;
  }
  .buy .select-new-box .item .set-menu-mob .price-box .count-sale {
    position: absolute;
    font-size: 14px;
    color: #fff;
    background: #FF7E78;
    top: -15px;
    left: 110px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
  }
  .buy .select-new-box .item .set-menu-mob .price-box .count-sale::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-bottom: 6px solid #FF7E78;
    border-left: 6px solid #FF7E78;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    bottom: -10px;
    left: 5.7px;
  }
  .buy .select-new-box .item .set-menu-mob .price-box button,
  .buy .select-new-box .item .set-menu-mob .price-box .cart {
    display: inline-block;
    background: #2D8CFF;
    text-align: center;
    width: 139px;
    height: 44px;
    font-size: 16px;
    padding: 0;
    border-radius: 8px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    border: 0px;
  }
  .buy .select-new-box .item .set-menu-mob .price-box button:hover,
  .buy .select-new-box .item .set-menu-mob .price-box .cart:hover {
    background: #067df4;
  }
}
@media screen and (max-width: 960px) and screen and (max-width: 600px) {
  .buy .select-new-box .item .set-menu-mob .price-box .pri {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item .set-menu-mob {
    margin-top: 50px;
    padding: 20px 15px;
  }
  .buy .select-new-box .item .set-menu-mob .price-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .buy .select-new-box .item .set-menu-mob .price-box .count-sale {
    left: 68%;
  }
}
.buy .select-new-box .item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  font-family: bold;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item .title {
    font-size: 20px;
  }
}
.buy .select-new-box .item ul {
  padding: 0;
}
.buy .select-new-box .item ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item ul li {
    margin-bottom: 0px;
  }
}
.buy .select-new-box .item ul li p {
  display: inline;
  color: #727171;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item ul li p {
    font-size: 14px;
  }
}
.buy .select-new-box .item ul li p span {
  color: #2D8CFF;
}
.buy .select-new-box .item ul li p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EC5723;
  position: absolute;
  left: 0;
  top: 9px;
}
.buy .select-new-box .item .pro-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.buy .select-new-box .item p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item p {
    font-size: 14px;
  }
}
.buy .select-new-box .item p span {
  display: inline-block;
  color: #FF7E78;
  margin-bottom: 0px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item p span {
    font-size: 14px;
  }
}
.buy .select-new-box .item .pri {
  color: #FF7E78;
  text-align: center;
  font-size: 36px;
  margin-top: 15PX;
  margin-bottom: 15PX;
}
@media screen and (max-width: 600px) {
  .buy .select-new-box .item .pri {
    font-size: 32px;
    flex: 100%;
  }
}
.buy .select-new-box .item span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.buy .other-function-buy {
  padding: 0;
}
.buy .other-function-buy h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: bold;
}
@media screen and (max-width: 768px) {
  .buy .other-function-buy h2 {
    margin-bottom: 50px;
  }
}
.buy .other-function-buy .flex-content {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #2D8CFF;
  width: 70%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .buy .other-function-buy .flex-content {
    width: 95%;
  }
}
.buy .other-function-buy .flex-content::before {
  content: url(../img/index-new/SVG/icon-seven.svg);
  display: inline-block;
  position: absolute;
  width: 150px;
  right: -66px;
  top: -6px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .buy .other-function-buy .flex-content::before {
    display: none;
  }
}
.buy .other-function-buy .flex-content::after {
  content: url(../img/buy/hl.svg);
  display: inline-block;
  position: absolute;
  width: 130px;
  bottom: 30px;
  left: -76px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .buy .other-function-buy .flex-content::after {
    display: none;
  }
}
.buy .other-function-buy .flex-content .flex-item {
  flex: 0 0 90%;
  border: 1px solid #2D8CFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 13px 40px;
  margin-top: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .flex-item {
    width: 95%;
    flex-wrap: wrap;
    padding: 13px 25px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .flex-item .desc {
    flex: 100%;
  }
}
.buy .other-function-buy .flex-content .flex-item .desc p {
  margin-bottom: 5px;
}
.buy .other-function-buy .flex-content .flex-item .desc .pro {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  font-family: bold;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .flex-item .desc .pro {
    font-size: 22px;
  }
}
.buy .other-function-buy .flex-content .flex-item .desc .time {
  color: #2D8CFF;
}
.buy .other-function-buy .flex-content .flex-item .desc span {
  color: #666666;
}
.buy .other-function-buy .flex-content .flex-item .gobuy {
  margin-bottom: 10px;
}
.buy .other-function-buy .flex-content .flex-item .gobuy .pri {
  color: #FF7E78;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .flex-item .gobuy {
    margin-top: 10px;
  }
}
.buy .other-function-buy .flex-content .more {
  margin: 10px auto;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .more {
    width: 95%;
    text-align: center;
  }
}
.buy .other-function-buy .flex-content .more a {
  color: #2D8CFF;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .flex-content .more a {
    font-size: 14px;
  }
}
.buy .other-function-buy .more {
  margin: 30px auto 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .buy .other-function-buy .more {
    width: 95%;
    text-align: center;
  }
}
.buy .other-function-buy .more a {
  color: #2D8CFF;
}
.buy .other-function-buy .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content {
    flex-direction: column;
    align-items: unset;
  }
}
.buy .other-function-buy .content .pro-box {
  flex: 0 0 73%;
  background-color: #fff;
  padding-right: 20px;
  border-right: 1.5px solid #067df4;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box {
    margin-bottom: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px solid #067df4;
  }
}
.buy .other-function-buy .content .pro-box::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid #067df4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -15px;
  top: calc(50% - 10px);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box::after {
    right: unset;
    top: unset;
    left: calc(50% - 10px);
    bottom: -24px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #067df4;
  }
}
.buy .other-function-buy .content .pro-box .box {
  margin-left: 20px;
  border: 1px solid #067df4;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
}
.buy .other-function-buy .content .pro-box .box:not(:last-child) {
  margin-bottom: 15px;
}
.buy .other-function-buy .content .pro-box .box.fa {
  margin-left: 0;
}
.buy .other-function-buy .content .pro-box .box.fa .news .top .name {
  font-size: 20px;
  color: #595757;
  font-weight: 800;
  margin-bottom: 4px;
}
.buy .other-function-buy .content .pro-box .box.fa .news .top .count-sale {
  position: absolute;
  color: #fff;
  background: #FF7E78;
  top: -30px;
  right: 19%;
  font-weight: bold;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box .box.fa .news .top .count-sale {
    right: 50%;
    transform: translateX(50%);
    top: -40px;
  }
}
.buy .other-function-buy .content .pro-box .box.fa .news .top .count-sale p {
  font-size: 24px;
  padding: 5px 20px;
  display: block;
  position: relative;
}
.buy .other-function-buy .content .pro-box .box.fa .news .top .count-sale p::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FF7E78;
  border-left: 10px solid #FF7E78;
  transform: rotate(90deg);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.buy .other-function-buy .content .pro-box .box.choose {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.buy .other-function-buy .content .pro-box .box.choose .news .top::before {
  background: url('../img/buy/tick.svg') no-repeat center center;
  background-size: 90%;
}
.buy .other-function-buy .content .pro-box .box .news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box .box .news {
    flex-direction: column;
    align-items: unset;
  }
}
.buy .other-function-buy .content .pro-box .box .news .top {
  display: flex;
  align-items: center;
  flex: 0 0 65%;
}
.buy .other-function-buy .content .pro-box .box .news .top::before {
  content: '';
  display: inline-block;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 2px;
  margin-right: 10px;
  border: 1px solid #5cc9cd;
}
.buy .other-function-buy .content .pro-box .box .news .top p {
  margin: 0;
}
.buy .other-function-buy .content .pro-box .box .news .top .name {
  font-size: 18px;
  font-family: bold;
}
.buy .other-function-buy .content .pro-box .box .news .top .desc {
  font-size: 16px;
  color: #727171;
}
.buy .other-function-buy .content .pro-box .box .news .top .time {
  color: #2d8cff;
  font-size: 16px;
}
.buy .other-function-buy .content .pro-box .box .news .price .old-pri {
  font-size: 0.875rem;
  color: #bcbcbc;
  text-decoration: line-through;
  text-decoration-color: #fc6965;
}
.buy .other-function-buy .content .pro-box .box .news .price .new-pri {
  font-size: 1.5rem;
  color: #FF7E78;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box .box .news .price {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .pro-box .box {
    margin-left: 0;
  }
}
.buy .other-function-buy .content .cart-box {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .cart-box {
    text-align: center;
  }
}
.buy .other-function-buy .content .cart-box .price {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.buy .other-function-buy .content .cart-box .price .old-pri {
  font-size: 1.125rem;
  color: #bcbcbc;
  text-decoration: line-through;
  text-decoration-color: #fc6965;
}
.buy .other-function-buy .content .cart-box .price .new-pri {
  font-size: 1.875rem;
  color: #FF7E78;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .cart-box .price {
    justify-content: center;
  }
}
.buy .other-function-buy .content .cart-box .buy-button {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .buy .other-function-buy .content .cart-box .buy-button {
    text-align: center;
  }
}
.buy .other-function-buy .content .cart-box .buy-button .cart {
  width: 176px;
}
.buy .notes {
  padding-bottom: 0;
}
.buy .notes .title {
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  margin: auto;
  position: relative;
  font-family: bold;
}
@media screen and (max-width: 768px) {
  .buy .notes .title {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .buy .notes .title {
    font-size: 24px;
    width: 100%;
  }
}
.buy .notes .title::before {
  content: '';
  display: block;
  width: 82%;
  height: 145px;
  background: url(../img/buy/notes-line.svg) no-repeat;
  position: absolute;
  right: 0px;
  top: 21px;
}
@media screen and (max-width: 960px) {
  .buy .notes .title::before {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .buy .notes .title::before {
    width: 76%;
  }
}
.buy .notes .notes-content {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .buy .notes .notes-content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .buy .notes .notes-content {
    width: 100%;
  }
}
.buy .notes .notes-content ul {
  width: 93%;
  padding: 0;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .buy .notes .notes-content ul {
    width: 100%;
    padding-left: 5px;
  }
}
.buy .notes .notes-content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .buy .notes .notes-content ul li {
    font-size: 14px;
  }
}
.buy .notes .notes-content ul li span {
  color: #2D8CFF;
}
.buy .notes .notes-content ul li a {
  color: #2D8CFF;
}
.buy .part-2 {
  margin-bottom: 60px;
}
.buy .part-2 .flex-container {
  background: #0c132b;
  border-radius: 6px;
  padding: 56px 20px 90px;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.buy .part-2 .flex-container::before {
  content: url(../img/index-new/SVG/icon-seven.svg);
  display: inline-block;
  position: absolute;
  width: 150px;
  right: -80px;
  bottom: -32px;
}
@media screen and (max-width: 1080px) {
  .buy .part-2 .flex-container::before {
    display: none;
  }
}
.buy .part-2 .flex-container::after {
  content: url(../img/index-new/SVG/hl.svg);
  width: 140px;
  position: absolute;
  bottom: -32px;
  left: -68px;
}
@media screen and (max-width: 1080px) {
  .buy .part-2 .flex-container::after {
    display: none;
  }
}
.buy .part-2 .flex-container .title {
  color: #fff;
  flex: 0 0 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 47px;
}
@media screen and (max-width: 600px) {
  .buy .part-2 .flex-container .title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.buy .part-2 .flex-container .flex-item {
  flex: 0 1 30%;
}
.buy .part-2 .flex-container .flex-item:nth-child(3) {
  flex: 0 0 40%;
}
@media screen and (max-width: 600px) {
  .buy .part-2 .flex-container .flex-item:nth-child(3) {
    flex: 100%;
  }
}
@media screen and (max-width: 600px) {
  .buy .part-2 .flex-container .flex-item {
    flex: 100%;
    margin-top: 30px;
  }
}
.buy .part-2 .flex-container .flex-item .flex-item__content {
  position: relative;
}
.buy .part-2 .flex-container .flex-item .flex-item__content img {
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
}
.buy .part-2 .flex-container .flex-item .flex-item__content .text {
  margin-left: 65px;
  color: #fff;
}
.buy .part-2 .flex-container .flex-item .flex-item__content .text .p1 {
  font-size: 21px;
  padding-bottom: 10px;
}
.buy .part-2 .flex-container .flex-item .flex-item__content .text .p2 {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  width: 80%;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  .buy .part-2 .flex-container .flex-item .flex-item__content .text .p2 {
    width: 100%;
  }
}
.buy.android-datensicherung-wiederherstellung .select-new-box .flex-content,
.buy.video-converter .select-new-box .flex-content,
.buy.datenrettung .select-new-box .flex-content,
.buy.bildschirm-recorder .select-new-box .flex-content,
.buy.android-datenrettung .select-new-box .flex-content,
.buy.ios-unlocker .select-new-box .flex-content,
.buy.dotrans .select-new-box .flex-content,
.buy.ios-transfer .select-new-box .flex-content,
.buy.whatsapp-transfer .select-new-box .flex-content {
  justify-content: center;
}
.buy.android-datensicherung-wiederherstellung .select-new-box .flex-content .item:first-child,
.buy.video-converter .select-new-box .flex-content .item:first-child,
.buy.datenrettung .select-new-box .flex-content .item:first-child,
.buy.bildschirm-recorder .select-new-box .flex-content .item:first-child,
.buy.android-datenrettung .select-new-box .flex-content .item:first-child,
.buy.ios-unlocker .select-new-box .flex-content .item:first-child,
.buy.dotrans .select-new-box .flex-content .item:first-child,
.buy.ios-transfer .select-new-box .flex-content .item:first-child,
.buy.whatsapp-transfer .select-new-box .flex-content .item:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 960px) {
  .buy.android-datensicherung-wiederherstellung .select-new-box .flex-content .item:first-child,
  .buy.video-converter .select-new-box .flex-content .item:first-child,
  .buy.datenrettung .select-new-box .flex-content .item:first-child,
  .buy.bildschirm-recorder .select-new-box .flex-content .item:first-child,
  .buy.android-datenrettung .select-new-box .flex-content .item:first-child,
  .buy.ios-unlocker .select-new-box .flex-content .item:first-child,
  .buy.dotrans .select-new-box .flex-content .item:first-child,
  .buy.ios-transfer .select-new-box .flex-content .item:first-child,
  .buy.whatsapp-transfer .select-new-box .flex-content .item:first-child {
    margin-right: 0px;
  }
}
