﻿.container-logo-search {
	user-select: none;
	height: 122px;
	width: 1200px;
	margin: auto;
}

.container-logo-search div {
	float: left;
}

.container-logo img {
	width: 150px;
	height: 56px;
	padding: 33px 0px;
}

.container-search {
	width: 616px;
	height: 40px;
	border: 1px solid #0A94D0;
	margin: 48px 0px 0px 80px;
}

.container-search-type {
	width: 88px;
	height: 40px;
	border-right: 1px solid #e4e4e4;
	background-color: #f5f5f9;
}

.container-search-type-select {
	position: absolute;
	width: 88px;
	height: 80px;
	margin-top: 40px;
	border: 1px solid #e4e4e4;
	margin-left: -1px;
	text-align: center;
	display: none;
	z-index:999;
	background-color:white;
}

	.container-search-type-select div {
		width: 100%;
		height: 38px;
		line-height: 39px;
	}

		.container-search-type-select div:not(:first-child) {
			border-top: 1px solid #e9e9e9;
		}

.container-search-type-select-active {
	color: #0A94D0;
}

.container-search-type-content {
	color: #666;
	line-height: 40px;
	margin-left: 16px;
}

.container-search-type-arrow img {
	width: 16px;
	margin: 12px 0px 0px 4px;
}

.container-search-type-arrow-animation {
	animation: searchTypeRotateAnimation 0.2s 1;
	animation-fill-mode: both;
}

@keyframes searchTypeRotateAnimation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

.container-search-type-arrow-animation-reverse {
	animation: searchTypeRotateAnimationReverse 0.2s 1;
	animation-fill-mode: both;
}

@keyframes searchTypeRotateAnimationReverse {
	0% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.container-search-group {
	position: relative;
}

.container-search-group-img {
	width: 16px;
	margin-left: 16px;
	vertical-align: middle;
}

.container-search-input {
	width: 385px;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	font-size: 14px;
}

.container-search-button {
	width: 102px;
	height: 40px;
	background: #0A94D0;
	text-align: center;
	position: absolute;
	color: white;
	line-height: 38px;
	font-size: 14px;
}

.container-apply {
	width: 160px;
	height: 72px;
	background: #F2F7FD;
	box-shadow: 0px 1px 15px 0px rgba(164,196,234,0.17);
	border-radius: 4px;
	border: 1px solid #03A3E9;
	margin: 32px 0px 0px 144px;
}

.container-apply-apply-left img {
	width: 48px;
	height: 48px;
	float: left;
	margin: 12px 6px 0px 8px;
}

.container-apply-apply-right {
	float: left;
	text-align: center;
	width: 84px;
}

.container-apply-apply-right-top-font {
	font-weight: 600;
	width: 100%;
	margin-top: 12px;
}

.container-apply-apply-right-bottom-font {
	font-size: 12px;
	width: 100%;
	margin-top: 8px;
	color: rgba(0,0,0,0.65);
}
