@charset "UTF-8";body,html {
  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
}

.fullpage {
  height: 0;
  overflow: hidden;
  position: relative;
  touch-action: none;
  transform: translate3d(0,0,0);
  transition: all .5s cubic-bezier(.7, .04, .51, .8) 0s;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-origin: center center
}

.container {
  position: relative
}

.container .content {
  width: 83.3%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.container .content1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  height: 100%;
}

.item1 .title {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 1.03rem;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  line-height: 100px;
}

.item1 .content div {
  position: absolute;
  font-size: 1.25vw !important;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height:  2.083vw !important;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.item1 .content div:first-child {
  top: 2.82rem;
  transition: all .8s ease-in .2s
}

.item1 .active div:first-child {
  width: 46%;
  top: 12.395vw;
  font-weight: 300;
  line-height: 5.208vw !important;
  font-size: 3.75vw !important;
}

.item1 .content div:nth-child(2) {
  width: 46%;
  line-height: 3.164vw;
  top: 5.06rem;
  transition: all .8s ease-in .5s
}

.item1 .active div:nth-child(2) {
  top: 33.27vw
}

.item1 .content div:nth-child(3) {
  top: 5.1rem;
  transition: all .8s ease-in .8s
}

.item1 .active div:nth-child(3) {
  top: 4.7rem
}

.item1 .content div:nth-child(4) {
  top: 7.35rem;
  transition: all .8s ease-in 1.1s
}

.item1 .active div:nth-child(4) {
  top: 5.95rem
}

.item1 .active div {
  opacity: 1
}

.item2 .content div {
  position: absolute;
  font-size: .32rem;
  font-family: 'so-re', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .4rem;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.content1 .tt {
  /* top: 54%; */
  transition: all .8s ease-in .3s;
  width: 80%;
  text-align: center;
  position: absolute;
  top: calc(70% - 10.416vw);
  opacity: 0;
  /* position: relative; */
}
.content1.active .tt {
  /* top: 54%; */
  top: calc(50% - 10.416vw);
  opacity: 1;
  transition: all .8s ease-in .3s;
  /* position: relative; */
}
 /* .content1 .tt::after {
  position: absolute;
  content: '';
  width: 16%;
  left: calc(50% - 8%);
  top: -15px;
  height: 1px;
  background-color: #fff;

} */

/* .item2 .active .tt:first-child {
  top: 34%;
  font-weight: lighter;
  line-height: 100px;
  font-size: 3.333vw;
  width: 100%;
  text-align: center;
} */
 .content1 .tt .p1 {
  font-weight: 300!important;
  line-height: 5.208vw!important;
  font-size: 3.333vw!important;
  width: auto !important;
  text-align: center;
  display: inline-block;
  position: relative;
}
.content1 .tt .p1::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #fff;

}
 .content1 .tt .p2 {
  width: 44%!important;
  line-height: 4.164vw!important;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw!important;
  margin: 0 auto;
  margin-top: 3.854vw;
  margin-bottom: 3.854vw;
  /* top: 62%; */
  /* transition: all .8s ease-in .5s; */
  /* left: calc(50% - 27%); */
}

/* .item2 .active div:nth-child(2) {
  top: 44%;
  width: 54%;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw;
} */
 .content1 .tt .more {
      /* top: 65%; */
    /* transition: all .8s ease-in .8s; */
    display: flex
;
    align-items: center;
    font-size: 2.1875vw;
    font-weight: 300;
    /* margin: 0 auto; */
    /* width: 12vw; */
    cursor: pointer;
    position: absolute;
    right: calc(50% - 5.208vw);
    bottom: -3.854vw;
    line-height: 3.125vw;
}
.content1 .tt .more img{
  height:1.354vw;
  width: 1.354vw;
  margin-left: 1.25vw;
  transition: all .15s ease-in .15s;
}
.content1 .tt .more:hover img{
  
  width: 2.34375vw;
  height: 2.34375vw;
}

/* .item2 .active div:nth-child(3) {
  top: 59%;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
} */
 .active div {
  opacity: 1
}

.item3 .content div {
  position: absolute;
  font-size: .32rem;
  font-family: 'so-re', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .4rem;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.item3 .content div:first-child {
  top: 54%;
  transition: all .8s ease-in .2s;
  width: 100%;
  text-align: center;
  position: relative;
}
.item3 .content div:first-child::after {
  position: absolute;
  content: '';
  width: 12%;
  left: calc(50% - 6%);
  top: -15px;
  height: 1px;
  background-color: #fff;

}

.item3 .active div:first-child {
  top: 34%;
  font-weight: 300;
  line-height: 5.208vw;
  font-size: 3.33vw;
  width: 100%;
  text-align: center;
}

/* .item3 .content div:nth-child(2) {
  width: 54%;
  line-height: 4.164vw;
  top: 62%;
  transition: all .8s ease-in .5s;
  text-align: center;
  left: calc(50% - 27%);
}

.item3 .active div:nth-child(2) {
  top: 44%;
  width: 54%;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw;
} */
/* .item3 .content div:nth-child(3) {
  top: 65%;
  transition: all .8s ease-in .8s;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
}

.item3 .active div:nth-child(3) {
  top: 59%;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
  font-size: 2.083vw;
} */
.item3 .active div {
  opacity: 1
}

.item4 .content div {
  position: absolute;
  font-size: .32rem;
  font-family: 'so-re', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .4rem;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.item4 .content div:first-child {
  top: 54%;
  transition: all .8s ease-in .2s;
  width: 100%;
  text-align: center;
  position: relative;
}
.item4 .content div:first-child::after {
  position: absolute;
  content: '';
  width: 20%;
  left: calc(50% - 10%);
  top: -15px;
  height: 1px;
  background-color: #fff;

}

.item4 .active div:first-child {
  top: 34%;
  font-weight: lighter;
  line-height: 100px;
  font-size: 3.33vw;
  width: 100%;
  text-align: center;
}
/* 
.item4 .content div:nth-child(2) {
  width: 54%;
  line-height: 3.164vw;
  top: 62%;
  transition: all .8s ease-in .5s;
  text-align: center;
  left: calc(50% - 27%);
}

.item4 .active div:nth-child(2) {
  top: 44%;
  width: 54%;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw;
} */
/* .item4 .content div:nth-child(3) {
  top: 65%;
  transition: all .8s ease-in .8s;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
}

.item4 .active div:nth-child(3) {
  top: 59%;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
} */
.item4 .active div {
  opacity: 1
}

.item5 .content div {
  position: absolute;
  font-size: .32rem;
  font-family: 'so-re', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .4rem;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.item5 .content div:first-child {
  top: 54%;
  transition: all .8s ease-in .2s;
  width: 100%;
  text-align: center;
  position: relative;
}
.item5 .content div:first-child::after {
  position: absolute;
  content: '';
  width: 16%;
  left: calc(50% - 8%);
  top: -15px;
  height: 1px;
  background-color: #fff;

}

.item5 .active div:first-child {
  top: 34%;
  font-weight: lighter;
  line-height: 100px;
  font-size: 3.33vw;
  width: 100%;
  text-align: center;
}
/* 
.item5 .content div:nth-child(2) {
  width: 54%;
  line-height: 3.164vw;
  top: 62%;
  transition: all .8s ease-in .5s;
  text-align: center;
  left: calc(50% - 27%);
}

.item5 .active div:nth-child(2) {
  top: 44%;
  width: 54%;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw;
} */
/* .item5 .content div:nth-child(3) {
  top: 65%;
  transition: all .8s ease-in .8s;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
}

.item5 .active div:nth-child(3) {
  top: 59%;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
} */
.item5 .active div {
  opacity: 1
}




.item6 .content div {
  position: absolute;
  font-size: .32rem;
  font-family: 'so-re', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .4rem;
  opacity: 0;
  color: #fff;
  font-weight: lighter;
}

.item6 .content div:first-child {
  top: 54%;
  transition: all .8s ease-in .2s;
  width: 100%;
  text-align: center;
  position: relative;
}
.item6 .content div:first-child::after {
  position: absolute;
  content: '';
  width: 35%;
  left: calc(50% - 17%);
  top: -15px;
  height: 1px;
  background-color: #fff;

}

.item6 .active div:first-child {
  top: 34%;
  font-weight: lighter;
  line-height: 100px;
  font-size: 3.33vw;
  width: 100%;
  text-align: center;
}

/* .item6 .content div:nth-child(2) {
  width: 54%;
  line-height: 3.164vw;
  top: 62%;
  transition: all .8s ease-in .5s;
  text-align: center;
  left: calc(50% - 27%);
}

.item6 .active div:nth-child(2) {
  top: 44%;
  width: 54%;
  text-align: center;
  font-weight: lighter;
  font-size: 2.5vw;
} */
/* .item6 .content div:nth-child(3) {
  top: 65%;
  transition: all .8s ease-in .8s;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
}

.item6 .active div:nth-child(3) {
  top: 59%;
  display: flex;
  align-items: center;
  left: calc(50% - 85px);
} */
.item6 .active div {
  opacity: 1
}

.item8 .swiperBg {
  position: relative;
  width: 100%;
  height: 100%
}

.item8 .swiperBg .imgs {
  width: 300%;
  height: 100%;
  position: relative;
  transition: all .8s ease-in;
  overflow: hidden
}

.item8 .swiperBg .imgs img {
  width: 33.3333%;
  height: 100%;
  object-fit: cover;
  float: left
}

.item8 .swiperBg .button {
  background: 0 0;
  cursor: url(../image/手指@1x.png),default;
  width: 31px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: all .3s;
  opacity: 0
}

.item8 .swiperBg .button img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.item8 .swiperBg .prev {
  left: 7.5%
}

.item8 .swiperBg .next {
  right: 7.5%
}

.item8 .center {
  width: 446px;
  height: 446px;
  background: rgba(0,0,0,.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  opacity: 0
}

.item8 .center>div {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.item8 .center img {
  width: 344px;
  height: 127px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 36px;
  display: block
}

.item8 .center p {
  font-family: FZLTHJW--GB1-0,FZLTHJW--GB1;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 26px
}

.item8 .center .ads {
  position: absolute;
  bottom: 46px;
  text-align: center;
  color: #fff;
  width: 100%;
  opacity: 0
}

.item8 .center .ads .shopName {
  font-size: 18px;
  font-family: FZLTCHJW--GB1-0,FZLTCHJW--GB1;
  font-weight: 400;
  height: 21px;
  color: #fff;
  line-height: 21px;
  margin-bottom: 8px
}

.item8 .center .ads .shopAddress {
  font-size: 16px;
  font-family: FZLTHJW--GB1-0,FZLTHJW--GB1;
  font-weight: 400;
  color: #fff;
  line-height: 18px
}

.item8 .center .downIn {
  animation: downIn .56s ease-in .56s forwards
}

@keyframes downIn {
  0% {
      opacity: 0;
      bottom: 116px
  }

  100% {
      opacity: 1;
      bottom: 46px
  }
}

.item8 .center .leftOut {
  animation: leftOut 1s ease-in-out forwards
}

@keyframes leftOut {
  0% {
      opacity: 1;
      left: 0
  }

  100% {
      opacity: 0;
      left: -100px
  }
}

.item8 .center .rightOut {
  animation: rightOut 1s ease-in-out forwards
}

@keyframes rightOut {
  0% {
      opacity: 1;
      left: 0
  }

  100% {
      opacity: 0;
      left: 200px
  }
}

.item9 .content {
  padding-top: 6.15%;
  box-sizing: border-box;
  position: relative
}

.item9 .content>div {
  width: 100%
}

.item9 .content .link {
  width: 84px;
  height: 84px;
  position: absolute;
  bottom: 134px;
  right: 0
}

.item9 .content .link img {
  width: 100%;
  height: 100%
}

.item9 .content .title {
  line-height: .38rem;
  color: #000;
  position: relative;
  display: flex
}

.item9 .content .title p {
  width: 44%;
  height: .04rem;
  background-color: #000;
  margin-top: .17rem
}

.item9 .content .title span {
  display: block;
  width: 1.8rem;
  height: .38rem;
  font-size: .32rem;
  text-align: center
}

.item9 .content .shopLeft .shop .box {
  width: 100%;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  padding: .1rem 0 .5rem 0
}

.item9 .content .shopLeft .shop .box .prev {
  background: 0 0;
  cursor: url(../image/手指@1x.png),default;
  width: 31px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  transition: all .3s;
  opacity: 0
}

.item9 .content .shopLeft .shop .box .button {
  opacity: 0
}

.item9 .content .shopLeft .shop .box .button img {
  width: 100%;
  height: 100%;
  opacity: .4;
  transition: all .3s
}

.item9 .content .shopLeft .shop .box .button img:hover {
  opacity: 1
}

.item9 .content .shopLeft .shop .box .next {
  background: 0 0;
  cursor: url(../image/手指@1x.png),default;
  width: 31px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  transition: all .3s
}

.item9 .content .shopLeft .shop .box .lists {
  width: 400%;
  height: 2.6rem;
  position: relative;
  transition: all .8s ease-in;
  overflow: hidden
}

.item9 .content .shopLeft .shop .box .lists .list {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  float: left
}

.item9 .content .shopLeft .shop .box .lists .list .items {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly
}

.item9 .content .shopLeft .shop .box .lists .list .list-item {
  width: 2.2rem;
  height: 1rem;
  color: #000;
  margin-top: .35rem;
  position: relative
}

.item9 .content .shopLeft .shop .box .lists .list .list-item .dl {
  font-size: .22rem;
  font-family: FZLTCHJW--GB1-0,FZLTCHJW--GB1;
  font-weight: 400;
  line-height: .27rem;
  margin-bottom: .1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal
}

.item9 .content .shopLeft .shop .box .lists .list .list-item .dl:hover {
  overflow: visible;
  white-space: pre-line;
  cursor: pointer;
  -webkit-line-clamp: 2
}

.item9 .content .shopLeft .shop .box .lists .list .list-item .dt {
  font-size: .16rem;
  font-family: FZLTHJW--GB1-0,FZLTHJW--GB1;
  font-weight: 400;
  line-height: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.item9 .content .shopLeft .shop .box .lists .list .list-item .dt:hover {
  width: 2.2rem;
  overflow: visible;
  white-space: pre-line;
  cursor: pointer;
  -webkit-line-clamp: 5;
  height: .5rem
}

.item9 .content .shopLeft .shop .box .lists .list .disabled {
  color: rgba(0,0,0,.4)
}

.item9 .content .shopLeft .shop .box .lists .list .disabled p {
  font-size: .12rem;
  line-height: .19rem;
  position: absolute;
  top: -.19rem
}

.item9 .content .shopRight {
  display: flex;
  justify-content: space-between
}

.item9 .content .shopRight .shop {
  width: 46%
}

.item9 .content .shopRight .shop .title {
  width: 100%;
  height: auto;
  margin-bottom: .4rem;
  opacity: 0
}

.item9 .content .shopRight .shop .list {
  display: flex;
  flex-wrap: wrap;
  opacity: 0
}

.item9 .content .shopRight .shop .list .list-item {
  width: 1.03rem;
  height: .8rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block
}

.item9 .content .shopRight .shop .list .list-item .main {
  width: .7rem;
  height: .48rem;
  display: block;
  margin: 0 auto;
  transform: scale(1);
  transition: all .3s
}

.item9 .content .shopRight .shop .list .list-item .main:hover {
  transform: scale(1.1)
}

.item9 .content .shopRight .shop .list .list-item span {
  font-size: .14rem;
  height: .32rem;
  line-height: .32rem;
  font-family: FZLTZHUNHJW--GB1-0,FZLTZHUNHJW--GB1;
  font-weight: 400;
  color: #000;
  display: block
}

.item9 .content .shopRight .shop .list .list-item .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  background: #000;
  padding: 4px;
  border-radius: 4px;
  opacity: 0
}

.item9 .content .shopRight .shop .list .list-item .sub img {
  width: auto;
  height: 1.2rem
}

.item9 .content .shopRight .shop .list .list-item .sub span {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  height: 20px
}

.item9 .content .shopRight .shop .list .list-item:hover .sub {
  opacity: 1
}

.item9 .content .shopRight .shop .list a:hover {
  cursor: url("../image/手指@1x.png"),default
}

.item9 .content .shopRight .shop:nth-child(2) .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}

.item9 .content .shopRight .shop:nth-child(2) .list .list-item {
  width: 1.03rem;
  height: .53rem
}

.item9 .content .shopRight .shop:nth-child(2) .list .list-item .main {
  margin-top: 3px
}

.item9 .content .shopRight .shop:nth-child(2) .list .list-item .sub {
  top: -1.5rem
}

.item9 .content .shopRight .shop:nth-child(3) .list-item {
  font-size: .22rem;
  width: 50%;
  text-align: left
}

.item9 .content .shopRight .shop:nth-child(3) .list-item div {
  display: inline-block
}

.item9 .content .shopRight .shop:nth-child(3) .list-item div:first-child {
  padding-right: .1rem;
  font-family: FZLTCHJW--GB1-0,FZLTCHJW--GB1;
  color: #000
}

.item9 .content .shopRight .shop:nth-child(3) .list-item div:nth-child(2) {
  font-size: .16rem
}

.item9 .content .gif {
  width: 56.25%;
  height: auto;
  position: absolute;
  bottom: .81rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease-in 1.2s
}

.item9 .content .gifActive {
  opacity: 1
}

.item9 .content>p {
  font-size: .12rem;
  font-family: FZLTHJW--GB1-0,FZLTHJW--GB1;
  font-weight: 400;
  color: #000;
  line-height: .14rem;
  padding: .17rem 0 .33rem 0;
  border-top: 2px solid #000;
  position: absolute;
  bottom: 0;
  width: 100%
}

.item9 .content>p a {
  text-decoration: none;
  color: #000
}

.video-bg {
  position: relative
}

.video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1
}

.top {
  position: fixed;
  bottom: 21px;
  right: -36px;
  width: 36px;
  height: 36px;
  font-size: 36px;
  color: #fff;
}

.top:hover {
  cursor: url("../image/手指@1x.png"),default
}

.showLeft {
  animation: showLeft .5s ease-in 1.2s forwards
}

@keyframes showLeft {
  0% {
      right: -36px
  }

  100% {
      right: 84px
  }
}

.hideLeft {
  animation: hideLeft .5s ease-out forwards
}

@keyframes hideLeft {
  0% {
      right: 84px
  }

  100% {
      right: -36px
  }
}

#nav {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%
}

#nav .nav {
  width: 94%;
  margin: 0 auto;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav .nav .logo {
  height: 40px;
  /* margin-top: 14px */
}

#nav .nav .navList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16vw;
  /* font-family: FZLTZHUNHJW--GB1-0,FZLTZHUNHJW--GB1; */
  /* position: absolute;
  left: 60%;
  top: 14px;
  transform: translateX(-50%) */
}

#nav .nav .navList .navitem {
  width: 130px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 .16rem;
  transition: border .3s;
}
@media screen and (min-width: 2561px) {
  #nav .nav .navList .navitem {
    margin: 0 .79rem;
  }
}

#nav .nav .navList .navitem:hover span{
  /* border: 2px solid #fff */
  text-decoration: underline;
}

#nav .nav .navList .navitem span {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: inline-block
}

#nav .nav .navList .navitem span:hover {
  cursor: url("../image/手指@1x.png"),default
}

#nav .nav .navList .navitem .child {
  /* display: none; */
  margin-top: 9px;
  height:0px;
  opacity: 0;
}

#nav .nav .navList .navitem .child li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px
}

#nav .nav .navList .navitem .child li:hover {
  text-decoration: underline;
  cursor: url("../image/手指@1x.png"),default
}

#nav .nav .navList .navitem:nth-child(2) {
  
  font-weight: 700;
  height: 32px;
  transition: all .5s;
  overflow: hidden
}

#nav .nav .navList .navitem:nth-child(2):hover {
  position: relative;
  overflow: revert;
  
  transition: all 1s ease-in 1s;
}

#nav .nav .navList .navitem:nth-child(2):hover span {
  text-decoration: underline
}

#nav .nav .navList .navitem:nth-child(2):hover .child {
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
  height: 170px;
  opacity: 1;
  width: 132px;
  z-index: 99999;
  border: 2px solid #fff;
  padding-top: 37px;
  border-radius: 8px;
  transition: all .5s;
  overflow: hidden;
}

#nav .nav .right {
  margin-top: 15px;
  display: flex
}

#nav .nav .right a,#nav .nav .right div {
  margin-left: 24px;
  width: 34px;
  height: 34px;
  position: relative;
  text-decoration: none;
  display: block
}

#nav .nav .right a:hover div,#nav .nav .right div:hover div {
  display: block
}

#nav .nav .right a img,#nav .nav .right div img {
  width: 100%;
  height: 100%;
  transition: all .3s
}

#nav .nav .right a div,#nav .nav .right div div {
  display: none;
  position: absolute;
  left: -35px;
  top: 38px;
  width: 100px;
  height: 124px;
  background: #000;
  border-radius: 4px;
  margin: 0;
  text-align: center
}

#nav .nav .right a div img,#nav .nav .right div div img {
  width: 92px;
  height: 92px;
  margin: 4px;
  margin-bottom: 2px
}

#nav .nav .right a div span,#nav .nav .right div div span {
  display: block;
  height: 13px;
  line-height: 13px;
  color: #fff;
  font-size: 11px;
  display: block;
  margin-top: 8px
}

#nav .nav .right a:hover {
  cursor: url("../image/手指@1x.png"),default
}

#nav .nav .right div:nth-child(3) {
  width: 58px;
  height: 34px
}

.commonUpIn {
  animation: commonUpIn .8s ease-in-out .2s forwards
}

@keyframes commonUpIn {
  0% {
      opacity: 0;
      top: 2.98rem
  }

  100% {
      opacity: 1;
      top: 1.18rem
  }
}

.commonUpOut {
  animation: commonUpOut .3s cubic-bezier(.7,.04,.51,.8) forwards
}

@keyframes commonUpOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.centerUpIn {
  animation: centerUpIn .8s cubic-bezier(.7,.04,.51,.8) .72s forwards
}

@keyframes centerUpIn {
  0% {
      opacity: 0;
      top: 60%
  }

  100% {
      opacity: 1;
      top: 50%
  }
}

.swiperLeftIn {
  animation: swiperLeftIn .8s ease-in-out .5s forwards
}

@keyframes swiperLeftIn {
  0% {
      opacity: 0;
      left: 10.5%
  }

  100% {
      opacity: 1;
      left: 7.5%
  }
}

.shopLeftIn {
  animation: shopLeftIn .8s ease-in-out .5s forwards
}

@keyframes shopLeftIn {
  0% {
      opacity: 0;
      left: 2%
  }

  100% {
      opacity: 1;
      left: 0
  }
}

.swiperRightIn {
  animation: swiperRightIn .8s ease-in-out .5s forwards
}

@keyframes swiperRightIn {
  0% {
      opacity: 0;
      right: 10.5%
  }

  100% {
      opacity: 1;
      right: 7.5%
  }
}

.shopRightIn {
  animation: shopRightIn .8s ease-in-out .5s forwards
}

@keyframes shopRightIn {
  0% {
      opacity: 0;
      right: 2%
  }

  100% {
      opacity: 1;
      right: 0
  }
}

.swiperLeftOut {
  animation: swiperLeftOut .5s ease-in-out 0s forwards
}

@keyframes swiperLeftOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.shopLeftOut {
  animation: shopLeftOut .5s ease-in-out 0s forwards
}

@keyframes shopLeftOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.swiperRightOut {
  animation: swiperRightOut .5s ease-in-out 0s forwards
}

@keyframes swiperRightOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.shopRightOut {
  animation: shopRightOut .5s ease-in-out 0s forwards
}

@keyframes shopRightOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.centerUpIn {
  animation: centerUpIn .8s ease-in-out .2s forwards
}

@keyframes centerUpIn {
  0% {
      opacity: 0;
      padding-top: 42px
  }

  100% {
      opacity: 1;
      padding-top: 0
  }
}

.centerBoxUpIn {
  animation: centerBoxUpIn 1.1s ease-in-out .4s forwards
}

@keyframes centerBoxUpIn {
  0% {
      opacity: 0;
      top: 60%
  }

  100% {
      opacity: 1;
      top: 50%
  }
}

.centerFadeOut {
  animation: centerFadeOut .3s ease-in-out forwards
}

@keyframes centerFadeOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.twoUpIn {
  transition: all .8s ease-in .2s
}

.twoUpIn {
  transition: all .8s ease-in .2s
}

.line1UpIn {
  animation: line1UpIn .8s ease-in-out .32s forwards
}

@keyframes line1UpIn {
  0% {
      padding-top: 60px;
      opacity: 0
  }

  100% {
      padding-top: 0;
      opacity: 1
  }
}

.line2UpIn {
  animation: line2UpIn .8s ease-in-out .48s forwards
}

@keyframes line2UpIn {
  0% {
      padding-top: 60px;
      opacity: 0
  }

  100% {
      padding-top: 0;
      opacity: 1
  }
}

.lineFadeOut {
  animation: lineFadeOut .8s ease-out 0 forwards
}

@keyframes lineFadeOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}
