@media only screen and (min-width:320px) {
	html {
		font-size: 17.5px !important;
	}
}
@media only screen and (min-width:345px) {
	html {
	font-size: 20px !important;
	}
}
@media only screen and (min-width:370px) {
	html {
	font-size: 20.7px !important;
	}
}
@media only screen and (min-width:380px) {
	html {
	font-size: 22px !important;
	}
}
@media only screen and (min-width:401px) {
	html {
	font-size: 23px !important;
	}
}
@media only screen and (min-width:428px) {
	html {
	font-size: 23px !important;
	}
}
@media only screen and (min-width:481px) {
	html {
	font-size: 23px !important;
	}
}
@media only screen and (min-width:569px) {
	html {
	font-size: 23px !important;
	}
}
@media only screen and (min-width:641px) {
	html {
		font-size: 30px !important;
	}
}
html,
body {
  font-family: "HanHei SC", "PingFang SC", "Microsoft YaHei", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #1875f0;
}
body {
	background: #fafafe;
}
.paymentGuidelines {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	padding: 0.676rem 1.5rem;
	width: 100%;
}
.paymentGuidelines h1 {
	font-size: 1rem;
	text-align: center;
}
.paymentGuidelines h3 {
	font-size: 0.75rem;
	color: #333333;
}
.paymentGuidelines p {
	font-size: 0.676rem;
	line-height: 1.2rem;
	color: #333333;
}
.paymentGuidelines .tips {
	color: #FFAA00;
}
.paymentGuidelines .map {
	margin-top: 0.5rem;
}
.paymentGuidelines .map img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	html {
		font-size: 24px !important;
	}
	.paymentGuidelines {
		margin: 0 auto;
		max-width: 820px;
	}
}