/*footer*/
.footer{
	width: 100%;
    height: auto;
    background: linear-gradient( 226deg, #0E709C 0%, #0D5080 10.88%, #002566 24.01%, #091040 47.28%, #002B70 76.88%, #0B154C 100%);
    border-radius: 0.6rem 0.6rem 0rem 0rem;
    padding-top: 0.69rem;
    position: relative;
    margin-top: -0.5rem;
}
.footer .goTop{
    width: 0.8rem;
    height: 0.8rem;
    background: #0E6F9B;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    top: -0.28rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer .goTop img{
    width: 0.34rem;
    height: 0.34rem;
    object-fit: contain;
}
.footer .foot_top{
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
    margin-bottom: 0.52rem;
}
.footer .foot_top .foot_logo{
	width: auto;
	height: 0.56rem;
	filter: brightness(0) invert(1);
}
.footer .foot_top .foot_logo img{
    object-fit: contain;
}
.footer .foot_top .foot_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
    column-gap: 0.8rem;
}
.footer .foot_top .foot_nav a{
	font-family: Sans-SemiBold;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FFFFFF;
	width: fit-content;
	height: auto;
}
.footer .foot_center{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.43rem;
    align-items: end;
}
.footer .foot_center .foot_name{
    width: 100%;
    font-family: Sans-Regular;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.48rem;
}

.footer .foot_txt{
    max-width: 5.3rem;
    height: auto;
}
.footer .foot_txt .foot_item{
    margin-top: 0.2rem;
    display: flex;
    column-gap: 0.1rem;
}
.footer .foot_txt .foot_item .foot_icon{
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    margin-top: 0.05rem;
}
.footer .foot_txt .foot_item .foot_info{
    width: calc(100% - 0.3rem);
    height: auto;
    font-family: Sans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.875;
}
.footer .foot_code{
    display: flex;
    column-gap: 0.3rem;
}
.footer .foot_code a{
    width: 0.44rem;
    height: 0.44rem;
    transform: translateY(0.1rem);
    transition: all 0.5s;
    display: flex;
}
.footer .foot_code a:hover{
    transform: translateY(0rem);
}
.footer .foot_code a img{
    object-fit: contain;
}
.footer .foot_bottom{
    width: 100%;
    height: 0.54rem;
    border-top: 0.01rem solid rgba(255,255,255,0.34);
    font-family: Sans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #A0AAC7;
    line-height: 0.54rem;
    text-align: center;
}









