.down{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(220,238,239,0.4);
}

.down-stu{
	padding-top: 50px;
}

.down-wrap{
	display: flex;
	flex-direction: row;
	width: 614px ;
	justify-content: space-between;
	height: 180px;
	
}

.down-btn{
	width:164px;
	height:40px;
	color: white;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.radius_3{
	border-radius:3px;
}
.no-radius{
	border-radius: 0px;
}

.a-link{
	color: white;
}

.a-link:hover{
	color: white;
}

.bottom-radius_3{
	border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.down-btn-wrap{
	width:164px;
	border-radius:3px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.down-title{
	width:176px;
	height:30px;
	font-size:22px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	line-height:30px;
	margin-bottom: 20px;
}

.title-stu{
	color:rgba(93,192,186,1);
}

.title-tea{
	color:#60ACDC;
}

.bg-stu {
	background:#5DC0BA;
}

.bg-stu-06{
	background:rgba(93,192,186,0.6);
}

.bg-tea {
	background:rgba(96,172,220,1);
}
.bg-tea-06 {
	background:rgba(96,172,220,0.6);
}

.navbar {
    background-color: #f7f8fa;
    padding: 10px 0px 10px 0px;
}

.show_dropdown{
	display: block;
}

.hiden_dropdown{
	display: none;
}

.down-btn-stu-mouse:hover{
	background:rgba(93,192,186,1);
	color: white;
}

.down-btn-tea-mouse:hover{
	background:rgba(96,172,220,1);
	color: white;
}
	

.navbar .navbar-menu-wrapper .navbar-nav .nav-link.active1 {
  color: #5DBFBA;
}	
	