*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  margin: 0 auto;
}

body {
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  width: 16rem;
  box-sizing: border-box;
  background-color: rgba(169, 169, 169, 0.1);
}

.page-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.page-container .top {
  width: 100%;
  position: relative;
  padding-bottom: 1.8666666667rem;
  box-sizing: border-box;
  z-index: 1;
}
.page-container .top .top-img {
  width: 150%;
  height: 150%;
  position: absolute;
  left: -20%;
  right: -20%;
  top: -20%;
  bottom: -10%;
  z-index: 2;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  filter: blur(20px);
  -webkit-filter: blur(20px);
}
.page-container .top .top-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 10%;
  z-index: 3;
}
.page-container .top .top-content {
  position: relative;
  z-index: 4;
  padding-top: 0.8888888889rem;
  box-sizing: border-box;
}
.page-container .top .top-content .violation-box {
  display: none;
  margin-top: 1.7777777778rem;
  width: 100%;
  text-align: center;
}
.page-container .top .top-content .violation-box .empty {
  width: 6.2222222222rem;
  height: 6.2222222222rem;
  margin-left: 4.8888888889rem;
  /* background: rgba(169, 169, 169, 0.1); */
  background-image: url("../img/balnk_img_broke.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-container .top .top-content .violation-box .violation-info {
  font-size: 0.6222222222rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  letter-spacing: 0.0148148148rem;
  margin-top: 0.2666666667rem;
  margin-bottom: 1.7777777778rem;
}
.page-container .top .top-content .card-box {
  width: 14.2222222222rem;
  margin-left: 0.8888888889rem;
  height: 19.5259259259rem;
  box-sizing: border-box;
  background-image: url("../img/rect_dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-container .top .top-content .card-box .card-box-cover {
  position: absolute;
  top: 0rem;
  width: 14.2222222222rem;
  left: 0rem;
  height: 18.8148148148rem;
  background-color: white;
  border-radius: 0.6222222222rem;
  box-sizing: border-box;
  padding: 0.4444444444rem;
}
.page-container .top .top-content .card-box .card-box-cover .top-icon {
  position: relative;
  z-index: 4;
  height: 0.8888888889rem;
  width: 14.2222222222rem;
  margin-bottom: 0.4444444444rem;
  box-sizing: border-box;
}
.page-container .top .top-content .card-box .card-box-cover .top-icon img {
  height: 0.8888888889rem;
}
.page-container .top .top-content .card-box .card-box-cover .card-img-container {
  width: 13.3333333333rem;
  height: 11.1111111111rem;
  border-radius: 0.3555555556rem;
  overflow: hidden;
}
.page-container .top .top-content .card-box .card-box-cover .card-img-container img {
  width: 100%;
  border-radius: 0.3555555556rem;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.page-container .top .top-content .card-box .card-box-cover .card-img-container .card-img-seat {
  width: 100%;
  border-radius: 0.3555555556rem;
  height: 100%;
  background-color: #ccc;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container {
  width: 13.3333333333rem;
  height: 2.7555555556rem;
  padding-top: 0.5333333333rem;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right {
  float: left;
  width: 50%;
  height: 2.2222222222rem;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left .user-avatar,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .user-avatar {
  width: 1.2444444444rem;
  height: 1.2444444444rem;
  border-radius: 50%;
  overflow: hidden;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left .user-avatar img,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left .user-avatar .user-icon-img-seat,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .user-avatar .user-icon-img-seat {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left .user-name,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .user-name {
  width: 100%;
  margin-top: 0.4444444444rem;
  font-size: 0.5333333333rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .left .user-name .user-name-seat,
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .user-name .user-name-seat {
  width: 80%;
  height: 0.5333333333rem;
  background-color: #ccc;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right {
  float: right;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .card-title {
  width: 100%;
  text-align: right;
  height: 0.8888888889rem;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .card-title .card-title-seat {
  width: 70%;
  height: 0.8888888889rem;
  background-color: #ccc;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .down-count {
  margin-top: 0.8rem;
  font-size: 0.5333333333rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.3);
  letter-spacing: 0.0148148148rem;
  text-align: right;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .right .down-count .down-count-seat {
  width: 50%;
  height: 0.5333333333rem;
  margin-top: 0.8rem;
  background-color: #ccc;
}
.page-container .top .top-content .card-box .card-box-cover .card-info-container .info-clear {
  clear: both;
}
.page-container .top .top-content .card-box .card-box-cover .down-btn {
  display: none;
  width: 13.3333333333rem;
  margin: 0.8rem 0rem 0rem 0rem;
  box-sizing: border-box;
  height: 2.0148148148rem;
  border-radius: 1.0074074074rem;
  background-color: #647efe;
  position: relative;
  text-align: center;
  line-height: 2.0148148148rem;
  font-size: 0.6222222222rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.0148148148rem;
}
.page-container .top .top-content .card-box .card-box-cover .down-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2.9481481481rem;
  height: 2.0148148148rem;
  background-image: url("../img/shape.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-container .top .top-content .card-box .card-box-cover .wx-btn {
  display: none;
  width: 13.3333333333rem;
  margin: 0.8rem 0rem 0rem 0rem;
  position: relative;
}
.page-container .top .top-content .card-box .card-box-cover .wx-btn .launch-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 13.3333333333rem;
  height: 2.0148148148rem;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
}
.page-container .top .top-content .card-box .card-box-cover .wx-btn .wx-btn-content {
  width: 13.3333333333rem;
  margin: 0.8rem 0rem 0rem 0rem;
  box-sizing: border-box;
  height: 2.0148148148rem;
  border-radius: 1.0074074074rem;
  background-color: #647efe;
  text-align: center;
  line-height: 2.0148148148rem;
  font-size: 0.6222222222rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.0148148148rem;
}
.page-container .top .top-content .card-box .card-box-cover .wx-btn .wx-btn-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2.9481481481rem;
  height: 2.0148148148rem;
  background-image: url("../img/shape.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-container .recommend-container {
  position: relative;
  z-index: 5;
  border-radius: 45px 45px 0 0;
  background-color: #fff;
}
.page-container .recommend-container .more-recommend {
  margin-top: -1.8518518519rem;
  border-radius: 45px 45px 0 0;
  width: 16rem;
  height: 1.8666666667rem;
  background: #feffff;
  box-sizing: border-box;
  padding: 0 0.4444444444rem;
  line-height: 1.8666666667rem;
  font-size: 0.5777777778rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
}
.page-container .recommend-container .recommend-list {
  width: 16rem;
  overflow: hidden;
  background-color: #fff;
}
.page-container .recommend-container .recommend-list .item-box {
  float: left;
  width: 7.2rem;
  height: 7.6rem;
  margin: 0 0 0 0.5333333333rem;
  text-align: center;
}
.page-container .recommend-container .recommend-list .item-box .item-img-box {
  width: 7.2rem;
  height: 6rem;
  border-radius: 0.3555555556rem;
  border: 0.0148148148rem solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.page-container .recommend-container .recommend-list .item-box .item-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3555555556rem;
}
.page-container .recommend-container .recommend-list .item-box .seat {
  background-color: #cccccc;
}
.page-container .recommend-container .recommend-list .item-box .item-img-info {
  width: 80%;
  text-align: center;
  height: 1.1555555556rem;
  line-height: 0.8592592593rem;
  margin: 0.2222222222rem 10%;
  box-sizing: border-box;
  font-size: 0.5777777778rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.0148148148rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container .bottom {
  width: 16rem;
  height: 7.1407407407rem;
  overflow: hidden;
  padding: 1.5703703704rem 0.5333333333rem 2.6074074074rem 0.5333333333rem;
  background-color: #fff;
  box-sizing: border-box;
}
.page-container .bottom .left {
  width: 10.3703703704rem;
  float: left;
  height: 4.4444444444rem;
  box-sizing: border-box;
  padding: 0.7111111111rem 0;
}
.page-container .bottom .left p {
  font-size: 0.6666666667rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: normal;
  color: #222222;
  line-height: 1.0074074074rem;
  text-align: left;
  padding: 0;
  margin: 0;
}
.page-container .bottom .right {
  width: 4.4444444444rem;
  float: right;
  text-align: right;
  height: 4.4444444444rem;
}
.page-container .bottom .right .qrcode-container {
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  box-sizing: border-box;
  border-radius: 0.3555555556rem;
  border: 0.0148148148rem solid rgba(0, 0, 0, 0.1);
  padding: 0.2666666667rem 0.2666666667rem 0.2814814815rem 0.2814814815rem;
}
.page-container .bottom .right .qrcode-container .qrcode {
  width: 3.8962962963rem;
  height: 3.8962962963rem;
  background-color: #50525f;
}

.guide {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.guide .line {
  position: absolute;
  right: 1.0518518519rem;
  top: 0.3111111111rem;
  height: 2.5333333333rem;
  object-fit: contain;
}
.guide .modal-box {
  width: 8.6814814815rem;
  height: 2.7555555556rem;
  background-color: #fff;
  border-radius: 0.4740740741rem;
  position: absolute;
  right: 0.5333333333rem;
  top: 3.1407407407rem;
  overflow: hidden;
}
.guide .modal-box .browser {
  width: 1.4814814815rem;
  height: 1.4814814815rem;
  margin-top: 0.637037037rem;
  margin-left: 0.8888888889rem;
  float: left;
}
.guide .modal-box .text-box {
  float: right;
  height: 1.5111111111rem;
  margin-right: 1.4814814815rem;
  width: 4.1481481481rem;
  text-align: center;
  margin-top: 0.6222222222rem;
}
.guide .modal-box .text-box p {
  margin: 0;
  padding: 0;
  font-size: 0.5777777778rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #222222;
}

.download-box {
  display: none;
  width: 16rem;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.download-box .download-content {
  width: 13.3333333333rem;
  height: 7.8222222222rem;
  background: #ffffff;
  border-radius: 0.6666666667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.download-box .download-content .logo {
  width: 3.2592592593rem;
  height: 3.2592592593rem;
  line-height: 3.2592592593rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0.2222222222rem;
  top: -0.8888888889rem;
  z-index: 20;
}
.download-box .download-content .logo img {
  position: absolute;
  top: 0.2222222222rem;
  left: 0;
  width: 3.2592592593rem;
  height: 3.2592592593rem;
}
.download-box .download-content .title {
  width: 100%;
  height: 2.2222222222rem;
  line-height: 2.2222222222rem;
  background: #d8d8d8;
  font-size: 0.6666666667rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  border-radius: 0.6666666667rem 0.6666666667rem 0 0;
  text-align: center;
}
.download-box .download-content .info {
  width: 12.2666666667rem;
  height: 1.9851851852rem;
  margin: 0.5037037037rem 0.5333333333rem 0 0.5333333333rem;
  line-height: 0.9925925926rem;
  font-size: 0.6222222222rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.0148148148rem;
}
.download-box .download-content .bottom-btn {
  width: 100%;
  height: 3.1111111111rem;
  overflow: hidden;
}
.download-box .download-content .bottom-btn div {
  width: 5.9111111111rem;
  height: 1.7777777778rem;
  border-radius: 0.8888888889rem;
  border: 0.0444444444rem solid rgba(51, 51, 51, 0.6);
  font-size: 0.6222222222rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  line-height: 1.7777777778rem;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0.6666666667rem;
}
.download-box .download-content .bottom-btn div:first-child {
  color: #222222;
  letter-spacing: 1px;
  float: left;
  margin-left: 0.5333333333rem;
}
.download-box .download-content .bottom-btn div:last-child {
  border: none;
  color: #fff;
  background: #647efe;
  float: right;
  margin-right: 0.5333333333rem;
}

/*# sourceMappingURL=index.css.map */
