* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	  overflow: hidden;
}

.pcBG {
	width: 100vw;
	height: 100vh;
	background-image: url("../img/pc/BG.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
.pcQr canvas{
	position: absolute;
    left: 50%;
    width: 80%;
    top: 48%;
    transform: translate(-50%, -50%);
}
	
.pcDh {
	width: 16%;
}
.pcSlogan {
	width: 40%;
	margin-left: 4%;
}
	
.pcCoooperate {
	width: 30%;
	margin-right: 10%;
}
.pcTXT {
	width: 90%;
}

.centerImg {
	width: 30%;
}
.qrBox {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10%;
}
.pcQr {
	width: 20%;
}
.pcUCBox {
	width: 75%;
	    margin-left: 5%;
}
.pcUC1 {
	width: 40%;
}
.pcUC2 {
	width: 80%;
	margin-top: 2%;
}
.centerImg {
	flex:1;
	padding-right: 5%;
}


.moBG {
	width: 100vw;
	height: 100vh;
	background-image: url("../img/mobile/BG_.webp");
	background-repeat: no-repeat;
	position: relative;
}