.layout {
	position: relative;
	background: #1C1632;
	margin: 0 auto;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.header {
	right: 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(28, 22, 50, .5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 10px 0px;
}
.header .hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.header .hd h2 {
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.header .hd .logo {
	margin-left: 20px;
	height: 50px;
}
.header .hd .logo img {
	display: block;
	height: 100%;
}
.header .naver {
	float: right;
	width: calc(100% - 380px);
}
.header .naver ul {
	display: flex;
	flex-wrap: wrap;
}
.header .naver li {
	position: relative;
	margin-right: 10px;
}
.header .naver li h3 a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
}
.header .naver li:hover h3 a,
.header .naver li.on h3 a {
	color: #FF7116;
}
.header .naver li .nli {
	background: rgba(50, 41, 82, 0.8);
	padding: 5px 6px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 4px;
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 500;
	display: none;
}
.fnavls .nav li .nli::before,
.header .naver li .nli::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 8px;
	background: url('../images/tj3.png') no-repeat center/cover;
	background-size: 13px auto !important;
	top: -8px;
}
.fnavls .nav li .nli dd a,
.header .naver li .nli dd a {
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 2.2;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnavls .nav li .nli dd:last-child a,
.header .naver li .nli dd:last-child a {
	border-bottom: none;
}
.fnavls .nav li .nli dd.on a,
.fnavls .nav li .nli dd:hover a,
.header .naver li .nli dd a:hover,
.header .naver li .nli dd.on a {
	color: #FF7116;
}
.mobile {
	display: none;
}
.fhpage1 {
	height: 100vh;
	position: relative;
}
.fhpage1 video {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.fnavls {
	position: absolute;
	z-index: 11;
	width: 64%;
	height: 400px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	background: rgba(38, 79, 109, .2);
	border: 1px solid hsla(0, 0%, 89%, .55);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}
.fnavls .nav {
	position: absolute;
	z-index: 22;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 40px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnavls .nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fnavls .nav li {
	position: relative;
	margin: 0 8px;
}
.fnavls .nav li h3 a {
	display: block;
	cursor: pointer;
	padding: 2px 10px 10px 10px;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnavls .nav li.on h3 a,
.fnavls .nav li:hover h3 a {
	color: #FF7116;
}
.fnavls .nav li .nli {
	background: rgba(50, 41, 82, 0.8);
	padding: 5px 6px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 4px;
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.fnavls .nav2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 180px;
}
.fnavls .nav2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fnavls .nav2 li {
	margin: 0 30px;
	position: relative;
}
.fnavls .nav2 li .icon {
	width: 90px;
	height: 90px;
	background: #a8d34b;
	border-radius: 8px;
	text-align: center;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnavls .nav2 li:nth-child(2) .icon {
	background: #29bbec;
}
.fnavls .nav2 li .icon a {
	display: block;
	height: 100%;
}
.fnavls .nav2 li .icon .ic {
	height: 40px;
}
.fnavls .nav2 li .icon .ic img {
	display: block;
	margin: 0 auto;
	height: 40px;
}
.fnavls .nav2 li .icon h5 {
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.3;
	color: #fff;
}
.fnavls .nav2 li .nli {
	position: absolute;
	top: 100%;
	left: -150px;
	width: 600px;
	background: rgba(0, 0, 0, 0);
	padding-top: 30px;
	margin-top: -10px;
	display: none;
}
.fnavls .nav2 li .nli dl {
	display: flex;
	flex-wrap: wrap;
}
.fnavls .nav2 li .nli dd {
	width: calc((100% - 182px)/6);
	margin-right: 36px;
	margin-bottom: 10px;
	height: 70px;
}
.fnavls .nav2 li .nli dd:nth-child(6n) {
	margin-right: 0;
}
.fnavls .nav2 li .nli dd a {
	display: block;
	height: 100%;
}
.fnavls .nav2 li .nli dd img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.footer {
	background: #000;
	width: 100%;
}
.footer .nav ul {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid hsla(0, 0%, 100%, .12);
	display: flex;
	flex-wrap: wrap;
}
.footer .nav ul li {
	margin-right: 20px;
}
.footer .nav2 ul li a,
.footer .nav ul li a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.footer .nav2 ul li a:hover,
.footer .nav ul li a:hover {
	color: #409EFF;
}
.footer .nav2 ul {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.footer .nav2 ul li {
	margin-right: 20px;
}
.footer .voss {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .voss .copyright {
	font-size: 12px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.7);
}
.footer .voss .copyright a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.footer .voss .copyright a:hover {
	color: #fff;
}
.footer .voss .like {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer .voss .like img {
	display: block;
	margin-right: 10px;
}
.footer .voss .like .n1 {
	height: 24px;
}
.footer .voss .like .n3 {
	height: 40px;
}


/* 账户交易 */
.header.on {
	position: sticky;
	background: #1c1632;
}
.fprodfl {
	padding: 30px 0;
}
.fprodfl .list {
	border-radius: 8px;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #2a273f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fprodfl .list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 77%;
}
.fprodfl .list li:last-child {
	margin-bottom: 0;
}
.fprodfl .list li .lable {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	width: 100px;
}
.fprodfl .list li .rt {
	width: calc(100% - 115px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fprodfl .list li .rt .nav {
	width: calc(100% - 90px);
}
.fprodfl .list li .rt .nav dl {
	display: flex;
	flex-wrap: wrap;
}
.fprodfl .list li .rt .nav dd {
	margin-right: 20px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fprodfl .list li.on .rt .nav dd:nth-child(n+6) {
	display: block;
}
.fprodfl .list li .rt .nav dd:nth-child(n+6) {
	display: none;
}
.fprodfl .list li .rt .nav dd a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	padding: 0 8px;
	border-radius: 3px;
}
.fprodfl .list li .rt .nav dd.on a,
.fprodfl .list li .rt .nav dd.all a {
	background-color: #FFC400;
}
.fprodfl .list li .rt .nav dd a:hover {
	color: #FFC400;
}
.fprodfl .list li .rt .btn {
	width: 72px;
	background: #fff;
	border: 1px solid #DCDFE6;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	overflow: hidden;
	height: 28px;
	cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fprodfl .list li .rt .btn.on,
.fprodfl .list li .rt .btn:hover {
	border-color: #c6e2ff;
	background-color: #ecf5ff;
}
.fprodfl .list li .rt .btn i {
	color: #606266;
	font-size: 12px;
	line-height: 29px;
	display: block;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../images/jt1.png') no-repeat left center;
	background-size: 12px auto !important;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fprodfl .list li .rt .btn:hover i {
	color: #409EFF;
	background: url('../images/jt1-1.png') no-repeat left center;
}
.fprodfl .list li .rt .btn.on i {
	background: url('../images/jt1-3.png') no-repeat left center;
	color: #409EFF;
} 
.fprodfl .list li .rt .shuru .number,
.fprodfl .list li .rt .bianhao {
	display: block;
	border: 1px solid #302d45;
	background: #24213a;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	padding: 0 15px;
	color: #fff;
}
.fprodfl .list li .rt.on {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
}
.fprodfl .list li .rt .shuru {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fprodfl .list li .rt .shuru .g {
	width: 6px;
	height: 1px;
	background: #fff;
	margin: 0 10px;
}
.fprodfl .list li .rt .btnls {
	display: flex;
	flex-wrap: wrap;
}
.fprodfl .list li .rt .btnls .btn {
	width: 60px;
	font-size: 12px;
	height: 32px;
	color: #606266;
	background-color: #F2F3F5;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 10px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fprodfl .list li .rt .delebtn:hover,
.fprodfl .list li .rt .btnls .btn:hover {
	color: #409EFF;
	border-color: #c6e2ff;
	background-color: #ecf5ff;
}
.fprodfl .list li .rt .delebtn {
	width: 86px;
	font-size: 12px;
	height: 32px;
	color: #606266;
	background-color: #F2F3F5;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #DCDFE6;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 20px;
	cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fproduct .list ul {
	display: flex;
	flex-wrap: wrap;
}
.fproduct .list ul li {
	width: calc((100% - 82px)/5);
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
.fproduct .list ul li:nth-child(5n) {
	margin-right: 0;
}
.fproduct .list ul li a {
	display: block;
	background: #322952;
	border-radius: 5px;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #2a273f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
}
.fproduct .list ul li .pic {
	position: relative;
	height: 125px;
	overflow: hidden;
	border-radius: 5px;
}
.fproduct .list ul li .pic .tp {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fproduct .list ul li .pic .ico {
	width: 80px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.fproduct .list ul li .text {
	margin-top: 6px;
}
.fproduct .list ul li .text h4 {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	height: 4.5em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.fproduct .list ul li .text .ovs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
}
.fproduct .list ul li .text .ovs .price {
	color: #f60;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.fproduct .list ul li .text .ovs h5 {
	color: #fff;
	font-size: 14px;
	background: goldenrod;
	border-radius: 3px;
	padding: 2px 6px;
	line-height: 20px;
}
.fproduct .list ul li .bg {
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fproduct .list ul li:hover .bg,
.fproduct .list ul li:hover h2 {
	display: block;
}
.fproduct .list ul li h2 {
	font-size: 16px;
	position: absolute;
	z-index: 12;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	color: #f60;
	letter-spacing: 1px;
	display: none;
}
.fpage {
	padding: 10px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpage .celi {
	margin-right: 10px;
	font-weight: 400;
	color: #606266;
	font-size: 13px;
	min-width: 35.5px;
	line-height: 28px;
	letter-spacing: 2px;
}
.fpage ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fpage ul li {
	margin: 0 5px;
}
.fpage ul li a,.fpage ul li span{
	display: block;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
	padding: 0 4px;
	background: #FFF;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	position: relative;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage ul li i {
	position: relative;
	top: -2px;
}
.fpage ul li span,
.fpage ul li span {
	position: relative;
}
.fpage ul li span,
.fpage ul li span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpage ul li.prev img,
.fpage ul li.next img {
	display: block;
	width: 14px;
}
.fpage ul li.next img {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.fpage ul li a:hover {
	color: #ffffff;
	background: #409EFF;
}
.fpage ul li.active span {
	color: #ffffff;
	background: #409EFF;
}

/* 产品详情 */
.fprod {
	padding: 30px 0;
}
.fprod .pic {
	position: relative;
	width: 49%;
	border: 0.00521rem solid hsla(0, 0%, 100%, .12);
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.fprod .pic .tp {
 display: block;
 width: 100%;
 max-height: 400px;
 object-fit: cover;
}
.fprod .pic .ic {
	position: absolute;
	z-index: 6;
	width: 170px;
	bottom: 0;
	right: 0;
}
.fprod .text {
	width: 49%;
	float: right;
}
.fprod .text h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}
.fprod .text .ove {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
.fprod .text .ove h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}

.fprod .text .ove h6 {
	margin-left: 20px;
	color: rgba(255, 255, 255,1);
	padding: 0px 15px;
	background: orangered;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	border-radius: 3px;
}
.fprod .text h4 {
	margin-top: 20px;
	font-size: 18px;
	color: #FFC400;
	font-weight: 600;
}
.fprod .text h4 i {
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}
.fcpdetail {
	padding-bottom: 30px;
}
.fcpdetail .desc {
	margin-bottom: 30px;
	background: rgba(183, 233, 246, .03);
	border: 0.00521rem solid hsla(0, 0%, 100%, .12);
	border-radius: 10px;
	padding: 0px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftlt h3 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 0.00521rem solid hsla(0, 0%, 100%, .32);
	padding: 20px 0px 20px 0px;
	color: #fff;
} 
.fcpdetail .desc .del {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
}
.fcpdetail .detail {
	background: rgba(183, 233, 246, .03);
	border: 0.00521rem solid hsla(0, 0%, 100%, .12);
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	padding: 0 20px 20px;
}
.fcpdetail .detail .del {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
.fcpdetail .detail .del img {
	display: block;
	    width: 100%;
}
.fpage1 {
	padding: 30px 0;
}
.fanhui {
	font-size: 18px;
	color: #2e485b;
	margin-bottom: 20px;
	width: 130px;
	background: #fff;
	margin-right: 10px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #2e485b;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	display: block;
}
.fpage1 .detail {
	margin-top: 30px;
	background: rgba(183, 233, 246, .03);
	border: 0.00521rem solid hsla(0, 0%, 100%, .12);
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	min-height: 800px;
}
.fgo_top {
	position: fixed;
	z-index: 122;
	top: 49%;
	right: 10px;
	background: #eba73f;
	border-radius: 50px;
	z-index: 2;
	padding: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	display: none;
}
.fgo_top.on {
	display: block;
}
.fgo_top img {
	display: block;
	width: 20px;
}
.fgo_top:hover {
	background: #f19509;
}
.fgh {
	display: none;
}
.fmnli {
	display: none;
}