.footer{
	border-top: 0.05rem solid #162D59;
	background: #F3F3F3;
}
.footer_box1{
	padding-top: 0.53rem;
	padding-bottom: 0.46rem;
	border-bottom: 0.01rem solid #D4D4D4;
}
.footer_box1 .txt1{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.2rem;
	color: #686868;
	line-height: 1;
	text-align: right;
}
.footer_box1 .txt2{
	margin-top: 0.16rem;
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.34rem;
	color: #162D59;
	line-height: 1;
	text-align: right;
}
.footer_box2{
	border-bottom: 0.01rem solid #D4D4D4;
}
.footer_box2 .footer_boBL{
	border-right: 0.01rem solid #D4D4D4;
	padding-top: 0.38rem;
	padding-right: 0.35rem;
}
.footer_box2 .footer_boL{
	margin-right: 0.95rem;
}
.footer_box2 .footerTit2{
	display: block;
}

.footer_box2 .footerTit1{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.18rem;
	color: #191919;
	line-height: 0.26rem;
	margin-bottom: 0.11rem;
}
.footer_box2 .footerTit2{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #686868;
	line-height: 0.45rem;
}
.footer_box2 .footerTit2:hover{
    color: #333;
}
.footer_box2 .iconBox{
	margin-top: 0.85rem;
	padding-bottom: 0.22rem;
}
.footer_box2 .iconBox .boxI{
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.2rem;
	position: relative;
}

.footer_box2 .iconBox .boxI .code{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
}

.footer_box2 .iconBox .boxI:hover .code{
    display: block;
}

.footer_box2 .footer_boR{
	padding-top: 0.48rem;
	padding-left: 0.85rem;
}
.footer_box2 .codeBox{
	width: 1.62rem;
	height: 1.62rem;
	margin-bottom: 0.26rem;
	margin-left: 0.57rem;
}

.footer_box2 .codeTxt{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.2rem;
	color: #162D59;
	line-height: 1;
	padding-left: 0.28rem;
	margin-bottom: 0.71rem;
}
.footer_box2 .dz{
	margin-bottom: 0.25rem;
}
.footer_box2 .dz .icon,
.footer_box2 .yx .icon{
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.12rem;
    margin-top: -0.12rem;
}
.footer_box2 .icon img{
	width: 100%;
	height: auto;
}

.footer_box2 .dz .txt,
.footer_box2 .yx .txt{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #191919;
	line-height: 1;
}
.footer_box3{
	padding-top: 0.21rem;
	padding-bottom: 0.18rem;
}
.footer_box3 a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.14rem;
	color: #A2A2A2;
	display: inline-block;
	margin-right: 0.79rem;
}




.right_side{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0.07rem;
	z-index: 999;
}
.right_side .zx_box{
	width: 0.5rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 50%;
	margin-bottom: 0.04rem;
	cursor: pointer;
	display: block;
	transition: all 0.6s;
	position: relative;
}

.right_side .zx_box .code {
  position: absolute;
  top: 0;
  width: 1.89rem;
  height: 1.89rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(85, 85, 85, 0.16);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid #FAFAFA;
  padding: .15rem;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5C5C5C;
  opacity: 0;
  right: -1.89rem;
  transition: right 0.3s linear, opacity 0.3s linear;
}
.right_side .zx_box:hover .code {
  opacity: 1;
  right: calc(100% + 0.1rem);
}