*{
    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 {
	width:26vh;
	position:absolute;
	top:30px;
	left:35px;
}
.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;
}
.container .logo img,.container .tel img {width:100%;}

#qrcode img {
    width: 125px;
    background-color: #fff;
    padding: 6px;
    border-radius: 10px;
}
.main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 8vh;
	user-select: none;
}
.time {
    font-size: 13.9vh;
    color: #fff;
    margin-bottom: 2vh;
    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;
}
.desc-warp {
	padding: 42px 10px 0 60px;
	display: inline-block;
	position: absolute;
	right: 5vh;
	bottom: 2vh;
}
.desc-warp-mid {
	display: flex;
}
.main .desc-warp-mid{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.qrcode-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.desc-warp-mid-img {
	display:flex;
	flex-direction: column;
}
.desc-warp-mid-img img {
	width:145px;
}
.desc-warp-mid-img img:nth-child(1) {
	margin-bottom:15px;
}

.flex {
	display:flex;
	justify-content: center;
}
.qrcode-text {
	font-size: 1.86vh;
	color: #fff;
	margin-top: 1.85vh;
	background-color: #ff5353;
	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;
}