		.headerView {
			width: 100%;
			height: 100px;
			background: transparent;
			border-bottom: 1px solid rgba(255, 255, 255, 0.07);
			position: absolute;
			top: 0;
			z-index: 10;
		}

		.headerContent {
			width: 1680px;
			margin: 0 auto;
			height: 100px;
			display: flex;
			align-items: center;
		}

		.headerContent img {
			display: block;
		}
		.header_i{
			width: auto;
			height: 80px;
			margin-top: 10px;
		}
		/*.header_a,.section .header_b{
			display: inline-block;
		}
		.section .header_a,.header_b{
			display: none;
		}*/

		.header_btn {
			display: flex;
			margin-left: 100px;
			margin-top: -25px;
		}

		.header_btn>div {
			margin: 0px 38px;
			margin-top: 30px;
			height: 60px;
			line-height: 60px;
			cursor: pointer;
			color: #FFFFFF;
		}

		.search_icon {
			margin-left: 80px;
			cursor: pointer;
		}

		.search_nav {
			margin-left: 30px;
		}

		.header_btn>div:hover {
			border-bottom: 2px solid #FFFFFF;
		}
		.searchView{
			position: relative;
		}
		.searchDivContent{
			position: absolute;
			display: flex;
			align-items: center;
			top: 50px;
			
		}
		.searchDivContent input{
			width: 200px;
			height: 40px;
		}
		.searchDivContent div{
			width: 38px;
			height: 38px;
			font-size: 14px;
			color: black;
			text-align: center;
			line-height: 40px;
			background: white;
			cursor: pointer;
		
		}