*{
    margin: 0;
    padding: 0;
}
a {text-decoration: none;color: #333333;}
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:185px;
	position:absolute;
	top:30px;
	left:35px;
	z-index: 2;
}
.container .tel {
	border-radius: 4px;
	position:absolute;
	top:30px;
	right:30px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	background-color: #fff;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 2;
}
.tel span {margin-left: 5px;}
.tel img {vertical-align: middle;}
.container .logo img{width:100%;}
#qrcode img {
    background-color: #fff;
    padding: 2px;
    border-radius: 10px;
}
.qrcode-warp .text {
	font-size: 12px;
	text-align: center;
}
.mobile {
	width: 17.81vw;
	height: auto;
	margin-right: 104px;
	overflow: hidden;
}
.desc-warp {
	padding: 42px 10px 0 60px;
}
.desc-top {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
.desc-top-tit {
    width: 36.51vw;
}
.desc-top-sub {
	width: 30.15vw;
}
.desc-top-sub  img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.desc-top-tit img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.main .desc-warp-mid{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.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;
}
