body,
div,
p,
img,
h1,
h2,
h3,
h4,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
	font-weight: 400;
	margin: 0;
	padding: 0;
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

img {
	vertical-align: top;
}

body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

ol,
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.main-container {
	width: 100%;
	height: auto;
	max-width: 760px;
	margin: 0 auto;
	background-color: #47d8dc;
	padding-bottom: 2rem;
	overflow-x: hidden;
}

.banner {
	display: block;
	width: 100%;
	height: auto;
}

.box-desc {
	width: 94%;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.45);
	padding: 1.15rem 1.15rem 0 1.15rem;
	position: relative;
}
.box-desc::before {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.2rem;
	background: url('../images/tag.png')no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -0.6rem;
	left: -0.6rem;
	transform: rotate(110deg);
}
.box-desc::after {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.2rem;
	background: url('../images/tag.png')no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -0.4rem;
	right: -0.6rem;
}
.text-desc p {
	font-size: .6rem;
	color: #5082BD;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.15rem;
}
.lists {
	margin-top: 40px;
	padding: 22px;
}
.list-item {
	width: 100%;
	height: auto;
	padding: 1rem .2rem .5rem .6rem;
	margin-bottom:20px;
	background: #fff url('../images/hongkong_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.macao-item {
	background: #fff  url('../images/macao_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.taiwan-item {
	background: #fff  url('../images/taiwan_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.japan-item {
	background: #fff  url('../images/japan_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.korea-item {
	background:#fff  url('../images/korea_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.singapore-item {
	background:#fff  url('../images/singapore_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.vietnam-item {
	background:#fff  url('../images/vietnam_bg.jpg') no-repeat right bottom;
	background-size: 2.2rem 2.2rem;
}
.list-img {
	width: 30%;
	max-width: 164px;
	height: auto;
}
.list-img img {
	width: 	100%;
	height: auto;
}
.list-text {
	width: 70%;
	height: auto;
	padding-left: .5rem;
}
.list-text .title {
	font-size: .8rem;
	color: #5082BD;
	font-weight: bold;
	transform: translateY(-.1rem);
}
.list-text .desc,
.list-text .price {
	color: rgba(80,130,189,0.7);
	font-size: .6rem;
}
.list-text .price {
	margin-left: 10px;
}
.list-text .buy-btn {
	display: inline-block;
	padding: .2rem .4rem;
	color: #fff;
	font-size: .6rem;
	word-spacing: 100%;
	text-decoration: none;
	background-color: #5082BD;
	border-radius: .1rem;
	margin-top: .5rem;
}
.zongzi {
	text-align: right;
	padding-right: 2rem;
	margin-top: .8rem;
	color: #5082BD;
	font-size: .6rem;
}
.logo {
	display: block;
	width: 8.75rem;
	height: auto;
	max-width: 540px;
	margin: 2rem auto 0;
}