@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
input,
select,
textarea {
  font-family: inherit;
}
input[type='checkbox'],
input[type='radio'] {
  background: transparent;
  border: 0;
}
/*::-webkit-input-placeholder{color:#fff;}
::-moz-placeholder{color:#fff;}
:-moz-placeholder{color:#fff;}*/
label {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
i,
b {
  font-style: normal;
}
input,
button,
select {
  outline: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #b2b2b2;
}
img {
  width: 100%;
}
html {
  margin: 0;
  padding: 0;
  font-family: "micorsoft yahei";
}
body {
  padding: 0;
  margin: 0;
  background: #ced1dd;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*******main********/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
}
::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}
/**********变量***********/
/**
* Author: Gramy
* CreatTime: 2018/07/28 11:07
*/
html {
  max-width: 1920px;
  margin: 0 auto;
}
.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fffef8;
}
.wrap .wrap-bg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.wrap .container {
  width: 1920px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.wrap .box-item {
  border: none!important;
  position: relative;
}
.wrap .box-bg {
  width: 100%;
}
.wrap .box-bg img {
  width: 1920px;
  height: auto;
  clear: both;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.wrap .box-content {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.left-navbar {
  width: 139px;
  position: fixed;
  top: 9%;
  left: 4%;
  z-index: 10;
  padding: 0 5px;
  display: none;
}
.left-navbar .left-navbar-bg {
  width: 100%;
}
.left-navbar .left-navbar-bg img {
  width: 100%;
}
.left-navbar .left-navbar-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.left-navbar .left-navbar-list {
  width: 130px;
  margin-left: 4px;
  margin-top: 158px;
}
.left-navbar li {
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left-navbar li img {
  display: block;
  margin: 0 auto;
}
.left-navbar li::before {
  content: '';
  display: inline-block;
  width: 106px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -53px;
}
.left-navbar li.on::before {
  animation: scale 1s ease 1;
}
.left-navbar li.on img {
  animation: hvr-buzz-out 2s ease 1;
}
.left-navbar .navbar-item1 {
  height: 104px;
}
.left-navbar .navbar-item1::before {
  background: url("../images/nav-1-1.png") no-repeat;
  background-size: 100% 100%;
}
.left-navbar .navbar-item1 img {
  width: 104px;
}
.left-navbar .navbar-item2 {
  height: 108px;
  padding-top: 4px;
}
.left-navbar .navbar-item2::before {
  background: url("../images/nav-2-1.png") no-repeat;
  background-size: 100% 100%;
}
.left-navbar .navbar-item2 img {
  width: 89px;
}
.left-navbar .navbar-item3 {
  height: 90px;
  padding-top: 8px;
}
.left-navbar .navbar-item3::before {
  background: url("../images/nav-3-1.png") no-repeat;
  background-size: 100% 100%;
}
.left-navbar .navbar-item3 img {
  width: 100px;
}
.left-navbar .left-nav-icon {
  height: 125px;
  width: 130px;
  margin-left: 4px;
  position: relative;
  cursor: pointer;
}
.left-navbar .left-nav-icon::before {
  content: '';
  display: inline-block;
  width: 115px;
  height: 26px;
  background: url("../images/nav-5.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 8px;
  margin-left: -57px;
}
.bottom-fixed-switch {
  position: fixed;
  right: 0%;
  bottom: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 239px;
  padding-top: 1px;
  opacity: 1;
  z-index: 10;
}
.bottom-fixed-switch img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: hvr-buzz-out 2s ease infinite;
  -o-animation: hvr-buzz-out 2s ease infinite;
  animation: hvr-buzz-out 2s ease infinite;
}
.bottom-fixed-switch.active {
  opacity: 0;
  z-index: -999;
}
.bottom-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 82px;
  right: -2920px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 19;
}
.bottom-fixed.active {
  right: 0;
}
.bottom-fixed .bottom-fixed-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 82px;
  background: rgba(239, 224, 220, 0.8);
}
.bottom-fixed .bottom-fixed-main {
  width: 1200px;
  height: 80px;
  margin: auto;
  position: relative;
}
.bottom-fixed .bottom-fixed-contentImg,
.bottom-fixed .bottom-fixed-main1Img {
  float: left;
  width: 117px;
  position: absolute;
  left: 30px;
  bottom: 5px;
}
.bottom-fixed .bottom-fixed-contentImg img,
.bottom-fixed .bottom-fixed-main1Img img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.bottom-fixed .bottom-fixed-contentImg::after,
.bottom-fixed .bottom-fixed-main1Img::after {
  content: '';
  display: inline-block;
  width: 159px;
  height: 155px;
  background: url("../images/icon-2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -18px;
  z-index: 4;
  animation: drop 2s linear infinite;
}
.bottom-fixed .bottom-fixed-form {
  float: left;
  margin-left: 212px;
  width: 970px;
}
.bottom-fixed form {
  height: 100%;
}
.bottom-fixed form ::-webkit-input-placeholder {
  color: #865548;
}
.bottom-fixed form ::-moz-placeholder {
  color: #865548;
}
.bottom-fixed form :-moz-placeholder {
  color: #865548;
}
.bottom-fixed form .input_text,
.bottom-fixed form .sel-box select {
  display: block;
  float: left;
  width: 100%;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  color: #865548;
  background: #fff;
  border: 1px solid #865548;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-fixed form .username {
  width: 113px;
}
.bottom-fixed form .mobile {
  width: 232px;
  margin: 0 13px 0 15px;
}
.bottom-fixed form .sel-box {
  width: 127px;
  height: 39px;
  position: relative;
  float: left;
}
.bottom-fixed form .sel-box select {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #865548;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-fixed form .sel-boxt {
  margin: 0 12px;
}
.bottom-fixed form .input_text,
.bottom-fixed form .sel-box {
  margin-top: 26px;
}
.bottom-fixed form .sel-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #865548;
  top: 50%;
  margin-top: -4px;
  right: 5%;
  z-index: 7;
}
.bottom-fixed form .sign_btn {
  position: relative;
  float: left;
  margin-top: 18px;
  margin-left: 25px;
  width: 156px;
}
.bottom-fixed form .sign_btn a {
  display: block;
}
.bottom-fixed .bottom-fixed-close {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: -35px;
  cursor: pointer;
  /* -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    &:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }*/
}
.bottom-fixed .bottom-fixed-main1 {
  width: 1200px;
  height: 82px;
  position: relative;
  display: none;
}
.bottom-fixed .bottom-fixed-main1 .bottom-fixed-list {
  margin-top: 10px;
  margin-left: 300px;
}
.bottom-fixed .bottom-fixed-main1 .bottom-fixed-list ul {
  float: left;
}
.bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li {
  float: left;
  width: 163px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li.on {
  transform: scale(1.1);
}
.bottom-fixed .bottom-fixed-main1 .bottom-fixed-list div {
  float: left;
  width: 173px;
  margin-top: -1px;
}
.swiper-prev,
.swiper-next {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}
.swiper-prev {
  background: url("../images/arrow-l.png") no-repeat;
  background-size: 100% 100%;
  left: -27px;
}
.swiper-next {
  background: url("../images/arrow-r.png") no-repeat;
  background-size: 100% 100%;
  right: -27px;
}
.swiper-prev1,
.swiper-next1 {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  cursor: pointer;
}
.swiper-prev1 {
  background: url("../images/arrow-up.png") no-repeat;
  background-size: 100% 100%;
  top: -20px;
}
.swiper-next1 {
  background: url("../images/arrow-down.png") no-repeat;
  background-size: 100% 100%;
  bottom: -20px;
}
form ::-webkit-input-placeholder {
  color: #9c6e62;
}
form ::-moz-placeholder {
  color: #9c6e62;
}
form :-moz-placeholder {
  color: #9c6e62;
}
form .input_text,
form .sel-box select,
form .select-square-box select,
form .select-square-box {
  display: block;
  float: left;
  width: 100%;
  height: 53px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 14px;
  font-size: 22px;
  color: #9c6e62;
  background: #efe0dc;
  border: 1px solid #9c6e62;
  font-family: "Microsoft yahei light";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .input_text {
  width: 146px;
  margin-bottom: 6px;
}
form .mobile {
  margin-left: 5px;
  width: 295px;
}
form .sel-box {
  width: 146px;
  height: 53px;
  position: relative;
  float: left;
  margin-bottom: 6px;
}
form .sel-box select {
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
form .sel-boxt {
  width: 145px;
  margin: 0 5px;
}
form .select-square-box {
  width: 447px;
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 18px;
}
form .select-item {
  width: 100%;
  height: 54px;
  font-size: 26px;
  line-height: 54px;
  clear: both;
  position: relative;
  margin-bottom: 8px;
  background: transparent;
  color: #333333;
  padding-right: 0;
}
form .select-item > span {
  font-size: 26px;
  vertical-align: top;
}
form .select-item ul {
  display: inline-block;
  vertical-align: top;
}
form .select-item li {
  float: left;
  position: relative;
  padding-left: 33px;
  margin-right: 20px;
  cursor: pointer;
}
form .select-item li:last-child {
  margin-right: 0;
}
form .select-item li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .select-item li.active span:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -2px;
  box-sizing: border-box;
  width: 36px;
  height: 30px;
  background: url("../images/check.png") no-repeat;
  background-size: 100% 100%;
}
form .select-item i {
  vertical-align: top;
}
form .sel-box:before,
form .select-square-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #9c6e62;
  top: 50%;
  margin-top: -4px;
  right: 5%;
  z-index: 5;
}
form .sign_btn {
  position: relative;
  text-align: center;
  width: 256px;
  cursor: pointer;
}
form .sign_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.box-1 {
  height: 852px;
  position: relative;
  cursor: pointer;
}
.box-1 .box-content {
  width: 1920px;
  margin-left: -960px;
}
.box-1 .box-content::before {
  content: '';
  display: inline-block;
  width: 152px;
  height: 64px;
  background: url("../images/logo.jpg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 238px;
}
.box-2 {
  height: 609px;
}
.box-2 .box-2-list {
  width: 414px;
  position: absolute;
  top: 48px;
  left: 144px;
}
.box-2 .box-2-list li {
  float: left;
  width: 198px;
  margin-bottom: 12px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-20%);
}
.box-2 .box-2-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.box-2 .box-2-list li:nth-child(3) {
  transition-delay: 0.4s;
}
.box-2 .box-2-list li:nth-child(4) {
  transition-delay: 0.6s;
}
.box-2 .box-2-list li:nth-child(2n) {
  margin-left: 14px;
}
.box-2 .box-2-top {
  margin-top: 133px;
  margin-left: 611px;
  width: 447px;
}
.box-2 form {
  margin-right: -10px;
}
.box-2 form .sign_btn {
  width: 284px;
  clear: both;
  cursor: pointer;
}
.box-2 .box-2-bottom {
  margin-top: 55px;
  margin-left: 482px;
}
.box-2 .pic-list li {
  width: 155px;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
}
.box-2 .pic-list li:nth-child(1) {
  padding-top: 6px;
}
.box-2 .pic-list li:nth-child(2) {
  margin: 0 45px;
}
.box-2 .pic-list li:nth-child(3) {
  padding-top: 3px;
}
.box-2 .pic-list li.on {
  transform: translateY(-10px);
}
.box-2.active .box-2-list li {
  opacity: 1;
  transform: none;
}
.box-3 {
  height: 1061px;
  position: relative;
}
.box-3 .box-main {
  margin-top: 227px;
  position: relative;
}
.box-3 .box-main i {
  display: inline-block;
  position: absolute;
}
.box-3 .box-3-l {
  width: 855px;
  margin-left: 38px;
  position: relative;
}
.box-3 .box-3-l .swiper-container {
  width: 855px;
}
.box-3 .box-3-l .swiper-slide {
  width: 855px;
  height: 598px !important;
}
.box-3 .swiper-slide1 {
  background: url("../images/s1-1.png") no-repeat;
  background-size: 100% 100%;
  animation: gif1 4s steps(1) infinite;
}
.box-3 .swiper-slide2 {
  background: url("../images/s2-1.png") no-repeat;
  background-size: 100% 100%;
  animation: gif2 4s steps(1) infinite;
}
.box-3 .swiper-slide3 {
  background: url("../images/s3-1.png") no-repeat;
  background-size: 100% 100%;
  animation: gif3 4s steps(1) infinite;
}
.box-3 .swiper-slide4 {
  background: url("../images/s4-1.png") no-repeat;
  background-size: 100% 100%;
  animation: gif4 4s steps(1) infinite;
}
.box-3 .swiper-slide5 {
  background: url("../images/s5-1.png") no-repeat;
  background-size: 100% 100%;
  animation: gif5 4s steps(1) infinite;
}
.box-3 .swiper-slide {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
.box-3 .swiper-slide-active {
  animation-play-state: running;
  -webkit-animation-play-state: running;
  /* Safari 和 Chrome */
}
.box-3 .box-3-r {
  width: 243px;
  height: 722px;
  margin-left: 22px;
  position: relative;
}
.box-3 .box-3-r .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.box-3 .box-3-r .swiper-container {
  width: 243px;
  height: 722px;
}
.box-3 .box-3-r .swiper-slide {
  width: 243px;
  height: 172px !important;
  margin-bottom: 11px !important;
}
.box-3 .box-3-r .swiper-slide i {
  display: inline-block;
  width: 89px;
  height: 31px;
  font-size: 17px;
  line-height: 31px;
  color: #744e44;
  text-align: center;
  font-family: "micorsoft yahei light";
  background: rgba(230, 195, 190, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-3 .icon-1 {
  width: 374px;
  top: 588px;
  left: 124px;
  z-index: 4;
}
.box-3 .box-3-btn {
  width: 286px;
  cursor: pointer;
  position: absolute;
  top: 620px;
  left: 557px;
}
.box-4 {
  height: 933px;
}
.box-4 .box-main {
  margin-top: 250px;
}
.box-4 .swiper-container {
  width: 1124px;
}
.box-4 .box-4-btn {
  width: 277px;
  cursor: pointer;
  position: absolute;
  right: 93px;
  bottom: 80px;
  z-index: 4;
}
.box-5 {
  height: 1055px;
}
.box-5 .box-main {
  margin-top: 144px;
}
.box-5 .box-5-top {
  width: 1120px;
  position: relative;
}
.box-5 .swiper-container {
  width: 1120px;
  height: 667px;
  position: relative;
}
.box-5 .swiper-container .swiper-slide {
  height: 667px !important;
  box-sizing: border-box;
}
.box-5 .swiper-container .swiper-slide2 {
  padding-top: 9px;
}
.box-5 .swiper-container .swiper-slide3 {
  padding-top: 28px;
}
.box-5 .swiper-container i {
  display: inline-block;
  position: absolute;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: blink 1s ease infinite;
  -o-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
.box-5 .swiper-prev,
.box-5 .swiper-next {
  top: 63%;
}
.box-5 .label-1 {
  width: 995px;
  top: 206px;
  right: -3px;
}
.box-5 .label-2 {
  width: 1091px;
  top: 204px;
  left: 1px;
}
.box-5 .label-3 {
  width: 909px;
  top: 180px;
  right: 29px;
}
.box-5 .box-5-btns {
  width: 737px;
  margin-top: 22px;
}
.box-5 .box-5-btns div {
  width: 284px;
  float: left;
  cursor: pointer;
}
.box-5 .box-5-btns .btn-1 {
  margin-right: 168px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9999;
  opacity: 0;
}
.modal.active {
  opacity: 1;
  z-index: 9999;
}
.modal .modal-close {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.modal .modal-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.modal .modal-content {
  width: 437px;
  height: 397px;
  background: url("../images/m-bg-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  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%);
  z-index: 3;
}
.modal .modal-body {
  padding-top: 1px;
  height: 100%;
  position: relative;
}
.modal .modal-form {
  width: 380px;
  margin-top: 167px;
}
.modal form {
  margin-right: -10px;
}
.modal form ::-webkit-input-placeholder {
  color: #9c6e62;
}
.modal form ::-moz-placeholder {
  color: #9c6e62;
}
.modal form :-moz-placeholder {
  color: #9c6e62;
}
.modal form .input_text,
.modal form .sel-box select {
  display: block;
  float: left;
  width: 100%;
  height: 45px;
  padding-left: 13px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 45px;
  color: #9c6e62;
  background: #efe0dc;
  border: 1px solid #9c6e62;
  box-sizing: border-box;
}
.modal form .input_text {
  width: 124px;
  margin-bottom: 5px;
}
.modal form .mobile {
  width: 252px;
  margin-left: 4px;
}
.modal form .sel-box {
  width: 124px;
  height: 45px;
  position: relative;
  float: left;
  margin-bottom: 25px;
}
.modal form .sel-box select {
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.modal form .sel-boxt {
  margin: 0 4px;
}
.modal form .sel-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #9c6e62;
  top: 50%;
  margin-top: -4px;
  right: 5%;
  z-index: 5;
}
.modal form .sign_btn {
  position: relative;
  text-align: center;
  clear: both;
  width: 202px;
  height: 58px;
  cursor: pointer;
}
.modal form .sign_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
/*抽奖*/
.modal-2 .modal-close {
  top: -34px;
  right: 0;
}
.modal-2 .modal-content {
  width: 393px;
  height: 387px;
  background: url("../images/m-bg-2.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-2 .modal-form {
  width: 342px;
  margin-top: 194px;
}
.modal-2 .modal-form .input_text,
.modal-2 .modal-form .sel-box select {
  height: 41px;
  font-size: 16px;
  line-height: 41px;
}
.modal-2 .modal-form .input_text {
  width: 112px;
}
.modal-2 .modal-form .mobile {
  width: 227px;
  margin-left: 2px;
}
.modal-2 .modal-form .sel-box {
  width: 112px;
  height: 41px;
  margin-bottom: 13px;
}
.modal-2 .modal-form .sel-boxt {
  margin: 0 2px;
}
.modal-2 .modal-form .sign_btn {
  width: 180px;
  height: 52px;
}
.modal-type3 .modal-close {
  top: -34px;
  right: 0;
}
.modal-type3 .ticket-item {
  display: none;
  width: 342px;
  position: absolute;
  top: 112px;
  left: 26px;
  cursor: pointer;
}
.modal-type3 .ticket-item li {
  float: left;
  width: 163px;
  height: 65px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.modal-type3 .ticket-item li:nth-child(2n+1) {
  margin-right: 16px;
}
.modal-type3 .ticket-item li.on {
  transform: scale(1.1);
}
.modal-type3 .modal-btn {
  width: 180px;
  height: 50px;
  cursor: pointer;
}
.modal-3 .modal-content {
  width: 394px;
  height: 392px;
  background: url("../images/m-bg-3.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-3 .ticket-item {
  display: block;
}
.modal-3 .modal-btn {
  margin-top: 315px;
}
.modal-4 .modal-content {
  width: 393px;
  height: 297px;
  background: url("../images/m-bg-4.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-4 .modal-btn {
  margin-top: 206px;
}
.modal-5 .modal-content {
  width: 393px;
  height: 297px;
  background: url("../images/m-bg-5.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.modal-5 .modal-btn {
  margin-top: 206px;
}
/****************animate*******************/
@keyframes move {
  0%,
  100% {
    transform: translateX(0);
  }
  28% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(188px);
  }
  61% {
    transform: translateX(188px);
  }
  66% {
    transform: translateX(383px);
  }
  95% {
    transform: translateX(383px);
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  /**
* Author: Gramy
* CreatTime: 2018/07/28 11:07
*/
  html {
    max-width: 1599.9999936px;
    margin: 0 auto;
  }
  .wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fffef8;
  }
  .wrap .wrap-bg {
    width: 1599.9999936px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -799.9999968px;
  }
  .wrap .container {
    width: 1599.9999936px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -799.9999968px;
  }
  .wrap .box-item {
    border: none!important;
    position: relative;
  }
  .wrap .box-bg {
    width: 100%;
  }
  .wrap .box-bg img {
    width: 1599.9999936px;
    height: auto;
    clear: both;
    position: relative;
    left: 50%;
    margin-left: -799.9999968px;
  }
  .wrap .box-content {
    width: 999.999996px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -499.999998px;
  }
  .left-navbar {
    width: 139px;
    position: fixed;
    top: 9%;
    left: 4%;
    z-index: 10;
    padding: 0 5px;
    display: none;
  }
  .left-navbar .left-navbar-bg {
    width: 100%;
  }
  .left-navbar .left-navbar-bg img {
    width: 100%;
  }
  .left-navbar .left-navbar-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .left-navbar .left-navbar-list {
    width: 130px;
    margin-left: 4px;
    margin-top: 158px;
  }
  .left-navbar li {
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left-navbar li img {
    display: block;
    margin: 0 auto;
  }
  .left-navbar li::before {
    content: '';
    display: inline-block;
    width: 106px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    margin-left: -53px;
  }
  .left-navbar li.on::before {
    animation: scale 1s ease 1;
  }
  .left-navbar li.on img {
    animation: hvr-buzz-out 2s ease 1;
  }
  .left-navbar .navbar-item1 {
    height: 104px;
  }
  .left-navbar .navbar-item1::before {
    background: url("../images/nav-1-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item1 img {
    width: 104px;
  }
  .left-navbar .navbar-item2 {
    height: 108px;
    padding-top: 4px;
  }
  .left-navbar .navbar-item2::before {
    background: url("../images/nav-2-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item2 img {
    width: 89px;
  }
  .left-navbar .navbar-item3 {
    height: 90px;
    padding-top: 8px;
  }
  .left-navbar .navbar-item3::before {
    background: url("../images/nav-3-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item3 img {
    width: 100px;
  }
  .left-navbar .left-nav-icon {
    height: 125px;
    width: 130px;
    margin-left: 4px;
    position: relative;
    cursor: pointer;
  }
  .left-navbar .left-nav-icon::before {
    content: '';
    display: inline-block;
    width: 115px;
    height: 26px;
    background: url("../images/nav-5.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -57px;
  }
  .bottom-fixed-switch {
    position: fixed;
    right: 0%;
    bottom: 41.6666665px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 199.16666587px;
    padding-top: 0.83333333px;
    opacity: 1;
    z-index: 10;
  }
  .bottom-fixed-switch img {
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-animation: hvr-buzz-out 2s ease infinite;
    -o-animation: hvr-buzz-out 2s ease infinite;
    animation: hvr-buzz-out 2s ease infinite;
  }
  .bottom-fixed-switch.active {
    opacity: 0;
    z-index: -999;
  }
  .bottom-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 68.33333306px;
    right: -2433.3333236px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 19;
  }
  .bottom-fixed.active {
    right: 0;
  }
  .bottom-fixed .bottom-fixed-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 68.33333306px;
    background: rgba(239, 224, 220, 0.8);
  }
  .bottom-fixed .bottom-fixed-main {
    width: 999.999996px;
    height: 66.6666664px;
    margin: auto;
    position: relative;
  }
  .bottom-fixed .bottom-fixed-contentImg,
  .bottom-fixed .bottom-fixed-main1Img {
    float: left;
    width: 97.49999961px;
    position: absolute;
    left: 24.9999999px;
    bottom: 4.16666665px;
  }
  .bottom-fixed .bottom-fixed-contentImg img,
  .bottom-fixed .bottom-fixed-main1Img img {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bottom-fixed .bottom-fixed-contentImg::after,
  .bottom-fixed .bottom-fixed-main1Img::after {
    content: '';
    display: inline-block;
    width: 132.49999947px;
    height: 129.16666615px;
    background: url("../images/icon-2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -14.99999994px;
    z-index: 4;
    animation: drop 2s linear infinite;
  }
  .bottom-fixed .bottom-fixed-form {
    float: left;
    margin-left: 176.66666596px;
    width: 808.3333301px;
  }
  .bottom-fixed form {
    height: 100%;
  }
  .bottom-fixed form ::-webkit-input-placeholder {
    color: #865548;
  }
  .bottom-fixed form ::-moz-placeholder {
    color: #865548;
  }
  .bottom-fixed form :-moz-placeholder {
    color: #865548;
  }
  .bottom-fixed form .input_text,
  .bottom-fixed form .sel-box select {
    display: block;
    float: left;
    width: 100%;
    height: 32.49999987px;
    padding-left: 8.3333333px;
    padding-right: 8.3333333px;
    font-size: 16.6666666px;
    color: #865548;
    background: #fff;
    border: 0.83333333px solid #865548;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom-fixed form .username {
    width: 94.16666629px;
  }
  .bottom-fixed form .mobile {
    width: 193.33333256px;
    margin: 0 10.83333329px 0 12.49999995px;
  }
  .bottom-fixed form .sel-box {
    width: 105.83333291px;
    height: 32.49999987px;
    position: relative;
    float: left;
  }
  .bottom-fixed form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 16.6666666px;
    color: #865548;
    padding-left: 8.3333333px;
    padding-right: 8.3333333px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom-fixed form .sel-boxt {
    margin: 0 9.99999996px;
  }
  .bottom-fixed form .input_text,
  .bottom-fixed form .sel-box {
    margin-top: 21.66666658px;
  }
  .bottom-fixed form .sel-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4.16666665px solid transparent;
    border-right: 4.16666665px solid transparent;
    border-top: 6.66666664px solid #865548;
    top: 50%;
    margin-top: -3.33333332px;
    right: 5%;
    z-index: 7;
  }
  .bottom-fixed form .sign_btn {
    position: relative;
    float: left;
    margin-top: 14.99999994px;
    margin-left: 20.83333325px;
    width: 129.99999948px;
  }
  .bottom-fixed form .sign_btn a {
    display: block;
  }
  .bottom-fixed .bottom-fixed-close {
    display: inline-block;
    width: 21.66666658px;
    height: 21.66666658px;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 8.3333333px;
    right: -29.16666655px;
    cursor: pointer;
    /* -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    &:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }*/
  }
  .bottom-fixed .bottom-fixed-main1 {
    width: 999.999996px;
    height: 68.33333306px;
    position: relative;
    display: none;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list {
    margin-top: 8.3333333px;
    margin-left: 249.999999px;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list ul {
    float: left;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li {
    float: left;
    width: 135.83333279px;
    margin-right: 24.9999999px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li.on {
    transform: scale(1.1);
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list div {
    float: left;
    width: 144.16666609px;
    margin-top: -0.83333333px;
  }
  .swiper-prev,
  .swiper-next {
    width: 38.33333318px;
    height: 38.33333318px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
  }
  .swiper-prev {
    background: url("../images/arrow-l.png") no-repeat;
    background-size: 100% 100%;
    left: -22.49999991px;
  }
  .swiper-next {
    background: url("../images/arrow-r.png") no-repeat;
    background-size: 100% 100%;
    right: -22.49999991px;
  }
  .swiper-prev1,
  .swiper-next1 {
    width: 38.33333318px;
    height: 38.33333318px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    cursor: pointer;
  }
  .swiper-prev1 {
    background: url("../images/arrow-up.png") no-repeat;
    background-size: 100% 100%;
    top: -16.6666666px;
  }
  .swiper-next1 {
    background: url("../images/arrow-down.png") no-repeat;
    background-size: 100% 100%;
    bottom: -16.6666666px;
  }
  form ::-webkit-input-placeholder {
    color: #9c6e62;
  }
  form ::-moz-placeholder {
    color: #9c6e62;
  }
  form :-moz-placeholder {
    color: #9c6e62;
  }
  form .input_text,
  form .sel-box select,
  form .select-square-box select,
  form .select-square-box {
    display: block;
    float: left;
    width: 100%;
    height: 44.16666649px;
    padding-left: 12.49999995px;
    padding-right: 12.49999995px;
    margin-bottom: 11.66666662px;
    font-size: 18.33333326px;
    color: #9c6e62;
    background: #efe0dc;
    border: 0.83333333px solid #9c6e62;
    font-family: "Microsoft yahei light";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  form .input_text {
    width: 121.66666618px;
    margin-bottom: 4.99999998px;
  }
  form .mobile {
    margin-left: 4.16666665px;
    width: 245.83333235px;
  }
  form .sel-box {
    width: 121.66666618px;
    height: 44.16666649px;
    position: relative;
    float: left;
    margin-bottom: 4.99999998px;
  }
  form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  form .sel-boxt {
    width: 120.83333285px;
    margin: 0 4.16666665px;
  }
  form .select-square-box {
    width: 372.49999851px;
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 14.99999994px;
  }
  form .select-item {
    width: 100%;
    height: 44.99999982px;
    font-size: 21.66666658px;
    line-height: 44.99999982px;
    clear: both;
    position: relative;
    margin-bottom: 6.66666664px;
    background: transparent;
    color: #333333;
    padding-right: 0;
  }
  form .select-item > span {
    font-size: 21.66666658px;
    vertical-align: top;
  }
  form .select-item ul {
    display: inline-block;
    vertical-align: top;
  }
  form .select-item li {
    float: left;
    position: relative;
    padding-left: 27.49999989px;
    margin-right: 16.6666666px;
    cursor: pointer;
  }
  form .select-item li:last-child {
    margin-right: 0;
  }
  form .select-item li span {
    display: inline-block;
    width: 23.33333324px;
    height: 23.33333324px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  form .select-item li.active span:before {
    content: '';
    position: absolute;
    bottom: 1.66666666px;
    left: -1.66666666px;
    box-sizing: border-box;
    width: 29.99999988px;
    height: 24.9999999px;
    background: url("../images/check.png") no-repeat;
    background-size: 100% 100%;
  }
  form .select-item i {
    vertical-align: top;
  }
  form .sel-box:before,
  form .select-square-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4.16666665px solid transparent;
    border-right: 4.16666665px solid transparent;
    border-top: 6.66666664px solid #9c6e62;
    top: 50%;
    margin-top: -3.33333332px;
    right: 5%;
    z-index: 5;
  }
  form .sign_btn {
    position: relative;
    text-align: center;
    width: 213.33333248px;
    cursor: pointer;
  }
  form .sign_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .box-1 {
    height: 709.99999716px;
    position: relative;
    cursor: pointer;
  }
  .box-1 .box-content {
    width: 1599.9999936px;
    margin-left: -799.9999968px;
  }
  .box-1 .box-content::before {
    content: '';
    display: inline-block;
    width: 126.66666616px;
    height: 53.33333312px;
    background: url("../images/logo.jpg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 198.33333254px;
  }
  .box-2 {
    height: 507.49999797px;
  }
  .box-2 .box-2-list {
    width: 344.99999862px;
    position: absolute;
    top: 39.99999984px;
    left: 119.99999952px;
  }
  .box-2 .box-2-list li {
    float: left;
    width: 164.99999934px;
    margin-bottom: 9.99999996px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-20%);
  }
  .box-2 .box-2-list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .box-2 .box-2-list li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .box-2 .box-2-list li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .box-2 .box-2-list li:nth-child(2n) {
    margin-left: 11.66666662px;
  }
  .box-2 .box-2-top {
    margin-top: 110.83333289px;
    margin-left: 509.16666463px;
    width: 372.49999851px;
  }
  .box-2 form {
    margin-right: -8.3333333px;
  }
  .box-2 form .sign_btn {
    width: 236.66666572px;
    clear: both;
    cursor: pointer;
  }
  .box-2 .box-2-bottom {
    margin-top: 45.83333315px;
    margin-left: 401.66666506px;
  }
  .box-2 .pic-list li {
    width: 129.16666615px;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
  }
  .box-2 .pic-list li:nth-child(1) {
    padding-top: 4.99999998px;
  }
  .box-2 .pic-list li:nth-child(2) {
    margin: 0 37.49999985px;
  }
  .box-2 .pic-list li:nth-child(3) {
    padding-top: 2.49999999px;
  }
  .box-2 .pic-list li.on {
    transform: translateY(-8.3333333px);
  }
  .box-2.active .box-2-list li {
    opacity: 1;
    transform: none;
  }
  .box-3 {
    height: 884.16666313px;
    position: relative;
  }
  .box-3 .box-main {
    margin-top: 189.16666591px;
    position: relative;
  }
  .box-3 .box-main i {
    display: inline-block;
    position: absolute;
  }
  .box-3 .box-3-l {
    width: 712.49999715px;
    margin-left: 31.66666654px;
    position: relative;
  }
  .box-3 .box-3-l .swiper-container {
    width: 712.49999715px;
  }
  .box-3 .box-3-l .swiper-slide {
    width: 712.49999715px;
    height: 498.33333134px !important;
  }
  .box-3 .swiper-slide1 {
    background: url("../images/s1-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif1 4s steps(1) infinite;
  }
  .box-3 .swiper-slide2 {
    background: url("../images/s2-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif2 4s steps(1) infinite;
  }
  .box-3 .swiper-slide3 {
    background: url("../images/s3-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif3 4s steps(1) infinite;
  }
  .box-3 .swiper-slide4 {
    background: url("../images/s4-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif4 4s steps(1) infinite;
  }
  .box-3 .swiper-slide5 {
    background: url("../images/s5-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif5 4s steps(1) infinite;
  }
  .box-3 .swiper-slide {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
  }
  .box-3 .swiper-slide-active {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    /* Safari 和 Chrome */
  }
  .box-3 .box-3-r {
    width: 202.49999919px;
    height: 601.66666426px;
    margin-left: 18.33333326px;
    position: relative;
  }
  .box-3 .box-3-r .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
  .box-3 .box-3-r .swiper-container {
    width: 202.49999919px;
    height: 601.66666426px;
  }
  .box-3 .box-3-r .swiper-slide {
    width: 202.49999919px;
    height: 143.33333276px !important;
    margin-bottom: 9.16666663px !important;
  }
  .box-3 .box-3-r .swiper-slide i {
    display: inline-block;
    width: 74.16666637px;
    height: 25.83333323px;
    font-size: 14.16666661px;
    line-height: 25.83333323px;
    color: #744e44;
    text-align: center;
    font-family: "micorsoft yahei light";
    background: rgba(230, 195, 190, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-3 .icon-1 {
    width: 311.66666542px;
    top: 489.99999804px;
    left: 103.33333292px;
    z-index: 4;
  }
  .box-3 .box-3-btn {
    width: 238.33333238px;
    cursor: pointer;
    position: absolute;
    top: 516.6666646px;
    left: 464.16666481px;
  }
  .box-4 {
    height: 777.49999689px;
  }
  .box-4 .box-main {
    margin-top: 208.3333325px;
  }
  .box-4 .swiper-container {
    width: 936.66666292px;
  }
  .box-4 .box-4-btn {
    width: 230.83333241px;
    cursor: pointer;
    position: absolute;
    right: 77.49999969px;
    bottom: 66.6666664px;
    z-index: 4;
  }
  .box-5 {
    height: 879.16666315px;
  }
  .box-5 .box-main {
    margin-top: 119.99999952px;
  }
  .box-5 .box-5-top {
    width: 933.3333296px;
    position: relative;
  }
  .box-5 .swiper-container {
    width: 933.3333296px;
    height: 555.83333111px;
    position: relative;
  }
  .box-5 .swiper-container .swiper-slide {
    height: 555.83333111px !important;
    box-sizing: border-box;
  }
  .box-5 .swiper-container .swiper-slide2 {
    padding-top: 7.49999997px;
  }
  .box-5 .swiper-container .swiper-slide3 {
    padding-top: 23.33333324px;
  }
  .box-5 .swiper-container i {
    display: inline-block;
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-animation: blink 1s ease infinite;
    -o-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
  }
  .box-5 .swiper-prev,
  .box-5 .swiper-next {
    top: 63%;
  }
  .box-5 .label-1 {
    width: 829.16666335px;
    top: 171.66666598px;
    right: -2.49999999px;
  }
  .box-5 .label-2 {
    width: 909.16666303px;
    top: 169.99999932px;
    left: 0.83333333px;
  }
  .box-5 .label-3 {
    width: 757.49999697px;
    top: 149.9999994px;
    right: 24.16666657px;
  }
  .box-5 .box-5-btns {
    width: 614.16666421px;
    margin-top: 18.33333326px;
  }
  .box-5 .box-5-btns div {
    width: 236.66666572px;
    float: left;
    cursor: pointer;
  }
  .box-5 .box-5-btns .btn-1 {
    margin-right: 139.99999944px;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9999;
    opacity: 0;
  }
  .modal.active {
    opacity: 1;
    z-index: 9999;
  }
  .modal .modal-close {
    display: inline-block;
    width: 21.66666658px;
    height: 21.66666658px;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5.83333331px;
    right: 9.99999996px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  .modal .modal-close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .modal .modal-content {
    width: 364.16666521px;
    height: 330.83333201px;
    background: url("../images/m-bg-1.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    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%);
    z-index: 3;
  }
  .modal .modal-body {
    padding-top: 0.83333333px;
    height: 100%;
    position: relative;
  }
  .modal .modal-form {
    width: 316.6666654px;
    margin-top: 139.16666611px;
  }
  .modal form {
    margin-right: -8.3333333px;
  }
  .modal form ::-webkit-input-placeholder {
    color: #9c6e62;
  }
  .modal form ::-moz-placeholder {
    color: #9c6e62;
  }
  .modal form :-moz-placeholder {
    color: #9c6e62;
  }
  .modal form .input_text,
  .modal form .sel-box select {
    display: block;
    float: left;
    width: 100%;
    height: 37.49999985px;
    padding-left: 10.83333329px;
    padding-right: 8.3333333px;
    margin-bottom: 8.3333333px;
    font-size: 14.99999994px;
    line-height: 37.49999985px;
    color: #9c6e62;
    background: #efe0dc;
    border: 0.83333333px solid #9c6e62;
    box-sizing: border-box;
  }
  .modal form .input_text {
    width: 103.33333292px;
    margin-bottom: 4.16666665px;
  }
  .modal form .mobile {
    width: 209.99999916px;
    margin-left: 3.33333332px;
  }
  .modal form .sel-box {
    width: 103.33333292px;
    height: 37.49999985px;
    position: relative;
    float: left;
    margin-bottom: 20.83333325px;
  }
  .modal form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .modal form .sel-boxt {
    margin: 0 3.33333332px;
  }
  .modal form .sel-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4.16666665px solid transparent;
    border-right: 4.16666665px solid transparent;
    border-top: 6.66666664px solid #9c6e62;
    top: 50%;
    margin-top: -3.33333332px;
    right: 5%;
    z-index: 5;
  }
  .modal form .sign_btn {
    position: relative;
    text-align: center;
    clear: both;
    width: 168.33333266px;
    height: 48.33333314px;
    cursor: pointer;
  }
  .modal form .sign_btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*抽奖*/
  .modal-2 .modal-close {
    top: -28.33333322px;
    right: 0;
  }
  .modal-2 .modal-content {
    width: 327.49999869px;
    height: 322.49999871px;
    background: url("../images/m-bg-2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-2 .modal-form {
    width: 284.99999886px;
    margin-top: 161.66666602px;
  }
  .modal-2 .modal-form .input_text,
  .modal-2 .modal-form .sel-box select {
    height: 34.16666653px;
    font-size: 13.33333328px;
    line-height: 34.16666653px;
  }
  .modal-2 .modal-form .input_text {
    width: 93.33333296px;
  }
  .modal-2 .modal-form .mobile {
    width: 189.16666591px;
    margin-left: 1.66666666px;
  }
  .modal-2 .modal-form .sel-box {
    width: 93.33333296px;
    height: 34.16666653px;
    margin-bottom: 10.83333329px;
  }
  .modal-2 .modal-form .sel-boxt {
    margin: 0 1.66666666px;
  }
  .modal-2 .modal-form .sign_btn {
    width: 149.9999994px;
    height: 43.33333316px;
  }
  .modal-type3 .modal-close {
    top: -28.33333322px;
    right: 0;
  }
  .modal-type3 .ticket-item {
    display: none;
    width: 284.99999886px;
    position: absolute;
    top: 93.33333296px;
    left: 21.66666658px;
    cursor: pointer;
  }
  .modal-type3 .ticket-item li {
    float: left;
    width: 135.83333279px;
    height: 54.16666645px;
    margin-bottom: 16.6666666px;
    transition: all 0.5s;
  }
  .modal-type3 .ticket-item li:nth-child(2n+1) {
    margin-right: 13.33333328px;
  }
  .modal-type3 .ticket-item li.on {
    transform: scale(1.1);
  }
  .modal-type3 .modal-btn {
    width: 149.9999994px;
    height: 41.6666665px;
    cursor: pointer;
  }
  .modal-3 .modal-content {
    width: 328.33333202px;
    height: 326.66666536px;
    background: url("../images/m-bg-3.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-3 .ticket-item {
    display: block;
  }
  .modal-3 .modal-btn {
    margin-top: 262.49999895px;
  }
  .modal-4 .modal-content {
    width: 327.49999869px;
    height: 247.49999901px;
    background: url("../images/m-bg-4.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-4 .modal-btn {
    margin-top: 171.66666598px;
  }
  .modal-5 .modal-content {
    width: 327.49999869px;
    height: 247.49999901px;
    background: url("../images/m-bg-5.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-5 .modal-btn {
    margin-top: 171.66666598px;
  }
  /****************animate*******************/
  @keyframes move {
    0%,
    100% {
      transform: translateX(0);
    }
    28% {
      transform: translateX(0);
    }
    33% {
      transform: translateX(156.66666604px);
    }
    61% {
      transform: translateX(156.66666604px);
    }
    66% {
      transform: translateX(319.16666539px);
    }
    95% {
      transform: translateX(319.16666539px);
    }
  }
}
@media screen and (max-width: 1400px) {
  /**
* Author: Gramy
* CreatTime: 2018/07/28 11:07
*/
  html {
    max-width: 1400px;
    margin: 0 auto;
  }
  .wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fffef8;
  }
  .wrap .wrap-bg {
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -700px;
  }
  .wrap .container {
    width: 1400px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }
  .wrap .box-item {
    border: none!important;
    position: relative;
  }
  .wrap .box-bg {
    width: 100%;
  }
  .wrap .box-bg img {
    width: 1400px;
    height: auto;
    clear: both;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }
  .wrap .box-content {
    width: 875px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -437.5px;
  }
  .left-navbar {
    width: 101.35416667px;
    position: fixed;
    top: 9%;
    left: 4%;
    z-index: 10;
    padding: 0 3.64583333px;
    display: none;
  }
  .left-navbar .left-navbar-bg {
    width: 100%;
  }
  .left-navbar .left-navbar-bg img {
    width: 100%;
  }
  .left-navbar .left-navbar-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .left-navbar .left-navbar-list {
    width: 94.79166667px;
    margin-left: 2.91666667px;
    margin-top: 115.20833333px;
  }
  .left-navbar li {
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left-navbar li img {
    display: block;
    margin: 0 auto;
  }
  .left-navbar li::before {
    content: '';
    display: inline-block;
    width: 77.29166667px;
    height: 18.22916667px;
    position: absolute;
    left: 50%;
    bottom: 5.10416667px;
    margin-left: -38.64583333px;
  }
  .left-navbar li.on::before {
    animation: scale 1s ease 1;
  }
  .left-navbar li.on img {
    animation: hvr-buzz-out 2s ease 1;
  }
  .left-navbar .navbar-item1 {
    height: 75.83333333px;
  }
  .left-navbar .navbar-item1::before {
    background: url("../images/nav-1-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item1 img {
    width: 75.83333333px;
  }
  .left-navbar .navbar-item2 {
    height: 78.75px;
    padding-top: 2.91666667px;
  }
  .left-navbar .navbar-item2::before {
    background: url("../images/nav-2-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item2 img {
    width: 64.89583333px;
  }
  .left-navbar .navbar-item3 {
    height: 65.625px;
    padding-top: 5.83333333px;
  }
  .left-navbar .navbar-item3::before {
    background: url("../images/nav-3-1.png") no-repeat;
    background-size: 100% 100%;
  }
  .left-navbar .navbar-item3 img {
    width: 72.91666667px;
  }
  .left-navbar .left-nav-icon {
    height: 91.14583333px;
    width: 94.79166667px;
    margin-left: 2.91666667px;
    position: relative;
    cursor: pointer;
  }
  .left-navbar .left-nav-icon::before {
    content: '';
    display: inline-block;
    width: 83.85416667px;
    height: 18.95833333px;
    background: url("../images/nav-5.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 5.83333333px;
    margin-left: -41.5625px;
  }
  .bottom-fixed-switch {
    position: fixed;
    right: 0%;
    bottom: 36.45833333px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 174.27083333px;
    padding-top: 0.72916667px;
    opacity: 1;
    z-index: 10;
  }
  .bottom-fixed-switch img {
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-animation: hvr-buzz-out 2s ease infinite;
    -o-animation: hvr-buzz-out 2s ease infinite;
    animation: hvr-buzz-out 2s ease infinite;
  }
  .bottom-fixed-switch.active {
    opacity: 0;
    z-index: -999;
  }
  .bottom-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 59.79166667px;
    right: -2129.16666666px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 19;
  }
  .bottom-fixed.active {
    right: 0;
  }
  .bottom-fixed .bottom-fixed-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 59.79166667px;
    background: rgba(239, 224, 220, 0.8);
  }
  .bottom-fixed .bottom-fixed-main {
    width: 875px;
    height: 58.33333333px;
    margin: auto;
    position: relative;
  }
  .bottom-fixed .bottom-fixed-contentImg,
  .bottom-fixed .bottom-fixed-main1Img {
    float: left;
    width: 85.3125px;
    position: absolute;
    left: 21.875px;
    bottom: 3.64583333px;
  }
  .bottom-fixed .bottom-fixed-contentImg img,
  .bottom-fixed .bottom-fixed-main1Img img {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bottom-fixed .bottom-fixed-contentImg::after,
  .bottom-fixed .bottom-fixed-main1Img::after {
    content: '';
    display: inline-block;
    width: 115.9375px;
    height: 113.02083333px;
    background: url("../images/icon-2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -13.125px;
    z-index: 4;
    animation: drop 2s linear infinite;
  }
  .bottom-fixed .bottom-fixed-form {
    float: left;
    margin-left: 154.58333333px;
    width: 707.29166667px;
  }
  .bottom-fixed form {
    height: 100%;
  }
  .bottom-fixed form ::-webkit-input-placeholder {
    color: #865548;
  }
  .bottom-fixed form ::-moz-placeholder {
    color: #865548;
  }
  .bottom-fixed form :-moz-placeholder {
    color: #865548;
  }
  .bottom-fixed form .input_text,
  .bottom-fixed form .sel-box select {
    display: block;
    float: left;
    width: 100%;
    height: 28.4375px;
    padding-left: 7.29166667px;
    padding-right: 7.29166667px;
    font-size: 14.58333333px;
    color: #865548;
    background: #fff;
    border: 0.72916667px solid #865548;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom-fixed form .username {
    width: 82.39583333px;
  }
  .bottom-fixed form .mobile {
    width: 169.16666667px;
    margin: 0 9.47916667px 0 10.9375px;
  }
  .bottom-fixed form .sel-box {
    width: 92.60416667px;
    height: 28.4375px;
    position: relative;
    float: left;
  }
  .bottom-fixed form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 14.58333333px;
    color: #865548;
    padding-left: 7.29166667px;
    padding-right: 7.29166667px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bottom-fixed form .sel-boxt {
    margin: 0 8.75px;
  }
  .bottom-fixed form .input_text,
  .bottom-fixed form .sel-box {
    margin-top: 18.95833333px;
  }
  .bottom-fixed form .sel-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.64583333px solid transparent;
    border-right: 3.64583333px solid transparent;
    border-top: 5.83333333px solid #865548;
    top: 50%;
    margin-top: -2.91666667px;
    right: 5%;
    z-index: 7;
  }
  .bottom-fixed form .sign_btn {
    position: relative;
    float: left;
    margin-top: 13.125px;
    margin-left: 18.22916667px;
    width: 113.75px;
  }
  .bottom-fixed form .sign_btn a {
    display: block;
  }
  .bottom-fixed .bottom-fixed-close {
    display: inline-block;
    width: 18.95833333px;
    height: 18.95833333px;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7.29166667px;
    right: -25.52083333px;
    cursor: pointer;
    /* -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    &:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }*/
  }
  .bottom-fixed .bottom-fixed-main1 {
    width: 875px;
    height: 59.79166667px;
    position: relative;
    display: none;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list {
    margin-top: 7.29166667px;
    margin-left: 218.75px;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list ul {
    float: left;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li {
    float: left;
    width: 118.85416667px;
    margin-right: 21.875px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list li.on {
    transform: scale(1.1);
  }
  .bottom-fixed .bottom-fixed-main1 .bottom-fixed-list div {
    float: left;
    width: 126.14583333px;
    margin-top: -0.72916667px;
  }
  .swiper-prev,
  .swiper-next {
    width: 33.54166667px;
    height: 33.54166667px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
  }
  .swiper-prev {
    background: url("../images/arrow-l.png") no-repeat;
    background-size: 100% 100%;
    left: -19.6875px;
  }
  .swiper-next {
    background: url("../images/arrow-r.png") no-repeat;
    background-size: 100% 100%;
    right: -19.6875px;
  }
  .swiper-prev1,
  .swiper-next1 {
    width: 33.54166667px;
    height: 33.54166667px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    cursor: pointer;
  }
  .swiper-prev1 {
    background: url("../images/arrow-up.png") no-repeat;
    background-size: 100% 100%;
    top: -14.58333333px;
  }
  .swiper-next1 {
    background: url("../images/arrow-down.png") no-repeat;
    background-size: 100% 100%;
    bottom: -14.58333333px;
  }
  form ::-webkit-input-placeholder {
    color: #9c6e62;
  }
  form ::-moz-placeholder {
    color: #9c6e62;
  }
  form :-moz-placeholder {
    color: #9c6e62;
  }
  form .input_text,
  form .sel-box select,
  form .select-square-box select,
  form .select-square-box {
    display: block;
    float: left;
    width: 100%;
    height: 38.64583333px;
    padding-left: 10.9375px;
    padding-right: 10.9375px;
    margin-bottom: 10.20833333px;
    font-size: 16.04166667px;
    color: #9c6e62;
    background: #efe0dc;
    border: 0.72916667px solid #9c6e62;
    font-family: "Microsoft yahei light";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  form .input_text {
    width: 106.45833333px;
    margin-bottom: 4.375px;
  }
  form .mobile {
    margin-left: 3.64583333px;
    width: 215.10416667px;
  }
  form .sel-box {
    width: 106.45833333px;
    height: 38.64583333px;
    position: relative;
    float: left;
    margin-bottom: 4.375px;
  }
  form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  form .sel-boxt {
    width: 105.72916667px;
    margin: 0 3.64583333px;
  }
  form .select-square-box {
    width: 325.9375px;
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 13.125px;
  }
  form .select-item {
    width: 100%;
    height: 39.375px;
    font-size: 18.95833333px;
    line-height: 39.375px;
    clear: both;
    position: relative;
    margin-bottom: 5.83333333px;
    background: transparent;
    color: #333333;
    padding-right: 0;
  }
  form .select-item > span {
    font-size: 18.95833333px;
    vertical-align: top;
  }
  form .select-item ul {
    display: inline-block;
    vertical-align: top;
  }
  form .select-item li {
    float: left;
    position: relative;
    padding-left: 24.0625px;
    margin-right: 14.58333333px;
    cursor: pointer;
  }
  form .select-item li:last-child {
    margin-right: 0;
  }
  form .select-item li span {
    display: inline-block;
    width: 20.41666667px;
    height: 20.41666667px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  form .select-item li.active span:before {
    content: '';
    position: absolute;
    bottom: 1.45833333px;
    left: -1.45833333px;
    box-sizing: border-box;
    width: 26.25px;
    height: 21.875px;
    background: url("../images/check.png") no-repeat;
    background-size: 100% 100%;
  }
  form .select-item i {
    vertical-align: top;
  }
  form .sel-box:before,
  form .select-square-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.64583333px solid transparent;
    border-right: 3.64583333px solid transparent;
    border-top: 5.83333333px solid #9c6e62;
    top: 50%;
    margin-top: -2.91666667px;
    right: 5%;
    z-index: 5;
  }
  form .sign_btn {
    position: relative;
    text-align: center;
    width: 186.66666667px;
    cursor: pointer;
  }
  form .sign_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .box-1 {
    height: 621.25px;
    position: relative;
    cursor: pointer;
  }
  .box-1 .box-content {
    width: 1400px;
    margin-left: -700px;
  }
  .box-1 .box-content::before {
    content: '';
    display: inline-block;
    width: 110.83333333px;
    height: 46.66666667px;
    background: url("../images/logo.jpg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 173.54166667px;
  }
  .box-2 {
    height: 444.0625px;
  }
  .box-2 .box-2-list {
    width: 301.875px;
    position: absolute;
    top: 35px;
    left: 105px;
  }
  .box-2 .box-2-list li {
    float: left;
    width: 144.375px;
    margin-bottom: 8.75px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-20%);
  }
  .box-2 .box-2-list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .box-2 .box-2-list li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .box-2 .box-2-list li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .box-2 .box-2-list li:nth-child(2n) {
    margin-left: 10.20833333px;
  }
  .box-2 .box-2-top {
    margin-top: 96.97916667px;
    margin-left: 445.52083333px;
    width: 325.9375px;
  }
  .box-2 form {
    margin-right: -7.29166667px;
  }
  .box-2 form .sign_btn {
    width: 207.08333333px;
    clear: both;
    cursor: pointer;
  }
  .box-2 .box-2-bottom {
    margin-top: 40.10416667px;
    margin-left: 351.45833333px;
  }
  .box-2 .pic-list li {
    width: 113.02083333px;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
  }
  .box-2 .pic-list li:nth-child(1) {
    padding-top: 4.375px;
  }
  .box-2 .pic-list li:nth-child(2) {
    margin: 0 32.8125px;
  }
  .box-2 .pic-list li:nth-child(3) {
    padding-top: 2.1875px;
  }
  .box-2 .pic-list li.on {
    transform: translateY(-7.29166667px);
  }
  .box-2.active .box-2-list li {
    opacity: 1;
    transform: none;
  }
  .box-3 {
    height: 773.64583333px;
    position: relative;
  }
  .box-3 .box-main {
    margin-top: 165.52083333px;
    position: relative;
  }
  .box-3 .box-main i {
    display: inline-block;
    position: absolute;
  }
  .box-3 .box-3-l {
    width: 623.4375px;
    margin-left: 27.70833333px;
    position: relative;
  }
  .box-3 .box-3-l .swiper-container {
    width: 623.4375px;
  }
  .box-3 .box-3-l .swiper-slide {
    width: 623.4375px;
    height: 436.04166667px !important;
  }
  .box-3 .swiper-slide1 {
    background: url("../images/s1-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif1 4s steps(1) infinite;
  }
  .box-3 .swiper-slide2 {
    background: url("../images/s2-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif2 4s steps(1) infinite;
  }
  .box-3 .swiper-slide3 {
    background: url("../images/s3-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif3 4s steps(1) infinite;
  }
  .box-3 .swiper-slide4 {
    background: url("../images/s4-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif4 4s steps(1) infinite;
  }
  .box-3 .swiper-slide5 {
    background: url("../images/s5-1.png") no-repeat;
    background-size: 100% 100%;
    animation: gif5 4s steps(1) infinite;
  }
  .box-3 .swiper-slide {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
  }
  .box-3 .swiper-slide-active {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    /* Safari 和 Chrome */
  }
  .box-3 .box-3-r {
    width: 177.1875px;
    height: 526.45833333px;
    margin-left: 16.04166667px;
    position: relative;
  }
  .box-3 .box-3-r .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
  .box-3 .box-3-r .swiper-container {
    width: 177.1875px;
    height: 526.45833333px;
  }
  .box-3 .box-3-r .swiper-slide {
    width: 177.1875px;
    height: 125.41666667px !important;
    margin-bottom: 8.02083333px !important;
  }
  .box-3 .box-3-r .swiper-slide i {
    display: inline-block;
    width: 64.89583333px;
    height: 22.60416667px;
    font-size: 12.39583333px;
    line-height: 22.60416667px;
    color: #744e44;
    text-align: center;
    font-family: "micorsoft yahei light";
    background: rgba(230, 195, 190, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-3 .icon-1 {
    width: 272.70833333px;
    top: 428.75px;
    left: 90.41666667px;
    z-index: 4;
  }
  .box-3 .box-3-btn {
    width: 208.54166667px;
    cursor: pointer;
    position: absolute;
    top: 452.08333333px;
    left: 406.14583333px;
  }
  .box-4 {
    height: 680.3125px;
  }
  .box-4 .box-main {
    margin-top: 182.29166667px;
  }
  .box-4 .swiper-container {
    width: 819.58333333px;
  }
  .box-4 .box-4-btn {
    width: 201.97916667px;
    cursor: pointer;
    position: absolute;
    right: 67.8125px;
    bottom: 58.33333333px;
    z-index: 4;
  }
  .box-5 {
    height: 769.27083333px;
  }
  .box-5 .box-main {
    margin-top: 105px;
  }
  .box-5 .box-5-top {
    width: 816.66666667px;
    position: relative;
  }
  .box-5 .swiper-container {
    width: 816.66666667px;
    height: 486.35416667px;
    position: relative;
  }
  .box-5 .swiper-container .swiper-slide {
    height: 486.35416667px !important;
    box-sizing: border-box;
  }
  .box-5 .swiper-container .swiper-slide2 {
    padding-top: 6.5625px;
  }
  .box-5 .swiper-container .swiper-slide3 {
    padding-top: 20.41666667px;
  }
  .box-5 .swiper-container i {
    display: inline-block;
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-animation: blink 1s ease infinite;
    -o-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
  }
  .box-5 .swiper-prev,
  .box-5 .swiper-next {
    top: 63%;
  }
  .box-5 .label-1 {
    width: 725.52083333px;
    top: 150.20833333px;
    right: -2.1875px;
  }
  .box-5 .label-2 {
    width: 795.52083333px;
    top: 148.75px;
    left: 0.72916667px;
  }
  .box-5 .label-3 {
    width: 662.8125px;
    top: 131.25px;
    right: 21.14583333px;
  }
  .box-5 .box-5-btns {
    width: 537.39583333px;
    margin-top: 16.04166667px;
  }
  .box-5 .box-5-btns div {
    width: 207.08333333px;
    float: left;
    cursor: pointer;
  }
  .box-5 .box-5-btns .btn-1 {
    margin-right: 122.5px;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9999;
    opacity: 0;
  }
  .modal.active {
    opacity: 1;
    z-index: 9999;
  }
  .modal .modal-close {
    display: inline-block;
    width: 18.95833333px;
    height: 18.95833333px;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5.10416667px;
    right: 8.75px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  .modal .modal-close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .modal .modal-content {
    width: 318.64583333px;
    height: 289.47916667px;
    background: url("../images/m-bg-1.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    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%);
    z-index: 3;
  }
  .modal .modal-body {
    padding-top: 0.72916667px;
    height: 100%;
    position: relative;
  }
  .modal .modal-form {
    width: 277.08333333px;
    margin-top: 121.77083333px;
  }
  .modal form {
    margin-right: -7.29166667px;
  }
  .modal form ::-webkit-input-placeholder {
    color: #9c6e62;
  }
  .modal form ::-moz-placeholder {
    color: #9c6e62;
  }
  .modal form :-moz-placeholder {
    color: #9c6e62;
  }
  .modal form .input_text,
  .modal form .sel-box select {
    display: block;
    float: left;
    width: 100%;
    height: 32.8125px;
    padding-left: 9.47916667px;
    padding-right: 7.29166667px;
    margin-bottom: 7.29166667px;
    font-size: 13.125px;
    line-height: 32.8125px;
    color: #9c6e62;
    background: #efe0dc;
    border: 0.72916667px solid #9c6e62;
    box-sizing: border-box;
  }
  .modal form .input_text {
    width: 90.41666667px;
    margin-bottom: 3.64583333px;
  }
  .modal form .mobile {
    width: 183.75px;
    margin-left: 2.91666667px;
  }
  .modal form .sel-box {
    width: 90.41666667px;
    height: 32.8125px;
    position: relative;
    float: left;
    margin-bottom: 18.22916667px;
  }
  .modal form .sel-box select {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .modal form .sel-boxt {
    margin: 0 2.91666667px;
  }
  .modal form .sel-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.64583333px solid transparent;
    border-right: 3.64583333px solid transparent;
    border-top: 5.83333333px solid #9c6e62;
    top: 50%;
    margin-top: -2.91666667px;
    right: 5%;
    z-index: 5;
  }
  .modal form .sign_btn {
    position: relative;
    text-align: center;
    clear: both;
    width: 147.29166667px;
    height: 42.29166667px;
    cursor: pointer;
  }
  .modal form .sign_btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*抽奖*/
  .modal-2 .modal-close {
    top: -24.79166667px;
    right: 0;
  }
  .modal-2 .modal-content {
    width: 286.5625px;
    height: 282.1875px;
    background: url("../images/m-bg-2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-2 .modal-form {
    width: 249.375px;
    margin-top: 141.45833333px;
  }
  .modal-2 .modal-form .input_text,
  .modal-2 .modal-form .sel-box select {
    height: 29.89583333px;
    font-size: 11.66666667px;
    line-height: 29.89583333px;
  }
  .modal-2 .modal-form .input_text {
    width: 81.66666667px;
  }
  .modal-2 .modal-form .mobile {
    width: 165.52083333px;
    margin-left: 1.45833333px;
  }
  .modal-2 .modal-form .sel-box {
    width: 81.66666667px;
    height: 29.89583333px;
    margin-bottom: 9.47916667px;
  }
  .modal-2 .modal-form .sel-boxt {
    margin: 0 1.45833333px;
  }
  .modal-2 .modal-form .sign_btn {
    width: 131.25px;
    height: 37.91666667px;
  }
  .modal-type3 .modal-close {
    top: -24.79166667px;
    right: 0;
  }
  .modal-type3 .ticket-item {
    display: none;
    width: 249.375px;
    position: absolute;
    top: 81.66666667px;
    left: 18.95833333px;
    cursor: pointer;
  }
  .modal-type3 .ticket-item li {
    float: left;
    width: 118.85416667px;
    height: 47.39583333px;
    margin-bottom: 14.58333333px;
    transition: all 0.5s;
  }
  .modal-type3 .ticket-item li:nth-child(2n+1) {
    margin-right: 11.66666667px;
  }
  .modal-type3 .ticket-item li.on {
    transform: scale(1.1);
  }
  .modal-type3 .modal-btn {
    width: 131.25px;
    height: 36.45833333px;
    cursor: pointer;
  }
  .modal-3 .modal-content {
    width: 287.29166667px;
    height: 285.83333333px;
    background: url("../images/m-bg-3.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-3 .ticket-item {
    display: block;
  }
  .modal-3 .modal-btn {
    margin-top: 229.6875px;
  }
  .modal-4 .modal-content {
    width: 286.5625px;
    height: 216.5625px;
    background: url("../images/m-bg-4.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-4 .modal-btn {
    margin-top: 150.20833333px;
  }
  .modal-5 .modal-content {
    width: 286.5625px;
    height: 216.5625px;
    background: url("../images/m-bg-5.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .modal-5 .modal-btn {
    margin-top: 150.20833333px;
  }
  /****************animate*******************/
  @keyframes move {
    0%,
    100% {
      transform: translateX(0);
    }
    28% {
      transform: translateX(0);
    }
    33% {
      transform: translateX(137.08333333px);
    }
    61% {
      transform: translateX(137.08333333px);
    }
    66% {
      transform: translateX(279.27083333px);
    }
    95% {
      transform: translateX(279.27083333px);
    }
  }
}
/****************************************************************/
.sem_pop .sem_info {
  margin-top: -334px;
}
body.active #defaultBox {
  display: none!important;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.blink {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: blink 1s ease infinite;
  -o-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
.scale {
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
}
.float {
  -webkit-animation: float 1s ease infinite;
  -o-animation: float 1s ease infinite;
  animation: float 1s ease infinite;
}
.hvr-buzz-out {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: hvr-buzz-out 2s ease infinite;
  -o-animation: hvr-buzz-out 2s ease infinite;
  animation: hvr-buzz-out 2s ease infinite;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bgSize {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes iconGo {
  0%,
  100% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes drop {
  0% {
    opacity: 1;
    transform: translateY(-10%);
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(130%);
  }
}
@-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);
  }
}
@keyframes gif1 {
  0%,
  100% {
    background: url("../images/s1-1.png") no-repeat;
    background-size: 100% 100%;
  }
  33.33% {
    background: url("../images/s1-2.png") no-repeat;
    background-size: 100% 100%;
  }
  66.66% {
    background: url("../images/s1-3.png") no-repeat;
    background-size: 100% 100%;
  }
}
@keyframes gif2 {
  0%,
  100% {
    background: url("../images/s2-1.png") no-repeat;
    background-size: 100% 100%;
  }
  33.33% {
    background: url("../images/s2-2.png") no-repeat;
    background-size: 100% 100%;
  }
  66.66% {
    background: url("../images/s2-3.png") no-repeat;
    background-size: 100% 100%;
  }
}
@keyframes gif3 {
  0%,
  100% {
    background: url("../images/s3-1.png") no-repeat;
    background-size: 100% 100%;
  }
  25% {
    background: url("../images/s3-2.png") no-repeat;
    background-size: 100% 100%;
  }
  50% {
    background: url("../images/s3-3.png") no-repeat;
    background-size: 100% 100%;
  }
  75% {
    background: url("../images/s3-4.png") no-repeat;
    background-size: 100% 100%;
  }
}
@keyframes gif4 {
  0%,
  100% {
    background: url("../images/s4-1.png") no-repeat;
    background-size: 100% 100%;
  }
  33.33% {
    background: url("../images/s4-2.png") no-repeat;
    background-size: 100% 100%;
  }
  66.66% {
    background: url("../images/s4-3.png") no-repeat;
    background-size: 100% 100%;
  }
}
@keyframes gif5 {
  0%,
  100% {
    background: url("../images/s5-1.png") no-repeat;
    background-size: 100% 100%;
  }
  33.33% {
    background: url("../images/s5-2.png") no-repeat;
    background-size: 100% 100%;
  }
  66.66% {
    background: url("../images/s5-3.png") no-repeat;
    background-size: 100% 100%;
  }
}
/*# sourceMappingURL=style.css.map */