*{
	padding: 0;
	margin: 0;
}
html,body{
	font-size: 10px;	
}
.error{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: transparent;
	display: none;
}
.error>.error_main{
	position: absolute;
	top: 50%;
	left: 20%;
	width: 60%;
	height: 10rem;
	margin-top: -5rem;
	background: rgba(255,255,255,.9);
	border-radius: 1.5rem;
	text-align: center;
	border: 0.1rem solid #a19ea7;
	/*display: none;*/
}
.error>.error_main>.title{
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.5rem;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #a19ea7;
}
.error1>.error_main>.drop{
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	color: #3280db;
	font-size: 1.6rem;
}
nav{
	width: 100%;
	height: 6rem;
	box-shadow: 0 -0.1rem 3rem rgba(10, 16, 20, .24);
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	z-index: 999;
	background: white;
	font-size: 1.2rem;
}
nav>div{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 1rem 0;
	color: #707070;
}
nav>.active{
	color: #1F91F2;
}
nav>div>img{
	width: 2.5rem;
	height: 2.5rem;
}
.funct{
	/*display: none;*/
}
.main{
	width: 100vw;
	height: 15rem;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.mma{
	position: absolute;
	top: 0;
	left: 5%;
	width: 100%;
	/*height: 100%;*/
	display: flex;
	justify-content: space-around;
}
.mma:after{
	display: block;
	content: "";
	clear: both;
}
.mma>a{
	margin-top: 1rem;
	display: block;
	width: 20vw;
	height: 16vh;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	border-radius: 0.5rem;
	text-decoration: none;
	position: relative;
	float: left;
}
.mma>a:nth-child(n+2){
	/*margin-left: 4%;*/
}
.mma>a:nth-child(5n){
	margin-left: 0;
}
.mma>a>.zzc{
	position: absolute;
	top: -10%;
	left: -10%;
	display: block;
	width: 120%;
	height: 120%;
	background: white;
	opacity: 0;
}
.mma>a>p{
	margin-top: 1rem;
}
.mma>a>img{
	width: 3.5rem;
	height: 3.5rem;
	margin-top: 1.5rem;
}
.mma>a:nth-child(1){
	background: -webkit-linear-gradient(left,#ff773b,#fe9156);
	box-shadow: 0 0.2rem 0.5rem #ff773b;
}
.mma>a:nth-child(2){
	background: -webkit-linear-gradient(left,#fe327b,#fd4488);
	box-shadow: 0 0.2rem 0.5rem #fe327b;
}
.mma>a:nth-child(3){
	background: -webkit-linear-gradient(left,#9638fe,#9f57fb);
	box-shadow: 0 0.2rem 0.5rem #967DFD;
}
.mma>a:nth-child(4){
	background: -webkit-linear-gradient(left,#5d45fd,#6b5bfc);
	box-shadow: 0 0.2rem 0.5rem #FCB131;
}
.mma>a:nth-child(5){
	background: #FCB131;
	box-shadow: 0 0.2rem 0.5rem #FCB131;
}
.mains{
	width: 100%;
	background: white;
	height: 4.5rem;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 20;
	box-sizing: border-box;
	padding: 0.5rem 0;
	box-shadow: #E1DFDF 0 0.2rem 0.5rem;
}
.mmas{
	width: 95%;
	height: 100%;
	margin: auto;
	display: flex;
	z-index: 20;
}
.mmas>a{
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	padding: 0.5rem;
	margin-right: 0.8rem;
	float: left;
}
.mmas>a>img{
	width: 100%;
	height: 100%;
}
.mmas>a:nth-child(1){
	background: -webkit-linear-gradient(left,#ff773b,#fe9156);
	box-shadow: 0 0.2rem 0.5rem #ff773b;
}
.mmas>a:nth-child(2){
	background: -webkit-linear-gradient(left,#fe327b,#fd4488);
	box-shadow: 0 0.2rem 0.5rem #fe327b;
}
.mmas>a:nth-child(3){
	background: -webkit-linear-gradient(left,#9638fe,#9f57fb);
	box-shadow: 0 0.2rem 0.5rem #967DFD;
}
.mmas>a:nth-child(4){
	background: #FCB131;
	box-shadow: 0 0.2rem 0.5rem #FCB131;
}
.mmas>a:nth-child(5){
	background: #FCB131;
	box-shadow: 0 0.2rem 0.5rem #FCB131;
}
section{
	margin-top: 12.5rem;
	border-top: 0.1rem solid #e5e5e5;
	background: white;
	position: relative;
	z-index: 10;
}
section>div{
	width: 95%;
	margin: auto;
}
section>div>h2{
	font-size: 1.5rem;
	line-height: 4rem;
}
.smain{
	width: 100%;
	background: white;
}
/*#main:after{
	display: block;
	content: "";
	clear: both;
}
#main{
    position: relative;
    width: 97.5%;
	background: white;
	z-index: 10;
	margin-left: 2.5%;
}
#main:after{
	display: block;
	content: "";
	clear: both;
}
#main>.pic{
    width: 50%;
    box-sizing: border-box;
    padding: 0 2.5% 0.8rem 0;
    float:left;
    background: white;
}
#main>.pic>img{
    width:100%;
    height:auto;
}*/
#main{
	display: flex;

    justify-content: space-around;

    flex-wrap: wrap;
}
.pic{
	width: 48%;

	/*height: 24%;*/	padding: 0.4rem 0rem 0rem 0rem;
}
.pic img{
	width: 100%;
	height: 100%;
}
