* {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: -apple-system-font, sans-serif;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
}


/*包含以下四种的链接*/

a {
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}


/*正常的未被访问过的链接*/

a:link {
	text-decoration: none;
	color: #666666;
}


/*已经访问过的链接*/

a:visited {
	text-decoration: none;
	color: #666666;
}


/*鼠标划过(停留)的链接*/

a:hover {
	text-decoration: none;
	color: #666666;
}


/* 正在点击的链接*/

a:active {
	text-decoration: none;
	color: #666666;
}


input {
	width: 100%;
	border: none;
	outline-style: none;
}

textarea {
	width: 100%;
	border: none;
	outline-style: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 0.3rem;
	color: rgb(202, 202, 202);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 0.3rem;
	color: rgba(202, 202, 202, 1);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 0.3rem;
	color: rgba(202, 202, 202, 1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 0.3rem;
	color: rgba(202, 202, 202, 1);
}

.danshen {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.moreshen {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	text-overflow: ellipsis;
}

.align-items {
	display: flex;
	align-items: center;
}

.cloum-items {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

[v-cloak] {
	display: none;
}
.wow {
  animation-duration: 2s;
}

.page-box {
  box-sizing: border-box;
  padding-top: 65px;
}

@media only screen and (max-width:768px) {
	.hidden-xs-only {
		display: none !important
	}
}

@media only screen and (min-width:768px) {
	.hidden-sm-and-up {
		display: none !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hidden-sm-only {
		display: none !important
	}
}

@media only screen and (max-width:991px) {
	.hidden-sm-and-down {
		display: none !important
	}
}

@media only screen and (min-width:992px) {
	.hidden-md-and-up {
		display: none !important
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hidden-md-only {
		display: none !important
	}
}

@media only screen and (max-width:1199px) {
	.hidden-md-and-down {
		display: none !important
	}
	.container {
		width: 100% !important;
	}
}

@media only screen and (min-width:1200px) {
	.hidden-lg-and-up {
		display: none !important
	}
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
	.hidden-lg-only {
		display: none !important
	}
}

@media only screen and (max-width:1919px) {
	.hidden-lg-and-down {
		display: none !important
	}
}

@media only screen and (min-width:1920px) {
	.hidden-xl-only {
		display: none !important
	}
}