.tan_center {
	width: 360px;
	background-color: #fff;
	color: #666;
	font-size: 14px
}
.tan_center {
	box-sizing: border-box
}
.tan_center .tan_center_title {
	background-color: #21499b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	color: #fff
}
.tan_center img {
	width: 100%;
	height: 100%;
}
.tan_center .tan_center_title .avatar_title {
	display: flex;
	align-items: center;
	padding: 0 10px
}
.tan_center .tan_center_title .avatar {
	margin-right: 10px;
	flex-shrink: 0
}
.tan_center .tan_center_title .popup_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.tan_center .tan_center_title .tan_close {
	font-size: 20px;
	width: 50px;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0
}
.tan_center .tan_center_content {
	padding: 10px;
	border: 1px solid #eee
}
.tan_center .tan_center_content .text {
	margin-bottom: 10px
}
.tan_center .popup_form .submit_btn {
	width: 100%
}
.tan_center {
	width: 360px;
	background-color: #fff;
	color: #666;
	font-size: 14px
}
.tan_center {
	box-sizing: border-box
}
.tan_center .tan_center_title {
	background-color: #21499b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	color: #fff
}
.tan_center .tan_center_title .avatar_title {
	display: flex;
	align-items: center;
	padding: 0 10px
}
.tan_center .tan_center_title .avatar {
	margin-right: 10px;
	flex-shrink: 0
}
.tan_center .tan_center_title .popup_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.tan_center .tan_center_title .tan_close {
	font-size: 20px;
	width: 50px;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0
}
.tan_center .tan_center_content {
	padding: 10px;
	border: 1px solid #eee
}
.tan_center .tan_center_content .text {
	margin-bottom: 10px
}
.tan_center .popup_form .submit_btn {
	width: 100%
}
.popup_form_tel input {
	width: 96%;
	height: 36px;
	margin: 0px 0 13px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	font-size: 14px;
	color: #666;
	outline: none;
	padding-left: 10px;
}
.popup_form_tel input:focus {
	border: 1px solid #21499b;
	border-radius: 4px;
}
.submit_btn {
	background-color: #21499b;
	border-color: #21499b;
	width: 100%;
	height: 40px;
	outline: none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	outline: none;
	border: none;
}
.popup {
	position: fixed;
	z-index: 999999999;
	width: 320px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	box-shadow: 0 0 10px 0 #666
}
.tan_close svg {
	width: 20px;
	height: 20px;
}
