@charset "utf-8";


/* CSS Document */


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
	display: block
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: #222;
	background: #fff;
	font-size: 0.24rem;
	width: 100%;
	height: 100%;
	max-width:7.5rem;
	margin: 0 auto;
	font-family: '微软雅黑','PingFang SC', "Microsoft YaHei", 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
	-webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
}
div,
span,
a{
	box-sizing: border-box;
}
img {
	border: none;
}
ul,
li {
	list-style: none;
}
a{
	color: #222222;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
a img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{
	text-decoration: none;
	color: #2a3266;
}
a:focus{text-decoration: none}
* img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
	border: none;
}
label{
	cursor: pointer;
}
i {
	font-style: normal;
}
input {
	outline: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.btn{
	border: none;
}
.dn {
	display: none !important;
}
.db {
	display: block !important;
}
.txtem{
	text-indent: 2em;
}
.p0{
	padding-right: 0px;
    padding-left: 0px;
}
.pl0{
	padding-left: 0;
}
.pr0{
	padding-right: 0;
}
.oh{
	overflow: hidden;
}
.dispaly-row{
	display: flex;
	flex-direction: row;
}
.dispaly-column{
	display: flex;
	flex-direction: column;
}
.dispaly-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.webkit{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.w100{
	width: 100%;
}
