@charset "utf-8";

.c_go input{
		outline: none; 
		position: absolute;
		top:16%;
		left:14%;
		height:19%;
		width:39%;
	border-radius:50px;
  background-color: rgba(255, 255, 255, 0.5); /* 设置背景色为半透明白色 */
  border:1px solid #ffffff;
   caret-color: #ffffff;
   font-size:21px;
   color:#ffffff;
   padding-left: 30px; 
   padding-right: 80px;
   	font-family:"微软雅黑";
	  display: flex;
  align-items: center;

}
.c_go input:focus {
	outline: none; 
}
.c_go button{
	position: absolute;
			position: absolute;
		top:18%;
		left:57.2%;
		height:calc(6vh);
		width:calc(6vh);
	border-radius:40px;
  background-color: rgba(255, 255, 255, 1); /* 设置背景色为半透明白色 */
  background-image:url(./img/img_go.png);
    background-position: center; /* 图片居中 */
	background-size:60% 60%;
	background-repeat: no-repeat;
  border: 0px ; 
  cursor: pointer;
}
.c_go button:active {
	outline: none; 
  border: 1px solid #000000;
}

.c_menu .t1{
	opacity: 0.5;
	position:relative;
	width:8.6%;	
	height:100%;
	 display: flex;
  align-items: center;
  justify-content: center;
  float:right;
   
}
.c_menu .t2{
		position:relative;
	width:15%;
	height:100%;
	 display: flex;
  align-items: center;
  justify-content: center;
	float:right;
	color:#808080;
}
.c_menu .t3{
		position:relative;
	width:15%;
	height:100%;
	 display: flex;
  align-items: center;
  justify-content: center;
	float:right;
	color:#808080;
}
.c_menu .t4{
		position:relative;
	width:15%;
	height:100%;
	 display: flex;
  align-items: center;
  justify-content: center;
	float:right;
	color:#808080;
}
.c_menu .t5{
		position:relative;
width:15%;
	height:100%;
	 display: flex;
  align-items: center;
  justify-content: center;
	float:right;
	color:#808080;
}
.t1:hover{
	  background: #00D6B8;	opacity: 1;
}.t2:hover{
	  background: #00D6B8;color:#000000;
}.t3:hover{
	  background: #00D6B8;color:#000000;
}.t4:hover{
	  background: #00D6B8;color:#000000;
}.t5:hover{
	  background: #00D6B8;color:#000000;
}

.y_menu{
		opacity: 0.5;
	position: absolute;
	width:6.5%;	
	height:10%;
	 display: flex;
  align-items: center;
  justify-content: center;
left:0px;
}
.y_menu:hover{
	 background: #00D6B8;	opacity: 1;
	
	
}
.c_menu p{
	font-size:20px;
	font-family:"微软雅黑";
}