* {
  padding: 0;
  margin: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}


/*解决 vue 闪屏问题*/
[v-cloak] {
  display: none;
}

#vue-container {
  width: 100%;
}

.top_wapper {
  width: 100%;
  height: 58px;
  position: relative;
  overflow: hidden;
}

.top_wapper img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 58px;
}

.main {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  height: calc(100vh - 58px);
  min-height: calc(100vh - 58px);
  position: relative;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  background-image: url(../image/base_bg.jpg);
}

.main::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.main-inner {
  position: relative;
  height: 100%;
}
.main-inner.overhide{
  overflow: hidden;
}

.start_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.start_btn img {
  animation: turn 8s linear infinite;
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.loadingNum {
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #76604b;
}

.loadingText {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #76604b;
}

.loadingText::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 50px 50px #fff;
  animation: mylive 3s infinite ease-in-out;
  
}

@keyframes mylive {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .6;
  }

  100% {
    opacity: 0;
  }
}

.loadingText i:first-child {
  position: relative;
  top: -5px;
  right: -5px;
}

.loadingText i:last-child {
  position: relative;
  bottom: -5px;
  left: -5px;
}
.ani-wrap{
  height: 100%;
  /* transform: translateX(10%); */
}
.juanzhou {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 100%;
  /* transform-origin: right center; */
  /* transition: all 10s 0s linear; */
}
/* .l_scroll.center{
  transform: translate3d(calc(100vw / 2 - 100%),0,0);
}
.r_scroll.center{
  transform: translate3d(calc(100vw / 2 - 100%),0,0);
} */
.r_scroll.center{
  right: 2%;
} 
.l_scroll,
.r_scroll {
  position: relative;
  z-index: 2;
  height: 100%;
  transform: translate3d(0,0,0);
  transition: transform 4s 0s linear;
  -webkit-transition: transform 4s 0s linear;
}
.l_scroll{
  left: 0;
  top: 0;
}
.r_scroll{
  top: 0;
  right: 0;
}
.l_scroll img,
.r_scroll img {
  height: 100%;
}

.l_scroll img {
  margin-left: 22%;
}

.r_scroll img {
  margin-left: -16%;
  /* left: -20px; */
  zoom: 1;
}
.r_scroll.end img{
  margin-left: 0;
}
.ani-draw{
  position: relative;
  top: 8%;
  width: 0;
  overflow: hidden;
  background: #877a5f;
  height: 84%;
  border-top: 16px solid #877A5F;
  border-bottom: 16px solid #877A5F;
  box-sizing: border-box;
  flex-shrink: 0;
  
}
.ani-draw.ani{
  transition: width 4s 0s ease-out;
  -webkit-transition: width 4s 0s ease-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bg {
  position: relative;
  left: -4%;
  transform: translate3d(0%, 0, 0);
  transition: all 4s 0s ease-out;
  -webkit-transition: all 4s 0s ease-out;
  display: flex;
  justify-content: center;
}
.bg.center{
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.bg .bg_img {
  height: 100%;
}

.bg .bg_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}

.bg .bg_title img {
  height: 100%;
}

.bg #bg_title {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 80%;
}

.bg .nav_inner {
  position: absolute;
  top: 0;
  left: -3%;
  z-index: 4;
  transform: scale(0.85);
  opacity: 0;
}

.bg .nav_inner.show {
  opacity: 1;
  transition: opacity 0.5s 4s ease;
  -webkit-transition: opacity 0.5s 4s ease;
}

.nav_inner .nav_contain {
  width: 707px;
  height: 7px;
}

.nav_inner .nav_contain .line {
  position: absolute;
  width: 100%;
  height: 100%;
}

.nav_inner .nav_contain .nav_list {
  position: absolute;
  left: 55%;
}

.point_inner {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.point_inner.show {
  opacity: 1;
  transition: opacity 0.5s 4s ease;
  -webkit-transition: opacity 0.5s 4s ease;
}

.pointItem {
  position: absolute;
  cursor: pointer;
}

.pointItem img {
  width: 56px;
}

.point3-1 img,
.point3-2 img,
.point3-3 img,
.point3-4 img,
.point3-5 img,
.point3-6 img {
  width: 33px;
}

.pointItem::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 50px 40px #fff;
  animation: mylive2 3s infinite ease-in-out;
}

@keyframes mylive2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

.point1-1 {
  left: 40.2%;
  top: 65%;
}

.point1-2 {
  left: 47%;
  top: 65%;
}

.point1-3 {
  left: 33.5%;
  top: 28%;
}

.point2-1 {
  left: 29.5%;
  top: 59.8%;
}

.point2-2 {
  left: 51.5%;
  top: 35.3%;
}

.point2-3 {
  left: 56.7%;
  top: 7.8%;
}

.point2-4 {
  left: 62.2%;
  top: 78.8%;
}

.point3-1 {
  left: 56.6%;
  top: 28.7%;
}

.point3-2 {
  left: 20.6%;
  top: 34.4%;
}

.point3-3 {
  left: 29.4%;
  top: 85.7%;
}

.point3-4 {
  left: 60.8%;
  top: 3%;
}

.point3-5 {
  left: 74%;
  top: 58%;
}

.point3-6 {
  left: 26%;
  top: 47%;
}

.drag-scroll {
  position: fixed;
  bottom: 10px;
  right: 100px;
}

.drag-scroll img {
  width: 216px;
}

.icons {
  position: fixed;
  top: 12px;
  right: 120px;
  display: flex;
}

.icons .cover {
  width: 38px;
  cursor: pointer;
}

.icons .cover-hover {
  width: 38px;
  cursor: pointer;
  display: none;
}

.icons .cover-btn:hover .cover {
  display: none;
}

.icons .cover-btn:hover .cover-hover {
  display: block;
}


.icons .music-start {
  width: 39px;
  height: 39px;
  cursor: pointer;
  margin-left: 20px;
  background: url(../image/music-start.png) no-repeat;
}

.icons .music-start:hover {
  background: url(../image/music-hover.png) no-repeat;
}

.icons .music-start.stop {
  background: url(../image/music-stop.png) no-repeat;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1004;
  display: none;
}

.modal .close {
  position: absolute;
  right: 60px;
  top: 30px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}

.modal .close img {
  width: 100%;
  height: 100%;
}

.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/modal_bg.png) no-repeat center;
  background-size: 100% auto;
  width: 700px;
  height: 420px;
}

.content-text {
  text-align: center;
  height: 100%;
  margin-top: 40px;
  margin-left: 110px;
}

.modal-title {
  height: 24px;
  margin-bottom: 20px;
}

.content-text .modal_text {
  color: #422C0C;
  line-height: 38px;
  font-size: 18px;
}

.content-text .red {
  color: #AC0000;
}

.modal .content .content-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100px;
}

.modal .content .laoli-img {
  right: -70px;
  bottom: -10px;
  width: 190px;
}

.modal .content .lengyin-img {
  right: -70px;
  bottom: -10px;
  width: 190px;
}

.modal .content .waimai-img {
  bottom: -5px;
  right: -60px;
  width: 290px;
}

.modal .content .daoyou-img {
  right: -70px;
  bottom: -10px;
  width: 190px;
}

.modal .content .zhufuren-img {
  right: -110px;
  bottom: -10px;
  width: 330px;
}

.modal .content .liubei-img {
  right: -80px;
  bottom: -5px;
  width: 290px;
}

.modal .content .qianhuo-img {
  right: -40px;
  bottom: -5px;
  width: 200px;
}

#audio {
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
}

@media screen and (min-width: 1200px) and (max-width:1500px) {
  .nav_inner .nav_contain {
    width: 707px;
  }
}

@media screen and (min-width: 1500px) {
  .nav_inner .nav_contain {
    width: 810px;
  }
}
