.nav-item-traffic-list-neihu-text {
	font-size: 0.8rem;
}
.nav-item-sub-header-right-neihu {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	left: -20px;
	position: relative;
}
.nav-item-neihu-header {
		height: fit-content;
		display: table;
		margin: auto;
	}
	.nav-item-neihu-header-radio {
		display: none;
	}
	
	.nav-item-neihu-header-label {
		float: left;
		margin-right: 10px;
		color: #686DFF;
	}
	
	.nav-item-neihu-header-label span {
		width: 16px;
		height: 16px;
		background-color: #fff;
		border-radius: 50%;
		border: 2px solid #686DFF;;
		float: left;
		margin-right: 5px;
		position: relative;
	}
	
	.nav-item-neihu-header-radio:checked + .nav-item-neihu-header-label span:before {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #686DFF;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.nav-item-neihu-header-search {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}
		.nav-item-neihu-header-search-left {
			display: inline;
		}
			.nav-item-neihu-header-search-left-input {
				border: 1px solid lightgray;
				line-height: 20px;
			}
		.nav-item-neihu-header-search-right {
			display: inline;
			vertical-align: middle;
		}
			.nav-item-neihu-header-search-right-icon {
				width: 24px;
			}
	.nav-item-neihu-header-switch {
		display: block;
		margin-left: 5%;
		margin-right: 5%;
		background-color: #686DFF;
		border-radius: 30px;
		padding: 5px;
	}
		.nav-item-neihu-header-switch-radio {
			display: inline-flex;
			background-color: #686DFF;
			border-radius: 20px;
			width: 49%;
			color: white;
		}
			.nav-item-neihu-header-switch-radio-text {
				margin: auto;
			}
			.nav-item-neihu-header-switch-radio-input {
				display: none;
			}
			.nav-item-neihu-header-switch-radio-label {
				margin: auto;
			}
			
			.nav-item-neihu-header-switch-radio-input:checked + .nav-item-neihu-header-switch-radio-label div {
				background-color: white;
				color: #686DFF;
			}
			.nav-item-neihu-header-switch-radio-input:checked + .nav-item-neihu-header-switch-radio-label:before {
				
			}
	.nav-item-neihu-header-info {
		text-align: center;
	}
		.nav-item-neihu-header-info-name {
			font-size: 60px;
			color: #686DFF;
			display: block;
		}
		.nav-item-neihu-header-info-prop {
			font-size: 14px;
			display: block;
		}
		.nav-item-neihu-header-info-go-back {
		}
			.nav-item-neihu-header-info-go-back-text {
				font-size: 20px;
			}
			.nav-item-neihu-header-info-go-back-arrow {
			}
		.nav-item-neihu-header-info-icons {
		}
			.nav-item-neihu-header-info-icons-neihu-blue {
			}
			.nav-item-neihu-header-info-icons-neihu-red {
			}
			.nav-item-neihu-header-info-icons-text {
				font-size: 10px;
			}
		.nav-item-neihu-header-info-button {
			background-color: #686DFF;
			border-radius: 20px;
			width: 49%;
			color: white;
			font-size: 16px;
			padding: 5px;
			outline: none;
		}
	.nav-item-neihu-dynamic {
	}
		.nav-item-neihu-dynamic-header:after {
			content: "";
			display: table;
			clear: both;
		}
			.nav-item-neihu-dynamic-header-1 {
				float: left;
				width: calc(25% - 5px);
				padding: 3px;
				border-bottom: 2px solid #686DFF;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
				margin-right: 5px;
			}
			.nav-item-neihu-dynamic-header-2 {
				float: left;
				width: calc(25% - 5px);
				padding: 3px;
				border-bottom: 2px solid #686DFF;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
				margin-right: 5px;
			}
			.nav-item-neihu-dynamic-header-3 {
				float: left;
				width: 50%;
				padding: 3px;
				border-bottom: 2px solid #686DFF;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
			}
			.nav-item-neihu-dynamic-header-text {
			}
		.nav-item-neihu-dynamic-body:after {
			content: "";
			display: table;
			clear: both;
		}
			.nav-item-neihu-dynamic-body-1 {
				float: left;
				width: calc(25% - 5px);
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
				margin-right: 5px;
			}
				.nav-item-neihu-dynamic-body-circle {
					background-color: #686DFF;
					border-radius: 20px;
					color: white;
					width: 20px;
					height: 20px;
					display: inline-block;
				}
			.nav-item-neihu-dynamic-body-2 {
				float: left;
				width: calc(25% - 5px);
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: black;
				margin-right: 5px;
			}
			.nav-item-neihu-dynamic-body-3 {
				float: left;
				width: 50%;
				padding: 3px;
				box-sizing: border-box;
				text-align: center;
				color: #686DFF;
			}
				.nav-item-neihu-dynamic-body-rectangle {
					background-color: #686DFF;
					border-radius: 20px;
					color: white;
					min-width: 70px;
					height: 20px;
					display: inline-block;
				}
			.nav-item-neihu-dynamic-body-text {
			}
			
	.nav-item-neihu-select {
		/* margin-left: 15px; */
		background-color: #EEEDFD;
		color: rgba(117,117,117,1);
		width: 80%;
		width: 137px;
		font-size: 0.8rem;
		height: 24px;
		background-color: white;
		color: rgba(117,117,117,1);
		border-color: lightgray;
	}





/*
     FILE ARCHIVED ON 17:24:34 八月 24, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 8:29:26 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
