@charset "utf-8";
/* CSS Document */
/*侧边栏*/
.right_bar{
	width:200px;
	height: 150px;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	position: absolute;
	right: -150px;
	top:550px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 99999999999999999999999;
}
.right-bar{
	width:50px;
	height: 150px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
	z-index: 999999999999999999999;
}
.right_bar:hover .bar{right:190px;}
.bar{
	position: absolute;
	right:0px;
	width:150px;
	height: 150px;
		display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	color: white;
	top: 0px;
	cursor: pointer;
	transition: 0.3s;
	align-items: center;
	padding-left: 10px;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.right_bar img{width:30px;height: 30px;}
.right_bar img:nth-child(2){width:40px;}
/*初始化网页*/
*{margin:0;padding: 0;}
li{text-align: center;list-style: none;}
body{overflow-x: hidden;}
a{text-decoration: none;}
/*初始计划网页*/
::selection{color:#1A2946;background-color: #5477BD;}
body::-webkit-scrollbar{background-color:white;
	width:0px;
}
body::-webkit-scrollbar-thumb{
	background-color: #1A2946;
}
body::-webkit-scrollbar-track{
	background-color: #5477BD;
}
/*头部*/
header{
	width:100%;
	display: flex;
	margin:  0 auto;
	height: auto;
	position: relative;
	z-index: 999999999999;
	background-color: white;
}
.head{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width:160px;
	height: 60px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 80% 60%;
}
nav{
	width:550px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
nav a{
	display: inline-block;
	WIDTH:110PX;
	height: 60px;
	font-size: 18px;
	color:#36538d;
	transition: 0.3s;
}
.active{color:white;}
nav:hover a:nth-child(1){color:#36538D;}
nav a:nth-child(2):hover~ .nav_bj{left:110px;}
nav a:nth-child(3):hover~ .nav_bj{left:220px;}
nav a:nth-child(4):hover~ .nav_bj{left:330px;}
nav a:nth-child(5):hover~ .nav_bj{left:440px;}
.nav_bj{
	position:absolute;
	background-color:#36538D;
	width:110px;
	height: 40px;
	left: 0px;
	z-index: -1;
	transition: 0.6s;
	border-radius: 4px;
}
nav a:hover{color:white;}
.head_input{
	width:200px;
	height: 30px;
	overflow: hidden;
	background-color:#36538D;
	border-radius: 4px;
	overflow: hidden;
}
.head_input input{
	width:140px;
	padding-left: 10px;
	background-color: rgba(0,0,0,0);
	border:none;
	height: 30px;
	color:white;
	outline: none;
	transition: 0.3s;
}
.head_input button{
	width:50px;
	height: 30px;	
	position: absolute;
	right: 0px;
	border:none;
	outline: none;
	background: url("../images/icon.png") center no-repeat;
	background-size: 55% 90%;
	cursor: pointer;
	transition: 0.3s;
}
.head_input input:hover{background-color: #4368B1;}
.head_input input:focus{background-color:#5C7EC1;}
.head_input button:hover{background-color: #4368B1;}
/*menu*/
#menu_btn{
	width:40px;
	background-color:#36538D;border-radius: 4px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	transition: 0.6s;
}
#menu_btn p{
	width:30px;
	height: 3px;
	background-color: white;
	border-radius: 4px;
}
#menu_btn_x{
	width:40px;
	height: 40px;
	position: absolute;
	left: 10px;
	background-color:#36538D;border-radius: 4px;
	color: white;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
	z-index: -1;
	transition: 0.6s;
	opacity: 0;
}
#input_btn{
	width:40px;
	height:40px;
	background: url("../images/icon.png") center no-repeat;
	background-size: 80% 80%;
	background-color: #36538D;
	margin-right: 10px;
	border-radius: 4px;
	cursor: pointer;
}
#menu{
	width:96%;
	height: 450px;
	height: 0px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	border-radius: 9px;
	color:white;
	transition: 0.6s;
}
#menu a{
	display:inline-block;
	color: white;
	width:90%;
	margin: 0 auto;
	transition: 0.3s;
	text-align: center;
	height: 50px;
	line-height: 60px;
	border-bottom: 0.5px solid #ededed;
	padding-bottom: 20px;
}
#menu a:hover{
	background-color: #36538D;
}
#input_menu{
	width:100%;
	height: 100%;
	position: fixed;
	z-index: 9999999999999;
	background-image: linear-gradient(205deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	top:0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: 0.6s;
}
.input_white{
	overflow: hidden;
	width:340px;
	height: 140px;
	background-image: linear-gradient(280deg,
	rgba(255,255,255,.3),
	rgba(255,255,255,.5),
	rgba(255,255,255,.6)
	);
	position: absolute;
	left: calc(50% - 170px);
	top: calc(50% - 70px);
	border-radius: 6px;
	backdrop-filter:blur(15px);
	border-top: 0.5px solid #fff;
	border-left: 0.5px solid #fff;
	box-shadow: 1px 10px 10px #36538D;
}
.input_white::before{
	content:"";
	position: absolute;
	width:200%;
	height: 15px;
	background-color: white;
	transition: 0.6s;
	transform: rotateZ(45deg);
	right: -106%;	
	opacity: 0;
}
.input_white:hover::before{
	right: 44%;
	opacity: 1;
}
#back{
	width:50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	color:white;
	border:0.5px solid #fff;
	border-top:none;
	font-weight: 100;
	font-size: 18px;
	cursor: pointer;
	user-select: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input_white div{
	width:90%;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 45%);
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	transition: 0.6s;
	box-sizing: border-box;
	overflow: hidden;
	height: 25px;
}
.input_white:hover div{
	height: 48px;
}
.input_white:hover div h3{color: white;}
.input_white div h3{
	font-weight: 100;
	color:#36538D;
	transition: 0.5s;
}
.input_white div input{
	width:90%;
	height: 20px;
	border:none;
	outline: none;
	color:white;
	background-color: rgba(0,0,0,0);
}
.input_white div button{
	width:10%;
	height: 20px;
	background: url("../images/icon.png") center no-repeat;
	background-size: 60% 90%;
	position: absolute;
	right:0px;
	cursor: pointer;
	border: none;
}
.input_white::after{
	content:"";
	position: absolute;
	width:90%;
	left: calc(50% - 45%);
	bottom: 30px;
	height: 1.5px;
	background-color: #36538D;
	transition: 0.6s;
	transform: scale(0);
}
.input_white:hover::after{
		transform: scale(1);
}
/*媒体查询*/
@media screen and (max-width:9000px) and (min-width:1024px){
	#menu,#menu_btn,#menu_btn_x,#input_btn,#input_menu{display:none !important;}
}
@media screen and (max-width:1023px) and (min-width:0px){
	nav,.head_input{display: none !important;}
}
@media screen and (max-width:768px) and (min-width:0px){
	.banner_text,.right_bar{display:none !important;}
}
/*页脚*/
footer{
	width:100%;
	overflow: hidden;
	display: flex;
	height: auto;
	background-image: linear-gradient(185deg,
	#253961,#36538E,#4266B0,#4A6FBB
	);
	padding-top: 30px;
	padding-bottom: 40px;
	flex-flow: column;
	margin-top: 30px;
}

.foot{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	color:white;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.logo_1{
	width:160px;
	height: 60px;
	background: url(../images/logob.png) center no-repeat;
	background-size: 80% 60%;
	margin-bottom: 20px;	
	}
.foot_1{
	width:350px;
	height:auto;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 100;
}
.foot_1 p{margin-bottom: 15px;}
.foot_1 p:hover{text-decoration: underline;cursor: pointer;}
.foot_1 img{
	width:30px;
	height: 30px;
	margin: 5px 10px;
	cursor: pointer;
}
.foot_2{
	width:90%;
	max-width:800px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}
.foot_2 dt:hover,.foot_2 dd:hover{text-decoration: underline;}
.foot_2 dl{
	width:84px;
	cursor: pointer;
}
.foot_2 dt{
	font-weight: bold;
	font-size: 18px;
	transition: 0.5s;
	position: relative;
	margin-bottom: 15px;
}
.foot_2 dt::before{
	width:90%;
	bottom: 0px;
	content:"";	
	height: 1.3px;
	position: absolute;
	right: 0px;
	background-color: white;
	animation: after 4s infinite;
}
.foot_2 dd{
	font-weight: 100;
	font-size: 14px;
	transition: 0.4s;
	letter-spacing: 1px;
	margin-top: 7px;
}
.foot_2 dd:hover{padding-left: 8px;color:#819BCE;}
.ewm{
	width:100px;
	height: 100px;
	border:0.5px solid #fff;
	background: url(../images/ewm.png)center no-repeat ;
	background-size: 100% 100%;
}
.foot1{
	width:100%;
	height: 15px;
	line-height: 35px;text-align: center;
	color:#999;
	font-weight: 100;
	border-top: 0.5px solid #fff;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
}
@keyframes after {
	0%{
		left:0px;
		width:0%;
	}
	49%{
		right:0px;
		width:100%;
	}
	50%{
		right:0px;
		width:100%;
	}
	100%{
		right:0px;
		width:0%;
	}
	
}
@media screen and (max-width:1228px) and (min-width:0px){
	.foot_2{
		flex-flow: column;
		width:96%;
		max-width: 1100px;
	}
	.foot_2 dl{
		width:100%;
		margin-top: 20px;
		border-bottom: 0.5px solid #fff;
		padding-bottom: 20px;
	}
	.foot_2 dt{
		width:80px;
	}
	.ewm{margin-top: 20px;}
}
*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	position: relative;
	transform: none;
	opacity: 1;
	transition: .5s;
	z-index: 9;
}
button{
	background:none;
	border:none;
	cursor: pointer;
}
.all_btn{
	overflow: hidden;
	padding:10px;
	padding-left:30px;
	padding-right:30px;
}
/*banner的部分开始*/
.banner_box{
	width:100%;
	overflow: hidden;
}
.banner_max_box{
	width:500%;
	display: flex;
	justify-content: space-between;
	left:-100%;
}
.banner{
	width:100%;
}
.banner img{
	width:100%;
}
/*banner的按钮部开hi是*/
.l{
	width:10%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	color:white;
	font-size:50px;
	z-index: 99;
}
.r{
	width:10%;
	height:100%;
	position: absolute;
	right:0px;
	top:0px;
	color:white;
	font-size:50px;
	z-index: 99;
}

/*底部的按钮部分开始*/
.banner_box ul{
	width:200px;
	height:50px;
	position: absolute;
	bottom:0px;
	left:calc(50% - 100px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.banner_box ul button{
	width:10px;
	height:10px;
	background:white;
	margin:5px;
}
.banner_box ul .btn{
	width:70px;
	background:orange;
}

/*banner的画布部分开始*/
canvas{
	position: absolute;
	left:0px;
	top:0px;
	z-index: 10;
}
.mask{
	z-index: -1;
	position: absolute;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	transform: translate(-50% , -50%);
}

/*banner上面的文字部分开始*/
.banner_text{
	position: absolute;
	width:900px;
	padding:20px;
	left:calc(50% - 650px);
	text-align: center;
	color:white;
	z-index: 99;
	bottom:calc(50% - 150px);
	background:rgba(54,83,141,.5);
	padding-left: 200px;
	padding-right: 200px;
	overflow: hidden;
}
.banner_text h1{
	letter-spacing: 45px;
	font-size:40px;
	margin-bottom: 20px;
}
.banner_text h2{
	font-size:130px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.banner_text p{
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
}

/*中间的框架开始*/
.center_max_box{
	width:100%;
	padding-top: 50px;
	display: flex;
	padding-bottom: 50px;
}
.center_box{
	width:1200px;
	margin: auto;
	display:flex;
	justify-content: space-between;
	flex:0 1 1200px;
	flex-wrap: wrap;
	align-items: center;
}
/*中间的第一个部分开始*/
#middle-1{
	padding-top:0px;
}
#middle-1_box{
	padding-top:30px;
	background:white;
	border-radius: 5px;
	padding-bottom: 50px;
	box-shadow: 0 10px 30px #ccc;
}
#middle-1 p{
	width:80%;
	margin:auto;
	margin-bottom: 15px;
	font-size:30px;
}
.shutdown{
	width:75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:auto;
	transition: .3s;
	color:#36538d;
}
.shutdown:hover{
	color:#ff3000;
}
.shutdown h1{
	font-size:60px;
	background:linear-gradient(90deg,#36538d , #3d5e9f  ,#3c5079 , #536487,white);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-size:200%;
	animation: moves 3s infinite linear;
}
@keyframes moves{
	0%{
		background-position: 200%;
	}
	100%{
		background-position: 0%;
	}
}
.shutdown h1 span{
	font-size:20px;
}

.shutdown span {
	font-size:40px;
}
.max_box{
	background:#f7f7f7;
}

/*所有的标题的部分开始*/
#title-1{
	padding-bottom: 0px;
}
#title-1 h1{
	padding-bottom: 10px;
	
	color:#ff3000;
	margin:auto;
	margin-bottom: 10px;
	font-size:40px;
}
#title-1 h1::after{
	position: absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:3px;
	background:#ff3000;
	content:'';
	transition: .5s;
	z-index: -1;
	
	border-radius: 100px;
}
#title-1:hover h1::after{
	transform:scale(1.3,1);
	height: 100%;
	border-radius: 5px;
}
#title-1:hover h1{
	color:white;
}
#title-1 p{
	width:100%;
	line-height: 30px;
	font-size:20px;
	text-align: center;
	letter-spacing: 4px;
}
.link_box{
	width:800px;
	margin:auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_box button{
		font-size:20px;
	color:#36538d;
}
.all_btn{
	border-radius: 5px;
}
.all_btn::after{
	position: absolute;
	right:-130%;
	top:0px;
	transform:rotate(45deg);
	width:200%;
	height:15px;
	box-shadow: 0 0 10px white;
	content: '';
	background:white;
	transition: .5s;
	opacity: .2;
}
.all_btn:hover::after{
	right:50%;
	opacity: 1;
}
#link{
	color:white;
	background:#ff3000;
}
.link_box button:hover{
	color:white;
	background:#ff3000;
}
/*中间的第二个部分开始*/
.middle-2_box{
	padding: 30px;
	background:white;
	border-radius: 5px;
	text-align: center;
	width:300px;
	height: auto;
	margin:auto;
	margin-bottom: 70px;
}
/*	伪元素的部分开始*/
.middle-2_box::after{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content: '';
	background: #36538d;
	border-radius: 50px;
	transform:scale(.8,0);
	z-index: 2;
	transition: .5s;
}
.middle-2_images{
	overflow: hidden;
}
.middle-2_box:hover img{
	transform: scale(1.2);
}
.middle-2_box:hover::after{
	border-radius: 5px;
	transform:scale(1,1);
}
.middle-2_box:hover{
	color:white;
}
.middle-2_box:hover h1 span{
	background:#36538d;
	color:white;
}
.middle-2_images{
	width:100%;
	height:50%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.middle-2_images img{
	width:100%;
	height:100%;
}
.middle-2_box h1{
	width:80%;
	height:2px;
	background:#36538d;
	color:#36538d;
	margin:auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.middle-2_box h1 span{
	font-size:18px;
	top:-25px;
	padding:15px;
	background:white;
}
.middle-2_box h2{
	margin-bottom: 10px;
	font-size:18px;
}
.middle-2_box p{
	font-size:15px;
	color:#999;
	line-height: 26px;
}
#over_btn{
	width:100%;
	font-size:20px;
	color:#36538d;
}
#over_btn:hover{
	color:white;
	background: #36538d;
}
/*中间的第三个部分开始，通版的部分开始*/
#tb-1{
	padding-top:10%;
	padding-bottom:10%;
	background:url('../images/2-2.jpg');
	background-size:100% 100%;
	background-attachment: fixed;
}
#tb-1::after{
	position: absolute;
	left:0px;
	top:0px;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	transition: .5s;
	content: '';
}
#tb-1:hover::after{
	background:rgba(0,0,0,0)
}
.tb_box{
	border: solid 2px white;
	margin: auto;
	color:white;
	width:180px;
	height:180px;
	background:rgba(255,255,255,.3);
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.tb_box:hover{
	clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	background:rgba(0,0,0,.5);
}
/*中间的第四个部分开始*/
.middle-4_box{
	width:580px;
	height: 450px;
	display: flex;
	
	justify-content: flex-end;
	align-items: flex-start;
	flex-flow: column;
}
.middle-4_box h1{
	font-size: 20px;
	margin-bottom: 10px;
}

.middle-4_box  h2{
	padding-bottom: 10px;
	
	color:#ff3000;
	margin-bottom: 20px;
	font-size:40px;
}
.middle-4_box h2::after{
	position: absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:3px;
	background:#ff3000;
	content:'';
	transition: .5s;
	z-index: -1;
	
	border-radius: 100px;
}
.middle-4_box:hover h2::after{
	transform:scale(1.3,1);
	height: 100%;
	border-radius: 5px;
}
.middle-4_box:hover h2{
	color:white;
	margin-bottom: 20px;
}
.middle-4_box p{
	font-size:20px;
	line-height: 28px;
	color:#999;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.middle-4_box .number{
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.middle-4_box .number .number_box{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}
.number_box h3{
	font-size:40px;
	color:#36538d;
	margin-bottom: 5px;
}
.number_box h4{

}
/*右边的图片的各部分开始*/
.middle-4_box img{
	width:100%;
	height:100%;
	transition: 1s linear;
	overflow: hidden;
}
.middle-4_box:nth-child(2){
	clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.middle-4_box:nth-child(2):hover img{
	transform: scale(1.2)
}
.middle-4_box:nth-child(2):hover{
	clip-path:polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.middle-4_box:nth-child(2)::after{
	position: absolute;
	left:5%;
	top:5%;
	width:90%;
	height:90%;
	border:solid 1px white;
	background:rgba(0,0,0,.3);
	content: '＋';
	display: flex;
	justify-content: center;
	align-items:center;
	font-size:100px;
	z-index: 99;
	color:white;
	opacity: 0;
	transform: scale(1.3);
	transition: 1s linear;
}
.middle-4_box:nth-child(2):hover::after{
	opacity: 1;
	transform: scale(1);
}
/*中间的第五个部分开始*/

.middle-5_box{
	width:300px;
	height:300px;
	background:#f7f7f7;
	margin:auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.middle-5_box img{
	width:100%;
	height:100%;
}
/*图片的盒子部分开始*/




.middle-5_box:hover::after{
	opacity: 1;
	transform: scale(1);
}
.middle-5_images{
	overflow: hidden;
}
.middle-5_images::after{
	position: absolute;
	left:5%;
	top:5%;
	width:90%;
	height:90%;
	border:solid 1px white;
	background:rgba(0,0,0,.3);
	content: '＋';
	display: flex;
	justify-content: center;
	align-items:center;
	font-size:100px;
	z-index: 99;
	color:white;
	opacity: 0;
	transform: scale(1.3);
	transition: 1s linear;
}
.middle-5_images:hover img{
	transform: rotate(5deg) scale(1.2);
	transition: .5s;
}
/**/
.middle-5_box h1{
	margin-left: 20px;
	margin-bottom: 5px;
}
.middle-5_box h2{
	font-size:17px;
	margin-left: 20px;
	color:#999;
	margin-bottom: 10px;
}
.middle-5_box h3{
	margin-left: 20px;
	font-size:17px;
}
.middle-5_box h4{
	color:orange;
	margin-left: 20px;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.images{
	position: absolute;
	bottom:50px;
	right: 50px;
	width:auto !important;
	height:auto !important;
}
/*中间的最后一个部分开始*/
.middle-6_box{
	width:570px;
	margin:auto;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	height:400px;
}
.middle-6_box:nth-child(2){
	justify-content: space-between;
}



#over_btns{
	width:100%;
	background:#36538d;
	color:white;
	margin-top: 10px;
}
#over_btns:hover{
	background: #ff3000;
}
.ipt_box{
	width:100%;
	height:auto;
}
.ipt_box p{
	margin-bottom:5px;
	font-size:20px;
}
.ipt_box input{
	width:100%;
	height:0px;
	border:none;
	border-bottom: solid 2px #36538d;
	outline: none;
}

.ipt_box:hover input{
	height:30px;
}








@media screen and (max-width:1024px) and (min-width:0px){
	#all_box{
		flex-flow: column;
	}
	.middle-2_box,.middle-4_box,.middle-5_box,.middle-6_box{
		width:90%;
		height: auto;
	}
	.fixed_box{
		display: none;
	}
}

@media screen and (max-width:768px) and (min-width:0px){
	
}

@media screen and (max-width:480px) and (min-width:0px){
	
}





/*左下角的加载部分开始*/
.fixed_box{
	width:100px;
	height:100px;
	position: fixed;
	left:0px;
	bottom:0px;
}
.fixed{
	position: relative;
	width:100%;
	height:100%;
	filter: url(#gooey)
}
.fixed span{
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	animation: rotates 4s ease-in-out calc(0.2s * var(--i)) infinite;
}
.fixed span::after{
	position: absolute;
	width:20px;
	height: 20px;
	left:calc(50% - 10px);
	background: linear-gradient(aqua,blue);
	box-shadow: 0 0 25px aqua;
	content: '';
}
.box{
	position: absolute;
	bottom:0px;
	width:100%;
	background: linear-gradient(aqua,blue);
	box-shadow: 0 0 25px aqua;
	height:20px;
}

svg{
	display: none;
}
@keyframes rotates{
	0%{
		transform: rotate(0deg)
	}
	50%,100%{
		transform: rotate(360deg);
	}
}
.loading{
	font-size:15px;
	color:aqua;
	position: absolute;
	left:calc(50% - 20px);
	top:calc(50% - 10px);
}


/*中间的矿建*/


















