*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Microsoft YaHei", sans-serif;
}
ul, li{
    list-style: none;
}
/* 全局滚动条宽度 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 4px;
  transition: background 0.3s;
}

/* 鼠标悬停滑块 */
::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* Firefox 支持 */
html {
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f0f0f0;
}
/* 导航栏样式 */
nav {
    font-family: Arial, sans-serif;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 4px solid #fff; /* 下划线效果 */
}

nav ul li a:hover {
    color: #e60012; /* 高亮颜色 */
}

/* 弹出菜单样式 */
.dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
}

.dropdown h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.dropdown ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.dropdown ul li:hover a {
    color: #e60012!important; /* 高亮颜色 */
    /* text-decoration: underline!important; */
}

.dropdown ul li a i{
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 4px;
    background: #000;
}

/* 悬浮二维码样式 */
#qr-popup {
    z-index: 1000;
    text-align: center;
    border: 1px solid #ddd;
}
.social-icon{
	width: 30px !important;
	height: 30px !important;
}
#qr-popup img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

#qr-popup p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.footerBorder{
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerBorder i{
    width: 1px;
    height: 60px;
    background: #fff;
}

/* 页脚统一样式 */
footer h4 {
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 20px;
}

footer a, footer p {
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* 通用页面banner样式 */
.core-banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.banner-content {
    display: none; /* 隐藏文字内容 */
}

.banner-content h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/* 公共悬浮区域 */
.position{
	width: 52px;
	height: 184px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 99;
	border-radius: 8px;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
	overflow: visible;
}

.position-item {
	width: 52px;
	height: 112px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
.position-content2{
	/* display: flex !important; */
	align-items: center;
	justify-content: center;
}
.position-content2 .position-img{
	width: 60px !important;
	height: 80px !important;
}
.position-content2 .position-img img{
	width: 100% !important;
	height: 100% !important;
}
.position-content2 .position-img{
	width: 40% !important;
	display: inline-block;
}
.position-content2 .position-text{
	display: inline-block;
	width: 50%;
	text-align: left;
}

.position-content .li img{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.position-content .li h6{
	font-weight: 300;
	color: #333;
}
.position-content .li2 h6{
	font-weight: 300;
	color: #333;
}
.position-content .li2 img{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.position-content .li2 .img{
	width: 60px;
	height: 60px;
	margin-left: 6px;
}
.position-content .li2 .img img{
	width: 100%;
	height: 100%;
}
.position-content .li h2{
	font-size: 20px;
	color: #FF263D;
}
.position-content .li2 p{
	font-size: 10px;
	color: #999;
}
.position-content .li{
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.position-content .li2{
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.position-content .li2 .r{
	width: 44%;
}
.position-content .li2 .img{
	width: 60px;
	height: 60px;
}
.position-content .li:nth-child(1){
	border-bottom: .1px solid #f4f4f4;
}
.position-icon {
	width: 52px;
	height: 92px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 15px;
	border-radius: 8px;
}

.position-icon img {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto 5px;
}

.position-icon p {
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.2;
}

.position-content {
	position: absolute;
	right: 52px;
	top: 0;
	background-color: #fff;
	padding: 10px 15px;
	height: auto;
	width: 210px;
	display: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px 0 0 4px;
}

/* Additional styles for the content inside position-content */
.li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.li .l {
    margin-right: 10px;
}

.li .r h6 {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.li .r h2 {
    font-size: 18px;
    color: #e60012;
    margin: 0;
    font-weight: bold;
}

.li2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.li2 .l {
    margin-right: 10px;
}

.li2 .r p {
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 1.2;
}

.li2 .img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.li2 .img img {
    width: 80px;
    height: 80px;
}

.position-content2 {
    width: 240px;
}

.position-img {
    width: 100px;
    height: 100px;
}

.position-img img {
    width: 100%;
    height: 100%;
}

.position-text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.position-text .text1 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.position-text .text2 {
    font-size: 12px;
    color: #666;
}

.position-text .text2 p {
    color: #e60012;
    display: inline;
}