* {
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;  
  font-family: "微软雅黑"; 
} 

div,a,img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select:none;
}

ul{
  padding: 0;
  list-style: none;
}

button {
  outline: none;
  border: none;
  background: none;
}

button:active {
  transform: scale(0.96)
}

button:hover {
  opacity: 0.9;
}

.tc{
  text-align: center;
}

.tl{
  text-align: left;
}

.vm{
  vertical-align: middle;
}
.vm_c *{
  vertical-align: middle;
}

.uline{
  text-decoration: underline;
}

.nowrap{
  white-space: nowrap;
}
.dib{display: inline-block}
.pa{position: absolute}
.pr{position: relative}
.btn { background: none; border: none; outline: none;}
.btn:active { transform: scale(0.98); opacity: 0.8; }


.btn_blue {
  padding: 0 0.4rem;
  height: 0.7rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.7rem;
  background: url(../img/btn_bg.jpg)
}

.blue {
  color: #99ffff !important;
}

.blue_d {
  color: #3399ff !important;
}

.yellow {
  color: #ffff66 !important;
}

/*首屏部分*/

.first-page {
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/main_bg.jpg);
}
.first-page .to_home {
  display: inline-block;
  width: 2.6rem;
  height: 0.9rem;
  background: url(../img/home_page.png);
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  padding: 0;
}
.first-page .dl_bg{
  background-image: url(../img/yuyue_dl_img.png);
  background-size: 4.84rem 6rem;
}.hide{
  display: none;
}.first-page .dl_box{
  margin:  0.5rem auto  0 auto;
  width: 4.84rem;
  height: 2.8rem;
  background-position:  0rem -2.45rem;
  overflow: hidden;
}.first-page .btn_box {
  display: inline-block;
}.first-page .btn_box .btn{
  margin: 0.14rem 0 0 0.2rem;
  width: 2.2rem;
  height: 0.7rem;
  background-position-x: -0.2rem;
  background-position-y: -0.04rem;
}.first-page .btn_box .ios_dl{
  background-position-x: -2.6rem;
  background-position-y: -5.3rem;
}.first-page .btn_box .andiord_dl{
  background-position-y: -0.01rem;
}.first-page .btn_box .taptap_dl{
  display: block;
  background-position-y: -0.9rem;
}.first-page .btn_box .yuyue_lb{
  display: block;
  background-position-y: -1.7rem;
}.first-page .gw_gift{
  display: inline-block;
  width: 2.2rem;
  height: 2.48rem;
  margin-top: 0.12rem;
  background-position-x: -2.5rem;
  background-position-y: 0rem;
  vertical-align: top;
}.first-page .to_home{
  position: absolute;
  display: inline-block;
  bottom: 0.3rem;
  right: 0.2rem;
  width: 1.8rem;
  height: 0.6rem;
  background-position-x: -0rem;
  background-position-y: -5.4rem;
}



.first-page .slogan {
  margin: 0.4rem auto 0 auto;
  width: 6.96rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-image: url(../img/slogan.png);
}

.first-page .title {
  margin: 0.4rem auto 0 auto;
  width: 6rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-image: url(../img/main_title.png);
}

.first-page div.main-btn {
  margin: 0.5rem auto 0 auto;
  text-align: center;
}

.first-page div.main-btn * {
  margin: 0 0.06rem;
}

.first-page .main-booking {
  display: inline-block;
  width: 2.6rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-image: url(../img/main_booking.png);
}

.booking-btn {
  display: inline-block;
  width: 2.6rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-image: url(../img/main_booking.png);
}

.share-btn {
  position: absolute;
  padding: 0.1rem;
  bottom: 0.25rem;
  left: 0.3rem;
  width: 1.8rem;
  height: 0.4rem;
  z-index: 11000;
  background-repeat: no-repeat;
}

.first-share {
  background-position: -3rem -0.03rem;
}

.second-share {
  background-position: -3rem -0.55rem;
}

.first-page-next {
  position: absolute;
  margin-left: -0.4rem;
  bottom: 0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.72rem;
  z-index: 11000;
  background-position: -0.75rem 0;
  animation-name: pagenext;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pagenext {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes pagenext

/* Safari 与 Chrome */
  {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}


.page-anime {
  transition: all 0.5s linear;
}

.page-start {
  opacity: 0;
  transform: translateY(100px);
}

.page-end {
  opacity: 1;
  transform: translateY(0px);
}

/*次屏部分*/

.fourth-page {
  background-size: 100% 100%;
  background-image: url(../img/second_bg.jpg);
}

.role-info {
  position: absolute;
  background-repeat: no-repeat;
  transition: all 0.5s linear;
}

.role-name {
  left: 0.4rem;
  top: 0;
  z-index: 100;
}

.role-main {
  right: 0;
  bottom: 0rem;
  z-index: 50;
  transform-origin: center
}

.role-main .link,
.role-spirit .link {
  display: block;
  width: 100%;
  height: 100%;
}

.role-story {
  left: 18px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 110;
}

.role-motto {
  left: 2rem;
  top: 0;
  z-index: 110;
}

.role-spirit {
  top: 1.6rem;
  right: 0.2rem;
  width: 144px;
  height: 210px;
  z-index: 100;
}

.story {
  min-height: 4.5rem;
}

/*分页切换点*/

.my-bullet {
  display: inline-block;
  margin: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/image.png);
  background-size: 6.6rem 6.1rem;
  background-position: -2.36rem 0rem;
}

.my-bullet-active {
  background-position: -1.75rem 0rem;
}

.swiper-pagination {
  text-align: right;
  line-height: 0;
}

/*公共部分*/

.anime .role-name {
  transform: translateX(-2rem);
}

.anime .role-motto {
  transform: translateX(-2em);
}

.anime .role-spirit {
  transform: translateX(3rem);
}

.anime .role-main {
  transform: scale(0.1);
}

.anime .role-info {
  opacity: 0;
  transition: none;
}


/*弹窗部分*/
.bottom-win {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.win-bg-cover {
  opacity: 0.3;
  background: #000;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.win-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transform: translateY(500px);
}

.win-header {
  width: 100%;
  height: 1.77rem;
  background-image: url(../img/alert_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.win-close {
  float: right;
  margin: 0.26rem;
  width: 0.8rem;
  height: 0.8rem;
  background-position: 0 0;
  transition: all .5s linear;
}

.win-body-bg {
  position: absolute;
  top: 1.75rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 0;
}

.hero {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.25rem;
  background-image: url(../img/alert_bg.png);
  background-size: 100% auto;
  background-position: 0 -2.5rem;
  z-index: 0;
}

.win-body {
  position: relative;
  padding: 0 0.4rem 0.4rem 0.4rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  min-height: 3rem;
}

.role-story-title {
  display: block;
  margin-left: -0.1rem;
  margin-bottom: 0.1rem;
  font-family: "微软雅黑";
  font-size: 0.28rem;
  color: #3399ff;
}

.role-story-text {
  font-family: "微软雅黑";
  font-size: 0.24rem;
  line-height: 0.28rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-margin {
  margin-top: 0.5rem;
}


/*预约输入*/
.booking-box{
  height: 6.6rem;
  text-align: center;
}

.win-body .win-txt {
  text-align: center;
  color: #333333;
  font-size: 0.4rem;
  white-space: nowrap;
  font-weight: bold;
}

.win-body  p.title {
  margin-bottom: 0.24rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}

.win-choose {
  margin: 0.28rem 0 0.26rem;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  line-height: 0.36rem;
  vertical-align: middle;
}
.win-choose span {
  line-height: 0.36rem;
  vertical-align: middle;
}

.bottom-win input[type="radio"] {
  -webkit-appearance: none;
  background: url(../img/choose_normal.png) top center no-repeat;
  background-size: contain;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.05rem;
  outline: none;
  vertical-align: middle;
}

input[type=radio]:checked {
  background: url(../img/choose_active.png) top center no-repeat;
  background-size: contain;
}

.phoneNum , .inviteCode{
  padding: 0px 0.2rem;
  width: 4.8rem;
  height: 0.68rem;
  background-color: #ededed;
  border: none;
  outline: none;
  font-size: 0.24rem;
  line-height: 0.68rem;
  border: 0.01rem solid #d2d2d2;
}

.yzm-box {
    white-space: nowrap !important;
    display: inline-block;
    height: 0.68rem;
    vertical-align: middle;
    margin: 0.24rem 0;
}
.yzm {
  padding: 0px 0.2rem;
  width: 2.9rem;
  height: 0.68rem;
  background-color: #ededed;
  border: none;
  outline: none;
  font-size: 0.24rem;
  border: 0.01rem solid #d2d2d2;
}

.getYzm {
  display: inline-block;
  margin-left: 0.2rem;
  width: 1.7rem;
  height: 0.7rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  color: #fff;
  background: #3399ff;
  text-align: center;
  vertical-align: middle;
}


.err-tips{
  color: #ff0b0b;
  font-size: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  margin: 0.21rem 0;
}

.booking-box .alert-booking {
  display: block;
  margin: 0 auto;
}

.booking-count {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  margin: 0.2rem auto 0;
  display: block;
} 

.go-login,.go-yuyue{
  text-decoration: none;
  font-size: 0.24rem;
  font-family: "MicrosoftYahei";
  color: #3399ff;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
/* 登录弹窗 */
.login-box {
  text-align: center;
}
.login-box .form_item {
  position: relative;
  margin: 0  auto  0.4rem   auto ;
  width: 5.2rem;
  text-align: left;
}
.form_item .err-tips{
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
.login-box .form_item input{
  padding: 0px 0.2rem;
  width: 5.2rem;
  height: 0.68rem;
  background-color: #ededed;
  border: none;
  outline: none;
  font-size: 0.24rem;
  line-height: 0.68rem;
  border: 0.01rem solid #d2d2d2;
  vertical-align: middle;
}
.login-box .form_item .imgcode{
  width: 3.2rem;
  vertical-align: middle;
}
.login-box .form_item .phone_code{
  width: 3.2rem;
}
.login-box .getcode.btn{
  width: 1.76rem;
  line-height: 0.68rem;
  height: 0.68rem;
  background: #3399ff;
  color: #fff;
  vertical-align: middle;
}

.login-btn {
  display: inline-block;
  margin: 0rem auto 0.6rem auto;
  width: 3rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-image: url(../img/btn_msdl.png);
}
.imgcode_pic{
  display: inline-block;
  width: 1.74rem;
  height: 0.68rem;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.imgcode_pic img{
  border: 1px solid #f0f0f0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*消息提示*/
.msg_tips {
  position: fixed;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 1100;
}

.msg_tips .msg-wrap {
  display: inline-block;
  padding: 0.2rem 0.3rem;
  max-width: 3.75rem;
  min-width: 2.5rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  background: rgba(80, 80, 80, 0.9);
  border-radius: 8px;
  transition: 0.3s;
}


/*分享按钮*/

.share-box ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  height: 4rem;
}

.share-box li {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  margin: 1.2rem -0.8rem;
  width: 1rem;
  height: 1rem;
  list-style: none;
  white-space: nowrap;
  /*background-image: url(../img/share.png);*/
  /*background-size: 24.5rem 4rem;*/
}

.share-box li span {
  position: absolute;
  bottom: -0.4rem;
  font-size: 0.24rem;
  color: #333;
}

.qq {
  background-position: 0rem -1rem;
}

.qzone {
  background-position: -1.7rem -1rem;
}

.weibo {
  background-position: -3.4rem -1rem;
}

.tieba {
  background-position: -5.1rem -1rem;
}


/*微信分享引导*/

.share-tips {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1200;
}

.share-tips-pic {
  margin: 0.4rem;
  float: right;
  width: 7.5rem;
  height: 3.75rem;
  background-position: 0.75rem -2.5rem;
}


/*公共部分*/

.full-page {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-full {
  background-size: 100% 100%;
}

.nodisplay {
  display: none;
}

.bg-image {
  background-image: url(../img/image.png);
  background-size: 6.6rem 6.1rem;
  background-repeat: no-repeat;
}

/* 奥拉星集结 */


.win-body .rule {
  height: 4.5rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.win-body .rule li {
  margin: 0.2rem;
  padding-left: 0.4rem;
}
.win-body .rule  li p {
  display: inline-block;
  /* text-indent: 0.1rem; */
  vertical-align: top;
}

.win-body .rule .win_index {
  margin-top: 0.02rem;
  margin-left: -0.5rem;
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem; 
  vertical-align: top;
  text-align: center;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  background: #99ffff;
}


.win-body .noreward .title {
  margin-bottom: 0.4rem;
}

.win-body  .noreward button {
  margin-top: 0.5rem;
}

.win-body .text {
  margin-top: 0.2rem;
  text-align: center;
  color: #999999;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.win-body .invite{
  height: 5rem;
}
.win-body .invite ul{
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  width: 3.7rem;
  height: 0.82rem;
  background: url(../img/page_3/invite.png);
  background-size: 100%;
}

.win-body .invite li{
  float: left;
  display: inline-block;
  width: 33.3%;
  height: 100%;
}

.win-body .text_b.uline{
  margin-left: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
}

.invite-link{
  margin-top: 0.3rem;
}

.invite-link input{
  height: 0.54rem;
}

.invite-link input{
  padding: 0.12rem;
  width: 4rem;
  height: 0.54rem;
  font-size: 0.24rem;
  background: #cccccc;
  border: none;
  outline: none;
  vertical-align: top;
}

button.s_blue{
  width: 1.4rem;
  height: 0.54rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  background: #3399ff;
  border: none;
  outline: none;
}


.reward-food{
  height: 3.5rem;
}
.reward-food button{
  margin-top: 0.3rem;
}

.reward-zhoubian button{
  margin:  0.2rem 0 0.4rem 0;
}
#receiver .row{
  margin:  0.2rem 0;
  font-size: 0.24rem;
  line-height: 0.57rem;
}
#receiver label{
  height: 0.57rem;

}
#receiver input{
  padding: 0 0.2rem ;
  width: 4rem;
  height: 0.57rem;
  outline: none;
  color: #333;
  border: 1px #d2d2d2 solid;
  background: #ededed;
}


.reward-aobi {
  margin-bottom: 1rem;
}

.reward-aobi input{
  margin: 0 0.2rem 0 0.1rem;
  padding: 0 0.2rem ;
  width: 3.5rem;
  height: 0.54rem;
  outline: none;
  color: #333;
  border: 1px #d2d2d2 solid;
  background: #ededed;
}

.reward-aobi .row{
  margin:  0.3rem 0;
  font-size: 0.24rem;
  line-height: 0.57rem;
}

.my_prize_list {
  height: 6rem;
  overflow: auto;
}

.my_prize_list>p{    
  font-size: 0.26rem;
  color: #666;
  padding-top: 0.48rem;
}

.my_prize_item {
  margin-bottom: 0.2rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
}

.my_prize_item  span.label.blue_d {
  padding-bottom: 0.16rem;
  text-align: left;
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.40rem;
}

.my_prize_item input[type="text"] {
  margin-right: 0.12rem;
  padding: 0 0.08rem;
  height: 0.50rem;
  width: 3.5rem;
  line-height: 0.50rem;
  outline: none;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
}

.my_prize_item .row.vm_c.nowrap {
  margin: 0.12rem;
}

.my_prize_view .text{
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: left !important;
}

.my_prize_item .blue_d {
  font-size: 0.20rem;
  line-height: 0.24rem;
  text-align: left !important;
}


/**扩张奥拉星域**/
.second-page{
  background: url(../img/page_2/bg.jpg) no-repeat 0 0;
  position: relative;
  background-size: cover;
}

.second-page > .title{
  width: 7.28rem;
  height: 1.38rem;
  background: url(../img/page_2/title.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0.5rem auto 0;
  text-indent: -9999px;
}

.second-page .content{
  position: relative;
  height: 8rem;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

.second-page .item{
  position: absolute;
}
.second-page .aola{
  width: 2.99rem;
  height: 2.17rem;
  left: 0.2rem;
  top: 1.5rem;
}
.second-page .storm{
  width: 3.26rem;
  height: 2.15rem;
  left: 3.72rem;
  top: 0.44rem;
}
.second-page .star{
  width: 3.08rem;
  height: 2.42rem;
  left: 2.48rem;
  top: 2.84rem;
}
.second-page .nuoya{
  width: 3.41rem;
  height: 2.96rem;
  left: 0.3rem;
  top: 5.06rem;
}
.second-page .sea{
  width: 3.38rem;
  height: 2.65rem;
  left: 3.9rem;
  top: 5.16rem;
}

.second-page .item .img{
  position: absolute;
}
.second-page .item.active .img{
  animation: none;
  -webkit-animation: none; 
  -moz-animation: none;
  opacity: 1;
}
.second-page .item.aola .img{
  width: 2.99rem;
  height: 2.17rem;
  background: url(../img/page_2/img_aola.png) no-repeat 0 0;
  background-size: 100%;
}
.second-page .item.storm .img{
  width: 3.26rem;
  height: 2.15rem;
  background: url(../img/page_2/img_storm.png) no-repeat 0 0;
  background-size: 100%;
}
.second-page .item.star .img{
  width: 3.08rem;
  height: 2.42rem;
  background: url(../img/page_2/img_star.png) no-repeat 0 0;
  background-size: 100%;
}
.second-page .item.nuoya .img{
  width: 3.41rem;
  height: 2.96rem;
  background: url(../img/page_2/img_nuoya.png) no-repeat 0 0;
  background-size: 100%;
}
.second-page .item.sea .img{
  width: 3.38rem;
  height: 2.65rem;
  background: url(../img/page_2/img_sea.png) no-repeat 0 0;
  background-size: 100%;
}

.second-page .item .path{
  position: absolute;
}
.second-page .item.aola .path{
  width: 3.33rem;
  height: 0.47rem;
  left: 1.14rem;
  top: -0.45rem;
  background: url(../img/page_2/line_01.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.storm .path{
  width: 1.8rem;
  height: 2.2rem;
  left: 1.5rem;
  top: 1.35rem;
  background: url(../img/page_2/line_02.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.star .path{
  width: 2.48rem;
  height: 1.57rem;
  left: -2.2rem;
  top: 1.25rem;
  background: url(../img/page_2/line_04.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.nuoya .path{
  width: 1.08rem;
  height: 0.29rem;
  left: 2.9rem;
  top: 1.85rem;
  background: url(../img/page_2/line_03.png)  no-repeat 0 0; 
  background-size: 100%;
}

.second-page .item .name{
  position: absolute;
  text-indent: -9999px;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
.second-page .item.aola .name{
  width: 0.47rem;
  height: 0.9rem;
  left: 0.55rem;
  top: -0.17rem;
  background: url(../img/page_2/name_aola.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.storm .name{
  width: 0.46rem;
  height: 1.07rem;
  left: 2.08rem;
  top: 0rem;
  background: url(../img/page_2/name_storm.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.star .name{
  width: 0.47rem;
  height: 1.1rem;
  left: 2.05rem;
  top: -0.05rem;
  background: url(../img/page_2/name_star.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.nuoya .name{
  width: 0.47rem;
  height: 1.11rem;
  left: 0.78rem;
  top: 0.01rem;
  background: url(../img/page_2/name_nuoya.png)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.sea .name{
  width: 0.47rem;
  height: 0.9rem;
  left: 2.42rem;
  top: -0.03rem;
  background: url(../img/page_2/name_sea.png)  no-repeat 0 0; 
  background-size: 100%;
}

.second-page .item .tag{
  position: absolute;
  text-indent: -9999px;
  width: 0.75rem;
  height: 0.94rem;
  background: url(../img/page_2/occupy.png)  no-repeat 0 0; 
  background-size: 100%;
  z-index: 2;
  display: none;
}
.second-page .item.aola .tag{
  left: 1.26rem;
  top: -0.4rem;
}
.second-page .item.storm .tag{
  left: 0.9rem;
  top: 0rem;
}
.second-page .item.star .tag{
  left: 0.77rem;
  top: -0.07rem;
}
.second-page .item.nuoya .tag{
  left: 1.34rem;
  top: -0.1rem;
}
.second-page .item.sea .tag{
  left: 1.01rem;
  top: 0.09rem;
}
.second-page .item.active .tag{
  display: block;
}

.second-page .item .yuyue_num{
  position: absolute;
  width: 1.7rem;
  height: 0.4rem;
  background: url(../img/page_2/tag_normal.png)  no-repeat 0 0; 
  background-size: 100%;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
.second-page .item .yuyue_num em{
  color: #ffff66;
  font-style: normal;
}
.second-page .item.active .yuyue_num{
  background-image: url(../img/page_2/tag_active.png); 
  color: #003399;
}
.second-page .item.active .yuyue_num em{
  color: #003399;
}
.second-page .item.aola .yuyue_num{
  left: 0.5rem;
  top: 1.2rem;
}
.second-page .item.storm .yuyue_num{
  left: 0.86rem;
  top: 1.36rem;
}
.second-page .item.star .yuyue_num{
  left: 0.64rem;
  top: 1.8rem;
}
.second-page .item.nuoya .yuyue_num{
  left: 0.84rem;
  top: 1.92rem;
}
.second-page .item.sea .yuyue_num{
  left: 1.04rem;
  top: 2.24rem;
}

.second-page .item .yile{
  position: absolute;
  width: 0.93rem;
  height: 1.13rem;
  background: url(../img/page_2/yile.png)  no-repeat 0 0; 
  background-size: 100%;
  z-index: 2;
  display: none;
}
.second-page .item.aola .yile{
  left: 1.36rem;
  top: -0.5rem;
}
.second-page .item.storm .yile{
  left: 0.92rem;
  top: 0.45rem;
}
.second-page .item.star .yile{
  left: 0.52rem;
  top: -0.55rem;
}
.second-page .item.nuoya .yile{
  left: 0.09rem;
  top: -0.74rem;
}
.second-page .item.showyile .yile{
  display: block;
}

.second-page .item .modal{
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: none;
}
.second-page .item .modal .num{
  position: absolute;
  left: 5%;
  top: 0.24rem;
  font-size: 0.2rem;
  color: #ffff66;
  font-weight: bold;
  width: 90%;
  text-align: center;
}
.second-page .item.aola .modal{
  width: 2.94rem;
  height: 2.09rem;
  left: -0.1rem;
  top: -2rem;
  background: url(../img/page_2/modal_aola.png?v=1)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.storm .modal{
  width: 2.94rem;
  height: 2.79rem;
  left: -0.1rem;
  top: -2.25rem;
  background: url(../img/page_2/modal_storm.png?v=1)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.star .modal{
  width: 2.94rem;
  height: 2.09rem;
  left: 0.4rem;
  top: -2.08rem;
  background: url(../img/page_2/modal_star.png?v=1)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.nuoya .modal{
  width: 2.94rem;
  height: 2.79rem;
  left: 0rem;
  top: -2.76rem;
  background: url(../img/page_2/modal_nuoya.png?v=1)  no-repeat 0 0; 
  background-size: 100%;
}
.second-page .item.sea .modal{
  width: 2.94rem;
  height: 2.09rem;
  left: 0.5rem;
  top: -2.06rem;
  background: url(../img/page_2/modal_sea.png?v=1)  no-repeat 0 0; 
  background-size: 100%;
}

.second-page .yuyue_wpr{
  margin-top: 20px;
  text-align: center;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.second-page .yuyue_wpr .yuyue_btn{
  width: 2.6rem;
  height: 0.9rem;
  background: url(../img/page_2/yuyue.png)  no-repeat 0 0; 
  background-size: 100%;
  display: block;
  margin: 0.2rem auto;
  text-decoration: none;
}
.second-page .yuyue_wpr .yuyue_btn span{
  font-size: 0.36rem;
  font-weight: bold;
  background: #ff6;
  line-height: 0.9rem;
  height: 0.9rem;
  color: #039;
}
.second-page .yuyue_wpr .yuyue_info{
  color: #fff;
  font-size: 0.24rem;
}

.second-page .item .showModal{
  display: block;
  animation: modalAn .3s ease-In-Out forwards;
  -webkit-animation: modalAn .3s ease-In-Out forwards;
  -moz-animation: modalAn .3s  ease-In-Out forwards;
}
@keyframes modalAn {
  from {
      opacity: 0;
      margin-top: 20px;
  }

  to {
      opacity: 1;
      margin-top: 0;
  }
}

.offsetAn{
  opacity: 0;
  animation: offsetAnimate .5s .3s ease-In-Out forwards;
  -webkit-animation: offsetAnimate .5s .3s ease-In-Out forwards;
  -moz-animation: offsetAnimate .5s .3s ease-In-Out forwards;
}

@keyframes offsetAnimate {
  from {
    transform: translateY(30px) scale(0.9);
    -webkit-transform: translateY(30px) scale(0.9);
    -moz-transform: translateY(30px) scale(0.9);
    opacity: 0; 
  }
  to {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    opacity: 1; 
  } 
}

.slideInAn{
  animation: slideIn 3s 0.9s infinite;
  -webkit-animation: slideIn 3s 0.9s infinite; 
  -moz-animation: slideIn 3s 0.9s infinite; 
}

@keyframes slideIn {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(0.2rem);
  }

  100% {
    transform: translateY(0px);
  } 
}

.slideOutAn{
  animation: slideOut 3s 0.9s infinite;
  -webkit-animation: slideOut 3s 0.9s infinite; 
  -moz-animation: slideOut 3s 0.9s infinite; 
}

@keyframes slideOut {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-0.2rem);
  }

  100% {
    transform: translateY(0px);
  } 
}

.swiper-slide {
  overflow: hidden;
}

.dialog_gift .tips{
  padding: 0rem 0.5rem 0.1rem 0.5rem;
  color: #999;
}.dialog_gift .inner ul{
  margin-top: 0.2REM;
  height: 5rem;
  overflow: auto;
}.dialog_gift .gift_item{
  text-align: center;
  margin-bottom: 0.2REM;
}.dialog_gift .gift_item p.text{
  display: inline-block;
  width: 5.2rem;
  height: 0.68rem;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}.dialog_gift .empty{
  text-align: center;
  padding: 0.3rem;
  color: #888;
}.dialog_gift .gift_item .lable{
  display: inline-block;
  width: 1.6rem;
  color: #3399ff;
  line-height: 0.68rem;
  font-size: 0.28rem;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}.dialog_gift .gift_item input{
  display: inline-block;
  padding: 0 0.16rem;
  margin-left: 0.1rem;
  width: 3.6rem;
  height: 0.68rem;
  color: #666;
  line-height: 0.68rem;
  font-size: 0.24rem;
  border: 1px solid #d2d2d2;
  background: #ededed;
  vertical-align: middle;
}.dialog_gift .gift_item .gift_copy{
  display: inline-block;
  margin-left: 0.1rem;
  width: 1.4rem;
  height: 0.68rem;
  color: #666;
  line-height: 0.68rem;
  font-size: 0.24rem;
  color: #fff;
  background: #3399ff;
  vertical-align: middle;
}

/* 新增邀请屏 */

.invite-page .page-container { 
  width: 100%;
  height: 100%;
  background: url(../img/invite_page/bg.jpg) center 0 no-repeat;
  background-size: cover; 
  padding-top: .46rem;
}

.invite-page .page-container .myTitle { 
  width: 7.50rem;
  height: 2.20rem;
  margin:0 auto;
  background: url(../img/invite_page/title.png) center center no-repeat;
  background-size: auto 100%;
}

.invite-page .page-container .BTN { 
  width: 6.36rem;
  height: 2.04rem;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -3.18rem;
}
.invite-page .btn-item {
  display: block;
  float: left;
}
.invite-page .page-container .BTN .shiPin_BTN { 
  width: 3.12rem;
  height: .96rem;
  margin-right: .12rem;
  background: url(../img/invite_page/shiPin_BTN.png) center center no-repeat;
  background-size: auto 100%;
}

.invite-page .page-container .BTN .tuWen_BTN { 
  width: 3.12rem;
  height: .96rem;
  background: url(../img/invite_page/tuWen_BTN.png) center center no-repeat;
  background-size: auto 100%;
}

.invite-page .page-container .BTN .zhiBo_BTN { 
  width: 3.12rem;
  height: .96rem;
  margin-right: .12rem;
  background: url(../img/invite_page/zhiBo_BTN.png) center center no-repeat;
  background-size: auto 100%;
}

.invite-page .page-container .BTN .jieZhou_BTN { 
  width: 3.12rem;
  height: .96rem;
  background: url(../img/invite_page/guDianJieZhou_BTN.png) center center no-repeat;
  background-size: auto 100%;
}
