.mobileContact {
	width: 100%;
	padding-bottom: 77px;
	background: #FFF9F3;
}
.mobileContact-content {
	width: 100%;
	padding: 16px;
}
.mobileContact-title {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #333333;
	line-height: 20px;
	font-style: normal;
	text-transform: none;
}
.mobileContact-title-desc {
	margin-top: 2px;
	font-weight: 500;
	font-size: 11px;
	color: #FF6D24;
	line-height: 13px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.mobileContact-row {
	margin-top: 16px;
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.mobileContact-row-bg {
	background: url('../images/contact-mobile-bg.png') center center no-repeat;
	background-size: cover;
}
.mobileContact-cell {
	display: flex;
	width: 48%;
	height: 73px;
}
.mobileContact-cell-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.mobileContact-cell-left {
	display: flex;
	flex-direction: column;
}
.mobileContact-cell__title {
	font-weight: 500;
	font-size: 17px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mobileContact-cell__desc {
	margin-top: 4px;
	font-weight: 400;
	font-size: 13px;
	color: #FF6D24;
	line-height: 13px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mobileContact-cell__email {
	margin-top: 4px;
	font-weight: 400;
	font-size: 8px;
	color: #666666;
	line-height: 13px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mobileContact-cell-right {
	display: flex;
}
.mobileContact-cell__qrcode {
	width: 62px;
	height: 62px;
}
.mobileContact-cell__qrcode-image {
	width: 62px;
	height: 62px;
	object-fit: cover;
}
.mobileContact-cell-wz {
	width: 100%;
	height: 63px;
}
.mobileContact-cell-wz .mobileContact-cell__title {
	font-weight: 500;
	font-size: 17px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.mobileContact-cell-wz .mobileContact-cell__desc {
	font-weight: 400;
	font-size: 11px;
	color: #666666;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}