.footer{
    width: 100%;
    height: 550px;
    background-color: #1e2446;
}
.footer .main{
    width: 1360px;
    margin: 0 auto;
    padding-top: 78px;
}
.footer .itemBox{
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
}
.footer .itemBox .item{

}
.footer .itemBox .item>a{
    font-size: 20px;
    color: #fff;
}
.footer .itemBox .item .child{
    margin-top: 35px;
}
.footer .itemBox .item .child>a{
    font-size: 16px;
    color: #9ba7ec;
    display: flex;
    margin-bottom: 12px;
}
.footer .item.itemSpecial{
}
.footer .item.itemSpecial>a{
    display: block;
    margin-bottom: 30px;
}
.footer a:hover{
    text-decoration: underline;
}
.footer .line{
    width: 100%;
    height: 1px;
    background-color: #2b3465;
    margin-bottom: 60px;
}
.footer .bottomBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}
.footer .bottomBox .title{
    margin-bottom: 25px;
}
.footer .bottomBox .title span:nth-child(2){
    margin-left: 35px;
}
.footer .bottomBox .qrcode{
    display: flex;
}
.footer .bottomBox .qrcode span{
    margin-right: 20px;
    margin-top: 10px;
} 
.footer .bottomBox .qrcode img{    
    width: 120px;
    height: 120px;
}
.wap_footer{
    display: none;
}
@media (max-width:1360px) {
    .footer{
        display: none;
    }
    .wap_footer{
        width: 100%;
        height: 5.2rem;
        display: block;
        background-color: #1E2446;
        padding: .8rem .4rem;
        color: #fff;
    }
    .wap_footer .bottomBox{
        display: flex;
        justify-content: space-between;
    }
    .wap_footer .bottomBox .info{
        width: 5.066rem;
        font-size: .266rem;
    }
    .wap_footer .bottomBox .info>div{
        margin-bottom: .266rem;
    }
    .wap_footer .bottomBox .qrcode{
        width: 1.6rem;
        height: 1.6rem;
    }
    .wap_footer .line{
        margin-top: .266rem;
        width: 100%;
        height: 1px;
        background-color: #2B3465;
    }
    .wap_footer .cori{
        font-size: .266rem;
        margin: .4rem;
        text-align: center;
    }
}