.appDownload{width: 100%; height: 60px; position: relative; border-bottom: 1px solid #f4f4f4; background: #fff;}
.appDownload img{height: 32px; width: auto; display: block; position: absolute; left: 4%; top: 14px;}
.appDownload div{width: 56px; height: 26px; line-height: 26px; text-align: center; border: 1px solid #ea5455; color: #ea5455; border-radius: 13px; font-size: 12px; position: absolute; right: 4%; top: 17px; background: #fff;}
@media only screen and (min-width: 360px) {
	.appDownload img{height: 36px; top: 12px;}
}
