.header {
    height: 100px;
    position: relative;
    margin-bottom: 50px;
}

.header .am-active {
    border: none;
}

.header a {
    background: none !important;
    border: none !important;
    font-weight: bold !important;
}

.header > div {
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999999;
    height: inherit;
}

.header > div > ul {
    margin: 25px;
    text-align: right;
    border-bottom: 0;
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.logo {
    text-align: center;
}

.logo > span {
    font-size: 14px;
    font-weight: bold;
    line-height: initial;
    display: block;
}

.content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 1100px;
    margin: 0 auto;
}

.header-buts {
    padding-bottom: 50px;
}

.header-buts .am-btn-group {
    float: left;
}

.header-buts .am-btn-group button {
    padding: 10px 40px;
}

.header-buts .go-charts {
    float: right;
}

.select-box {
    padding-top: 50px;
    border-top: 1px solid #636262;
}

.select-box .items {
    text-align: left;
    font-size: 0;
}

.select-box .items .item {
    font-size: 14px;
    width: 25%;
    display: inline-block;
}