@charset "UTF-8";
.order-tips-box .icon.cancel:before, .order-tips-box .icon.cancel:after, .order-tips-box .icon.wait:before, .order-tips-box .icon.wait:after, .order-tips-box .icon.finidhed:before, .order-tips-box .icon.finidhed:after, .showBox .fixed-wrap .opera-box em:before, .showBox .fixed-wrap .opera-box em:after, .custom-checkbox2 input:checked + label em:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inner-head .icon-back,
.inner-head .icon-back42, .other-service-box .list a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.order-nav a:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.seat-info-list .item .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.complaint-img-list .item img, .order-list .pic img, .order-info-details .pic img, .showBox .head-box .pic img, .user-info-box .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .show-list-box .list-box > a p, .clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .show-list-box .list-box > a p, .clamp-2 {
  -webkit-line-clamp: 2;
}

:root {
  --theme-c: #ff1d41;
  --color-1: #121836;
  --color-2: #95949d;
  --color-3: #aab0ba;
  --color-4: #969799;
  --color-5: #e8e3e3;
  --fixedHeight: 1.5rem;
  --c-tit1: #23262f;
  --c-black: #000000;
  --c-black2: #23262f;
  --bg-1: #f7fafd;
  --bg-2: #f7fafd;
  --bg-3: #f5f6f7;
  --c-green: #5ce344;
  --c-blue: #1685ff;
  --c-red: #cb261c;
  --c-orange: #fb5200;
  --c-yellow: #ff8d1a;
  --margin-top: 0.22rem;
}

.bg-fff {
  background-color: #fff !important;
}

.c-fff {
  color: #fff !important;
}

.c-333 {
  color: #333 !important;
}

.c-666 {
  color: #666 !important;
}

.c-999 {
  color: #999 !important;
}

.c-tit1 {
  color: var(--c-tit1) !important;
}

.c-black {
  color: var(--c-black) !important;
}

.c-black2 {
  color: var(--c-black2) !important;
}

.c-theme {
  color: var(--theme-c) !important;
}

.c-red {
  color: var(--c-red) !important;
}

.c-blue {
  color: var(--c-blue) !important;
}

.c-orange {
  color: var(--c-orange) !important;
}

.c-yellow {
  color: var(--c-yellow) !important;
}

.c-color-1 {
  color: var(--color-1) !important;
}

.c-color-2, .showBox .ticket-list > a.active p,
.showBox .ticket-list > a.active span {
  color: var(--color-2) !important;
}

.c-color-3 {
  color: var(--color-3) !important;
}

.c-color-4 {
  color: var(--color-4) !important;
}

.c-color-5 {
  color: var(--color-5) !important;
}

.border-2 {
  border: 1px solid #ccc;
}

.border-b, .communicate-box > .item {
  border-bottom: 1px solid #f1f1f1;
}

.border-t, .order-list .form-box .form-item:nth-of-type(n + 2), .order-info-details .form-box .form-item:nth-of-type(n + 2) {
  border-top: 1px solid #f1f1f1;
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-2 {
  background-color: var(--bg-2);
}

.bg-3 {
  background-color: var(--bg-3) !important;
}

.fixed-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: var(--fixedHeight);
}
.fixed-wrap.ms-hide {
  display: none;
}
.fixed-wrap .fixed-box {
  height: var(--fixedHeight);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -0.04rem 0.28rem 0 rgba(104, 112, 227, 0.12);
  padding: 0.2rem 0.2rem;
}
.fixed-wrap .nav {
  display: flex;
  justify-content: space-around;
}
.fixed-wrap .nav a {
  flex: none;
}
.fixed-wrap .nav em {
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto;
}
.fixed-wrap .nav span {
  font-size: 0.26rem;
  color: #000;
  margin-top: 0.06rem;
  display: block;
}
.fixed-wrap .nav .icon-home {
  background: url(../images/home.png);
  background-size: 100% 100%;
}
.fixed-wrap .nav .icon-myself {
  background: url(../images/myself.png);
  background-size: 100% 100%;
}
.fixed-wrap .nav .active .icon-home {
  background-image: url(../images/home-on.png);
}
.fixed-wrap .nav .active .icon-myself {
  background: url(../images/myself-on.png);
}
.fixed-wrap .nav .active span {
  color: var(--theme-c);
}
.fixed-wrap .input-box input {
  height: 100%;
}
.fixed-wrap .ms-upload-box {
  display: none;
}
.fixed-wrap .icon-img {
  position: relative;
}
.fixed-wrap .icon-img em {
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  background-color: var(--theme-c);
  border-radius: 50%;
  color: #fff;
  font-size: 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

#fixed-wrap-2 {
  --fixedHeight: 2.4rem;
}

.btn {
  font-size: 0.32rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  min-width: 3rem;
  text-align: center;
  border-radius: 0.9rem;
  display: block;
}
.btn.btn-primary {
  background-color: var(--theme-c);
  color: #fff;
}
.btn.mini {
  line-height: 0.66rem;
  min-width: auto;
  font-size: 0.28rem;
  padding: 0 0.4rem;
}
.btn.btn-border {
  border: 1px solid var(--theme-c);
  color: var(--theme-c);
  line-height: 0.86rem;
}

.public-form-box .input-wrap {
  background-color: #fff;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.5rem;
}
.public-form-box .input-wrap:nth-of-type(n + 2) {
  margin-top: 0.48rem;
}
.public-form-box .input-box {
  overflow: hidden;
}
.public-form-box .input-box,
.public-form-box .input-box input {
  line-height: 1rem;
}
.public-form-box .icon-eye.active {
  background-image: url(../images/icon48/eye-on.png);
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label em {
  filter: grayscale(0);
  opacity: 1;
}
.custom-checkbox label {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox label em {
  flex: none;
  box-sizing: border-box;
  margin-right: 0.1rem;
  position: relative;
  filter: grayscale(1);
  opacity: 0.5;
}
.custom-checkbox label span {
  flex: none;
  font-size: 0.24rem;
  color: #323233;
}
.custom-checkbox label a {
  flex: none;
}

.custom-checkbox2 {
  position: relative;
}
.custom-checkbox2 input {
  display: none;
}
.custom-checkbox2 input:checked + label em {
  border-color: var(--theme-c);
}
.custom-checkbox2 input:checked + label em:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: var(--theme-c);
}
.custom-checkbox2 label {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox2 label em {
  flex: none;
  box-sizing: border-box;
  margin-right: 0.1rem;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.04rem solid #e6e8ec;
  position: relative;
}
.custom-checkbox2 label span {
  flex: none;
  font-size: 0.24rem;
  color: #323233;
}
.custom-checkbox2 label a {
  flex: none;
}

.agree-box a {
  font-size: 0.24rem;
  color: var(--c-blue);
}

.user-info-box {
  position: relative;
  padding-right: 0.6rem;
}
.user-info-box .avatar {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  overflow: hidden;
}
.user-info-box .icon-notice {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.user-info-box .icon-notice:after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  border: 0.02rem solid #fff;
  border-radius: 50%;
  background-color: var(--theme-c);
  position: absolute;
  right: -0.02rem;
  top: -0.02rem;
  display: none;
}
.user-info-box .icon-notice.new:after {
  display: block;
}

.order-link-box .list {
  padding-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1.2rem, 1fr));
  text-align: center;
}
.order-link-box .list a p {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  color: var(--color-1);
}

.other-service-box .list a {
  margin-top: 0.3rem;
  position: relative;
}
.other-service-box .list a:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-top: 0.02rem solid #a0a3af;
  border-right: 0.02rem solid #a0a3af;
  transform: rotate(45deg);
  position: absolute;
  right: 0.04rem;
}

.home .index-search-box {
  background-color: var(--bg-2);
}
.home .index-search-box .bg-1 {
  background: #fff !important;
}
.home .index-search-box > div {
  border-radius: 0.12rem;
}
.home .index-search-box > .flexN {
  width: 0.88rem;
}
.home .index-search-box .input-box > input {
  line-height: 0.88rem;
}
.home .index-search-box .icon-language {
  width: 0.54rem;
  height: 0.54rem;
  background: url(../images/language.png);
  background-size: 100% 100%;
}
.home .index-search-box .btn-showFilter {
  width: 0.88rem;
  height: 0.88rem;
  margin-left: 0.2rem;
  position: relative;
  background: #fff;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .index-search-box .btn-showFilter em {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/filter48.png);
  background-size: 100% 100%;
}
.home .show-list-box .title-box .more:after {
  content: ">";
  font-family: "宋体";
  font-size: 0.26rem;
  font-weight: bold;
  margin-left: 0.1rem;
}
.home .show-list-box .list-box {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scrollbar-width: thin;
}
.home .show-list-box .list-box > a {
  flex: none;
  width: 1.96rem;
}
.home .show-list-box .list-box > a:nth-of-type(n + 2) {
  margin-left: 0.2rem;
}
.home .show-list-box .list-box > a .pic {
  height: 2.68rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.home .show-list-box .list-box > a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .show-list-box .list-box > a p {
  margin-top: 0.08rem;
}
.home .hot-list-box .list-box > a:nth-of-type(n + 2) {
  margin-top: 0.25rem;
}
.home .hot-list-box .list-box .clamp-2 {
  line-height: 1.5;
  font-weight: bold;
}
.home .hot-list-box .list-box .clamp-2 > span {
  font-size: 0.22rem !important;
  border: 1px solid #ccc;
  border-radius: 0.04rem;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
  font-weight: normal;
}
.home .hot-list-box .icon-hot {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/hot.png);
  background-size: 100% 100%;
}
.home .hot-list-box .pic {
  width: 1.84rem;
  height: 2.6rem;
  overflow: hidden;
}
.home .hot-list-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .type-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.3rem 0.2rem;
}
.home .type-box > a {
  font-size: 0.28rem;
  color: var(--color-1);
}
.home .type-box > a:nth-of-type(n + 2) {
  margin-left: 0.5rem;
}
.home .type-box > a.active {
  color: var(--theme-c);
}
.home .type-box .btn-showFilter {
  width: 0.38rem;
  height: 0.3rem;
  margin-left: auto;
  position: relative;
}
.home .type-box .btn-showFilter em {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home .type-box .btn-showFilter:before, .home .type-box .btn-showFilter:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-1);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.home .type-box .btn-showFilter:before {
  top: 0;
}
.home .type-box .btn-showFilter:after {
  bottom: 0;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.banner-box {
  padding-top: 0.25rem;
}
.banner-box .swiper-slide {
  border-radius: 0.3rem;
  overflow: hidden;
  width: 80%;
  padding-top: 53%;
}
.banner-box .swiper-slide img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
}
.banner-box .swiper-slide .text {
  background: linear-gradient(to bottom, rgba(35, 37, 47, 0.7) 0%, rgba(35, 37, 47, 0.5) 25%, rgba(35, 37, 47, 0.3) 50%, rgba(35, 37, 47, 0.5) 75%, rgba(35, 37, 47, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0.25rem 0.4rem;
}

.index-link-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}
.index-link-box img {
  width: 0.4rem;
}
.index-link-box > a {
  padding: 0.2rem;
  border-radius: 0.1rem;
}
.index-link-box > a:nth-of-type(1) {
  background: linear-gradient(135deg, #cc606f 0%, #b9051e 50%, #cc606f 100%);
}
.index-link-box > a:nth-of-type(2) {
  background: linear-gradient(135deg, #f71c85 0%, #f63891 50%, #f71c85 100%);
}
.index-link-box > a:nth-of-type(3) {
  background: linear-gradient(135deg, #e69e3d 0%, #e6c598 50%, #e6ca2f 100%);
}
.index-link-box > a span {
  font-size: 0.22rem;
  color: #fff;
  margin-top: 0.1rem;
}

.index-list-box .index-list > a {
  display: block;
}
.index-list-box .index-list > a:nth-of-type(n + 2) {
  margin-top: 0.35rem;
}
.index-list-box .pic {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-list-box .pic .price {
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  background-color: var(--theme-c);
  color: #fff;
  padding: 0.1rem 0.15rem;
  border-radius: 0.06rem;
}
.index-list-box .pic img {
  width: 100%;
  display: block;
}
.index-list-box .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(35, 37, 47, 0.7) 0%, rgba(35, 37, 47, 0.5) 25%, rgba(35, 37, 47, 0.3) 50%, rgba(35, 37, 47, 0.5) 75%, rgba(35, 37, 47, 0.7) 100%);
}

.showBox .blur-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.showBox .showBox-content {
  position: relative;
  z-index: 3;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  min-height: 100vh;
}
.showBox .showBox-content .inner-head a {
  left: 0;
}
.showBox .head-box .icon-back2 {
  position: absolute;
  z-index: 3;
  left: 0.4rem;
  top: 0.4rem;
  width: 0.46rem;
  height: 0.32rem;
  background: url(../images/back2.png);
  background-size: 100% 100%;
}
.showBox .head-box .text {
  background: linear-gradient(to bottom, rgba(35, 37, 47, 0.7) 0%, rgba(35, 37, 47, 0.5) 25%, rgba(35, 37, 47, 0.3) 50%, rgba(35, 37, 47, 0.5) 75%, rgba(35, 37, 47, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0.5rem 0.4rem;
}
.showBox .head-box .pic {
  width: 100%;
  padding-top: 66.66%;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.showBox .head-box .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.showBox .head-box.mini .pic {
  width: 1.98rem;
  height: 2.78rem;
}
.showBox .ticket-list > a {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.32rem;
}
.showBox .ticket-list > a:nth-of-type(n + 2) {
  margin-top: 0.2rem;
}
.showBox .ticket-list > a .info p:nth-of-type(n + 2) {
  margin-top: 0.12rem;
}
.showBox .details-box .details-top {
  position: relative;
  overflow: hidden;
}
.showBox .details-box .details-top .inner-head {
  padding: 0;
}
.showBox .details-box .details-top .inner-head a {
  left: 0;
}
.showBox .details-box .blur-box {
  padding: 0.3rem 0.3rem 0.5rem;
  -webkit-backdrop-filter: blur(1.1rem);
          backdrop-filter: blur(1.1rem);
  position: relative;
}
.showBox .details-box .blur-box:after {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
  border-radius: 0.16rem 0.16rem 0 0;
}
.showBox .details-box .details-mid {
  padding: 0 0.3rem 0.3rem;
  border-bottom: 0.2rem solid #f5f5f5;
}
.showBox .details-box .details-mid .link-box {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  padding-bottom: 0.2rem;
}
.showBox .details-box .details-mid .link-box a {
  background-color: #f7f7f7;
  border-radius: 0.16rem;
  flex: none;
  padding: 0.2rem 0.3rem;
  min-width: 2.3rem;
  border: 1px solid transparent;
}
.showBox .details-box .details-mid .link-box a:nth-of-type(n + 2) {
  margin-left: 0.15rem;
}
.showBox .details-box .details-mid .link-box a span {
  display: block;
}
.showBox .details-box .details-mid .link-box a span:nth-of-type(1) {
  font-size: 0.26rem;
  color: #454343;
}
.showBox .details-box .details-mid .link-box a span:nth-of-type(2) {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
}
.showBox .details-box .details-mid .link-box a.all {
  min-width: auto;
  padding: 0.2rem 0.15rem;
  font-size: 0.26rem;
  color: #999;
}
.showBox .details-box .details-mid .link-box a.active {
  background-color: #fff;
  border-color: var(--theme-c);
}
.showBox .details-box .details-mid .link-box a.active span {
  display: block;
}
.showBox .details-box .details-mid .link-box a.active span:nth-of-type(1) {
  color: var(--theme-c);
}
.showBox .details-box .details-mid .link-box a.active span:nth-of-type(2) {
  color: var(--theme-c);
}
.showBox .details-box .details-mid .address-box {
  background-color: #f9f9f9;
}
.showBox .details-box .details-mid .address-box p {
  line-height: 130%;
}
.showBox .details-box .details-mid .address-box .icon-location {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/location.png);
  background-size: 100% 100%;
}
.showBox .details-box .details-mid .tips-box .icon-tips {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/tips.png);
  background-size: 100% 100%;
  transform: translateY(0.03rem);
}
.showBox .details-box .details-mid .tips-box p {
  line-height: 1.3;
}
.showBox .details-box .details-bottom {
  padding: 0.4rem 0.3rem 0.3rem;
}
.showBox .details-box .details-bottom .title {
  font-size: 0.3rem;
  line-height: 1.4;
  color: var(--c-black);
  font-weight: bold;
}
.showBox .details-box .details-bottom .content {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  color: var(--c-black2);
  line-height: 1.5;
}
.showBox .details-box .details-bottom .content img {
  max-width: 100%;
  margin: 0.1rem auto;
  display: table;
}
.showBox .fixed-wrap {
  height: 2.4rem;
}
.showBox .fixed-wrap .fixed-box {
  height: 2.4rem;
  padding: 0;
}
.showBox .fixed-wrap .opera-box > div {
  padding: 0 0.3rem;
  height: 1.2rem;
}
.showBox .fixed-wrap .opera-box .input-box {
  width: 1rem;
  padding: 0 0.1rem;
}
.showBox .fixed-wrap .opera-box .input-box input {
  text-align: center;
}
.showBox .fixed-wrap .opera-box em {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 1px solid var(--theme-c);
  position: relative;
}
.showBox .fixed-wrap .opera-box em:before, .showBox .fixed-wrap .opera-box em:after {
  content: "";
  width: 0.2rem;
  height: 1px;
  background-color: var(--theme-c);
}
.showBox .fixed-wrap .opera-box em.reduce:after {
  display: none;
}
.showBox .fixed-wrap .opera-box em.add:after {
  width: 0.18rem;
  transform: rotate(90deg);
}
.showBox .fixed-wrap .opera-box em.disabled {
  border-color: #eaeaea;
}
.showBox .fixed-wrap .opera-box em.disabled:before, .showBox .fixed-wrap .opera-box em.disabled:after {
  background-color: #eaeaea;
}
.showBox .fixed-wrap .opera-box .btn {
  line-height: 0.8rem;
}

.arrow-next {
  width: 0.16rem;
  height: 0.16rem;
  border-top: 0.04rem solid #777e90;
  border-right: 0.04rem solid #777e90;
  transform: rotate(45deg);
}

.ticket-tab-box .tab-nav {
  display: flex;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ticket-tab-box .tab-nav a {
  flex: 1;
  text-align: center;
  line-height: 0.8rem;
  color: #626262;
  font-size: 0.3rem;
  border-radius: 0.8rem;
  transition: 0s;
}
.ticket-tab-box .tab-nav a.active {
  background-color: var(--theme-c);
  color: #fff;
}

.inner-ticket-list > a {
  background: #fff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  padding: 0.25rem 0.35rem;
}
.inner-ticket-list > a > .flexN.p-r-30 {
  border-right: 1px solid #ddd;
}
.inner-ticket-list > a > .flexA .c-color-2, .inner-ticket-list > a > .flexA .showBox .ticket-list > a.active p, .showBox .ticket-list > a.active .inner-ticket-list > a > .flexA p,
.inner-ticket-list > a > .flexA .showBox .ticket-list > a.active span,
.showBox .ticket-list > a.active .inner-ticket-list > a > .flexA span {
  border: 1px solid #ccc;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
}

.details-text-box {
  padding: 0.4rem 0.3rem 0.3rem;
  margin-top: 0.3rem;
  background: #fff;
}
.details-text-box .title {
  font-size: 0.3rem;
  line-height: 1.4;
  color: var(--c-black);
  font-weight: bold;
}
.details-text-box .content {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  color: var(--c-black2);
  line-height: 1.5;
}
.details-text-box .content img {
  max-width: 100%;
  margin: 0.1rem auto;
  display: table;
}

.svg-mainWrap {
  height: 100vh;
  padding-top: 0.3rem;
}

.main-container {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding: 0.1rem 0.15rem;
}
.main-container .svg-wrap {
  flex: 1;
  font-size: 0;
  overflow: hidden;
}
.main-container #map {
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.main-container .svg-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  cursor: grab;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container #svgViewBox {
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  transition: 300ms;
}
.main-container .right-menu {
  flex: none;
  width: 400px;
  height: 500px;
  background-color: #ccc;
}
.main-container .scale-box {
  position: relative;
  z-index: 3;
  display: table;
}
.main-container .scale-box .scale-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 4px;
  position: relative;
}
.main-container .scale-box .scale-btn:before, .main-container .scale-box .scale-btn:after {
  content: "";
  width: 40%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main-container .scale-box .scale-btn:after {
  transform: rotate(90deg);
}
.main-container .scale-box .scale-btn.scale-down:after {
  display: none;
}
.main-container .scale-box .scale-btn.disabled:before, .main-container .scale-box .scale-btn.disabled:after {
  background-color: #ccc;
}
.main-container .clickElem {
  cursor: pointer;
}

.seat-number-box {
  background-color: #fff;
  border-radius: 0.2rem;
  margin: 0 0.15rem;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
}
.seat-number-box .text {
  margin-right: 0.3rem;
  padding-left: 0.1rem;
  border-right: 1px solid #eee;
  padding-right: 0.3rem;
}
.seat-number-box .text:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-right: 0.04rem solid #575656;
  border-bottom: 0.04rem solid #575656;
  transform: rotate(45deg);
}

.seat-info-list-wrap {
  background-color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.seat-info-list-wrap > p {
  font-size: 0.38rem;
  padding: 0.3rem 0.4rem 0.2rem;
}

.seat-info-list {
  padding: 0 0.2rem;
  min-height: 2rem;
  max-height: 6rem;
  overflow-y: auto;
}
.seat-info-list .item {
  padding: 0.3rem 0.15rem;
  border-bottom: 0.01rem solid #eaeaeb;
}
.seat-info-list .item:last-child:not(:first-child) {
  border-bottom: none;
}
.seat-info-list .item .text {
  margin-right: 0.3rem;
}
/* 横屏 */
@media screen and (orientation: landscape) {
  .seat-info-list {
    max-height: 3rem;
  }
}
.btn-back3 {
  width: 0.46rem;
  height: 0.32rem;
  background: url(../images/back3.png);
  background-size: 100% 100%;
}

.order-info-details .btn-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
.order-info-details p {
  line-height: 1.3;
}
.order-info-details .pic {
  width: 1.64rem;
  height: 2.34rem;
}
.order-info-details .text {
  flex: auto;
  position: relative;
}
.order-info-details .text .border-box {
  display: inline-block;
  font-size: 0.24rem;
  border: 1px solid #ccc;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  margin-bottom: 0.1rem;
}
.order-info-details .tips-box .icon-tips {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/tips.png);
  background-size: 100% 100%;
  transform: translateY(0.03rem);
}
.order-info-details .tips-box p {
  line-height: 1.3;
}
.order-nav {
  display: flex;
  justify-content: space-around;
  padding: 0.2rem 0 0.3rem;
}
.order-nav a {
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: var(--color-1);
  position: relative;
}
.order-nav a:after {
  content: "";
  width: 0;
  height: 2px;
  bottom: -0.3rem;
  background-color: var(--theme-c);
}
.order-nav a.active {
  color: var(--theme-c);
}
.order-nav a.active:after {
  width: 100%;
}

.order-list > .w-box-c {
  display: block;
}
.order-list > .w-box-c:nth-of-type(n + 2) {
  margin-top: 0.25rem;
}
.order-list .btn-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
.order-list p {
  line-height: 1.3;
}
.order-list .pic {
  width: 1.64rem;
  height: 2.34rem;
}
.order-list .text {
  flex: auto;
  position: relative;
}
.order-list .text .border-box {
  display: inline-block;
  font-size: 0.24rem;
  border: 1px solid #ccc;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  margin-bottom: 0.1rem;
}
.order-list .tips-box .icon-tips {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/tips.png);
  background-size: 100% 100%;
  transform: translateY(0.03rem);
}
.order-list .tips-box p {
  line-height: 1.3;
}
.mini-card {
  border-radius: 0.16rem;
  background-color: #ffe8ea;
}

.user-edit-box .item:nth-of-type(n + 2) {
  padding-top: 0.3rem;
}
.user-edit-box .input-box {
  margin-top: 0.2rem;
}
.user-edit-box .input-box input {
  line-height: 0.96rem;
}
.user-edit-box .bg-1 {
  border-radius: 0.16rem;
  padding: 0 0.4rem;
}

.seatNumber .ms-select-title p {
  border: none;
}
.seatNumber .ms-select-list {
  padding: 0 0.3rem 0.3rem;
}
.seatNumber .ms-select-list .ms-select-item {
  border: 1px solid #f7f7f7;
  line-height: 0.8rem;
  background-color: #f7f7f7;
  font-size: 0.26rem;
  color: #2b2b2b;
  padding: 0 0.35rem;
  border-radius: 0.16rem;
}
.seatNumber .ms-select-list .ms-select-item p {
  color: #0f0f0f;
  font-size: 0.26rem;
}
.seatNumber .ms-select-list .ms-select-item i {
  display: none;
}
.seatNumber .ms-select-list .ms-select-item:nth-of-type(n + 2) {
  margin-top: 0.25rem;
}
.seatNumber .ms-select-list .ms-select-item.selected {
  border-color: var(--theme-c);
  background-color: #fff;
}
.seatNumber .ms-select-list .ms-select-item.selected p {
  color: var(--theme-c);
}

.ticket-list-box {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(5.4rem, 1fr);
  grid-gap: 0.2rem;
  width: 100%;
  overflow-x: auto;
}
.ticket-list-box .text a {
  display: table;
}
.ticket-list-box .text a:after {
  content: ">";
  font-family: "宋体";
  font-size: 0.26rem;
  margin-left: 0.05rem;
}
.ticket-list-box .btn {
  min-width: auto;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.25rem;
}
.ticket-list-box .btn.waiting {
  opacity: 0.5;
}

.complaint-list-box a:nth-of-type(n + 2) {
  margin-top: 0.2rem;
}

.complaint-img-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1.1rem, 1fr));
  gap: 0.15rem;
}
.complaint-img-list .item {
  padding-top: 100%;
  position: relative;
}
.complaint-img-list .item img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.06rem;
}

.communicate-box > .item {
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  position: relative;
}
.communicate-box > .item:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--theme-c);
  position: absolute;
  left: 0;
  top: 0;
}
.communicate-box > .item:nth-of-type(n + 2) {
  margin-top: 0.3rem;
}
.communicate-box > .item:last-child {
  padding-bottom: 0;
  border: none;
}
.communicate-box > .item.admin:before {
  background-color: #ff8d1a;
}

.btn-leavingAMessage {
  line-height: 0.72rem;
  font-size: 0.28rem;
  min-width: auto;
  border-radius: 0.08rem;
}

.icon-img {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/icon-img.png);
  background-size: 100% 100%;
}

.icon-safe {
  width: 0.28rem;
  height: 0.3rem;
  background: url(../images/safe.png);
  background-size: 100% 100%;
}

.icon-choose32, .custom-checkbox label em {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/choose32.png);
  background-size: 100% 100%;
}

.icon-back {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/back.png);
  background-size: 100% 100%;
  display: block;
}

.icon-back42 {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/back42.png);
  background-size: 100% 100%;
}

.inner-head {
  position: relative;
  min-height: 0.6rem;
  line-height: 0.6rem;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-head p {
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}
.inner-head .icon-back,
.inner-head .icon-back42 {
  left: 0.2rem;
}

.icon-about {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/about.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-order-all {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/order-all.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-order-cancel {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/order-cancel.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-order-finished {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/order-finished.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-order-wait {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/order-wait.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-user {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/user.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-email {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/email.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-eye {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/eye.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-eye-on {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/eye-on.png);
  background-size: 100% 100%;
  display: inline-block;
}

.icon-lock {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/icon48/lock.png);
  background-size: 100% 100%;
  display: inline-block;
}

.pay-list {
  padding: 0 0.2rem;
}
.pay-list .item {
  padding: 0.25rem 0;
}
.pay-list .item p {
  line-height: 1.4;
}
.pay-list .pic {
  width: 0.58rem;
  height: 0.58rem;
}
.pay-list .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pay-list .text {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.order-tips-box p.fs-32 {
  position: relative;
}
.order-tips-box p.fs-32:after {
  content: "";
  width: 0.6rem;
  height: 0.08rem;
  border-radius: 0.05rem;
  background: #E6E8EC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.12rem;
}
.order-tips-box .icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.12rem solid #4DC591;
  position: relative;
}
.order-tips-box .icon.finidhed:before, .order-tips-box .icon.finidhed:after {
  content: "";
  height: 0.12rem;
  background: #4DC591;
  position: absolute;
  border-radius: 0.12rem;
}
.order-tips-box .icon.finidhed:before {
  width: 0.48rem;
  transform: translate(-0.23rem, 0.1rem) rotate(45deg);
}
.order-tips-box .icon.finidhed:after {
  width: 0.8rem;
  transform: translateX(0.15rem) rotate(-45deg);
}
.order-tips-box .icon.wait {
  border-color: #F6D346;
}
.order-tips-box .icon.wait:before, .order-tips-box .icon.wait:after {
  content: "";
  width: 0.12rem;
  background: #F6D346;
  position: absolute;
  border-radius: 0.12rem;
}
.order-tips-box .icon.wait:before {
  height: 0.5rem;
  transform: translateY(-0.2rem);
}
.order-tips-box .icon.wait:after {
  height: 0.3rem;
  transform: translate(0.13rem, 0.06rem) rotate(-60deg);
}
.order-tips-box .icon.cancel {
  border-color: var(--theme-c);
}
.order-tips-box .icon.cancel:before, .order-tips-box .icon.cancel:after {
  content: "";
  width: 0.12rem;
  height: 0.8rem;
  background: var(--theme-c);
  position: absolute;
  border-radius: 0.12rem;
}
.order-tips-box .icon.cancel:before {
  transform: rotate(-45deg);
}
.order-tips-box .icon.cancel:after {
  transform: rotate(45deg);
}/*# sourceMappingURL=main.css.map */