.__nuxt-error-page {
	padding: 1rem;
	background: #f7f8fb;
	color: #47494e;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: sans-serif;
	font-weight: 100 !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.__nuxt-error-page .error {
	max-width: 450px
}

.__nuxt-error-page .title {
	font-size: 1.5rem;
	margin-top: 15px;
	color: #47494e;
	margin-bottom: 8px
}

.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 21px;
	margin-bottom: 10px
}

.__nuxt-error-page a {
	color: #7f828b !important;
	text-decoration: none
}

.__nuxt-error-page .logo {
	position: fixed;
	left: 12px;
	bottom: 12px
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fdd000;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.page-enter-active,
.page-leave-active {
	transition: opacity .5s
}

.page-enter,
.page-leave-active {
	opacity: 0
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
	width: 100%
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body,
input,
pre,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

body {
	font-size: .14rem;
	font-weight: 400;
	line-height: 1.42;
	color: #9b9b9b;
	text-align: left;
	background-color: #fff;
	margin: 0 auto
}

.article {
	font-size: 16px;
	color: #4c4948;
	line-height: 28px
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
	padding: 0
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

dl,
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

dt {
	font-weight: 700
}

dd {
	margin: 0
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #fff;
	text-decoration: none;
	background-color: transparent
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number],
input[type=tel],
input[type=text] {
	-webkit-appearance: none
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

template {
	display: none
}

[hidden] {
	display: none !important
}

html {
	font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0
}

.button--green {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #3b8070;
	color: #3b8070;
	text-decoration: none;
	padding: 10px 30px
}

.button--green:hover {
	color: #fff;
	background-color: #3b8070
}

.button--grey {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #35495e;
	color: #35495e;
	text-decoration: none;
	padding: 10px 30px;
	margin-left: 15px
}

.button--grey:hover {
	color: #fff;
	background-color: #35495e
}

.menus[data-v-6f4d7ade] {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 68px;
	z-index: 20
}

.menus header[data-v-6f4d7ade] {
	min-width: 1250px;
	width: 100%;
	box-sizing: border-box;
	z-index: 10;
	padding-top: 20px
}

.menus header h1[data-v-6f4d7ade] {
	width: 93%;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
	position: relative
}

.menus header h1 .logo[data-v-6f4d7ade] {
	width: 195px;
	height: 35px;
	display: block;
	float: left
}
/* 查看合作商页面logo盒子设置 */
.menus header h1 .logo img[data-v-6f4d7ade] {
	/* width: 169px;
	height: 35px; */
	margin: 0 auto;
	position: absolute
	width:2.35rem;
	height:2.35rem;
	float: left;
	display: block;
	/* margin-left: 5.75rem; */
	margin-top: -0.875rem;
	
	
	
}
/* 导航左右 */
.menus header h1 .nav[data-v-6f4d7ade] {
	float: right;
	border: none;
	/* bottom: -0; */
	
}

/* 导航字数间距大小 */

.menus header h1 .nav-item[data-v-6f4d7ade] {
	float: left;
	list-style: none;
	margin: -28 14px;
	position: relative
}
/* 导航字数大小 */
.menus header h1 .nav-item .nav-link[data-v-6f4d7ade] {
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer
}





.menus header h1 .nav-item .nav-link-white[data-v-6f4d7ade] {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

.menus header h1 .nav-item .nav-link-black[data-v-6f4d7ade] {
	color: #4c4948
}

.menus header h1 .nav-item i[data-v-6f4d7ade] {
	display: inline-block;
	margin: 0 5px 0 0
}

.menus header h1 .nav-item i svg[data-v-6f4d7ade] {
	vertical-align: super
}

.menus header h1 .nav-item .nav_active_white[data-v-6f4d7ade] {
	color: #fdd000
}

.menus header h1 .nav-item .nav_active_black[data-v-6f4d7ade] {
	color: #030303
}

.menus header h1 .nav-item .nav-menus[data-v-6f4d7ade] {
	position: absolute;
	top: 34px;
	border-radius: 4px;
	padding: 0;
	width: 100px
}

.menus header h1 .nav-item .nav-menus .nav-menus-item[data-v-6f4d7ade] {
	width: 100%;
	margin: 0;
	list-style: none
}

.menus header h1 .nav-item .nav-menus .nav-menus-item .nav-menus-link[data-v-6f4d7ade] {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 46px;
	text-decoration: none;
	font-weight: 400;
	white-space: nowrap
}

.menus header h1 .nav-item .nav-menus .nav-menus-item .nav-menus-link-white[data-v-6f4d7ade]:hover {
	color: #fdd000
}

.menus header h1 .nav-item .nav-menus .nav-menus-item .nav-menus-link-black[data-v-6f4d7ade] {
	color: #4c4948
}

.menus header h1 .nav-item .nav-menus .nav-menus-item .nav-menus-link-black[data-v-6f4d7ade]:hover {
	color: #030303;
	background: #eee
}

.menus header h1 .nav-item .nav-menus-white[data-v-6f4d7ade] {
	background: hsla(0, 0%, 100%, .25)
}

.menus header h1 .nav-item .nav-menus-black[data-v-6f4d7ade] {
	background: #fff;
	/* border: 1px solid #eee */
}

.menus header h1 .down-load[data-v-6f4d7ade] {
	/* width: 80px;
	height: 30px; */
	/* border-radius: 19px; */
	/* display:block; */
	float: right;
	margin: 3px 0 3px 25px;
	text-align: center;
	/* color: #FF7172; */
	
}
/* 合作商页面导航下载颜色 */
.menus header h1 .down-load p[data-v-6f4d7ade]{
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #1dd1cd;
	border-radius: 23px;
	margin-left: 20px;
	
/* 	cursor: pointer */
	
	
	
}


.down-load:hover p img{
	width: 200px;
	height: 200px;
	display:block;
	background-image: url(../img/gongzhongh.jpg);
	margin-right:10px;
	
	
}


.down-load p img{
	display:block;
	float:left;
	


        .FontStyle{
			float:left;
			}
        .wrap{
			float:left;
			}
        .wrap{
			border:1px solid white;
			width:250px;
			height:20px;
			margin-left:3px;
			}
        .wrap:hover span{
			display:block;
			margin-right:10px;
			}
        .wrap span{
			display:none;
			float:left;
			}
  









.menus header h1 .down-load img[data-v-6f4d7ade] {
	position: relative;
	left: -25px;
	top: 7px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
	border-radius: 5px
}

.menus header h1 .down-white[data-v-6f4d7ade] {
	color: #fff;
	background: hsla(0, 0%, 100%, .09);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
	border: 1px solid #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

/* .menus header h1 .down-black[data-v-6f4d7ade] {
	border: 1px solid #4c4948;
	color: #4c4948;
	background: none
} */

.nav_active[data-v-6f4d7ade] {
	font-weight: 550 !important;
	position: relative
}
/*导航文字添加颜色  */
.nav_active[data-v-6f4d7ade]:after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	/* background-color: rgba(25, 206, 0, .8); */
	border-radius: 50%;
	position: absolute;
	right: -3px;
	top: -6px
}

.menus-border[data-v-6f4d7ade] {
	border-bottom: 1px solid #eee;
	background-color: #fff
}

.footerblack[data-v-0a7dc3c0] {
	width: 100%;
	background: #333
}

.footerblack footer[data-v-0a7dc3c0] {
	width: 1200px;
	margin: 0 auto
}

.footerblack footer .info[data-v-0a7dc3c0],
.footerblack footer .link[data-v-0a7dc3c0],
.footerblack footer .teamwork[data-v-0a7dc3c0] {
	padding: 40px 120px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-align: center
}

.footerblack footer .info h5[data-v-0a7dc3c0],
.footerblack footer .link h5[data-v-0a7dc3c0],
.footerblack footer .teamwork h5[data-v-0a7dc3c0] {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #fff
}

.footerblack footer .info[data-v-0a7dc3c0] {
	padding-left: 0;
	padding-right: 0
}

.footerblack footer .teamwork-left[data-v-0a7dc3c0] {
	float: left;
	color: #fff
}

.footerblack footer .teamwork-left ul[data-v-0a7dc3c0] {
	margin-top: 30px
}

.footerblack footer .teamwork-left ul li[data-v-0a7dc3c0] {
	margin-bottom: 10px;
	overflow: hidden
}

.footerblack footer .teamwork-left ul li span[data-v-0a7dc3c0] {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	display: inline-block
}

.footerblack footer .teamwork-left ul li span[data-v-0a7dc3c0]:first-child {
	width: 185px;
	margin-right: 10px;
	text-align: left
}

.footerblack footer .teamwork-left ul li span[data-v-0a7dc3c0]:last-child {
	width: 280px;
	text-align: left
}

.footerblack footer .teamwork-right[data-v-0a7dc3c0] {
	float: right
}

.footerblack footer .teamwork-right .fouck-top[data-v-0a7dc3c0] {
	margin-bottom: 50px
}

.footerblack footer .teamwork-right .fouck-top .fouck-group[data-v-0a7dc3c0] {
	position: relative;
	margin-top: 24px;
	display: flex
}

.footerblack footer .teamwork-right .fouck-top .fouck-group span[data-v-0a7dc3c0] {
	margin-right: 50px;
	cursor: pointer
}

.footerblack footer .teamwork-right .fouck-top .fouck-group span .focus-Code[data-v-0a7dc3c0] {
	position: absolute;
	top: 50px;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 8px;
	padding: 10px
}

.footerblack footer .teamwork-right .fouck-top .fouck-group span .focus-Code img[data-v-0a7dc3c0] {
	display: inline-block;
	width: 130px;
	height: 130px
}

.footerblack footer .teamwork-right .fouck-bottom h5[data-v-0a7dc3c0] {
	margin-bottom: 20px
}

.footerblack footer .teamwork-right .fouck-bottom p[data-v-0a7dc3c0] {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	text-align: left
}

.footerblack footer .link-item[data-v-0a7dc3c0] {
	float: left;
	margin-right: 77px
}

.footerblack footer .link-item dt[data-v-0a7dc3c0] {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	margin-bottom: 30px
}

.footerblack footer .link-item dd[data-v-0a7dc3c0] {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	margin-bottom: 20px;
	cursor: pointer
}

.footerblack footer .link-item dd a[data-v-0a7dc3c0]:hover {
	text-decoration: underline
}

.footerblack footer .link[data-v-0a7dc3c0] :last-child {
	margin-right: 0
}

.footerblack footer .info-item[data-v-0a7dc3c0] {
	border-right: 1px solid #999;
	color: #fff;
	padding: 0 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	display: inline-block
}

.footerblack footer .info-item span[data-v-0a7dc3c0]:hover {
	text-decoration: underline
}

.footerblack footer .info-item-none[data-v-0a7dc3c0] {
	border: none
}

.footer[data-v-65c8e3ab] {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 93%;
	margin: 35px auto 3%;
	font-size: 13px;
	z-index: 20;
	overflow: hidden
}

.footer .footer-left[data-v-65c8e3ab] {
	width: 920px;
	float: left
}

.footer .footer-left a[data-v-65c8e3ab] {
	padding: 0 8px;
	font-size: 13px;
	line-height: 13px;
	display: inline-block
}

.footer .footer-left a[data-v-65c8e3ab] :hover {
	text-decoration: underline
}

.footer .footer-left .link-black[data-v-65c8e3ab] {
	color: #999
}

.footer .footer-left .link-white[data-v-65c8e3ab] {
	color: #fff
}

.footer .footer-left .link-border-white[data-v-65c8e3ab] {
	border-right: 1px solid #fff
}

.footer .footer-left .link-border-black[data-v-65c8e3ab] {
	border-right: 1px solid #999
}

.footer .footer-right[data-v-65c8e3ab] {
	float: right
}

.footer .footer-right p[data-v-65c8e3ab]:first-child {
	font-size: 10px
}

.footer .footer-right p[data-v-65c8e3ab]:last-child {
	font-size: 16px;
	text-align: right
}
