.shop__homeBox {
    margin-top: 20px;
}

.shop___slider {
    width: 880px;
    position: relative;
    overflow: hidden;
}

.shop___slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop___slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.shop___slider .swiper-pagination>.swiper-pagination-bullet {
    background-color: #fff !important;
}

.shop__profile {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.shop__profile .text {
    max-height: 90px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    text-indent: 20px;
    position: relative;
}

.shop__profile .more {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: var(--theme-color) !important;
    /* background: linear-gradient(to right, transparent, #fff); */
    font-size: 14px;
    color: #666;
}

.shop__profile .more a {
    color: var(--theme-color);
}

/* 店铺首页产品 */
.shop__goodsBox {
    background-color: #fff;
    padding: 5px 20px 0;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
}

.shop__goodsBox .shop__goodsItems:nth-child(4n) {
    margin-right: 0;
}

.shop__goodsBox .shop__goodsItems {
    width: 195px;
    margin: 0 20px 10px 0px;
    padding-bottom: 10px;
}

.shop__goodsBox .shop__goodsItems:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.shop__goodsBox .shop__goodsImg {
    width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .5s ease 0s;
    position: relative;
}

.shop__goodsBox .shop__goodsImg:hover img {
    transform: scale(1.05)
}

.shop__goodsBox .shop__goodsTitle {
    font-size: 14px;
    padding: 0 8px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    height: 44px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}


.shop__goodsBox .shop__goodsImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
    width: 100%;
}

/* 右边询盘 */
.shop__message {
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 300px;
}

.shop__message .message__top {
    display: flex;
}

.shop__message .message__top .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}

.shop__message .message__top .img>img {
    width: 100%;
}

.shop__message .message__top .right {
    width: 100%;
    margin-left: 15px;
}

.shop__message .message__top .right .name {
    font-size: 18px;
    height: 25px;
    margin-top: 10px;
    line-height: 25px;
    overflow: hidden;
}

.shop__message .message__top .right .name>span {
    color: #666;
    font-size: 14px;
}

.shop__message .message__top .right .com {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.shop__message .message__top .right .bth {
    border: 1px solid var(--line-color);
    display: inline-block;
    margin-top: 10px;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 15px;
    cursor: pointer;
    color: #333;
}

.shop__message .message__top .bth>.iconfont {
    font-size: 15px;
    margin-right: 3px;
}

.shop__message .message__info {
    margin-top: 10px;
}

.shop__message .message__info .item {
    display: flex;
    font-size: 14px;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin: 5px 0;
}

.shop__message .message__info .item .label {
    width: 70px;
    display: flex;
    color: #666;
    flex-shrink: 0;
}

.shop__message .message__info .item .text {
    /* color: #999; */
    width: 100%;
}

.shop__message .message__cont {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.shop__message .message__cont .title {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #333;
}

.shop__message .message__cont .title i {
    color: #666;
    margin-left: 5px;
}

.shop__message .message__cont .content {
    line-height: 25px;
    font-size: 14px;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 10px;
}

.shop__message .message__cont .bth {
    padding: 0 24px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    background-color: var(--theme-color);
    background: linear-gradient(90deg, #fd3131, var(--theme-color));
}

.shop__message .message__cont .bth i {
    margin-right: 5px;
    font-size: 18px;
}

.shop__message .message__cont .bth>a{
    color: #fff !important;
}

.shop__introduce {
    display: flex;
    padding-top: 0;
}

.shop__introduce .text {
    max-height: none;
    font-size: 16px !important;
}

.shop__introduce .logo {
    width: 180px;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid var(--line-color);
    margin-left: 20px;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
}

.shop__introduce .logo img {
    width: 100%;
    display: flex;

}

.shop__archivesBox {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.shop__archivesBox .shop__archives {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--line-color);
    border-left: 1px solid var(--line-color);
}

.shop__archivesBox .shop__archives .items {
    width: 50%;
    display: flex;
    border-right: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    line-height: 28px;
    box-sizing: border-box;
    text-indent: 15px;
}

.shop__archivesBox .shop__archives .items>.label {
    width: 100px;
    padding: 8px 0;
    background-color: rgb(248, 248, 248);
    flex-shrink: 0;
    overflow: hidden;
}

.shop__archivesBox .shop__archives .items>.text {
    width: 100%;
    padding: 8px 0;
    overflow: hidden;
}

.shop__contact {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.shop__contact .items {
    display: flex;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    padding: 6px 0;
    flex-wrap: wrap;
}

.shop__contact .items .label {
    width: 80px;
    flex-shrink: 0;
    color: #999;
}

.shop__contact .items .text {
    overflow: hidden;
}

.allmap {
    height: 500px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.brand__listbox3 .brand__selection {
    width: 266px !important;
}

.brand__listbox3 .brand__selection .brand__img {
    width: 256px !important;
    height: 122px !important;
}

.brand__listbox3 .brand__selection:nth-child(3n) {
    margin-right: 0 !important;
}