.footer{
    width: 100vw;
    height: 70vh;
    background-color:rgb(5, 54, 149);
    display: flex;
    align-items: center;
    justify-content: center;
}
.warp{
    width: 80vw;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 10vh;
}
.warp>.top{
    width: 100%;
    height: 36vh;
    padding-bottom: 5%;
    display: flex;
    border-bottom: 1px solid #ffffff6b;
}
.warp>.center{
    width: 100%;
    height: 10vh;
    line-height: 10vh;
    color: #ffffff8f;
    border-bottom: 1px solid #ffffff6b;
}
.warp>.bottom{
    width: 100%;
    height:10vh;
    line-height: 10vh;
    color: #ffffff8f;
}
.warp>.bottom>a{
    line-height: 10vh;
    color: #ffffff8f;
    text-decoration: none;
}
.top>.left{
    width: 50vw;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-right: 2.5vw;
    border-right: 1px solid #ffffff6c;
}
.top>.right{
    margin-left:2.5vw;
    width: 30vw;
    height: auto;
    display: flex;
    color: #ffffff9f;
}

.left>.item{
    display: flex;
    flex-direction: column;
    height: 30vh;
}
.con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    list-style-type: none; /* 去除默认的列表项标记 */
}
.tit{
    color: #ffffff;
    font-size: 1vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
}
.con>li>a{
    text-decoration: none; /* 去除下划线 */
    color: #ffffff9f;
    cursor: pointer;
    font-size: 1vw;
}
.c{
    width: auto;
    height: 4.6vh;
}
.tel{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
}
.qr-code{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.num,.num1{
    width: auto;
    height: 5vh;
    margin: 1px;
}
.num1{
    margin-left: 1vw;
    color: #ffffff;
    text-align: center;
    line-height: 5vh;
}

.tell{
    display: flex;
    flex-direction: row;
}

@media (max-width:1000px){
    .footer>.top>.left{
        display: none;
    }
}
.telimg{
    width: 5vh;
    height: 5vh;
    background-image: url(/img/电话.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#shu{
    width: 1vw;
    height: 1vw;
}
.qr-code>img{
    width: 7vw;
    height: 7vw;
}