.bg{
	width: 100%;
	height: 100vh;
	position: relative;
}
.index_bg{
	width: 100%;
	height: 100vh;
	display: block;
}
.music_btn{
	width: 1.13066666rem;
	height: 1.13066666rem;
	position: absolute;
	top: 0.661333rem;
	right: 0.618667rem;
}
.flow{
	width: 40%;
    height: auto;
    display: block;
    position: absolute;
    top: 26%;
    left: 30%;
}
.flow_02{
	width: 36%;
    top: 34%;
}
.index_get{
	width: 7.5733333rem;
	height: 2.773333rem;
	display: block;
	position: absolute;
	top: 85%;
	left: 26%;
}
.selectBox{
	margin: 4rem 1rem 0;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}
.select_please{
	margin: 0.5rem auto ;
}
#appTime{
	width: 9rem;
    height: 1.2rem;
    margin: 0.8rem auto 0;
    text-align: center;
    font-size: 0.6rem;
}
.selectYes{
	width: 3.925333rem;
    height: 1.408rem;
	background-image: linear-gradient(to bottom, #f6eab0, #fcb52b);
	border-radius: 0.6rem;
	margin: 1rem auto 0;
	text-align: center;
	color: #97542d;
	line-height: 1.5rem;
	font-size: 0.6rem;
	box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
}
.changeBirthday{
	text-decoration: underline;
	color: #152fea;
}
.selectTip{
	width: 90%;
	font-size: 0.6rem;
	margin: 1rem auto 0;
	color: red;
	font-weight: normal;
}
.s_bg {
  width: 16rem;
  min-height: 100vh;
  background: url(../images/hf-bg.png) no-repeat top center/100% 56.704rem;
  position: relative;
  padding-top: 10.026667rem;
  padding-bottom: 1.706667rem;
}

.s_top {
  width: 100%;
  /* height: 7.296rem; */
  /* background: url(../images/s_top2.png) no-repeat; */
  /* -webkit-background-size: 100% 100%; */
  /* background-size: 100%;s_top */
  padding: 1.642667rem 5.653333rem 0 1.258667rem;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
}

.s_user {
  font-weight: bold;
  padding-left: 0.128rem;
  font-size: 0.512rem;
  color: #D67F03;
  margin-bottom: 0.298667rem;
  line-height: 0.64rem;
}

.s_desc {
  font-family: '方正兰亭黑简体';
  /*letter-spacing: 0.05rem;*/
  text-align: left;
  position: relative;
  z-index: 90;
  font-size: 0.426667rem;
  color: #333333;
}

.giftBox {
  width: 3.925333rem;
  height: 4.885333rem;
  display: block;
  position: absolute;
  top: 5.077333rem;
  left: 0;
}

.giftLine {
  width: 2.901333rem;
  height: 4.885333rem;
  display: block;
  position: absolute;
  top: 5.888rem;
  right: 0;
}

.s_container {

}

.cen_title {
  width: 6.848rem;
  height: 2.069333rem;
  display: block;
  margin: 0 auto;
}

.select_title {
  padding-left: 0.682667rem;
  color: #965026;
  font-size: 0.554667rem;
  font-family: FZHTJW--GB1-0;
  line-height: 1rem;
  overflow: hidden;
}

.select_title img {
  width: 0.768rem;
  height: 0.768rem;
  display: block;
  margin: 0 0.2rem 0 0;
  float: left;
}

.select_desc {
  float: left;
}

.select_desc span {
  font-size: 0.426667rem;
}

.allFee {
  width: 3.4986666rem;
  height: 3.5413333rem;
  background: #fff;
  border: 0.106666rem solid #bd8c65;
  border-radius: 0.2rem;
  position: relative;
  margin: 0.2rem auto;
}

.select_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 0.2133333rem 0.384rem 0;
}

.select_box li {
  width: 3.4986666rem;
  height: 3.5413333rem;
  background: #fff;
  border: 0.106666rem solid #fff;
  border-radius: 0.2rem;
  position: relative;
}

.select_box .active {
  border-color: #bd8c65;
}
.select-icon{
	width: 0.768rem;
  height: 0.768rem;
  background: url(../images/selected.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  display: none;
}
.select_box .active .select-icon{
	display: block;
}
.selected {
  width: 0.768rem;
  height: 0.768rem;
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
}
.gift_icon {
  width: 100%;
  height: 2.4533333rem;
  background: #f3d49e;
  padding-top: 0.08rem;
}

.gift_icon img {
  width: 1.92rem;
  height: 2.24rem;
  display: block;
  margin: 0 auto;
}

.gift_icon p {
  font-size: 0.4rem;
  text-align: center;
  color: #965026;
  font-weight: bold;
}

.gift_name {
  text-align: center;
  color: #855e40;
  font-size: 0.45rem;
  font-weight: bold;
  line-height: 1rem;
}
.select_true {
  width: 5.76rem;
  height: 1.28rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6eab0), to(#fcb52b));
  background-image: -webkit-linear-gradient(top, #f6eab0, #fcb52b);
  background-image: linear-gradient(to bottom, #f6eab0, #fcb52b);
  -webkit-box-shadow: 0rem 0.1rem 0.05rem 0.02rem #a47c52;
          box-shadow: 0rem 0.1rem 0.05rem 0.02rem #a47c52;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.6rem;
  font-weight: bold;
  margin: 1rem auto 0.5rem;
  border-radius: 0.64rem;
  color: #965026;
}
.birthdayCard{
	width: 90%;
	height: auto;
	display: block;
	margin: .2rem auto;
}
.quan_box {
  position: relative;
}

.quanList li {
  width: 11.392rem;
  height: 2.837333rem;
  background: url(../images/quanBg.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  margin: 0.298667rem 0 0 1.834667rem;
  font-family: FZLTHJW--GB1-0;
  padding: 0.55rem 0 0;
  overflow: hidden;
}

.quanList li img {
  width: 1.621333rem;
  height: 1.706667rem;
  display: block;
  margin: 0 0.2rem 0 0.3rem;
  float: left;
}

.quan_desc {
  float: left;
  font-size: 0.384rem;
  color: #8f572b;
  line-height: 0.8rem;
}

.quan_title {
  font-size: 0.746667rem;
  color: #5b2e0b;
}

.quan_title span {
  font-size: 1.109333rem;
  line-height: 1rem;
}

.quan_right {
  float: right;
  width: 32%;
  height: 100%;
  font-size: 0.45rem;
  color: #fffefe;
  text-align: center;
  line-height: 0.6rem;
}

.quan_btn {
  width: 2.197333rem;
  height: 0.6rem;
  border-radius: 0.277333rem;
  background: #fdfdfd;
  color: #914415;
  text-align: center;
  line-height: 0.597333rem;
  font-size: 0.362667rem;
  font-weight: bold;
  margin: 0.426667rem auto 0;
}
.quan_gry {
  background: #b1b1b1;
  color: #585858;
}
.rule_btn {
  /* color: #914415;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-decoration: underline;
  /* float: right; */
  /* margin: 0.426667rem; */
}

.foot {
  width: 15.189333rem;
  background: rgba(255, 245, 225, 0.5);
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0.768rem auto 0;
  padding: 0.768rem 0;
  font-family: FZLTZHK--GBK1-0;
}

.giftInfo {
  width: 90%;
  font-size: 0.682667rem;
  line-height: 1.152rem;
  color: #965026;
  margin: 0 auto;
  font-weight: bold;
  border-bottom: 0.042667rem dashed #965026;
}

.jifen {
  padding: 0 1.578667rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 0.554667rem;
}

.foot_top {
  width: 100%;
  overflow: hidden;
  padding: 0  0 0 0.8533333rem;
}

.get_all {
  color: #965026;
  font-size: 0.6rem;
  float: left;
  line-height: 1rem;
}

.goUse {
  width: 2.56rem;
  height: 0.853333rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6eab0), to(#fcb52b));
  background-image: -webkit-linear-gradient(top, #f6eab0, #fcb52b);
  background-image: linear-gradient(to bottom, #f6eab0, #fcb52b);
  -webkit-box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
          box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
  text-align: center;
  line-height: 0.853333rem;
  font-size: 0.55rem;
  margin-left: 0.3rem;
  border-radius: 0.4rem;
  color: #914415;
  float: left;
}

.foot_bottom {
  width: 14.8rem;
  height: 4.9706666rem;
  border: 0.10666rem solid #b3794a;
  border-radius: 0.2rem;
  margin: 0.5rem auto 0;
  position: relative;
  overflow: hidden;
}

.hasGift {
  min-width: 100%;
}

.get_more {
  width: 3.9253333rem;
  height: 1.664rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6eab0), to(#fcb52b));
  background-image: -webkit-linear-gradient(top, #f6eab0, #fcb52b);
  background-image: linear-gradient(to bottom, #f6eab0, #fcb52b);
  -webkit-box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
          box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1.7rem;
  font-size: 0.55rem;
  font-weight: bold;
  float: left;
  margin: 1.5rem 0 0 0.8rem;
  /*margin: 1.5rem 0 0 0;*/
  color: #97542d;
}

.noGift_desc {
  color: #5e5454;
  text-align: center;
  font-size: 0.6rem;
  line-height: 2rem;
  font-weight: bold;
}

.noGift_more {
  width: 4.6506667rem;
  height: 1.6rem;
  float: none;
  margin: 0.2rem auto;
}

.go_btn {
  width: 1.1733333rem;
  height: 1.301333333333333rem;
  border-radius: 0.2rem;
  /*display: block;
    position: absolute;
    top: 1.6rem;*/
  /*top: 35%;*/
}

.go_left {
  background-image: url(../images/left.png);
}

.go_right {
  background-image: url(../images/right.png);
}

.pop,.pop-model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.rule {
  width: 14.037333rem;
  height: 13.6106667rem;
  background: url(../images/rule_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  top: 20%;
  left: 6%;
}

.rule_close,
.give_close,.close-pop {
  width: 1.536rem;
  height: 1.536rem;
  position: absolute;
  top: -3rem;
  left: 44%;
}

.rule_content {
  width: 100%;
  height: 100%;
  padding: 2.3466666rem 0.64rem 1rem;
  color: #333;
  font-size: 0.52rem;
  overflow: hidden;
}

.rule_content p {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.btn_gry {
  /*background: #cbc3b5;
    color: #fff;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#969696));
  background-image: -webkit-linear-gradient(top, #d1d1d1, #969696);
  background-image: linear-gradient(to bottom, #d1d1d1, #969696);
  color: #595959;
  -webkit-box-shadow: 0rem 0.1rem 0.05rem 0.02rem #7b7b7b;
          box-shadow: 0rem 0.1rem 0.05rem 0.02rem #7b7b7b;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  /*width: 3.925333333333333rem;
    height: 4.032rem;
    display: block;*/
  /*float: left;*/
  /*margin: 0.3rem 0 0 0.8rem;*/
}

.get_gift {
  width: 3.925333333333333rem;
  height: 4.032rem;
  display: block;
  float: left;
  margin: 0.3rem 0 0 0.8rem;
  /*border: 0.0853333rem solid #dfb88d;*/
  /*border-radius: 0.2rem;*/
  position: relative;
}

.get_gift img {
  width: 100%;
  height: 100%;
  display: block;
}

.get_gift p {
  width: 100%;
  text-align: center;
  color: #95532c;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  font-size: 0.45rem;
}

.give,.selectYear {
  width: 14.378667rem;
  height: 14.293333rem;
  background: url(../images/give_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  top: 20%;
  left: 5%;
}

.give_top {
  width: 100%;
  height: 6.421333rem;
  border-bottom: 0.064rem solid #d9bfa9;
  padding-top: 1rem;
}

.gPhoneList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gPhoneList li {
  width: 3.626667rem;
  height: 1.194667rem;
  background: #ffffff;
  font-size: 0.512rem;
  color: #666666;
  text-align: center;
  line-height: 1.194667rem;
  border: 0.042667rem solid #ffffff;
  position: relative;
  margin-top: 0.5rem;
}

.gPhoneList li:nth-child(4) {
  margin: 0.5rem 0 0 1.8rem;
}

.gPhoneList li:nth-child(5) {
  margin: 0.5rem 1.8rem 0 0;
}
.gPhoneList li p{
	width: 0.618667rem;
  height: 0.554667rem;
  background: url(../images/gSelected.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -0.05rem;
  right: -0.05rem;
  display: none;
}
.gPhoneList .active {
  border-color: #bd8c65;
}
.gPhoneList .active p{
	display: block;
}

.gChange {
  width: 2.773333rem;
  color: #333333;
  font-size: 0.554667rem;
  text-align: center;
  margin: 0.64rem auto 0.298667rem;
  overflow: hidden;
  line-height: 0.7rem;
}

.gChange img {
  width: 0.725333rem;
  height: 0.618667rem;
  display: block;
  float: left;
  margin-right: 0.2rem;
  -webkit-transition: 3s;
  transition: 3s;
}

.give_foot {
  padding: 0.768rem 0.213333rem 0;
}

.give_gift {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.give_left,
.give_right {
  width: 1.173333rem;
  height: 1.301333rem;
  display: block;
  margin-top: 0.768rem;
}

.showGift {
  width: 11.306667rem;
  height: 2.773333rem;
  overflow: auto;
}

.showGiftList {
  width: 21.333333rem;
  height: 100%;
  overflow: auto;
  margin-left: 0;
}

.showGiftList li {
  float: left;
  border: 0.0853333rem solid #dfb88d;
  border-radius: 0.2rem;
  position: relative;
  margin-right: 0.362667rem;
}

.showGiftList .active {
  border-color: #d54632;
}

.showGiftList img{
  width: 2.624rem;
  height: 2.624rem;
	display: block;
}

.showGiftList p {
  width: 1.002666rem;
  height: 1.002666rem;
  background:url(../images/s_selected.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0rem;
  right: 0rem;
  display: none;
}
.showGiftList .active p{
	display: block;
}

.give_true {
  width: 3.925333rem;
  height: 1.408rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6eab0), to(#fcb52b));
  background-image: -webkit-linear-gradient(top, #f6eab0, #fcb52b);
  background-image: linear-gradient(to bottom, #f6eab0, #fcb52b);
  -webkit-box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
          box-shadow: 0rem 0.1rem 0.05rem 0.02rem #b19a74;
  text-align: center;
  line-height: 1.408rem;
  font-size: 0.597333rem;
  margin: 1.28rem auto 0;
  border-radius: 0.704rem;
  color: #97542d;
}

.all_desc {
	width: 100%;
	text-align: center;
  position: absolute;
  top: 1.9rem;
  left: 0;
  font-size: 0.32rem;
  color: #965026;
	font-weight: bold;  
}

.tongxinFee {
	width: 87%;
  text-align: center;
  font-size: 0.5rem;
  color: #855e40;
  margin: 0 auto;
}

.showJiFen {
  width: 100%;
  padding: 0.2rem 1.4rem;
  font-size: 0.5rem;
  color: #965026;
}

.birth-box{
  height: 5.632rem;
  position: relative;
  text-align: center;
}
.birth-box .birth-imgSign{
  width: 9.6rem;
  height: 2.666667rem;
  position: absolute;
  top: -1.48rem;
  left: 50%;
  transform: translateX(-50%);
}
.birth-box .birth-img{
  width: 3.733333rem;
  height: 3.818667rem;
  margin-top: 1.109333rem;
}
.birth-item{
  background: rgba(255, 245, 225, 0.5);
  margin: 0 auto;
  border-radius: 0.4rem;
  width: 14.250667rem;
}
.select_true{
  width: 8.597333rem;
  height: 1.856rem;
  background: url('../images/hf-birthBtn.png') no-repeat center/100%;
  margin: 0.64rem auto; 
} 
.btn_gry{
  filter: grayscale(1);
}
.gift-area{
  padding: 2.133333rem 0.533333rem 0.810667rem;
  position: relative;
}
.gift-area .gift-imgSign{
  width: 8.32rem;
  height: 1.813333rem;
  position: absolute;
  top: 0.256rem;
  left: -0.853333rem;
}
.gift-area .giftList li{
  width: 100%;
  height: 3.52rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 4.466667rem;
}
.gift-area .giftList li.jzq{
  background: url('../images/hf-gift1.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li.ydk{
  background: url('../images/hf-gift2.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li.rb{
  background: url('../images/hf-gift3.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li.zthy{
  background: url('../images/hf-gift4.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li.dxll{
  background: url('../images/hf-gift6.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li.qb{
  background: url('../images/hf-gift5.png') no-repeat center center/13.162667rem 100%;
}
.gift-area .giftList li .title{
  font-size: 47px;
  font-size: 0.682667rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
}
.gift-area .giftList li .title .red{
  font-size: 1.002667rem;
  color: #FF551A;
}
.gift-area .giftList li.dxll .title{
  font-size: 0.533333rem;
}
.gift-area .giftList li.dxll .title .red{
  font-size: 0.789333rem;
}
.gift-area .giftList li .desc{
  font-size: 0.405333rem;
  color: #666666;
  margin-top: 0.098667rem;
}
.gift-area .giftList li .quan_btn{
  height: 0.64rem;
  background: #FDFDFD;
  border-radius: 0.32rem;
  padding: 0 0.426667rem;
  line-height: 0.64rem;
  font-size: 0.405333rem;
  color: #ED1000;
  position: absolute;
  bottom: 0.768rem;
  right: 0.810667rem;
  width: max-content;
}
.gift-area .giftList li .quan_btn.quan_gry{
  color: #666666;
  background: #cccccc;
}
.gift-area .gift-tips{
  font-size: 0.512rem;
  color: #3398FF;
  text-decoration-line: underline;
  text-align: right;
  margin-top: 0.64rem;
}
.myObtain-area{
  margin-top: 1.493333rem;
}
.myObtain-area .birth-item{
  margin-bottom: 0.746667rem;
  height: 2.986667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.426667rem;
  flex-shrink: 0;
}
.myObtain-area .birth-item .left .title{
  font-size: 0.682667rem;
  color: #FF3C30;
  font-weight: bold;
}
.myObtain-area .birth-item .left .desc{
  font-size: 0.554667rem;
  color: #333333;
  margin-top: 0.384rem;
}
.myObtain-area .birth-item .goUse{
  width: 3.498667rem;
  height: 1.301333rem;
  background: url('../images/hf-goDeliver.png') no-repeat center/100%;
}
.myObtain-area .birth-item  #useEcoin{
  background: url('../images/hf-goUse.png') no-repeat center/100%;
}
.receive-gift{
  height: 4.906667rem;
  padding-top: 0.597333rem;
  position: relative;
}
.receive-gift .swiper-slide .get_gift{
  margin: 0 0 0 0.597333rem;
}
.receive-gift .swiper-slide .get_gift img{
  width: 3.925333rem;
  height: 4.032rem;
} 
.get_more{
  width: 3.925333rem;
  height: 4.032rem;
  background: url('../images/hf-getMore.png') no-repeat center/contain;
  margin: 0 0 0 0.597333rem;
  box-shadow: none;
}
.noGift_more{
  width: 4.16rem;
  height: 1.578667rem;
  margin: 0 auto;
}
.receive-gift .go_btn{
  width: 1.258667rem;
  height: 1.386667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.receive-gift .go_left{
  left: -0.853333rem!important;
  background: url('../images/hf-left.png') no-repeat center/100%!important;
}
.receive-gift .go_right{
  right: -0.853333rem!important;
  background: url('../images/hf-right.png') no-repeat center/100%!important;
}