.nav {
	height: 40px;
	background: #F6F6F6;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* .nav-bar {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #505050;
} */

.nav-btn {
	display: flex;
	align-items: center;
	user-select: none;
}

.activeBorder{
	padding: 0 8px;
	height: 24px;
	background: rgba(0, 190, 155, 0);
	border: 1px solid #106CFF;
	border-radius: 2px;
	color: #106CFF;
	line-height: 24px;
	text-align: center;
}

.nav-btn>div:nth-child(2) {
	margin-left: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

/* ******************************************* */
.logo-menu {
	border-bottom: 1px solid lightgray;
	background: #fff;
}

.logo-menu>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
}

.logo-menu>div>div {
	display: flex;
	align-items: center;
}

.gps-position {
	display: flex;
	align-items: center;
	margin-left: 28px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #C4C5C7;
	border-radius: 16px;
	justify-content: center;
	user-select: none;
	position: relative;
	padding: 0 16px;
}

.gps-position>span {
	position: relative;
	margin-left: 8px;
	top: -1px;
}

.chinaList {
	position: absolute;
	background: #fff;
	list-style-type: none;
	width: 150px;
	top: 40px;
	left: 0;
	z-index: 10;
	overflow-y: auto;
	height: 300px;
	border: 1px solid lightgrey;
}

.chinaList>li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid lightgrey;
	padding: 0 8px;
	font-size: 14px;
}
.menu-f{
	display: flex;
	justify-content: space-around;
	height: 60px;
	background: #fff;
	align-items: center;
	padding: 0px 350px;
}
.menu-f>a{
    border: 1px solid #2476E5;
    padding: 3px 8px;
    border-radius: 41px;
	color: #2476E5;
}
.menu-f-active{
	border: 1px solid #2476E5;
	padding: 3px 8px;
	border-radius: 41px;
	background: #2476E5;
	color: #fff;
}
.menu-f>a:hover{
	border: 1px solid #2476E5;
	padding: 3px 8px;
	border-radius: 41px;
	background: #2476E5;
	color: #fff;
}
.chinaList>li:hover {
	background: #F3f4f5;
}

.right-menu {
	width: 80%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #202020;
	user-select: none;
}

.right-menu>div {
	position: relative;
}

.left-position {
	width: 50%;
}

.active {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	color: #106CFF;
}

.active>.line {
	height: 4px;
	background: #106CFF;
	border-radius: 2px;
	position: absolute;
	top: 35px;
	width: 100%;
}

/* *************************************************** */
.footer {
	height: 210px;
	background: #1E2128;
	color: #AAB0BE;
}

.footer>div:nth-child(1) {
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #464951;
	height: 105px;
	align-items: center;
}

.first-top>div,
.first-two>div {
	display: flex;
	align-items: center;
	user-select: none;
}

.link-good {
	color: #C8CCD5;
}

.icon-text {
	margin-left: 11px;
}

.first-two {
	height: 105px;
	display: flex;
	flex-direction: column;
}

.first-two>div {
	margin-top: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7F838C;
	display: flex;
	justify-content: center;
	align-items: center;
}

.next-icon {
	display: flex;
	align-items: center;
}

.treeLine {
	margin: 0 8px;
}
.closeSelect{
    position: absolute;
    top: 25px;
    left: 140px;
	z-index: 100;
	background: #fff;
    font-size: 20px;
    height: 20px;
    width: 20px;
    border: 1px solid grey;
    border-radius: 45px;
    line-height: 18px;
    text-align: center;
    color: grey;
}

::-webkit-scrollbar {
	width: 8px;
	height: 10px;
	background-color: #fff;
}

/*定义滚动条轨道
内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

/*定义滑块
内阴影+圆角*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	background-color: lightgrey;
}
