html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0 auto !important;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  min-height: 17.789rem;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide .contant {
  width: 9.37rem;
  height: 17.08rem;
  border: 1px solid #b1803a;
  margin-top: 0;
  position: relative;
}

.swiper-container .slide {
  position: relative;
}

.slide .p1 {
  position: absolute;
  top: 1.6rem;
  left: 0rem;
  height: 7.23rem;
  z-index: 5;
}

.slide .p2 {
  position: absolute;
  top: 1.79rem;
  right: 0;
  width: 1.51rem;
  z-index: 5;
}

.slide .p3 {
  position: absolute;
  bottom: .51rem;
  left: 0;
  width: 2.29rem;
  z-index: 5;
}

.slide .p4 {
  position: absolute;
  bottom: 1.59rem;
  right: 0;
  height: 3.45rem;
  z-index: 5;
}

.slide .p5 {
  position: absolute;
  bottom: .09rem;
  right: 0;
  height: .87rem;
  z-index: 5;
}

.swiper-slide-active .slide .yao {
  animation: tada 2s linear infinite;
}

.swiper-slide-active .slide .p1 {
  animation: fadeInLeft .5s linear;
}

.swiper-slide-active .slide .p2 {
  animation: fadeInRight .5s linear;
}

.swiper-slide-active .slide .p3 {
  animation: fadeInLeft .5s linear;
}

.swiper-slide-active .slide .p4 {
  animation: fadeInRight .5s linear;
}

.swiper-slide-active .slide .p5 {
  animation: fadeInUp .5s linear;
}

.swiper-slide-active .slide .letter-cont-next .letter-mdg .lerrter-title-cont {
  position: relative;
  animation: 600ms ease 150ms 1 normal both running zoomIn;
}

.swiper-slide .slide .letter-cont-next {
  position: relative;
  width: 7.93rem;
  height: 13.39rem;
  margin: auto;
  margin-top: 2.1rem;
}

.swiper-slide .slide .letter-cont-next .letter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide .slide .letter-cont-next .letter-mdg {
  position: relative;
  padding-top: 1.11rem;
  height: 100%;
  box-sizing: border-box;
}


.swiper-slide .slide .letter-cont-next .letter-mdg .lerrter-title-cont .title-img {
  width: 3.05rem;
  height: 0.28rem;
  display: block;
  margin: auto;
}

.swiper-slide .slide .letter-cont-next .letter-mdg .lerrter-title-cont .text-img {
  height: 0.59rem;
  display: block;
  margin: .2rem auto;
}

.swiper-slide .slide .letter-cont-next .letter-mdg .yao {
  width: 2.23rem;
  height: 2.27rem;
  position: absolute;
  bottom: -.68rem;
  left: 50%;
  margin-left: -1.13rem;
}

#music {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 999;
  width: 0.8rem;
}

.music1 {
  animation: rotate 1.9s linear infinite;
}

audio {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page {
  width: 10rem;
  height: 1.24rem;
  /* background: url("../images/bg.jpg") no-repeat; */
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.307rem;
  z-index: 101;
}

.next .next-img {
  width: 0.33rem;
}

.page p {
  font-size: 0.275rem;
  letter-spacing: 0.028rem;
  color: #eae6ff;
  opacity: 0.6;
}

.logo {
  width: 3.61rem;
  height: 0.81rem;
  position: absolute;
  top: 0.33rem;
  left: 0.49rem;
}

/* .slide1 */
.slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.slide1 .letter-cont {
  position: relative;
  margin-top: 2.01rem;
  padding: 0 .24rem;
  height: 14.84rem;
}

.slide1 .letter-cont .letter-down {
  width: 9.3rem;
  height: 9.63rem;
  position: absolute;
  bottom: 0;
  left: .05rem;
}

.slide1 .letter-cont .letter-pre {
  width: 8.89rem;
  height: 5.99rem;
  position: absolute;
  bottom: 0;
  left: .24rem;
  z-index: 1;
}

.slide1 .letter-cont .letter-bg {
  width: 7.93rem;
  height: 12.04rem;
  margin: auto;
  display: block;
  position: relative;
}

.swiper-slide-active .slide1 .letter-cont .letter-msg {
  opacity: 0;
  position: relative;
  animation: 600ms ease 1000ms 1 normal both running pullUp;
  animation-fill-mode: forwards;
}

.swiper-slide-active .slide1 .letter-cont .letter-msg .text-3 {
  opacity: 0;
  animation: 600ms ease 2500ms 1 normal both running fadeInDown;
  animation-fill-mode: forwards;
}

.swiper-slide-active .slide1 .letter-cont .letter-msg .text-4 {
  opacity: 0;
  animation: 600ms ease 3000ms 1 normal both running zoomIn;
  animation-fill-mode: forwards;
}

@keyframes translateYmsg {
  0% {
    transform: translateY(-45px);
  }

  100% {
    transform: translateY(0);
  }
}

.swiper-slide-active .slide1 .letter-cont .letter-msg .title-cont {
  animation: 600ms ease 1500ms 1 normal both running zoomIn;
  animation-fill-mode: forwards;
}

@keyframes opcitymsg {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.slide1 .letter-cont .letter-msg {
  position: absolute;
  width: 7.93rem;
  top: 0;
  left: 50%;
  margin-left: -3.96rem;
  padding-top: 0.92rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 12.04rem;
  box-sizing: border-box;
  background: url(../images/letter.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.slide1 .letter-cont .letter-msg .title-img {
  width: 3.05rem;
  height: 0.28rem;
}

.slide1 .letter-cont .letter-msg .title-cont {
  display: flex;
  margin-top: .97rem;
  margin-bottom: .87rem;
  opacity: 0;
}

.slide1 .letter-cont .letter-msg .title-cont .left .text-1 {
  width: 0.32rem;
  height: 2.44rem;
  font-size: 0.32rem;
  color: #c72a29;
  line-height: .44rem;
}

.slide1 .letter-cont .letter-msg .title-cont .right .text-2 {
  width: 0.21rem;
  height: 2.39rem;
  display: block;
}

.slide1 .letter-cont .letter-msg .title-cont .img {
  height: 2.13rem;
}

.slide1 .letter-cont .letter-msg .title-cont .center-img {
  width: 1.25rem;
  height: 4.64rem;
  margin: 0 0.32rem;
}

.slide1 .letter-cont .letter-msg .text-3 {
  font-size: 0.37rem;
  font-weight: bold;
  line-height: 1;
  color: #c72a29;
  text-align: center;
}

.slide1 .letter-cont .letter-msg .text-4 {
  font-size: 0.29rem;
  line-height: 0.43rem;
  margin-top: .24rem;
  color: #c72a29;
  text-align: center;
  margin-bottom: .84rem;
}

.slide1 .letter-cont .yao {
  position: absolute;
  bottom: 2.2rem;
  width: 2.49rem;
  height: 2.53rem;
  left: 50%;
  margin-left: -1.24rem;
  z-index: 1;
}

.slide1 .liuxing1 {
  width: 3.306rem;
  height: 3.186rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  animation: na 5s ease-out 0s infinite;
}

@keyframes na {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: 8.5rem;
    right: 6rem;
  }
}

.slide1 .renwu {
  width: 10rem;
  height: 7.42rem;
  position: absolute;
  top: 0;
  right: 0;
}

.slide1 .title {
  position: relative;
  padding-bottom: 4rem;
}

.slide1 .title .qi {
  width: 3.373rem;
  height: 3.893rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.slide1 .title .xi {
  width: 5rem;
  height: 4.187rem;
  position: absolute;
  top: -0.8rem;
  right: 0.3rem;
}

.slide1 .title .niao {
  width: 0.88rem;
  height: 0.907rem;
  position: absolute;
  top: -0.8rem;
  right: 0;
}

.slide1 .title .ai {
  width: 3.307rem;
  height: 0.813rem;
  position: absolute;
  top: -1.7rem;
  right: 0.4rem;
}

.slide1 .text {
  text-align: center;
}

.slide1 .text .wenzi {
  width: 6.97rem;
  height: 2rem;
}

.slide1 .anniubox {
  text-align: center;
  margin-top: 0.5rem;
}

.slide1 .anniubox .anniu {
  width: 6.64rem;
  height: 1.8rem;
}

/* slide2 */
.swiper-slide-active .slide2 .t1{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide .t2{
  position: relative;
  animation:600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide .t3{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide4 .text-msg{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide .img-cont{
  position: relative;
  animation: 600ms ease 200ms 1 normal both running zoomIn
}
.swiper-slide-active .slide5 .time-info{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide6 .time-title{
  position: relative;
  animation: 600ms ease 300ms 1 normal both running fadeInLeft
}
.swiper-slide-active .slide6 .address-info .address-item{
  position: relative;
  animation: 600ms ease 300ms 1 normal both running fadeInRight
}
.swiper-slide-active .slide7 .cont .txt-info{
  position: relative;
  animation:600ms ease 250ms 1 normal both running fadeInRight
}
.swiper-slide-active .slide8 .form-cont{
  position: relative;
  animation:600ms ease 250ms 1 normal both running fadeInLeft
}
.swiper-slide-active .slide9 .t1-6{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.swiper-slide-active .slide9 .t2-6{
  position: relative;
  animation: 600ms ease 250ms 1 normal both running flipInY
}
.slide2 .t1 {
  margin-top: .91rem;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 0.67rem;
  color: #c72a29;
  padding-left: .96rem;
}

.slide .t2 {
  text-indent: .58rem;
  text-align: justify;
  width: 5.95rem;
  margin: auto;
  font-size: 0.29rem;
  line-height: 0.61rem;
  color: #c72a29;
}

.slide2 .t3 {
  padding-right: 0.96rem;
  text-align: right;
  font-size: 0.29rem;
  color: #c72a29;
  margin-top: .37rem;
  margin-bottom: 1.6rem;
}

.slide .t4 {
  font-size: 0.28rem;
  line-height: 0.67rem;
  letter-spacing: 0rem;
  color: #c72a29;
  display: table;
  margin: auto;
  position: relative;
}

.slide .t4::before {
  content: "";
  position: absolute;
  width: 0.73rem;
  left: -.83rem;
  height: 1px;
  background: #c72a29;
  top: .3rem;
}

.slide .t4::after {
  content: "";
  position: absolute;
  width: 0.73rem;
  right: -.83rem;
  height: 1px;
  background: #c72a29;
  top: .3rem;
}

/* slide3 */
.slide .img-cont {
  width: 5.92rem;
  height: 2.83rem;
  border: solid 0.01rem #c72a29;
  margin: auto;
  margin-top: .59rem;
  padding: .13rem .16rem;
  margin-bottom: .6rem;
}

.slide .img-cont .img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}

.slide3 .t2 {
  line-height: .56rem;
  margin-bottom: .4rem;
}

/* slide4 */
.slide4 .img-cont {
  margin-bottom: .45rem;
}

.slide4 .text-msg {
  text-align: center;
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
}

.slide4 .text-msg .h3 {
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 0.56rem;
  color: #c72a29;
}

.slide4 .text-msg .h4 {
  font-size: 0.29rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.56rem;
  letter-spacing: 0rem;
  color: #c72a29;
}

.slide4 .liuyan {
  width: 6.32rem;
  height: 1.533rem;
  padding-top: 2.107rem;
}

.slide4 .p1 {
  font-size: 0.293rem;
  color: #eae6ff;
  margin-top: 0.28rem;
  margin-bottom: 0.28rem;
}

.slide4 .liuyan1 {
  width: 10rem;
  height: 13.13rem;
  background: url("../images/xinfeng.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

.slide4 .liuyan1 .danmu {
  width: 8.2rem;
  height: 10rem;
  margin: 0 auto;
  padding: 0.4rem 0 0 0;
  overflow: hidden;
}

.slide4 .liuyan1 #barrage {
  position: relative;
  height: 9.5rem;
}

.slide4 .liuyan1 #barrage div {
  white-space: nowrap;
  color: #666;
  border: solid 1px #333;
  background-color: #e4e2f9;
  padding: 0 0.25rem;
  line-height: 0.36rem;
  border-radius: 0.35rem;
  position: absolute;
}

.slide4 .liuyan1 .liuyan-btn {
  width: 5.84rem;
  height: 0.947rem;
  background: url("../images/btnbg.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.867rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.439rem;
  letter-spacing: 0.044rem;
  color: #333333;
  z-index: 101;
}

/* slide5 */
.slide5 .time-info {
  margin-left: 1.19rem;
  margin-top: 1rem;
  padding-left: .39rem;
  position: relative;
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
}

.slide5 .time-info .time-item {
  padding-bottom: .4rem;
  position: relative;
}

.slide5 .time-info .time-item::after {
  position: absolute;
  content: "";
  left: -.39rem;
  top: .17rem;
  bottom: -.2rem;
  width: 1px;
  background: #c72a29;
}

.slide5 .time-info .time-item:last-child::after {
  display: none;
}

.slide5 .time-info .time-item .time-t2 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.56rem;
  color: #c72a29;
  position: relative;
}

.slide5 .time-info .time-item .time-t2::after {
  position: absolute;
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  border: solid 1px #c72a29;
  border-radius: 50%;
  left: -.49rem;
  top: 0;
  background: #f3f0ed;
  z-index: 1;
}

.slide5 .time-info .time-item .time-t1 {
  font-size: 0.29rem;
  line-height: 0.48rem;
  color: #c72a29;
}

/* slide6 */
.slide6 .cont {
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
}

.slide6 .time-title {
  width: 3.35rem;
  height: 0.51rem;
  margin: auto;
  margin-top: .77rem;
  font-size: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(../images/title_box_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.slide6 .address-info {
  padding-left: 1.04rem;
  margin-top: .48rem;
}

.slide6 .address-info .address-item {
  display: flex;
  align-items: center;
  margin-bottom: .29rem;
  flex-wrap: wrap;
}

.slide6 .address-info .address-item .icon {
  width: 0.24rem;
  height: 0.29rem;
  margin-right: .11rem;
}

.slide6 .address-info .address-item .text-1 {
  font-size: 0.29rem;
  font-weight: bolder;
  color: #c72a29;
  line-height: 1;
  margin-right: .11rem;
}

.slide6 .address-info .address-item .text {
  font-size: 0.29rem;
  color: #c72a29;
  line-height: 1;
}

.slide6 .t4 {
  margin-top: 1.48rem;
}

/* slide7 */
.slide7 .cont .txt-info {
  display: flex;
  width: 4.69rem;
  margin: auto;
  justify-content: space-between;
  margin-top: 1.28rem;
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
}

.slide7 .cont .txt-info .txt-item {
  width: 0.65rem;
}

.slide7 .cont .txt-info .txt-item .txt-1 {
  width: 0.65rem;
  height: 0.65rem;
  border: solid 0.01rem #c72a29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.45rem;
  font-weight: bold;
  color: #c72a29;
}

.slide7 .cont .txt-info .txt-item .txt-2 {
  text-align: center;
  font-size: 0.37rem;
  line-height: 1;
  color: #c72a29;
  margin-top: .25rem;
}

.slide7 .beizhu {
  width: 3.73rem;
  height: 0.53rem;
  background: url(../images/page7_text_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: auto;
  font-size: 0.26rem;
  font-weight: bold;
  color: #333333;
  padding-left: .5rem;
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
  margin-bottom: .5rem;
}

/* slide8 */
.slide8 .form-cont {
  margin-top: 1.16rem;
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
  margin-bottom: 1rem;
}

.slide8 .form-cont .form-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide8 .form-cont .form-info .form-item {
  display: flex;
  align-items: center;
  width: 5.29rem;
  height: 0.73rem;
  background-color: transparent;
  border: solid 1px #c72a29;
  box-shadow: inset 0 0 0.1rem #c72a29;
  border-radius: .36rem;
  margin-bottom: .33rem;
  padding-left: .32rem;
}

.slide8 .form-cont .form-info .form-item .icon {
  width: 0.32rem;
  height: 0.35rem;
}

.slide8 .form-cont .form-info .form-item .text-input {
  background: transparent;
  outline: none;
  border: none;
  font-size: 0.29rem;
  color: #c72a29;
  flex: 1;
  padding-left: .23rem;
  margin-left: .23rem;
}

.slide8 .form-cont .form-info .form-item .text-input::-webkit-input-placeholder {
  color: #c72a29;
}

.slide8 .form-cont .form-info .form-item .text-input::-moz-placeholder {
  color: #c72a29;
}

.slide8 .form-cont .form-info .form-item .sele {
  margin-left: .23rem;
  padding-left: .23rem;
  background-color: transparent;
  background-image: url(../images/page8_down_icon.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 0.73rem 0.73rem;
  ;
  outline: none;
  border: none;
  font-size: 0.29rem;
  color: #c72a29;
  flex: 1;
  height: 100%;
}

.slide8 .form-cont .form-info .form-item .sele option {
  background-color: transparent;
  font-size: 0.29rem;
  color: #c72a29;
}

.slide8 .form-cont .sub {
  width: 5.29rem;
  height: 0.73rem;
  background-color: #c72a29;
  border: solid 0.01rem #c72a29;
  font-size: 0.4rem;
  color: #ffffff;
  outline: none;
  border: none;
  display: block;
  margin: auto;
  margin-top: .53rem;
  border-radius: .36rem;
}

.slide8 .t1-8 {
  font-size: 0.29rem;
  text-align: center;
  line-height: 0.51rem;
  color: #c72a29;
}

.slide8 .t4 {
  margin-top: .6rem;
}

/* slide9 */
.slide9 .letter-mdg {
  background: url(../images/page8_form_bg.png) no-repeat center center;
  background-size: 4.47rem 4.4rem;
}

.slide9 .img-cont {
  width: 3.72rem;
  height: 3.72rem;
  background-color: #ffffff;
  border: solid 0.01rem #c72a29;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: .29rem;
}

.slide9 .img-cont .ewm {
  width: 100%;
  height: 100%;
}

.slide9 .t1-6 {
  font-size: 0.37rem;
  font-weight: bold;
  text-align: center;
  color: #c72a29;
}

.slide9 .t2-6 {
  font-size: 0.32rem;
  letter-spacing: 0.16rem;
  color: #c72a29;
  text-align: center;
}

.slide9 .t3-6 {
  font-size: 0.29rem;
  color: #c72a29;
  margin-top: 1.5rem;
  text-align: center;
}


/*# sourceMappingURL=index.css.map */
/******************************************************************/

.p0 {
  background: #000;
  display: none;
  z-index: 2000;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p0-loading {
  width: 5rem;
  height: 5rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.p0-process {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 60%;
  text-align: center;
  width: 100%;
}