<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../images/bj.js");
  background-size: cover;
}

.container {
  width: 100vw;
  height: 100vh;
  padding: 2.5vw 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mobile-main {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 2.5vw; */
}

.header .logo {
  margin-left: 65px;
}

.header .logo img {
  height: 3.5vw;
}

.header .contact-container {
  display: flex;
  justify-content: space-between;
  /* flex-direction: row; */
  align-items: center;
}

.header .contact-container img {
  height: 2.5vw;
  margin-left: 3vw;
}

.header h1 {
  position: absolute;
  opacity: 0;
}

.main {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main h2 {
  position: absolute;
  opacity: 0;
  /* color: white; */
}

.theme-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.theme-content .title {
  flex: 1;
  transform: translateY(50%);
}

.theme-content .title img {
  height: 18vw;
}

.theme-content .slider-container {
  flex: 1;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-content .slide {
  position: absolute;
}

.mobile-contact {
  display: none;
}

.slide {
  width: 100%;
  position: relative;
}

.pc_slide {
  width: 100%;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  justify-content: center;
}

.slide img {
  height: 41vw;
  /* margin-right: 60px; */
  /* margin-top: 200px; */
}

.slide .big-img {
  margin-top: 150px;
}

.m_title {
  width: 35vw;
  margin-bottom: 200px;
  /* height: max-content; */
  /* margin-left: 110px; */
  /* position: absolute; */
}

.m_title img {
  height: 11vw;
}

.decs-container {
  /* width: 300px; */
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  bottom: 17vh;
  left: 38vh;

}

.decs-container .qrCode {
  /* 	width: 10vw;
	height: 10vw; */
  padding: 10px;
  box-sizing: border-box;
  margin-right: 1vw;
  background-color: #fff;
  border-radius: 20px;
}

.decs-container .qrCode canvas {
  width: 100%;
  height: 100%;
}

.btn{
	margin-left: 30px;
}
.btn img {
  height: 6vh;
  margin: 10px 0;
  cursor: pointer;
}


.footer-container {
  display: none;
}

.pc_slide {
  display: flex;
  flex-direction: row;
  direction: rtl;
  justify-content: center;
}</pre></body></html>