/* Generated by less 2.2.0 */
/* LESS Document */
/***************************************************
		配色
***************************************************/
/***************************************************
		风格与模块
***************************************************/
*,
a {
  color: #ffffff;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
}
body {
  background: #000000;
}
header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  z-index: 9999;
}
header > img {
  margin: 1.5% 0 0 3.5%;
}
header:after {
  content: "";
  background: url(../image/logo-bg.jpg) repeat-x center bottom / auto 100%;
  width: 100%;
  height: 50px;
  margin-top: 16px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}
header.seled:after {
  opacity: 1;
  visibility: visible;
}
.cpright {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 0.24rem;
  margin: 0 1.5% 1.5% 0;
}
.cpright br {
  display: none;
}
/***************************************************
		index.html
***************************************************/
#index .page,
#index .swiper-container,
#index .swiper-wrapper,
#index .swiper-slide {
  height: 100%;
}
#index .swiper-container {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#index .swiper-slide {
  position: relative;
  transform: translate3d(0, 0, 0);
}
#index .page-scrollbar {
  background: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 30%;
  top: 35%;
  right: 18px;
  zoom: .5;
  position: absolute;
}
#index .page-scrollbar .swiper-scrollbar-drag {
  background: #e067a0;
}
#index .contact-container .swiper-slide {
  height: auto;
}
#index .contact-container .swiper-slide:after {
  content: none;
}
#index .img-cover,
#index .mv-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .p1 video {
  display: block;
}
#index .p1 img {
  display: none;
}
#index .p3 {
  position: relative;
}


.footer{
  width: 100%;
  background-color: #000;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.w1200 {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.qrCode{position: absolute;right: 8%;top: 30%;}
.qrCode>div{background-color: #000;padding: .1rem;margin: .3rem 0;text-align: center;}
.qrCode p{margin: .1rem 0;}
.qrCode img{width: 3rem;}