* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: inside;
	padding-left: 0;
}

/* 滚动条统一样式(竖向) */
.Scrollbar {
	overflow-y: auto;
}

.Scrollbar::-webkit-scrollbar {
	width: 10px;
}

/* 底色 */
.Scrollbar::-webkit-scrollbar-track {
	background: rgba(246, 250, 253, 1);
	border-radius: 8px;
}

/* 滑块 */
.Scrollbar::-webkit-scrollbar-thumb {
	background: rgba(221, 239, 253, 1);
	border-radius: 8px;
}

/* 滑块鼠标移上 */
.Scrollbar::-webkit-scrollbar-thumb:hover {
	background: rgba(221, 239, 253, 1);
}

.ai-document {
	width: 100%;
	height: auto;
}

.main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.map-header {
	width: 100%;
	height: 148px;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	padding: 0 40px 0 24px;
}

.map-header-top {
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	color: #acacac;
}

.map-header-top .wlcbuser {
	font-size: 16px;
	color: #acacac;
}

.map-header-top a {
	font-size: 16px;
	color: #acacac;
}

.map-vbar-line {
	display: inline-block;
	height: 16px;
	width: 2px;
	background: #acacac;
	margin: 0 10px;
}

.map-header-msg {
	width: 100%;
	height: 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-header-msg-left {
	width: 615px;
	height: 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-header-msg-left-img {
	width: 301px;
	height: 79px;
}

.map-header-msg-left-line {
	display: block;
	width: 1px;
	background: #cce3f1;
	height: 79px;
}

.map-header-msg-left-name {
	width: 248px;
	height: 79px;
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-indent: 8px;
}

.map-header-msg-left-name span {
	font-size: 20px !important;
	font-weight: normal !important;
}

.map-header-msg-right {
	height: 79px;
	width: calc(100% - 615px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.map-header-msg-right li{
	font-size: 22px;
	padding: 0 1%;
}

.map-header-msg-right li a{
	color: #333333;
}

.map-header-msg-right li:hover a{
	color: #007ad8;
	font-weight: bold;
}


.txmap-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	background: #f2f1ed;
}

.Dialogue-box {
	position: absolute;
	width: 482px;
	min-height: 53px;
	height: auto;
	background: #fff;
	top: 40px;
	left: 8%;
	border-radius: 10px;
	z-index: 20250506;
}

.search-box {
	width: 100%;
	height: 52px;
	border-radius: 10px;
	box-shadow: 0px 3px 8px 0px rgba(0, 122, 216, 0.22);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.classify-box {
	height: 52px;
	width: 57px;
	position: relative;
}

.classify-but {
	height: 22px;
	width: 57px;
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 0;
	background: url('../images/search.png') center no-repeat;
}

.classify-box ul {
	width: 57px;
	height: auto;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 10px 0 10px 0;
	z-index: 1;
	box-shadow: 0px 3px 8px 0px rgba(0, 122, 216, 0.22);
	display: none;
}

.classify-box ul li {
	width: 100%;
	height: 62px;
	font-size: 15px;
	color: #333333;
	margin: 7px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	cursor: pointer;
}

.classify-box ul li p {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.classify-box ul li:hover {
	background: url('../images/yk_bj.png') no-repeat;
}

.classify-box ul li.active {
	background: url('../images/yk_bj.png') no-repeat;
}

.search-box input {
	width: calc(100% - 57px - 109px - 40px);
	margin-left: 20px;
	display: inline-block;
	height: 22px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #555555;
}

.search-box button {
	border-radius: 10px;
	background: #007ad8;
	color: #fff;
	width: 109px;
	height: 53px;
	border: none;
	outline: none;
	font-size: 18px;
	cursor: pointer;
}

.Switch-box {
	width: 100%;
	height: auto;
}

.talk-list {
	width: 100%;
	height: auto;
	max-height: 490px;
	margin: 15px 0;
	padding: 0 18px;
	box-sizing: border-box;
}

.ai-box {
	display: inline-block;
	border-radius: 10px;
	max-width: 100%;
	word-wrap: break-word;
	font-size: 16px;
	text-align: justify;
	width: 100%;
}

.ai-user {
	display: flex;
	float: right;
	justify-content: flex-end;
}

.ai-img-user {
	width: 29px;
	height: 29px;
	margin-left: 12px;
	position: relative;
	top: 6px;
}

.ai-msg-user {
	margin-bottom: 24px;
	background-color: #007ad8;
	border-radius: 8px;
	align-self: flex-end;
	padding: 10px 16px 11px 16px;
	color: #f8f8f8;
}

.ai-img-msg {
	width: 29px;
	height: 29px;
	margin-right: 12px;
	position: relative;
	top: 6px;
}

.ai-welcome {
	display: flex;
	float: left;
}

.ai-Hint {
	margin-bottom: 24px;
	background-color: #f5faff;
	border-radius: 8px;
	align-self: flex-end;
	padding: 10px 16px 11px 16px;
	color: #000000;
}

.ai-Hint p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.ai-Hint span {
	font-size: 14px;
	color: #333333;
}

.ai-msg {
	display: flex;
	float: left;
	justify-content: flex-start;
	line-height: 1.6;
}

.ai-msg-text {
	margin-bottom: 24px;
	background-color: #f5faff;
	border-radius: 8px;
	align-self: flex-end;
	padding: 10px 16px 11px 16px;
	color: #000000;
}

.msg-box {
	width: 100%;
	height: auto;
}

.msg-address {
	margin-top: 20px;
	width: 100%;
	height: 24px;
	text-align: right;
	font-size: 16px;
	color: #007ad8;
	cursor: pointer;
	/* display: flex;
	justify-content: space-between; */
}

.stop-Answer {
	width: auto;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #007ad8;
	float: left;
}

.stop-Answer i {
	margin-right: 5px;
}

.Nearby {
	float: right;
}

.msg-handle {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #e5f3ff;
	height: 52px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #b4b4b4;
	justify-content: space-between;
}

.msg-document {
	margin-right: 18px;
}

.msg-document i {
	margin-right: 5px;
}

.msg-Share {
	margin-right: 18px;
}

.msg-Share i {
	margin-right: 5px;
}

.msg-line {
	height: 12px;
	width: 1px;
	margin-right: 18px;
	background-color: #eaeaea;
}

.msg-praise {
	cursor: pointer;
	text-align: center;
	width: calc((100% - 1px) / 2);
}

.msg-praise-not {
	cursor: pointer;
	text-align: center;
	width: calc((100% - 1px) / 2);
}

.msg-praise-not i {
	transform: rotate(180deg);
}

.Related-box {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0 18px;
	box-sizing: border-box;
}

.Related-title {
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: url('../images/jyzy.png') left center no-repeat;
	font-size: 22px;
	color: #007ad8;
	font-weight: bold;
	text-indent: 50px;
}

.Related-list {
	width: 100%;
	height: auto;
	max-height: 200px;
	margin-top: 12px;
	list-style: none;
}

.Related-list li {
	width: 100%;
	height: 37px;
	background: #f5faff;
	border-radius: 14px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	box-sizing: border-box;
	justify-content: space-between;
}

.Related-Matter {
	max-width: calc(100% - 170px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.Related-link {
	width: 170px;
	display: flex;
	justify-content: space-between;
}

.Related-Online {
	display: inline-block;
	width: 76px;
	height: 24px;
	border: 1px solid #007ad8;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	color: #007ad8;
	text-align: center;
	line-height: 24px;
	margin-left: 5px;
	cursor: pointer;
}

.Related-Offline {
	display: inline-block;
	width: 78px;
	height: 26px;
	background: #007ad8;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-left: 5px;
	cursor: pointer;
}

.Offline-not {
	background: #999;
	cursor: no-drop !important;
}

.Online-not {
	border: 1px solid #999;
	color: #999;
	cursor: no-drop !important;
}

.Address-box {
	width: 100%;
	height: auto;
	max-height: 749px;
	margin: 15px 0;
	padding: 0 18px;
	box-sizing: border-box;
}

.Address-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Address-box ul li {
	width: 100%;
	height: 97px;
	border-top: 1px solid #eaf3fd;
	display: flex;
	align-items: center;
}

.Address-box ul li:first-child {
	border-top: none;
}

.Address-index {
	width: 19px;
	height: 97px;
	margin-top: 25px;
}

.Address-index span {
	width: 15px;
	height: 21px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	font-size: 16px;
	color: #fff;
	background: url('../images/db_img.png') no-repeat;
}

.Address-box ul li:nth-child(1) .Address-index span {
	background: url('../images/db_img01.png') no-repeat;
}

.Address-box ul li:nth-child(2) .Address-index span {
	background: url('../images/db_img02.png') no-repeat;
}

.Address-box ul li:nth-child(3) .Address-index span {
	background: url('../images/db_img03.png') no-repeat;
}


.Address-msg {
	width: calc(100% - 19px - 46px - 9px);
	height: 97px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 9px;
	cursor: pointer;
}

.Address-msg p {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 14px;
}

.Address-msg span {
	font-size: 15px;
	color: #666666;
	margin-top: 14px;
	display: block;
}

.Address-Move {
	width: 46px;
	height: 36px;
	text-align: center;
	cursor: pointer;
}

.Address-Move i {
	color: #3585e7;
	font-size: 36px;
}

.Navigation {
	width: 100%;
	height: auto;
	max-height: 749px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}

.nav-from {
	width: 100%;
	height: 288px;
	background: #007ad8;
	padding: 0 18px;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nav-tab {
	width: 100%;
	height: 79px;
	display: flex;
}

.tab-left {
	width: 60px;
	height: 79px;
	text-align: center;
	line-height: 79px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.tab-center {
	width: calc(100% - 120px);
	height: 79px;
}

.tab-right {
	width: 60px;
	height: 79px;
	text-align: center;
	line-height: 79px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.tab-center-box {
	width: 115px;
	height: 79px;
	margin: 0 auto;
	color: #9ec9fe;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab-center-box i {
	font-size: 30px;
	cursor: pointer;
}

.tab-center-box i.active {
	color: #fff;
}

.nav-address {
	width: 100%;
	height: 105px;
	display: flex;
	justify-content: space-between;
}

.nav-handle {
	width: 100%;
	height: 105px;
	display: flex;
}

.tab-right-t {
	width: 45px;
	height: 45px;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3587eb;
}

.tab-right-t span {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.tab-right-t span i {
	font-size: 22px;
}

.tab-input {
	width: 100%;
	height: 45px;
	background: #3587eb;
	display: flex;
	position: relative;
}

.tab-input-box {
	width: 100%;
	height: 45px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.tab-input-ul {
	width: 100%;
	height: auto;
	background: #3587eb;
	z-index: 1;
	position: absolute;
	top: 45px;
	left: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 15px;
}

.tab-input-ul li {
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	padding: 0 18px;
	font-size: 15px;
	color: #d6eeff;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.tab-input-ul li span {
	display: inline-block;
	height: 30px;
	width: 100%;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-input-ul li:hover {
	color: #fff;
}

.center-105 {
	height: 105px !important;
}

.display-space {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.tab-input-name {
	display: inline-block;
	width: 44px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}

.tab-input-clear {
	display: inline-block;
	width: 50px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-input-clear font {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #54a0fb;
	color: #2e86e9;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tab-input-clear font i {
	font-size: 12px;
}

.tab-input input {
	display: inline-block;
	height: 43px;
	width: calc(100% - 44px - 50px);
	background: none;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	margin-top: 2px;
}

.tab-input input::placeholder {
	color: #dff0ff;
}

.all-clear {
	width: 123px;
	height: 43px;
	font-size: 18px;
	color: #fff;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: left;
}

.show-Route {
	width: 123px;
	height: 43px;
	background: #559ffb;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	box-shadow: 0px 3px 8px 0px rgba(48, 119, 206, 1);
}

.display-space-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Plan-box {
	width: 100%;
	height: auto;
	max-height: 390px;
	padding: 0 18px;
	box-sizing: border-box;
	margin-top: 10px;
	list-style: none;
}

.Plan-box li {
	width: 100%;
	height: auto;
	max-height: 104px;
	cursor: pointer;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f4f5;
}

.Plan-box li:first-child {
	border-top: 1px solid #f2f4f5;
}

.Plan-box li:hover {
	background: #f4f9fd;
}

.Plan-box li.active {
	background: #f4f9fd;
}

.Plan-index {
	width: 100%;
	height: 32px;
}

.Plan-index span {
	display: inline-block;
	width: 78px;
	height: 30px;
	border: 1px solid #e4f2ff;
	background: #e0f0ff;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.Plan-box li.active .Plan-index span {
	border: 1px solid #99c6fd;
	background: #3d93fd;
	color: #fff;
}

.Plan-box li:hover .Plan-index span {
	border: 1px solid #99c6fd;
	background: #3d93fd;
	color: #fff;
}

.Plan-msg {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	margin: 15px 0;
}

.Plan-msg span {
	display: inline-block;
	border-left: 2px solid #333;
	padding: 0 15px;
}

.Plan-msg span:first-child {
	border: none;
}

.Plan-msg span font {
	color: #ff4747;
}

.Plan-route {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #7f7e80;
}

.Plan-route span {
	display: inline-block;
	border-left: 2px solid #7f7e80;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Plan-route span:first-child {
	border: none;
}

.to-phone {
	display: none;
	width: 100%;
	height: 48px;
	padding: 0 18px;
	box-sizing: border-box;
	border-top: 1px solid #fafafa;
}

.to-phone-Share {
	width: 30%;
	height: 48px;
	justify-content: center;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #289efe;
	font-size: 16px;
}

.to-phone-Share i {
	font-size: 20px;
	margin-right: 8px;
}

/* 点聚合弹窗 */

.Info-Window {
	/* position: relative; */
	width: 400px;
	height: auto;
	max-width: 516px;
	min-height: 205px;
	z-index: 20250505;
	border-radius: 8px;
}

.Window-title {
	width: 100%;
	height: 40px;
	background: #007ad8;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 40px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.Window-title span {
	display: inline-block;
	float: left;
	width: calc(100% - 16px - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Window-title i {
	display: inline-block;
	float: right;
	width: 16px;
	cursor: pointer;
}

.Window-img {
	width: 100%;
	height: 162px;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	background: #fff;
}

.Window-img img {
	width: 100%;
	height: 100%;
}

.Window-name {
	width: 100%;
	box-sizing: border-box;
	height: 68px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #fff;
}

.Window-name span {
	max-width: calc(100% - 152px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.Window-name-handle {
	width: 100%;
	height: 45px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.Window-name-handle button {
	border-radius: 2px;
	width: 170px;
	height: 45px;
	font-size: 16px;
	border: none;
	outline: none;
	cursor: pointer;
}

.back-007ad8 {
	background: #e5f1fb;
	color: #007ad8;
}

.back-fd9e05 {
	background: #e5fff4;
	color: #23b742;
}

.Window-handle-none {
	background: #999;
	cursor: no-drop !important;
}

.Window-msg {
	width: 100%;
	overflow: hidden;
	background: #f6f7f7;
}

.Window-service {
	width: 100%;
	padding: 10px 20px 20px 20px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 6px;
}

.Window-service-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url('../images/kbfw.png') center no-repeat;
	font-size: 18px;
	color: #007ad8;
	font-weight: bold;
	margin-top: 15px;
}

.Window-service-list {
	width: 100%;
	height: auto;
	max-height: 210px;
	margin-top: 10px;
}

.Window-service-list ul li {
	width: 100%;
	height: 20px;
	font-size: 15px;
	margin-top: 5px;
	display: flex;
	align-items: center;
}

.Window-service-list ul li font {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #dddddd;
	margin-right: 10px;
}

.Window-service-list ul li a {
	color: #333;
	text-decoration: unset;
	display: inline-block;
	width: calc(100% - 5px - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Window-service-list ul li a:hover {
	color: #007ad8;
}

.Window-msg-box {
	width: 100%;
	padding: 10px 20px 20px 20px;
	background: #fff;
	box-sizing: border-box;
}

.Window-content {
	width: 100%;
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}

.Window-content i {
	width: 16px;
	position: relative;
	top: 6px;
	display: inline-block;
	color: #3f81f0;
}

.Window-text {
	width: calc(100% - 16px - 9px);
	text-align: justify;
	line-height: 25px;
}

.Window-Point {
	width: 100%;
	height: 9px;
	background: url('../images/triangle.png') center no-repeat;
}

.thinking-animation {
	color: #888;
	text-align: center;
	animation: blink 1s infinite;
}

.thinking-dots {
	display: inline-block;
	position: relative;
	left: 10px;
	width: 40px;
	height: 10px;
}

.thinking-dots span {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #0a52ae;
	border-radius: 50%;
	opacity: 0;
	animation: dotColorCycle 2s infinite;
	animation-timing-function: linear;
}

.thinking-dots span:nth-child(1) {
	left: 0;
	animation-delay: 0s;
}

.thinking-dots span:nth-child(2) {
	left: 12px;
	animation-delay: 0.25s;
	/* Offset by 1/4 of the cycle */
}

.thinking-dots span:nth-child(3) {
	left: 24px;
	animation-delay: 0.5s;
	/* Offset by 1/2 of the cycle */
}

@keyframes dotColorCycle {
	0% {
		background-color: lightblue;
		opacity: 1;
	}

	25% {
		background-color: #348bfc;
		opacity: 1;
	}

	50% {
		background-color: #0a52ae;
		opacity: 1;
	}

	75% {
		background-color: #348bfc;
		opacity: 1;
	}

	100% {
		background-color: lightblue;
		opacity: 1;
	}
}

.talk-box {
	position: relative;
}

.Download-Share {
	width: 45px;
	height: 110px;
	box-shadow: 0px 3px 8px 0px rgba(0, 122, 216, 0.22);
	background: #fff;
	position: absolute;
	left: -22px;
	top: 50%;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
}

.Download-box {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	color: #333;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	position: relative;
}

.Download-box span i {
	font-size: 18px !important;
}

.Download-tip-box {
	height: 62px;
	width: 103px;
	position: absolute;
	top: 0;
	left: 24px;
}

.Download-tip {
	height: 30px;
	background: #f0f3fa;
	width: 82px;
	font-size: 14px;
	color: #62749f;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	float: right;
}

.Download-box:hover {
	background: #f0f3fa;
}

.Download-tip:hover {
	text-decoration: underline;
}

.Share-box {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	position: relative;
}

.Share-box span i {
	font-size: 18px !important;
}

.Share-box:hover {
	background: #f0f3fa;
}

.Share-tip-box {
	height: auto;
	width: 103px;
	position: absolute;
	top: 0;
	left: 24px;
}

.Share-tip {
	height: auto;
	background: #f0f3fa;
	width: 82px;
	font-size: 14px;
	color: #62749f;
	border-radius: 10px;
	float: right;
}

.Share-tip span {
	width: 100%;
	display: block;
}

.Share-tip span:hover {
	text-decoration: underline;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20250527;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);

	/* Flexbox 布局 */

	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: flex-start;
	/* 顶部对齐 */
}

.modal-content {
	background: linear-gradient(180deg, #E6F2FB 0%, #FEFFFF 52%, #E6F2FB 100%);
	max-width: 810px;
	height: 437px;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	margin-top: 200px;
	word-wrap: break-word;
	white-space: normal;
	position: relative;
}

.modal-ai {
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 300px;
}

.modal-ai .Share-Img {
	width: 150px;
	height: 150px;
}

/* 分享回显页面 */
.Share-get-box {
	width: 1400px;
	height: auto;
	margin: 20px auto;
	background: #f3f9ff;
	padding: 40px;
	box-sizing: border-box;
}

.Share-get-box-mob {
	width: 100% !important;
	padding: 10px !important;
}

.Share-get-Dialogue {
	width: 100%;
	height: auto;
}

.Share-get-Tip {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fc8d16;
	font-size: 14px;
}

.box-both {
	clear: both;
}

.Share-get-handle {
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #929599;
}

.Share-get-handle .Copy-box {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.Share-get-handle .Copy-box i {
	margin-right: 5px;
}

.el-dialog {
	border-radius: 0.5rem !important;
}

.el-dialog__body {
	border-bottom: 0.038462rem solid #eeeeef;
	padding: 15px 25px 20px !important;
}

.el-dialog__footer {
	padding: 0px 20px 0px !important;
}

.dialog-map-tip {
	font-size: 1.076923rem;
	color: #333333;
}

.dialog-button-map {
	background: none !important;
	border: 0px !important;
	color: #007ad8 !important;
	font-size: 1.153846rem !important;
}

.el-message-box__content {
	padding: 27px 15px !important;
	font-size: 16px !important;
}

.el-message-box {
	width: 23% !important;
}

.el-loading-mask{
	z-index: 20250507 !important;
}

.el-loading-text{
	font-size: 18px !important;
}