.city-selBox {
	position: relative;
}
.city-pos {
	position: absolute;
	top: 40px;
	left: 0;
	display: flex;
	width: 772px;
	min-height: 392px;
	border-radius: 10px;
	z-index: 99999;
	padding: 24px 30px;
	font-size: 16px;
	color: #000000;
	/* overflow-y: auto; */
	background: #ffffff;
	box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.25) !important;
}
.close-icon {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
}
.city-left {
	width: 80px;
}
.city-right {
	width: 634px;
}
.recently {
	color: #18a8ff;
	margin-bottom: 40px;
}

.ct-area-box {
	display: flex;
}

.city-tabs {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 30px;
}
.cr-div {
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.cr-item {
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	padding: 0 20px;
}
.ct-item {
	flex: 1;
	text-align: center;
	width: 211px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.sel-city {
	background: #18a8ff;
	color: #fff;
	border-radius: 10px;
}
.sel-tab {
	background: #18a8ff;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.sel-txt {
	color: #18a8ff;
}
.ct-area-box {
	display: flex;
	flex-wrap: wrap;

	margin-bottom: 30px;
}
.ct-area-item {
	width: 104px;
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}
.letter-box {
	display: flex;
	margin-bottom: 30px;
}
.letter-item {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.child-box {
	display: flex;
	flex-wrap: wrap;
}
.child-item {
	/* min-width: 126px; */
	width: 95px;
	/* height: 32px;
	line-height: 32px; */
	padding: 12px 0;
	border-radius: 10px;
	/* text-align: center; */
	cursor: pointer;
	font-size: 16px;
	/* color: #18a8ff; */
	margin-right: 38px;
	line-height: 18px;
	/* padding: 0 10px; */
}
.child-item:nth-of-type(5n) {
	margin-right: 0px;
}
.sel-cr-box {
}

.h40 {
	height: 40px;
	line-height: 40px;
}

.input-box {
	position: relative;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	border-color: #c0c4cc;
	border-radius: 10px;
}
.jt {
	position: absolute;
	/* right: 20px; */
	height: 100%;
	right: 10px;
	top: 12px;
	transition: all 0.3s;
	pointer-events: none;
}
.el-form-item.is-error .input-box {
	border-color: #f56c6c;
}
.city-sel-box {
	position: absolute;
	top: 40px;
	left: 0;
	/* display: flex; */
	z-index: 99999;
	width: 438px;
	min-height: 318px;
	background: #ffffff;
	box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.25) !important;
	border-radius: 10px;
	padding: 20px 24px;
	overflow-y: auto;
}
.c-s-i {
	display: flex;
	margin-bottom: 30px;
}
.cs-label {
	width: 45px;
	height: 24px;
	line-height: 24px;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid #19b1ff;
	font-size: 16px;
	color: #18a8ff;
	text-align: center;
}
.cs-value-box {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin-left: 32px;
	padding-top: 2px;
	/* align-items: center; */
}
.cs-item {
	/* width: 90px; */
	width: 114px;
	font-size: 16px;
	color: #000000;
	/* padding: 0 18px; */
	/* height: 24px; */
	/* line-height: 24px; */
	margin-bottom: 8px;
	cursor: pointer;
	/* margin-right: 50px; */
	margin-right: 42px;
	line-height: 18px;
}
.cs-tip {
	font-size: 16px;
	color: #a8a8a8;
}
.child-item:hover {
	color: #18a8ff;
}
.w750 {
	width: 750px !important;
}
.noData {
	text-align: center;
	font-size: 16px;
	color: #a8a8a8;
}
.noHeight {
	min-height: auto !important;
}
