.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);
}







@media screen and (max-width: 1043px) {
    .footer{
        padding: 0;
    }
    .footer_box1 .logo img{
        height: auto;
    }
    .footer_box1 .txt1{
        font-size: 18px;
    }
    .footer_box1 .txt2{
        font-size: 24px;
    }
    
    .footer_box2{
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 40px;
    }
    .footer_box2 .footer_boBL{
        width: 100%;
        border: none;
        padding-right: 0;
    }
    .flex_start{
        width: 100%;
        justify-content: space-between;
    }
    .footer_box2 .footer_boL{
        margin: 0;
    }
    
    .footer_box2 .footerTit1{
        font-size: 16px;
        line-height: 1.44;
        margin-bottom: 10px;
    }
    .footer_box2 .footerTit2{
        font-size: 14px;
        line-height: 2.8;
    }
    
    .footer_box2 .iconBox{
        margin-top: 40px;
        padding-bottom: 15px;
    }
    
    .footer_box2 .footer_boR{
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer_box2 .codeBox{
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .footer_box2 .codeTxt,
    .footer_box2 .dz,
    .footer_box2 .yx{
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .footer_box2 .codeTxt{
        margin: 20px auto 30px;
        font-size: 18px;
    }
    .footer_box2 .dz .icon, 
    .footer_box2 .yx .icon{
        width: 18px;
        height: 18px;
        margin-top: 0;
        display: flex;
        margin-right: 10px;
    }
    .footer_box2 .dz .txt, 
    .footer_box2 .yx .txt{
        font-size: 14px;
    }
    
    .footer_box3{
        justify-content: space-between;
    }
    .footer_box3 a{
        font-size: 14px;
        margin: 0;
    }
}



@media screen and (max-width: 769px) {
    .footer_box1{
        padding: 25px 0 20px;
    }
    .footer_box1 .logo{
        width: 55%;
    }
    .footer_box1 .txt1{
        font-size: 14px;
    }
    .footer_box1 .txt2{
        font-size: 16px;
    }
    .flex_start{
        display: none;
    }
    
    .footer_box2 .iconBox{
        margin: 0;
        justify-content: center;
    }.footer_box2 .iconBox .boxI{
        width: 36px;
        height: 36px;
    }
    .footer_box2 .iconBox .boxI .code{
        width: 120px;
        height: 120px;
    }
    
    .footer_box3{
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
    }
    .footer_box3 a{
        font-size: 12px;
    }
    
    
    
    
    
    .right_side{
        right: 7px;
    }
    .right_side .zx_box{
        width: 36px;
        height: 36px;
        margin-bottom: 5px;
    }
    .right_side .zx_box .code{
        width: 120px;
        height: 120px;
    }
}







