.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.header .container {
    height: 60px;
    box-sizing: border-box;
    line-height: 32px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.page-container {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.header h1 {
    margin: 0;
    float: left;
    font-size: 32px;
    font-weight: 400;
}

.header h1 a {
    color: #333;
    text-decoration: none;
    display: block;
}

.header .nav-logo {
    margin-top: 10px;
}

.header .nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 60px;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 17px;
    cursor: pointer;
    width: 50%;
}

.header .nav-item {
    margin: 0;
    float: left;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.header .nav-item a {
    text-decoration: none;
    color: #1989fa;
    opacity: 0.5;
    display: block;
    padding: 0 22px;
    font-size: 16px;
}
.shijianstyle{
    position: absolute;
    left: 0;
    top:0;
    line-height: 60px;
}
.header .el-menu.el-menu--horizontal {
    display: inline-block;
    border-bottom: none;
    background-color: inherit;
    float: right;
    margin-top: 10px;
}

.header .el-menu-item {
    margin-bottom: 2px !important;
    height: 56px !important;
    margin-top: 2px !important;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.header .el-menu-item.is-disabled {
    opacity: 1;
    cursor: pointer;
}

.header .el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: #d92b2a!important;
    color: #d92b2a;
}

.header .el-menu--horizontal > .el-menu-item.is-active::after {
    content: "";
    position: absolute;
    background-color: #d92b2a;
    color: #d92b2a;
    height: 5px;
    width: 38%;
    left: 45%;
    bottom: -12px;
    margin-left: -15px;
    border-radius: 2px;
}

.header .el-menu--horizontal > .el-menu-item {
    border-bottom: none;
}

.header .el-select .el-input {
    width: 75px;
}

.header .el-input__inner:focus,
.header .el-input__inner:hover {
    border-color: #f2f2f2;
    outline: 0;
}

.header .input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.index-search-dialog .el-dialog__headerbtn {
    z-index: 9;
}

.index-search-dialog .el-tabs {
    margin-top: -30px;
}

.index-search-dialog .el-dialog__header {
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px !important;
}

.index-search-dialog .el-form--inline .el-form-item__content {
    width: 200px !important;
}
.index-search-dialog
.el-form--inline
.el-form-item__content
.el-select
> .el-input {
    width: 80px !important;
}

.index-search-dialog
.el-form--inline
.el-form-item__content
.el-radio:first-child {
    margin-right: 15px;
}