
html,body,#app{
	height: 100%;
} 
.main-view{
	position: initial;
}
.main-item{
	width: 744px;
	/* margin: 0 auto; */
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translateX(-50%);
}
.main-item .topview{
	display: flex;
	padding-bottom: 15px;
}
.main-item .topview span{
	width: 98px;
	height: 36px; 
	display: block;
	text-align: center;
	line-height: 36px; 
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #404040; 
	cursor: pointer;
}
.main-item .topview span.active{
	background-color: #AE454A;
	color: #ffffff;
	position: relative;
}
.main-item .topview span.active::before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #AE454A;
}
.main-item .centerview{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}
.dis{
    display:none
}
.main-item .sousuo{
	display: flex;
}
.main-item .sousuo-left{
	display: flex; 
	border: 1px solid #B8B8B8;
	border-right: none;
}
.main-item .sousuo .select-view{
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #B8B8B8;
	cursor: pointer;
	position: relative;
}
.main-item .sousuo .select-view img{
	width: 10px;
	height: auto;
	margin-left: 12px; 
}
.main-item .sousuo .select-view select{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
	border: none;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}

.main-item .sousuo .select-view select option{
	width:100%;
	display: block;
	text-align:center
}
.main-item .sousuo input{
	width: 514px;
	display: block;
	box-sizing: border-box;
	border: none;
	outline: none;
	text-indent: 1em;
}
.main-item .ele-btn {
	height: 40px;
}
.main-item .bottomview{
	height: 14px;
	display: flex;	
	align-items: center;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #AE454A; 
	padding: 10px 0 0 0;
}
.main-item .bottomview img{
	height: 14px;
	margin-right: 12px;
}
.main-item .bottomview .text-type{
	color: #666666;
	cursor: pointer;
}
