.header-bg {
    width: 100%;
    height: 287px;
    background-image: url('/assets/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* min-width: 1280px; */
    position: relative;
    /* min-width: 880px; */
}

.header-inner {
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.seach-box {
    width: 203px;
    height: 38px;
    background: #fff;
    border-radius: 40px;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer;
}

.header-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.seach-img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.search-text {
    border: none;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.login-box>div {
    width: 78px;
    height: 33px;
    color: #333;
    font-size: 16px;
    border-radius: 40px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}

.login-box>.register {
    background: #2695F0;
    color: #fff;
}


/* 展开搜索 */

.search-more {
    width: 100%;
    height: 350px;
    background: #fff;
    position: absolute;
    top: 0;
    display: none;
}

.search-more-inner {
    width: 70%;
    margin: 0 auto;
}

.search-content {
    border-bottom: 1px solid #000;
    padding: 40px 0 30px;
}

.search-content input {
    font-size: 16px;
    color: #666;
    border: none;
    /* width: 800px; */
    width: 400px;
}

.search-more-img {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.history-list {
    width: 100%;
    margin-top: 30px;
    min-width: 800px;
}

.list-item {
    padding: 6px 21px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    margin-right: 12px;
    margin-top: 18px;
    cursor: pointer;
}

.logotext {
    /* margin: auto 400px auto; */
    align-self: flex-start;
    /* transform: translateY(50%); */
    margin-top: 80px;
}

.title-img {
    width: 810px;
    height: 80px;
    margin-bottom: 50px;
}

.subtitle {
    font-size: 20px;
    color: #fff;
}


/* 导航 nav */

.nav-box {
    width: 100%;
    height: 48px;
    background: #2695F0;
}

.nav-list {
    height: 100%;
}

.nav-list-item {
    width: 25%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.nav-icon {
    width: 21px;
    height: 19px;
    margin-right: 5px;
}

.nav-title {
    font-size: 20px;
    line-height: 22px;
}

.on {
    color: aquamarine;
}

input {
    background: #fff;
}