.selectLang {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    z-index: 999;
}

.langBox {
    display: none;
    position: absolute;
    width: 200px;
    top: 35%;
    left: 50%;
    margin-left: -100px;
    background-color: #f8a81f;
    border-radius: 10px;
    padding: 5px 0;
    z-index: 1000000;
}

.langBox ul {
    margin: 0;
    padding: 0;
}

.langBox li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.langBox li a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.shadow {
    display: none;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}