input {
  border-radius: 0;
}
.buy-tabs-box {
  padding: 0 0.5rem;
  background-color: #f5f7f7;
  position: relative;
  box-shadow: 0 0 0.15rem rgba(73, 188, 189, 0.15);
}
.buy-tabs-box .tabs-next {
  right: 0;
  background-image: url('../images/icons/tabs-next-icon.png');
}
.buy-tabs-box .tabs-prev {
  left: 0;
  background-image: url('../images/icons/tabs-prev-icon.png');
}
.buy-tabs-box .tabs-next,
.buy-tabs-box .tabs-prev {
  background-size: contain;
  width: 0.5rem;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.buy-tabs-box .active-wrap {
  position: relative;
}
.buy-tabs-box .active-wrap::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  background-color: #49bcbd;
  height: 0.04rem;
  left: 0;
}
.buy-tabs {
  background-color: #fff;
}
.buy-tabs .swiper-wrapper {
  background-color: #fff;
}
.buy-tabs .tabs-item {
  background-color: #fff;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 0 0.3rem;
}
.buy-tabs .tabs-item img {
  height: 0.3rem;
  display: block;
}
#section {
  background-color: #F5F7F7;
  padding: 0 0 0.2rem;
}
.buy-items.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.buy-items .buy-config-title {
  padding: 0 0.3rem;
  line-height: 0.65rem;
  color: #9AABAB;
}
.buy-items .buy-config-box {
  border-top: 1px solid #d9d8d8;
  background-color: #fff;
}
.buy-items .buy-check-box {
  padding: 0.15rem 0.15rem 0 0.3rem;
  border-bottom: 1px solid #d9d8d8;
  display: flex;
  flex-wrap: wrap;
}
.buy-items .buy-check-box .buy-check-title {
  flex: 1;
  line-height: 0.75rem;
}
.buy-items .buy-check-box .buy-check-item {
  width: 2.2rem;
  min-width: 2.2rem;
  max-width: 2.2rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  border: 1px solid #d9d8d8;
  line-height: 0.75rem;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.15rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buy-items .buy-check-box .buy-check-item.doubleD {
  padding: 0;
}
.buy-items .buy-check-box .buy-check-item.doubleD > div {
  padding: 0 0.15rem;
}
.buy-items .buy-check-box .buy-check-item > div:nth-child(2) {
  border-top: 1px solid #d9d8d8;
  background-color: #fff;
}
.buy-items .buy-check-box .buy-check-item.large {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding: 0;
}
.buy-items .buy-check-box .buy-check-item.nopadding {
  padding: 0;
}
.buy-items .buy-check-box .buy-check-item > span {
  line-height: 0.75rem;
  padding: 0 0.15rem;
}
.buy-items .buy-check-box .buy-check-item .info {
  background-color: #fff;
  padding: 0.15rem;
  width: 100%;
  border-top: 1px solid #d9d8d8;
}
.buy-items .buy-check-box .buy-check-item .info .info-item {
  display: flex;
  width: 100%;
  align-items: center;
  line-height: 0.5rem;
}
.buy-items .buy-check-box .buy-check-item .info .info-item .info-title {
  color: #999;
  flex: 1;
}
.buy-items .buy-check-box .buy-check-item .info .info-item .info-detail {
  flex: 3;
  color: #333;
}
.buy-items .buy-check-box .buy-check-item .info .info-item p {
  width: 100%;
  color: #999;
}
.buy-items .buy-check-box .buy-check-item.active {
  background-color: #49bcbd;
  color: #fff;
  border-color: #49bcbd;
}
.buy-items .buy-check-box .buy-check-item.active > span {
  color: #fff;
}
.buy-items .buy-check-box .buy-check-item.active .info {
  border-color: #49bcbd;
}
.buy-items .buy-check-box .buy-check-item.active .info .info-item p {
  color: #49bcbd;
}
.buy-items .buy-check-box .buy-check-item.active > div:nth-child(2) {
  color: #49bcbd;
  border-color: #49bcbd;
}
.buy-items .buy-picker-box .buy-picker-info {
  border-bottom: 1px solid #d9d8d8;
  background-color: #fff;
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.buy-items .buy-picker-box .buy-picker-info .buy-picker-sel {
  flex: 1;
  color: #9AABAB;
  text-align: right;
  padding: 0 0.2rem;
}
.buy-items .buy-picker-box .buy-picker-info .buy-picker-arrow {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/icons/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.buy-items .buy-picker-bg {
  position: fixed;
  width: 100vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
}
.buy-items .buy-picker-bg.active {
  height: 100vh;
  opacity: 1;
}
.buy-items .buy-picker-contain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.buy-items .buy-picker-contain .buy-picker-title {
  line-height: 1rem;
  background-color: #F5F7F7;
  text-align: center;
  position: relative;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #d9d8d8;
}
.buy-items .buy-picker-contain .buy-picker-title .buy-picker-close {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/icons/close-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.3rem;
  top: 0.35rem;
}
.buy-items .buy-picker-contain .buy-picker-drop {
  padding: 0.3rem 0.3rem 0.15rem;
  max-height: 5rem;
  overflow-y: auto;
}
.buy-items .buy-picker-contain .buy-picker-drop .buy-picker-itemTitle {
  margin-bottom: 0.3rem;
  display: flex;
  padding: 0 0.2rem;
}
.buy-items .buy-picker-contain .buy-picker-drop .buy-picker-itemTitle span {
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.buy-items .buy-picker-contain .buy-picker-drop .buy-picker-item {
  border: 1px solid #d9d8d8;
  width: 100%;
  line-height: 0.75rem;
  text-align: center;
  margin-bottom: 0.15rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
}
.buy-items .buy-picker-contain .buy-picker-drop .buy-picker-item span {
  flex: 1;
}
.buy-items .buy-picker-contain .buy-picker-drop .buy-picker-item.active {
  color: #fff;
  background-color: #49bcbd;
  border-color: #49bcbd;
}
.buy-items .buy-number-item {
  background-color: #fff;
  border-bottom: 1px solid #d9d8d8;
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.buy-items .buy-number-item .buy-number-title {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0.15rem;
  text-overflow: ellipsis;
}
.buy-items .buy-number-item .buy-number-info {
  height: 0.8rem;
  border: 1px solid #d9d8d8;
  position: relative;
  display: flex;
}
.buy-items .buy-number-item .buy-number-info i {
  height: 100%;
  width: 0.78rem;
  background-color: #F5F7F7;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
}
.buy-items .buy-number-item .buy-number-info i.disabled {
  opacity: 0.6;
}
.buy-items .buy-number-item .buy-number-info .buy-number-dec {
  background-image: url(../images/icons/dec-icon.png);
}
.buy-items .buy-number-item .buy-number-info .buy-number-add {
  background-image: url(../images/icons/add-icon.png);
}
.buy-items .buy-number-item .buy-number-info .input-item {
  border-left: 1px solid #d9d8d8;
  border-right: 1px solid #d9d8d8;
  line-height: 0.78rem;
  padding: 0 0.3rem;
  width: 2.15rem;
}
.buy-items .buy-number-item .buy-number-info .input-item input {
  width: 100%;
  border: none;
  text-align: center;
}
.buy-items .buy-number-item .buy-number-info .buy-number-simgle {
  color: #9AABAB;
  position: absolute;
  right: 1rem;
  line-height: 0.75rem;
}
.buy-items .buy-txt {
  background-color: #fff;
  border-bottom: 1px solid #d9d8d8;
  padding: 0.3rem;
  list-style: none;
}
.buy-items .buy-txt li {
  line-height: 0.4rem;
  color: #9AABAB;
}
.buy-items .buy-txt .buy-title-content {
  display: flex;
  align-items: center;
}
.buy-items .buy-txt .buy-title-content .buy-title-icon {
  height: 0.3rem;
  width: 0.04rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../images/icons/buy-title-icon.png');
  margin-right: 0.2rem;
}
.buy-items .buy-txt .buy-title-content span {
  color: #000;
  font-size: 0.26rem;
}
.buy-items.buy-type-outer {
  display: flex;
  padding: 0.3rem 0.3rem 0.15rem;
}
.buy-items.buy-type-outer .buy-type-btn {
  display: flex;
  position: relative;
  width: 50%;
  height: 0.8rem;
  align-items: center;
  justify-content: center;
}
.buy-items.buy-type-outer .buy-type-btn::before {
  display: block;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.buy-items.buy-type-outer .buy-type-btn::after {
  content: '';
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110%;
  /* 宽高 */
  background-color: #d9d8d8;
  /* 颜色 */
  border-radius: 0.08rem;
  /* 设置圆角 */
  z-index: 0;
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(1)::after {
  transform: perspective(0.08rem) rotateX(0.5deg);
  transform-origin: bottom left;
  top: -8%;
  left: 0;
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(1)::before {
  background-image: url(/static/default-themes/wap/images/icons/buy-type1.png);
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(1).active::before {
  background-image: url(/static/default-themes/wap/images/icons/buy-type1s.png);
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(2)::after {
  transform: perspective(0.08rem) rotateX(-0.5deg);
  transform-origin: top right;
  top: 2%;
  right: 0;
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(2)::before {
  background-image: url(/static/default-themes/wap/images/icons/buy-type2.png);
}
.buy-items.buy-type-outer .buy-type-btn:nth-child(2).active::before {
  background-image: url(/static/default-themes/wap/images/icons/buy-type2s.png);
}
.buy-items.buy-type-outer .buy-type-btn span {
  z-index: 1;
}
.buy-items.buy-type-outer .buy-type-btn.active::after {
  background-image: linear-gradient(-30deg, #49bcbd, #7fd5d6);
}
.buy-items.buy-type-outer .buy-type-btn.active span {
  color: #fff;
}
#footer .foo-pay {
  display: flex;
}
