a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

html {
	/* background: #f7f7f7; */
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #fff;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	background: url(../img/bg.png);
	background-size: 13%;
	/* 需要背景固定時開啟 */
	/* background-attachment: fixed; */
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style-type: none;
	float: left;
}

a {
	text-decoration: none;
	color: #333;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
	width: 100%;
}

em,
i,
var {
	font-style: normal;
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none;
}


.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background-color: #fcfbf8;
	padding-bottom: .3rem;
}


.head {
	width: 7.5rem;
	height: 1.2rem;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	top: 0;
	background-color: #fff;
	box-shadow: rgba(193, 160, 72, 0.1) 0px 4px 10px;
	z-index: 999;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head .logo img {
	width: 3.66rem;
}

.head .lbtn,
.head .rbtn {
	color: #fff;
	height: auto;
	display: flex;
	max-width: .5rem;
	align-items: center;
	transition: all .3s;
}

.head .lbtn:hover,
.head .rbtn:hover {
	transform: scale(1.1);
}

.lbtn img {
	margin-right: .1rem;
}

.rbtn img {
	margin-right: .1rem;
}

.banner {
	width: 100%;
	padding-top: 1.2rem;
}

.banner img {
	width: 100%;
}

.iconlist {
	width: 90%;
	border-radius: .2rem;
	position: relative;
	margin: 0 auto .3rem;
}

.iconlist ul {
	width: 100%;
	height: 1.6rem;
	box-shadow: rgba(193, 160, 72, 0.1) 0px 4px 10px;
	background-color: #fff;
	border-radius: .2rem;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	top: -1.5rem;
}

.iconlist ul li img {
	width: .8rem;
	margin-bottom: .15rem;
}

.iconlist ul li {
	color: #454545;
	font-size: .2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .2s;
}

.iconlist ul li:hover {
	color: #c1a048;
}

.web {
	width: 90%;
	margin: 0 auto;
}

.weblist {
	height: 0.9rem;
	border-radius: .2rem;
	background-color: #fff;
	box-shadow: rgba(193, 160, 72, 0.1) 0px 4px 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .2rem;
	padding: 0 .4rem;
	transition: all .2s;
}

.weblist:hover {
	box-shadow: rgba(193, 160, 72, 0.2) 0px 4px 10px;
}

.weblist img {
	width: auto;
	width: 8em;
	text-align: center;
	/* height:2.4em; */
}

.weblist span {
	width: 1.8rem;
	height: .5rem;
	background-color: #d9bb79;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .24rem;
	border-radius: 99rem;
	transition: all .2s;
}

.weblist span img {
	height: 0.7em;
}

.weblist:hover.weblist .webBtn {
	background-color: #c1a048;
	color: #fff;
}

.wxts {
	display: block;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 0.1rem 0 0.3rem;
	border: 1px solid #c1a048;
	background: #fffffc;
	border-radius: 0.2rem
}

.wxts .tit {
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.24rem;
	color: #c1a048;
}

.wxts ul {
	width: 80%;
	margin: 0 auto;
}

.wxts li {
	line-height: 0.3rem;
	color: #454545;
	font-size: 0.18rem;
}

.ft {
	width: 90%;
	margin: 0 auto;
	padding-top: 0.3rem;
}

.ft h1 {
	width: 100%;
	text-align: center;
	font-size: .18rem;
	color: #c1a048;
	display: block;
}

.ft ul li {
	font-size: .24rem;
	color: #999;
	height: .4rem;
	line-height: .4rem;
}

.left {
	display: flex;
	align-items: center;

}

.left img {
	width: auto;
}

.left .menu {
	background: none;
	color: #7b7b7b;
	padding: 0;
	width: auto;
	font-weight: bold;
	letter-spacing: .3px;
}

.weblist:hover .left.menu {
	background: none;
	color: #7b7b7b;
}

.left .webicon {
	width: min(5vw, 50px);
	margin-right: 3px;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 75%;
	}
}