body {
  background: #F9F9F9;
}
/* banner图样式 */
.banner {
  font-size: 0;
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.banner > img {
  width: 100%;
  height: 3rem;
}
/* end */
.box_title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #1f2f3c;
  padding: 0.6rem 0 0.36rem;
  text-align: center;
  color: #1f2f3d;
}
.box_title > span {
  color: #ED1C24;
}
.box_title > span:first-child {
  margin-right: 0.12rem;
}
.box_title > span:last-child {
  margin-left: 0.12rem;
}
/* form */
.box-card {
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  font-size: 0;
}
.box-card .box-item {
  box-sizing: border-box;
  margin: 0 0.24rem;
  border-radius: 0.15rem;
  /* 产品优势->开始 */
  /* 产品优势->结束 */
}
.box-card .box-item > p {
  font-family: 'Adobe 黑体 Std';
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 0.28rem;
  line-height: 160%;
  letter-spacing: 2px;
}
.box-card .box-item > h4 {
  color: #1f2f3d;
  font-size: 0.28rem;
  font-weight: bold;
  margin: 0.2rem 0;
}
.box-card .box-item .box-item-conent > ul > li {
  display: inline-block;
  width: 2.2rem;
  padding: 0.31rem 0.2rem;
  background-color: #fff;
  font-size: 0.24rem;
  margin-right: 0.21rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  box-shadow: 0 0.12rem 0.16rem -0.04rem rgba(0, 0, 0, 0.08), 0 0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.03), 0 -0.02rem 0.16rem 0 rgba(0, 0, 0, 0.05);
}
.box-card .box-item .box-item-conent > ul > li:nth-child(3n+0) {
  margin-right: 0;
}
.box-card .box-item .box-item-conent > ul > li > span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.box-card .box-item .box-item-conent > ul > li > span:first-child {
  margin-bottom: 0.22rem;
}
.box-card .box-item .box-item-conent > ul > li > span:first-child > .iconfont {
  font-size: 0.98rem;
  color: #ED1C24;
}
.box-card .box-item .box-item-conent > ul > li > span:last-child {
  font-size: 0.28rem;
  color: #333333;
}
.box-card .box-item .box-item-conent > ul > li > span > img {
  width: 0.8rem;
}
/* end */
/* 产品介绍 -> 开始 */
.box-card1 {
  font-size: 0;
  max-width: 7.5rem;
  margin: 0 auto;
}
.box-card1 .box-card1-title {
  font-size: 0.36rem;
  font-weight: 500;
  padding: 0.6rem 0 0.36rem;
  text-align: center;
}
.box-card1 .box-card1-text {
  padding: 0 0.6rem;
  font-size: 0;
}
.box-card1 .box-card1-text > p {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.24rem;
  font-weight: 400;
}
.box-card1 .box-card1-text > .text-conent {
  font-size: 0.26rem;
  margin-bottom: 0.24rem;
  padding-left: 0.32rem;
  position: relative;
  letter-spacing: 0;
}
.box-card1 .box-card1-text > .text-conent::after {
  content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.24rem;
  background-color: #ED1C24;
  position: absolute;
  left: 0;
  top: 0.06rem;
}
.box-card1 .box-card1-text > .text-conent:last-child {
  margin-bottom: 0;
}
.box-card1 > .scene {
  text-align: center;
  padding-bottom: 0.4rem;
  font-size: 0;
}
.box-card1 > .scene > ul > li {
  display: inline-block;
  width: 3.35rem;
  margin-right: 0.19rem;
}
.box-card1 > .scene > ul > li > img {
  width: 100%;
  box-shadow: 0 0.12rem 0.16rem -0.04rem rgba(0, 0, 0, 0.08), 0 0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.03);
}
.box-card1 > .scene > ul > li > span {
  display: inline-block;
  width: 100%;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
}
.box-card1 > .scene > ul > li:nth-child(2n + 0) {
  margin-right: 0;
}
/* 产品介绍 -> 结束 */
.double-both {
  height: 1rem;
}
/* 套餐选择 -> 开始 */
.package-selection {
  background-color: #FFFEFD;
  padding: 0 0.24rem 0.36rem;
  max-width: 7.5rem;
  margin: 0.36rem auto 0;
}
.package-selection .slider > ul {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0;
}
.package-selection .slider > ul::-webkit-scrollbar {
  display: none;
}
.package-selection .slider > ul > li {
  background: transparent;
  position: relative;
  flex-shrink: 0;
  width: 2.8rem;
  height: 4.04rem;
  font-size: 0;
  border-radius: 0.24rem;
  margin-right: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  padding: 0.32rem 0.24rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.package-selection .slider > ul > li::after {
  content: '';
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
  background: #fff;
  border-radius: 0.2rem;
  z-index: -1;
}
.package-selection .slider > ul > li::before {
  content: '';
  position: absolute;
  top: -0.02rem;
  left: -0.02rem;
  right: -0.02rem;
  bottom: -0.02rem;
  background: linear-gradient(90deg, #fff7c6, #ffe1c2);
  border-radius: 0.24rem;
  z-index: -1;
}
.package-selection .slider > ul > li > div {
  width: 100%;
}
.package-selection .slider > ul > li > .title {
  font-weight: bold;
  font-size: 0.28rem;
  color: #7A6458;
  text-align: center;
}
.package-selection .slider > ul > li > .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.2rem;
  color: #7A6458;
  margin-top: 0.1rem;
  flex-shrink: 0;
  letter-spacing: -0.04rem;
}
.package-selection .slider > ul > li > .price b {
  font-family: 'DM Sans Local';
  font-size: 0.56rem;
  color: #FF6600;
  line-height: 0.66rem;
  text-align: center;
  margin-right: 0.05rem;
  padding: 0;
}
.package-selection .slider > ul > li > .reduced-price {
  display: flex;
  justify-content: center;
  margin-bottom: 0.15rem;
}
.package-selection .slider > ul > li > .reduced-price > s {
  font-weight: 400;
  font-size: 0.24rem;
  color: #B1B1B1;
  text-align: center;
}
.package-selection .slider > ul > li > .reduced-price > i {
  font-weight: 400;
  font-size: 0.24rem;
  color: transparent;
  text-align: center;
}
.package-selection .slider > ul > li > .derate {
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  background: rgba(0, 140, 255, 0.5);
  border-radius: 0.08rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #fff;
  margin: 0 auto 0.06rem;
}
.package-selection .slider > ul > li > .deal {
  font-weight: 400;
  font-size: 0.2rem;
  color: #7A6458;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.package-selection .slider > ul > li > .presented {
  border-top: 1px solid #D4D2E3;
  padding-top: 0.2rem;
  font-size: 0.24rem;
  color: #ED1C24;
}
.package-selection .slider > ul > li > .presented span {
  flex-shrink: 0;
  color: #7A6458;
}
.package-selection .slider > ul .selected::after {
  content: '';
  position: absolute;
  top: 0.04rem;
  left: 0.04rem;
  right: 0.04rem;
  bottom: 0.04rem;
  background: linear-gradient(90deg, #FFF7C6 0%, #FFE1C2 100%);
  border-radius: 0.2rem;
  z-index: -1;
}
.package-selection .slider > ul .selected > .derate {
  background: #008CFF;
}
.package-selection .placeAnOrder {
  margin-top: 0.5rem;
  background-color: #FFF;
  box-shadow: 0 0.12rem 0.16rem -0.04rem rgba(0, 0, 0, 0.08), 0 0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.03), 0 -0.02rem 0.16rem 0.04rem rgba(0, 0, 0, 0.05);
  border-radius: 0.36rem;
  padding: 0 0.36rem 0.36rem;
  box-sizing: border-box;
}
.package-selection .placeAnOrder .item {
  min-height: 0.6rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.package-selection .placeAnOrder .item:last-child {
  margin-bottom: 0;
}
.package-selection .placeAnOrder .item > label {
  width: 30%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.package-selection .placeAnOrder .item > input {
  width: 100%;
  height: 0.6rem;
  border: none;
  outline-style: none;
  box-sizing: border-box;
  font-size: 0.24rem;
  border-radius: 0 !important;
  color: #999999;
  background-color: #F8F8F8;
  padding: 0 0.3rem;
}
.package-selection .placeAnOrder .item > input:focus {
  border-color: #ff8a00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
}
.package-selection .placeAnOrder .item > input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.package-selection .placeAnOrder .item > input::-ms-input-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.package-selection .placeAnOrder .item > input::-moz-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.package-selection .placeAnOrder .item > input::moz-placeholder {
  color: #999999;
  font-size: 0.28rem;
}
.package-selection .placeAnOrder .item-btn {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.6rem;
}
.package-selection .placeAnOrder .item-btn span {
  display: inline-block;
  width: 6.3rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.36rem;
  font-weight: 400;
  color: #fff;
  border-radius: 0.16rem;
  background-color: #ED1C24;
}
/* 套餐选择 -> 结束 */
