.footer{
background: #071525;
padding:0.7rem 0 0.1rem 0rem;
}
.footer .main{
flex-direction: column;
}
.footer .main .flex_box1{
	width: 100%;

}
.footer_nav{
	justify-content: space-between;
	display: flex;
	padding-bottom:0.5rem;
		align-items: flex-start;
	
}
.footer .flex_box2{
	width:100%;
}
.footer_nav .level1_a{
	font-size: 0.16rem;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	padding-bottom:0.2rem;
}
.footer_nav .level2_a{
	font-size: 0.14rem;
	font-weight: 400;
	color: #DCDCDC;
	line-height: 0.36rem;
}
.footer .flex_box2 {
	padding:0.09rem 0 0.15rem 0rem;
	border-top:0.01rem solid rgba(255,255,255,0.2);
	border-bottom:0.01rem solid rgba(255,255,255,0.2);
	
}

.footer .contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .c_item {
	display: flex;
	align-items: flex-start;
}
.footer .c_item img{
	width:0.22rem;
	object-fit: contain;
	margin-right:0.1rem;
}
.footer .c_item .tie{
	font-size: 0.2rem;
	height:auto;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.footer .c_item .txt{
	font-size: 0.16rem;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 0.3rem;
	display: block;
	margin-top: 0.05rem;
	height: auto;
}
.footer .qr{
	/*width: .96rem;*/
	/*height: .96rem;*/
	width: 1.2rem;
	/*height: 1.2rem;*/
	margin-left: .2rem;
}

.footer .qr img{
    width: 100%;
    height: auto;
    margin-bottom: .1rem;
    object-fit: contain;
}

.footer .qr P{
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
}

.record{
	padding:0.3rem 0 0.3rem 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row !important;
}
.record .re_text{
	display: flex;
}
.record .re_text, 
.record .re_text span{
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.36rem;
	white-space: nowrap;
	
}
.record .re_text a{
	display: inline-block;
	width: auto;
	margin:0 0.1rem;
}
.totop {
    right: 0;
    bottom: 0.3rem;
    height: 0.44rem;
    object-fit: contain;
	width: auto;
}

@media screen and (max-width:1024px){
    .footer{
       padding: 15px;
    }
    .flex_box1{
        display: none;
    }
    .footer .contact{
        flex-direction: column;
        align-items: normal;
    }
    .footer .c_item img{
        width: 22px;
    }
    .c_item{
        margin-bottom: 15px;
    }
    .footer .c_item .tie{
        font-size: 12px!important;
    }
    .footer .c_item .txt{
        font-size: 12px!important;
    }
    .re_text{
        flex-direction: column;
    }
    .record .re_text, .record .re_text span{
        width: 100%;
        white-space: wrap;
    }
    .record .re_text a{
        margin: 0;
    }
}
<!--ºÄÊ±1764541106.576Ãë-->