* {
	margin: 0;
	padding: 0;
}

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

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

.container .logo {
	width: 240px;
	position: absolute;
	top: 30px;
	left: 35px;
}

.container .tel {
	width: 140px;
	position: absolute;
	top: 30px;
	right: 55px;
}

.container .logo img,
.container .tel img {
	width: 100%;
}

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

.pc_slide .human {
	position: fixed;
	bottom: 0;
	right: 5%;
}

.slide img {
	height: 45vw;
	
}

.m_title img {
	height: 25vw;
	position: fixed;
	left: 4%;
	top: 15vh;
}

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

.decs-container .setup-tips {
	color: #ffdb3a;
	font-size: 1.3vw;
}

.decs-container .setup-detail {
	font-size: 0.9vw;
	margin-top: 10px;
}

.footer-container {
	display: none;
}

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