/* 1. - Body */
/* Font */
/* Color */
body {
	/* Color 可以自定义相关配色 */
	/* var属性兼容性 --> https://www.caniuse.com/#feat=css-variables */
	/* 标准色 */
	--red: #e54d42;
	--orange: #f37b1d;
	--yellow: #EBE741;
	--olive: #8dc63f;
	--green: #39b54a;
	--cyan: #4CC0B1;
	--blue: #56A2D9;
	--bluePlus: #3E6B9F;
	--purple: #6739b6;
	--mauve: #9c26b0;
	--pink: #e03997;
	--brown: #a5673f;
	--grey: #999999;
	--black: #111111;
	--blackBlue: #100636;
	--plusGray: #888888;
	--darkGray: #666666;
	--gray: #aaaaaa;
	--ghostWhite: #f5f5f5;
	--white: #ffffff;
	--gold: #CDA968;
	/* --bg: #5862B4; */
	--bg: #0A0625;
	/* 浅色 */
	--redLight: #fadbd9;
	--orangeLight: rgb(243, 123, 29, 0.5);
	--orangeLights: rgb(243, 123, 29, 0.2);
	--yellowLight: #fef2ce;
	--oliveLight: #e8f4d9;
	--greenLight: rgb(57, 181, 74, 0.5);
	--cyanLight: #d2f1f0;
	--bluePlusLight: rgb(62, 107, 159, 0.5);
	--blueLight: rgb(86, 162, 217, 0.5);
	--purpleLight: rgb(103, 57, 182, 0.5);
	--mauveLight: rgb(156, 38, 176, 0.5);
	--pinkLight: #f9d7ea;
	--brownLight: #ede1d9;
	--greyLight: rgb(0, 0, 0, 0.4);
	/* 渐变色 */
	--gradualRed: linear-gradient(45deg, #f43f3b, #ec008c);
	--gradualRedSup: linear-gradient(45deg, #9C1D13, #ed1c24, #9C1D13);
	--gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
	--gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
	--gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
	--gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
	--gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
	/* 阴影透明色 */
	--ShadowSize: 3px 3px 4px;
	--redShadow: rgba(204, 69, 59, 0.2);
	--orangeShadow: rgba(217, 109, 26, 0.2);
	--yellowShadow: rgba(224, 170, 7, 0.2);
	--oliveShadow: rgba(124, 173, 55, 0.2);
	--greenShadow: rgba(48, 156, 63, 0.2);
	--cyanShadow: rgba(28, 187, 180, 0.2);
	--blueShadow: rgba(0, 102, 204, 0.2);
	--purpleShadow: rgba(88, 48, 156, 0.2);
	--mauveShadow: rgba(133, 33, 150, 0.2);
	--pinkShadow: rgba(199, 50, 134, 0.2);
	--brownShadow: rgba(140, 88, 53, 0.2);
	--greyShadow: rgba(114, 130, 138, 0.2);
	--grayShadow: rgba(114, 130, 138, 0.2);
	--blackShadow: rgba(26, 26, 26, 0.2);
	background-color: var(--ghostWhite);
	font-size: 16px;
	color: var(--black);
	font-family: Helvetica Neue, Helvetica, sans-serif;
	height: 100%;
}

@font-face {
	font-family: wenhua;
	/* src: url('http://nanjingxuexichengshicity.nanjinghuohua.top/ssss.ttf'); */
	src: url('../fonts/站酷庆科黄油体.eot?#iefix') format('embedded-opentype'), url('../fonts/站酷庆科黄油体.woff2') format('woff2'),
	/* Super Modern Browsers */
	url('../fonts/站酷庆科黄油体.woff') format('woff'),
	/* Legacy iOS */
	url('../fonts/站酷庆科黄油体.ttf') format('truetype');
	/* Legacy iOS */
	/*IE9*/
}

.wenhua {
	font-family: wenhua;
}

/*
 * 自适应
 */


.border-right-none {
	border-right: none !important;
}

.border-right {
	border-right: 1px solid #444 !important;
}

@media only screen and (max-width: 1080px), only screen and (max-device-width:1080px) {

	html,
	body {
		font-size: 16.875px;
	}
}

@media only screen and (max-width: 960px), only screen and (max-device-width:960px) {

	html,
	body {
		font-size: 15px;
	}
}

@media only screen and (max-width: 800px), only screen and (max-device-width:800px) {

	html,
	body {
		font-size: 12.5px;
	}
}

@media only screen and (max-width: 720px), only screen and (max-device-width:720px) {

	html,
	body {
		font-size: 11.25px;
	}
}

@media only screen and (max-width: 640px), only screen and (max-device-width:640px) {

	html,
	body {
		font-size: 10px;
	}
}

@media only screen and (max-width: 600px), only screen and (max-device-width:600px) {

	html,
	body {
		font-size: 9.375px;
	}
}

@media only screen and (max-width: 540px), only screen and (max-device-width:540px) {

	html,
	body {
		font-size: 8.4375px;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width:480px) {

	html,
	body {
		font-size: 7.5px;
	}
}

@media only screen and (max-width: 414px), only screen and (max-device-width:414px) {

	html,
	body {
		font-size: 6.46875px;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width:400px) {

	html,
	body {
		font-size: 6.25px;
	}
}

@media only screen and (max-width: 375px), only screen and (max-device-width:375px) {

	html,
	body {
		font-size: 5.859375px;
	}
}

@media only screen and (max-width: 360px), only screen and (max-device-width:360px) {

	html,
	body {
		font-size: 5.625px;
	}
}

@media only screen and (max-width: 320px), only screen and (max-device-width:320px) {

	html,
	body {
		font-size: 5px;
	}
}

@media only screen and (max-width: 240px), only screen and (max-device-width:240px) {

	html,
	body {
		font-size: 3.75px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.telbox {
	width: 0px;
	opacity: 0;
	color: transparent;
}

	.telbox:hover {
		width: 12em;
		height: auto;
		opacity: 1;
		color: white;
	}

.mouse-blue:hover {
	color: var(--blue);
}

.basis-xs {
	flex-basis: 20%;
}

.basis-sm {
	flex-basis: 40%;
}

.basis-df {
	flex-basis: 50%;
}

.basis-lg {
	flex-basis: 60%;
}

.basis-xl {
	flex-basis: 80%;
}

.flex-auto {
	flex;
	auto auto;
}

.flex-none {
	flex: 0;
}

.flex-xs {
	flex: .1;
}

.flex-sm {
	flex: .2;
}


.flex-lg {
	flex: .3;
}


.flex-xl {
	flex: .4;
}

.flex-half {
	flex: .5;
}

.flex-six {
	flex: .8;
}

.flex-sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.flex-four {
	flex: 4;
}

.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.wrap-1 {
	flex-grow: 1;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: flex-center;
}

.self-end {
	align-self: flex-end;
}

.self-stretch {
	align-self: stretch;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}


/* ==================
         时间轴
 ==================== */

.cu-timeline {
	display: block;
	background-color: var(--white);
}

	.cu-timeline .cu-time {
		padding: 1em 1.5em;
		font-size: 1em;
		color: var(--blue);
		display: block;
	}

	.cu-timeline > .cu-item {
		padding: 2em 2em 2em 6em;
		position: relative;
		display: block;
		z-index: 0;
	}

		.cu-timeline > .cu-item:not([class*="text-"]) {
			color: #ccc;
		}

		.cu-timeline > .cu-item::after {
			content: "";
			display: block;
			position: absolute;
			width: 2px;
			background-color: var(--blue);
			left: 3em;
			height: 100%;
			top: 0;
			z-index: 8;
		}

		.cu-timeline > .cu-item::before {
			font-family: "cuIcon";
			display: block;
			position: absolute;
			top: 3em;
			z-index: 9;
			background-color: var(--white);
			width: 3em;
			height: 3em;
			text-align: center;
			border: none;
			line-height: 4em;
			left: 1em;
		}

		.cu-timeline > .cu-item:not([class*="cuIcon-"])::before {
			content: "\e763";
			z-index: 1;
		}

		.cu-timeline > .cu-item[class*="cuIcon-"]::before {
			background-color: var(--white);
			width: 2em;
			height: 2em;
			text-align: center;
			border: none;
			line-height: 2em;
			left: 2em;
		}

		.cu-timeline > .cu-item > .content {
			padding: 1em 2em;
			border-radius: 6px;
			display: block;
			line-height: 1.6;
		}

			.cu-timeline > .cu-item > .content:not([class*="bg-"]) {
				background-color: var(--ghostWhite);
				color: var(--black);
			}

			.cu-timeline > .cu-item > .content + .content {
				margin-top: 1.5em;
			}

.text-dy {
	-webkit-box-reflect: below -28px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1)));
}

/* 动画延迟 */


.a-delay-xs {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.a-delay-sm {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.a-delay {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.a-delay-lg {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.a-delay-xl {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

/* ==================
          头像
 ==================== */

.cu-avatar {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	color: var(--white);
	white-space: nowrap;
	position: relative;
	width: 2em;
	height: 2em;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	font-size: 1.5em;
}

.cu-avatar {
	line-height: 2em;
}

	.cu-avatar.sm {
		width: 1.5em;
		height: 1.5em;
		font-size: 1em;
	}

	.cu-avatar.xs {
		width: 1em;
		height: 1em;
		font-size: .75em;
	}

	.cu-avatar.m {
		width: 2.5em;
		height: 2.5em;
		font-size: 2em;
	}

	.cu-avatar.lg {
		width: 3em;
		height: 3em;
		font-size: 2em;
	}

	.cu-avatar.l {
		width: 3.5em;
		height: 3.5em;
		font-size: 2.5em;
	}

	.cu-avatar.xl {
		width: 4em;
		height: 4em;
		font-size: 2.5em;
	}

	.cu-avatar.xxl {
		width: 4.5em;
		height: 4.5em;
		font-size: 3em;
	}

	.cu-avatar.sl {
		width: 5em;
		height: 5em;
		font-size: 4em;
	}

	.cu-avatar .avatar-text {
		font-size: 0.4em;
	}

.cu-avatar-group {
	direction: rtl;
	unicode-bidi: bidi-override;
	padding: 0 5px 0 20px;
	display: inline-block;
}

	.cu-avatar-group .cu-avatar {
		margin-left: -16px;
		border: 2px solid var(--ghostWhite);
		vertical-align: middle;
	}

		.cu-avatar-group .cu-avatar.sm {
			margin-left: --10px;
			border: 1px solid var(--ghostWhite);
		}


/* grid布局 */

.grid {
	display: flex;
	flex-wrap: wrap;
}

	.grid.grid-square {
		overflow: hidden;
	}

		.grid.grid-square .cu-tag {
			position: absolute;
			right: 0;
			top: 0;
			border-bottom-left-radius: 6px;
			padding: 3px 6px;
			height: auto;
			background-color: rgba(0, 0, 0, 0.5);
		}

		.grid.grid-square > div > text[class*="cuIcon-"] {
			font-size: 30px;
			position: absolute;
			color: var(--grey);
			margin: auto;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}

		.grid.grid-square > div {
			margin-right: 10px;
			margin-bottom: 10px;
			border-radius: 6px;
			position: relative;
			overflow: hidden;
		}

			.grid.grid-square > div.bg-img image {
				width: 100%;
				height: 100%;
				position: absolute;
			}

	.grid.col-1.grid-square > div {
		padding-bottom: 100%;
		height: 0;
		margin-right: 0;
	}

	.grid.col-2.grid-square > div {
		padding-bottom: calc((100% - 10px)/2);
		height: 0;
		width: calc((100% - 10px)/2);
	}

	.grid.col-3.grid-square > div {
		padding-bottom: calc((100% - 20px)/3);
		height: 0;
		width: calc((100% - 20px)/3);
	}

	.grid.col-4.grid-square > div {
		padding-bottom: calc((100% - 30px)/4);
		height: 0;
		width: calc((100% - 30px)/4);
	}


	.grid.col-4.grid-16-9 > div {
		padding-bottom: calc(((100% - 30px)/4)*.56);
		height: 0;
		width: calc((100% - 30px)/4);
	}

	.grid.col-5.grid-square > div {
		padding-bottom: calc((100% - 40px)/5);
		height: 0;
		width: calc((100% - 40px)/5);
	}

	.grid.col-6.grid-square > div {
		padding-bottom: calc((100% - 50px)/6);
		height: 0;
		width: calc((100% - 50px)/6);
	}


	.grid.col-9.grid-square > div {
		padding-bottom: calc((100% - 80px)/9);
		height: 0;
		width: calc((100% - 80px)/9);
	}

		.grid.col-2.grid-square > div:nth-child(2n),
		.grid.col-3.grid-square > div:nth-child(3n),
		.grid.col-4.grid-square > div:nth-child(4n),
		.grid.col-6.grid-square > div:nth-child(6n),
		.grid.col-9.grid-square > div:nth-child(9n),
		.grid.col-5.grid-square > div:nth-child(5n) {
			margin-right: 0;
		}

	.grid.col-1 > div {
		width: 100%;
	}

	.grid.col-2 > div {
		width: 50%;
	}

	.grid.col-3 > div {
		width: 33.33%;
	}

	.grid.col-4 > div {
		width: 25%;
	}

	.grid.col-5 > div {
		width: 20%;
	}

	.grid.col-6 > div {
		width: 16.666%;
	}

		.grid.col-6 > div.lg {
			width: 33.3334%;
		}

	.grid.col-6 > div {
		width: 16.666%;
	}

	.grid.col-9 > div {
		width: 11.1111%;
	}

	.grid.center {
		justify-content: center;
		/*水平居中*/
	}

/*  -- 内外边距 -- */

.margin-0 {
	margin: 0;
}

.margin-center {
	margin: 0px auto;
}


.zezhao {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

/* -- 浮动 --  */

.cf::after,
.cf::before {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.a-box {
	transition: all 0.2s;
}

.a-no {
	transition: all 0s !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*--------------
    图片相关
--------------*/

.img-xs {
	width: 2em;
	height: 2em;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	color: var(--white);
	white-space: nowrap;
	position: relative;
}

.img-sm {
	width: 4em;
	height: 4em;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	color: var(--white);
	white-space: nowrap;
	position: relative;
}

.img-df {
	width: 6em;
	height: 6em;
}

.img-lg {
	width: 8em;
	height: 8em;
}

.img-xl {
	width: 10em;
	height: 10em;
}

.img-xxl {
	width: 12em;
	height: 12em;
}

.z-1000 {
	z-index: 1000;
}

.z--1 {
	z-index: -1;
}

.z-100 {
	z-index: 100;
}

.z-99 {
	z-index: 99;
}

.z-9 {
	z-index: 9;
}

.z-10 {
	z-index: 10;
}

.z-1 {
	z-index: 1;
}

/* ==================
          背景
 ==================== */

.line-red::after,
.lines-red::after {
	border-color: var(--red);
}

.line-orange::after,
.lines-orange::after {
	border-color: var(--orange);
}

.line-yellow::after,
.lines-yellow::after {
	border-color: var(--yellow);
}

.line-olive::after,
.lines-olive::after {
	border-color: var(--olive);
}

.line-green::after,
.lines-green::after {
	border-color: var(--green);
}

.line-cyan::after,
.lines-cyan::after {
	border-color: var(--cyan);
}

.line-blue::after,
.lines-blue::after {
	border-color: var(--blue);
}

.line-bluePlus::after,
.lines-bluePlus::after {
	border-color: var(--bluePlus);
}

.line-purple::after,
.lines-purple::after {
	border-color: var(--purple);
}

.line-mauve::after,
.lines-mauve::after {
	border-color: var(--mauve);
}

.line-pink::after,
.lines-pink::after {
	border-color: var(--pink);
}

.line-brown::after,
.lines-brown::after {
	border-color: var(--brown);
}

.line-grey::after,
.lines-grey::after {
	border-color: var(--grey);
}

.line-gray::after,
.lines-gray::after {
	border-color: var(--gray);
}

.line-black::after,
.lines-black::after {
	border-color: var(--black);
}

.line-white::after,
.lines-white::after {
	border-color: var(--white);
}

/* 
背景颜色 
 */
.bg-red {
	background-color: var(--red);
	color: var(--white);
}

.bg-gradualRedSup {
	background-image: var(--gradualRedSup);
	color: var(--white);
}

.bg-blackBlue {
	background-color: var(--blackBlue);
	color: var(--white);
}

.bg-orange {
	background-color: var(--orange);
	color: var(--white);
}

.bg-yellow {
	background-color: var(--yellow);
	color: var(--black);
}

.bg-olive {
	background-color: var(--olive);
	color: var(--white);
}

.bg-green {
	background-color: var(--green);
	color: var(--white);
}

.bg-cyan {
	background-color: var(--cyan);
	color: var(--white);
}

.bg-blue {
	background-color: var(--blue);
	color: var(--white);
}

.bg-bluePlus {
	background-color: var(--bluePlus);
	color: var(--white);
}

.bg-ghostWhite {
	background-color: var(--ghostWhite);
	color: var(--white);
}

.bg-purple {
	background-color: var(--purple);
	color: var(--white);
}

.bg-mauve {
	background-color: var(--mauve);
	color: var(--white);
}

.bg-pink {
	background-color: var(--pink);
	color: var(--white);
}

.bg-brown {
	background-color: var(--brown);
	color: var(--white);
}

.bg-grey {
	background-color: var(--grey);
	color: var(--white);
}

.bg-gray {
	background-color: #f0f0f0;
	color: var(--black);
}

.bg-black {
	background-color: var(--black);
	color: var(--white);
}

.bg-white {
	background-color: var(--white);
	color: var(--darkGray);
}

.bg-darkGray {
	background-color: var(--darkGray);
	color: var(--white);
}


.bg-tm {
	background-color: transparent;
	color: var(--darkGray);
}

.bg-bg {
	background-color: var(--bg);
	color: var(--darkGray);
}

.bg-white {
	background-color: var(--white);
	color: var(--plusGray);
}

.bg-bg {
	background-color: var(--bg);
	color: var(--plusGray);
}

.bg-shadeTop {
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
	color: var(--white);
}

.bg-shadeBottom {
	background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
	color: var(--white);
}

.bg-red.light {
	color: var(--red);
	background-color: var(--redLight);
}

.bg-orange.light {
	color: var(--orange);
	background-color: var(--orangeLight);
}

.bg-orange.lights {
	color: var(--orange);
	background-color: var(--orangeLights);
}

.bg-yellow.light {
	color: var(--yellow);
	background-color: var(--yellowLight);
}

.bg-olive.light {
	color: var(--olive);
	background-color: var(--oliveLight);
}

.bg-green.light {
	color: var(--green);
	background-color: var(--greenLight);
}

.bg-cyan.light {
	color: var(--cyan);
	background-color: var(--cyanLight);
}

.bg-blue.light {
	color: var(--blue);
	background-color: var(--blueLight);
}

.bg-bluePlus.light {
	color: var(--blue);
	background-color: var(--bluePlusLight);
}

.bg-purple.light {
	color: var(--purple);
	background-color: var(--purpleLight);
}

.bg-mauve.light {
	color: var(--mauve);
	background-color: var(--mauveLight);
}

.bg-pink.light {
	color: var(--pink);
	background-color: var(--pinkLight);
}

.bg-brown.light {
	color: var(--brown);
	background-color: var(--brownLight);
}

.bg-grey.light {
	color: var(--grey);
	background-color: var(--greyLight);
}

.bg-gradual-red {
	background-image: var(--gradualRed);
	color: var(--white);
}

.bg-gradual-orange {
	background-image: var(--gradualOrange);
	color: var(--white);
}

.bg-gradual-green {
	background-image: var(--gradualGreen);
	color: var(--white);
}

.bg-gradual-purple {
	background-image: var(--gradualPurple);
	color: var(--white);
}

.bg-gradual-pink {
	background-image: var(--gradualPink);
	color: var(--white);
}

.bg-gradual-blue {
	background-image: var(--gradualBlue);
	color: var(--white);
}

/* -- 实线 -- */

.solid,
.solid-top,
.solid-tb,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
	position: relative;
}

	.solid::after,
	.solid-top::after,
	.solid-tb::after,
	.solid-right::after,
	.solid-bottom::after,
	.solid-left::after,
	.solids::after,
	.solids-top::after,
	.solids-right::after,
	.solids-bottom::after,
	.solids-left::after,
	.dashed::after,
	.dashed-top::after,
	.dashed-right::after,
	.dashed-bottom::after,
	.dashed-left::after {
		content: " ";
		width: 200%;
		height: 200%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: inherit;
		transform: scale(0.5);
		transform-origin: 0 0;
		pointer-events: none;
		box-sizing: border-box;
	}

	.solid::after {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	.solid-top::after {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

.solid-tb::after {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.solid-right::after {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.solid-bottom::after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.solid-left::after {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.solids::after {
	border: 3px solid #eee;
}

.solids-top::after {
	border-top: 3px solid #eee;
}

.solids-right::after {
	border-right: 3px solid #eee;
}

.solids-bottom::after {
	border-bottom: 3px solid #eee;
}

.solids-left::after {
	border-left: 3px solid #eee;
}

/* -- 虚线 -- */

.dashed::after {
	border: 1px dashed #ddd;
}

.dashed-top::after {
	border-top: 1px dashed #ddd;
}

.dashed-right::after {
	border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
	border-bottom: 4px dashed #ddd;
}

.dashed-left::after {
	border-left: 1px dashed #ddd;
}

.dasheds::after {
	border: 2px dashed #999;
}

.dasheds-top::after {
	border-top: 2px dashed #999;
}

.dasheds-right::after {
	border-right: 2px dashed #999;
}

.dasheds-bottom::after {
	border-bottom: 2px dashed #999;
}

.dasheds-left::after {
	border-left: 2px dashed #999;
}

/* 
阴影 
 */
.shadow {
	box-shadow: 0px 0px 20px #ccc;
}

	.shadow[class*="-red"] {
		box-shadow: var(--ShadowSize) var(--redShadow);
	}

	.shadow[class*="-orange"] {
		box-shadow: var(--ShadowSize) var(--orangeShadow);
	}

.shadow-orange {
	box-shadow: var(--ShadowSize) var(--orangeShadow);
}

.shadow[class*="-yellow"] {
	box-shadow: var(--ShadowSize) var(--yellowShadow);
}

.shadow[class*="-olive"] {
	box-shadow: var(--ShadowSize) var(--oliveShadow);
}

.shadow[class*="-green"] {
	box-shadow: var(--ShadowSize) var(--greenShadow);
}

.shadow[class*="-cyan"] {
	box-shadow: var(--ShadowSize) var(--cyanShadow);
}

.shadow[class*="-blue"] {
	box-shadow: var(--ShadowSize) var(--blueShadow);
}

.shadow[class*="-purple"] {
	box-shadow: var(--ShadowSize) var(--purpleShadow);
}

.shadow[class*="-mauve"] {
	box-shadow: var(--ShadowSize) var(--mauveShadow);
}

.shadow[class*="-pink"] {
	box-shadow: var(--ShadowSize) var(--pinkShadow);
}

.shadow[class*="-brown"] {
	box-shadow: var(--ShadowSize) var(--brownShadow);
}

.shadow[class*="-grey"] {
	box-shadow: var(--ShadowSize) var(--greyShadow);
}

.shadow[class*="-gray"] {
	box-shadow: var(--ShadowSize) var(--grayShadow);
}

.shadow[class*="-black"] {
	box-shadow: var(--ShadowSize) var(--blackShadow);
}

.shadow[class*="-white"] {
	box-shadow: var(--ShadowSize) var(--greyShadow);
}

.text-shadow[class*="-red"] {
	text-shadow: var(--ShadowSize) var(--redShadow);
}

.text-shadow[class*="-orange"] {
	text-shadow: var(--ShadowSize) var(--orangeShadow);
}

.text-shadow[class*="-yellow"] {
	text-shadow: var(--ShadowSize) var(--yellowShadow);
}

.text-shadow[class*="-olive"] {
	text-shadow: var(--ShadowSize) var(--oliveShadow);
}

.text-shadow[class*="-green"] {
	text-shadow: var(--ShadowSize) var(--greenShadow);
}

.text-shadow[class*="-cyan"] {
	text-shadow: var(--ShadowSize) var(--cyanShadow);
}

.text-shadow[class*="-blue"] {
	text-shadow: var(--ShadowSize) var(--blueShadow);
}

.text-shadow[class*="-purple"] {
	text-shadow: var(--ShadowSize) var(--purpleShadow);
}

.text-shadow[class*="-mauve"] {
	text-shadow: var(--ShadowSize) var(--mauveShadow);
}

.text-shadow[class*="-pink"] {
	text-shadow: var(--ShadowSize) var(--pinkShadow);
}

.text-shadow[class*="-brown"] {
	text-shadow: var(--ShadowSize) var(--brownShadow);
}

.text-shadow[class*="-grey"] {
	text-shadow: var(--ShadowSize) var(--greyShadow);
}

.text-shadow[class*="-gray"] {
	text-shadow: var(--ShadowSize) var(--grayShadow);
}

.text-shadow[class*="-black"] {
	text-shadow: var(--ShadowSize) var(--blackShadow);
}

.img-bg {
	object-fit: cover;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-100 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-100-a {
	background-size: 100%, 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-100-a-w {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

	.bg-100-a-w:hover {
		background-size: auto 110%;
	}

.bg-100-a:hover {
	background-size: 104%;
}

.bg-img:hover {
	transform: scale(1.1);
}

.bg-mask {
	background-color: var(--black);
	position: relative;
}

	.bg-mask::after {
		content: "";
		border-radius: inherit;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0, 0, 0, 0.4);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}

	.bg-mask div,
	.bg-mask cover-div {
		z-index: 5;
		position: relative;
	}

.bg-video {
	position: relative;
}

	.bg-video video {
		display: block;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		z-index: 0;
		pointer-events: none;
	}

.mouse-p {
	cursor: pointer;
}

.mouse-help {
	cursor: help;
} 

.no-repeat {
	background-repeat: no-repeat;
}

.articletext {
	font-size: 12.5px;
	line-height: 21px;
	color: #808080;
}

.logoimg {
	background-size: 100%;
	width: 46px;
	margin: 0px auto;
	height: 46px;
}

.margin-center {
	margin: 0px auto;
}

.width-50- {
	width: 50%
}

.width-90 {
	width: 90vw;
}

.width-80 {
	width: 80vw;
}

.width-14vw {
	width: 14vw;
}

.width-16 {
	width: 16vw;
}

.width-18 {
	width: 18vw;
}

.width-20 {
	width: 20vw;
}

.width-25 {
	width: 25vw;
}

.width-7vw {
	width: 7vw;
}

.width-27 {
	width: 27vw;
}

.width-30 {
	width: 30vw;
}

.width-35 {
	width: 35vw;
}

.width-40 {
	width: 40vw;
}

.width-45 {
	width: 45vw;
}

.width-50 {
	width: 50vw;
}

.width-62 {
	width: 62vw;
}


/*-----------------------------------------------------------------------------------*/
/*  FANCY HOVER
/*-----------------------------------------------------------------------------------*/

.abox-1 {
	position: absolute;
	top: 101%;
	background: #333;
	width: 100%;
	transition: all 300ms ease 0s !important;
	height: 100%
}

.xzhuan:hover .cu-avatar {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

/* 
 字体
 */
.l-h-xs {
	line-height: 1em;
}

.l-h-sm {
	line-height: 1.5em;
}

	.l-h-sm.l {
		line-height: 1.75em;
	}


.l-h-sm {
	line-height: 1.5em;
}

.l-h-df {
	line-height: 2em;
}

.l-h-lg {
	line-height: 2.5em;
}

.l-h-xl {
	line-height: 3em;
}

.l-h-xxl {
	line-height: 3.5em;
}

.l-h-xxxl {
	line-height: 4em;
}

.l-h-xxxxl {
	line-height: 4.5em;
}

.text-xs {
	font-size: 0.5em;
}

.text-sm {
	font-size: 0.85em;
}

.text-df {
	font-size: 1em;
}

.text-lg {
	font-size: 1.25em;
}

.text-xl {
	font-size: 1.5em;
}

.text-xxl {
	font-size: 1.75em;
}

.text-xxxl {
	font-size: 2em;
}

.text-xxxxl {
	font-size: 2.5em;
}


.text-sl {
	font-size: 3em;
}

.text-ssl {
	font-size: 3.5em;
}

.text-ul {
	font-size: 4em;
}

.height-100- {
	height: 100%;
}

.height-80 {
	height: 80vw;
}

.height-2vw {
	height: 2vw
}

.height-2px {
	height: 2px
}

.height-9vw {
	height: 9vw;
}

.height-10vw {
	height: 10vw;
}

.height-24vw {
	height: 24vw;
}

.height-12 {
	height: 12vw;
}

.height-14 {
	height: 14vw;
}

.height-15 {
	height: 15vw;
}

.height-16 {
	height: 16vw;
}

.height-24 {
	height: 24vw;
}

.height-30 {
	height: 30vw;
}

.height-14vw {
	height: 14vw;
}

.height-18vw {
	height: 18vw;
}

.height-32vw {
	height: 32vw;
}

.height-40vw {
	height: 40vw;
}

.height-60vw {
	height: 60vw;
}

.height-60vh {
	height: 60vh;
}

.height-40 {
	height: 40vw;
}

.height-45 {
	height: 45vw;
}

.height-50px {
	height: 50px;
}

.height-50 {
	height: 50vw;
}

.height-90vh {
	height: 90vh;
}

.height-100vh {
	height: 100vh;
}

.overflex {
	flex: 1;
}

.background-100 {
	background-size: 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.background-center {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.margin-left-15 {
	margin-left: 15vw;
}

.margin-left-60 {
	margin-left: 60vw;
}

.margin-left-100 {
	margin-left: 100px !important;
}

.margin-left--20 {
	margin-left: -20%;
}

.margin-left-20px {
	margin-left: 20px;
}

.margin-right-xs {
	margin-right: 0.5em;
}

.margin-left-right-5vw {
	margin-left: 5vw;
	margin-right: 5vw;
}

.margin-left-right-10vw {
	margin-left: 10vw;
	margin-right: 10vw;
}

.margin-left-right-15vw {
	margin-left: 15vw;
	margin-right: 15vw;
}

.margin-left-right-20vw {
	margin-left: 20vw;
	margin-right: 20vw;
}

.margin-bottom-40px {
	margin-bottom: 40px;
}

.margin-left-right-6vw {
	margin-left: 6vw;
	margin-right: 6vw;
}

.margin-top-bottom-8vw {
	margin-top: 8vw;
	margin-bottom: 8vw;
}

.margin-top-bottom-30px {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-right-10px {
	margin-right: 10px;
}

.margin-right-20px {
	margin-right: 20px;
}

.margin-right-5 {
	margin-right: 5vw;
}

.margin-top-4vw {
	margin-top: 4vw
}

.margin-top-4-5vw {
	margin-top: 4.5vw
}

.margin-top-5vw {
	margin-top: 5vw
}

.margin-top-7vw {
	margin-top: 7vw
}

.margin-top-10vw {
	margin-top: 10vw
}

.margin-top--4vw {
	margin-top: -4vw;
}

.margin-top--3vw {
	margin-top: -3vw;
}

.margin-top--3vw5 {
	margin-top: -3.5vw;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40px {
	margin-top: 40px
}

.margin-top-10px {
	margin-top: 10px
}

.margin-top-15px {
	margin-top: 15px
}

.margin-30 {
	margin: 30px;
}

.margin-5px {
	margin: 5px;
}

.margin-50px {
	margin: 50px;
}

.margin-outright-3px {
	margin: 3px;
	margin-right: 0px;
}

.margin-outright-20px {
	margin: 20px;
	margin-right: 0px;
}

.margin-right-3px {
	margin-right: 3px;
}

.margin-left-xs {
	margin-left: 0.5em;
}

.margin-left-sm {
	margin-left: 0.85em;
}

.margin-left {
	margin-left: 1em;
}

.margin-left-lg {
	margin-left: 1.25em;
}

.margin-left-xl {
	margin-left: 1.5em;
}

.margin-left-xxl {
	margin-left: 1.75em;
}

.margin-left-xxxl {
	/* margin-left: 2em; */
}

.margin-left-xxxxl {
	margin-left: 2.5em;
}

.margin-left-xxxxxl {
	margin-left: 3em;
}

.margin-right-xs {
	margin-right: 0.5em;
}

.margin-right-sm {
	margin-right: 0.75em;
}

.margin-right {
	margin-right: 1em;
}

.margin-right-lg {
	margin-right: 1.25em;
}

.margin-right-xl {
	margin-right: 1.5em;
}

.margin-right-xxl {
	margin-right: 1.75em;
}

.margin-right-xxxl {
	margin-right: 2em;
}

.margin-right-xxxxl {
	margin-right: 2.5em;
}

.margin-right-xxxxxl {
	margin-right: 3em;
}

.margin-20 {
	margin: 20px;
}

.margin-10 {
	margin: 10px;
}

.padding-2px {
	padding: 2px
}

.margin-xs {
	margin: 0.5em;
}

.margin-sm {
	margin: 0.75em;
}

.margin {
	margin: 1em;
}

.margin-lg {
	margin: 1.25em;
}

.margin-xl {
	margin: 1.5em;
}

.margin-xxl {
	margin: 1.75em;
}

.margin-xxxl {
	margin: 2em;
}


.margin-top-sm {
	margin-top: 0.75em;
}

.margin-top {
	margin-top: 1em;
}

.margin-top-lg {
	margin-top: 1.25em;
}

.margin-top-xl {
	margin-top: 1.5em;
}

.margin-top-xxl {
	margin-top: 1.75em;
}

.margin-top-xxxl {
	margin-top: 2em;
}

.margin-bottom-xs {
	margin-bottom: 0.5em;
}

.margin-bottom-sm {
	margin-bottom: 0.75em;
}

.margin-bottom {
	margin-bottom: 1em;
}

.margin-bottom-lg {
	margin-bottom: 1.25em;
}

.margin-bottom-xl {
	margin-bottom: 1.5em;
}

.margin-bottom-xxl {
	margin-bottom: 1.75em;
}

.margin-bottom-xxxl {
	margin-bottom: 2em;
}

.margin-tb-xs {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.margin-tb-sm {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.margin-tb {
	margin-top: 1em;
	margin-bottom: 1em;
}

.margin-tb-lg {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.margin-tb-xl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.margin-tb-xxl {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
}

.margin-tb-xxxl {
	margin-top: 2em;
	margin-bottom: 2em;
}

.margin-lr {
	margin-left: 1em;
	margin-right: 1em;
}

.margin-lr-lg {
	margin-left: 1.25em;
	margin-right: 1.25em;
}

.margin-lr-xl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.margin-lr-xxl {
	margin-left: 1.75em;
	margin-right: 1.75em;
}

.margin-lr-xxxl {
	margin-left: 2em;
	margin-right: 2em;
}

.margin-lr-xxxxl {
	margin-left: 2.5em;
	margin-right: 2.5em;
}

.margin-lr-sl {
	margin-left: 3em;
	margin-right: 3em;
}

.round {
	border-radius: 5000px;
}


.round-left {
	border-radius: 5000px 0 0 5000px;
}

/* ==================
          按钮
 ==================== */

.cu-btn {
	position: relative;
	border: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0.75em;
	font-size: 1em;
	height: 2em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	overflow: visible;
	margin-left: initial;
	transform: translate(0px, 0px);
	margin-right: initial;
}

.text-none {
	text-decoration: none !important;
	color: #ccc !important;
}

	.text-none:hover {
	}

.cu-btn::after {
	display: none;
}

.cu-btn:not([class*="bg-"]) {
	background-color: #f0f0f0;
}

.cu-btn[class*="line"] {
	background-color: transparent;
}

	.cu-btn[class*="line"]::after {
		content: " ";
		display: block;
		width: 200%;
		height: 200%;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid currentColor;
		transform: scale(0.5);
		transform-origin: 0 0;
		box-sizing: border-box;
		border-radius: 0.25em;
		z-index: 1;
		pointer-events: none;
	}

.cu-btn.round[class*="line"]::after {
	border-radius: 1000px;
}

.cu-btn[class*="lines"]::after {
	border: 6px solid currentColor;
}

.cu-btn[class*="bg-"]::after {
	display: none;
}

.cu-btn.w {
	padding: 0 4em;
}

.cu-btn.sm {
	padding: 0 0.5em;
	font-size: 0.75em;
	height: 1.5em;
	line-height: 1.5em;
}

.cu-btn.lg {
	padding: 0 1.1em;
	font-size: 1.1em;
	height: 2.5em;
	line-height: 2.2em;
}

.cu-btn.xl {
	padding: 0 1.3em;
	font-size: 1.3em;
	height: 2.6em;
	line-height: 2.6em;
}

.cu-btn.icon.sm {
	width: 1.5em;
	height: 1.5em;
}

.cu-btn.icon {
	width: 1.75em;
	height: 1.75em;
	border-radius: 500px;
	padding: 0;
}

button.icon.lg {
	width: 3em;
	height: 3em;
}

.cu-btn.shadow-blur::before {
	top: 4px;
	left: 4px;
	filter: blur(6px);
	opacity: 0.6;
}

.cu-btn.button-hover {
	transform: translate(1px, 1px);
}

.block {
	display: block;
}

.cu-btn.block {
	display: flex;
}

.cu-btn[disabled] {
	opacity: 0.6;
	color: var(--white);
}

.fix-box {
	position: fixed;
}

.ab-box {
	position: absolute;
}


.re-box {
	position: relative;
}

/** 透明 **/
.tm-0 {
	opacity: 1
}


.tm-1 {
	opacity: 0.1
}


.tm-2 {
	opacity: 0.2
}

.tm-4 {
	opacity: 0.4
}

.tm-5 {
	opacity: 0.5
}

.tm-7 {
	opacity: 0.7
}


.tm-8 {
	opacity: 0.8
}


.tm-9 {
	opacity: 0.9
}

.top-0 {
	top: 0;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.padding-xs {
	padding: 0.5em;
}

.padding-xxs {
	padding: 0.25em;
}


.padding-sm {
	padding: 0.75em;
}

.padding {
	padding: 1em;
}

.padding-lg {
	padding: 1.25em;
}

.padding-xl {
	padding: 1.5em;
}

.padding-xxl {
	padding: 1.75em;
}

.padding-xxxl {
	padding: 2em;
}

.padding-sl {
	padding: 2.5em;
}

.padding-ul {
	padding: 3em;
}

.padding-bottom-xs {
	padding-bottom: .5em;
}

.padding-bottom-sm {
	padding-bottom: .75em;
}

.padding-bottom {
	padding-bottom: 1em;
}

.padding-bottom-lg {
	padding-bottom: 1.25em;
}

.padding-bottom-xl {
	padding-bottom: 1.5em;
}

.padding-bottom-xxl {
	padding-bottom: 1.75em;
}

.padding-bottom-xxxl {
	padding-bottom: 2em;
}

.padding-top-xs {
	padding-top: .5em;
}

.padding-top-sm {
	padding-top: .75em;
}

.padding-top {
	padding-top: 1em;
}

.padding-top-lg {
	padding-top: 1.25em;
}

.padding-top-xl {
	padding-top: 1.5em;
}

.padding-top-xxl {
	padding-top: 1.75em;
}

.padding-top-xxxl {
	padding-top: 2em;
}


.padding-tb-xs {
	padding-top: .5em;
	padding-bottom: .5em;
}

.padding-tb-sm {
	padding-top: .75em;
	padding-bottom: .75em;
}

.padding-tb {
	padding-top: 1em;
	padding-bottom: 1em;
}

.padding-tb-lg {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.padding-tb-xl {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.padding-tb-xxl {
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.padding-tb-xxxl {
	padding-top: 2em;
	padding-bottom: 2em;
}

.padding-lr-xs {
	padding-left: .5em;
	padding-right: .5em;
}

.padding-lr-sm {
	padding-left: .75em;
	padding-right: .75em;
}

.padding-lr {
	padding-left: 1em;
	padding-right: 1em;
}

.padding-lr-lg {
	padding-left: 1.25em;
	padding-right: 1.25em;
}

.padding-lr-xl {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.padding-lr-xxl {
	padding-left: 1.75em;
	padding-right: 1.75em;
}

.padding-lr-xxxl {
	padding-left: 2em;
	padding-right: 2em;
}

.padding-lr-xxxxl {
	padding-left: 2.5em;
	padding-right: 2.5em;
}

.padding-lr-xl {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.padding-right-lg {
	padding-right: 1.25em;
}

.padding-right-xl {
	padding-right: 1.5em;
}

.padding-right-xxl {
	padding-right: 1.75em;
}

.padding-right-xxxl {
	padding-right: 2em;
}

.padding-right-xxxxl {
	padding-right: 2.5em;
}

.padding-left-xs {
	padding-left: .5em;
}

.padding-left-sm {
	padding-left: .75em;
}

.padding-left {
	padding-left: 1em;
}

.padding-left-lg {
	padding-left: 1.25em;
}

.padding-left-xl {
	padding-left: 1.5em;
}

.padding-left-xxl {
	padding-left: 1.75em;
}

.padding-left-xxxl {
	padding-left: 2em;
}

.padding-left-xxxxl {
	padding-left: 2.5em;
}

.padding-xxl {
	padding: 1.75em;
}

.padding-xxxl {
	padding: 2em;
}

.text-p {
	text-indent: 2em;
}

.text-w-xs {
	letter-spacing: 0.05em;
}

.text-w-sm {
	letter-spacing: 0.075em;
}

.text-w {
	letter-spacing: 0.1em;
}

.text-w-lg {
	letter-spacing: 0.15em;
}

.padding-top-5h {
	padding-top: 5vh
}

.padding-top-10px {
	padding-top: 10px
}

.padding-top-15px {
	padding-top: 15px
}

.padding-left-10px {
	padding-left: 10px
}

.padding-left-60px {
	padding-left: 60px
}

.padding-left-40px {
	padding: 0px !important;
	padding-left: 40px !important;
}

.padding-bottom-5h {
	padding-bottom: 5vh
}

.padding-right-60px {
	padding-right: 60px;
}

.padding-outright-20px {
	padding: 20px;
	padding-right: 0px;
}

.padding-outbottom-20px {
	padding: 20px;
	padding-bottom: 10px;
}

.padding-bottom-2vw {
	padding-bottom: 2vw
}

.padding-bottom-5vw {
	padding-bottom: 5vw
}

.padding-top-8h {
	padding-top: 8vh
}

.padding-left-right-10vw {
	padding-left: 10vw;
	padding-right: 10vw;
}

.padding-left-right-20px {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-left-right-50px {
	padding-left: 50px;
	padding-right: 50px;
}

.padding-bottom-8h {
	padding-bottom: 8vh
}

.border-radius-10px {
	border-radius: 10px;
}

.border-radius-5px {
	border-radius: 5px;
}

.over-show {
	overflow: visible;
}

.over-x-show {
	overflow-x: auto;
	overflow-y: hidden;
}

.over-y-show {
	overflow-y: auto;
	overflow-x: hidden;
}

.over-hidden {
	overflow: hidden;
}

.text-border {
	text-shadow: 2px 2px 0 black, 4px -3px 0 black, -4px -4px 0 black, -2px 2px 0 black, 4px 3px 0 black, 4px -3px 0 black, -4px -3px 0 black, -4px 3px 0 black, 4px 2px 0 black, 4px -2px 0 black, -4px -2px 0 black, -4px 2px 0 black, 4px 1px 0 black, 4px -1px 0 black, -4px -1px 0 black, -4px 1px 0 black, 4px 0px 0 black, 4px 0px 0 black, -4px 0px 0 black, -4px 0px 0 black, 3px 4px 0 black, 3px -4px 0 black, -3px -4px 0 black, -3px 4px 0 black, 3px 3px 0 black, 3px -3px 0 black, -3px -3px 0 black, -3px 3px 0 black, 3px 2px 0 black, 3px -2px 0 black, -3px -2px 0 black, -3px 2px 0 black, 3px 1px 0 black, 3px -1px 0 black, -3px -1px 0 black, -3px 1px 0 black, 3px 0px 0 black, 3px 0px 0 black, -3px 0px 0 black, -3px 0px 0 black, 2px 4px 0 black, 2px -4px 0 black, -2px -4px 0 black, -2px 4px 0 black, 2px 3px 0 black, 2px -3px 0 black, -2px -3px 0 black, -2px 3px 0 black, 2px 2px 0 black, 2px -2px 0 black, -2px -2px 0 black, -2px 2px 0 black, 2px 1px 0 black, 2px -1px 0 black, -2px -1px 0 black, -2px 1px 0 black, 2px 0px 0 black, 2px 0px 0 black, -2px 0px 0 black, -2px 0px 0 black, 1px 4px 0 black, 1px -4px 0 black, -1px -4px 0 black, -1px 4px 0 black, 1px 3px 0 black, 1px -3px 0 black, -1px -3px 0 black, -1px 3px 0 black, 1px 2px 0 black, 1px -2px 0 black, -1px -2px 0 black, -1px 2px 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px 0px 0 black, 1px 0px 0 black, -1px 0px 0 black, -1px 0px 0 black, 0px 4px 0 black, 0px -4px 0 black, 0px -4px 0 black, 0px 4px 0 black, 0px 3px 0 black, 0px -3px 0 black, 0px -3px 0 black, 0px 3px 0 black, 0px 2px 0 black, 0px -2px 0 black, 0px -2px 0 black, 0px 2px 0 black, 0px 1px 0 black, 0px -1px 0 black, 0px -1px 0 black, 0px 1px 0 black, 0px 0px 0 black, 0px 0px 0 black, 0px 0px 0 black, 0px 0px 0 black, 0 0 0 black;
}

.text-border-white {
	text-shadow: 1px 1px 0 white, 2px -1.5px 0 white, -2px -2px 0 white, -1px 1px 0 white, 2px 1.5px 0 white, 2px -1.5px 0 white, -2px -1.5px 0 white, -2px 1.5px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 0.5px 0 white, 2px -0.5px 0 white, -2px -0.5px 0 white, -2px 0.5px 0 white, 2px 0px 0 white, 2px 0px 0 white, -2px 0px 0 white, -2px 0px 0 white, 1.5px 2px 0 white, 1.5px -2px 0 white, -1.5px -2px 0 white, -1.5px 2px 0 white, 1.5px 1.5px 0 white, 1.5px -1.5px 0 white, -1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1px 0 white, 1.5px -1px 0 white, -1.5px -1px 0 white, -1.5px 1px 0 white, 1.5px 0.5px 0 white, 1.5px -0.5px 0 white, -1.5px -0.5px 0 white, -1.5px 0.5px 0 white, 1.5px 0px 0 white, 1.5px 0px 0 white, -1.5px 0px 0 white, -1.5px 0px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1.5px 0 white, 1px -1.5px 0 white, -1px -1.5px 0 white, -1px 1.5px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0.5px 0 white, 1px -0.5px 0 white, -1px -0.5px 0 white, -1px 0.5px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 0.5px 2px 0 white, 0.5px -2px 0 white, -0.5px -2px 0 white, -0.5px 2px 0 white, 0.5px 1.5px 0 white, 0.5px -1.5px 0 white, -0.5px -1.5px 0 white, -0.5px 1.5px 0 white, 0.5px 1px 0 white, 0.5px -1px 0 white, -0.5px -1px 0 white, -0.5px 1px 0 white, 0.5px 0.5px 0 white, 0.5px -0.5px 0 white, -0.5px -0.5px 0 white, -0.5px 0.5px 0 white, 0.5px 0px 0 white, 0.5px 0px 0 white, -0.5px 0px 0 white, -0.5px 0px 0 white, 0px 2px 0 white, 0px -2px 0 white, 0px -2px 0 white, 0px 2px 0 white, 0px 1.5px 0 white, 0px -1.5px 0 white, 0px -1.5px 0 white, 0px 1.5px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 0.5px 0 white, 0px -0.5px 0 white, 0px -0.5px 0 white, 0px 0.5px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0px 0px 0 white, 0 0 0 white;
}

.text-000 {
	color: #000;
}

.text-cblue {
	color: #42a9d9;
}

.text-cblue-shadow {
	color: #42a9d9;
	text-shadow: 1px 1px 5px #42a9d9;
}

.text-999 {
	color: #999;
}

.text-ccc {
	color: #ccc;
}

.text-aaa {
	color: #aaa;
}

.text-fff {
	color: #fff !important;
}

.text-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.text-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.text-4 {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 4 !important;
}

.text-5 {
	overflow: hidden !important;
	/*! autoprefixer: off */
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 5 !important;
	-webkit-box-orient: vertical !important;
	/* autoprefixer: on */
}

.text-6 {
	overflow: hidden !important;
	/*! autoprefixer: off */
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 6 !important;
	-webkit-box-orient: vertical !important;
	/* autoprefixer: on */
}

.text-10 {
	overflow: hidden !important;
	/*! autoprefixer: off */
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 10 !important;
	-webkit-box-orient: vertical !important;
	/* autoprefixer: on */
}

#text-5 {
	overflow: hidden !important;
	/*! autoprefixer: off */
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 5 !important;
	/* autoprefixer: on */
}

.div-width {
	width: fit-content;
}

.text-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.text-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}

.text-Abc {
	text-transform: Capitalize;
}

.text-ABC {
	text-transform: Uppercase;
}

.text-abc {
	text-transform: Lowercase;
}

.text-price::before {
	content: "¥";
	font-size: 80%;
	margin-right: 4px;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-content {
	line-height: 1.6;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-red,
.line-red,
.lines-red {
	color: var(--red);
}

.text-orange,
.line-orange,
.lines-orange {
	color: var(--orange);
}

.text-yellow,
.line-yellow,
.lines-yellow {
	color: var(--yellow);
}

.text-olive,
.line-olive,
.lines-olive {
	color: var(--olive);
}

.text-green,
.line-green,
.lines-green {
	color: var(--green);
}

.text-gold,
.line-gold,
.lines-gold {
	color: var(--gold);
}

.text-cyan,
.line-cyan,
.lines-cyan {
	color: var(--cyan);
}

.text-blue,
.line-blue,
.lines-blue {
	color: var(--blue);
}

.text-bluePlus,
.line-bluePlus,
.lines-bluePlus {
	color: var(--bluePlus);
}

.text-bg,
.line-bg,
.lines-bg {
	color: var(--bg);
}

.text-purple,
.line-purple,
.lines-purple {
	color: var(--purple);
}

.text-mauve,
.line-mauve,
.lines-mauve {
	color: var(--mauve);
}

.text-pink,
.line-pink,
.lines-pink {
	color: var(--pink);
}

.text-brown,
.line-brown,
.lines-brown {
	color: var(--brown);
}

.text-plusGray,
.line-plusGray,
.lines-plusGray {
	color: var(--plusGray);
}


.text-black,
.line-black,
.lines-black {
	color: var(--black);
}

.text-white,
.line-white,
.lines-white {
	color: var(--white);
}

.text-blackBlue,
.line-blackBlue,
.lines-blackBlue {
	color: var(--blackBlue);
}

.text-darkGray,
.line-darkGray,
.lines-darkGray {
	color: var(--darkGray);
}

.text-ghostWhite,
.line-ghostWhite,
.lines-ghostWhite {
	color: var(--ghostWhite);
}

.text-grey,
.line-grey,
.lines-grey {
	color: var(--grey);
}

.text-gray,
.line-gray,
.lines-gray {
	color: var(--gray);
}

.font-550 {
	font-weight: 550;
}

.font-600 {
	font-weight: 600;
}

.radius-lg {
	border-radius: 14px;
}

.radius-sm {
	border-radius: 10px;
}

.radius {
	border-radius: 5px;
}

body {
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu !important;
}


.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-x-center {
	display: flex;
	align-items: center;
}

.y-box {
	overflow-y: scroll;
}

.x-box {
	overflow-x: scroll;
}

/* 
flex布局 
 */

.flex-row {
	display: flex;
	flex-flow: row wrap;
}


.flex {
	display: flex !important;
}

.cu-card {
	display: block;
	overflow: hidden;
}

	.cu-card > .cu-item {
		display: block;
		background-color: var(--white);
		overflow: hidden;
		border-radius: 10px;
		margin: 10px;
	}

.h-40 {
	height: 40% !important;
}

.h-50 {
	height: 50% !important;
}

.h-70 {
	height: 70% !important;
}

.h-100 {
	height: 100% !important;
}

.w-50 {
	width: 50% !important;
}

.w-70 {
	width: 70% !important;
}

.w-100 {
	width: 100% !important;
}

.div-button-border {
	border: 1px solid #777;
	color: #777;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 40px;
	border-radius: 4px;
}

.div-button {
	background-color: #43A7FD;
	color: #fff;
	height: 40px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 40px;
	border-radius: 4px;
}

.absolute-box {
	position: absolute !important;
}

@keyframes top24 {
	from {
		top: 0;
	}

	to {
		top: -24vw;
	}
}

@keyframes top-24 {
	from {
		top: -24vw;
	}

	to {
		top: 0;
	}
}

.button-img {
	transition: background .75s;
	-webkit-transition: background .75s;
}

.border-none {
	border: none;
}

.border-dashed {
	border: 1px dashed #ccc;
}

.border-none::before {
	border: none;
}

.pointer {
	cursor: pointer;
}

.Pccernt {
	opacity: 1;
	margin-top: 30px;
	transition: opacity, margin-top 1s;
	-webkit-transition: opacity, margin-top 1s;
}

.hidden {
	display: none;
}

.Pccernt:hover {
	opacity: 0.8;
}

.CCenter {
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background: url(img/home/classcase/1.png);
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
}

	.CCenter:hover {
		background: url(img/home/classcase/1-1.png);
	}

.CCenter2 {
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background: url(img/home/classcase/2.png);
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
}

	.CCenter2:hover {
		background: url(img/home/classcase/2-1.png);
	}

.CCenter3 {
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background: url(img/home/classcase/3.png);
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
}

	.CCenter3:hover {
		background: url(img/home/classcase/3-1.png);
	}

.PCenter {
	top: 0;
	transition: top 0.25s;
	-webkit-transition: top 0.25s;
}

	.PCenter:hover {
		top: -24vw;
	}

.ClassCase {
	top: 0;
	transition: top 0.25s;
	-webkit-transition: top 0.25s;
}

	.ClassCase:hover {
		top: -14vw;
	}

.cur-box {
	position: absolute;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: #000;
	opacity: .54;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
}

.cur-all-box {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #000;
	opacity: .54;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
}

.samll-bg {
	background-size: 80% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.img-auto {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/*---------------------
       卡片
---------------------*/
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
	font-size: 3.2rem;
	padding-top: 2rem;
}

	h1 + p {
		font-size: 1.8rem;
		padding: 2rem 0 3rem;
	}

.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wrap {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(100rem);
	transform: perspective(100rem);
	cursor: pointer;
}

.inline {
	display: inline-block
}

.container-c {
	--rX: 0;
	--rY: 0;
	--bX: 50%;
	--bY: 80%;
	border: 1px solid var(--background-color);
	border-radius: 1.6rem;
	display: flex;
	align-items: flex-end;
	position: relative;
	-webkit-transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
	transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
	/*background: linear-gradient(hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), url("https://images.unsplash.com/photo-1559113513-d5e09c78b9dd?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjF9");*/
	background: linear-gradient(hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), url("../img/photo-1559113513-d5e09c78b9dd.jpg");
	background-position: var(--bX) var(--bY);
	box-shadow: 0 0 3rem .5rem hsla(0, 0%, 0%, .2);
	transition: -webkit-transform .6s 1s;
	transition: transform .6s 1s;
	transition: transform .6s 1s, -webkit-transform .6s 1s;
}

	.container-c::before,
	.container-c::after {
		content: "";
		width: 2rem;
		height: 2rem;
		border: 1px solid #fff;
		position: absolute;
		z-index: 2;
		opacity: .3;
		transition: .3s;
	}

	.container-c::before {
		top: 2rem;
		right: 2rem;
		border-bottom-width: 0;
		border-left-width: 0;
	}

	.container-c::after {
		bottom: 2rem;
		left: 2rem;
		border-top-width: 0;
		border-right-width: 0;
	}

.container-c--active {
	transition: none;
}

.container-c--2 {
	-webkit-filter: hue-rotate(80deg) saturate(140%);
	filter: hue-rotate(80deg) saturate(140%);
}

.container-c--3 {
	-webkit-filter: hue-rotate(160deg) saturate(140%);
	filter: hue-rotate(160deg) saturate(140%);
}

.container-c p {
	color: hsla(0, 0%, 100%, .6);
	font-size: 2.2rem;
}

.wrap:hover .container-c::before,
.wrap:hover .container-c::after {
	width: calc(100% - 4rem);
	height: calc(100% - 4rem);
}

/*---------------------
       加载
---------------------*/

#loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.object {
	width: 20px;
	height: 20px;
	background-color: var(--gold);
	margin-right: 110px;
	float: left;
	margin-bottom: 110px;
}

	.object:nth-child(2n+0) {
		margin-right: 0px;
	}

#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
}

#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
}

#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
}

#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
}

#object_big {
	-webkit-animation: object_big 0.5s infinite;
	animation: object_big 0.5s infinite;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
}

@-webkit-keyframes object_big {
	25% {
		-webkit-transform: scale(0.5);
	}
}

@keyframes object_big {
	25% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-webkit-keyframes object_one {
	25% {
		-webkit-transform: translate(130px, 0) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(130px, 130px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translate(0, 130px) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes object_one {
	25% {
		transform: translate(130px, 0) rotate(-90deg);
		-webkit-transform: translate(130px, 0) rotate(-90deg);
	}

	50% {
		transform: translate(130px, 130px) rotate(-180deg);
		-webkit-transform: translate(130px, 130px) rotate(-180deg);
	}

	75% {
		transform: translate(0, 130px) rotate(-270deg);
		-webkit-transform: translate(0, 130px) rotate(-270deg);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

@-webkit-keyframes object_two {
	25% {
		-webkit-transform: translate(0, 130px) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(-130px, 130px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translate(-130px, 0) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes object_two {
	25% {
		transform: translate(0, 130px) rotate(-90deg);
		-webkit-transform: translate(0, 130px) rotate(-90deg);
	}

	50% {
		transform: translate(-130px, 130px) rotate(-180deg);
		-webkit-transform: translate(-130px, 130px) rotate(-180deg);
	}

	75% {
		transform: translate(-130px, 0) rotate(-270deg);
		-webkit-transform: translate(-130px, 0) rotate(-270deg);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

@-webkit-keyframes object_three {
	25% {
		-webkit-transform: translate(0, -130px) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(130px, -130px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translate(130px, 0) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes object_three {
	25% {
		transform: translate(0, -130px) rotate(-90deg);
		-webkit-transform: translate(0, -130px) rotate(-90deg);
	}

	50% {
		transform: translate(130px, -130px) rotate(-180deg);
		-webkit-transform: translate(130px, -130px) rotate(-180deg);
	}

	75% {
		transform: translate(130px, 0) rotate(-270deg);
		-webkit-transform: translate(130px, 0) rotate(-270deg);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}


@-webkit-keyframes object_four {
	25% {
		-webkit-transform: translate(-130px, 0) rotate(-90deg);
	}

	50% {
		-webkit-transform: translate(-130px, -130px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translate(0, -130px) rotate(-270deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes object_four {
	25% {
		transform: translate(-130px, 0) rotate(-90deg);
		-webkit-transform: translate(-130px, 0) rotate(-90deg);
	}

	50% {
		transform: translate(-130px, -130px) rotate(-180deg);
		-webkit-transform: translate(-130px, -130px) rotate(-180deg);
	}

	75% {
		transform: translate(0, -130px) rotate(-270deg);
		-webkit-transform: translate(0, -130px) rotate(-270deg);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}


img {
	max-width: 100vw;
}

.b11111::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.b11111::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #afafaf;
}

.b11111::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.weiruan {
	font-family: "Microsoft YaHei";
}


.p-all:hover {
	/* width: 21vw !important; */
}

.a-b {
	background-image: url(images/more/bg2.png);
	height: 3.9vw;
	width: 2.5vw;
	top: 0;
	left: 0;
	position: absolute;
	margin-right: 5px;
	z-index: -1;
}

.p-all:hover .a-b {
	background-image: url(images/more/bg1.png);
	width: 13.5vw;
}

.p-all {
	z-index: 1;
	padding-left: 10px;
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
}

.p-a {
	transform: rotate(0);
}

	.p-a:hover {
		transform: rotate(90deg);
	}

.video-box {
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
}


/* 错误状态样式 */
.error-message {
	text-align: center;
	padding: 40px 20px;
	color: #e74c3c;
	width:28em
}

.error-icon {
	font-size: 40px;
	margin-bottom: 15px;
}

.error-text {
	margin-bottom: 20px;
	font-size: 16px;
}

.retry-button {
	padding: 8px 16px;
	background-color: #3498db;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}

	.retry-button:hover {
		background-color: #2980b9;
	}