.footer {
    background-color: #000000;
    padding: 24px 0;
    position: relative;
}
.footer_head{
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    text-align: center;
}
.footer_head_padding{
    padding: 0 2.1354166666666665rem;
}
.footer_title{
    font-size: 0.08333333333333333rem;
    font-weight: bold;
}

.footer_sub_title {
    /* font-size: 0.0625rem; */
	/* font-size: 0.07291666666666667rem;
    padding: 0.052083333333333336rem 0; */
    text-decoration: none;
    display: block;
    /* color: white; */
	/* color: #9ba3af; */
    /* line-height: 0.09375rem; */
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 22px;
	color: #AAAAAA;
	padding: 0.052083333333333336rem 0;
}

.footer_sub_title_line {
    /* color: #00A2E6; */
    position: relative;
}

.footer_sub_title_line:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #00A2E6;
    height: 2px;
    animation: move_suspension 0.5s linear 0s forwards;
}

@keyframes move_suspension {
    30% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.qr_code_box {
    margin-top: 5px;
}
@keyframes shake { /* 水平抖动，核心代码 */
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(+2px, 0, 0); }
	30%, 70% { transform: translate3d(-4px, 0, 0); }
	40%, 60% { transform: translate3d(+4px, 0, 0); }
	50% { transform: translate3d(-4px, 0, 0); }
}
.qr_code_box:hover{
	animation: shake 0.8s ease-in-out;
}

.qr_code {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: top;
    cursor: pointer;
}

.footer_address {
    display: flex;
    justify-content: space-between;
    font-size: 0.052083333333333336rem;
    font-weight: 500;
    line-height: 0.10416666666666667rem;
    color: #FFFFFF;
    margin-top: 0.10416666666666667rem;
    padding: 0 1.1458333333333333rem;
    cursor: pointer;
}

.record_number {
    /* font-size: 0.052083333333333336rem; */
	font-size: 0.06770833333333333rem;
    font-weight: 500;
    /* color: #FFFFFF; */
	color: #9ba3af;
    text-decoration: none;
	padding: 0 0.10833333333333334rem;
}

.record_number:hover {
    color: #397EE5;
}

.scale_qrCode {
    transform: scale(1.5);
}
.footerTitle{
	width: 100%;
	text-align: center;
	/* color: #9ba3af; */
	color: #fff;
	/* font-size: 0.13020833333333334rem; */
	/* font-weight: 700; */
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
}
.footer_nav{
	/* width: 100%; */
	width: 760px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	/* margin-top: 0.125rem; */
	margin-top: 12px;
}
.nav_shu{
	/* margin: 0 0.20833333333333334rem; */
	/* height: calc(0.07291666666666667rem); */
	height: 19px;
	/* background: #9ba3af; */
	background: #333333;
	width: 1px;
}
.footer_contact{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.15833333333333334rem;
}
.footer_contact_bor{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_contact_bor_left{
	text-align: left;
	color:#9ba3af;
	font-size: 0.07291666666666667rem;
}
.footer_contact_bor_left div{
	margin: 0.10416666666666667rem 0;
}
.imgLeft{
	margin-left: 0.45833333333333334rem;
	border-radius: 4px;
}
.footer_bottom{
	/* width: 4.169166666666667rem; */
	text-align: center;
	margin: 0 auto;
	/* margin-top:  0.20833333333333334rem; */
	margin-top: 20px;
	/* border-top: 1px solid #9ba3af;
	padding-top: 0.10833333333333334rem; */
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
	
}
.footer_bottom div{
	width: 50%;
	height: 1px;
	background: #9ba3af;
}
.one_lang{
	white-space: nowrap;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.4;
}
.foot_location{
	width: 1167px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 8px;
}
.foot_location_item{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #AAAAAA;
	letter-spacing: 0;
}