/** <-- css格式化 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	color: #010100;
	text-align: center;
	font-family: 'Microsoft YaHei', ans-serif, 'Microsoft Sans Serif', 'Microsoft JhengHei UI';
	user-select: none;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	overflow: hidden;
}

a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

button,
input,
select,
textarea {
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	user-select: auto;
	-webkit-user-select: auto;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}
button,
input {
	border: 0;
	font-family: 'Microsoft YaHei', ans-serif, 'Microsoft Sans Serif', 'Microsoft JhengHei UI';
}

a:active,
a:hover,
button:active,
button:focus,
input:active,
input:focus {
	outline: 0;
}

span {
	display: inline;
}

h1 {
	font-size: inherit;
}

.hide {
	display: none;
}

.y-flex {
	display: flex;
}
.prohibit {
	pointer-events: none;
  filter: grayscale(100%);
	
}
.prohibitfilter{
  filter: grayscale(100%);
}
div {
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.red {
	color: red;
}
.y-pr {
	position: relative;
}
.y-ab {
	position: absolute;
}
.y-flex {
	display: flex;
}
.y-row-between {
	justify-content: space-between;
}
.y-row-around {
	justify-content: space-around;
}
.y-row-center {
	justify-content: center;
}
.y-col-center {
	align-items: center;
}
.y-pe {
	pointer-events: none;
}
.y-peAll {
	pointer-events: all;
}

.y-ma {
	margin: 0 auto;
}

* > img {
	max-width: 100%;
}
.app {
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

@media screen and (max-height: 1200px) {
	.app {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.pages {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 1334px;
	background-repeat: no-repeat;
	background-color: #e4e6e7;
	overflow: hidden;
}
.pages_cont_bg {
	background-image: url('../img/cont/bg_3.png'), url('../img/index/bg_1.jpg');
	background-position: bottom center, top center;
}
.pages_cont_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
}
.pop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.pop_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.maskTis {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	padding: 10px 40px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 30px;
	border-radius: 50px;
	max-width: 80%;
	display: none;
	z-index: 1;
}
/* css格式化--> */

/*show_out */
.show_out {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 9;
}

.show_outbox {
	width: 610px;
	height: 385px;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
}

.show_outbox > p {
	width: 100%;
	height: auto;
	font-size: 34px;
	font-weight: 500;
	color: #000;
	line-height: 46px;
}

.show_outbox > p > span {
	height: auto;
}

.wzdl,
.bding {
	width: 327px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	margin-top: 80px;
	background-color: #ffa936;
	border-radius: 50px;
	font-weight: 400;
	font-size: 41px;
	color: #fff;
}

.hd_path {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	pointer-events: none;
}
/* show_out */

.yinlian {
	position: absolute;
	top: 54px;
	left: 42px;
	width: 187px;
	height: 55px;
	background-image: url('../img/ynlian.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.rotate-in-diag {
	animation: rotate-in-diag 1s linear both;
}

@keyframes rotate-in-diag {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.shadow {
	border-radius: 22px;
	border: 5px solid #000000;
	box-shadow: 0px 0px 25px 0px rgba(0, 10, 103, 0.58), 12px 20px 0px 0px #00085c;
	background-color: #ffffff;
}
.shadowBtn {
	border-radius: 22px;
	border: 5px solid #000000;
	box-shadow: 0px 0px 20px 0px rgba(0, 10, 103, 0.58), 8px 0px 0px 0px #00085c;
	background-color: #ffffff;
}
.shadowBtn1 {
	border-radius: 22px;
	border: 5px solid #00085c;
	box-shadow: 8px 0px 0px 0px #00085c;
	background-color: #ffffff;
}
.link {
	width: max-content;
	display: flex;
	margin: 0 auto;
	margin-top: 27px;
}
.link > img {
	width: 39px;
	height: 37px;
}

.linktxt {
	padding: 0 10px;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 4px solid #fff;
	margin-left: 10px;
}
