html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

/* 清除按钮样式 */
.cleartbtn {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.cleardiv {
	font-size: 0;
	margin: 0;
	padding: 0;
}

/* 全屏显示 */
.All {
	width: 100vw;
	height: 100vh;
	background-color: #F6F6F6;
	z-index: 32;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
}
.half_x{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.bg_cl {
	background-color: #F6F6F6;
}

.All::-webkit-scrollbar {
	/* display: none; */
}

/* 圆角 */

.top_radius10 {
	border-top-left-radius: .138889rem;
	border-top-right-radius: .138889rem;
	overflow: hidden
}

.bottom_radius10 {
	border-bottom-left-radius: .138889rem;
	border-bottom-right-radius: .138889rem;
	overflow: hidden
}

.top_radius15 {
	border-top-left-radius: 0.208333rem;
	border-top-right-radius: 0.208333rem;
	overflow: hidden
}

.bottom_radius15 {
	border-bottom-left-radius: 0.208333rem;
	border-bottom-right-radius: 0.208333rem;
	overflow: hidden
}

.top_radius20 {
	border-top-left-radius: 0.277778rem;
	border-top-right-radius: 0.277778rem;
	overflow: hidden
}

.bottom_radius20 {
	border-bottom-left-radius: 0.277778rem;
	border-bottom-right-radius: 0.277778rem;
	overflow: hidden
}

.radius10 {
	border-radius: .138889rem;
	overflow: hidden
}

.radius15 {
	border-radius: 0.208333rem;
	overflow: hidden
}

.radius20 {
	border-radius: 0.277778rem;
	overflow: hidden
}

/* 文本超出省略号结尾 */

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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: 2;
	overflow: hidden
}

.marg_zero {
	margin: 0;
	padding: 0;
}

.margt_30 {
	margin-bottom: 30px;
}

.margt_10 {
	margin-top: 10px;
}

.margb_20 {
	margin-bottom: 20px;
}

.margb_30 {
	margin-bottom: 30px;
}

/* // 定位 */
.posre {
	position: relative;
	overflow: hidden;
}

/* 定位靠底部 */
.posabb {
	position: absolute;
	bottom: 0;
}

.posabt {
	position: absolute;
	top: 0;
}

/* // 居中定位 */
.fixedct {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

/* // 字体大小 */
.ftsize {
	font-size: 0.228137rem;
	color: #1d3f4d;
}

/* 平行布局 */
.fsflex {
	display: flex;

}

/* // 平分布局 */
.dsflex {
	display: flex;
	justify-content: space-between;
}

/* // 垂直平分布局 */
.dsflex_vd {
	display: flex;
	flex-direction: column;
}

/* 内容居中布局 */
.fsflex_ct {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dsflex_f1 {
	flex: 1;
}

/* 可换行  */
.dsflex_wrap {
	flex-wrap: wrap;
}
/* 垂直对齐 */
.dsflex_align{
	align-items: center;
}

/* // 100%宽高度 */
.wh100 {
	width: 100%;
	height: 100%;
}

/* // 100%宽度 */
.wid100 {
	width: 100%;
}

/* // 100%宽度 */
.wid50 {
	width: 50%;
}

/* // 高度100% */
.hei100 {
	height: 100%;
}


/* // 图片居中显示 */
.potct {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

/* // 字体颜色白色 */
.crwi {
	color: #fff !important;
}

/* 字体大小为0 */
.ftszie0 {
	font-size: 0;
}

/* 字体向左 */
.ft_left {
	text-align: left;
}

/* 颜色隐藏 */
.clearcl {
	background-color: transparent;
	opacity: 0;
}
