.fwrap1{
	height: 2.5rem;
	background: #000000;
	padding: 0 1.44rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.fwrap1 .fpart_icon{
	width: 0.94rem;
	height: 0.94rem;
	background: #6B3105;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fwrap1 .fpart_icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fwrap1 .fpart_title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #979797;
	margin-top: 0.12rem;
}

.fwrap2{
	background: #2F2F2F;
	padding: 0 2.6rem;
	padding-top: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fwrap_logo{
	width: 3.3rem;
	position: relative;
}

.fwrap_logo img{
	width: 2rem;
	height: 1.58rem;
}

.fwrap22{
	width: 6.34rem;
	padding-left: 1.31rem;
	position: relative;
}
.fwrap22::after{
	content: '';
	height: 0.82rem;
	width: 0.01rem;
	display: block;
	border-right: 0.01rem solid #696969;
	position: absolute;
	top: 0.26rem;
	right: 0;
}
.fwrap22::before{
	content: '';
	height: 0.82rem;
	width: 0.01rem;
	display: block;
	border-right: 0.01rem solid #696969;
	position: absolute;
	top: 0.26rem;
	left: 0;
}
.fwrap22_title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 700;
	font-size: 0.22rem;
	color: #FFFFFF;
	margin-bottom: 0.26rem;
}
.fwrap22_info{
	display: flex;
	align-items: center;
	margin-bottom: 0.12rem;
}
.ficon{
	width: 0.14rem;
	height: 0.14rem;
	background: #999999;
	border-radius: 50%;
	margin-right: 0.14rem;
}
.ficon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.finfoText{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #B8B8B8;
}
.fwrap23{
	width: 4.35rem;
	display: flex;
	justify-content: right;
}
.fwrap23_code{
	width: 1.34rem;
	height: 1.34rem;
	margin: 0 0.18rem;
}
.fwrap23_code img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.code_title{
	margin-top: 0.26rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
}
.fwrap3{
	padding-top: 0.39rem;
	padding-bottom: 0.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #909090;
	text-align: center;
	background: #2F2F2F;
}
.footer-img{
    position: relative;
    z-index: 999;
}
.footer-img img{
    position: absolute;
    right: 0.5rem;
    width: 0.42rem;
    height: 0.42rem;    
        margin-top: -1rem;
    z-index: 999;
}
   .fpart_icon img {
      width: 200px;
      height: auto;
      animation: rotateImage 10s linear infinite;
    }

    @keyframes rotateImage {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }
   /*.fpart_icon img:hover {*/
   /*   animation-play-state: paused;*/
   /*   transform: rotate(0deg);*/
   /* }*/
     .fpart_icon img:hover {
      animation-play-state: paused;
      transform: rotate(0deg);
      transition: transform 0.3s ease;
    }