.footer{
    width: 100%;
    height: 15vw;
    /*background: rgba(38, 86, 152, 1);*/
    background-image: url("../img/footer/footer-otherpage.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.other{
    display: flex;
    width: 100%;
    justify-content: center;
}
.other .media{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 6.25vw;
    margin-bottom: 4.323vw;
    cursor: pointer;
    position: relative;
}
.media img{
    width: 2.5vw;
    height: 2.5vw;
}
.other .media:last-child{
    margin-right: 0;
}
.other .icon{
    width: 2.448vw;
    height: 2.448vw;
}
.other .text{
    margin-top: 0.625vw;
    font-size: 1.042vw;
    color: #ffffff;
}
.other_info .info{
    text-align: center;
    margin-bottom: 0.325vw;
    opacity: 1;
    font-size: 1.042vw;
    font-weight: 400;
    line-height: 1.458vw;
    color: #ffffff;

}
.other_info .copyright{
    font-size: 0.833vw;
    font-weight: 400;
    line-height: 1.146vw;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}
.other_info a{
    color: unset;
    text-decoration: none;
}
.qyhz_bottom{
    position: relative;
    bottom: -2.2vw;
    opacity: 1;
    left: 0;
    right: 0;
}
.qyhz_bottom_color{
    display: none;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgba(42, 130, 228, 1) 0%, rgba(0, 186, 173, 0.86) 13.54%, rgba(67, 207, 124, 0.6) 39.4%, rgba(255, 141, 26, 0.5) 59.98%, rgba(255, 195, 0, 0.54) 78.87%, rgba(227, 60, 100, 1) 100%);
}
.media .dialog{
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: -4vw;
    opacity: 0.00;
    transition: all 0.7s;
    background-color: #ffffff;
    border-radius: 0.5vw;
    padding: 0.5vw 0.5vw;
    box-shadow: 0.4vw 0.4vw 0.8vw 0.4vw rgba(0, 88, 189, 0.3);
}
.media .dialog.text{
    width: 10vw;
    height: 4vw;
}
.media .dialog img{
    width: 100%;
    height: 100%;
}
.media .dialog label{
    font-size: 0.85vw;
    line-height: 1vw;
    color: black;
}
.media:hover .dialog{
    top: -7vw;
    opacity: 1.00;
}
.media .dialog:after{
    content: "";
    display: block;
    width: 0;
    border-left: 0.7vw solid transparent;
    border-right: 0.7vw solid transparent;
    border-top: 0.7vw solid #ffffff;
    position: absolute;
    top: 100%;
    left: calc(50% - 0.7vw);
}