﻿@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
	padding: 0px;
	margin: 0px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
a,
div,
li {
	font-family: Source Han Sans CN !important;
}

img {
	border: 0px;
}

em {
	font-style: normal;
}

s,
i {
	font-style: normal;
}

ul,
ol {
	list-style-type: none;
	margin: 0 !important;
}

li {
	list-style: none outside none;
}

strong,
b {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none !important;
}

.flex {
	display: flex;
}

.align_center {
	align-items: center;
}

.flex_wrap {
	flex-wrap: wrap;
}

.justify_around {
	justify-content: space-around;
}

.justify_between {
	justify-content: space-between;
}

.justify_between {
	justify-content: space-between;
}

.justify_start {
	justify-content: flex-start;
}

.title img {
	border: 0px;
	width: 100%;
}