
.foot_lang {
    text-align: left;
    margin: 0;
    display: inline-block;
    width: 150px;
}

.foot_lang li {
    list-style: none;
    cursor: pointer;
}

.foot_lang .show_list {
    position: relative;
    /*z-index: 2;*/
}

.foot_lang .show_list .move_list {
    display: none;
    position: absolute;
    top: 18px;
    padding-top: -100px;
    padding-left: 10px;
    width: 100%;
    background: #333;
    padding-bottom: 5px;
    text-align: left;
    border-radius: 10px;
    z-index: 99999;
}


.foot_lang .show_list .move_list li {
    padding-left: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.foot_lang .show_list:hover .move_list {
    display: block;
}


.foot_lang .show_list .move_list li:hover {
    color: #5CCAC9;
    /*background: #5CCAC9;*/
}
