/* 首页另外专门引入这个原来的css，其他页面才使用本文件 */
/* @import url("/static/new_index/css/style.css"); */

.nav-li {
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
}

.nav-li > div {
	padding: 0 20px;
	color: #000;
}

.header-wrap-outter {
	box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
}

.hader {
	margin-right: 0 !important;
	padding: 0 1rem;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

#navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2rem;
}
#navigation ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	gap: 2.5rem;
	margin-bottom: 0;
	height: 102%;
}
#navigation ul li {
	height: 100%;
	display: flex;
	align-items: center;
}
#navigation ul li a {
	color: rgb(43, 50, 61) !important;
}
#navigation ul li:hover {
	/* font-weight: bold; */
	color: #34a9a4;
}
.nav-text {
	font-weight: 500;
	font-size: 16px;
	color: black;
}

.nav-light {
	border-bottom: 2px solid #34a9a4;
	color: #34a9a4;
}

.buy-button a {
	background-color: rgba(87, 170, 168, 0.6);
	border-radius: 10px;
	border-color: transparent;
	padding: 0.4rem 1rem;
}

.buy-button a:hover {
	background-color: rgba(87, 170, 168, 1);
	border-color: transparent;
}

/* .topnav{
  width: 100%;
  height: 70px;
} */

.avator {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.el-dropdown-menu.el-popper {
	top: 40px !important;
}
.el-dropdown-link {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.el-avatar {
	background: none;
}

/* beckman */
.app-layout-header {
	overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	height: 64px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
}
.app-layout-header.background {
	background-color: transparent;
}
.navbar {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
  align-items: center;
}

.drawer-header {
	position: relative;
	width: 210px;
	overflow: hidden;
	line-height: 1;
	margin: 0 auto;
	float: left;
	margin-left: 20px;
	/* flex: 1; */
}

.navgition-header {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
.navgition-header .el-dropdown {
	font-size: 16px;
	line-height: 64px;
	color: #2b323d;
	margin: 0 30px;
}

.navgition-header a {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	color: #2b323d !important;
	text-decoration: none;
	margin: 0 20px;
	text-align: center;
	font-size: 16px;
}
.navgition-header a:hover {
	color: #34a9a4 !important ;
}

.navgition-header a.active {
	border-bottom: 2px solid #34a9a4;
	color: #34a9a4;
}
.navgition-header a.active:hover {
	color: #34a9a4 !important;
}
.btn-header {
	width: 190px;
}

.btn {
	height: 35px;
	width: 104px;
	/* line-height: 35px; */
	border-radius: 18px;
	cursor: pointer;
	font-size: 14px;
	margin: 0 auto;
	color: #fff;
}

.weixin {
	background-color: #30b573;
	border-color: #30b573;
}

.enter {
	background-color: #34a9a4;
	border-color: #34a9a4;
}
/* beckman end */
