.partner-wrap {
    background: url('../../image/partners/banner.png') center 0/100% 0.925rem no-repeat;
    background-color: #F4F5F9;
    padding-bottom: 0.35rem;
}

.nav-box {
    display: flex;
    padding: 0.25rem 0 0.1rem 0;
}

.nav-box .nav-item {
    display: block;
    width: 0.5rem;
    height: 0.15rem;
    line-height: 0.15rem;
    font-size: 0.07rem;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #999999;
    margin-right: 0.05rem;
}

.nav-box .nav-item.cur {
    border: 1px solid #1F6FB8;
    color: #5388CB;
}

.shop-info {
    width: 100%;
    padding: 0.15rem 0.15rem 0.25rem 0.15rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
    background: #fff;
}

.shop-info .left {
    flex: 0 0 auto;
    width: 0.9rem;
    height: 0.9rem;
}

.shop-info .image-box {
    width: auto;
    width: 0.9rem;
    height: 0.9rem;
    padding:4px;
    border: 1px solid #CEDDF0;
    text-align: center;
}

.shop-info .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-info .info-box {
    padding-left: 0.15rem;
    padding-top: 0.02rem;
}

.shop-info .info-box .title {
    margin-bottom: 0.07rem;
}

.shop-info .info-box .shop-name {
    font-size: 0.08rem;
    font-weight: 400;
    color: #333333;
    margin-right: 0.05rem;
    line-height: 0.11rem;
}

.shop-info .info-box .crown-icon {
    padding: 0 0.03rem;
    font-size: 0.06rem;
    color: #5388CB;
    line-height: 0.1rem;
    background: #E7EEF8;
    border-radius: 2px;
}

.shop-info .description {
    font-size: 0.07rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.13rem;
    margin-bottom: 0.1rem;
}

.shop-info .contact-item {
    font-size: 0.06rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.085rem;
    display: inline-flex;
    align-items: center;
    margin-right: 0.1rem;
}

.shop-info .contact-item .icon {
    width: 0.08rem;
    height: 0.08rem;
    margin-right: 0.08rem;
    flex: 0 0 auto;
}

.shop-info .email .icon {
    background: url('../../image/partners/icon_mail.png') 0 0/100% 100% no-repeat;
}

.shop-info .tel .icon {
    background: url('../../image/partners/icon_tel.png') 0 0/100% 100% no-repeat;
}

.shop-info .address .icon {
    background: url('../../image/partners/icon_address.png') 0 0/100% 100% no-repeat;
}

.shop-info .collect-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.48rem;
    height: 0.14rem;
    border-radius: 2px;
    font-size: 0.06rem;
    color: #DD3D44;
    border: 1px solid #D22A2F;
    margin-top: 0.1rem;
}

.shop-info .collect-btn .icon {
    width: .08rem;
    height: .065rem;
    margin-top: 0;
    margin-right: .04rem;
    background: url(../../image/market/collect_active.png) 0 0/100% 100% no-repeat;
}

.shop-info .collect-btn.collected .icon{
  background: url(../../image/market/collect_actived.png) 0 0/100% 100% no-repeat;
}

.nav-cont {
    width: 100%;
}

.section-box {
    margin-top: 0.1rem;
    background: #fff;
}

.section-box .ttle-box {
    position: relative;
}

.section-box .ttle-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #CEDDF0;
}

.section-box .ttle-box .tit {
    position: relative;
    height: .3rem;
    padding: 0 .15rem;
    font-size: .08rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: .3rem;
}

.section-box .ttle-box .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1F6FB8;
}

.section-box .container {
    padding: .15rem .15rem 0.25rem;
}

.section-box .img-box {
    width: 1.5rem;
    height: 1.2rem;
    flex: 0 0 auto;
    margin-right: 0.1rem;
}

.section-box .img-box img {
    width: 100%;
    height: 100%;
}

.section-box .intro-box {
    font-size: 0.07rem;
    color: #666666;
    line-height: 0.12rem;
}

.section-box .intro-box p {
    margin-bottom: 0.1rem;
}

.section-box .intro-box p:last-child {
    margin-bottom: 0;
}

.section-box .product-intro {
    font-size: 0.07rem;
    color: #666666;
    line-height: 0.12rem;

}

.section-box .product-intro .text {
    margin-bottom: 0.1rem;
}

.section-box .product-intro li {
    line-height: 0.14rem;
    display: flex;
    align-items: center;
}

.section-box .product-intro li::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #666;
    margin: 0 0.1rem 0 0.06rem;
}

.sort-box {
    padding: 0.09rem 0.15rem;
    margin-bottom: 0.1rem;
    background: #fff;
    flex-wrap: wrap;
    align-items: center;
}

.goods-list .goods-item {
    padding: .13rem .15rem .15rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
    background: #fff;
    border: 1px solid #fff;
}

.goods-list .goods-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(187, 207, 236, 0.59);
    border: 1px solid #BBCFEC;
}

.goods-list .goods-item:hover .tit {
    color: #1F6FB8;
}

.goods-list .goods-item:hover .name {
    text-decoration: underline;
}

.goods-list .goods-item .left {
    flex-shrink: 0;
    margin-right: .15rem;
    padding-top: .02rem;
}

.goods-list .goods-item .image-box {
    width: .4rem;
    height: .4rem;
}

.goods-list .goods-item .image-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.goods-list .goods-item .collect-btn {
    margin-top: .08rem;
}

.goods-list .goods-item .info-box {
    flex: 1;
    overflow: hidden;
}

.goods-list .goods-item .title {
    overflow: hidden;
}

.goods-list .goods-item .tit {
    font-size: .08rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .11rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-list .goods-item .version {
    flex-shrink: 0;
    margin-left: .05rem;
    padding: 0 .06rem;
    line-height: .11rem;
    font-size: .06rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.goods-list .goods-item .description {
    width: 90.7%;
    height: .2rem;
    margin-top: .06rem;
    font-size: .06rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.goods-list .goods-item .info {
    margin-top: .05rem;
}

.goods-list .goods-item .txt {
    font-size: .06rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: .09rem;
}

.goods-list .goods-item .name {
    font-size: .06rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5388CB;
    line-height: .09rem;
}

.goods-list .goods-item .time {
    margin-left: .13rem;
    font-size: .06rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: .09rem;
}

.goods-list .goods-item .btn-box {
    margin-top: .08rem;
}

.goods-list .goods-item .btn-box>div {
    margin-right: .05rem;
}

.pagination-box {
    padding: 0.1rem 0;
    background: #fff;
}

.nav-cont .search-box {
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 1.4rem;
    height: 0.18rem;
    padding: 0.04rem 0.2rem 0.04rem 0.075rem;
    border: 1px solid #E6E9EB;
}

.nav-cont .search-box input {
    display: block;
    width: 100%;
    height: 0.1rem;
    line-height: 0.1rem;
    font-size: 0.07rem;
    color: #98A3B7;
    font-weight: 500;
    border: 0 none;
    outline: 0 none;
}

.nav-cont .search-box input::-webkit-input-placeholder {
    color: #98A3B7;
}

.nav-cont .search-box input::-moz-placeholder {
    color: #98A3B7;
}

.nav-cont .search-box input::placeholder {
    color: #98A3B7;
}

.nav-cont .search-box .icon {
    position: absolute;
    right: 0.075rem;
    top: 0.05rem;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../../image/search.png) 0 0 / 100% 100% no-repeat;
}

@media (max-width: 600px) {
    .nav-cont .search-box {
        position: relative;
        transform: none;
        width: 100%;
        right: 0;
        margin: 0.1rem 0;
    }
}

@media (max-width: 412px) {
    .pagination-box {
        padding: .1rem;
    }

    .pagination-box a {
        width: .12rem;
        height: .12rem;
        line-height: .12rem;
        margin-right: .03rem;
    }

    .goods-list .goods-item {
        padding: .1rem .05rem;
    }

    .goods-list .goods-item .left {
        margin-right: .05rem;
    }

    .goods-list .goods-item .description {
        width: 100%;
    }

    .subscribe-btn,
    .cart-btn,
    .buy-btn {
        padding: 0 .03rem;
    }

    .sort-box {
        margin-bottom: .2rem;
    }

    .sort-box .result {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 .15rem;
        line-height: .2rem;
    }
}

@media (max-width:968px) {
    .nav-box {
        display: flex;
        padding: 0.25rem 0.15rem 0.15rem 0.15rem;
    }
    .section-box .container {
        display: block;
    }

    .goods-list .goods-item .btn-box>div {
        margin-bottom: 0.05rem;
    }

    .section-box .img-box {
        display:none;
        width: 100%;
        height: auto;
        margin: 0 0 0.1rem 0;
    }

    .shop-info {
        padding: 0.15rem;
    }

    .contact-box {
        flex-direction: column;
    }

    .shop-info .left {
        width: 0.6rem;
        height: 0.6rem;
        text-align: center;
    }

    .shop-info .image-box {
        height: 100%;
        width: 100%;
        margin-right: 0;
    }

    .shop-info .contact-item {
        margin-bottom: 0.05rem;
    }

    .shop-info .info-box .title {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .shop-info .info-box .shop-name {
        margin-bottom: 0.05rem;
    }

    .shop-info .info-box .crown-icon {
        margin-bottom: 0.05rem;
    }

    .shop-info .contact-item .icon {
        margin-right: 0.03rem;
    }

}