*{
    margin: 0;
    padding: 0;
}

body,html { width:100%;height:100%;}
.container {
	width:100%;
	height:100%;
	background-image:url("../../assets/images/bg.js");
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.container .logo img{
	width:15vh;
	margin-bottom: 30px;
/* 	margin: 0 auto;
	text-align: center; */
}
.container .icon_box {
	width: 2rem;
	position:absolute;
	top:30px;
	right:45px;
}
.icon_box img {
	width: 100%;
}
.container .tel {
	width:140px;
	position:absolute;
	top:30px;
	right:55px;
}

#qrcode img {
    width: 150px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.main {
	box-sizing: border-box;
	padding-bottom: 8vh;
	user-select: none;
	position:absolute;
	top:190px;
	left:70px;
	margin: 0 auto;
	text-align: center;
}
.time {
    font-size: 13.9vh;
    color: #fff;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    letter-spacing: 0.2vh;
}
.mobile {
	width: 17.81vw;
	height: auto;
	margin-right: 104px;
	overflow: hidden;
}
.app-img img{
	width: 520px;
}
.desc-warp {
	padding: 42px 10px 0 60px;
	display: inline-block;
	position: absolute;
	right: 5vh;
	bottom: 2vh;
}
.desc-warp-mid {
	display: flex;
	justify-content: center;
}
.main .desc-warp-mid{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.qrcode-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.desc-warp-mid-img {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.desc-warp-mid-img img{
	margin: 15px 0;
}
.desc-warp-mid-img img {
	width: 170px;
}

.flex {
	display:flex;
	justify-content: center;
}
.qrcode-text {
	font-size: 1.86vh;
	color: #fff;
	margin-top: 1.85vh;
	background-color: #ff4192;
	padding: 0.74vh 1.5vh;
	border-radius: 2vh;
}
.fixed-slogan {
    position: fixed;
    bottom: 2.3vh;
    left: 0;
    width: 100%;
    padding: 0 40vh;
    box-sizing: border-box;
    text-align: center;
}
.fixed-slogan img {
    max-width: 100%;
    width: 80vh;
}