/* 底部页脚样式配置 */
/*$$
{
  "color": [
    { "val": "#ffffff", "title": "底部文字/链接色" }
  ],
  "background": [
    { "val": "#0d3795", "title": "底部背景色" },
    { "val": "#000000", "title": "版权栏背景色" },
    { "val": "#ffffff", "title": "悬浮工具栏背景" },
     { "val": "#0060fc", "title": "返回顶部按钮背景色" }
  ],
  "border": [
    { "val": "#98b4dd", "title": "悬浮工具栏分隔线色" }
  ]
}
$$*/
/* 底部 */
#footer_162{
	width: 100%;
	position: relative;
	background:#0d3795;
	height: auto;
	color: #ffffff;
}
#footer_162 .footerCon{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 20px;
	box-sizing: border-box;
}
#footer_162 .footerCent{
	display: flex;
	justify-content: space-between;
}
#footer_162 .logo{
	height: 70px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: left;
}
#footer_162 .logo img{
	max-width: 100%;
	max-height: 90%;
}
#footer_162 .codeCon{
	display: flex;
	gap:25px;
}
#footer_162 .codeCon span{
	font-size: 14px;
}
#footer_162 .codeCon .codeIcon{
	width: 65px;
	height: 65px;
}
#footer_162 .codeImg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:10px;
}
#footer_162 .contactCon{
	width: auto;
	display: flex;
	gap:60px;
}
#footer_162 .contactItem{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
#footer_162 .contactCon .tit-1{
	display: flex;
	gap:5px;
	align-items: center;
	height:36px;
	position: relative;
}
#footer_162 .contactCon .tit-1::after{
	position: absolute;
	width: 13px;
	height: 2px;
	background: #ffffff;
	content: '';
	left: 0;
	bottom: 0;
}
#footer_162 .contactCon .tit-2{
	min-height: 38px;
	line-height: 24px;
	padding: 7px 0;
}
#footer_162 .footEnd{
	background: #000000;
	min-height: 34px;
	padding: 7px 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	font-size: 13px;
	color: #ffffff;
	gap:10px;
}
#footer_162 .footEnd a{
	color: #ffffff;
}
#gotop_162{
	position: fixed;
	right: 80px;
	width:52px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_162 .topList{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 26px;
	background: #ffffff;
	padding: 10px 0;
}
#gotop_162 .topList li{
	height: 54px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
#gotop_162 .topList li:first-child img{
	margin-top: -50px;
}
#gotop_162 .topList li::after{
	position: absolute;
	left:50%;
	width: 20px;
	height: 1px;
	background: #98b4dd;
	content: '';
	bottom: 0;
	transform: translateX(-50%);
}
#gotop_162 .topList li:last-child:after{
	display: none;
}
#gotop_162 .topList li span,
#gotop_162 .topList li img{
	position: relative;
	z-index: 100;
}
#gotop_162 .topList li .tellCon{
	width: 0;
	background: #ffffff;
	position: absolute;
	right: 28px;
	display: flex;
	border-radius: 58px 0 0 58px;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
}
#gotop_162 .topList li:hover .tellCon{
	width: 200px;
	opacity: 1;
}
#gotop_162 .topList li .codeCon{
	background: #ffffff;
	width: 0;
	height: 100px;
	position: absolute;
	right: 65px;
	top:50%;
	margin-top: -50px;
	padding: 10px;
	opacity: 0;
	transition: all .8s;
	border-radius: 10px;
}
#gotop_162 .topList li:hover .codeCon{
	width: 100px;
	opacity: 1;
}
#gotop_162 .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_162 .topBtn{
	width: 52px;
	height: 52px;
	background: #0060fc;
	border-radius: 26px;
	opacity: 0.7;
	cursor: pointer;
	margin-top: 15px;
}
@media screen and (max-width: 767px){
	#gotop_162{
		display: none;
	}
	#footer_162 .footerCent{
		gap:20px;
	}
	#footer_162 .footerCent,
	#footer_162 .contactCon,
	#footer_162 .footEnd{
		flex-direction: column;
	}
	#footer_162 .footEnd{
		gap:3px;
	}
	#footer_162 .contactItem{
		flex-direction: row;
	}
	#footer_162 .contactCon .tit-1{
		width: 60px;
	}
	#footer_162 .contactCon{
		gap:0;
	}
	#footer_162 .logo{
		width: 180px;
	}
}
.modal-overlay {
    position: fixed;
    top: 12%;
    right: 20px;
    width:430px;
    height: 76%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(3px); */
}
/* 弹窗容器 */
.modal-container {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: modalFadeIn 0.3s ease;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 弹窗头部 */
.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0d3795;
	position: relative;
	height:40px;
}
.modal-header img{
	max-height: 20px;
	width: auto;
}
.modal-close {
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    transition: color 0.2s;
    line-height: 1;
	position: absolute;
	right:20px;
}

.modal-close:hover {
    color: #ff4d4f;
}

/* iframe 区域 */
.modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        height: 90%;
        border-radius: 12px;
    }
    .modal-header {
        padding: 12px 16px;
    }
    .modal-header h3 {
        font-size: 16px;
    }
}


.modal-overlay {
    position: fixed;
    top: 12%;
    right: 20px;
    width:430px;
    height: 76%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(3px); */
}
/* 弹窗容器 */
.modal-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: modalFadeIn 0.3s ease;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 弹窗头部 */
.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d3795;
	position: relative;
	height:40px;
}
.modal-header img{
	max-height: 20px;
	width: auto;
}
.modal-close {
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    transition: color 0.2s;
    line-height: 1;
	position: absolute;
	right:20px;
}

.modal-close:hover {
    color: #ff4d4f;
}

/* iframe 区域 */
.modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        height: 90%;
        border-radius: 12px;
    }
    
    .modal-header {
        padding: 12px 16px;
    }
    
    .modal-header h3 {
        font-size: 16px;
    }
}