@keyframes scale1 {
  from {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  to {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
  }
}
@-webkit-keyframes scale1 {
  from {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  to {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
  }
}
@keyframes rotate1 {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 360deg);
    -webkit-transform: rotate3d(0, 0, 0, 360deg);
  }
}
@-webkit-keyframes rotate1 {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 360deg);
    -webkit-transform: rotate3d(0, 0, 0, 360deg);
  }
}
.lottery{
  display: none;
  width:100%;
  overflow: hidden;
}
.hidden{
  display: none;
}
.p-all-center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 89;
}
.p-x-center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.p-y-center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.a-top {
    width: 17.6875rem;
    height: 2.78125rem;
    position: absolute;
    top: 0.71875rem;
    left: 50%;
    box-sizing: border-box;
    margin-left: -8.84375rem;
}
.a-top a{
  width:4.5625rem;
  height:2.0625rem;
  display: block;
  position:absolute;
  top:50%;
  margin-top:-1.03125rem;
}
.a-top a img{
  width:4.5625rem;
}
.a-top>img{
  width:9.5625rem;
  height:2.78125rem;
  position:absolute;
  right:1.2rem;
}
.a-container {
  width: 100%;
  height: 40.59375rem;
  overflow: hidden;
  background: url("../images/bg4.jpg") no-repeat;
  background-size:100% 100%;
}
.act_peo{
}
.a-item1 {
  width: 100%;
  height:40.59375rem;
  overflow: hidden;
  background: url("../images/bg4.jpg") no-repeat;
  background-size:100% 100%;
}
.a-item1 a {
  display: block;
  width: 5.12rem;
  height: 1.53rem;
  margin: 0 auto;
  margin-top: 13rem;
  background: url("../images/down_btn.png") no-repeat;
  background-size: cover;
  animation: scale1 1.2s linear infinite alternate;
  -webkit-animation: scale1 1.2s linear infinite alternate;
}
.a-item2 {
    width: 100%;
    height: 2rem;
    margin-top: 15.2rem;
}
.a-item2 p {
    width: 17.1875rem;
    height: 2rem;
    margin-left: 0.6rem;
    color: #301005;
    font-size: 0.9375rem;
    line-height: 2rem;
    box-sizing: border-box;
}
.a-item2 span{
  margin: 0 auto;
  margin-right: 1.3rem;
  color: #301005;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 0.42rem;
  padding:0 0.3rem;
  border-bottom:1px solid #301005;
  box-sizing: border-box;
}
.a-item3 {
    width: 100%;
    height: 23.32rem;
    overflow: hidden;
    position: relative;
}
.a-top img.heart_poo{
    position: absolute;
    width: 1.78125rem;
    height: 1.5625rem;
    top: 3rem;
    right: 6rem;
    z-index: 15;
    animation: pop infinite 3s ease-in-out;
    -webkit-animation: pop infinite 3s ease-in-out;
}
.a-item3 a{
    width: 7.875rem;
    height: 1.375rem;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 20.6rem;
}
.a-item3 a img{
  width:7.875rem;
}
.a-item3 > div {
    width: 18.71875rem;
    height: 18.6875rem;
    position: absolute;
    left: 50%;
    margin-left: -9.35625rem;
}
.a-item3 > div > img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.a-item3  img.light{
    width: 18.6625rem;
    height: 18.6625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9.24125rem;
    margin-top: -9.68125rem;
}
.a-item3  img.light2.active{
  animation: twinkling 0.3s infinite ease-out; 
  -moz-animation: twinkling 0.3s infinite ease-out; 
  -o-animation: twinkling 0.3s infinite ease-out; 
    -webkit-animation: twinkling 0.3s infinite ease-out;
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
    -o-animation-delay:0.2s; 
}
.a-item3  img.light1.active{
  animation: twinkling 0.3s infinite ease-out; 
  -moz-animation: twinkling 0.3s infinite ease-out; 
  -o-animation: twinkling 0.3s infinite ease-out; 
    -webkit-animation: twinkling 0.3s infinite ease-out; 
}
.yx_tips_txt{
  font-size: 0.8rem !important;
  text-align: center !important;
}
@keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-webkit-keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-moz-keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-o-keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
.a-item3 > div div {
  width:5.09375rem;
  height:5.5625rem;
  z-index: 89;
}
.a-item3 > div div img {
  position: absolute;
}
.a-item3 > div div img{
    width: 5.09375rem;
    height: 5.5625rem;
    top: -0.50rem;
    left: 0rem;
    z-index: 2;
}
.a-item3 > div div img.text {
    width: 2.3125rem;
    height: 2.3125rem;
    top: 1.5rem;
    z-index: 5;
    left: 50%;
    margin-left: -0.65625rem;
}
.b-container {
  width: 100%;
  height: 51.65625rem;
  overflow: hidden;
  background: url("../images/bg5.png") no-repeat;
  background-size:100% 100%;
}
.b-container .b-btn{
  width:18.46875rem;
  height:3.5625rem;
  display: block;
  margin:0 auto;
}
.b-container .b-btn a{
  width:8.90625rem;
  height:3.5625rem;
  display: block;
  float: left;
}
.b-container .b-btn a img{
  width:8.90625rem;
}
.b-container .b-btn a.share_other{
  float:right;
}
.b-container .b-open_style{
    width: 17.90625rem;
    display: block;
    margin: 0 auto;
    top: -0.8rem;
    position: relative;
}
.b-container .b-open_style img{
  width:17.90625rem;
}
.b-container .b-open_style img.img2{
  width: 18.875rem;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -9.4325rem;
}
.b-container .b-open_style .act_info{
    width: 100%;
    position: relative;
    /*top:-1rem;*/
}
.b-container .b-open_style .act_info li{
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    height: 1.5rem;
    padding-top: 1rem;
}
.b-container .b-open_style .act_info li:nth-child(2){
    top: -1.8rem;
}
.b-container .b-open_style .act_info li:nth-child(3){
    top: -3.7rem;
}
.b-container .b-open_style .act_info li:nth-child(4){
    top:-4.2rem;
}
.b-container .b-open_style .act_info p{
    width: 92%;
    color: #723a21;
    font-size: 0.75rem;
    line-height: 1.5rem;
    height: 1.5rem;
    padding-left: 1.4875rem;
    display: block;
}
.b-container .b-open_style .act_info p span{
  color:#BC3A00;
  font-weight: 500;
}
.b-container .b-open_style .act_info i{
    width:0.96875rem;
    height:0.875rem;
    background: url(../images/rule2.png) no-repeat;
    background-size: cover;
    display: block;
    position:absolute;
    top: 1.4rem;
    color:#fff;
    font-size: 0.625rem;
    line-height:0.875rem;
    text-align: center;
    font-style:normal;
}
.b-container .b-open_style2{
  top:-2.2rem;
}
.b-container .b-open_style2 .act_info{
    width:15.71875rem;
    position: relative;
    margin:0 auto;
}
.b-container .b-open_style2 .act_info li:nth-child(2){
    top:-2rem;
}
.b-container .b-open_style2 .act_info li:nth-child(3){
    top:-4rem;
}
.b-container .b-open_style2 .act_info li:nth-child(4){
    top:-6rem;
}
.b-container .b-open_style2 .act_info li:nth-child(5){
    top:-8rem;
}
.b-container .b-open_style2 .act_info li:nth-child(6){
    top:-10rem;
}
.b-container .b-open_style2 .act_info li:nth-child(7){
    top:-12rem;
}
.b-container .b-open_style2 .act_info li:nth-child(8){
    top:-14rem;
}
.c-container {
  width: 100%;
  height:33.5625rem;
  overflow: hidden;
  background: url("../images/bg6.jpg") no-repeat;
  background-size:100% 100%;
}
.c-container .b-focus{
    width: 19.375rem;
    display: block;
    margin: 0 auto;
    position: relative;
}
.c-container .b-focus .focus_info{
  width: 18.125rem;
  height:11.625rem;
  overflow: hidden;
  background: url("../images/focus.png") no-repeat;
  background-size:100% 100%;
  margin: 0 auto;
  margin-top:2.2rem;
  position: relative;
}
.c-container .b-focus .focus_info div.name{
    width: 10.59375rem;
    height: 4.40625rem;
    position: absolute;
    right: 0.5rem;
    top: 0;
}
.c-container .b-focus .focus_info div.name p{
    line-height: 1.5rem;
    font-size: 0.9375rem;
    color:#9C7222;
}
.c-container .b-focus .focus_info div.name span{
    margin-left: 0.6rem;
    display: inline-block;
    color: #BC3A00;
    font-weight: 600;
}
.c-container .b-focus .focus_info div.dyin_info{
    width: 17.4375rem;
    height: 5.28125rem;
    position: absolute;
    top: 6.4rem;
    left: 0;
    padding-left: 2.1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-container .b-focus .focus_info div.dyin_info p{
    line-height: 1.4rem;
    font-size: 0.75rem;
    color: #1c0c1c;
}
.c-container .b-focus img{
  width:19.375rem;
}
.c-container .b-focus .act_info{
     width: 94%;
    position: relative;
    /* top: -1rem; */
    margin: 0 auto;
    margin-top: 1.2rem;
}
.c-container .b-focus .act_info li{
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
    height: 1.5rem;
    padding-top: 1rem;
}
.c-container .b-focus .act_info li:nth-child(2){
    top: -1.8rem;
}
.c-container .b-focus .act_info li:nth-child(3){
    top: -2.7rem;
}
.c-container .b-focus .act_info li:nth-child(4){
    top:-3.6rem;
}
.c-container .b-focus .act_info p{
    width: 92%;
    color: #301005;
    font-size: 0.75rem;
    line-height: 1.2rem;
    height: 1.2rem;
    padding-left: 1.4875rem;
    display: block;
}
.c-container .b-focus .act_info p span{
    color: #BC3A00;
    font-weight: 500;
}
.c-container .b-focus .act_info i{
    width:0.96875rem;
    height:0.875rem;
    background: url(../images/rule2.png) no-repeat;
    background-size: cover;
    display: block;
    position:absolute;
    top: 1.2rem;
    color:#fff;
    font-size: 0.625rem;
    line-height:0.875rem;
    text-align: center;
    font-style:normal;
}

/*登录弹框*/
.tips{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.tips_share{
  width: 100%;
  height: 100%;
  background: url(../images/share_bg.png) no-repeat;
  background-size:100% 100%; 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.tips .close_tips{
    display: block;
    width: 2rem;
    height: 2.2rem;
    position:absolute;
    right: 0;
    top: 0;
}
.tips .content{
  width:16.15625rem;
  height:25.90625rem;
  position: relative;
  left:50%;
  top: 46%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background:url("../images/tc_bg.png");
  background-size:100% 100%;
}
.tips .content .info{
    width: 90%;
    color: #000;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: left;

}
.tips .content .info span{
  color:#4B3A06;
  font-weight: 600;
}
.tips .content .info span.red{
  color: #FA053D;
    border-bottom: 1px solid #FA053D;
    display: inline-block;
    line-height: 1rem;
}
.tips .content .input_con{
    width: 81%;
    height:auto;
    margin: 0 auto;
    position: relative;
}
.tips .content>div{
  position: relative;
  top: 16rem;
  width: 15.5625rem;
  margin: 0 auto;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.tips .content>div .co_input {
  position: relative;
  margin-bottom: .4rem;
  float: left;
}
.tips .content>div .co_input input{
  width:100%;
  height:2.5rem;
  background:#FFDA67;
  border:1px solid #D5A82F;
  outline: none;
  font-size: 0.8125rem;
  color: #000;
  text-align: left;
  border-radius: 5px;
  padding-left:0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
}
.tips .content>div .co_input:nth-child(1){
  width:33%;
  float: left;
}
.tips .content>div .co_input:nth-child(1) input{
  text-align: center;
  padding:0;
}
.tips .content>div .co_input:nth-child(2){
  width:61%;
  float: right;
}
.tips .content>div textarea{
    width: 80%;
    height: 5.6875rem;
    background: #FFDA67;
    border: 1px solid #D5A82F;
    outline: none;
    font-size: 0.8125rem;
    color: #000;
    text-align:left;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding-top:0.3rem;
    padding-left:0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
}
.tips .content>div input::-webkit-input-placeholder {
  font-size:0.8125rem;
}
.tips .content>div .tipstj_btn{
  width: 9.0625rem;
  height: 2.96875rem;
  position: relative;
  background: url(../images/sure_ad.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: .6rem;
}
/*兑换码弹框*/
.tips.code_tips .content{
  height:18.9375rem;
  background:url("../images/tc_bg2.png");
  background-size:100% 100%;
}
.tips.code_tips .co_form{
  top: 14rem;
}
.code_tips .info{    
  width: 81%;
    color: #000;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 0.6rem;
}
.tips.code_tips .code{
    width: 100%;
    height: 3.15625rem;
    line-height: 3.15625rem;
    font-size: 1.25rem;
    color: #4B3A06;
    text-align: left;
    background: url(../images/input_border3.png);
    background-size: 100% 100%;
    margin:0 auto 1.2rem auto;
    padding-left:5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tips.code_tips .code span{
    width:74%;
    text-align: center;
    color: #FF1D37;
    display: inline-block;
}
.tips .content>div .back_btn{
  width: 9.0625rem;
  height: 2.96875rem;
  position: relative;
  background: url(../images/back_btn.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: .6rem;
}
/*兑换码弹框*/
.tips.gift_tips .content,.tips.lottery_tips .content{
  height:15.25rem;
  background:url("../images/tc_bg3.png");
  background-size:100% 100%;
}
.tips.gift_tips .co_form{
    top: 11.3rem;
}
.tips.lottery_tips .co_form{
  top:12.6rem;
}
.tips.gift_tips .content .info{    
    width: 94%;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}

.tips.gift_tips p.gift_name{
    width: 80%;
    margin: 0 auto;
    padding-top: 0.5rem;
    top: 0.5rem;
    position: relative;
}
.tips.gift_tips .content .code{
    width: 100%;
    height: 3.15625rem;
    line-height: 3.15625rem;
    font-size: 1.25rem;
    color: #FF1D37;
    text-align: left;
    background: url(../images/input_border3.png);
    background-size: 100% 100%;
    margin: 1rem auto 1.2rem auto;
    padding-left:5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page4 .love_btn {
    width: 100%;
    position: absolute;
    bottom: 1rem;
}
.page4 .love_btn a.gift_page {
    display: block;
    width:17.53125rem;
    height: 4.125rem;
    position: relative;
    margin: 0 auto;
    background: url("images/button.png") no-repeat;
    z-index: 10;
}
.page6 .love_btn a.gift_page {
    display: block;
    width:17.53125rem;
    height: 4.125rem;
    position: absolute;
    margin-left:-8.765625rem;
    left:50%;
    bottom:1rem;
    background: url("images/button.png") no-repeat;
}
.tips.lottery_tips .co_form p{
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
}
.tips.lottery_tips .co_form p.code{
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    text-align: center;
}
.add_address{
    width: 10.15625rem;
    height: 3.1875rem;
    display: block;
    background: url(../images/address.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    bottom: -2.6rem;   
}
/*动效*/
@keyframes pop {
  0%{
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
  50% {
    transform:scale(.5,.5);
    -ms-transform:scale(.5,.5);
    -moz-transform:scale(.5,.5);
    -webkit-transform:scale(.5,.5);
    -o-transform:scale(.5,.5);
  }
  100% {
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
}
@-webkit-keyframes pop {
  0%{
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
  50% {
    transform:scale(0.95,1);
    -ms-transform:scale(0.95,1);
    -moz-transform:scale(0.95,1);
    -webkit-transform:scale(0.95,1);
    -o-transform:scale(0.95,1);
  }
  100% {
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
}
@-moz-keyframes pop {
  0%{
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
  50% {
    transform:scale(0.95,1);
    -ms-transform:scale(0.95,1);
    -moz-transform:scale(0.95,1);
    -webkit-transform:scale(0.95,1);
    -o-transform:scale(0.95,1);
  }
  100% {
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
}
@-ms-keyframes pop {
  0%{
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
  50% {
    transform:scale(0.95,1);
    -ms-transform:scale(0.95,1);
    -moz-transform:scale(0.95,1);
    -webkit-transform:scale(0.95,1);
    -o-transform:scale(0.95,1);
  }
  100% {
    transform:scale(.9,.9);
    -ms-transform:scale(.9,.9);
    -moz-transform:scale(.9,.9);
    -webkit-transform:scale(.9,.9);
    -o-transform:scale(.9,.9);
  }
}

