/* *:not(input,textarea){
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
} */
* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
}

[v-cloak] {
	display: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 14px;
}

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

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	object-fit: cover;
	overflow: hidden;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

button {
	border-radius: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html,
body {
	overflow-x: hidden;
} */

body {
	color: #333333;
	font-weight: normal;
	font-stretch: normal;

}

/* 设置input光标颜色 */
input {
	/* caret-color: #ffffff; */
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f21 {
	font-size: 21px;
}

.f22 {
	font-size: 22px;
}

.f23 {
	font-size: 23px;
}

.f24 {
	font-size: 24px;
}

.f25 {
	font-size: 25px;
}

.f26 {
	font-size: 26px;
}

.f600 {
	font-weight: 600;
}

.w1200 {
	position: relative;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}

.w1100 {
	position: relative;
	width: 1100px;
	left: 50%;
	transform: translateX(-50%);
}

.w1000 {
	position: relative;
	width: 1000px;
	left: 50%;
	transform: translateX(-50%);
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.height100 {
	height: 100%;
}

.set-left-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.cursor {
	cursor: pointer;
}

.c0 {
	color: #000000;
}

.c3 {
	color: #333333;
}

.c6 {
	color: #666666;
}

.c9 {
	color: #999999;
}

.cf {
	color: #ffffff;
}

.czt {
	color: #d6b16b;
}

.cztbg {
	background: #d6b16b;
}

.cbgf {
	background: #FFFFFF;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
}

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

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

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

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

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

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

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

.bgimg {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
