.kt-page .top-tips {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}
.kt-page .top-tips.red {
  color: #E02A52;
  background-color: rgb(255, 250, 252);
}
.kt-page .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kt-page .container .page-scroll-box {
  flex: 1;
}
.kt-page .top-tips.blue {
  background-color: rgb(240, 247, 255);
}
.kt-page .top-tips.purple {
  color: #3413BA;
  background-color: rgb(250, 249, 255);
}
.kt-page .page-item-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.kt-page .page-item-wrap .pubilc-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.kt-page .page-item-wrap .pubilc-title .label {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.kt-page .page-item-wrap .pubilc-title .right {
  display: flex;
  justify-content: flex-end;
}
.kt-page .page-item-wrap .pubilc-title .right .icon {
  margin-right: -5px;
}
.kt-page .page-item-wrap .pubilc-title .right .icon img {
  width: 20px;
  height: 20px;
}
.kt-page .page-item-wrap .pubilc-title .right .desc-text {
  font-size: 12px;
  color: #999999;
  margin-left: 3px;
}
.kt-page .page-item-wrap .btn-box-lottery {
  display: flex;
  flex-wrap: wrap;
}
.kt-page .page-item-wrap .btn-box-lottery .item {
  width: 23%;
  margin-right: 2.3333%;
  height: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #000000;
  border-radius: 4px;
  box-sizing: border-box;
  background: rgb(248, 248, 248);
  border: 2px solid rgb(248, 248, 248);
  margin-bottom: 8px;
}
.kt-page .page-item-wrap .btn-box-lottery .item.active {
  border: 2px solid rgb(224, 42, 82);
  color: rgb(224, 42, 82);
  background-color: rgb(255, 235, 240);
}
.kt-page .page-item-wrap .btn-box-lottery .item:nth-child(4n) {
  margin-right: 0;
}
.kt-page .page-item-wrap .btn-box-package {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  box-sizing: border-box;
  padding-bottom: 5px;
  overflow-y: visible;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 26px;
}
.kt-page .page-item-wrap .btn-box-package .item {
  width: 100px;
  height: 108px;
  border-radius: 4px;
  background: #F8F8F8;
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
  border: 2px solid #F8F8F8;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.kt-page .page-item-wrap .btn-box-package .item .badge {
  position: absolute;
  height: 18px;
  line-height: 18px;
  border-radius: 4px 0px 4px 0px;
  background-color: rgb(224, 42, 82);
  color: rgb(255, 255, 255);
  font-size: 11px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  top: -8px;
  left: -2px;
}
.kt-page .page-item-wrap .btn-box-package .item div {
  text-align: center;
}
.kt-page .page-item-wrap .btn-box-package .item .name {
  color: #7D7D7D;
  font-weight: bold;
  font-size: 15px;
}
.kt-page .page-item-wrap .btn-box-package .item .price {
  color: #101010;
  font-size: 12px;
}
.kt-page .page-item-wrap .btn-box-package .item .price span {
  font-size: 24px;
  font-weight: bold;
}
.kt-page .page-item-wrap .btn-box-package .item .desc {
  font-size: 11px;
  color: #E02A52;
}
.kt-page .page-item-wrap .btn-box-package .item.active {
  background-color: rgb(255, 235, 240);
  border: 2px solid #E02A52;
}
.kt-page .page-item-wrap .btn-box-package .item.active .name {
  color: #000000;
}
.kt-page .page-item-wrap .btn-box-package .item.active .price {
  color: #E02A52;
}
.kt-page .page-item-wrap .btn-box-package-count {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  box-sizing: border-box;
  padding-bottom: 5px;
  overflow-y: visible;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 26px;
}
.kt-page .page-item-wrap .btn-box-package-count .item {
  width: 100px;
  height: 108px;
  border-radius: 4px;
  background: #F8F8F8;
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
  border: 2px solid #F8F8F8;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.kt-page .page-item-wrap .btn-box-package-count .item .badge {
  position: absolute;
  height: 18px;
  line-height: 18px;
  border-radius: 4px 0px 4px 0px;
  background-color: #027AFF;
  color: rgb(255, 255, 255);
  font-size: 11px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  top: -8px;
  left: -2px;
}
.kt-page .page-item-wrap .btn-box-package-count .item div {
  text-align: center;
}
.kt-page .page-item-wrap .btn-box-package-count .item .name {
  color: #101010;
  font-size: 14px;
  font-weight: bold;
}
.kt-page .page-item-wrap .btn-box-package-count .item .price {
  color: #101010;
  font-size: 12px;
}
.kt-page .page-item-wrap .btn-box-package-count .item .price span {
  font-size: 24px;
  font-weight: bold;
}
.kt-page .page-item-wrap .btn-box-package-count .item .desc {
  font-size: 11px;
  color: #027AFF;
}
.kt-page .page-item-wrap .btn-box-package-count .item.active {
  background-color: rgb(240, 247, 255);
  border: 2px solid #027AFF;
}
.kt-page .page-item-wrap .btn-box-package-count .item.active .price {
  color: #027AFF;
}
.kt-page .page-item-wrap .btn-box-card {
  width: 100%;
  margin-bottom: 26px;
}
.kt-page .page-item-wrap .btn-box-card .item {
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 14px 10px 14px 15px;
  border-radius: 4px;
  border: 2px solid #f8f8f8;
}
.kt-page .page-item-wrap .btn-box-card .item .left .name {
  color: #027AFF;
  font-size: 16px;
  font-weight: bold;
}
.kt-page .page-item-wrap .btn-box-card .item .left .name span {
  font-size: 12px;
}
.kt-page .page-item-wrap .btn-box-card .item .left .desc {
  color: #999999;
  font-size: 12px;
}
.kt-page .page-item-wrap .btn-box-card .item .right {
  display: flex;
}
.kt-page .page-item-wrap .btn-box-card .item .right .price-wrap .price {
  font-size: 16px;
  color: #E02A52;
  font-weight: bold;
}
.kt-page .page-item-wrap .btn-box-card .item .right .price-wrap .desc {
  font-size: 12px;
  color: #999999;
  text-align: right;
  text-decoration: line-through;
}
.kt-page .page-item-wrap .btn-box-card .item .right .icon {
  margin-left: 15px;
}
.kt-page .page-item-wrap .btn-box-card .item .right .icon img {
  width: 18px;
  height: 18px;
}
.kt-page .page-item-wrap .btn-box-card .item .right .icon img:first-child {
  display: block;
}
.kt-page .page-item-wrap .btn-box-card .item .right .icon img:last-child {
  display: none;
}
.kt-page .page-item-wrap .btn-box-card .item.active {
  background: #F0F7FF;
  border: 2px solid #027AFF;
}
.kt-page .page-item-wrap .btn-box-card .item.active .icon img:first-child {
  display: none;
}
.kt-page .page-item-wrap .btn-box-card .item.active .icon img:last-child {
  display: block;
}
.kt-page .page-item-wrap .package-box {
  width: 100%;
  margin-top: 8px;
  box-sizing: border-box;
  padding: 0 10px 0px 5px;
  border-radius: 6px;
  background: linear-gradient(134.8deg, rgb(255, 248, 240) -0.6%, rgba(255, 246, 246, 0) 98.65%);
  color: rgb(16, 16, 16);
  margin-bottom: 16px;
}
.kt-page .page-item-wrap .package-box .item {
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  display: flex;
  justify-content: space-between;
}
.kt-page .page-item-wrap .package-box .item .left {
  display: flex;
}
.kt-page .page-item-wrap .package-box .item .left .icon img {
  width: 30px;
  height: 30px;
}
.kt-page .page-item-wrap .package-box .item .left .text {
  color: #101010;
  font-size: 13px;
  font-weight: bold;
}
.kt-page .page-item-wrap .package-box .item .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.kt-page .page-item-wrap .package-box .item .right .btn-item {
  border-radius: 15px;
  height: 30px;
  display: flex;
  line-height: 30px;
}
.kt-page .page-item-wrap .package-box .item .right .btn-item .text {
  color: #E02A52;
  font-weight: bold;
  font-size: 14px;
}
.kt-page .page-item-wrap .package-box .item .right .btn-item .icon img {
  width: 25px;
}
.kt-page .page-item-wrap .package-box .item .right .border {
  border: 1px solid #E02A52;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.kt-page .page-item-wrap .quanyi-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #F8F8F8;
  border-radius: 5px;
  margin-bottom: 15px;
}
.kt-page .page-item-wrap .quanyi-wrap .item {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}
.kt-page .page-item-wrap .quanyi-wrap .item .label {
  font-size: 16px;
  color: #717171;
  font-weight: bold;
  margin-bottom: 8px;
}
.kt-page .page-item-wrap .quanyi-wrap .item .desc {
  font-size: 12px;
  color: #717171;
}
.kt-page .page-item-wrap .user-count-wrap {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(134.12deg, rgb(251, 253, 255) 1.28%, rgb(240, 247, 255) 98.81%);
  box-sizing: border-box;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.kt-page .page-item-wrap .user-count-wrap .label {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.kt-page .page-item-wrap .user-count-wrap .bottom {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}
.kt-page .page-item-wrap .user-count-wrap .bottom span {
  color: #027AFF;
}
.kt-page .page-item-wrap .table-box {
  background: #F8F8F8;
  width: 100%;
  border-radius: 10px;
}
.kt-page .page-item-wrap .table-box table {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #101010;
}
.kt-page .page-item-wrap .table-box table .blue {
  color: #027AFF;
}
.kt-page .page-item-wrap .table-box table th,
.kt-page .page-item-wrap .table-box table td {
  height: 40px;
  border: 1px solid #fff;
}
.kt-page .page-item-wrap .other-tools-wrap {
  width: 100%;
  border-radius: 10px;
}
.kt-page .page-item-wrap .other-tools-wrap .item {
  background-color: rgb(250, 249, 255);
  box-sizing: border-box;
  padding: 15px 10px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: 65px 0px;
  margin-bottom: 13px;
  cursor: pointer;
}
.kt-page .page-item-wrap .other-tools-wrap .item .top {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.kt-page .page-item-wrap .other-tools-wrap .item .top .label {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.kt-page .page-item-wrap .other-tools-wrap .item .top .times {
  color: #000000;
  font-size: 13px;
}
.kt-page .page-item-wrap .other-tools-wrap .item .desc {
  color: #717171;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 8px 0 15px 0;
}
.kt-page .page-item-wrap .other-tools-wrap .item .desc span {
  color: #000000;
  cursor: pointer;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom {
  display: flex;
  justify-content: space-between;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom .text {
  color: #101010;
  font-size: 12px;
  line-height: 26px;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom .btn-box {
  display: flex;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom .btn-box .btn-item {
  margin-left: 8px;
  box-sizing: border-box;
  padding: 0 10px;
  height: 26px;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  border-radius: 13px;
  font-size: 12px;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom .btn-box .btn-item.red {
  border: 1px solid #E02A52;
  color: #E02A52;
}
.kt-page .page-item-wrap .other-tools-wrap .item .bottom .btn-box .btn-item.purple {
  border: 1px solid #3413BA;
  color: #3413BA;
}
.kt-page .page-item-wrap .other-tools-wrap .item.gsxh {
  background-image: url("../images/icon/gsxh-bg.png");
}
.kt-page .page-item-wrap .other-tools-wrap .item.ylsj {
  background-image: url("../images/icon/ylsj-bg.png");
}
.kt-page .page-item-wrap .other-tools-wrap .item.jshm {
  background-image: url("../images/icon/jshm-bg.png");
}
.kt-page .page-item-wrap .other-tools-wrap .item.zbgz {
  background-image: url("../images/icon/zbgz-bg.png");
}
.kt-page .footer {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 0 15px 10px 15px;
}
.kt-page .footer .people-box {
  display: flex;
  justify-content: flex-end;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #f8f8f8;
}
.kt-page .footer .people-box .headimg-list {
  display: flex;
  justify-content: flex-end;
}
.kt-page .footer .people-box .headimg-list .mySwiper {
  height: 28px;
  width: 70px;
}
.kt-page .footer .people-box .headimg-list .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 28px;
  background: white;
}
.kt-page .footer .people-box .headimg-list .mySwiper .swiper-slide img {
  width: 100%;
  height: 22px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
}
.kt-page .footer .people-box .headimg-list .item {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -10%;
}
.kt-page .footer .people-box .headimg-list .item img {
  width: 100%;
  height: 22px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kt-page .footer .people-box .text {
  font-size: 10px;
  color: #999;
  margin-left: 10px;
}
.kt-page .footer .people-box .text span {
  margin-left: 4px;
}
.kt-page .footer .payment {
  box-sizing: border-box;
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
}
.kt-page .footer .payment .left .top {
  display: flex;
  color: #101010;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
}
.kt-page .footer .payment .left .top .price {
  color: #E02A52;
  line-height: 15px;
  margin-right: 5px;
}
.kt-page .footer .payment .left .top .price span {
  font-size: 20px;
}
.kt-page .footer .payment .left .top .icon {
  cursor: pointer;
}
.kt-page .footer .payment .left .top .icon img {
  width: 20px;
  height: 20px;
}
.kt-page .footer .payment .left .top .icon.active {
  transform: rotate(180deg);
}
.kt-page .footer .payment .left .bottom {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.kt-page .footer .payment .right .btn-item {
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 18px;
  color: white;
}
.kt-page .footer .payment .right .desc {
  color: #999;
  font-size: 11px;
  margin-top: 4px;
}
.kt-page .footer.red .people-box .text span {
  color: #E02A52;
}
.kt-page .footer.red .payment .left .price {
  color: #E02A52;
}
.kt-page .footer.red .payment .right .btn-item {
  background: #E02A52;
}
.kt-page .footer.blue .people-box .text span {
  color: #027AFF;
}
.kt-page .footer.blue .payment .left .price {
  color: #027AFF;
}
.kt-page .footer.blue .payment .right .btn-item {
  background: #027AFF;
}
.kt-page .popup-container {
  width: 100%;
  height: 70vh;
  z-index: 100;
  background: white;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kt-page .popup-container .container {
  flex: 1;
  overflow: hidden;
}
.kt-page .popup-container .container .page-scroll-box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.huiyuanquanyi-popup .popup-container {
  background: white;
  border-radius: 15px 15px 0 0;
  width: 100%;
  z-index: 100;
  height: 70vh;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.huiyuanquanyi-popup .popup-container .popup-title {
  width: 100%;
  position: relative;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
}
.huiyuanquanyi-popup .popup-container .popup-title .text {
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.huiyuanquanyi-popup .popup-container .popup-title .close-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 0;
}
.huiyuanquanyi-popup .popup-container .popup-title .close-icon img {
  width: 30px;
  height: 30px;
}
.huiyuanquanyi-popup .popup-container .nav-box {
  display: flex;
  box-sizing: border-box;
  padding: 15px 25px 10px 25px;
  justify-content: space-between;
}
.huiyuanquanyi-popup .popup-container .nav-box .item {
  cursor: pointer;
  width: 30%;
  text-align: center;
  height: 32px;
  background: white;
  color: #101010;
  font-size: 14px;
  line-height: 32px;
  border-radius: 16px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box {
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap {
  width: 100%;
  margin-top: 10px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item {
  display: flex;
  margin-bottom: 30px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .left img {
  width: 40px;
  height: 40px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .right {
  flex: 1;
  box-sizing: border-box;
  padding-left: 15px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .right .title {
  display: flex;
  justify-content: space-between;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .right .title .text {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .right .title .icon img {
  width: 25px;
  height: 25px;
}
.huiyuanquanyi-popup .popup-container .popup-scroll-box .list-wrap .item .right .desc {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
  line-height: 24px;
}
.huiyuanquanyi-popup .popup-container .bottom-text {
  color: #101010;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.huiyuanquanyi-popup .popup-container .btn-box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 25px 10px;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.huiyuanquanyi-popup .popup-container .btn-box .btn-item {
  width: 100%;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: white;
  font-size: 14px;
}
.huiyuanquanyi-popup .popup-container.type-vip {
  background: linear-gradient(180deg, rgb(255, 246, 250) 0%, rgb(255, 255, 255) 100%);
}
.huiyuanquanyi-popup .popup-container.type-vip .nav-box .item.active {
  background: #E02A52;
  color: white;
}
.huiyuanquanyi-popup .popup-container.type-vip .btn-box .btn-item {
  background: #E02A52;
}
.huiyuanquanyi-popup .popup-container.type-card {
  background: linear-gradient(180deg, rgb(240, 247, 255) 0%, rgb(255, 255, 255) 100%);
}
.huiyuanquanyi-popup .popup-container.type-card .nav-box .item.active {
  background: #027AFF;
  color: white;
}
.huiyuanquanyi-popup .popup-container.type-card .btn-box .btn-item {
  background: #027AFF;
}
.huiyuanquanyi-popup .popup-container.type-other {
  background: linear-gradient(140.59deg, rgb(250, 249, 255) -0.37%, rgb(252, 250, 255) 86.35%);
}
.huiyuanquanyi-popup .popup-container.type-other .nav-box .item.active {
  background: #3413BA;
  color: white;
}
.huiyuanquanyi-popup .popup-container.type-other .btn-box .btn-item {
  background: #3413BA;
}

.youhuimingxi-popup {
  height: calc(100% - 71px) !important;
  overflow: hidden;
}
.youhuimingxi-popup .mask {
  height: calc(100% - 86px) !important;
}
.youhuimingxi-popup .popup-container {
  background: white;
  border-radius: 15px 15px 0 0;
  width: 100%;
  z-index: 100;
  height: 70vh;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.youhuimingxi-popup .popup-container .popup-title {
  width: 100%;
  position: relative;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.youhuimingxi-popup .popup-container .popup-title .text {
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.youhuimingxi-popup .popup-container .popup-title .close-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 0;
}
.youhuimingxi-popup .popup-container .popup-title .close-icon img {
  width: 30px;
  height: 30px;
}
.youhuimingxi-popup .popup-container .content {
  width: 100%;
  flex: 1;
  overflow-y: scroll;
}
.youhuimingxi-popup .popup-container .content .item-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 24px;
}
.youhuimingxi-popup .popup-container .content .item-wrap .label {
  display: flex;
  justify-content: space-between;
}
.youhuimingxi-popup .popup-container .content .item-wrap .label .text {
  font-size: 15px;
  color: #101010;
}
.youhuimingxi-popup .popup-container .content .item-wrap .label .red {
  color: #E02A52;
}
.youhuimingxi-popup .popup-container .content .item-wrap .desc {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #7D7D7D;
  margin-top: 12px;
}
.youhuimingxi-popup .popup-container .content .item-wrap .desc .text {
  display: flex;
}
.youhuimingxi-popup .popup-container .content .item-wrap .desc .text span {
  display: block;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  background-color: rgb(255, 238, 241);
  color: rgb(224, 42, 82);
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
  margin-right: 5px;
}

.jiageduibi-popup .popup-container {
  background: white;
  border-radius: 15px 15px 0 0;
  width: 100%;
  z-index: 100;
  height: 70vh;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jiageduibi-popup .popup-container .popup-title {
  width: 100%;
  position: relative;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
.jiageduibi-popup .popup-container .popup-title .text {
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.jiageduibi-popup .popup-container .popup-title .close-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 0;
}
.jiageduibi-popup .popup-container .popup-title .close-icon img {
  width: 30px;
  height: 30px;
}
.jiageduibi-popup .popup-container .content {
  width: 100%;
  flex: 1;
  overflow-y: scroll;
}
.jiageduibi-popup .popup-container .content .jiage-table-box {
  background: #FBFBFB;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table {
  border-collapse: collapse;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table td,
.jiageduibi-popup .popup-container .content .jiage-table-box table th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table td .black,
.jiageduibi-popup .popup-container .content .jiage-table-box table th .black {
  color: #101010;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table td .grey,
.jiageduibi-popup .popup-container .content .jiage-table-box table th .grey {
  color: #717171;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table td .red,
.jiageduibi-popup .popup-container .content .jiage-table-box table th .red {
  color: #E02A52;
}
.jiageduibi-popup .popup-container .content .jiage-table-box table tr.bg {
  background: #F8F8F8;
}
.jiageduibi-popup .popup-container .content .jiage-table-box .border-right {
  border-right: 1px solid #BFBFBF;
}
.jiageduibi-popup .popup-container .content .jiage-table-box .left {
  width: 60px;
  flex-shrink: 0;
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.jiageduibi-popup .popup-container .content .jiage-table-box .left table {
  width: 60px;
}
.jiageduibi-popup .popup-container .content .jiage-table-box .right {
  flex: 1;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.jiageduibi-popup .popup-container .content .jiage-table-box .right table {
  width: 800px;
}
.jiageduibi-popup .popup-container .content .desc-box {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 15px;
}
.jiageduibi-popup .popup-container .content .desc-box .label {
  font-size: 14px;
  color: #999999;
  margin-bottom: 8px;
  font-weight: bold;
}
.jiageduibi-popup .popup-container .content .desc-box .text {
  font-size: 11px;
  color: #999999;
  line-height: 28px;
}
.jiageduibi-popup .popup-container .btn-box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 25px 10px;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.jiageduibi-popup .popup-container .btn-box .btn-item {
  width: 100%;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #E02A52;
}

.distance-scheme-box .top-tips {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
}
.distance-scheme-box .top-tips.red {
  color: #E02A52;
  background-color: rgb(255, 250, 252);
}
.distance-scheme-box .container {
  background: #F8F8F8;
}
.distance-scheme-box .container .scroll-box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.distance-scheme-box .container .scheme-list {
  width: 100%;
}
.distance-scheme-box .container .scheme-list .item {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
  background: white;
  position: relative;
  box-sizing: border-box;
  padding: 20px 15px 17px 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
.distance-scheme-box .container .scheme-list .item .badge {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
  border-radius: 6px 0px 6px 0px;
  font-size: 12px;
}
.distance-scheme-box .container .scheme-list .item .badge.normal {
  background: #F2F2F2;
  color: #717171;
}
.distance-scheme-box .container .scheme-list .item .badge.red {
  color: white;
  background: #E02A52;
}
.distance-scheme-box .container .scheme-list .item .top {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.distance-scheme-box .container .scheme-list .item .top .left {
  display: flex;
}
.distance-scheme-box .container .scheme-list .item .top .left .icon {
  margin-right: 5px;
}
.distance-scheme-box .container .scheme-list .item .top .left .icon img {
  width: 30px;
  height: 30px;
}
.distance-scheme-box .container .scheme-list .item .top .left .text {
  color: #101010;
  font-size: 15px;
  font-weight: bold;
}
.distance-scheme-box .container .scheme-list .item .top .left .text span {
  color: #E02A52;
}
.distance-scheme-box .container .scheme-list .item .top .right .text {
  color: #717171;
  font-size: 15px;
  font-weight: bold;
}
.distance-scheme-box .container .scheme-list .item .top .right .text.red {
  color: #E02A52;
}
.distance-scheme-box .container .scheme-list .item .desc-list {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 20px;
}
.distance-scheme-box .container .scheme-list .item .desc-list span {
  color: #E02A52;
  font-weight: bold;
}
.distance-scheme-box .container .scheme-list .item.active {
  border: 1px solid #E02A52;
  background-color: rgb(255, 246, 250);
}
.distance-scheme-box .container .scheme-list .item.active .top .right .text.red {
  color: #E02A52;
}
.distance-scheme-box .container .more-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #101010;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.distance-scheme-box .footer {
  box-sizing: border-box;
  padding: 10px 15px 25px 15px;
  background: white;
}
.distance-scheme-box .footer .btn-item {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  border-radius: 18px;
  background: #E02A52;
  color: white;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: bold;
}
.distance-scheme-box .popup-container {
  z-index: 100;
  background: white;
  border-radius: 10px 10px 0 0;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
}
.distance-scheme-box .popup-container .container {
  background: #F8F8F8;
  flex: 1;
  overflow: hidden;
}

.coupon-box .container {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 15px;
}
.coupon-box .container .scroll-box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.coupon-box .top-tips {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
}
.coupon-box .top-tips.red {
  color: #E02A52;
  background-color: rgb(255, 250, 252);
}
.coupon-box .coupon-list {
  width: 100%;
}
.coupon-box .coupon-list .item {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
  background: white;
  box-sizing: border-box;
  padding: 10px 15px 10px 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
}
.coupon-box .coupon-list .item .left .top {
  display: flex;
  line-height: 30px;
}
.coupon-box .coupon-list .item .left .top .icon {
  margin-right: 5px;
}
.coupon-box .coupon-list .item .left .top .icon img {
  width: 30px;
  height: 30px;
}
.coupon-box .coupon-list .item .left .top .text {
  color: #101010;
  font-size: 15px;
  font-weight: bold;
}
.coupon-box .coupon-list .item .left .top .text span {
  color: #E02A52;
}
.coupon-box .coupon-list .item .left .desc-list {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 20px;
}
.coupon-box .coupon-list .item .left .desc-list div.red {
  color: #E02A52;
  font-weight: bold;
}
.coupon-box .coupon-list .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coupon-box .coupon-list .item .right .zk-text {
  font-size: 30px;
  font-weight: bold;
  color: #E02A52;
}
.coupon-box .coupon-list .item .right .zk-text span {
  font-size: 15px;
}
.coupon-box .coupon-list .item.active {
  border: 1px solid #E02A52;
  background-color: rgb(255, 246, 250);
}
.coupon-box .coupon-list .item.active .top .right .text.red {
  color: #E02A52;
}
.coupon-box .popup-container {
  z-index: 100;
  background: white;
  border-radius: 10px 10px 0 0;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column;
}
.coupon-box .popup-container .container {
  background: #F8F8F8;
  flex: 1;
  overflow: hidden;
}

.footer {
  box-sizing: border-box;
  padding: 10px 15px 25px 15px;
  background: white;
}
.footer .btn-item {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  border-radius: 18px;
  background: #E02A52;
  color: white;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: bold;
}
.footer .btn-item.blue {
  background: #027AFF;
}

.coupon-dialog .coupon-container {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 100px);
  z-index: 100;
  margin: 0 auto;
}
.coupon-dialog .content {
  font-size: 15px;
  color: #101010;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  line-height: 20px;
  font-weight: bold;
}

.vip-close-dialog .vip-close-dialog-container {
  position: relative;
  width: 320px;
  border-radius: 30px;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 235, 240) 36.5%, rgb(255, 235, 240) 67.2%, rgb(255, 255, 255) 100%);
  z-index: 1000;
  margin: 0 auto;
}
.vip-close-dialog .vip-close-dialog-container .close-icon {
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
}
.vip-close-dialog .vip-close-dialog-container .close-icon img {
  width: 40px;
  height: 40px;
}
.vip-close-dialog .vip-close-dialog-container .icon {
  display: flex;
  flex-direction: row;
  margin-top: -18px;
  height: 48px;
}
.vip-close-dialog .vip-close-dialog-container .icon img {
  width: 48px;
  height: 48px;
}
.vip-close-dialog .vip-close-dialog-container .title {
  text-align: center;
  font-size: 20px;
  color: #E02A52;
  font-weight: bold;
  margin-top: 8px;
}
.vip-close-dialog .vip-close-dialog-container .times {
  display: flex;
  color: #E02A52;
  font-size: 14px;
  justify-content: center;
  margin: 10px 0 20px 0;
}
.vip-close-dialog .vip-close-dialog-container .times span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  margin: 0 2px;
  background: #E02A52;
  color: white;
  font-weight: bold;
}
.vip-close-dialog .vip-close-dialog-container .text {
  text-align: center;
  font-size: 20px;
  color: #101010;
  margin-top: 5px;
  font-weight: bold;
}
.vip-close-dialog .vip-close-dialog-container .text span {
  font-size: 30px;
  color: #E02A52;
  font-weight: bold;
}
.vip-close-dialog .vip-close-dialog-container .btn-item {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: rgb(224, 42, 82);
  color: rgb(255, 255, 255);
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 10px;
  cursor: pointer;
}
.vip-close-dialog .vip-close-dialog-container .desc {
  text-align: center;
  font-size: 15px;
  color: #CCCCCC;
  cursor: pointer;
}

.quanyi-detail-box .nav-box {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  box-sizing: border-box;
  padding: 0 15px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.quanyi-detail-box .nav-box .item {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #F8F8F8;
  color: #101010;
  font-size: 13px;
  text-align: center;
  flex-shrink: 0;
  padding: 0 15px;
  margin-right: 10px;
  cursor: pointer;
}
.quanyi-detail-box .nav-box .active-red {
  color: #E02A52;
  background: #FFF6FA;
  border: 1px solid #E02A52;
  font-weight: bold;
  line-height: 30px;
}
.quanyi-detail-box .nav-box .active-blue {
  color: #027AFF;
  font-weight: bold;
  background: #ECF6FF;
  border: 1px solid #027AFF;
  line-height: 30px;
}
.quanyi-detail-box .container {
  box-sizing: border-box;
  padding: 0 15px;
  overflow-y: scroll !important;
  padding-top: 35px;
}
.quanyi-detail-box .container .item-wrap {
  box-sizing: border-box;
  padding: 0 15px;
  background: linear-gradient(180deg, rgb(255, 246, 250) 0%, rgb(255, 255, 255) 100%);
}
.quanyi-detail-box .container .item-wrap .title-icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.quanyi-detail-box .container .item-wrap .title-icon img {
  width: 48px;
  margin-top: -20px;
  height: 48px;
}
.quanyi-detail-box .container .item-wrap .wrap-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #101010;
  font-weight: bold;
  margin-top: 12px;
}
.quanyi-detail-box .container .item-wrap .pubilc-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.quanyi-detail-box .container .item-wrap .pubilc-title .label {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.quanyi-detail-box .container .item-wrap .pubilc-title .right {
  display: flex;
  justify-content: flex-end;
}
.quanyi-detail-box .container .item-wrap .pubilc-title .right .icon {
  margin-right: -5px;
}
.quanyi-detail-box .container .item-wrap .pubilc-title .right .icon img {
  width: 20px;
  height: 20px;
}
.quanyi-detail-box .container .item-wrap .pubilc-title .right .desc-text {
  font-size: 13px;
  color: #999999;
  margin-left: 3px;
}
.quanyi-detail-box .container .item-wrap .text {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #101010;
}
.quanyi-detail-box .container .item-wrap .text-btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 50px;
  font-weight: bold;
  cursor: pointer;
}
.quanyi-detail-box .container #card-swiper .item-wrap {
  background: linear-gradient(180deg, rgb(236, 246, 255) 0%, rgb(255, 255, 255) 100%);
}/*# sourceMappingURL=payment-system.css.map */