@charset "utf-8";

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, sans-serif
}

.pa {
  position: absolute
}

.pr {
  position: relative
}

.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden
}

body,
html {
  width: 100%
}

a {
  text-decoration: none;
  /* blr: expression(this.onFocus=this.blur()); */
  outline: none
}
body{background-color:#ffce91;}
.pop .fc_cont {
  width: 100%;
  height: 100%;
  /* width: 346px;
  height: 206px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c:before,
.c:after {
  content: "";
  display: table
}

.c:after {
  clear: both
}

.c {
  zoom: 1
}

a {
  text-decoration: none;
  overflow: visible
}

a:hover {
  text-decoration: none
}

body {
  font-size: 22px;
  color: #d4552c;
  text-align: center
}


.wrap {
  width: 100%;
  height: 6640px;
  overflow-x: hidden;
  position: relative;
  background: url(../img/page_bg.jpg?v3) no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
.cont {
  height: 5692px;
  /* background: url(../img/page_bg.jpg) no-repeat center top;
  background-size: 100% auto; */
  margin-top: -1px;
  /* padding-top: 30px; */
	box-sizing: border-box;
}

.title{
  width: 100%;
  height: 143px;
  position: relative;
  margin: 0 auto 0;
}
.title img{
  width: auto;
  height: 100%;
  margin: 0 auto 0;
}
.part-1{
  width: 100%;
  height: 1540px;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
}
.part-1 .box{
  width: 100%;
  height: 1410px;
  position: relative;
  margin: 0px auto 0;
  overflow: visible;
}
/* .part-1 .box::before{
  content: '';
  display: block;
  width: 707px;
  height: 1273px;
  position: absolute;
  overflow: hidden;
  background: url('../img/part_1_bg.png') no-repeat center;
  background-size: 100% auto;
  top: -44px;
  left: -45px;
} */
.part-1 .top-box{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto 0;
}
.part-1 .top-box .gift{
  width: 534px;
  height: 424px;
  position: relative;
  margin: 0 auto 0;
}
.part-1 .top-box .gift img{
  display: block;
  width: 100%;
  height: 100%;
}
.part-1 .top-box .info{
  width: 670px;
  height: auto;
  position: relative;
  margin: -20px auto 0;
}
.part-1 .top-box .text{
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.part-1 .top-box .text p{
  font-size: 22px;
  height: auto;
  line-height: 30px;
  color: #2a323f;
  width: 640px;
  text-align: left;
  margin-left: 44px;
}
.part-1 .top-box .text p span{
  color: #c3370c;
}
.part-1 .top-box .text .text-tit{
  width: 265px;
  height: 53px;
  line-height: 53px;
  margin-left: 0;
  text-indent: 68px;
  font-size: 30px;
  color: #ffffff;
  background: url('../img/subtit_bg.png') no-repeat center;
  background-size: 100% auto;
  margin-bottom: 10px;
}
.actTit02 {
  width: 100%;
  height: 40px;
  margin: 50px auto 10px auto;
  color: #822c0f;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

.actTit02 p {
  /* letter-spacing: .05rem; */
  margin: 0 20px;
  color: #822c0f;
  font-size: 34px;
  font-weight: bold;
  ;background-image:-webkit-linear-gradient(top,#074e95,#64a8d3);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
}

.actTit02 div {
  background: url("../img/text_desc.png") no-repeat;
  width: 221px;
  height: 17px;
  background-size: 100% 100%;
}

.actTit02 div:nth-of-type(2) {
  background: url("../img/text_desc.png") no-repeat;
  width: 221px;
  height: 17px;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.tips{
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  color: #c3370c;
  position: relative;
  margin-top: 10px;
}
.tips span{
  color: #cc300b;
}
.prize-table{
  position: relative;
  margin: 10px auto 0;
  width: 730px;
}
.prize-table th {
  border: 1px #558abb solid;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #679cc1;
  color: #FFF;
  font-size: 22px;
  max-width: 296px;
}
.prize-table th.l-2{
  line-height: 24px;
  padding: 10px 0;
}
.prize-table td.l-2{
  line-height: 26px;
  height: 100px;
}
.prize-table th.l-2 span{
  font-size: 18px;
}

.prize-table td {
  border: 1px #558abb solid;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #cbeafa;
  color: #2a323f;
  font-size: 20px;
  min-width: 100px;
}
.go-btn{
  display: block;
  width: 582px;
  height: 102px;
  position: relative;
  margin: 20px auto 0;
  background: url('../../pc/img/go.png') no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
.go-btn:hover{
  filter: brightness(1.1);
}
.part-2{
  width: 100%;
  height: 740px;
  position: relative;
  margin: 6px auto 0;
  overflow: visible;
}
.part-2::before{
  content: '';
  display: block;
  width: 750px;
  height: 515px;
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: -375px;
  background: url('../img/part_2_bg.png') no-repeat center;
  background-size: 100% auto;
}
.part-2 .box{
  width: 100%;
  height: 660px;
  position: absolute;
  overflow: visible;
  left: 0;
  top: 16px;
}
.part-2 .tips{
  margin-top: 25px;
  color: #2a323f;
  font-size: 24px;
}
.item{
  width: 152px;
  height: 170px;
  position: relative;
  overflow: visible;
}
.item .icon{
  width: 114px;
  height: 110px;
  background: url('../img/prize_bg.png') no-repeat center;
  background-size: 100% auto;
  position: relative;
  margin: 0 auto 0;
}
.item .icon img{
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.item p{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 174px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #2a323f;
}
.item-l p{
  line-height: 22px;
    margin-top: 6px;
}
.item-l-2 p{
  line-height: 22px;
}
.part-2 .prize-box{
  width: 610px;
  height: 350px;
  position: relative;
  margin: 90px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.part-3{
  width: 100%;
  height: 1300px;
  position: relative;
  margin: 160px auto 0;
}
.part-3 .title{
  height: 140px;
}
.part-3::before{
  content: '';
  display: block;
  background: url('../img/part_3_bg.png') no-repeat center;
  background-size: 100% auto;
  width: 742px;
  height: 1015px;
  position: absolute;
  top: 211px;
  left: 50%;
  margin-left: -375px;
}
.part-3 .box{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto 0;
}
.part-3 .tips{
  margin: 22px auto 24px;
  color: #cce9f3;
}
.part-3 .tips span{
  color: #ffef9f;
}
.part-3 .item{
  height: 124px;
}
.part-3 .item .icon{
  width: 94px;
  height: 91px;
  background: url('../img/prize_bg_1.png') no-repeat center;
  background-size: 100% auto;
}
.part-3 .item .icon img{
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
}
.part-3 .item p{
  font-size: 20px;
  color: #a73309;
}
.subtit{
  width: 249px;
  height: 35px;
  position: relative;
  margin: 70px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url('../img/text-bg-1.png') no-repeat center;
  background-size: auto 100%;
}
/* .subtit::before,
.subtit::after{
  content: '';
  display: block;
  width: 134px;
  height: 26px;
  position: relative;
  background: url('../img/text_desc.png') no-repeat center;
  background-size: 100% auto;
}
.subtit::after{
  transform: rotate(180deg);
} */
.subtit p{
  /* min-width: 335px; */
  width: auto;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #a73309;
}
.part-3 .prize-box-1{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto -60px;
}
.part-3 .prize-box-2{
  width: 100%;
  height: 690px;
  position: relative;
  margin: 10px auto 0;
}
.part-3 .prize-box-2 .gift-box{
  width: 418px;
  height: 370px;
  position: relative;
  margin: 0 auto 0;
}
.part-3 .gift-box .view{
  width: 327px;
  height: 348px;
  margin: 0 auto 0;
  position: relative;
}
.part-3 .gift-box .view img{
  display: block;
  width: 100%;
  height: 100%;
}
.part-3 .gift-box .text-box{
  position: absolute;
  width: 418px;
  height: 125px;
  background: url('../img/sz_text_bg.png') no-repeat center;
  background-size: 100% auto;
  bottom: 0;
  left: 50%;
  margin-left: -209px;
  overflow: hidden;
}
.part-3 .gift-box .name{
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #bf552f;
  line-height: 34px;
  margin: 0px auto 7px;
  font-family: 'hanyi';
}
.part-3 .gift-box .text{
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #a73309;
  line-height: 22px;
  margin: 10px auto 0;
  font-family: 'hanyi';
}
.part-3 .prize-box-3{
  width: 556px;
  height: 280px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 20px auto 0;
}
.part-3 .prize-box-3 .item{
  width: 138px;
  height: 140px;
}
.part-3 .prize-box-3 .item-l-2{
  width: 160px;
}
.part-3 .prize-box-3 .item-l-2 p{
  width: 210px;
}
.part-4{
  width: 750px;
  height: 1705px;
  position: relative;
  margin: 68px auto 0;
  overflow: visible;
  /* background: url('../img/part_4_bg.png') no-repeat center;
  background-size: 100% auto; */
  overflow: hidden;
}
.part-4::before{
  content: '';
  display: block;
  position: absolute;
  top: 261px;
  left: 50%;
  margin-left: -375px;
  background: url('../img/part_4_bg.png') no-repeat center;
  background-size: 100% auto;
  width: 749px;
  height: 1055px;
}
.part-4 .box{
  width: 750px;
  height: 1596px;
  position: relative;
  margin: 52px auto 0;
}
.part-4 .tips{
  color: #2a323f;
  margin: 24px auto 30px;
}
.part-4 .prize-box-1,
.part-4 .prize-box-2{
  width: 315px;
  height: 189px;
  position: absolute;
  top: 276px;
}
.part-4 .prize-box-1{
  left: 50px;
}
.part-4 .prize-box-2{
  left: 374px;
}
.part-4 .subtit{
  margin-top: 0;
  background: url('../img/text-bg-2.png') no-repeat center;
  background-size: 100% auto;
}
.part-4 .subtit p{
  color: #ffffff;
}
.part-4 .prize-box-1 .item-box,
.part-4 .prize-box-2 .item-box{
  width: 100%;
  height: 134px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.part-4 .item .icon{
  width: 84px;
  height: 82px;
}
.part-4 .item .icon img{
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
.part-4 .prize-box-3{
  width: 640px;
  height: 730px;
  position: absolute;
  top: 490px;
  left: 50%;
  margin-left: -320px;
}
.part-4 .prize-box-3 .item-box{
  width: 600px;
  height: 270px;
  position: relative;
  margin: 10px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.part-4 .prize-box-3 .item{
  width: 150px;
  height: 130px;
}
.part-4 .prize-box-3 .item-l-2{
  width: 190px;
}
.part-4 .prize-box-3 .item-l-2 p{
  width: 190px;
}
.part-4 .prize-box-3 .item-l-4{
  width: 350px;
  margin-right: -86px;
}
.part-4 .prize-box-3 .item-l-4 p{
  width: 350px;
}

.part-4 .prize-box-3 .item-l-4 p{
  line-height: 24px;
}
.part-4 .prize-box-3 .item-l-4 span{
  font-size: 18px;
}
.part-4 .gift-box{
  width: 446px;
  height: 330px;
  position: relative;
  margin: 22px auto 0;
}
.part-4 .gift-box .view{
  width: 406px;
  height: 327px;
  position: relative;
  margin: 0 0 0 0;
}
.part-4 .gift-box .view img{
  display: block;
  width: 100%;
  height: 100%;
}
.part-4 .gift-box .text-box{
  position: absolute;
  width: 302px;
  height: 80px;
  background: url('../img/zq_text_bg.png') no-repeat center;
  background-size: 100% auto;
  bottom: 8px;
  left: 50%;
  margin-left: -151px;
  overflow: hidden;
}
.part-4 .gift-box .name{
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #3e89c3;
  line-height: 36px;
  margin: 0px auto 0;
  font-family: 'hanyi';
}
.part-4 .gift-box .text{
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #2a323f;
  line-height: 30px;
  margin: 5px auto 0;
  font-family: 'hanyi';
}