* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  margin: 0 auto;
}
body {
  margin: 0 auto;
}
input {
  border: 0;
  outline: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
img,
form,
applet,
fieldset,
legend,
button,
input,
textarea,
th,
table,
tr,
td {
  margin: 0;
  padding: 0;
  border: none;
}
/* bady */
body {
  font-family: "微软雅黑";
  color: #666;
  position: relative;
  background: #79cfff;
  margin: 0 auto;

}
body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: none;
}
input::-ms-clear {
  display: none;
}
/*清楚文本框*/
input,
select,
textarea {
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  height: auto;
  width: 100%;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #79cfff;
  margin: 0 auto;

}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
/* img */
img {
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: none;
  width: 100%;
}
/* div */
li,
ul {
  list-style: none;
  outside: none;
}
.clear {
  clear: both;
  height: 0;
  width: 100%;
}
a,
b,
i,
span,
input,
select,
dl,
dd,
dt,
p {
  font-family: "微软雅黑";
}
i,
em {
  font-style: normal;
}
/* font */
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.mt100 {
  margin-top: 1rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.text-center {
  clear: both;
  text-align: center;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/****************main******************************/
body {
  overflow: auto!important;
}
.wrap {
  -webkit-background-size: contain;
  background-size: contain;
  max-width: 790px;
  min-width: 320px;
}
.wrap .swiper-wrapper,
.wrap .swiper-slide {
  height: auto !important;
}
.box-item {
  border: 0 !important;
  position: relative;
}
.box-bg {
  width: 100%;
}
.box-bg img {
  width: 100%;
}
.box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.active .popup_mask_t {
  display: none!important;
}
.scale {
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
}
.swiper-prev,
.swiper-next {
  position: absolute;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hvr-buzz-out {
  -webkit-animation: hvr-buzz-out 2s ease infinite;
  -o-animation: hvr-buzz-out 2s ease infinite;
  animation: hvr-buzz-out 2s ease infinite;
}
.swiper-prev {
  left: 0.2rem;
  background: url("../images/april/arrow-l.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.swiper-next {
  right: 0.2rem;
  background: url("../images/april/arrow-r.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.box-1 i {
  display: inline-block;
  position: absolute;
}
.box-1 .icon-1 {
  width: 5.45rem;
  top: 0.7rem;
  right: 1.06rem;
}
.box-1 .icon-2 {
  width: 4.45rem;
  top: 2.04rem;
  left: 50%;
  margin-left: -2.22rem;
}
.box-1 .icon-3 {
  width: 0.82rem;
  top: 3.35rem;
  left: 3.64rem;
}
.box-1 .icon-4 {
  width: 1.44rem;
  left: 1.6rem;
  bottom: 2.66rem;
}
.box-1 .icon-5 {
  width: 2.89rem;
  left: 3.25rem;
  bottom: 3.2rem;
}
.box-1 .icon-6 {
  width: 2.61rem;
  left: 3.38rem;
  bottom: 2.33rem;
  cursor: pointer;
}
.box-1 .icon-1,
.box-1 .icon-4,
.box-1 .icon-2,
.box-1 .icon-5 {
  opacity: 0;
  transition: all 0.5s;
}
.box-1 .icon-1,
.box-1 .icon-4 {
  transform: translateX(-100%);
}
.box-1 .icon-2,
.box-1 .icon-5 {
  transform: translateX(100%);
}
.box-1.active .icon-1,
.box-1.active .icon-4,
.box-1.active .icon-2,
.box-1.active .icon-5 {
  opacity: 1;
  transform: none;
}
.box-2 .ticket-items {
  margin-top: 1.16rem;
  width: 6.16rem;
}
.box-2 .ticket-items li {
  height: 1.43rem;
  margin-bottom: 0.14rem;
  cursor: pointer;
  position: relative;
}
.box-2 .ticket-items li::after {
  content: '';
  display: inline-block;
  width: 0.99rem;
  height: 0.99rem;
  background: url("../images/april/icon-6.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 0.3rem;
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
}
.box-3 .main-swiper {
  width: 7.3rem;
  margin-top: 16.1rem;
}
.box-3 .box-swiper2 {
  margin-top: 2.13rem;
}
.box-3 .box-btn-1,
.box-3 .box-btn-2 {
  width: 2.6rem;
  position: absolute;
  right: 0.08rem;
  bottom: 0.09rem;
  z-index: 4;
  cursor: pointer;
}
.box-3 .box-btn-2 {
  width: 3.01rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.modal.active {
  display: block;
}
.modal .modal-close {
  display: inline-block;
  width: 0.41rem;
  height: 0.41rem;
  background: url("../images/april/close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: -0.7rem;
  cursor: pointer;
}
.modal .modal-content {
  width: 5.71rem;
  height: 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/april/m-bg-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal .modal-content::before {
  content: '';
  display: inline-block;
  width: 2.07rem;
  height: 3.01rem;
  background: url("../images/april/icon-7.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: -0.35rem;
  right: -0.72rem;
}
.modal .modal-form {
  margin-top: 2.23rem;
  width: 4.8rem;
  position: relative;
  z-index: 2;
}
.modal form {
  margin-right: -0.1rem;
}
.modal form .input_text,
.modal form .sel-box select {
  width: 100%;
  float: left;
  height: 0.64rem;
  color: #363a3d;
  font-size: 0.24rem;
  padding-left: 0.23rem;
  padding-right: 0.1rem;
  margin-bottom: 0.12rem;
  border: 1px solid #949494;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal form .input_text {
  width: 1.52rem;
}
.modal form .mobile {
  width: 3.14rem;
  margin-left: 0.12rem;
}
.modal form .sel-box {
  width: 1.52rem;
  height: 0.64rem;
  position: relative;
  float: left;
  margin-bottom: 0.35rem;
}
.modal form .sel-box select {
  width: 100%;
  position: relative;
  z-index: 5;
}
.modal form .sel-boxt {
  margin: 0 0.12rem;
}
.modal form .sign_btn {
  width: 3.18rem;
  height: 0.8rem;
  clear: both;
  position: relative;
  text-align: center;
}
.modal form .sign_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.modal form .sel-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
  top: 50%;
  margin-top: -4px;
  right: 5%;
  z-index: 5;
}
.modal form input,
.modal form select {
  color: #363a3d !important;
}
.modal form ::-webkit-input-placeholder {
  color: #363a3d;
}
.modal-2 .modal-content {
  height: 5.57rem;
  background: url("../images/april/m-bg-2.png") no-repeat;
  background-size: 100% 100%;
}
.modal-2 .m-item-list {
  margin-top: 1.6rem;
  position: relative;
}
.modal-2 .m-item-list ul {
  margin-left: 1.05rem;
}
.modal-2 .m-item-list li {
  float: left;
  width: 1.8rem;
  transition: all 0.5s;
  cursor: pointer;
}
.modal-2 .m-item-list li:nth-child(2) {
  margin: 0 0.22rem;
}
.modal-2 .m-item-list li.on {
  transform: scale(1.1);
}
.modal-2 .m-link {
  display: inline-block;
  width: 2.4rem;
  height: 0.35rem;
  position: absolute;
  left: 50%;
  bottom: 1.29rem;
  transform: translateX(-50%);
}
.modal-2 .modal-btns-1 {
  display: block;
  margin: 1.1rem auto 0;
  width: 3.4rem;
  height: 0.84rem;
  cursor: pointer;
}
/*自定义动画效果*/
@-webkit-keyframes hvr-buzz-out {
  5% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  10% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  15% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  25% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  35% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  40% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  50% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
}
/*# sourceMappingURL=style-new.css.map */