.header {
    background: #fff;
}

.header .top {
    width: 1200px;
    height: 73px;
    margin: 0 auto;
    vertical-align: middle;
}

.header .top-l {
    float: left;
}

.header .logo {
    float: left;
    width: 154px;
    height: 40px;
    margin: 17px 0 0 0;
    background: url('//j2.58cdn.com.cn/dist/jxedt/pcNewSite/images/logo.png') no-repeat 0 0;
    background-size: contain;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .location {
    padding-left: 5px;
    position: relative;
    float: left;
    /* width: 108px; */
    height: 30px;
    margin: 22px 0 0 23px;
    background: #F6F9FF;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .header .location::after {
    content: '.';
    position: absolute;
    right: 5px;
    top: 3px;
    display: block;
    font-size: 0;
    width: 22px;
    height: 22px;
    background: url('../images/home/more.png') no-repeat 0 0;
    background-size: cover;
    cursor: pointer;
} */
.header .location img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    /* margin: 4px 0 0 5px; */
}

.header .location .more::before {
    position: absolute;
    left: 40px;
    top: -7px;
    content: '.';
    font-size: 0;
    width: 14px;
    height: 7px;
    background: url('../images/home/to-up.png') no-repeat;
    background-size: contain;
}

.header .location .more {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    box-sizing: border-box;
    width: 540px;
    height: 331px;
    padding: 0 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    z-index: 11;
}

.header .location .hot {
    overflow: hidden;
    margin: 2px 0 0 0;
    padding: 12px 0;
    border-bottom: 1px solid #ECEFF7;
}

.header .location .til {
    font-size: 12px;
    font-weight: 400;
    color: rgba(152, 157, 163, 0.69);
    line-height: 20px;
}

.header .location .hot .til {
    float: left;
    width: 70px;
}

.header .location .hot ul {
    overflow: hidden;
    float: left;
}

.header .location .hot li {
    float: left;
    height: 20px;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 20px;
}

.header .location .hot li a.actve,
.header .location .hot li a:hover {
    color: rgb(37, 203, 110);
}

.header .location .filter {
    overflow: hidden;
    margin: 16px 0 0 0;
}

.header .location .filter .til {
    float: left;
    margin: 0 10px 0 0;
}

.header .location .filter .box {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    float: left;
    width: 429px;
    height: 23px;
    padding: 0 10px;
    background: #F6F9FF;
    border-radius: 15px;
}

.header .filter .box a {
    font-size: 12px;
    /* font-weight: 600; */
    color: rgba(152, 157, 163, 0.69);
    line-height: 23px;
    letter-spacing: 2px;
}

.header .filter .box a.active,
.header .filter .box a:hover {
    color: rgba(23, 35, 47, 1);
}

.header .location .data {
    position: relative;
    height: 221px;
    overflow: scroll;
}

.header .location .data .box {
    width: 100%;
    height: 100%;
}

.header .area {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.header .area .letter {
    float: left;
    margin: 0 16px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(152, 157, 163, 0.69);
    line-height: 30px;
}

.header .area .name {
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(152, 157, 163, 0.69);
    line-height: 30px;
}

.header .area .list {
    float: left;
    width: 410px;
}

.header .area .list a {
    margin: 0 15px 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(23, 35, 47, 1);
    line-height: 28px;
    white-space: nowrap;
}

.header .area .list a.actve,
.header .area .list a:hover {
    color: rgba(37, 203, 110, 1);
}

.header .car-type {
    position: relative;
    float: left;
    /* width: 80px; */
    height: 30px;
    margin: 22px 0 0 10px;
    background: #F6F9FF;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 30px;
    padding-left: 5px;
}

.header .car-type .headerCarType {
    float: left;
}

.header .car-type selectIcon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    float: left;
}

.header .car-type img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 4px 0 0 0;
}

.header .car-type .more::before {
    position: absolute;
    left: 40px;
    top: -7px;
    content: '.';
    font-size: 0;
    width: 14px;
    height: 7px;
    background: url('../images/home/to-up.png') no-repeat;
    background-size: contain;
}

.header .car-type .more {
    display: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 42px;
    width: 227px;
    height: 223px;
    padding: 0 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}

.header .car-type .til {
    margin: 13px 0 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(152, 157, 163, 0.69);
}

.header .car-type ul {
    overflow: hidden;
}

.header .car-type ul:nth-of-type(1) {
    border-bottom: 1px solid #ECEFF7;
}

.header .car-type ul:nth-of-type(1) li:nth-child(4n) {
    margin: 0;
}

.header .car-type ul:nth-of-type(2) li:nth-child(2n) {
    margin-right: 0;
}

.header .car-type li {
    float: left;
    margin: 0 20px 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 20px;
}

.header .car-type .more li:hover a {
    color: #25CB6E !important;
}

.header .car-type li a {
    font-size: 14px;
}

.header .top-r {
    float: right;
    width: 700px;
}

.header .search {
    float: left;
    width: 220px;
    height: 30px;
    margin: 22px 0 0 0;
    border: 1px solid #17232F;
    border-radius: 15px;
}

.header .search .select {
    float: left;
    width: 63px;
    height: 30px;
    background: #F6F9FF;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 30px;
    border-radius: 15px 0 0 15px;
}

.header .select ul::before {
    position: absolute;
    left: 50%;
    top: -7px;
    content: '.';
    font-size: 0;
    width: 14px;
    height: 7px;
    margin-left: -7px;
    background: url('../images/home/to-up.png') no-repeat;
    background-size: contain;
}

.header .select ul {
    display: none;
    position: relative;
    left: 0;
    top: 30px;
    width: 63px;
    height: 202px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    background: #fff;
    z-index: 10;
}

.header .select ul li {
    width: 28px;
    margin: 15px auto 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #ECEFF7;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 20px;
    text-align: center;
}

.header .select ul li:last-child {
    border: none;
}

.header .select ul li a {
    font-size: 14px;
}

.header .select ul li a:hover {
    color: #00C356;
}

.header .search span {
    display: block;
    width: 41px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 30px;
    text-align: right;
}

.header .search img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 4px 0 0 0;
    cursor: pointer;
}

.header .search input {
    display: block;
    float: left;
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-indent: 9px;
    border: 0;
    outline: none;
    color: #333;
}

.header .search input::placeholder {
    color: rgba(152, 157, 163, 0.69);
}

.header .search button {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 4px 13px 0 0;
    background: url('//j1.58cdn.com.cn/dist/pcNewSite/images/home/search.png') no-repeat 0 0;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.header .app,
.header .ruzhu,
.header .houtai {
    float: left;
    margin: 26px 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 20px;
}

.header .app img,
.header .ruzhu img,
.header .houtai img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 0 2px 0 0;
}

.header .app {
    position: relative;
}

.header .app a,
.header .ruzhu a,
.header .houtai a {
    color: #333;
}

.header .app ul::before {
    position: absolute;
    left: 50%;
    top: -7px;
    content: '.';
    font-size: 0;
    width: 14px;
    height: 7px;
    margin-left: -7px;
    background: url('../images/home/to-up.png') no-repeat;
    background-size: contain;
}

.header .app ul {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    height: 104px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    background: #fff;
    z-index: 10;
}

.header .app ul li {
    padding: 14px 0;
    border-bottom: 1px solid #ECEFF7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #17232F;
}

.header .app ul li:last-child {
    border: none;
}

.header .app ul li a {
    font-size: 14px;
}

.header .app ul li a:hover {
    color: #00C356;
}

.header .login {
    float: right;
    margin: 28px 0 0 0;
    border-left: #CDCFD2 solid 1px;
}

.header .login a {
    margin: 0 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #17232F;
    line-height: 18px;
}

.header .menu {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.header .menu li {
    position: relative;
    margin-right: 185px;
}

.header .menu li:last-child {
    margin: 0;
}

.header .menu li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #17232F;
    line-height: 54px;
}

.header .menu li a {
    font-size: inherit;
    color: #333;
}

.header .menu li::after {
    content: '.';
    font-size: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #00C356;
    border-radius: 4px;
}

.header .menu li:hover a,
.header .menu li.active a {
    color: #00C356;
}

.header .menu li.active::after {
    visibility: visible;
}

.header .banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 440px;
}

.header .banner .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header .banner ul,
.header .banner li {
    display: block;
    width: 100%;
    height: 100%;
}

.header .banner ul li {
    display: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.header .banner .cont img {
    display: block;
    width: auto;
    max-width: 600px;
    max-height: 100%;
    transition: transform ease 0.3s;
}

.header .banner li img:nth-child(1) {
    float: left;
    transform: translateX(-100px);
}

.header .banner li img:nth-child(2) {
    float: right;
    transform: translateX(100px);
}

.header .banner ul li.active {
    display: block;
}

.header .banner ul li.active img {
    transform: translateX(0);
}

.header .banner .page {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 91px;
    height: 20px;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.header .banner .page li {
    width: 8px;
    height: 8px;
    transition: all ease 0.3s;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    opacity: 0.5;
    cursor: pointer;
}

.header .banner .page li.active {
    width: 24px;
    height: 8px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    opacity: 1;
}