footer {
    height: 383px;
    background: #112a40;
    position: relative;
    display: flex;
}
.footerimg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 369px;
    height: 330px;
    z-index: -999;
}
footer .footer_left {
    flex: 1;
    height: 331px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_left ul {
    float: right;
    display: flex;
    flex-direction: column;
    margin-right: 43px;
}
footer ul p {
    opacity: 0.4;
    display: flex;
    align-items: center;
}
footer ul p:nth-child(1) {
    margin: 41px 0 24px 0;
}
footer .footer_left ul p:nth-child(2)::before{
    content: '';
    background-image: url('../assets/img/footericon1.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 4px;
}
footer .footer_left ul p:nth-child(4)::before{
    content: '';
    background-image: url('../assets/img/footericon2.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-right: 4px;
}
footer .footer_left ul p:nth-child(6)::before{
    content: '';
    background-image: url('../assets/img/footericon3.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 4px;
}
footer .footer_left ul span {
    opacity: 1;
}
footer ul p:hover,
footer ul span:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer ul p,
footer ul span ,
footer .footer_mid ul a{
    width: 166px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

footer .footer_mid {
    position: absolute;
    top: 0;
    height: 331px;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    justify-content: space-evenly;
    z-index: 999;
}
footer .footer_mid footer ul p,
footer .footer_mid ul span{
    display: flex;
    width: 100px;
}
footer .footer_mid ul:nth-child(2){
    margin-left: 64px;
}
footer .footer_right {
    height: 331px;
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 99;
    display: flex;
    flex-direction: column;
}
footer .footer_right .codebox{
    height: 331px;
    margin-left: 70px;
}
footer .footer_right .codebox img{
    width: 148px;
    height: 148px;
}
footer .footerlink{
    color: white;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
footer .footerlink a{
    margin: 0 5px;
}
