@charset "utf-8";
@import "base.css";
@import "pace.css";
@import "swiper.min.css";
/* 禁止选择文本 */
.us-no {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 弹性盒子 */
.fx {
  display: flex;
  -webkit-display: flex;
}
.fx-w {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fx-ai {
  align-items: center;
  -webkit-align-items: center;
}
.fx-aie {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.fx-jc {
  justify-content: center;
  -webkit-justify-content: center;
}
.fx-jcb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fx-g {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.fx-s {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.fx-dir {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.fx-dirr {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
* {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body {
  background-size: 100% auto;
  font-size: 0.24rem;
  line-height: 1;
}
img {
  width: 100%;
}
.gray {
  filter: grayscale(1);
  opacity: 0.5;
}
select,
textarea,
input[type="text"],
input[type="number"],
input[type="password"] {
  display: block;
  padding: 0 0.3rem;
  width: 100%;
  height: 1rem;
  background: #363636;
  border: none;
  border-radius: 0.3rem;
  outline: none;
  font-size: 0.34rem;
  color: #363636;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"],
input[type="number"],
input[type="password"] {
  padding-bottom: 0.05rem;
}
input[type='radio'],
input[type='checkbox'] {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
textarea {
  padding: 0.1rem;
  height: 0.8rem;
  line-height: 1.2;
}
:-moz-placeholder {
  color: #363636;
}
::-webkit-input-placeholder {
  color: #363636;
}
.check {
  position: relative;
  padding-left: 0.36rem;
  line-height: 1.4;
}
.check > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.check > input:checked + label:before {
  background: #1BA2FF;
  border: 0.06rem solid #fff;
}
.check > label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.04rem;
  width: 0.32rem;
  height: 0.32rem;
  background: #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}
.check span {
  color: #39cdea;
}
.check + .check {
  margin-top: 0.2rem;
}
.check.disabled > input:checked + label:before {
  background: #a3a3a3;
}
.form .form-item {
  position: relative;
}
.form .form-item .icon {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: 0.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.form .form-item .icon + input {
  padding-left: 1.05rem;
}
.form .form-item + .form-item {
  margin-top: 0.5rem;
}
#app {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.btn {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
}
.btn.press {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.btn.txt-btn {
  height: 0.66rem;
  line-height: 0.66rem;
  background-image: linear-gradient(to bottom right, #ffce63, #ff8c44);
  background-size: cover;
  background-position: center center;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 0.3rem;
  box-shadow: 0.05rem 0.05rem 0.15rem 0 #ccc;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  vertical-align: bottom;
}
.btn.img-btn > span {
  display: block;
}
.btn.img-btn > span img {
  width: auto;
  height: 0.75rem;
}
button {
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.15s;
}
img {
  width: 100%;
  height: auto;
}
/* 页面 */
.page {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  z-index: -1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.page.show {
  position: relative;
  height: auto;
  overflow: visible;
  opacity: 1;
  z-index: 1;
}
.page-inner {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.page-inner .home {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}
.page-inner .home-menu {
  position: fixed;
  top: 45%;
  right: 2%;
  z-index: 98;
}
.page-inner .home-menu li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.page-inner .home-menu li span img {
  width: 1rem;
  height: 1rem;
}
.page-inner .home .module {
  display: flex;
  align-items: flex-start;
  margin-bottom: -2px;
}
.page-inner .home .module .BGPIC {
  width: 100%;
}
.page-inner .home .module .content {
  position: absolute;
}
.page-inner .home .module .SWIPER {
  width: 100%;
}
.page-inner .home .module .SWIPER .swiper-slide {
  text-align: center;
}
.page-inner .home .module .SWIPER .swiper-slide img {
  width: auto;
  height: auto;
}
.page-inner .home .module .VIDEO {
  width: 80%;
  left: 10%;
}
.page-inner .home .module .VIDEO video {
  width: 100%;
}
.page-inner .home .module .ARTICLE {
  width: 90%;
  left: 5%;
}
.page-inner .home .module .ARTICLE .header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.1rem;
  min-height: 0.6rem;
}
.page-inner .home .module .ARTICLE .header .btn span img {
  height: 0.6rem;
}
.page-inner .home .module .ARTICLE .swiper-slide {
  height: 4.5rem;
  color: white;
}
.page-inner .home .module .ARTICLE .swiper-slide .poster {
  height: 3.5rem;
  border-radius: 0.15rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-inner .home .module .ARTICLE .swiper-slide .poster .user {
  bottom: 1rem;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-inner .home .module .ARTICLE .swiper-slide .poster .user img {
  width: 0.4rem;
  border-radius: 100%;
  margin: 0.2rem;
}
.page-inner .home .module .ARTICLE .swiper-slide .title {
  width: 100%;
  height: 0.5rem;
  line-height: 0.3rem;
  font-size: 0.25rem;
  top: 3.6rem;
  position: absolute;
}
.page-inner .home .module .IFRAME {
  width: 80%;
  left: 10%;
}
.page-inner .home .module .IFRAME .header {
  margin-top: 0.6rem;
  font-size: 0.25rem;
  color: #388eff;
  margin-left: 0.7rem;
}
.page-inner .home .module .IFRAME .header::before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.35rem;
  left: 0.3rem;
  background: url(../images/location-icon.png) center center no-repeat;
  background-size: 100% 100%;
}
.page-inner .home .module .IFRAME .flights {
  display: flex;
  justify-content: space-around;
  margin-top: 0.2rem;
  margin-right: 0.1rem;
}
.page-inner .home .module .IFRAME .flights-titles {
  display: flex;
  justify-content: space-around;
}
.page-inner .home .module .IFRAME .flights-titles .flights-title {
  width: 40%;
  height: 0.5rem;
  font-weight: bold;
  background-color: #dcedff;
  color: #2d81ff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-inner .home .module .IFRAME .flights-titles .flights-title.oringe {
  color: #ed4848;
  background-color: #ffeddd;
}
.page-inner .home .module .IFRAME .flights-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 4rem;
  width: 50%;
}
.page-inner .home .module .IFRAME .flights-content .flights-title {
  width: 90%;
  height: 0.5rem;
  font-weight: bold;
  background-color: #dcedff;
  color: #2d81ff;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-inner .home .module .IFRAME .flights-content .flights-title.oringe {
  color: #ed4848;
  background-color: #ffeddd;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container {
  border-radius: 0.1rem;
  width: 100%;
  height: 4.5rem;
  padding: 0 0.05rem;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container .swiper-wrapper {
  background-color: #f0f7ff;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container .tl-item {
  display: flex;
  justify-content: space-around;
  line-height: 0.54rem;
  font-weight: bold;
  font-size: 0.21rem;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container .tl-item .price {
  font-size: 0.18rem;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container .tl-item .price span {
  color: red;
  font-size: 0.22rem;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container .tl-item .dir {
  width: 0.32rem;
}
.page-inner .home .module .IFRAME .flights-content .swiper-container.oringe .swiper-wrapper {
  background-color: #fffaf6;
}
.page-inner .home .module .IFRAME .footer {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.page-inner .home .module .SIGN {
  width: 84%;
  left: 8%;
}
.page-inner .home .module .SIGN .header {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
.page-inner .home .module .SIGN .header .btn span img {
  height: 0.7rem;
}
.page-inner .home .module .SIGN .bd {
  margin-top: 0.18rem;
}
.page-inner .home .module .SIGN .bd .rulebtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.4rem;
  padding-right: 2.5%;
}
.page-inner .home .module .SIGN .bd .rulebtn .btn span img {
  height: 0.45rem;
}
.page-inner .home .module .SIGN .bd .signday {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: red;
  margin-left: 10%;
  width: 22%;
  display: flex;
  justify-content: space-around;
}
.page-inner .home .module .SIGN .bd .signrequiretips {
  width: 100%;
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0.3rem;
  color: #666;
  min-height: 0.3rem;
}
.page-inner .home .module .SIGN .bd .signrequiretips span {
  color: red;
  font-weight: bold;
  margin: 0 0.1rem;
}
.page-inner .home .module .SIGN .bd .swiper-container {
  margin-top: 0.2rem;
  width: 95%;
}
.page-inner .home .module .SIGN .bd .swiper-container .slider {
  background: #f8f8f8;
  border-radius: 0.24rem;
  min-height: 1.5rem;
  color: #999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-inner .home .module .SIGN .bd .swiper-container .slider.signed {
  background: #fff7dd;
  color: #ff7f1c;
}
.page-inner .home .module .SIGN .bd .swiper-container .slider.selected {
  background-image: linear-gradient(to bottom right, #ffce63, #ff8c44);
  color: #fff;
}
.page-inner .home .module .SIGN .bd .swiper-container .slider img {
  width: 75%;
  height: 75%;
}
.page-inner .home .module .SIGN .bd .swiper-container .slider span {
  line-height: 0.4rem;
}
.page-inner .home .module .SIGN .bd .signbtn {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-inner .home .module .SIGN .bd .signbtn .btn span img {
  height: 1rem;
}
.page-inner .home .module .SIGN .bd .signbtn .signtips {
  font-size: 0.3rem;
  line-height: 0.35rem;
  color: #666;
  white-space: pre-wrap;
  text-align: center;
}
.page-inner .home .module .MULTIIMAGE {
  width: 100%;
  display: flex;
  position: relative;
}
.page-inner .home .module .MULTIIMAGE .imageitem {
  width: inherit;
}
.page-inner .city {
  width: 100%;
  position: relative;
  font-size: 0.25rem;
}
.page-inner .city-fix {
  position: fixed;
  width: 100%;
}
.page-inner .city-fix .header {
  position: relative;
  display: flex;
  width: 100%;
  height: 0.9rem;
  box-sizing: border-box;
  padding: 0.15rem 0px;
  background: #eaf3fd;
  align-items: center;
}
.page-inner .city-fix .header-back {
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.3rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiBAMAAACthOSOAAAAGFBMVEUAAAB3hJR3hJV5hJR6hZR4hJd4hpZ6iJmZo0crAAAACHRSTlMA/YeBVlF1Jacp+fcAAAAoSURBVBjTY4ABNTiLSbAAxlQURQgGDDZBBkMROJNZ0GGwCxfA2WYMAGZpCj0mYppPAAAAAElFTkSuQmCC) center no-repeat;
  background-size: contain;
}
.page-inner .city-fix .header-search {
  width: 81%;
  height: 0.55rem;
  position: relative;
  background: #ffffff;
  text-align: left;
  box-sizing: border-box;
  margin: 0 auto;
  margin-left: 0.3rem;
}
.page-inner .city-fix .header-search-icon {
  position: absolute;
  width: 0.346667rem;
  height: 100%;
  top: 0px;
  left: 0.266667rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAM1BMVEUAAAC8yNTe5v+8yNS8x9S9yNS9ydbE0NzF19y7x9S9yNW8yNW9ytW7yNO7x9O8yNS7x9O+I3TEAAAAEHRSTlMA3QPU9G1TFQqlKYpAy4BYWMVMiQAAAJZJREFUKM+lkkkOQyEMQzMx/8H3P22lCqXQX9jUK6Inm5BAb0ksbMYlCn0pMro4TkAaoKHmXIMCbTQ2WOi1BEMb0mDHpzoMnimMMMYHsLhJZbpZ3Vbc5LbST4w6owruJ0OeUYZt0CZw08ai+cy4F0++wLId1HO8+TJw+rkUBhiaFqtM6mz6ALcQOXvoL3bSip0qtJLQTi+hNQbqOu4MDwAAAABJRU5ErkJggg==) center no-repeat;
  background-size: contain;
}
.page-inner .city-fix .header-search input {
  font-family: PingFangSC-Regular;
  width: 90%;
  font-size: 0.25rem;
  line-height: 0.3rem;
  color: #000;
  margin-left: 0.7rem;
  overflow: hidden;
  outline: medium;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 0.55rem;
}
.page-inner .city-fix .header-cancel {
  width: 11%;
  font-size: 0.3rem;
  color: #2067af;
}
.page-inner .city-fix .tabs {
  display: flex;
  position: relative;
  background: #eaf3fd;
  width: 100%;
  height: 0.9rem;
}
.page-inner .city-fix .tabs .tab {
  width: 50%;
  height: 100%;
  line-height: 0.85rem;
  text-align: center;
  color: #83a2c1;
  font-size: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-inner .city-fix .tabs .tab.selected {
  color: #000;
}
.page-inner .city-fix .tabs .tab.selected::after {
  content: '';
  position: absolute;
  width: 0.64rem;
  height: 0.08rem;
  bottom: 0rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAGBAMAAAB3DwAEAAAAKlBMVEWgtf+Lm/+NnP9mr/9lsP9nsP9prf93pf99ov+Fnv+KnP9vqv9yqP+BoP/9T9S7AAAABnRSTlMC5ojmiIgRQb9yAAAAXklEQVQI12NgElRgYJKcOXPu3Y6O9vLymjOnd6elpSU7MGitWsSgtXLmzLsgiXawxLZtaWkpDFKrFjJIrUTVAdICl7h7A64jbRtQAmEUQgdQPC0FYfkNsEQ5RCI5AACjY0eCy//0DAAAAABJRU5ErkJggg==) center center no-repeat;
}
.page-inner .city-pd {
  padding-top: 0.9rem;
}
.page-inner .city-near {
  margin-top: 0.9rem;
}
.page-inner .city-title {
  padding: 0 0.3rem;
  text-align: left;
  color: #2067af;
  line-height: 0.5rem;
  background: #dbedff;
}
.page-inner .city-cities {
  background: #ffffff;
  font-size: 0.32rem;
  line-height: 0.773333rem;
  padding: 0.166667rem 0.184rem;
  overflow: hidden;
}
.page-inner .city-city {
  float: left;
  width: 1.9rem;
  margin: 0.2rem 0.2rem;
  border: 1.2px solid #d7dee2;
  border-radius: 1.333333rem;
  box-sizing: border-box;
  line-height: 0.62rem;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 0.25rem;
}
.page-inner .city-city.selected {
  background: #1850da;
  color: #fff;
}
.page-inner .city-letter .city-item {
  padding: 0 0.3rem;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  background: #fff;
  font-size: 0.32rem;
  line-height: 1.2rem;
  color: #000;
}
.page-inner .city-letter .city-item span {
  color: #b2b2b2;
  margin-left: 0.3rem;
}
.page-inner .city-letter-aside {
  position: fixed;
  right: 0.1rem;
  top: 2.7rem;
}
.page-inner .city-letter-aside ul {
  list-style: none;
  line-height: 0.38rem;
  font-size: 0.2rem;
  color: #2067af;
  text-align: center;
}
/* 滚动条 */
.swiper-scroll .swiper-wrapper,
.swiper-scroll .swiper-slide {
  height: auto;
}
.swiper-scroll.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-scroll > .swiper-scrollbar {
  right: 0;
  width: 0.1rem;
  background: none;
}
.swiper-scroll .swiper-scrollbar-drag {
  background: #2eb7ff;
}
.pub-text {
  line-height: 0.48rem;
  font-size: 0.3rem;
}
.pub-text span {
  margin: 0 0.03rem 0 0.05rem;
  font-size: 0.4rem;
  color: #ffdc40;
  letter-spacing: 0.02rem;
}
.fri-title {
  margin-top: 0.4rem;
  width: 5.4rem;
}
.fri-list {
  margin-top: 0.4rem;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.fri-list .fl-item {
  width: 1rem;
  height: 1rem;
  background: #3851a5;
  border: 0.02rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.fri-list .fl-item img {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
}
.fri-list .fl-item + .fl-item {
  margin-left: 0.15rem;
}
/* 弹出层 */
.pop-enter-active,
.pop-leave-active {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.pop-enter,
.pop-leave-to {
  opacity: 0;
}
.slide-enter-active,
.slide-leave-active {
  transition: transform 0.3s;
}
.slide-enter,
.slide-leave-to {
  transform: translateY(100%);
}
.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #515151;
  overflow: hidden;
  display: none;
  z-index: 99;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  /* 关注 */
  /* 分享 */
}
.pop .pop-content {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  z-index: 10;
}
.pop .pop-close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0.28rem 0 0 -0.34rem;
  width: 0.68rem;
  height: 0.68rem;
  background-image: url(../images/pop-close.png);
  z-index: 10;
}
.pop .pop-hd {
  text-align: center;
}
.pop .pop-hd > img {
  width: auto;
  height: 0.48rem;
}
.pop .pop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pop.normal .pop-content {
  padding: 0.28rem;
  width: 6.03rem;
  background-image: linear-gradient(to bottom right, #5FA7FF, #1975E3);
}
.pop.normal .pop-hd {
  position: relative;
  margin: -0.08rem 0 0.2rem;
  z-index: 1;
  text-align: center;
}
.pop.normal .pop-bd {
  position: relative;
  background: #fff;
  border-radius: 0.24rem;
  min-height: 1rem;
  z-index: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.pop.normal .pop-ft {
  position: relative;
  margin-top: 0.28rem;
  margin-bottom: -0.06rem;
  z-index: 1;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pop.pop-rules .pop-content {
  height: 8.17rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 2.25rem;
  background-color: transparent;
  background: url('../images/rules-bc.png') center center no-repeat;
  background-size: 100% 100%;
}
.pop.pop-rules .pop-content p {
  font-size: 0.24rem;
  line-height: 2;
  color: #000;
}
.pop.pop-rules .pop-content .pop-bd {
  background-color: transparent;
}
.pop.pop-rules .pop-content .pop-bd .swiper-container {
  padding: 0 0.25rem;
}
.pop.pop-rules .pop-ft .btn {
  width: 4.37rem;
  height: 0.98rem;
}
.pop.pop-rules .pop-ft .btn img {
  width: 100%;
  height: auto;
}
.pop.pop-signemoji .pop-content {
  height: 8.17rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 2.25rem;
  background-color: transparent;
  background: url('../images/pop-sign.png') center center no-repeat;
  background-size: 100% 100%;
}
.pop.pop-signemoji .pop-content p {
  font-size: 0.24rem;
  line-height: 2;
  color: #000;
}
.pop.pop-signemoji .pop-content .pop-bd {
  background-color: transparent;
}
.pop.pop-signemoji .pop-content .pop-bd .main {
  margin-top: 1.5rem;
}
.pop.pop-signemoji .pop-content .pop-bd .main .title {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #b07e27;
  margin-bottom: 0.6rem;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul {
  display: -webkit-box;
  overflow-x: auto;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul li {
  width: 1.5rem;
  margin-right: 0.3rem;
  background: #fff7dd;
  border-radius: 0.24rem;
  min-height: 2rem;
  color: #ff7f1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul li.selected {
  background-image: linear-gradient(to bottom right, #ffce63, #ff8c44);
  color: #fff;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul li img {
  width: 1rem;
  height: 1rem;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul li span {
  line-height: 0.4rem;
}
.pop.pop-signemoji .pop-content .pop-bd .main ul::-webkit-scrollbar {
  display: none;
}
.pop.pop-signemoji .pop-ft {
  margin-top: 4.2rem;
}
.pop.pop-signemoji .pop-ft .btn {
  width: 4.37rem;
  height: 0.98rem;
}
.pop.pop-signemoji .pop-ft .btn img {
  width: 100%;
  height: auto;
}
.pop.pop-noprize .pop-content {
  height: 8rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 2.25rem;
  background-color: transparent;
  background: url('../images/pop-noprize.png') center center no-repeat;
  background-size: 100% 100%;
}
.pop.pop-noprize .pop-ft {
  margin-top: 4rem;
}
.pop.pop-noprize .pop-ft .btn {
  width: 4.37rem;
  height: 0.98rem;
}
.pop.pop-noprize .pop-ft .btn img {
  width: 100%;
  height: auto;
}
.pop.pop-ismember .pop-content {
  height: 8rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 2.25rem;
  background-color: transparent;
  background: url('../images/pop-member.png') center center no-repeat;
  background-size: 100% 100%;
}
.pop.pop-ismember .pop-ft {
  margin-top: 4rem;
}
.pop.pop-ismember .pop-ft .btn {
  width: 4.37rem;
  height: 0.98rem;
}
.pop.pop-ismember .pop-ft .btn img {
  width: 100%;
  height: auto;
}
.pop.pop-helpsuss .close,
.pop.pop-helpfail .close,
.pop.pop-activity .close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.47rem;
  height: 0.47rem;
}
.pop.pop-helpsuss .close img,
.pop.pop-helpfail .close img,
.pop.pop-activity .close img {
  width: 100%;
  height: auto;
}
.pop.pop-helpsuss .pop-content,
.pop.pop-helpfail .pop-content,
.pop.pop-activity .pop-content {
  height: 4.58rem;
  box-shadow: none;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: transparent;
  background: url('../images/pop-bc1.png') center center no-repeat;
  background-size: 100% 100%;
  padding: 0.9rem 0.4rem 0.225rem;
}
.pop.pop-helpsuss .pop-content .pop-bd,
.pop.pop-helpfail .pop-content .pop-bd,
.pop.pop-activity .pop-content .pop-bd {
  background-color: transparent;
  margin-top: 0.2rem;
  padding: 0.1rem 0.2rem 0.3rem 2rem;
}
.pop.pop-helpsuss .pop-content .pop-bd .main,
.pop.pop-helpfail .pop-content .pop-bd .main,
.pop.pop-activity .pop-content .pop-bd .main {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.pop.pop-helpsuss .pop-content .pop-bd .main p,
.pop.pop-helpfail .pop-content .pop-bd .main p,
.pop.pop-activity .pop-content .pop-bd .main p {
  width: 100%;
  line-height: 1.5;
}
.pop.pop-helpsuss .pop-content .pop-bd .main .title,
.pop.pop-helpfail .pop-content .pop-bd .main .title,
.pop.pop-activity .pop-content .pop-bd .main .title {
  font-size: 0.57rem;
  color: #1975E3;
  font-weight: bolder;
}
.pop.pop-helpsuss .pop-content .pop-bd .main .title-repeat,
.pop.pop-helpfail .pop-content .pop-bd .main .title-repeat,
.pop.pop-activity .pop-content .pop-bd .main .title-repeat {
  font-size: 0.41rem;
  color: #1975E3;
  font-weight: bolder;
}
.pop.pop-helpsuss .pop-content .pop-bd .main .text,
.pop.pop-helpfail .pop-content .pop-bd .main .text,
.pop.pop-activity .pop-content .pop-bd .main .text {
  margin-top: 0.2rem;
  color: #000;
  text-align: center;
  font-size: 0.31rem;
  letter-spacing: 0.02rem;
}
.pop.pop-helpsuss .pop-content .pop-bd .main .btn,
.pop.pop-helpfail .pop-content .pop-bd .main .btn,
.pop.pop-activity .pop-content .pop-bd .main .btn {
  width: 3.37rem;
  height: 0.58rem;
  margin-top: 0.2rem;
}
.pop.pop-helpsuss .pop-banner,
.pop.pop-helpfail .pop-banner,
.pop.pop-activity .pop-banner {
  position: absolute;
  bottom: -1.58rem;
  border-radius: 0.35rem;
  left: 0;
  width: 100%;
  height: 1.58rem;
  background-image: linear-gradient(to right, #5FA7FF, #1975E3);
}
.pop.pop-helpsuss .pop-banner img,
.pop.pop-helpfail .pop-banner img,
.pop.pop-activity .pop-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop.pop-subscribe .pop-content {
  height: 8rem;
  background: none;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.pop.pop-share .pop-content {
  position: absolute;
  right: 1.3rem;
  top: 0.3rem;
  background: none;
}
.pop.pop-share .pop-content img {
  width: 1.4rem;
  right: 0;
  display: inline;
  position: absolute;
}
.pop.pop-share .pop-content .dec {
  font-size: 0.4rem;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-right: 1.2rem;
  color: white;
}
.pop.pop-helpfail .pop-content {
  background-color: transparent;
  background: url('../images/pop-bc2.png') center center no-repeat;
  background-size: 100% 100%;
}
.pop.pop-activity .pop-content .pop-bd {
  padding: 0.1rem 0rem 0.3rem 1.8rem;
  margin-top: 0;
}
.pop.pop-myprize .pop-content {
  padding: 0.4rem 0.2rem 0.2rem;
  height: 10rem;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 4.25rem;
  background-color: transparent;
  background: url('../images/pop-myprize.png') center center no-repeat;
  background-size: 100% 100%;
  margin-top: -2rem;
}
.pop.pop-myprize .pop-content .pop-bd {
  padding: 0.2rem 0 0rem;
  background-color: transparent;
}
.pop.pop-myprize .pop-content .pop-bd .main {
  border-radius: 0.3rem;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0.2rem 0.1rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pop.pop-myprize .pop-content .pop-bd .main ul {
  width: 100%;
  height: 4.2rem;
  overflow-y: scroll;
  padding: 0 0.2rem 0.2rem;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li {
  margin-top: 0.2rem;
  letter-spacing: 0.01rem;
  width: 100%;
  color: #000;
  height: 1.2rem;
  background-color: #fff7dd;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0rem 0.1rem 0.2rem;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li .l {
  max-width: 80%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li .l p {
  width: 100%;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li .l p:first-child {
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li .act {
  color: #1088E4;
}
.pop.pop-myprize .pop-content .pop-bd .main ul li .r {
  font-size: 0.24rem;
  color: #fff;
  width: 1.3rem;
  height: 1.2rem;
  line-height: 1.2rem;
  vertical-align: middle;
  text-align: center;
  background: linear-gradient(to bottom right, #ffce63, #ff8c44);
  border-radius: 0.1rem;
}
.pop.pop-myprize .pop-content .pop-bd .main img {
  width: 60%;
  height: auto;
}
.pop.pop-myprize .pop-content .pop-bd .main .btn {
  margin-top: 0.4rem;
  width: 4.13rem;
  height: 0.87rem;
  font-size: 0.36rem;
  letter-spacing: 0.05rem;
}
.pop.pop-myprize .pop-content .pop-ft {
  margin-top: 4rem;
}
.pop.pop-myprize .pop-content .pop-ft .btn {
  width: 4.37rem;
  height: 0.98rem;
}
.pop.pop-myprize .pop-content .pop-ft .btn img {
  width: 100%;
  height: auto;
}
.pop.pop-winning .pop-content {
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background: url('../images/pop-prize.png') center center no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.2rem 0.2rem;
}
.pop.pop-winning .pop-content .pop-hd {
  margin-bottom: 0;
  font-size: 0.4rem;
  color: #333333;
}
.pop.pop-winning .pop-content .pop-bd {
  background-color: transparent;
  padding: 1.2rem 0 0rem;
}
.pop.pop-winning .pop-content .pop-bd .main {
  border-radius: 0.3rem;
  width: 100%;
  text-align: center;
  padding: 0.6rem 0.3rem 0.1rem;
}
.pop.pop-winning .pop-content .pop-bd .main .prize {
  display: block;
  margin: 0rem auto 0.3rem;
  width: 3.34rem;
  border-radius: 0.1rem;
  min-height: 1.4rem;
  height: auto;
}
.pop.pop-winning .pop-content .pop-bd .main .prizename {
  font-size: 0.35rem;
  line-height: 0.4rem;
  color: #333333;
}
.pop.pop-winning .pop-content .pop-bd .main .form {
  width: 100%;
  margin-top: 0.3rem;
}
.pop.pop-winning .pop-content .pop-bd .main .form p {
  font-size: 0.17rem;
  text-align: left;
  letter-spacing: 0.02rem;
  padding-left: 0.3rem;
  color: #606060;
}
.pop.pop-winning .pop-content .pop-bd .main .form input {
  height: 0.8rem;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  background-color: #fff7dd;
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
}
.pop.pop-winning .pop-content .pop-bd .operation {
  width: 100%;
  height: 0.8rem;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.6rem;
}
.pop.pop-winning .pop-content .pop-bd .btn {
  width: 4.13rem;
  height: 0.87rem;
  font-size: 0.36rem;
  letter-spacing: 0.05rem;
}
.pop.pop-winning .pop-content .pop-bd .tips {
  font-size: 0.26rem;
  line-height: 1.2;
  color: #262626;
  letter-spacing: 0.01rem;
  margin-top: 0.1rem;
  white-space: pre-wrap;
}
.pop.pop-help {
  color: #000;
  text-align: center;
  font-size: 0.39rem;
  opacity: 0;
}
.pop.pop-help .pop-help-bc {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.pop.pop-help .pop-help-box {
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.4rem;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.pop.pop-help .pop-help-box .special {
  color: #FD4A44;
  font-weight: bolder;
}
.pop.pop-help .pop-help-box .pop-help-box-title {
  margin-top: 0.3rem;
}
.pop.pop-help .pop-help-box .pop-help-box-time {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
}
.pop.pop-help .pop-help-box .pop-help-box-time span {
  display: inline-block;
  min-width: 0.475rem;
  height: 0.575rem;
  line-height: 0.575rem;
  background-color: #FFF2F3;
  color: #FC4744;
  font-size: 0.338rem;
  margin: 0 0.1rem;
  border-radius: 0.05rem;
}
.pop.pop-help .pop-help-box ul {
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.pop.pop-help .pop-help-box ul.item5 {
  width: 80%;
  margin-left: 10%;
}
.pop.pop-help .pop-help-box ul li {
  width: 1.35rem;
  height: 1.35rem;
  background-color: #F3F3F3;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.4rem;
  margin-right: 0.2rem;
}
.pop.pop-help .pop-help-box ul li img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.pop.pop-help .pop-help-box ul.item4 li {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.1rem;
}
.pop.pop-help .pop-help-box ul .leader {
  border: 0.02rem solid #FC4A42;
}
.pop.pop-help .pop-help-box ul .leader::after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -0.18rem);
  content: '团长';
  font-size: 0.24rem;
  width: 0.82rem;
  height: 0.37rem;
  line-height: 0.37rem;
  color: #fff;
  border-radius: 0.3rem;
  background-image: linear-gradient(to right, #FF7726, #FC4A42);
}
.pop.pop-help .pop-help-box ul .empty::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  transform: translate(-50%, -50%);
  width: 0.33rem;
  height: 0.33rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAAXNSR0IArs4c6QAAAIhJREFUWEftlsENgDAMA+MRmKQPVoCpYQWkdhJGCKpEK1SJj5VHH+7fUeSek8DIV0o53H1rcgBnSmlnyoERVY2aaM7JCTkxpkhMiAkx8bdbQtNRizFLzN1XM1s+2hvAxdRCztkZYaRGTfSDaAom2L8NTYeaeB3QodvTISbExMCA0qF0jGNhCiYeHmr6y+OGwy0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop.pop-help .pop-help-box .btn {
  margin-top: 0.4rem;
  height: 1.05rem;
  font-size: 0.32rem;
  letter-spacing: 0.03rem;
}
.pace-done .pop {
  display: flex;
}
.pace-done .pop.pop-help {
  opacity: 1;
}
