@charset "utf-8";

body{
position:fixed;
width: 100%;
height: 100%;
background: #fffff;


}
.c_yellow{
  position: absolute;
	background: #FFEF02;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:93.5%;
right:0px;
top:11%;
bottom:0px;
opacity: 1;
}
.c_red{
	
	  position: absolute;
	background: #FF4C02;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:100%;
height: 60%;
bottom:0px;
opacity: 1;
left:1%;
	
}
.c_green{
	  position: absolute;
	background: #00D6B8;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:83%;
right:5%;
top: -10px;
bottom:0px;
opacity: 1;
	
}
.c_go{
		  position: absolute;
	background: #00D6B8;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:55%;
height:38%;
left:6.5%;
top: 40%;
opacity: 1;
	
}
.c_right{
		  position: absolute;
	background: #ffffff;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:5%;
right:0px;
top:0px;
height:40%;
opacity: 1;
  display: flex;
justify-content: center;
	
}
.c_menu{
		  position: absolute;
	background: #ffffff;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:58%;
right:0px;
top:-10px;
height:12%;
opacity: 1;
	
}
.c_mc{
	
	  position: absolute;
	background: #FF4C02;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:27%;
height: 11%;
left:-10px;
opacity: 1;
bottom:11%;
/*文字居中*/
  display: flex;
  align-items: center;
  justify-content: center;
	
}
.c_mc:hover p{
color: #FFEF02;
}
.c_mc p{
	font-family:"微软雅黑";
font-weight: bold;	
	font-size:19px;
	color:#ffffff;
	letter-spacing:4px
}

.c_foot{
		  position: absolute;
	background: #FFEF02;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:55%;
right:0px;
bottom:0px;
height:11%;
opacity: 1;
	
}
.c_foot p {
	position: relative;
	left:5%;
	top:10px;
	font-family:"微软雅黑";	
	font-size:18px;
	color:#808080;
	letter-spacing:4px;
	margin:15px;
}
.c_foot a{
	color:#808080;
	text-decoration:none;
}
.c_foot a:hover {
	color:#ffffff;
	text-decoration:none;
}
.c_su{
	
	  position: absolute;
	background: #00D6B8;
  background-repeat: no-repeat; /* 设置背景不重复 */
width:5%;
height: 11%;
right:0px;
opacity: 1;
bottom:11%;
	
}
