header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	font-size: 0;
/*	background: #0a1e39;*/
	z-index: 20
}

header .container{
	height: 100%
}

header .container h1{
	display: inline-block
}

header .container .logo-wrapper{
	margin-right: 36px;
	width: 104px;
	height: 29px;
	display: inline-block
}

header .container .logo-wrapper img{
	transform: translateY(10px)
}

header .container .nav{
	display: inline-block;
	height: 100%
}

header .container .nav>li{
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	font-family: PingFangSC-Medium
}

header .container .nav>li>a,
header .container .nav>li>div,
header .container .nav>li>h1{
	line-height: 64px;
	padding: 0 20px
}

header .container .nav>li .first-nav:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 14px;
	width: 16px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	transform: translateX(-50%);
	z-index: 100;
	display: none
}

header .container .nav>li span{
	color: #fff;
	opacity: .65
}

header .container .nav>li:hover {
	background: #08182d;
	opacity: 1
}

header .container .nav>li:hover .first-nav:after {
	display: block;
	background-image: linear-gradient(90deg, #4bf5ff, #2f6aff)!important
}

header .container .nav>li:hover .first-nav{
	color: #3e75ff!important;
	opacity: 1;
	cursor: pointer
}

header .container .nav>li:hover .nav-item-options{
	display: block
}

header .container .nav>li .nav-item-options{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 7px;
	background: #08182d;
	opacity: 1
}

header .container .nav>li .nav-item-options li{
	padding-left: 7px
}

header .container .nav>li .nav-item-options li a{
	display: block;
	width: 100%;
	height: 100%
}

header .container .nav>li .nav-item-options li a span{
	color: #fff;
	opacity: 1;
	padding: 13px 0;
	display: block;
	line-height: 1
}

header .container .nav>li .nav-item-options li.active a span,
header .container .nav>li .nav-item-options li:hover a span{
	color: #3e75ff
}

header .container .nav>li .nav-item-options.hide-sub-menu{
	display: none
}

header .container .nav>li .nuxt-link-active>span,
header .container .nav>li .router-item-active>span{
	opacity: 1;
	color: #fff
}

header .container .nav>li .nuxt-link-active:after,
header .container .nav>li .router-item-active .first-nav:after {
	display: block;
	background: #fff
}

header .container .operation-wrapper{
	float: right;
	padding: 12px 0;
	display: flex;
	align-items: center
}

header .container .operation-wrapper .telephone{
	font-size: 24px;
	font-family: AlteDIN;
	color: #fff;
	line-height: 20px
}

header .container .operation-wrapper .btn{
	font-family: PingFangSC-Semibold;
	font-size: 14px;
	line-height: 22px;
	border-radius: 20px;
	color: #fff;
	padding: 9px 28px;
	box-sizing: border-box
}

header .container .operation-wrapper .open-btn{
	background-image: linear-gradient(90deg, #4bf5ff, #2f6aff);
	border: none;
	margin: 0 16px 0 24px
}

header .container .operation-wrapper .login-btn{
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	opacity: .65
}

footer {
	position: relative;
	color: #fff;
	font-size: 14px;
	/*padding-top: 64px;
	background: #0a1e39*/
}

footer a:hover {
	text-decoration: underline
}

footer .logo {
	float: left;
	width: 168px;
	height: 45px;
	background-image: url(//s3a.pstatp.com/cg_growth/oceanengine/client/img/8bb1803.svg);
	background-size: cover
}

footer .attention {
	float: right
}

footer .attention .gongzhonghao-wrapper .follow-us {
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #fff;
	line-height: 24px
}

footer .attention .gongzhonghao-wrapper .gongzhonghao {
	font-size: 0
}

footer .attention .gongzhonghao-wrapper .gongzhonghao span {
	font-size: 12px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #fff;
	line-height: 20px
}

footer .attention .gongzhonghao-wrapper .gongzhonghao>span {
	font-size: 16px;
	line-height: 24px
}

footer .attention .gongzhonghao-wrapper .gongzhonghao .gongzhonghao-item {
	width: 72px;
	display: inline-block;
	text-align: center;
	line-height: 17px;
	margin-top: 16px;
	vertical-align: top
}

footer .attention .gongzhonghao-wrapper .gongzhonghao .gongzhonghao-item img {
	width: 72px;
	height: 72px;
	margin-bottom: 8px
}

footer .attention .gongzhonghao-wrapper .gongzhonghao .gongzhonghao-item+.gongzhonghao-item {
	margin-left: 40px
}

footer .attention .gongzhonghao-wrapper .gongzhonghao .gongzhonghao-item span {
	display: inline-block;
	opacity: .6
}

footer .nav-wrapper {
	margin-left: 65px
}

footer .nav-wrapper .nav-block,
footer .nav-wrapper {
	display: inline-block;
	vertical-align: top
}

footer .nav-wrapper .nav-block:not(:last-child) {
	margin-right: 60px
}

footer .nav-wrapper .nav-block>.nav-block-title {
	display: block;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-bottom: 16px
}

footer .nav-wrapper .nav-block .nav-item {
	font-size: 12px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	margin-bottom: 13px
}

footer .nav-wrapper .nav-block .nav-item a {
	text-decoration: none;
	color: #fff;
	opacity: .6;
	position: relative
}

footer .nav-wrapper .nav-block .nav-item a:hover {
	opacity: 1
}

footer .nav-wrapper .nav-block .nav-item a .tip-icon {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 7px;
	text-align: center;
	padding: 3px;
	font-size: 10px;
	transform: scale(.7)
}

footer .nav-wrapper .nav-block .nav-item a .tip-content {
	position: absolute;
	bottom: 30px;
	right: -249px;
	width: 528px;
	padding: 16px;
	box-sizing: border-box;
	opacity: 1;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	background: #0b121b;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	border-radius: 4px
}

footer .nav-wrapper .nav-block .nav-item a .tip-content:after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top: 6px solid #0b121b;
	position: absolute;
	left: 266px;
	bottom: -10px
}

footer .nav-wrapper .nav-block .nav-item .footer-button {
	opacity: .55;
	border: 1px solid #fff;
	border-radius: 15.81px;
	background: transparent;
	color: #fff;
	line-height: 18.6px;
	padding: 3.7px 9.3px 3.3px 11.7px;
	margin-top: 22px
}

footer .nav-wrapper .nav-block .nav-item .footer-button:hover {
	opacity: 1
}

footer .nav-wrapper .nav-block .nav-item .footer-button:before {
	content: "";
	width: 10.4px;
	height: 10.4px;
	margin-right: 3px;
	display: inline-block;
	background: url(//s3a.pstatp.com/cg_growth/oceanengine/client/img/bf65724.svg) 50%/cover
}

footer .copy-right {
	width: 100%;
	background: #111;
	text-align: center;
	padding: 22px 0;
	margin-top: 19px;
	font-size: 12px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #fff;
	opacity: .35;
	line-height: 20px
}

footer .copy-right a {
	color: #fff
}

footer .copy-right .license {
	margin: 0 10px
}

.modal-container .mask{
	background: rgba(0, 0, 0, .5)
}

.modal-container .form-modal-wrapper,
.modal-container .mask{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity .3s
}

.modal-container .form-modal-wrapper{
	overflow: auto;
	text-align: center
}

.modal-container .form-modal-wrapper:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.modal-container .form-modal-wrapper .content{
	width: 768px;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
	border-radius: 4px;
	position: relative;
	margin: 10px auto;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	transform: scale(.5);
	padding: 40px 40px 48px;
	text-align: center;
	box-sizing: border-box;
	transition: transform .5s ease
}

.modal-container .form-modal-wrapper .content .close-btn{
	width: 12px;
	height: 12px;
	padding: 20px;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 6px;
	transform: scaleY(.8);
	color: #999;
	cursor: pointer;
	display: block
}

.modal-container .form-modal-wrapper .content .title{
	font-size: 30px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #000;
	line-height: 42px
}

.modal-container .form-modal-wrapper .content .title:after {
	display: block;
	content: "";
	width: 24px;
	height: 4px;
	margin: 6px auto 0;
	border-radius: 2px;
	background-image: linear-gradient(90deg, #4bf5ff, #2f6aff)
}

.modal-container .form-modal-wrapper .noCall-content{
	width: 639px
}

.modal-container .show-modal-wrapper{
	opacity: 1;
	z-index: 100;
	visibility: visible
}

.modal-container .show-modal-wrapper .content{
	transform: scale(1)
}

.modal-container .hide-modal-wrapper{
	-webkit-animation: hideZindex-data-v-345f950c .6s;
	animation: hideZindex-data-v-345f950c .6s;
	visibility: hidden;
	opacity: 0;
	z-index: -1
}

.modal-container .hide-modal-wrapper .content{
	opacity: 0
}

@-webkit-keyframes hideZindex-data-v-345f950c {
	0% {
		z-index: 100
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 0;
		z-index: -1;
		visibility: hidden
	}
}

@keyframes hideZindex-data-v-345f950c {
	0% {
		z-index: 100
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 0;
		z-index: -1;
		visibility: hidden
	}
}