/*footer*/
.footer {
    min-height: 1.7rem;
    padding: 0.5rem 0;
    background-color: #0e2e59;
}
.footer .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .foot_fl,
.footer .foot_en{
    position: relative;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .foot_hr{
    display: block;
    width: 0.01rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.4);
}
.footer .foot_fl .foot_logo {
    /*width: auto;*/
    /*height: 0.6rem;*/
    width: 4.35rem;
    height: 0.6rem;
    margin-bottom: 0.26rem;
    object-fit: contain;
}
.footer .foot_fl .foot_logo img{
    height: 100%;
    width: auto;
}

.footer .foot_fl p{
    font-size: 0.16rem;
    line-height: 2;
    color: #fff;
}

.footer .foot_en p{
    color: #fff;
    display: flex;
    line-height: 0.4rem;
}

.footer .foot_en p span.title {
    font-size: 0.16rem;
    margin-right: 30px;
    white-space: nowrap;
}
.footer .foot_en p a {
    font-size: 0.16rem;
    display: inline-block !important;
    font-weight: normal;
    white-space: nowrap;
    margin-right:0.2rem;
    width: auto !important;
    color: rgba(255,255,255, 0.75);
}

.footer .foot_fr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0.5rem;
}
.footer .foot_fr h2 {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.1rem;
    font-weight: bold;
}
.footer .foot_fr p {
    color: #fff;
    font-size: 0.16rem;
    line-height: 2;
}
.footer .foot_fr p a {
    display: inline-block !important;
    width: auto !important;
    color: rgba(255,255,255, 0.75);
    font-size: 0.16rem;
}

.foot_bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #000;
}
.foot_bottom p {
    font-size: 0.15rem;
    line-height: 0.5rem;
    color: rgba(255,255,255, 0.75);
}
.foot_bottom p span,
.foot_bottom p a {
    font-size: 0.15rem;
    line-height: 0.5rem;
    color: rgba(255,255,255, 0.55);
    display: inline-block !important;
    width: auto !important;
}
