@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

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

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
menu,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	border: 0;
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
button,
select {
	overflow: visible;
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
	border: none;
}

ul,
ol,
dl {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

i,
em {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #FF3333;
}

img {
	border: 0;
	vertical-align: middle;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}


body {
	background: #F5F5F5;
	overflow-x: hidden;
}

input::-webkit-input-placeholder {
	color: #787878;
}

textarea::-webkit-input-placeholder {
	color: #787878;
}

/*display*/
.dn {
	display: none;
}

.db {
	display: block !important;
}

.bgf {
	background: #fff;
}

.bgeb {
	background-color: #ebebeb !important;
}

.bgf8 {
	background-color: #FBFBFB !important;
}

/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right !important;
}

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

/* .clearfix{ *zoom: 1;} */
/*flex*/
.flex {
	display: flex;
}

.flex1 {
	flex: 1 0 !important;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}

.flex-align {
	display: flex;
	align-items: center;
}

/*垂直对齐*/
.flex-center {
	display: flex;
	justify-content: center;
}

/*位于中间*/
.flex-center-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*水平对齐,垂直对齐*/
.flex-between {
	display: flex;
	justify-content: space-between;
}

/*两端对齐*/
.flex-around {
	display: flex;
	justify-content: space-around;
}

/*居中对齐*/
.flex-end {
	display: flex;
	justify-content: flex-end;
}

/*右侧对齐*/
.flex-wrap {
	flex-direction: row;
	flex-wrap: wrap;
}

/*换行*/
.flex-column {
	display: flex;
	flex-direction: column;
}

/*ellipsis*/
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

/*radius*/
.radius50 {
	border-radius: 50%;
}

/*radius*/
.radius5 {
	border-radius: 5px;
}

.radius10 {
	border-radius: 10px;
}

/*display*/
.dn {
	display: none !important;
}

.db {
	display: block !important;
}

.di {
	display: inline;
}

.dib {
	display: inline-block;
}

/*img*/
.img {
	max-width: 100%;
}

.img10 {
	width: 100%;
}

.img100 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*font*/
.tc {
	text-align: center !important
}

.tr {
	text-align: right !important
}

.bold {
	font-weight: bold;
}

.cursor-pointer {
	cursor: pointer;
}

/*position*/
.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fix {
	position: fixed;
}

.ovn {
	overflow: hidden;
}

.line {
	text-decoration: line-through;
}

/*box-con*/
.box-con {
	position: relative;
}

.box-con .button-android {
	position: absolute;
	left: 2.30rem;
	top: 2.66rem;
	width: 1.13rem;
	height: 0.24rem;
	z-index: 2;
}

.box-con .button-ios {
	position: absolute;
	left: 2.30rem;
	top: 2.26rem;
	width: 1.13rem;
	height: 0.24rem;
	z-index: 2;
}

.box-con .button-ewm {
	position: absolute;
	left: 19.52%;
	top: 13.5%;
	width: 8.2vw;
	height: 8.2vw;
	z-index: 2;
	overflow: hidden;
}

.box-con .button-android2 {
	position: absolute;
	left: 5.24rem;
	bottom: 0.38rem;
	width: 0.7rem;
	height: 0.2rem;
	z-index: 2;
}

.box-con .button-ios2 {
	position: absolute;
	left: 5.24rem;
	bottom: 0.12rem;
	width: 0.7rem;
	height: 0.2rem;
	z-index: 2;
}

.box-con .button-ewm2 {
	position: absolute;
	left: 19.52%;
	bottom: 3.05%;
	width: 6.8vw;
	height: 6.8vw;

	z-index: 2;
	overflow: hidden;
}

/*mob-con*/
.mob-con {
	position: relative;
}

.mob-con .button-android {
	position: absolute;
	left: 3.42rem;
	top: 4.1rem;
	width: 1.6rem;
	height: 0.46rem;
	z-index: 2;
}

.mob-con .button-ios {
	position: absolute;
	left: 3.42rem;
	top: 4.8rem;
	width: 1.6rem;
	height: 0.46rem;
	z-index: 2;
}

.mob-con .button-ewm {
	position: absolute;
	left: 1.26rem;
	top: 2.78rem;
	width: 1.6rem;
	height: 1.6rem;
	z-index: 2;
	overflow: hidden;
}

.mob-con .button-android2 {
	position: absolute;
	left: 3.1rem;
	bottom: 0.44rem;
	width: 1.6rem;
	height: 0.46rem;
	z-index: 2;
}

.mob-con .button-ios2 {
	position: absolute;
	left: 5.1rem;
	bottom: 0.44rem;
	width: 1.6rem;
	height: 0.46rem;
	z-index: 2;
}

.mob-con .button-ewm2 {
	position: absolute;
	left: 0.48rem;
	bottom: 0.38rem;
	width: 1.44rem;
	height: 1.44rem;
	z-index: 2;
	overflow: hidden;
}

/**/
canvas {
	width: 100%;
	height: 100%;
}