.foot-info-box {
    display         : flex;
    flex-direction  : row;
    justify-content : center;
    background-color: #f4f4f4;
    margin-top      : 50px;
}

.foot-info {
    padding        : 30px 0 30px 0;
    display        : flex;
    flex-direction : row;
    justify-content: space-around;
    max-width      : 1000px;
    width          : 100%;
}

.foot-info-item {
    display       : flex;
    flex-direction: row;
    align-items   : flex-end;
}

.foot-info-item>.left-img {
    width       : 50px;
    margin-right: 10px;
}

.foot-info>.foot-info-item:nth-child(3)>.left-img {
    width: 45px;
}

.foot-info>.foot-info-item:nth-child(4)>.left-img {
    width: 40px;
}

.foot-info-item>.left-img>img {
    width : 100%;
    height: 100%;
}

.right-box {
    display        : flex;
    flex-direction : column;
    align-items    : flex-start;
    justify-content: flex-end;
}

.right-box>.text {
    margin-bottom: 5px;
}

.right-box>.img-box {
    height: 30px;
}

.right-box>.img-box>img {
    height: 100%;
}

.live {
    width : 0;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .foot-info-box {
        display        : flex;
        flex-direction : row;
        justify-content: flex-start;
        flex-wrap      : wrap;
        width          : 100%;
    }

    .foot-info {
        padding        : 15px;
        display        : flex;
        width          : 100%;
        flex-wrap      : wrap;
        justify-content: center;
        flex-direction : row;
    }

    .foot-info-item {
        display        : flex;
        flex-direction : row;
        align-items    : flex-end;
        width          : 43%;
        margin         : 10px;
        justify-content: center;
    }

    .foot-info-item>.left-img {
        width       : 40px;
        margin-right: 10px;
    }

    .foot-info>.foot-info-item:nth-child(5)>.left-img {
        width: 38px;
    }

    .foot-info>.foot-info-item:nth-child(7)>.left-img {
        width: 38px;
    }


    .right-box {
        display        : flex;
        flex-direction : column;
        align-items    : flex-start;
        justify-content: flex-end;
    }

    .right-box>.text {
        margin-bottom: 5px;
    }

    .right-box>.img-box {
        height: 20px;
        width : 100px;
    }



    .live {
        width : 0;
        height: 0;
    }
}
.foot-info{
    display: none;
}