@charset "utf-8";
html {
	height: 100%;
}
ul{list-style: none;padding: 0;margin: 0}
body {
	height: 100%;
	background: url('') no-repeat;
	background-size: 100% 100%
}
#app {
	color: #2c3e50;
	width: 720px;
	font-family: Source Sans Pro, Helvetica, sans-serif;
	text-align: center; /*IE*/
	text-align: -moz-center; /*Firefox*/
	text-align: -webkit-center; /*Chrome*/
	position: absolute;
	top: 25%;
	left: 49%;
	margin-left: -350px;
	margin-top: -100px;
}
.search-input {
	height: 45px;
	width: 700px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.search-input input {
    border: 3px solid mediumseagreen;
    box-sizing: border-box;
    width: 610px;
    height: 45px;
    font-size: 17px;
    float: left;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
}
.search-btn {
	height: 45px;
	width: 90px;
	border: 1px solid mediumseagreen;
	background-color: mediumseagreen;
	color: white;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.search-btn {
	cursor: pointer
}
.search-select {
	position: absolute;
	top: 45px;
	width: 500px;
	box-sizing: border-box;
	z-index: 999;
}
.search-select li {
	border: 1px solid #d4d4d4;
	;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	width: 100%
}
.search-select-option {
	box-sizing: border-box;
	padding: 7px 10px;
}
.selectback {
	background-color: #eee !important;
	cursor: pointer
}
input::-ms-clear {
	display: none
}
.search-reset {
	width: 21px;
	height: 21px;
	position: absolute;
	display: block;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	right: 110px;
	top: 12px
}
.search-select-list {
	transition: all 0.5s
}
.itemfade-enter,
.itemfade-leave-active {
	opacity: 0;
}
.itemfade-leave-active {
	position: absolute;
}
.selectback {
	background-color: #eee !important;
	cursor: pointer
}
.search-select ul{margin:0;text-align: left; }
/* logo样式 */
.main-logo {
	width: 700px;
	height: 140px;
	position: relative;
	text-align: center;
}
.main-logo img {
	display: block;
	margin: 0 auto;
	user-select: none;
}
.logoList-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: #000 transparent transparent transparent;
	right: 100px;
	top: 66px;
	cursor: pointer
}
.logoList {
	position: absolute;
	top: 100%;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	z-index: 999999;
	border: 1px solid #d4d4d4
}
.logoList li {
	width: 100%;
	height: 80px;
	background-color: #FEFEFE; /*少个封号报错*/
	line-height: 80px;
	padding-top: 1px;
}
.logoList li img {
	width: 100%;
	margin-top: 10px;
}
.logofade-enter-active,
.logofade-leave-active {
	transition: all  .5s;
}
.logofade-enter,
.logofade-leave-active {
	opacity: 0;
	transform: translateY(20px);
}
.selectback{background-color: #eee !important;cursor: pointer}