.index_asid_fix[data-v-36769a2f] {
	z-index: 999;
	flex-direction: column;
	gap: 8px;
	display: flex;
	position: fixed;
	top: 50%;
	right: 12px;
	transform: translateY(-50%)
}

.index_asid_fix .item[data-v-36769a2f] {
	cursor: pointer;
	color: #333;
	background: #fffffff2;
	border-radius: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	text-decoration: none;
	transition: all .3s;
	display: flex;
	position: relative;
	overflow: visible;
	box-shadow: 0 2px 10px #0000001f
}

.index_asid_fix .item img[data-v-36769a2f] {
	object-fit: contain;
	width: 22px;
	height: 22px;
	margin-bottom: 2px
}

.index_asid_fix .item span[data-v-36769a2f] {
	font-size: 10px;
	line-height: 1
}

.index_asid_fix .item[data-v-36769a2f]:hover {
	transform: translate(-4px);
	box-shadow: 0 4px 16px #0000002e
}

.index_asid_fix .duanxin[data-v-36769a2f] {
	color: #fff;
	background: #9FA1A0
}

.index_asid_fix .erweima[data-v-36769a2f] {
	color: #fff;
	background: #C9CBCA
}

.index_asid_fix .erweima:hover[data-v-36769a2f] {
	color: #1890ff;
	background: #e6f4ff
}

.index_asid_fix .erweima:hover .qr-popup[data-v-36769a2f] {
	opacity: 1;
	visibility: visible;
	transform: translate(-8px)
}

.index_asid_fix .tel[data-v-36769a2f] {
	color: #fff;
	background: #717171
}

.index_asid_fix .tel:hover[data-v-36769a2f] {
	color: #fa8c16;
	background: #fff3e6
}

.index_asid_fix .tel:hover .tel-popup[data-v-36769a2f] {
	opacity: 1;
	visibility: visible;
	transform: translate(-8px)
}

.index_asid_fix .qr-popup[data-v-36769a2f] {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 10px;
	width: 140px;
	margin-right: 10px;
	padding: 12px;
	transition: all .3s;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(0)translateY(-50%);
	box-shadow: 0 4px 20px #00000026
}

.index_asid_fix .qr-popup img[data-v-36769a2f] {
	width: 100%;
	height: auto;
	margin-bottom: 8px
}

.index_asid_fix .qr-popup p[data-v-36769a2f] {
	color: #666;
	text-align: center;
	font-size: 11px;
	line-height: 1.4
}

.index_asid_fix .qr-popup[data-v-36769a2f]:after {
	content: "";
	border: 6px solid #0000;
	border-left-color: #fff;
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%)
}

.index_asid_fix .tel-popup[data-v-36769a2f] {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 10px;
	width: 160px;
	margin-right: 10px;
	padding: 14px 16px;
	transition: all .3s;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(0)translateY(-50%);
	box-shadow: 0 4px 20px #00000026
}

.index_asid_fix .tel-popup .tel-title[data-v-36769a2f] {
	color: #999;
	margin-bottom: 6px;
	font-size: 12px
}

.index_asid_fix .tel-popup .tel-num[data-v-36769a2f] {
	color: #fa8c16;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700
}

.index_asid_fix .tel-popup[data-v-36769a2f]:after {
	content: "";
	border: 6px solid #0000;
	border-left-color: #fff;
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%)
}

@media (width<=768px) {
	.index_asid_fix[data-v-36769a2f] {
		gap: 6px;
		right: 8px
	}

	.index_asid_fix .item[data-v-36769a2f] {
		width: 44px;
		height: 44px
	}

	.index_asid_fix .item img[data-v-36769a2f] {
		width: 18px;
		height: 18px
	}

	.index_asid_fix .item span[data-v-36769a2f] {
		font-size: 9px
	}
}

header[data-v-638d8add] {
	z-index: 100;
	background-color: #fff;
	width: 100%;
	height: 100px;
	font-size: 16px;
	position: sticky;
	top: 0;
	box-shadow: 0 2px 10px #0000001a
}

header .header_box[data-v-638d8add] {
	width: 70%;
	height: 100px;
	margin: 0 auto;
	display: flex
}

header .header_box .logo[data-v-638d8add] {
	flex: 1;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	display: flex
}

header .header_box .logo img[data-v-638d8add] {
	object-fit: contain;
	width: auto;
	height: 100%
}

header .header_box nav[data-v-638d8add] {
	flex: 6;
	align-items: stretch;
	display: flex
}

header .header_box nav ul[data-v-638d8add] {
	justify-content: space-between;
	width: 100%;
	padding: 0;
	display: flex
}

header .header_box nav ul li[data-v-638d8add] {
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100%;
	list-style: none;
	display: flex;
	position: relative
}

header .header_box nav ul li[data-v-638d8add]:after {
	content: "";
	border-right: 1px solid #000;
	height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

header .header_box nav ul li[data-v-638d8add]:last-child:after {
	display: none
}

header .header_box nav ul li a[data-v-638d8add] {
	color: #000;
	line-height: 1;
	text-decoration: none;
	transition: color .3s;
	display: flex
}

header .header_box nav ul li a[data-v-638d8add]:hover {
	color: rgb(171, 128, 71)
}

header .header_box nav ul li a.active[data-v-638d8add] {
	color: rgb(171, 128, 71);
	font-weight: 700
}

@media (width<=1440px) {
	header .header_box[data-v-638d8add] {
		width: 75%
	}

	header .header_box .logo[data-v-638d8add] {
		margin-right: 40px
	}

	header .header_box nav ul li[data-v-638d8add] {
		padding: 0 15px
	}
}

@media (width<=1024px) {
	header .header_box[data-v-638d8add] {
		width: 85%
	}

	header .header_box .logo[data-v-638d8add] {
		margin-right: 30px
	}

	header .header_box nav ul li[data-v-638d8add] {
		padding: 0 10px;
		font-size: 11px
	}
}

@media (width<=768px) {
	header[data-v-638d8add] {
		height: auto;
		padding: 15px 0
	}

	header .header_box[data-v-638d8add] {
		flex-direction: column;
		align-items: center;
		width: 90%;
		height: auto
	}

	header .header_box .logo[data-v-638d8add] {
		margin-bottom: 15px;
		margin-right: 0
	}

	header .header_box nav[data-v-638d8add] {
		width: 100%
	}

	header .header_box nav ul[data-v-638d8add] {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px
	}

	header .header_box nav ul li[data-v-638d8add] {
		border-bottom: 1px solid #ddd;
		border-radius: 4px;
		height: auto;
		padding: 8px 14px;
		font-size: 11px
	}

	header .header_box nav ul li[data-v-638d8add]:after {
		display: none
	}
}

@media (width<=480px) {
	header[data-v-638d8add] {
		padding: 12px 0
	}

	header .header_box[data-v-638d8add] {
		width: 92%
	}

	header .header_box .logo[data-v-638d8add] {
		margin-bottom: 12px
	}

	header .header_box .logo img[data-v-638d8add] {
		max-width: 80%;
		height: auto
	}

	header .header_box nav ul[data-v-638d8add] {
		gap: 8px
	}

	header .header_box nav ul li[data-v-638d8add] {
		padding: 6px 10px;
		font-size: 12px
	}
}

.box[data-v-dc75ca2d] {
	background: #231816;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 0;
	padding: 60px 0;
	display: flex;
	overflow: hidden
}

.box .list[data-v-dc75ca2d] {
	color: #fff;
	text-align: left;
	flex-direction: column;
	margin-right: 5%;
	gap: 15px;
	font-size: 14px;
	display: flex
}

.box .list p img[data-v-dc75ca2d] {
	vertical-align: middle
}

.box .list span[data-v-dc75ca2d] {
	font-size: 16px
}

.box .list a[data-v-dc75ca2d] {
	color: #fff;
	text-decoration: none
}

.box .list a[data-v-dc75ca2d]:hover {
	color: #f60
}

.box .list .IP[data-v-dc75ca2d] {
	justify-content: space-between;
	align-items: center;
	margin-top: 13px;
	margin-bottom: 5px;
	display: flex
}

.box .list:nth-child(2) span[data-v-dc75ca2d] {
	font-size: 20px
}

@media (width<=1024px) {
	.box[data-v-dc75ca2d] {
		padding: 30px 0
	}

	.box .list[data-v-dc75ca2d] {
		margin-right: 40px;
		font-size: 11px
	}

	.box .list span[data-v-dc75ca2d] {
		font-size: 13px
	}

	.box .list:nth-child(2) span[data-v-dc75ca2d] {
		font-size: 18px
	}
}

@media (width<=768px) {
	.box[data-v-dc75ca2d] {
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 30px 20px
	}

	.box .list[data-v-dc75ca2d] {
		text-align: center;
		width: 45%;
		margin-bottom: 25px;
		margin-right: 0;
		font-size: 12px
	}

	.box .list span[data-v-dc75ca2d] {
		font-size: 14px
	}

	.box .list:nth-child(2) span[data-v-dc75ca2d] {
		font-size: 16px
	}

	.box .list[data-v-dc75ca2d]:nth-child(3),
	.box .list[data-v-dc75ca2d]:nth-child(4) {
		margin-bottom: 0
	}

	.box .list .IP[data-v-dc75ca2d] {
		justify-content: center;
		gap: 15px
	}
}

@media (width<=480px) {
	.box[data-v-dc75ca2d] {
		flex-flow: column;
		justify-content: center;
		padding: 25px 15px
	}

	.box .list[data-v-dc75ca2d] {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		font-size: 11px
	}

	.box .list span[data-v-dc75ca2d] {
		font-size: 13px
	}

	.box .list:nth-child(2) span[data-v-dc75ca2d] {
		font-size: 15px
	}

	.box .list[data-v-dc75ca2d]:nth-child(4) {
		margin-bottom: 0
	}

	.box .list .IP[data-v-dc75ca2d] {
		justify-content: center;
		gap: 12px
	}

	.box img[data-v-dc75ca2d] {
		max-width: 100%;
		height: auto
	}
}

.app[data-v-fcc8f83d] {
	width: 100%;
	min-height: 100vh
}

html,
body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei, 微软雅黑, PingFang SC, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: clip
}

* {
	box-sizing: border-box
}

#app {
	width: 100%;
	min-height: 100vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400
}

p {
	margin: 0
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

a {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border: 0
}