#header {
    background: linear-gradient(rgba(18,21,26,1), rgba(18,21,26,0));
}
.header-wrap {
    height: 100px;
}

.header-wrap .logo {
    width: 123px;
}

.header-wrap .header-nav a {
    color: #fff;
    margin-right: 40px;
}
.header-wrap .header-nav a:last-child {
    margin-right: 0;
 }

.header-wrap .language-box {
    width: 100px;
}
.header-wrap .language-box .layui-input {
    height: 28px;
    font-size: 12px;
    background: transparent;
    color: #fff;
}
.header-wrap .language-box .layui-form-select .layui-edge {
    border-top-color: #fff;
}
.header-wrap .language-box .layui-form-select dl dd {
    font-size: 12px;
}
.header-wrap .language-box .layui-input:focus {
  border-color: #fff !important;
}
.header-wrap .language-box .layui-form-select dl dd.layui-this {
    color: #5f5f5f;
}