* {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

/* 登录 */
.user {
    display: none;
}

.loginBox .web-name {
    width: 100%;
    text-align: left;
    display: none;
}

/*.loginBox .web-name > img {
        width: 100%;
        height: 100%;
}*/

@media (max-width:400px) and (min-width:400px) {
    .loginBox .web-name {
        font-size: 16px;
    }
}

@media (max-width:399px) and (min-width:300px) {
    .loginBox .web-name {
        font-size: 15px;
    }
}

@media (max-width:299px) {
    .loginBox .web-name {
        font-size: 14px;
    }
}

.loginBtn {
    display: block;
}

.loginBg {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #875422;
}

.loginBox {
    width: 70%;
    margin: auto;
}

.loginBg div {
    font-size: 18px;
    color: #fff;
    text-align: right;
}

    .loginBg div a {
        color: #fff;
        text-decoration: none;
    }

.loginBtn a {
    font-weight: bold;
}

.userRight {
    width: 100%;
    text-align: right;
}

.icon-more {
    display: none;
}

/* 搜索 */
.head-searchBg {
    width: 100%;
    height: 114px;
    line-height: 114px;
    background: #faf5f0;
    margin-bottom: 20px;
}

.head-searchBox {
    width: 70%;
    margin: auto;
    display: flex;
}

.webName {
    width: 57%;
}

    .webName a {
        font-size: 36px;
        color: #875422;
        text-decoration: none;
    }

/* 搜索 */
@media (max-width:1600px) and (min-width:1401px) {
    .webName a {
        font-size: 34px;
    }
}
/* 搜索 */
@media (max-width:1400px) and (min-width:1315px) {
    .webName a {
        font-size: 34px;
    }
}

@media (max-width:1314px) and (min-width:1240px) {
    .webName a {
        font-size: 28px;
    }
}

@media (max-width:1239px) and (min-width:1170px) {
    .webName a {
        font-size: 26px;
    }
}

@media (max-width:1169px) and (min-width:1100px) {
    .webName a {
        font-size: 24px;
    }

        .webName a img {
            width: 400px;
        }
}


@media (max-width:1099px) and (min-width:1030px) {
    .webName a {
        font-size: 22px;
    }

        .webName a img {
            width: 350px;
        }
}

@media (max-width:1029px) and (min-width:1001px) {
    .webName a {
        font-size: 22px;
    }

        .webName a img {
            width: 330px;
        }
}

@media (max-width:1000px) and (min-width:950px) {
    .webName a {
        font-size: 22px;
    }

        .webName a img {
            width: 300px;
        }
}


@media (max-width:949px) and (min-width:870px) {
    .webName a {
        font-size: 22px;
    }

        .webName a img {
            width: 300px;
        }
}

@media (max-width:870px) {
    .webName a > img {
        display: none;
    }
}

@media (max-width:1000px) and (min-width:768px) {
    .loginBox {
        width: 90%;
        margin: auto;
    }
}

.head-searchBox {
    width: 90%;
}

.webSearch {
    height: 40px;
    line-height: 40px;
    width: 420px;
    border: 1px solid #b67434;
    position: relative;
    top: 38px;
    border-radius: 5px;
}

    .webSearch input {
        height: 39px;
        line-height: 39px;
        width: 380px;
        background-color: transparent;
        border: 0rem;
        outline: 0px;
        padding: 0px 15px;
        font-size: 16px;
    }

        .webSearch input::-webkit-input-placeholder {
            color: #875422;
        }

        .webSearch input::-moz-placeholder {
            color: #875422;
        }

        .webSearch input:-moz-placeholder {
            color: #875422;
        }

        .webSearch input:ms-input-placeholder {
            color: #875422;
        }

        .webSearch input::ms-input-placeholder {
            color: #875422;
        }

    .webSearch i {
        font-size: 18px;
        color: #b67434;
    }

footer {
    width: 100%;
    height: 36px;
    background: #0c0702;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

/* 响应式 */
/* 头部 */
@media (max-width:767px) {
    .loginBg .loginBox {
        width: 90%;
    }

    .loginBox {
        display: flex;
    }

    .user {
        display: none;
    }

    .loginBtn {
        display: none;
    }

    .loginBox .web-name {
        display: block;
    }

    .loginBox .icon-more {
        display: block;
    }

    .head-searchBg {
        display: none;
    }

    .loginBg {
        margin-bottom: 20px;
    }

    .userRight {
        margin-right: 30px;
    }

        .userRight > a {
            display: none;
        }

    .web-name > a > img {
        display: none;
    }
}

@media (max-width:1400px) and (min-width:1315px) {
    .webSearch {
        width: 400px;
    }

        .webSearch input {
            width: 360px;
        }
}

@media (max-width:1314px) and (min-width:1240px) {
    .webSearch {
        width: 380px;
        top: 34px;
    }

        .webSearch input {
            width: 340px;
        }

    .head-searchBg {
        height: 108px;
        line-height: 108px;
    }
}

@media (max-width:1239px) and (min-width:1170px) {
    .webSearch {
        width: 360px;
        top: 30px;
    }

        .webSearch input {
            width: 320px;
        }

    .head-searchBg {
        height: 102px;
        line-height: 102px;
    }
}

@media (max-width:1169px) and (min-width:1100px) {
    .webSearch {
        width: 340px;
        top: 28px;
    }

        .webSearch input {
            width: 300px;
        }

    .head-searchBg {
        height: 96px;
        line-height: 96px;
    }
}

@media (max-width:1099px) and (min-width:1030px) {
    .webSearch {
        width: 320px;
        height: 37px;
        line-height: 37px;
        top: 26px;
    }

        .webSearch input {
            width: 280px;
            height: 36px;
            line-height: 36px;
            font-size: 15px;
        }

        .webSearch i {
            font-size: 16px;
        }

    .head-searchBg {
        height: 90px;
        line-height: 90px;
    }
}

@media (max-width:1029px) and (min-width:1001px) {
    .webSearch {
        width: 300px;
        height: 35px;
        line-height: 35px;
        top: 24px;
    }

        .webSearch input {
            width: 260px;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
        }

        .webSearch i {
            font-size: 16px;
        }

    .head-searchBg {
        height: 84px;
        line-height: 84px;
    }
}

@media (max-width:1000px) and (min-width:950px) {
    .webSearch {
        width: 360px;
        height: 39px;
        line-height: 39px;
        top: 34px;
    }

        .webSearch input {
            width: 320px;
            height: 38px;
            line-height: 38px;
            font-size: 16px;
        }

        .webSearch i {
            font-size: 18px;
        }

    .head-searchBg {
        height: 108px;
        line-height: 108px;
    }
}

@media (max-width:949px) and (min-width:870px) {

    .webSearch {
        width: 360px;
        height: 37px;
        line-height: 37px;
        top: 32px;
    }

        .webSearch input {
            width: 320px;
            height: 36px;
            line-height: 36px;
            font-size: 15px;
        }

        .webSearch i {
            font-size: 17px;
        }

    .head-searchBg {
        height: 102px;
        line-height: 102px;
    }
}

@media (max-width:869px) and (min-width:790px) {
    .webSearch {
        width: 340px;
        height: 35px;
        line-height: 35px;
        top: 32px;
    }

        .webSearch input {
            width: 300px;
            height: 34px;
            line-height: 34px;
            font-size: 15px;
        }

        .webSearch i {
            font-size: 17px;
        }

    .head-searchBg {
        height: 96px;
        line-height: 96px;
    }
}

@media (max-width:789px) and (min-width:768px) {

    .webSearch {
        width: 320px;
        height: 33px;
        line-height: 33px;
        top: 28px;
    }

        .webSearch input {
            width: 280px;
            height: 32px;
            line-height: 32px;
            font-size: 15px;
        }

        .webSearch i {
            font-size: 17px;
        }

    .head-searchBg {
        height: 90px;
        line-height: 90px;
    }
}
