.footer-list {
    background-color: #024AC2;
}

.footer-list1 {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.footer1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50px;
    height: 90px;
    border-right: 1px #fff solid;
    margin-right: 27px;
    padding-right: 10px;

}

.footer1 p {
    color: #FFFFFF;
    font-size: 10px;

}

/* .footer p:nth-child(1) {
    margin-bottom: 15px;
} */

.word-link {
    height: 75px;
    width: 600px;
}

.word-link a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
    font-size: 12px;
}

.qrcode {
    margin-left: 20px;
}

#qrcode1 {
    margin-left: 40px;
}



.qrcode p a {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.qrcode img{
    width: 75px;
    height: 75px;
}

.footer-list2 {
    margin-top: 30px;
    border-bottom: 1px dashed #467BD2;
}

.bot {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    padding: 30px 0 20px 0;
    text-align: center;
}

.bot a {
    text-decoration: none;
}

.footer-list3 {
    display: flex;
    justify-content: center;
}

.bot1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
}

.bot1 a {
    text-decoration: none;
}

.footer-list a:hover {

    color: #0099FF;
}

.footer-list4 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-list4 a {
    display: inline-block;
}

.footer-list4 div {
    margin-right: 10px;
}

.footer-list4 div img {
    width: 124px;
    height: 47px;
}

.footer-list4 div:nth-child(7) a img {
    width: 80px;
    width: 40px;
}

.bigImg{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
}
.bigImg img{
    width: 400px;
    height: 400px;
}