@charset "UTF-8";
html, body {
  font-size: 100px;
}

#app {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  cursor: url("../image/鼠标@1x.png"), default;
}

#app::-webkit-scrollbar {
  width: 0 !important;
}

.mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.mask.active {
  display: block;
}

.fullpage {
  height: 0;
  overflow: hidden;
  position: relative;
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
  transition: all 500ms cubic-bezier(0.7, 0.04, 0.51, 0.8) 0s;
  left: 0;
  top: 0;
}

.container {
  position: relative;
}

.container .content {
  width: 91.4%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#nav {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.47rem;
  transition: all 0.2s;
  overflow: hidden;
}

#nav .nav {
  margin: 0 auto;
  height: 0.47rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
}

#nav .nav .logo {
  height: 0.23rem;
  width: auto;
}

#nav .nav .jn-icon-a-xiangxia1x {
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
  transition: all .3s;
}

#nav .nav .jn-icon-a-xiangxia1x.active {
  transform: rotate(180deg);
}

#nav .more {
  font-family: FZLTZHUNHJW--GB1-0, FZLTZHUNHJW--GB1;
  width: 100%;
  padding: 0 0.16rem;
  box-sizing: border-box;
  top: 0.47rem;
  box-sizing: border-box;
  height: 0;
  transition: all 1s 0.5s;
}

#nav .more .navList {
  padding-top: 0.12rem;
}

#nav .more .navList .navitem {
  width: 100%;
  height: 0.42rem;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 0.16rem;
  position: relative;
}

#nav .more .navList .navitem span {
  width: 100%;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.16rem;
  padding: 0.12rem 0;
  display: inline-block;
}

#nav .more .navList .navitem .jn-icon-a-jiahao1x {
  position: absolute;
  font-size: 0.14rem;
  width: 0.14rem;
  height: 0.14rem;
  top: 0.15rem;
  right: 0.04rem;
  transform: scale(0deg);
  transition: all 0.3s;
}

#nav .more .navList .navitem .jn-icon-a-jiahao1x.active {
  transform: rotate(45deg);
}

#nav .more .navList .navitem .jn-icon-a-jiahao1x.hide {
  transform: rotate(0deg);
}

#nav .more .navList .navitem .child li {
  height: 0.28rem;
  line-height: 0.28rem;
  padding-left: 0.32rem;
}

#nav .more .navList .navitem:nth-child(1) {
  transition: all 0.5s;
  overflow: hidden;
}

#nav .more .navList .navitem:nth-child(1).active {
  height: 1.94rem;
}

#nav .more .navList .navitem:nth-child(2) {
  transition: all 0.5s;
  overflow: hidden;
}

#nav .more .navList .navitem:nth-child(2).active {
  height: 1.35rem;
}

#nav .more .navList .navitem:nth-child(1).hide, #nav .more .navList .navitem:nth-child(2).hide {
  height: 0.42rem;
}

#nav .more .right {
  padding: 0.12rem 0 0.24rem 0;
  display: flex;
  justify-content: space-around;
}

#nav .more .right div, #nav .more .right a {
  width: auto;
  height: 0.34rem;
  position: relative;
  text-decoration: none;
  display: block;
}

#nav .more .right div img, #nav .more .right a img {
  width: auto;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
}

#nav .more .right div img:hover, #nav .more .right a img:hover {
  transform: scale(1.1);
}

#nav .more .right a:hover {
  cursor: url("../image/手指@1x.png"), default;
}

#nav .more .right div:nth-child(3) {
  width: 0.58rem;
  height: 0.34rem;
}

#nav.active {
  height: auto;
  background: #fff;
}

#nav.active .more {
  height: auto;
}

.fullpage .container .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.fullpage .item1 .title {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  font-size: 0.52rem;
  line-height: 0.62rem;
  width: 100%;
  text-align: center;
  font-family: FZLTCHJW--GB1-0, FZLTCHJW--GB1;
  color: #000000;
}

.fullpage .item2 .content {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fullpage .item2 .content div {
  padding: 0.14rem 0;
  padding-top: 0.54rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  opacity: 0;
}

.fullpage .item2 .content div:nth-child(1) {
  transition: all 0.8s ease-in 0.2s;
}

.fullpage .item2 .content div:nth-child(2) {
  transition: all 0.8s ease-in 0.6s;
}

.fullpage .item2 .content div:nth-child(3) {
  transition: all 0.8s ease-in 0.7s;
}

.fullpage .item2 .content div:nth-child(4) {
  transition: all 0.8s ease-in 1s;
}

.fullpage .item2 .active div {
  opacity: 1;
  padding-top: 0.14rem;
}

.fullpage .item3 .content, .fullpage .item4 .content, .fullpage .item5 .content, .fullpage .item6 .content, .fullpage .item7 .content {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0.79rem;
  height: auto;
  opacity: 0;
}

.fullpage .item3 .content .left img, .fullpage .item4 .content .left img, .fullpage .item5 .content .left img, .fullpage .item6 .content .left img, .fullpage .item7 .content .left img {
  width: 0.78rem;
  height: 0.4rem;
  padding-bottom: 0.08rem;
}

.fullpage .item3 .content .left div, .fullpage .item4 .content .left div, .fullpage .item5 .content .left div, .fullpage .item6 .content .left div, .fullpage .item7 .content .left div {
  color: #AF1E2D;
  font-size: 0.13rem;
  line-height: 0.16rem;
}

.fullpage .item3 .content .right, .fullpage .item4 .content .right, .fullpage .item5 .content .right, .fullpage .item6 .content .right, .fullpage .item7 .content .right {
  width: 1.1rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 0.04rem solid #AF1E2D;
  line-height: 0.52rem;
  font-size: 0.34rem;
  font-family: FZLTZHJW--GB1-0, FZLTZHJW--GB1;
  font-weight: normal;
  color: #AF1E2D;
  text-align: center;
  border-radius: 0.6rem;
}

.fullpage .item4 .content .left div {
  color: #46B4E6;
}

.fullpage .item4 .content .right {
  border-color: #46B4E6;
  color: #46B4E6;
}

.fullpage .item5 .content .left div, .fullpage .item7 .content .left div {
  color: #000000;
  font-size: 0.13rem;
  line-height: 0.16rem;
  font-family: FZLTZHUNHJW--GB1-0, FZLTZHUNHJW--GB1;
}

.fullpage .item5 .content .right, .fullpage .item7 .content .right {
  border-color: #000000;
  color: #000000;
}

.fullpage .item6 .content .left div {
  color: #000000;
  font-size: 0.13rem;
  line-height: 0.16rem;
  font-family: FZLTZHUNHJW--GB1-0, FZLTZHUNHJW--GB1;
}

.fullpage .item6 .content .left div .line {
  display: block;
  height: 0.16rem;
}

.fullpage .item6 .content .right {
  border-color: #000000;
  color: #000000;
}

.fullpage .item8 .swiperBg {
  position: relative;
  width: 100%;
  height: 100%;
}

.fullpage .item8 .swiperBg .imgs {
  width: 300%;
  height: 100%;
  position: relative;
  transition: all 500ms ease-in;
  overflow: hidden;
}

.fullpage .item8 .swiperBg .imgs img {
  width: 33.33%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.fullpage .item8 .swiperBg .button {
  background: transparent;
  cursor: url(../image/手指@1x.png), default;
  width: 0.14rem;
  height: 0.24rem;
  position: absolute;
  top: 50%;
  transform: translateY(-110%);
  z-index: 9;
}

.fullpage .item8 .swiperBg .button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullpage .item8 .swiperBg .prev {
  left: 7.5%;
}

.fullpage .item8 .swiperBg .next {
  right: 7.5%;
}

.fullpage .item8 .center {
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -60%);
  z-index: 9;
  opacity: 0;
}

.fullpage .item8 .center > div {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.fullpage .item8 .center img {
  width: 1.56rem;
  height: 0.58rem;
  margin: 0 auto;
  margin-top: 0.16rem;
  margin-bottom: 0.12rem;
  display: block;
}

.fullpage .item8 .center p {
  font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 0.16rem;
  text-align: center;
  font-size: 0.14rem;
}

.fullpage .item8 .center .ads {
  position: absolute;
  bottom: 0.16rem;
  text-align: center;
  color: #fff;
  width: 100%;
  opacity: 0;
}

.fullpage .item8 .center .ads .shopName {
  font-size: 0.11rem;
  font-family: FZLTCHJW--GB1-0, FZLTCHJW--GB1;
  font-weight: normal;
  height: 0.13rem;
  color: #FFFFFF;
  line-height: 0.13rem;
  margin-bottom: 0.04rem;
}

.fullpage .item8 .center .ads .shopAddress {
  font-size: 0.09rem;
  font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 0.14rem;
}

.fullpage .item8 .center .downIn {
  animation: downIn 0.5s ease-in 0.56s forwards;
}

@keyframes downIn {
  0% {
    opacity: 0;
    bottom: 0.5rem;
  }
  100% {
    opacity: 1;
    bottom: 0.16rem;
  }
}

.fullpage .item8 .center .leftOut {
  animation: leftOut 0.56s ease-out forwards;
}

@keyframes leftOut {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: -0.2rem;
  }
}

.fullpage .item8 .center .rightOut {
  animation: rightOut 0.5s ease-out forwards;
}

@keyframes rightOut {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0.2rem;
  }
}

.fullpage .item9 .content {
  padding-top: 0.57rem;
  box-sizing: border-box;
  position: relative;
}

.fullpage .item9 .content > div {
  width: 100%;
}

.fullpage .item9 .content > div .title {
  width: 100%;
  height: auto;
  margin-bottom: 0.18rem;
  opacity: 0;
}

.fullpage .item9 .content .shopLeft {
  margin-bottom: 0.06rem;
  overflow: hidden;
}

.fullpage .item9 .content .shopLeft .shop .box {
  width: 600%;
  overflow: hidden;
  position: relative;
  transition: all 400ms ease-in;
}

.fullpage .item9 .content .shopLeft .shop .list {
  width: 16.6666%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}

.fullpage .item9 .content .shopLeft .shop .list .list-item {
  width: 50%;
  height: 0.5rem;
  margin-bottom: 0.18rem;
  color: #000000;
  position: relative;
}

.fullpage .item9 .content .shopLeft .shop .list .list-item .dl {
  font-size: 0.12rem;
  font-family: FZLTCHJW--GB1-0, FZLTCHJW--GB1;
  font-weight: normal;
  line-height: 0.18rem;
}

.fullpage .item9 .content .shopLeft .shop .list .list-item .dt {
  font-size: 0.1rem;
  font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
  font-weight: normal;
  line-height: 0.14rem;
  margin-top: 0.04rem;
}

.fullpage .item9 .content .shopLeft .shop .list .disabled {
  color: rgba(0, 0, 0, 0.4);
}

.fullpage .item9 .content .shopLeft .shop .list .disabled p {
  font-size: 0.07rem;
  line-height: 0.1rem;
  position: absolute;
  top: -0.1rem;
}

.fullpage .item9 .content .shopLeft .shop .pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
}

.fullpage .item9 .content .shopLeft .shop .pagenation li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 3px;
  margin-bottom: 10px;
}

.fullpage .item9 .content .shopLeft .shop .pagenation .active {
  background: #000;
}

.fullpage .item9 .content .shopRight .shop .list {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}

.fullpage .item9 .content .shopRight .shop .list .list-item {
  width: 25%;
  height: 0.52rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-bottom: 0.2rem;
}

.fullpage .item9 .content .shopRight .shop .list .list-item .main {
  width: 0.48rem;
  height: 0.32rem;
  display: block;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s;
}

.fullpage .item9 .content .shopRight .shop .list .list-item .main:hover {
  transform: scale(1.1);
}

.fullpage .item9 .content .shopRight .shop .list .list-item span {
  font-size: 0.1rem;
  height: 0.12rem;
  line-height: 0.12rem;
  font-family: FZLTZHUNHJW--GB1-0, FZLTZHUNHJW--GB1;
  font-weight: normal;
  color: #000000;
  display: block;
  margin-top: 0.08rem;
}

.fullpage .item9 .content .shopRight .shop .list a:hover {
  cursor: url("../image/手指@1x.png"), default;
}

.fullpage .item9 .content .shopRight .shop:nth-child(2) .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.fullpage .item9 .content .shopRight .shop:nth-child(2) .list .list-item {
  width: 1.03rem;
  height: 0.53rem;
}

.fullpage .item9 .content .shopRight .shop:nth-child(2) .list .list-item .main {
  margin-top: 3px;
}

.fullpage .item9 .content .shopRight .shop:nth-child(2) .list .list-item .sub {
  top: -0.9rem;
}

.fullpage .item9 .content .gif {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in 1.2s;
}

.fullpage .item9 .content .gifActive {
  opacity: 1;
}

.fullpage .item9 .content .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 2px solid #000;
  position: absolute;
  bottom: 0;
}

.fullpage .item9 .content .footer > p {
  font-size: 0.12rem;
  font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
  font-weight: normal;
  color: #000000;
  line-height: 0.14rem;
  padding: 0.08rem 0 0.24rem 0;
}

.fullpage .item9 .content .footer > p a {
  text-decoration: none;
  color: #000;
}

#fixedMask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  transition: all 0.5s;
}

#fixedMask .fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: auto;
  height: 2.11rem;
  background: #000000;
  border-radius: 0.04rem;
}

#fixedMask .fixed img {
  width: 1.63rem;
  height: 1.63rem;
  display: block;
  padding: 0.1rem 0.08rem;
}

#fixedMask .fixed span {
  display: block;
  height: 0.17rem;
  font-size: 0.14rem;
  font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
  color: #FFFFFF;
  line-height: 0.17rem;
  text-align: center;
}

#fixedMask .contact {
  width: 2.11rem;
}

#fixedMask .contact div span:nth-child(1) {
  font-family: FZLTCHJW--GB1-0, 'FZLTCHJW--GB1-0';
  font-size: 0.16rem;
}

#fixedMask .contact div span:nth-child(2) {
  font-size: 0.12rem;
  padding-top: 0.03rem;
}

#fixedMask .contact div:nth-child(1) {
  padding-top: 0.5rem;
}

#fixedMask .contact div:nth-child(2) {
  padding-top: 0.2rem;
}

#fixedMask .jn-icon-a-shanchu1x {
  font-size: 0.34rem;
  margin: 0 auto;
  margin-top: 0.16rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  width: 0.34rem;
  height: 0.34rem;
}

#fixedMask.active {
  display: block;
  opacity: 1;
}

.top {
  position: fixed;
  bottom: 1.08rem;
  right: -0.24rem;
  width: 0.24rem;
  height: 0.24rem;
}

.showLeft {
  animation: showLeft 0.5s ease-in 1.2s forwards;
}

@keyframes showLeft {
  0% {
    right: -0.24rem;
  }
  100% {
    right: 0.16rem;
  }
}

.hideLeft {
  animation: hideLeft 0.5s ease-out forwards;
}

@keyframes hideLeft {
  0% {
    right: 0.16rem;
  }
  100% {
    right: -0.24rem;
  }
}

.commonUpIn {
  animation: commonUpIn 0.5s ease-in 0.5s forwards;
}

@keyframes commonUpIn {
  0% {
    opacity: 0;
    top: 1.29rem;
  }
  100% {
    opacity: 1;
    top: 0.79rem;
  }
}

.commonUpOut {
  animation: commonUpOut 0.3s cubic-bezier(0.7, 0.04, 0.51, 0.8) forwards;
}

@keyframes commonUpOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.centerUpIn {
  animation: centerUpIn 0.8s cubic-bezier(0.7, 0.04, 0.51, 0.8) 0.4s forwards;
}

@keyframes centerUpIn {
  0% {
    opacity: 0;
    padding-top: 53px;
  }
  100% {
    opacity: 1;
    padding-top: 0;
  }
}

.centerBoxUpIn {
  animation: centerBoxUpIn 0.8s cubic-bezier(0.7, 0.04, 0.51, 0.8) 0.2s forwards;
}

@keyframes centerBoxUpIn {
  0% {
    opacity: 0;
    top: 60%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

.centerFadeOut {
  animation: centerFadeOut 0.3s cubic-bezier(0.7, 0.04, 0.51, 0.8) forwards;
}

@keyframes centerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.twoUpIn {
  transition: all 0.8s ease-in 0.2s;
}

.twoUpIn {
  transition: all 0.8s ease-in 0.2s;
}

.line1UpIn {
  animation: line1UpIn 0.8s cubic-bezier(0.7, 0.04, 0.51, 0.8) 0.32s forwards;
}

@keyframes line1UpIn {
  0% {
    padding-top: 60px;
    opacity: 0;
  }
  100% {
    padding-top: 0px;
    opacity: 1;
  }
}

.line2UpIn {
  animation: line2UpIn 0.8s cubic-bezier(0.7, 0.04, 0.51, 0.8) 0.48s forwards;
}

@keyframes line2UpIn {
  0% {
    padding-top: 60px;
    opacity: 0;
  }
  100% {
    padding-top: 0px;
    opacity: 1;
  }
}

.lineFadeOut {
  animation: lineFadeOut 0.8s ease-out 0 forwards;
}

@keyframes lineFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
