.head {
    width: 100%;
    /* height: 120px; */
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 99999;
}

.head-top {
    width: 104%;
    height: 40px;
    /* background-color: #a6c311; */
    display: flex;
}

.head-top-left {
    width: 20%;
    /* background-color: black; */
}

.head-top-right {
    width: 80%;
    height: 40px;
    background: #a6c311;
    border-bottom-left-radius: 5px;
    transform: skewX(45deg);
}

.head-top-right-count {
    width: 80%;
    height: 100%;
    /* background-color: blue; */
    transform: skewX(-45deg);
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
}

.head-top-right-count-left {
    display: flex;
    width: 70%;
}

.head-top-right-count-right {
    display: flex;
    width: 10%;
    /* background-color: brown; */
    align-items: center;
    justify-content: space-evenly;
}

.head-top-right-count-one {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    margin-left: 20px;
}

.head-top-right-count-right-yuan {
    width: 30px;
    height: 30px;
    background-color: #9BB60E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 导航 */
.head-nav {
    width: 85%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.head-nav-list {
    width: 100px;
    line-height: 80px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0px 20px;
}
.head-nav-list a {
    color: #fff;

}
.head-nav-list:hover>a {
    color: #9BB60E;
}

.head-nav-list-down {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 0;
    display: none;
    background-color: #fff;
}

.pos {
    position: relative;
}

.secondary {
    /* display: none; */
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    color: black;
}
.secondary a {
    color: black;

}

.secondary:hover>a {
    color: #9BB60E;

}

.pos:hover .head-nav-list-down {
    display: block;
}

.secondary:hover {
    color: aquamarine;
    background-color: rgb(222, 222, 222);
}

.search {
    position: relative;
    margin-right: 60px;

}

.search img {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper {
    --swiper-pagination-color: #fff;
    /* 两种都可以 */
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: none;
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: none;
}