/* 头部 */
.head-er {
    width: 100%;
    height: 174px;
    background-image: url("../imgs/background.png");
}

.header-title {
    display: block;
    text-align: center;
    padding-top: 40px;
}

.header-title img.head-pic {
    width: 50px;
    vertical-align: -18px;
    margin-right: 6px;
}

.head-text {
    padding: 0;
    margin: 0;
    width: 260px;
    font-weight: 700;
    line-height: 26px;
    box-shadow: 0 1px 2px #0662b1;
    font-size: 20px;
    background: linear-gradient(to bottom, #ffffff, #c3dfff);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    text-align: left;
}

.layui-nav .layui-this:after {
    background-color: #ffffff;
}

/* 输入框 */
.head-er .layui-block {
    position: relative;
    top: 30px;
    width: 80%;
    margin: 0 auto;
}

.head-er .layui-input {
    border: none;
    background-color: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    padding-right: 38px;
}

.head-er .layui-block .sbtn {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../imgs/search.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    position: relative;
    top: -38px;
    right: 10px;
    float: right;
}

.head-er .layui-input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 500;
}

/* 菜单 */
.layui-nav {
    background-color: #0662b1;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
}

.layui-nav-a {
    font-size: 18.5px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
}