﻿.qh-search input {
    float: left;
    width: 205px;
    height: 100%;
    margin-left: 14px;
    color: #666666;
}
.unitChangeWrap_content{
	width: 880px;
	/*height: 500px;*/
	margin: 50px auto;
	background-color: #ffffff;
	border-radius: 8px;
	padding-bottom: 24px;
}
.unitTopTitle{
	width: 880px;
	height: 60px;
	line-height: 60px;
	background-color: #3167d4;
	border-radius: 8px 8px 0px 0px;
}
.unitName{
	
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.xyClose{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: darkgrey;
	border-radius: 2px;
	/*opacity: 0.2;*/
	text-align: center;
	line-height: 20px;
	float: right;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	color: white;
}
.unitChangeList{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-height: 300px;
	overflow: auto;
}
.qh-search{
	position: relative;
	margin-bottom: -30px;
	z-index: 1;
}
.qh-search input[type="text"]{
	height: 28px;
	line-height: 28px;
}
.unitList{
	width: 840px;
	margin-top: 34px;
	overflow: hidden;
}
.unitList_li{
	width: 263px;
	height: 79px;
	margin-top: 14px;
	/*background-color: rgb(248,252,255);*/
	float: left;
	box-sizing: border-box;
	background: url(../images/unitChage/unitChange.png) center no-repeat;
	/*background-size: 100% 100%;*/
}
.unitList>div{
	margin-right: 15.66px;
}
.unitList_li{
	padding: 8px 24px;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 20px;
	color: grey;
	border-radius: 5px;
	cursor: pointer;
}
.unitpName{
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
/*.trueIcon{
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 1px solid aquamarine;
	float: right;
	margin-top: 3px;
	margin-right: 14px;
}*/
.trueTime{
	font-size: 12px;
}
.unitList_li:hover{
	box-shadow: 0px 3px 7px 0px 
	rgba(109, 175, 252, 0.5);
	border-radius: 2px;
	color: white;
	background: url(../images/unitChage/unitChangeCard.png) center no-repeat;
}
.unitList .active{
	box-shadow: 0px 3px 7px 0px 
	rgba(109, 175, 252, 0.5);
	border-radius: 2px;
	color: white;
	background: url(../images/unitChage/unitChangeCard.png) center no-repeat;
}
.unitList_li:hover .unitpName{
	color: white;
}
.confirmBtn{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	margin-bottom: 24px;
}
.confirmBtn>button{
	width: 120px;
	height: 40px;
	background-color: #6ba8ed;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	color: white;
	text-align: center;
	cursor: pointer;
}