body,html{
	min-width: 1200px;
}
@font-face {
	font-family:'PF';
	src: url('../font/PingFang Medium.ttf');
}
@font-face {
	font-family:'PF-bold';
	src: url('../font/PingFang Bold.ttf');
}

:root{
	--color:#FFDA91;
	--color-rgba:rgba(255,218,145,.8)
}
/* 公用主按钮 */
.public-button{
	background: var(--color);
	transition: background-color 0.1s;
}
.public-button:hover{
	background: var(--color-rgba);
	text-decoration: none;
}
*{
	margin: 0;
	padding: 0;
	/* font-family: 'Microsoft YaHei'; */
	font-family: "PF";
	list-style: none;
	font-style: normal;
	box-sizing: border-box;
	text-decoration: none;
}
button{
	border: none;
}
main{
	margin-top: 60px;
}
a{
	text-decoration: none;
}
.text-color{
	color:var(--color);
}
.fz12 {
	font-size: 12px
}

.fz14 {
	font-size: 14px
}

.fz16 {
	font-size: 16px
}

.fz18 {
	font-size: 18px
}

.fz28 {
	font-size: 18px
}

.fz20 {
	font-size: 20px
}

.fz24 {
	font-size: 24px
}

.fz26 {
	font-size: 26px
}

.fz30 {
	font-size: 30px
}

.fz36 {
	font-size: 36px
}

.fz40 {
	font-size: 40px
}

.fz48 {
	font-size: 48px
}

.fz60 {
	font-size: 60px
}

.fz68 {
	font-size: 68px
}

.fw200 {
	font-weight: 200
}

.fw800 {
	font-weight: 800
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}
.w100{
	width: 100%;
}
.h100{
	height: 100%;
}

.flex{
	display: flex;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.right-serve {
	right: 20px;
	top: 300px;
	z-index: 999
}
/* 公用标题 */

.cm-titile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cm-titile h2 {
  font-weight: 600;
  font-size: 34px;
  color: #000000;
  text-align: center;
}
.cm-titile p {
  width: 80%;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-top: 30px;
  text-align: center;
}

/* 公用开户 */
.public-kh-bg{
	padding:66px 0px;
	background: #F8F8F8;
}
.public-kh .kh-btn {
  width: 350px;
  height: 50px;
  border-radius: 4px;
  margin: 50px auto 0px;
  transition: all 0.3s;
  cursor: pointer;
}
.public-kh p{
	text-align: center;
	margin-top: 20px;
	color: #999999;
}
.public-kh p a{
	color: #333333;

}
.public-kh .kh-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;

}
/* header顶部导航栏 */
.navboxshow{
	box-shadow: 0px 2px 30px 10px rgba(0,0,0,0.04);
	
}

.nav_container {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #ffffff;
	transition: all .2s;
}
.nav_main {
	height: 60px;
	min-width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
	
}
.nav_main .nav_right_box{
	display: flex;
}
.nav_container .black_nav .item>span,
.nav_container .hide_nav .item>span,
.nav_container .item>a,
.nav_container .item>span {
	color: #000;
}

@media screen and (max-width:960px) {
	.logo .name>img {
		display: none
	}
}

.nav_container .item::before{
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	bottom:-8px;
	left: 50%;
	margin-left: -10px;
	background: #333333;
	opacity: 0;
	transition: all .4s; 
}
.nav_container .item.active::before{
	width: 20px;
	opacity: 1;
}
.nav_container .item:hover::before{
	width: 20px;
	opacity: 1;
}

.nav_left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.nav_right .link_shop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.nav_right .link_shop .link_item {
	width: 95px;
	height: 40px;
	border-radius:20px;
	font-size: 14px;
	color:var(--color);
	background-color: #373941;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-right:10px ;
}

.nav_right .cut-language{
	position: relative;
}
.nav_right .language-btn .arrow {
  width: 14px;
  height: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  margin-left: 6px;
  fill: #000000;
}
.nav_right .cut-language:hover .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  fill: #000000;
}

.nav_list {
	margin-right: 36px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
	
}

.nav_list .item {
	padding: 0 20px;
	word-wrap: none;
	font-size: 16px;
	position: relative
}

.black_nav .nav_list .item>span,
.hide_nav .nav_list .item>span,
.nav_container .nav_list .item>span,
.nav_list .black_nav .item>span,
.nav_list .hide_nav .item>span,
.nav_list .item span,
.nav_list .item>a,
.nav_list .nav_container .item>span {
	cursor: pointer;
	line-height: 1
}

.nav_list .item>span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	z-index: 99
}

.nav_list .item:hover .select,
.nav_right .cut-language:hover .select{
	display: block;
	-webkit-animation: show .3s ease forwards;
	animation: show .3s ease forwards
}

.nav_list .item .select,
.nav_right .select
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background: 0 0;
	padding-top: 38px;
	opacity: 0;
	display: none;
	z-index: 98
}

.nav_list .item .select_main,
.nav_right .cut-language .select_main{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .4);
	border-radius:0px 0px 6px 6px;
	padding:4px;
}

.nav_list .item .select_main .select_i,
.nav_right .cut-language .select_main .select_i{
	color: #000;
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
}

.nav_list .item .select_main .select_i:last-child{
	border-radius: 0px 0px 6px 6px;
}



.nav_container .nav_list .item .item.select_main>span:hover,
.nav_list .item .black_nav .item.select_main>span:hover,
.nav_list .item .hide_nav .item.select_main>span:hover,
.nav_list .item .nav_container .item.select_main>span:hover,
.nav_list .item .select_main>a:hover,
.nav_right .cut-language .select_main>a:hover
{
	color: #333333;
	background: #EEEEEE;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.06);
	font-weight: bold;
}









@-webkit-keyframes show {
	0% {
		top: 40px;
		opacity: 0;
		display: block
	}

	100% {
		top: 0;
		opacity: 1;
		display: block
	}
}

@keyframes show {
	0% {
		top: 40px;
		opacity: 0;
		display: block
	}

	100% {
		top: 0;
		opacity: 1;
		display: block
	}
}

.right-fixed{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99999;
}
.right-fixed a{
	display: inline-block;
}
.right-fixed .right-fixed-close{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: -10px;
	cursor: pointer;
	z-index: 99;
}

/* footer底部样式 */
footer{
	background:#14171D;
	padding: 30px 0px 60px;
}
footer,footer a,footer i{
	color: #999999;
}
footer a:hover{
	color: #fff;
}
.footer-logo{
	width: 129px;
	height: 41px;
}
.footer-top{
	justify-content: space-between;
}
.footer-top .NFA{
	width: 132px;
	height: 93px;
}
.footer-nav{
	margin: 0px 80px ;
	flex: 1;
	justify-content: space-between;
}
.footer-nav li .nav-title{
	color: #fff;
	font-size: 18px;
}
.footer-nav li{
	display: flex;
	flex-direction: column;
}
.footer-nav li a{
	margin:8px 0px ;
	font-size: 16px;
}
.footer-nav li div{
	align-items: center;
}
.footer-link{
	height: 2px;
	background: #444444;
	margin: 30px 0px;
}
footer .appdown{
	margin: 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .appdown p{
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 20px;
}
footer .appdown a{
	width: 130px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: rgba(255,255,255,0.04);
	border-radius: 6px;
	border: 1px solid #444444;
}
footer .appdown a:not(:last-child){
	margin-right: 20px;
}
footer  a:hover{
	color: var(--color);
}
footer .explain{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.footer-rule-nav{
	display: flex;
	justify-content: center;
	margin: 30px 0px 0px;
}
.footer-rule-nav li i{
	margin: 0px 10px;
}





/* 侧边悬停 */
.right-serve{
	position: fixed;
	right: 1px;
	top: 300px;
	z-index: 999;
	border: 1px solid #CBD1EA;
}

.right-serve-i {
	width: 80px;
	height: 80px;
	padding: 12px 0;
	display: block;
	background-color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all .3s;
}
.right-serve-i p{
	color:var(--color);
	
}
.right-serve-i:hover{
	background-color:#14171D;
} 
/* .right-serve-i:hover p{
	color:#fff;
}
.right-serve-i:hover img{
	filter: brightness(100);
} */
.right-serve-i:last-child:hover {
	background-color: #fff
}


.right-serve-i.serve-border-bottom {
	border-bottom: 1px solid #CBD1EA
}


.right-serve  .serve-ecode{
	position: relative;
}
.right-serve .floating{
	padding-right: 20px;
	z-index: 300;
	right:80px;
	top: 0px;
	position: absolute;
	visibility: hidden;
}
.right-serve .serve-ecode-con {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 10px;
	border: 1px solid #e6e6e6;
	
	
}
.right-serve .serve-ecode-con h6{
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.right-serve .serve-ecode-con a{
	display: inline-block;
	width: 100px;
	height: 34px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	color: var(--color);
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
	background-color:#14171D;
}
.right-serve .serve-ecode-con a:last-child{
	margin-right: 0px;
}
.right-serve .serve-ecode-con .btn{
	display: flex;
	
}
.right-serve .serve-ecode-con>div{
	margin-bottom: 16px;
}
.right-serve .serve-ecode-con>div:last-child{
	display: flex;
	justify-content: space-between;
}
.right-serve .serve-ecode-con>div:last-child p{
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	margin-top: 7px;
	text-align: center;
}
.right-serve .appdown_qrcode_main{
	width: 72px;
	height: 72px;
	padding: 5px;
	border: 1px solid #F1E6E6;
	border-radius: 4px;
	margin-right: 10px;
}
.right-serve .appdown_qrcode_main #appdown_qrcode{
	display: flex;
}

.right-serve .serve-ecode:hover .floating {
	-webkit-animation: serveCode .3s forwards;
	animation: serveCode .3s forwards
}


@keyframes serveCode {
	0% {
		top: 0px;
		visibility: visible;
		opacity: 0
	}

	100% {
		top: -100px;
		visibility: visible;
		opacity: 1
	}
}

