.pro-head {
  height: 4.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.75rem;
}
.pro-head .qg-title-box {
  align-items: flex-start;
}
.pro-head .qg-title-box .qg-title-line::after,
.pro-head .qg-title-box .qg-title-line::before {
  background-color: #fff;
}
.pro-head .qg-title-box .qg-title {
  color: #fff;
  font-size: 0.3rem;
}
.pro-head .qg-title-box p {
  color: #fff;
  margin-bottom: 0.3rem;
  width: 50%;
}
.pro-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
}
.pro-head .qg-btn {
  border-radius: 0.06rem;
  width: unset;
  padding: 0 0.15rem;
}
#section {
  position: relative;
}
.sticky-header {
  box-shadow: 0 -1px #FFFFFF;
}
.pro-tabs {
  position: sticky;
  top: -1px;
  overflow-x: auto;
  overflow-y: visible;
  width: 100vw;
  box-shadow: 0 0 0.2rem rgba(73, 188, 189, 0.15);
  z-index: 10;
}
.pro-tabs .pro-tabs-scroll {
  display: flex;
}
.pro-tabs .pro-tabs-scroll .pro-tabs-item {
  flex: 1;
  padding: 0 0.2rem;
  background-color: #fff;
  position: relative;
  line-height: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-tabs .pro-tabs-scroll .pro-tabs-item .pro-tabs-icon {
  margin-right: 0.1rem;
  width: 0.35rem;
}
.pro-tabs .pro-tabs-scroll .pro-tabs-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
  height: 0.04rem;
  background-color: #49bcbd;
}
.pro-tabs .pro-tabs-scroll .pro-tabs-item.active::after {
  width: 80%;
}
.pro-content {
  display: none;
}
.pro-content.active {
  display: block;
}
.pro-advantage {
  padding: 0.25rem 0.3rem;
}
.pro-advantage-item {
  box-shadow: 0 0 0.2rem rgba(73, 188, 189, 0.15);
  padding: 0.25rem 0.2rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.pro-advantage-item img {
  width: 1rem;
  margin-right: 0.2rem;
}
.pro-advantage-item .pro-advantage-content p {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.pro-advantage-item .pro-advantage-content div {
  color: #9AABAB;
}
.pro-scene {
  padding: 0.5rem 0;
}
.pro-scene-item:nth-child(1) {
  border-top: 1px solid #d9d8d8;
}
.pro-scene-item .qg-select-title {
  justify-content: space-between;
}
.pro-scene-item .qg-select-name {
  font-size: 0.28rem;
  font-weight: bold;
  transition: all 0.3s;
}
.pro-scene-item.active .qg-select-name {
  color: #49bcbd;
}
.pro-scene-item.active .qg-select-icon {
  transform: rotate(90deg);
}
.pro-scene-item.active .pro-scene-box {
  padding: 0.3rem 0.3rem;
  border-bottom: 1px solid #d9d8d8;
}
.pro-scene-item.active .pro-scene-box * {
  opacity: 1;
  line-height: 0.3rem;
}
.pro-scene-item.active .pro-scene-box .pro-scene-title {
  margin-bottom: 0.3rem;
}
.pro-scene-item.active .pro-scene-box .pro-scene-detail {
  margin: 0.25rem 0;
}
.pro-scene-item.active .pro-scene-box .pro-scene-set-title {
  margin-bottom: 0.2rem;
}
.pro-scene-item.active .pro-scene-box .pro-scene-set-box span {
  line-height: 0.8rem;
}
.pro-scene-item .pro-scene-box {
  background-color: #F5F7F7;
  padding: 0 0.3rem;
  transition: all 0.3s;
  overflow: hidden;
}
.pro-scene-item .pro-scene-box * {
  transition: all 0.3s;
  line-height: 0;
  opacity: 0;
}
.pro-scene-item .pro-scene-box .pro-scene-title {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0;
}
.pro-scene-item .pro-scene-box .pro-scene-detail {
  margin: 0 0;
  color: #9AABAB;
}
.pro-scene-item .pro-scene-box .pro-scene-set-title {
  display: flex;
  margin-bottom: 0;
}
.pro-scene-item .pro-scene-box .pro-scene-set-title span {
  flex: 1;
  text-align: center;
  padding: 0 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9AABAB;
}
.pro-scene-item .pro-scene-box .pro-scene-set-box {
  display: flex;
  background-color: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 0 0.1rem rgba(73, 188, 189, 0.3);
}
.pro-scene-item .pro-scene-box .pro-scene-set-box span {
  flex: 1;
  text-align: center;
  padding: 0 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 0;
}
.pro-function {
  padding: 0.3rem;
}
.pro-function-item {
  margin-bottom: 0.5rem;
}
.pro-function-item .pro-function-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.pro-function-item .pro-function-title img {
  width: 0.45rem;
  margin-right: 0.1rem;
}
.pro-function-item .pro-function-title p {
  font-size: 0.28rem;
  font-weight: bold;
}
.pro-function-item ul {
  list-style: none;
}
.pro-function-item ul li {
  padding-left: 0.2rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}
.pro-function-item ul li::before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background-color: #49bcbd;
  border-radius: 50%;
  display: block;
  float: left;
  margin-left: -0.2rem;
  margin-top: 0.15rem;
}
#footer .foo-help {
  display: flex;
}
#section .info-wrap {
  background: #fff;
  padding: 0 0.3rem;
  margin-bottom: 0.14rem;
}
#section .info-wrap .title {
  height: 0.74rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e9ed;
  font-size: 0.24rem;
}
#section .info-wrap .title .label {
  color: #444;
}
#section .info-wrap .list {
  padding: 0.12rem 0;
}
#section .info-wrap .list li {
  display: flex;
  height: 0.52rem;
  justify-content: space-between;
  align-items: center;
}
#section .info-wrap .list li span {
  font-size: 0.24rem;
  color: #444444;
}
#section .info-wrap .list li .label {
  color: #9AABAB;
}
#section .info-wrap .list li .bold {
  font-size: 0.36rem;
  font-weight: bold;
}
#section .info-wrap .edge {
  padding: 0.24rem 0;
}
#section .edge-wrap {
  margin-bottom: 0;
  padding-top: 0.24rem;
}
#section .edge-wrap .prompt {
  margin-bottom: 0.24rem;
}
#section .type-wrap {
  height: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
}
#section .type-wrap .label {
  font-size: 0.24rem;
  color: #444;
}
#section .type-wrap .price {
  font-size: 0.28rem;
  color: #E94738;
}
#section .order-group {
  padding-bottom: 2rem;
}
#section .order-wrap {
  background: #fff;
  margin-bottom: 0.14rem;
  padding: 0 0.3rem;
}
#section .order-wrap .title {
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section .order-wrap .title .label {
  font-size: 0.28rem;
  color: #444;
}
#section .order-wrap .title .sub-label {
  font-size: 0.22rem;
  color: #9AABAB;
  font-style: normal;
}
#section .order-wrap .title .price {
  font-size: 0.28rem;
  color: #E94738;
}
#section .order-wrap .title .arrow {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url('../images/icons/arrow-icon-down.png') no-repeat;
  background-size: contain;
  margin-left: 0.08rem;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition-duration: 0.25s;
}
#section .order-wrap .list {
  padding: 0.15rem 0;
}
#section .order-wrap .list li {
  list-style: none;
  display: flex;
}
#section .order-wrap .list li span {
  font-size: 0.24rem;
  color: #444;
  min-height: 0.5rem;
}
#section .order-wrap .list li .label {
  width: 1.87rem;
  color: #9AABAB;
}
#section .order-wrap .list li .multifield {
  line-height: 0.39rem;
}
#section .order-hide .list {
  display: none;
}
#section .order-hide .title .arrow {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url('../images/icons/arrow-icon-down.png') no-repeat;
  background-size: contain;
  margin-left: 0.08rem;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition-duration: 0.25s;
}
#section .order-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1.8rem;
}
#section .order-bottom .protocol {
  height: 0.81rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  color: #444;
  padding: 0 0.3rem;
  background: #F5F7F7;
}
#section .order-bottom .protocol .qg-checkbox-item {
  display: flex;
  align-items: center;
}
#section .order-bottom .protocol .icon {
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
  margin-right: 0.15rem;
}
#section .order-bottom .protocol em {
  font-style: normal;
}
#section .order-bottom .protocol a {
  color: #49bcbd;
}
#section .order-bottom .handle {
  width: 100%;
  height: 0.99rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d8d8;
  padding-left: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section .order-bottom .handle .total-price {
  color: #000;
}
#section .order-bottom .handle .total-price .price {
  font-weight: bold;
  color: #E94738;
  font-size: 0.28rem;
}
#section .order-bottom .handle .btn .cancel {
  display: inline-block;
  height: 0.99rem;
  line-height: 0.99rem;
  color: #9AABAB;
  font-size: 0.24rem;
  padding: 0 0.35rem;
}
#section .order-bottom .handle .btn .pay {
  display: inline-block;
  height: 0.99rem;
  line-height: 0.99rem;
  color: #fff;
  background: #E94738;
  font-size: 0.24rem;
  padding: 0 0.39rem;
  text-align: center;
  min-width: 1.88rem;
}
#section .order-bottom2 {
  height: 0.99rem;
}
#section .order-bottom2 .handle {
  justify-content: flex-end;
  text-align: right;
}
#section .order-bottom2 .handle .total-price {
  padding-right: 0.18rem;
}
#section .order-bottom2 .handle .total-price span {
  font-size: 0.28rem;
}
#section .order-bottom2 .handle .total-price .price {
  font-size: 0.32rem;
}
#section .order-bottom2 .handle .total-price .txt {
  font-size: 0.22rem;
  color: #9AABAB;
  margin-right: -0.12rem;
}
#section .pay-row-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.33rem;
  background: #fff;
  border-top: 1px solid #d9d8d8;
  border-bottom: 1px solid #d9d8d8;
}
#section .pay-row-wrap .txt {
  font-size: 0.24rem;
  color: #000;
  padding-bottom: 0.12rem;
}
#section .pay-row-wrap .txt .btn-info {
  margin-left: 0.12rem;
}
#section .pay-row-wrap .txt2 {
  font-size: 0.22rem;
  color: #9AABAB;
}
#section .pay-wrap {
  background: #fff;
  border-top: 1px solid #d9d8d8;
}
#section .pay-wrap .item {
  padding: 0.4rem 0.33rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d8d8;
}
#section .pay-wrap .item .left {
  display: flex;
}
#section .pay-wrap .item .left .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.14rem;
}
#section .pay-wrap .item .left .txt {
  font-size: 0.24rem;
  color: #000;
  margin-right: 0.08rem;
}
#section .pay-wrap .item .left .tag {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.05rem;
  background: #f6ae54;
  border-radius: 0 0.1rem 0.1rem 0.1rem;
}
#section .pay-wrap .item .right {
  display: flex;
}
#section .tab-wrap {
  width: 100%;
  height: 1rem;
  background: #fff;
  position: fixed;
  top: 0.9rem;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  border-bottom: 1px solid #f1f1f1;
}
#section .tab-wrap .item {
  flex: 1;
  text-align: center;
}
#section .tab-wrap .item .btn {
  display: flex;
  padding: 0.2rem;
  justify-content: center;
  align-items: center;
}
#section .tab-wrap .item .btn .arrow {
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/icons/arrow-icon-down2.png) no-repeat center 88%;
  background-size: contain;
  margin-left: 0.1rem;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition-duration: 0.25s;
}
#section .tab-wrap .item .btn .arrow.active {
  background: url(../images/icons/arrow-icon-down2.png) no-repeat center 60%;
  background-size: contain;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#section .wrapper li {
  background: #fff;
  margin-top: 0.14rem;
  padding: 0.27rem 0.3rem 0.28rem 0.28rem;
}
#section .wrapper li .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.06rem;
}
#section .wrapper li .top .left {
  flex: 1;
  padding-right: 0.2rem;
}
#section .wrapper li .top .left .item {
  font-size: 0.28rem;
  color: #444;
}
#section .wrapper li .top .left .sub-item {
  font-size: 0.22rem;
  color: #9AABAB;
  padding-left: 0.05rem;
}
#section .wrapper li .top .status {
  font-size: 0.22rem;
  color: #fff;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.17rem;
  padding: 0 0.17rem;
  margin-top: 0.04rem;
}
#section .wrapper li .middle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.04rem;
}
#section .wrapper li .middle .price {
  font-size: 0.28rem;
  color: #E94738;
  font-weight: bold ;
}
#section .wrapper li .middle em {
  width: 1px;
  height: 0.22rem;
  background: #E5E9ED;
  margin: 0 0.12rem;
  margin-bottom: -1px;
}
#section .wrapper li .middle .type {
  font-size: 0.22rem;
  color: #9AABAB;
}
#section .wrapper li .bottom .txt {
  font-size: 0.24rem;
  color: #9AABAB;
  line-height: 0.35rem;
}
#section .empty-list {
  text-align: center;
  padding-top: 2rem;
}
#section .empty-list .icon {
  width: 1.42rem;
  height: 1.33rem;
}
#section .empty-list .txt {
  font-size: 0.24rem;
  color: #9AABAB;
  padding-top: 0.2rem;
}
.qg-checkbox-item {
  display: flex;
  align-items: center;
}
.qg-checkbox-item .icon {
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
}
.prompt {
  background: #e0f8f8;
  border: 1px solid #d9d8d8;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.18rem;
}
.prompt .icon {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url('/static/default-themes/wap/images/icons/attend-icon.png') no-repeat;
  background-size: 0.26rem 0.26rem;
  margin-right: 0.12rem;
}
.prompt p {
  color: #E94738;
  font-size: 0.22rem;
  text-align: justify;
  flex: 1;
}
.screen-item {
  display: none;
  position: fixed;
  top: 1.89rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10;
}
.screen-item ul {
  background: #fff;
  padding: 0 0.3rem;
}
.screen-item ul li {
  list-style: none;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #d9d8d8;
  text-align: left;
}
.screen-item ul li span {
  font-size: 0.24rem;
  color: #444;
}
.screen-item ul li:last-child {
  border-bottom: none;
}
.screen-item ul .active {
  background: url('/static/default-themes/wap/images/icons/check.png') no-repeat;
  background-size: 0.26rem 0.18rem;
  background-position: 100% 50%;
}
.screen-item ul .active span {
  color: #49BCBD;
}
.gray-bg {
  background: #F5F7F7;
  height: 100%;
}
.warning-color {
  color: #F6AE54;
}
.info-color {
  color: #49bcbd;
}
.failure-color {
  color: #D9D8D8;
}
.warning-bg {
  background: #F6AE54;
}
.info-bg {
  background: #49bcbd;
}
.failure-bg {
  background: #D9D8D8;
}
.btn-disabled {
  background: #9AABAB !important;
}
.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 a {
  display: block;
  width: 100%;
  height: 100%;
}
.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 {
  border-left: 1px solid #d9d8d8;
  border-right: 1px solid #d9d8d8;
  line-height: 0.78rem;
  text-align: center;
  padding: 0 0.5rem;
  width: 2.15rem;
}
.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;
}
