
* {
	margin: 0;
	padding: 0;
}

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

.container {
	width: 100vw;
	height: 100vh;
	padding: 2.5vw;
	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: 6vw;
}

.header .contact-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

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

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

.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%;
}

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

.slide img {
<<<<<<< HEAD
	height: 35vw;
=======
	height: 32vw;
	margin-right: 120px;
>>>>>>> 7ce7067c874ed9d33f077b03b4757216b4aebb89
}

.m_title {
	height: max-content;
	margin-left: 110px;
}

.m_title img {
	height: 18vw;
}

.decs-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 120px;
	
}

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

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

.decs-container .decs-text {
	color: white;
	line-height: 1.5;
}

.decs-container .setup-tips {
	color: #ff9000;
	font-size: 1.5vw;
}

.decs-container .setup-detail {
	font-size: 1.2vw;
}

.footer-container {
	display: none;
}

.pc_slide {
	display: flex;
	flex-direction: row;
	direction: rtl;
}