* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: Microsoft YaHei, helvetica neue, tahoma, hiragino sans gb, stheiti, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1300px;
  background-color: #7342f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none;
}

fieldset,
img {
  border: 0;
}

body a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

*,
:after,
:before {
  box-sizing: content-box;
}

/* 头部样式 -------start */
#header {
  height: 540px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #091e71;
}

#header img {
  height: 540px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#header .info {
  position: absolute;
  left: 56%;
  top: 19px;
  z-index: 1;
}

#header .info div {
  position: relative;
}

.notice {
  background: url('https://qnm.hunliji.com/o_1dcis6artg52jf7vtc1rt185cl.png') no-repeat;
  background-size: 100%;
  width: 405px;
  height: 87px;
}

.notice a {
  display: inline-block;
  width: 57px;
  height: 55px;
  background: url('https://qnm.hunliji.com/o_1dcj39q1v1hgl1r3c1iiulht13jb17.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 13px;
}

#header .info input {
  border: 0 none;
  width: 400px;
  height: 50px;
  background-color: #fff;
  font-size: 20px;
  color: #253a89;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 13px;
  border-radius: 22px;
}

#header .info input:focus {
  outline: 0 none;
}

/* #header .info .name {
    padding-left: 80px;
  }
  #header .info .phone {
    padding-left: 100px;
  }
  #header .info .mate_phone {
    padding-left: 130px;
  } */

#header div .label {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 24px;
  color: #686868;
  height: 58px;
  line-height: 56px;
  font-weight: initial;
}

#header .get-ticket {
  width: 400px;
  height: 56px;
  border-radius: 28px;
  background: url('https://qnm.hunliji.com/o_1dciqgs7812v31ltc1q9fnjiqgie.png');
  color: #eee;
  line-height: 56px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

#header .get-ticket:hover {
  background-color: #e03479;
}

#header .area {
  height: 34px;
  width: 400px;
  margin: 0px 20px 20px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: initial;
  position: relative;
}

#header .area::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#header .area div {
  float: left;
  line-height: 34px;
}

#header .area i {
  font-style: normal;
  transform: rotate(90deg);
  display: inline-block;
}

#header .area .city {
  width: 130px;
  height: 34px;
  background-color: #fff;
  border-radius: 17px;
  box-sizing: border-box;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  color: #686868;
}

#header .area .selector {
  max-height: 170px;
  border-radius: 17px;
  width: 130px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: height 0.2s;
  overflow: hidden;
  overflow: auto;
  z-index: 2;
}

#header .area .selector::-webkit-scrollbar {
  display: none;
}

#header .area .selector li {
  background-color: #fff;
  padding: 0 30px 0 20px;
  min-height: 34px;
  line-height: 34px;
}

#header .area .selector li:hover {
  background: #ccc;
}

#header .area .hide .selector {
  height: 34px;
  overflow: hidden;
}

#header .area .hide .selector li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header .area .zone {
  width: 130px;
  height: 34px;
  background-color: #fff;
  border-radius: 17px;
  box-sizing: border-box;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  color: #686868;
}

#header .area .tip {
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid #4d4d4d;
  position: absolute;
  top: 4px;
  right: 22px;
  z-index: 2;
  transition: all 0.3s;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
}

#header .area .hide .tip {
  top: 12px;
  transform: rotate(0deg);
  pointer-events: none;
}

#header .mate_phone {
  width: 400px;
}

#header .location {
  width: 400px;
  height: 78px;
  font-size: 14px;
  font-weight: 550;
  border-radius: 20px;
  padding: 24px 18px;
  border: 0 none;
  background-color: #fff;
  resize: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #262626;
}

#header .location:focus {
  outline: none;
}

#header .scrollUl {
  position: relative;
  left: 25.8%;
  top: 416px;
  height: 102px;
  overflow: hidden;
  width: 300px;
}

#header .scrollUl li {
  position: absolute;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  padding: 0 16px;
  color: #fff;
  background-color: #6e3668;
  border-radius: 30px;
  margin-bottom: 7px;
}

#header .scrollUl li:nth-child(1) {
  -webkit-animation: anim1 20s linear infinite;
}

#header .scrollUl li:nth-child(2) {
  -webkit-animation: anim2 20s linear infinite;
}

#header .scrollUl li:nth-child(3) {
  -webkit-animation: anim3 20s linear infinite;
}

#header .scrollUl li:nth-child(4) {
  -webkit-animation: anim4 20s linear infinite;
}

#header .scrollUl li:nth-child(5) {
  -webkit-animation: anim5 20s linear infinite;
}

#header .scrollUl li:nth-child(6) {
  -webkit-animation: anim6 20s linear infinite;
}

#header .scrollUl li:nth-child(7) {
  -webkit-animation: anim7 20s linear infinite;
}

#header .scrollUl li:nth-child(8) {
  -webkit-animation: anim8 20s linear infinite;
}

#header .scrollUl li:nth-child(9) {
  -webkit-animation: anim9 20s linear infinite;
}

/* 头部样式 ---------end */

/* 主体样式 ---------start */

#main {
  width: 100%;
  background-color: #7342f3;
  margin-bottom: 48px;
}

#main .one {
  width: 1020px;
  margin: 26px auto 0;
}

#main .one::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#main .one .text {
  margin-top: 14px;
  width: 394px;
  font-size: 24px;
  color: #e3d9fd;
  float: left;
}

#main .one .text p {
  text-indent: 40px;
}

#main .one .text .lastpragraph {
  text-indent: 0;
  width: 976px;
}

#main .one .video {
  width: 620px;
  height: 348px;
  border-radius: 8px;
  float: right;
  overflow: hidden;
}

#main .six {
  position: relative;
}

#main .map-box {
  height: 380px;
  width: 970px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  margin-left: -12px;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}

#main .yizhanshi {
  width: 100%;
  height: 257px;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

#main .place-order {
  width: 100%;
  height: 1632px;
  position: relative;
  overflow: hidden;
}

#main .place-order .titile {
  top: 46px;
}

#main .place-order .list {
  top: 200px;
}

#main .discount {
  width: 100%;
  height: 1372px;
  position: relative;
  overflow: hidden;
}

#main .discount .titile {
  top: 46px;
}

#main .discount .list {
  top: 200px;
}

#main .receive {
  width: 100%;
  height: 744px;
  position: relative;
  overflow: hidden;
}

#main .dianfanbao {
  width: 984px;
  height: 422px;
  background: url('https://qnm.hunliji.com/o_1dcjb8b4e1vcuimbhboq4v1je62k.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
}

#main .dianfanbao .getfanbao {
  display: inline-block;
  position: absolute;
  right: 195px;
  bottom: 50px;
  width: 260px;
  height: 82px;
  background: url('https://qnm.hunliji.com/o_1dcjcok18sb317lg1ecv1s3j9d42p.png') no-repeat;
  background-size: 100%;
  padding-left: 24px;
  line-height: 77px;
}

#main .explore {
  width: 100%;
  height: 786px;
  position: relative;
  overflow: hidden;
}

#main .explore .titile {
  top: 46px;
}

#main .explore .explorebg {
  width: 984px;
  height: 505px;
  background: url('https://qnm.hunliji.com/o_1dcllnhgk4rgof0oaf10p711fst.gif') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 221px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
}

#main .explorebg .explorebtn {
  display: inline-block;
  position: absolute;
  right: 195px;
  bottom: 50px;
  width: 443px;
  height: 85px;
  right: 291px;
  bottom: -44px;
  background: url('https://qnm.hunliji.com/o_1dcjee37n1fpep1h562m0l1vkl38.png') no-repeat;
  background-size: 100%;
  line-height: 77px;
  text-align: center;
}

#main .welfare {
  width: 100%;
  height: 1372px;
  position: relative;
  overflow: hidden;
}

#main .welfare .titile {
  top: 46px;
}

#main .welfare .list {
  top: 200px;
}

#main .promise {
  width: 100%;
  height: 655px;
  position: relative;
  overflow: hidden;
}

#main .promise .titile {
  top: 46px;
}

#main .promise .list {
  top: 200px;
}

#main .map {
  width: 100%;
  height: 1130px;
  position: relative;
  overflow: hidden;
}

#main .map .titile {
  top: 46px;
}

#main .map .place {
  top: 140px;
}

#main .map .mode {
  width: 974px;
  margin-left: 2px;
  top: 726px;
}

#main .noticetitle {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}

#main .noticetitle .title {
}

#main .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 主体样式 ---------end */

/* 底部样式   ----start */

#footer {
  width: 96%;
  min-width: 1460px;
  height: 130px;
  padding: 14px 0;
  background-color: rgba(69, 31, 172, 0.9);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 160;
  border-radius: 90px;
}

#footer .leftbg,
#footer .rightbg {
  position: absolute;
}

#footer .leftbg {
  top: -84px;
  left: -14px;
}

#footer .rightbg {
  top: -84px;
  right: 54px;
}

#footer .user {
  position: absolute;
  width: 1452px;
  margin-top: 10px;
  height: 300px;
  left: 50%;
  transform: translateX(-50%);
}

#footer .row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#footer .row.two {
  margin-top: 20px;
}

#footer .row div {
  float: left;
  position: relative;
}

#footer .row div .label {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 20px;
  color: #eee;
  height: 45px;
  line-height: 45px;
}

#footer .row div input {
  border: 0 none;
  background-color: rgba(85, 64, 194, 0.9);
  height: 45px;
  position: relative;
  font-size: 20px;
  color: #adbeff;
  padding: 0 20px;
  box-sizing: border-box;
}

#footer .row div input::-webkit-input-placeholder {
  color: #adbeff;
}

#footer .row .little {
  max-width: 350px;
  width: 30%;
  min-width: 200px;
}

#footer .row .name {
  width: 350px;
  padding-left: 80px;
}

#footer .row .phone {
  width: 350px;
  padding-left: 100px;
}

#footer .row .mate_phone {
  width: 350px;
  padding-left: 184px;
}

#footer .row .get-ticket {
  width: 350px;
  height: 45px;
  background-color: #e92473;
  color: #eee;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

#footer .row .get-ticket:hover {
  background-color: #e03479;
}

#footer .row .area {
  height: 45px;
  width: 710px;
  margin: 0px 18px;
  line-height: 45px;
  color: #eee;
  font-size: 20px;
}

#footer .area i {
  font-style: normal;
  transform: rotate(90deg);
  display: inline-block;
}

#footer .area .city {
  width: 290px;
  background-color: rgba(85, 64, 194, 0.9);
  box-sizing: border-box;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

#footer .area .selector {
  max-height: 330px;
  width: 290px;
  position: absolute;
  left: 0;
  bottom: 45px;
  background-color: rgba(85, 64, 194, 0.9);
  transition: height 0.2s;
  overflow: hidden;
  overflow: auto;
}

#footer .area .hide .selector {
  height: 0;
}

#footer .area .selector li {
  background-color: rgba(85, 64, 194, 0.9);
  padding-left: 20px;
  height: 54px;
}

#footer .area .selector li:hover {
  background: #ccc;
}

#footer .area .zone {
  width: 290px;
  background-color: rgba(85, 64, 194, 0.9);
  box-sizing: border-box;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

#footer .row .mate_phone {
  width: 350px;
}

#footer .row .name::before {
  content: '*';
  position: absolute;
  left: 0;
  color: #eee;
  font-size: 20px;
}

#footer .location {
  width: 710px;
  margin: 0px 18px;
}

/* 底部样式   ----end */

/* 回到头部 */
#to_top {
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  position: fixed;
  right: 80px;
  bottom: 200px;
  text-align: center;
  line-height: 74px;
  color: #03155d;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  z-index: 161;
  display: none;
}

#to_top:after {
  content: '';
  position: absolute;
  border: 9px solid transparent;
  border-bottom: 9px solid #333;
  left: 20px;
  top: 5px;
}

#notice {
  font-size: 16px;
  padding: 6px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  display: none;
}

#notice.error {
  color: red;
}

#notice.success {
  color: green;
}

.user-notice {
  width: 788px;
  height: 972px;
  color: #f0eaff;
  margin: 0 auto;
  font-size: 13px;
}

.user-notice h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.user-notice p {
  line-height: 2;
  margin-left: -77px;
}

.success {
  width: 432px;
  height: 282px;
  font-size: 16px;
  padding: 6px 20px;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}

.success img {
  width: 432px;
  height: 282px;
}

.success .comfirm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
  font-size: 30px;
  color: #edafa8;
  cursor: pointer;
}

@-webkit-keyframes anim1 {
  0% {
    top: 47px;
    opacity: 1;
  }

  11% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: 47px;
    opacity: 0;
  }

  /*让数据回到原始的位置**/
}

@-webkit-keyframes anim2 {
  0% {
    top: -47px;
    opacity: 0;
  }

  5% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  11% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  22% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim3 {
  0% {
    top: -47px;
    opacity: 0;
  }

  15% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  22% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  33% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim4 {
  0% {
    top: -47px;
    opacity: 0;
  }

  26% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  33% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  44% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim5 {
  0% {
    top: -47px;
    opacity: 0;
  }

  38% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  44% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  55% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim6 {
  0% {
    top: -47px;
    opacity: 0;
  }

  49% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  55% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  66% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim7 {
  0% {
    top: -47px;
    opacity: 0;
  }

  60% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  66% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  77% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim8 {
  0% {
    top: -47px;
    opacity: 0;
  }

  71% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  77% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  88% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}

@-webkit-keyframes anim9 {
  0% {
    top: -47px;
    opacity: 0;
  }

  82% {
    top: 47px;
    opacity: 0;
  }

  /**为了做隐藏*/
  88% {
    top: 47px;
    opacity: 1;
  }

  /**让数据回到原始的位置**/
  99% {
    top: -47px;
    opacity: 0;
  }

  100% {
    top: -47px;
    opacity: 0;
  }
}
