.header {
    padding: 0 0 35px 0 !important;
}
.header > .container{
    padding-top: 35px;
}

.languageSwitcher {
    width: 100%;
    /*height: 80px;*/
    background-color: #2a2a2a;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC","Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体, Arial, sans-serif;
    /*margin-bottom: 20px;*/
}

.languageTip {
    font-size: 16px;
    color: #ffffff !important;
    margin-bottom: 5px;
}

.languageSelect {
    width: 232px;
    height: 34px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    margin-right: 7px;
    margin-left: 50px;
    color: #333333 !important;
}

.languageSelect > select {
    width: 232px;
    height: 34px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    text-indent: 20px;
}

.languageConfirmBtn {
    width: 60px;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #c40d23;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 20px;
}

@media screen and (max-width: 500px){
    .languageTip{
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .languageSelect{
        margin-bottom: 20px;
        margin-left: 0;
    }
    .languageConfirmBtn{
        margin-bottom: 20px;
    }
    .languageCloseBtn{
        margin-left: 0!important;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

/* 关闭按钮 */
.languageCloseBtn{
    width: 30px;
    height: 30px;
    margin-left: 15px;
    cursor: pointer;
}
.languageCloseBtnIcon{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
