/*head.html文件专用样式*/
.logo-top {
    /*max-width: 1024px;*/
    max-width: 1210px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.logo-area {
    width: calc(100% - 300px);
    margin: 10px auto;
    text-align: left;
    color: blue;
    float: left;
    /*background-color: #00C0F7;*/
}

.logo-search {
    width: 300px;
    height: 100%;
    float: left;
    /*background-color: grey;*/
}

.search-module {
    float: right;
    margin-top: 50px;
}

.logo-picture {
    height: 71px;
    min-width: 1052px;
    color: rgb(34, 34, 34);
    font-size: 12px;
    z-index: 10000;
}

.input-text {
    height: 30px;
    padding: 0;
    border: 2px solid #0a2f80;
    font-size: 12px;
    font-weight: initial;
    float: left;
    padding-left: 6px;
}

.input-button {
    font-size: 12px;
    padding: 0 8px;
    margin-left: -5px;
    height: 30px;
    border: 2px solid #0a2f80;
    background: #0a2f80;
    color: white;
    float: left;
}

