.buy * {
  font-family: "OpenSans-Regular";
}
.buy::before {
  display: block;
  z-index: -1;
  content: '';
  height: 670px;
  width: 100%;
  background: #0c132b;
  position: absolute;
}
.buy .part-1 .pro-title {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
.buy .part-1 .pro-title .title {
  font-size: 40px;
  font-weight: bold;
}
.buy .part-1 .pro-title .desc {
  font-size: 16px;
  color: #c9caca;
  padding: 10px 0;
}
.buy .part-1 .pro-title .other {
  font-size: 16px;
  color: #ff7e78;
  position: relative;
}
.buy .part-1 .pro-title .other span {
  position: absolute;
  right: -22px;
  top: 2px;
  transition: 0.8s;
}
.buy .part-1 .pro-title .other:hover span {
  right: -30px;
}
.buy .part-1 .pc ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.buy .part-1 .pc ul li {
  color: #9fa0a0;
  flex: 0 0 24%;
  text-align: center;
  font-size: 21px;
}
.buy .part-1 .pc ul li.active {
  color: #fff;
}
.buy .part-1 .pc ul li.active p::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #2d8cff;
  z-index: 2;
  top: 37px;
}
.buy .part-1 .pc ul li p {
  display: inline-block;
  position: relative;
}
.buy .part-1 .s-big-box {
  margin-bottom: 30px;
}
.buy .part-1 .s-big-box .select-box {
  display: none;
}
.buy .part-1 .s-big-box .select-box.active {
  display: block;
}
.buy .part-1 .s-big-box .select-box .select-list-box {
  background: #f4f4f6;
  margin: 0 60px;
  padding: 20px 0;
  border-radius: 10px;
}
.buy .part-1 .s-big-box .select-box .select-list-box .flex-container .flex-item {
  flex: 0 0 32%;
  padding: 0 10px;
}
.buy .part-1 .s-big-box .select-box .select-list-box .flex-container .flex-item .flex-item-content {
  background: #fff;
}
.buy .part-1 .select-box {
  margin: 0 auto;
  max-width: 812px;
  border-radius: 10px;
  padding: 60px 0 50px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  position: relative;
}
.buy .part-1 .select-box::before {
  content: url(../img/index-new/SVG/icon-seven.svg);
  display: inline-block;
  position: absolute;
  width: 150px;
  right: -200px;
  top: -166px;
}
.buy .part-1 .select-box::after {
  content: url(../img/buy/hl.svg);
  display: inline-block;
  position: absolute;
  width: 130px;
  top: 155px;
  left: -175px;
}
.buy .part-1 .select-box .select-title {
  text-align: center;
  padding-bottom: 30px;
}
.buy .part-1 .select-box .select-title .one-line {
  font-size: 18px;
  color: #2d8cff;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.buy .part-1 .select-box .select-title .one-line .check {
  cursor: pointer;
  flex: 0 0 25px;
  height: 25px;
  border: 1px solid #ff7e78;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
  top: 0px;
}
.buy .part-1 .select-box .select-title .one-line .check:hover {
  border-color: #ff7e78;
}
.buy .part-1 .select-box .select-title .one-line .check.active::before {
  content: '';
  position: absolute;
  background: url(/static/img/store/tick.svg) no-repeat;
  width: 40px;
  height: 38px;
  left: 0;
}
.buy .part-1 .select-box .select-title .one-line p {
  font-weight: bold;
  font-family: "OpenSans-SemiBold";
}
.buy .part-1 .select-box .select-title .desc {
  font-size: 16px;
  margin-bottom: 10px;
}
.buy .part-1 .select-box .select-title .time {
  font-size: 16px;
  color: #2d8cff;
}
.buy .part-1 .select-box .select-list-box .flex-container {
  justify-content: center;
  width: 100%;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item {
  flex: 0 0 234px;
  padding: 0 17px;
  display: flex;
  flex-direction: column;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item.active .flex-item-content {
  background: #fff;
  border: 1px solid #2d8cff;
  position: relative;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item.active .flex-item-content::after {
  content: url('../img/buy/tick.svg');
  display: block;
  width: 30px;
  position: absolute;
  top: -6px;
  right: -10px;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content {
  text-align: center;
  background: #f4f4f6;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 6px;
  padding: 30px 0 24px;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-title {
  font-size: 18px;
  color: #2d8cff;
  height: 52px;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-desc {
  font-size: 16px;
  color: #727171;
  font-family: "OpenSans-Regular";
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-price {
  margin: 30px 0 24px;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-price .new {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: bold;
  font-family: "OpenSans-SemiBold";
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-price .new i {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-price .old {
  display: block;
  font-size: 16px;
  color: #727171;
  text-decoration: line-through;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-price .old i {
  font-style: normal;
}
.buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content .item-class {
  font-size: 16px;
  color: #2d8cff;
}
.buy .part-1 .select-box.family .gotobuy {
  margin-top: 20px;
}
.buy .part-1 .select-box .gotobuy {
  text-align: center;
  margin-top: 50px;
}
.buy .part-1 .select-box .gotobuy .new {
  font-size: 30px;
  color: #ff7e78;
  margin-right: 10px;
  font-family: "OpenSans-SemiBold";
}
.buy .part-1 .select-box .gotobuy .new i {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
}
.buy .part-1 .select-box .gotobuy .old {
  font-size: 16px;
  color: #727171;
  text-decoration: line-through;
}
.buy .part-1 .select-box .gotobuy .old i {
  font-style: normal;
}
.buy .part-1 .select-box .gotobuy .cart {
  color: #fff;
  background: #2d8cff;
  border-radius: 6px;
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: "OpenSans-SemiBold";
}
.buy .part-1 .select-box .gotobuy .cart:hover {
  background: #067DF4;
}
.buy .part-1 .select-box .gotobuy .more {
  margin-top: 14px;
  color: #9fa0a0;
  font-size: 14px;
  display: block;
  position: relative;
}
.buy .part-1 .select-box .gotobuy .more span {
  position: absolute;
  margin-left: 6px;
  top: 2px;
  transition: 0.8s;
}
.buy .part-1 .select-box .gotobuy .more:hover span {
  margin-left: 16px;
}
.buy .recommend {
  margin-top: 126px;
}
.buy .recommend .recommend-pro {
  text-align: center;
}
.buy .recommend .recommend-pro .recommend-title {
  font-size: 30px;
  color: #231815;
  width: 360px;
  margin: 0 auto 20px;
  font-family: "OpenSans-SemiBold";
}
.buy .recommend .recommend-pro .recommend-price .new {
  font-size: 36px;
  display: block;
  color: #ff7e78;
  font-family: "OpenSans-SemiBold";
}
.buy .recommend .recommend-pro .recommend-price .new i {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
}
.buy .recommend .recommend-pro .recommend-price .old {
  font-size: 16px;
  color: #727171;
  text-decoration: line-through;
}
.buy .recommend .recommend-pro .recommend-price .old i {
  font-style: normal;
}
.buy .recommend .recommend-pro .recommend-price .cart {
  color: #fff;
  background: #2d8cff;
  border-radius: 6px;
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: "OpenSans-SemiBold";
}
.buy .recommend .recommend-pro .recommend-price .cart:hover {
  background: #067DF4;
}
.buy .part-2 {
  margin-top: 70px;
  margin-bottom: 60px;
}
.buy .part-2 .flex-container {
  background: #0c132b;
  border-radius: 6px;
  padding: 56px 20px;
  justify-content: space-between;
  position: relative;
}
.buy .part-2 .flex-container::before {
  content: url(../img/index-new/SVG/icon-seven.svg);
  display: inline-block;
  position: absolute;
  width: 150px;
  right: -80px;
  top: -56px;
}
.buy .part-2 .flex-container::after {
  content: url(../img/index-new/SVG/hl.svg);
  width: 140px;
  position: absolute;
  bottom: -32px;
  left: -68px;
}
.buy .part-2 .flex-container .title {
  color: #fff;
  flex: 0 0 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 47px;
}
.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%;
}
.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);
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container .flex-item {
  flex: 0 0 33.3%;
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .container {
    overflow: hidden;
  }
  .buy .part-1 .select-box:after {
    display: none;
  }
  .buy .part-1 .select-box:before {
    display: none;
  }
  .buy .part-1 .pc ul li {
    flex: 0 0 35%;
  }
}
@media screen and (max-width: 760px) {
  .buy .container {
    overflow: hidden;
    padding: 0 16px;
  }
  .buy .part-1 .pro-title {
    margin-top: 65px;
    margin-bottom: 45px;
  }
  .buy .part-1 .pro-title .title {
    font-size: 24px;
  }
  .buy .part-1 .pro-title .desc {
    font-size: 12px;
  }
  .buy .part-1 .pro-title .other {
    font-size: 14px;
  }
  .buy .part-1 .pc ul li {
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
  }
  .buy .part-1 .pc ul li.active p:after {
    top: 27px;
  }
  .buy .part-1 .s-big-box .select-box {
    padding: 35px 0 30px;
  }
  .buy .part-1 .s-big-box .select-box .select-title .desc {
    font-size: 14px;
  }
  .buy .part-1 .s-big-box .select-box .select-title .time {
    font-size: 14px;
  }
  .buy .part-1 .s-big-box .select-box .select-title .one-line {
    flex-direction: column;
  }
  .buy .part-1 .s-big-box .select-box .select-title .one-line p {
    margin-top: 10px;
    font-size: 16px;
  }
  .buy .part-1 .s-big-box .select-box .select-title .one-line .check {
    flex: unset;
    width: 25px;
    left: 50%;
    margin-left: -12px;
  }
  .buy .part-1 .s-big-box .select-box .select-list-box .flex-container {
    flex-direction: column;
  }
  .buy .part-1 .s-big-box .select-box .select-list-box .flex-container .flex-item {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .buy .part-1 .s-big-box .select-box .gotobuy .more span {
    position: relative;
  }
  .buy .recommend {
    margin-top: 60px;
  }
  .buy .recommend .recommend-pro .recommend-title {
    font-size: 24px;
  }
  .buy .part-2 .flex-container {
    flex-direction: column;
  }
  .buy .part-2 .flex-container .title {
    font-size: 24px;
  }
  .buy .part-2 .flex-container .flex-item {
    margin-bottom: 30px;
  }
  .buy .part-2 .flex-container .flex-item .flex-item__content .text .p2 {
    width: auto;
  }
  .buy .part-2 .flex-container:before {
    display: none;
  }
  .buy .part-2 .flex-container::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .buy .part-1 .s-big-box .select-box .select-list-box {
    margin: 0 18px;
  }
  .buy .part-1 .pc ul {
    padding: 0;
  }
  .buy .part-1 .pc ul li {
    flex: 0 0 50%;
  }
  .buy .part-1 .select-box .gotobuy .more {
    padding: 0 40px;
  }
  .buy .recommend .recommend-pro .recommend-title {
    width: auto;
  }
  .buy .part-1 .select-box .select-list-box .flex-container .flex-item .flex-item-content {
    margin-bottom: 30px;
  }
  .buy .part-1 .select-box {
    margin-bottom: 30px;
  }
}
