/* 导航栏样式 */
.headerIndex{
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 1340px;
	height: 64px;
	background: rgba(255,255,255,1);
}
.header-right{
	width: auto;
	height: 100%;
	 margin-left: auto;
}
.headerRightUl{
	width: 600px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.headerItem{
	height: 100%;
	width: auto;
	padding-left: 32px;
}
.headerItemUl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%
}
.headerItemLi{
	height: 100%;
	width: 112px;
	text-align: center;
	line-height: 64px;
	position: relative;
}
.headerItemLiBlock{
	width: 80px;
	height: 2px;
	background: #0D6CE4;
	position: absolute;
	bottom: 0;
	left: 16px;
}
.headerRightLiP{
	margin: 0;
	height: 100%;
	font-weight: 500;
	line-height: 64px;
}
.headerRightLi{
	padding: 0 14px;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	color: #2F3133;
}
.headerRightLi img{
	width: 28px;
	height: 28px;
	margin-right: 4px;
	border-radius: 50%;
}
.headerRightRegister:hover{
	cursor: auto !important;
	background-color: #fff !important;
	color: #2F3133 !important;
}
/* 底部 */
.footer{
	display: flex;
	align-items: center;
	justify-items: center;
}
.iconWx{
	width: 25px;
	height: 25px;
	color: #19B21E;
}
.footerWx{
	width: 25px;
	height: 100%;
	line-height: 42px;
}
.footerWx:hover{
	cursor: pointer;
}
.footerBeian{
	width: 500px;
	height: 100%;
	line-height: 42px;
}
.footerBeian p{
	margin: 0;
	width: 100%;
	height: 100%;
}
.footerEmail{
	position: absolute;
	right: 30px;
	width: 360px;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: auto;
}
.footerEmailBox{
	display: flex;
	align-items: center;
	height: 42px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #2F3133;
	line-height: 16px;
}
.footerEmailIocn{
	width: 24px;
	height: 24px;
}
.footerEmailBox p{
	margin: 0;
	height: 100%;
	line-height: 33px;
}
.index-footer{
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 样式 */
.theme1 .headerItemLi:hover{
	cursor: pointer;
	color:#5F49E5;
}
.theme1 .headerItemLiBlock{
	background-color: #5F49E5;
}
.theme1 .headerRightLi:hover{
	color: #fff;
	cursor: pointer;
	background-color: #5F49E5;
}
.theme1 .headerRightLiLoginA {
	color: #fff;
	background-color: #5F49E5;
}
.theme1 .headerRightLiLoginA:hover{
	color: #fff;
	cursor: pointer;
	opacity: 0.85;
	background-color: #5F49E5;
}
.theme1 .clickLi{
	color:#5F49E5;
}
.theme1 .layui-layer .layui-layer-title {
    background: #5F49E5;
    color: #fff;
}
.theme1 .layui-layer-btn .layui-layer-btn0 {
    border-color: #7460F0;
    background-color: #7460F0;
    color: #fff;
}
.theme2 .headerItemLi:hover{
	cursor: pointer;
	color:#1868CC;
}
.theme2 .headerItemLiBlock{
	background-color: #1868CC;
}
.theme2 .headerRightLi:hover{
	color: #fff;
	cursor: pointer;
	background-color: #1868CC;
}
.theme2 .headerRightLiLoginA {
	color: #fff;
	background-color: #1868CC;
}
.theme2 .headerRightLiLoginA:hover{
	color: #fff;
	cursor: pointer;
	background-color: #1868CC;
	opacity: 0.85;
}
.theme2 .clickLi{
	color:#1868CC;
}
.theme2 .layui-layer .layui-layer-title {
    background: #1868CC;
    color: #fff;
}
.theme2 .layui-layer-btn .layui-layer-btn0 {
    border-color: #4686D6;
    background-color: #4686D6;
    color: #fff;
}
.theme3 .headerItemLi:hover{
	cursor: pointer;
	color:#E54045;
}
.theme3 .headerItemLiBlock{
	background-color: #E54045;
}
.theme3 .headerRightLi:hover{
	color: #fff;
	cursor: pointer;
	background-color: #E54045;
}
.theme3 .headerRightLiLoginA {
	color: #fff;
	background-color: #E54045;
}
.theme3 .headerRightLiLoginA:hover{
	color: #fff;
	cursor: pointer;
	opacity: 0.85;
	background-color: #E54045;
}
.theme3 .clickLi{
	color:#E54045;
}
.theme3 .layui-layer .layui-layer-title {
    background: #E54045;
    color: #fff;
}
.theme3 .layui-layer-btn .layui-layer-btn0 {
    border-color: #EB595E;
    background-color: #EB595E;
    color: #fff;
}
.theme4 .headerItemLi:hover{
	cursor: pointer;
	color:#1F9923;
}
.theme4 .headerItemLiBlock{
	background-color: #1F9923;
}
.theme4 .headerRightLi:hover{
	color: #fff;
	cursor: pointer;
	background-color: #1F9923;
}
.theme4 .headerRightLiLoginA {
	color: #fff;
	background-color: #1F9923;
}
.theme4 .headerRightLiLoginA:hover{
	color: #fff;
	cursor: pointer;
	background-color: #1F9923;
	opacity: 0.85;
}
.theme4 .clickLi{
	color:#1F9923;
}
.theme4 .layui-layer .layui-layer-title {
    background: #1F9923;
    color: #fff;
}
.theme4 .layui-layer-btn .layui-layer-btn0 {
    border-color: #40A844;
    background-color: #40A844;
    color: #fff;
}
.layui-table th, .layui-table-header{
	background-color: #eef1f6!important;
}
.theme1 .amap-info-content a:hover, .theme1 .amap-info-content a:focus{
	color:#5F49E5;
	text-decoration: none;
}
.theme2 .amap-info-content a:hover, .theme2 .amap-info-content a:focus{
	color:#1868CC;
	text-decoration: none;
}
.theme3 .amap-info-content a:hover, .theme3 .amap-info-content a:focus{
	color:#E54045;
	text-decoration: none;
}
.theme4 .amap-info-content a:hover, .theme4 .amap-info-content a:focus{
	color:#1F9923;
	text-decoration: none;
}
.theme1 .user_Center:hover, .theme1 .logOut:hover{
	background-color: rgba(95,73,229,0.08);
	text-decoration: none;
}
.theme2 .user_Center:hover, .theme2 .logOut:hover{
	background-color: rgba(24, 104, 204, 0.08);
	text-decoration: none;
}
.theme3 .user_Center:hover, .theme3 .logOut:hover{
	background-color: rgba(229, 64, 69, 0.08);
	text-decoration: none;
}
.theme4 .user_Center:hover, .theme4 .logOut:hover{
	background-color: rgba(31, 153, 35, 0.08);
	text-decoration: none;
}