* {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  height: 100vh;
  background: url("../images/newSite/bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.logo {
  position: fixed;
  top: 7.5vh;
  left: 4.2vw;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.logo img {
  /* width: 40px; */

  height: 65px;
  margin-right: 16px;
}
.phone-call {
  width: 198px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 82px;
  right: 50px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.phone-call img {
  width: 20px;
  margin-right: 4px;
}

.index-container {
  width: 100%;
  height: 100vh;
}
.index-container .swiper-pagination-bullet-active {
  background: #ffffff;
}
.index-container .page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-container .page .phone {
  width: auto;
  height: 68.8vh;
  margin-right: 14.8vw;
}
.index-container .page1 > div {
  width: 27.6vw;
  display: flex;
  flex-direction: column;
}
.index-container .page1 .qrcode {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8vw;
}
.index-container .page1 .qrcode div {
  text-align: center;
  /* font-size: 1.25vw;
    color: rgba(255,255,255,.8); */
  font-size: 16px;
  color: #fff;
}
.index-container .page1 .qrcode div img {
  width: 140px;
  height: 140px;
  display: block;
  margin-bottom: 16px;
}
.index-container .page2 .phone {
  margin-right: 7.8vw;
}
.index-container .page2 div img {
  /* width: 25vw; */
  height: 9.33vw;
  display: block;
  margin-bottom: 1.56vw;
}
.index-container .page2 div p {
  font-size: 1.56vw;
  color: #ffffff;
  letter-spacing: 3.2px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 0.5vw;
}
.index-container .page2 .footer {
  width: 100%;
  height: 3.75vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.93vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 3.75vw;
  text-align: center;
}

.container-mobile {
  width: 100%;
  height: 100vh;
  background: url("../images/newSite/bg2.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}

.logo-mobile {
  position: fixed;
  top: 2vh;
  left: 6.4vw;
  display: flex;
  align-items: center;
  font-size: 4.8vw;
  color: rgba(255, 255, 255, 0.8);
}
.logo-mobile img {
  /* width: 7.5vw; */
  height: 38px;
  margin-right: 2.13vw;
}
.mobile-container {
  width: 100%;
  height: 100vh;
}
.mobile-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-container .swiper-slide .title {
  width: 100%;
  margin-top: 12vh;
  display: block;
}
.mobile-container .swiper-slide .phone {
  width: auto;
  height: 50vh;
  margin: 0;
}
.mobile-container .swiper-pagination-bullet-active {
  width: 16px;
  background: #ffffff;
  border-radius: 4px;
}
.container-mobile .btns {
  width: 100%;
  position: fixed;
  bottom: 10vh;
  left: 0;
  z-index: 100;
}

.container-mobile a {
  width: 47vw;
  height: 10.67vw;
  margin: 0 auto 4.26vw auto;
  border: 1px solid #161616;
  background-color: rgba(255, 255, 255, 0.3);
  color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 6vw;
  text-decoration: none;
}
.container-mobile a img {
  width: 100%;
}
.container-mobile .hint {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.container-mobile .hint img {
  width: 80%;
}
