@charset "utf-8";
.amt1{
	animation-delay:.25s;
}
.amt2{
	animation-delay:.5s;
}
.amt3{
	animation-delay:.75s;
}
.amt4{
	animation-delay:1s;
}
.amt5{
	animation-delay:1.25s;
}
.amt6{
	animation-delay:1.5s;
}
.header{
	width: 100%;
	height: 101px;
	line-height: 101px;
	background-color: #1E90FF;
	box-sizing: border-box
}
.header .logo{width: 250px;}
.header .logo img{width: 80%;}
.header .title{width: 700px;text-align: center;}
.header .title img{vertical-align: middle;}
.list li{float: left;margin: 30px 30px 0 0; box-shadow: 10px 10px 10px #ebf2fa;}
.list li:nth-child(3){float: left;margin: 30px 0 0 0; box-shadow: 10px 10px 10px #ebf2fa;}
.list li:nth-child(6){float: left;margin: 30px 0 0 0; box-shadow: 10px 10px 10px #ebf2fa;}
.list li:nth-child(9){float: left;margin: 30px 0 0 0; box-shadow: 10px 10px 10px #ebf2fa;}
.list li:nth-child(12){float: left;margin: 30px 0 0 0; box-shadow: 10px 10px 10px #ebf2fa;}
.list li:nth-child(15){float: left;margin: 30px 0 0 0; box-shadow: 10px 10px 10px #ebf2fa;}

.list .tips{font-size: 16px;color: #353f4b;text-align: center;margin: 30px 0;}
.footer{width: 100%;background-color: #353f4b;text-align: center;font-size: 13px;color: #a4acb4;padding: 20px 0;line-height: 32px;}
.shared{width: 70px;position: fixed;top: 120px;right: 10px;}
.shared ul li{
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden
}

.shared ul li a{
	display: block;
	background-color: #1E90FF
}
.search2{
	display: none;
}

.modal label{margin-bottom: 0;}
#md-shared-fixed-component{display: none}

@media (max-width: 768px) {
	.header{
		height: 60px;
		line-height: 60px;
	}
	.search{
		display: none;
	}

	.search2{
		display: block;
		text-align: center;
	}

	.search2 img{
		width: 40%;
	}

	.list ul{
		width: 100%;
		/* box-sizing: border-box; */
		/* display: flex; */
		/* flex-wrap: wrap; */
		margin: 0;
		padding: 0 10px;
		/* justify-content: space-between; */
	}
	.list li{width: 48%;margin: 10px 3.5px 0 3.5px !important;}
	#md-shared-fixed-component{
		width:100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		top: unset;
		background-color: #1E90FF;
		padding: 0 20px;
		display: block;
	}

	#md-shared-fixed-component ul{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	#md-shared-fixed-component ul li{
		margin-bottom: 0;
		height: 100%;
		display: flex;
		align-items: center
	}

	#md-shared-fixed-component ul li a{
		height: 100%;
		display: block;
		background: transparent
	}

	#md-shared-fixed-component ul li a:hover {
		background: transparent
	}

	#md-shared-fixed-component ul li a img{
		height: 100%
	}
	.list .tips{
		font-size: 14px;
	}

	.footer{
		background: none;
	}
	.shared{
		display: none;
	}
	.header .title{
		display: none;
	}
	.header .logo{
		width: 143px;
		margin-left: 20px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.search{
		width: 200px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {

}
@media only screen and (max-width: 950px) {

}