/* 禁用移动端回弹效果 */
html,
body {
	overscroll-behavior: none;
	-webkit-overflow-scrolling: touch;
}

html {
	overflow: hidden;
	height: 100%;
}

body {
	overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 0px) and (max-width: 576px) {
	.web-wrap {
		display: none !important;
	}

	body {
		font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
		margin: 0 auto;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	.web-wrap {
		display: none;
	}

	body {
		font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
		margin: 0 auto;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.h5-wrap {
		display: none !important;
	}

	.navi>li>a .txt {
		font-size: 13px;
	}

	.navi>li>a>span {
		padding-left: 65px;
	}

	body {
		min-width: 1200px;
		height: 100vh;
		font: 14px/1.6 "Microsoft Yahei";
		color: #fff;
	}

	a {
		color: #fff;
		text-decoration: none
	}

	a:hover {
		text-decoration: none;
	}

	ul li {
		list-style: none
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.h5-wrap {
		display: none !important;
	}

	.navi>li>a .txt {
		font-size: 13px;
	}

	.navi>li>a>span {
		padding-left: 65px;
	}

	body {
		min-width: 1200px;
		height: 100vh;
		font: 14px/1.6 "Microsoft Yahei";
		color: #fff;
	}

	a {
		color: #fff;
		text-decoration: none
	}

	a:hover {
		text-decoration: none;
	}

	ul li {
		list-style: none
	}
}

@media (min-width: 1201px) {
	.h5-wrap {
		display: none !important;
	}

	.navi>li>a .txt {
		font-size: 13px;
	}

	.navi>li>a>span {
		padding-left: 65px;
	}

	body {
		min-width: 1200px;
		height: 100vh;
		font: 14px/1.6 "Microsoft Yahei";
		color: #fff;
	}

	a {
		color: #fff;
		text-decoration: none
	}

	a:hover {
		text-decoration: none;
	}

	ul li {
		list-style: none
	}
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
* html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

.fR {
	float: right !important;
}

img {
	vertical-align: top;
}

/*---------------index--------------*/

.web-wrap .container {
	height: 100vh;
}

.web-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.web-wrap .logo {
	padding-right: 1%;
	width: 31.25%;
	position: absolute;
	left: 0;
	top: 8.65%;
	z-index: 10;
	box-sizing: border-box;
	text-align: center;
}

.web-wrap .logo img {
	width: 368px;
	height: auto;
}

.web-wrap .img {
	padding-bottom: 8.5%;
	width: 25.78%;
	height: 100%;
	position: absolute;
	right: 6.25%;
	top: 0;
	box-sizing: border-box;
}

.web-wrap .img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.web-wrap .app {
	width: 31.25%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.web-wrap .app .photo {
	width: 56.67%;
	height: 66.67%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: 1;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.web-wrap .app .copyright {
	width: 100%;
	height: 15.28%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	color: #aab1c1;
	font-size: 14px;
	text-align: center;
	background: #414755;
}

.web-wrap .app .copyright p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30.5%;
	text-align: center;
}

.web-wrap .navi {
	width: 68.75%;
	height: 15.28%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #0b0b0b;
}

.web-wrap .navi>li {
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	border-right: 1px solid #DADFE9;
	box-sizing: border-box;
}

.web-wrap .navi>li:last-child {
	border: none;
}

.web-wrap .navi>li>a {
	height: 100%;
	display: block;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	box-sizing: border-box;
}

.web-wrap .navi>li>a>span {
	padding: 0 0 4px 70px;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.web-wrap .navi>li>a img {
	position: absolute;
	left: 5px;
	top: 5px;
}


.pg-text {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 1px;
	opacity: 0.8;
	font-weight: 300;
}

/* 针对小屏幕手机 (如 iPhone SE, 旧款安卓) 的自适应调整 */
@media (max-width: 375px),
(max-height: 700px) {
	.pg-loader-wrap {
		padding: 20px 0 15px !important;
		/* 大幅减少上下内边距 */
	}

	.pg-loader {
		width: 240px !important;
		/* 缩小宽度 */
		height: 90px !important;
		/* 缩小高度 */
		border-width: 1px;
	}

	.pg-text {
		margin-top: 5px;
		font-size: 10px !important;
		/* 缩小文字 */
	}

	/* 调整 SVG viewBox 以适应新尺寸，实际上 SVG 是自适应的，主要是容器变小了 */
}

.web-wrap .navi>li>a .txt {
	color: #a1a1a1;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}

.web-wrap .navi>li>a .txt span {
	margin-bottom: 3px;
	display: block;
	color: #fff;
	font-size: 20px;
}

.web-wrap .navi>li:hover>a .txt,
.web-wrap .navi>li:hover>a .txt span {
	color: #866638;
}

.web-wrap .navi .jsBox {
	margin-left: -289px;
	padding-top: 25px;
	width: 578px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	box-sizing: border-box;
	display: none;
}

.web-wrap .navi>li:hover .jsBox {
	display: block;
}

.web-wrap .navi .jsBox .arrow {
	margin-left: -9px;
	position: absolute;
	left: 50%;
	bottom: -8px;
}

.web-wrap .navi .jsBox ul {
	padding: 25px 25px 16px;
	border-radius: 5px;
	border: 2px solid #A37C3C;
	background: #fff;
}

.web-wrap .navi .jsBox li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	color: #414755;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.web-wrap .navi .jsBox li .ms {
	margin-right: 11px;
	width: 72px;
	display: block;
	float: left;
	border: 1px solid #CCD2DD;
	background: #F0F7FE;
}

.web-wrap .navi .jsBox li img {
	margin: 14px 10px 0 0;
	display: block;
	float: left;
}

.web-wrap .navi .jsBox li .pc-arrow {
	margin: 14px 10px 0 0;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url("../picture/arrow.png") no-repeat center center;
	background-size: contain;
}

.web-wrap .navi .jsBox li .url {
	width: 253px;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #CCD2DD;
	background: #F0F7FE;
}

.web-wrap .navi .jsBox li a {
	display: block;
	float: right;
	width: 136px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #414755;
	background: #414755;
}

.web-wrap .navi .jsBox li a:hover {
	border: 1px solid #866638;
	background: #866638;
}

.h5-wrap .container {
	margin: 0 auto;
	max-width: 750px;
}

.h5-wrap img {
	vertical-align: top;
	width: 100%;
}

.h5-wrap .header {
	padding: 0.24rem 0;
	position: relative;
	z-index: 10;
	box-shadow: 0 0.05rem 0.1rem rgba(65, 71, 85, 0.09);
	background: #fff;
}

.h5-wrap .header .logo {
	margin: 0 auto;
	width: 3.3rem;
}

#main .photo {
	position: relative;
}

#main .photo a {
	margin-left: -2.56rem;
	width: 5.12rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 0.98rem;
}

#main .navi {
	position: relative;
	border-top: 1px solid #DADFE9;
}

#main .navi>li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #DADFE9;
	border-bottom: 1px solid #DADFE9;
	position: relative;
	overflow: visible;
}

#main .navi>li:nth-child(2n) {
	border-right: none;
}

#main .navi>li>a {
	padding: 0.76rem 0 0 0.5rem;
	height: 2.3rem;
	overflow: hidden;
	zoom: 1;
	display: block;
	box-sizing: border-box;
	background: #0b0b0b;
}

#main .navi>li.on>a {
	background: #866638;
}

#main .navi>li>a .img {
	margin: 0.1rem 0.25rem 0 0;
	display: block;
	float: left;
}

#main .navi>li>a .img img {
	width: auto;
	height: 0.63rem;
}

#main .navi>li.on>a .img {
	background: url(../images/img02_on.png) no-repeat center top;
	background-size: auto 100%;
}

#main .navi>li.on>a .img img {
	visibility: hidden;
}

#main .navi>li>a .txt {
	display: block;
	width: 2.8rem;
	float: left;
	color: #a1a1a1;
	font-size: 12px;
	white-space: nowrap;
}

#main .navi>li>a .txt span {
	margin-bottom: 0.08rem;
	display: block;
	color: #fff;
	font-size: 0.32rem;
	font-weight: bold;
}

#main .navi>li.on>a .txt,
#main .navi>li.on>a .txt span {
	color: #fff;
}

#main .navi>li .jsBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	box-sizing: border-box;
	border: 1px solid #866638;
	background: rgba(255, 255, 255, 0.95);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#main .navi>li.on .jsBox {
	display: block;
}

#main .navi>li .jsBox ul {
	padding: 0.43rem 0.6rem 0.13rem;
}

#main .navi>li .jsBox li {
	margin-bottom: 0.25rem;
	overflow: hidden;
	zoom: 1;
}

#main .navi>li .jsBox li span {
	display: block;
	float: left;
	color: #414755;
	font-size: 0.3rem;
	line-height: 0.7rem;
	text-align: center;
	border: 1px solid #CED3DC;
	background: #F0F7FE;
	box-sizing: border-box;
}

#main .navi>li .jsBox li .ms {
	width: 1.1rem;
}

#main .navi>li .jsBox li img {
	margin: 0.25rem 0.28rem 0 0.38rem;
	width: 0.45rem;
	display: block;
	float: left;
}

#main .navi>li .jsBox li .url {
	width: 4.14rem;
}

#main .navi>li .jsBox li a {
	width: 2.15rem;
	display: block;
	float: right;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	border: 1px solid #414755;
	background: #414755;
	box-sizing: border-box;
}

#main .navi>li .jsBox .arrow {
	margin-left: -0.12rem;
	width: 0.25rem;
	position: absolute;
	left: 25%;
	bottom: -0.16rem;
}

.footer {
	overflow: hidden;
	background: #414755;
}

.footer p {
	color: #aab1c1;
	font-size: 0.30rem;
	line-height: 0.76rem;
	text-align: center;
}

.content-item {
	background-color: #fff;
	align-items: center;
	z-index: 999;
	border-radius: 5px;
	border: 1px solid #9e884c;
	position: absolute;
	left: 5%;
	bottom: calc(100% + 8px);
	max-width: 98vw;
	display: none;
	pointer-events: auto;
}

.content-item:after,
.content-item:before {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.content-item::after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px
}

.content-item::before {
	border-color: rgba(162, 143, 99, 0);
	border-top-color: #a28f63;
	border-width: 11px;
	margin-left: -11px
}

.content-item#download_popup {
	right: 5%;
	left: auto;
}

.content-item#download_popup::after {
	left: auto;
	right: 20%;
	margin-left: 0;
	margin-right: -10px;
}

.content-item#download_popup::before {
	left: auto;
	right: 19%;
	margin-left: 0;
	margin-right: -11px;
}

.content-item .item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
}

.content-item .item p {
	background-color: #f0f0f0;
	font-size: 17px;
	flex-shrink: 0;
}

.content-item .item .text-one {
	padding: 6px 6px;
}

.content-item .item .text-tow {
	box-sizing: border-box;
	padding: 6px 6px;
	flex: 1;
	min-width: 0;
}

.content-item .item .icon-arrow {
	margin: 0 5px;
	display: flex;
	align-items: center;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
}

.content-item .icon-arrow img {
	height: 16px;
	width: 26px;
	display: block;
}

.content-item .link {
	white-space: nowrap;
	background-color: var(--themeColor);
	padding: 6px;
	margin-left: 10px;
	font-size: 15px;
	color: #fff;
}