html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif";

}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.color-bule {
	color: #172b8e !important;
}

/* 呼吸灯 */
.header.box {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	background-color: transparent;
}

.wrap {
	margin: auto;
	width: 70px;
	height: 70px;
	position: relative;
}

.vr {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	background-size: 100% 100%;
	z-index: 2;
}

.vr_wrap {
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 0px 50px 10px #fbfbfb;
	animation: mymove 2s infinite;
	/*animation-direction:alternate;*/
	border-radius: 50%;
}

.vr_wrap2 {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 0px 50px 10px #fbfbfb;
	animation: mymove1 2s infinite;
	/*animation-direction:alternate;*/
}

@keyframes mymove {
	0% {
		box-shadow: 0px 0px 0px 1px #fff;
		height: 70px;
		width: 70px;
	}

	100% {
		box-shadow: 0px 0px 0px 40px #fff;
		height: 72px;
		width: 72px;
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@keyframes mymove1 {
	0% {
		box-shadow: 0px 0px 0px 1px #fff;
		height: 70px;
		width: 70px;
	}

	50% {
		box-shadow: 0px 0px 0px 40px #fff;
		height: 72px;
		width: 72px;
		opacity: 0;
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

.text1 {
	z-index: 2;
	color: white;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	width: 50px;
	padding: 0 28px;
	font-size: 14px;
	line-height: 1.5em;
	color: #ffffff;
	text-shadow: 0px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(-255, -255, -255), 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.text2 {
	z-index: 2;
	color: white;
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	width: 50px;
	padding: 0 28px;
	font-size: 14px;
	line-height: 1.5em;
	color: #ffffff;
	text-shadow: 0px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(-255, -255, -255), 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.login-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	text-align: center;
	margin-bottom: 8%;
}

.login-text.last {
	margin-bottom: 4%;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 20%;
	top: 70%;
	background: url(../../img/login/loginlogo.jpg) no-repeat;
	background-size: 100%;
	font-weight: 600;
	font-size: 14px;
}
.footer a:nth-child(2){
	margin-left: 20px;
}
.footer .bottom:nth-child(1){
	display: flex;
	justify-content: center;
}


#slider {
	height: 70%;
}

#slider {
	width: 100%;
	position: relative;
}

.slider_list {
	height: 100%;
}

.slider_list li {
	position: absolute;
	display: none;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider_list li a img {
	width: 100%;
	height: 100%;
}

.slider_list li p img {
	width: 60%;
}

.slider_list li:first-child {
	display: block;
}

.slider_icon {
	position: absolute;
	z-index: 1;
	left: 40%;
	bottom: 20px;
	font-size: 0;
	padding: 4px 8px;
	border-radius: 12px;
	background-color: hsla(0, 0%, 100%, 0.3);
}

.slider_icon i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
	display: none;
}

.btn {
	background: #fff;
}

.arrow {
	display: none;
	width: 30px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.prve {
	left: 0;
}

.next {
	right: 0;
}

.arrow span {
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.slider_left {
	margin: 25px 0 0 10px;
	transform: rotate(45deg);
}

.slider_right {
	margin: 25px 0 0 5px;
	transform: rotate(-135deg);
}

.arrow:hover {
	background: #444;
}

#slider:hover .arrow {
	display: block;
}

.btn_act {
	background: #db192a;
}

.login-foot-img {
	height: calc(100% - 36px);
	padding: 15px 0;
	margin-top: 30px;
}

@media (max-width: 767px) {
	body {
		overflow: hidden;
	}

	#slider {
		height: calc(100% - 100px);
	}

	.footer {
		height: 100px;
	}

	.slider_list li a img {
		width: auto;
	}

	.login-text,
	.login-text.last {
		margin-bottom: 20%;
	}
}
