/* 顶部轮播 */
.brandibrary-ban {
    background-color: #fff;
    margin-bottom: 1.25rem;
    padding: .9375rem;
}

.brandibrary-ban {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brandibrary-banner {
    width: 75%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: background-color 0.3s ease;
    --swiper-navigation-size: 1.875rem !important;
}

.swiper-button-prev::after {
    font-size: 1rem !important;
}

.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: background-color 0.3s ease;
    --swiper-navigation-size: 1.875rem !important;
}

.swiper-button-next::after {
    font-size: 1rem !important;
}

.brandibrary-ban:hover .swiper-button-prev {
    opacity: 1 !important;
}

.brandibrary-ban:hover .swiper-button-next {
    opacity: 1 !important;
}

.swiper-pagination {
    text-align: left;
    margin-left: .625rem;
}

.brandibrary-ban img {
    width: 100%;
    height: auto;
}

/* 搜索部分 */
.brandlibrary-search {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-input input {
    width: 100%;
    height: 36px;
    line-height: 2.25rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    padding: 0px .9375rem;
    font-size: 1rem;
}

.search-input input::placeholder {
    text-align: center;
    font-size: .875rem;
}

/* 原型 */
.el-carousel__indicators--horizontal {
    bottom: 7% !important
}

.el-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0
}

.el-carousel__item.is-active {
    z-index: 2
}

.el-carousel__item--card,
.el-carousel__item.is-animating {
    transition: transform .4s ease-in-out
}

.el-carousel__item--card {
    width: 50%
}

.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
}

.el-carousel__item--card.is-active {
    z-index: 2
}

.el-carousel__container {
    position: relative;
    height: 300px
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2
}

.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.el-carousel__indicators--outside {
    bottom: 26px;
    text-align: center;
    position: static;
    transform: none
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: .64
}

.el-carousel__indicators--outside button {
    background-color: #c0c4cc;
    opacity: .24
}

.el-carousel__indicators--labels {
    left: 0;
    right: 0;
    transform: none;
    text-align: center
}

.el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: 2px 18px;
    font-size: 12px
}

.el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px
}

.el-carousel__indicators--horizontal {
    bottom: 7% !important
}

.code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.y-elseLogin {
    text-align: left;
    line-height: 30px;
    width: 80%;
    margin: 0 auto
}

.y-elseLogin>a {
    display: inline-block;
    height: 30px;
    margin-right: 12px;
    cursor: pointer
}

.y-elseLogin .icon-wx {
    margin-right: 5px;
    vertical-align: middle
}

.y-elseLogin span {
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.y-elseLogin span>a {
    color: #53a822
}

.y-elseLogin .highlight {
    color: #53a822;
    cursor: pointer
}


.search .el-input__inner {
    border: none;
    background: transparent;
    font-family: PingFangSC-Regular;
    font-size: 34px;
    padding-left: 50px
}

.search .icon-search {
    font-size: 34px;
    position: relative;
    top: 5px;
    cursor: pointer
}

.search .tag-title {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 30px
}

.search .tag-list .tag-item {
    padding-left: 0;
    padding-right: 30px
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .search .el-input__inner {
        font-size: 2.34375vw;
        padding-left: 3.25521vw
    }

    .search .icon-search {
        font-size: 2.21354vw;
        top: 28%
    }

    .search .tag-title {
        font-size: 1.95312vw;
        padding-top: .65104vw;
        padding-bottom: 1.95312vw
    }

    .search .tag-list .tag-item {
        padding-right: 1.95312vw
    }
}

@media screen and (max-width:767px) {
    .set-dialog .dialog-wx {
        width: 100%
    }

    .y-elseLogin {
        text-align: left;
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 0 2%
    }

    .y-elseLogin span {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .search .el-input__inner {
        font-size: 4.53333vw;
        padding-left: 6.66667vw
    }

    .search .icon-search {
        font-size: 4.53333vw;
        top: 33%
    }

    .search .tag-title {
        font-size: 3.2vw;
        padding-top: 1.33333vw;
        padding-bottom: 4vw
    }

    .search .tag-list .tag-item {
        padding-right: 4vw
    }
}

.nav-list {
    background: #fff;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 5px 30px 30px 5px;
    font-size: 14px;
    flex-wrap: wrap;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8c9289
}

.nav-list-item {
    width: 72px;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .5s ease
}

.nav-list-item.active,
.nav-list-item:hover,
.tag-list-child .nav-list-item.tag-text-active,
.tag-list-child .nav-list-item.tag-text:hover,
.tag-list .tag-item .nav-list-item.tag-text-active,
.tag-list .tag-item .nav-list-item.tag-text:hover,
.y-content-nav ul li span.nav-list-item:hover {
    color: #53a822;
    border-color: #53a822
}

.brand-list {
    padding-top: 10px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap
}

.brand-list .brand {
    display: block;
    margin: 20px 20px 0 0;
    padding: 40px 16px;
    position: relative;
    background: #fff;
    width: 285px;
    height: 320px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease
}

.brand-list .brand-logo {
    width: 88px;
    height: 88px
}

.brand-list .brand-name {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: 40px;
    white-space: nowrap
}

.brand-list .brand-desc,
.brand-list .brand-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400
}

.brand-list .brand-desc {
    font-size: 14px;
    color: #8c9289;
    line-height: 1.6;
    text-align: left;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal
}

.brand-list .brand-btn {
    position: relative;
    right: 0;
    margin-top: 26px;
    width: 98px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
    color: #53a822;
    border-color: #53a822
}

.brand-list .brand-btn:hover {
    color: #fff;
    background: #53a822
}

.brand-list .brand:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    transform: translateY(-10px)
}

.btn-wrap {
    padding-top: 60px
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .brand-list .brand {
        width: 260px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .nav-list {
        padding: .32552vw 1.95312vw 1.95312vw .32552vw;
        font-size: 1.69271vw
    }

    .nav-list-item {
        width: auto;
        padding: 0 1.5625vw;
        height: 3.125vw;
        line-height: 2.99479vw;
        margin-left: 1.6276vw;
        margin-top: 1.6276vw
    }

    .brand-list {
        padding-top: .65104vw;
        margin-right: -1.30208vw
    }

    .brand-list .brand {
        margin: 1.30208vw 1.30208vw 0 0;
        padding: 2.86458vw 2.14844vw;
        width: 23.04688vw;
        height: 28.64583vw
    }

    .brand-list .brand-logo {
        width: 7.8125vw;
        height: 7.8125vw
    }

    .brand-list .brand-name {
        font-size: 1.95312vw;
        line-height: 4.55729vw
    }

    .brand-list .brand-desc {
        font-size: 1.5625vw;
        line-height: 1.6;
        height: 5.20833vw
    }

    .brand-list .brand-btn {
        margin-top: 2.21354vw;
        width: 8.72396vw;
        height: 3.125vw;
        line-height: 2.99479vw;
        font-size: 1.5625vw
    }

    .brand-list .brand:hover {
        box-shadow: 0 .32552vw 1.30208vw 0 rgba(0, 0, 0, .15);
        transform: translateY(-.65104vw)
    }

    .btn-wrap {
        padding-top: 6.51042vw
    }
}

@media screen and (max-width:767px) {
    .nav-list {
        padding: .66667vw 4vw 4vw .66667vw;
        font-size: 3.46667vw
    }

    .nav-list-item {
        width: auto;
        padding: 0 3.2vw;
        height: 6.4vw;
        line-height: 6.13333vw;
        margin-left: 2.66667vw;
        margin-top: 2.66667vw
    }

    .brand-list {
        padding-top: 0;
        margin-right: -2.66667vw
    }

    .brand-list .brand {
        margin: 2.66667vw 2.66667vw 0 0;
        padding: 6.66667vw 3.06667vw;
        width: 44.66667vw;
        height: 60vw
    }

    .brand-list .brand-logo {
        width: 16vw;
        height: 16vw
    }

    .brand-list .brand-name {
        font-size: 4vw;
        line-height: 9.33333vw
    }

    .brand-list .brand-desc {
        font-size: 3.2vw;
        line-height: 1.6;
        height: 10.66667vw
    }

    .brand-list .brand-btn {
        margin-top: 4.53333vw;
        width: 17.86667vw;
        height: 6.4vw;
        line-height: 6.13333vw;
        font-size: 3.2vw
    }

    .brand-list .brand:hover {
        box-shadow: 0 .66667vw 2.66667vw 0 rgba(0, 0, 0, .15);
        transform: translateY(-1.33333vw)
    }

    .btn-wrap {
        padding-top: 13.33333vw
    }
}