* {
	margin: 0;
	padding: 0;
}

.topbar {
	width: 100%;
	background-color: white;
	height: 80px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* 滑动后 */
.topbar-fixed {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, .95);
}

.topbar-fixed #logbtn>a {
	color: #333;
}



.topbar-fixed #regbtn>a {
	color: #333;
}

.topbar-fixed .menu>li>a:hover {
	color: #fff;
	background-color: #2276fc;
	border-radius: 20px;
}

#logo {
	margin: 0px 80px;
	width: 15%;

}

.topbar>#logo>.blue {
	display: none;
}

.topbar-fixed>#logo>.white {
	display: none;
}

.topbar-fixed>#logo>.blue {
	display: block;
}

.menu {
	width: calc(100% - 310px);
	height: 80px;
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: left;
}

.menu>li {
	width: 16%;
	list-style-type: none;
	font-size: 16px;
	font-weight: normal;
	padding: 40px 0 40px 0;
}

.menu>li>a {
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;

}

.topbar-fixed>.menu>li>a {
	color: #666;
}

.menu>li>a:hover {
	color: #2276fc;
	background-color: #fff;
	border-radius: 20px;
}

.menu>li:last-child {
	width: 30%;
}

.reg_log {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reg_log>li {
	list-style-type: none;
	font-weight: normal;
	line-height: 40px;
}

#logbtn>a,
#regbtn>a {
	margin-left: 20px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	color: #fff;
}


#logbtn>a:hover,
#regbtn>a:hover {
	color: white;
	border: 1px solid #2276fc;
	background-color: #2276fc;
}

#alt-menu {
	position: absolute;
	margin-top: 24px;
}

.sub-menu>dl {
	background-color: white;
	width: 120px;
	text-align: center;
	line-height: 35px;
	margin-left: -15px;
	/* margin-top:150px; */
	padding: 10px;
	border-top: 4px solid #2276FC;
}

.sub-menu>dl>dt {
	border-bottom: 1px solid gainsboro;
}

.sub-menu>dl>dt:last-child {
	border-bottom: none;
}

.item {
	text-decoration: none;
	color: gray;
	font-size: 14px;
}

.item:hover {
	color: #2276FC;
}

.register {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background-color: rgba(0, 0, 0, .5);
}

.register .popwind {
	background-color: rgba(255, 255, 255, .9);
	position: fixed;
	top: 20%;
	left: 40%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.82);
}

.register .form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.register .form>.el-form {
	width: 100%;
	padding: 10px 40px 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.register .form>.el-form>.el-form-item {
	margin-bottom: 10px !important;
	margin-left: 12px !important;
}

.register .el-input__inner {
	height: 30px !important;
	line-height: 30px !important;
}

.register .el-form-item__error {
	padding: 0 !important;
}

.register .popwind>div:first-child {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.register #close2 {
	padding: 15px;
	cursor: pointer;
	font-size: 24px;
	z-index: 999;
}

.sec-menu1>dl{
	background-color: white;
	width: 140px;
	text-align: center;
	line-height: 35px;
	/* margin-left: -15px; */
	/* margin-top:150px; */
	padding: 10px;
	border-top: 4px solid #2276FC;
}
.sec-menu1>dl>dt{
	border-bottom: 1px solid gainsboro;
}
.sec-menu1>dl>dt:last-child{
	border-bottom: none;
}

.sec-menu2>dl{
	background-color: white;
	width: 160px;
	text-align: center;
	line-height: 35px;
	/* margin-left: -15px; */
	/* margin-top:150px; */
	padding: 10px;
	border-top: 4px solid #2276FC;
}
.sec-menu2>dl>dt{
	border-bottom: 1px solid gainsboro;
}
.sec-menu2>dl>dt:last-child{
	border-bottom: none;
}