﻿html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: 14px;
    font-family: 微软雅黑,'Microsoft YaHei',PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif !important,
}

div, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div, a {
    outline: none;
    border: 0;
}
.header-wrap
{
    width:100%;
    float:left;
    display:inline;
    height:60px;
    line-height:60px;
    background-color:white;
}
.logo-box {
    width: 18%;
    height: 100%;
    float: left;
    display: inline;
    border-right: solid 1px #E7E7E8;
}
    .logo-box img {
        margin-left: 12%;
        width: 100px;
    }
.header-box
{
    width:81%;
     float:left;
     display:inline;
}
.search-box {
    width: 60%;
    float: left;
    display: inline;
    margin-left: 3%;
    font-size: 18px;
    color: #555656;
}

.search-input {
    height: 50px;
    line-height: 50px;
    border-width: 0px;
    border-color: red;
    font-size: 15px;
    padding-left: 5px;
    width: 60%;
}
.header-menu-box {
    width: 30%;
    float: right;
    display: inline;
    margin-right: 3%;
}

    .header-menu-box span {
        padding-left: 25px;
        font-weight: bold;
        float: right;
    }

.btn-publish {
    background-color: #db2777;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 11px 16px 11px 16px;
    border-radius: 100px;
}

    .btn-publish:hover {
        color: white;
    }

