.join3{
    width: 8rem;height: 2.5rem;background-color: #005BFF;color: white;margin-top: 4.8rem;justify-content: center;align-items: center;border-radius: 1.25rem;display: flex;cursor: pointer;
}

.introduce-image{
    width: 2.3rem;height: 2.3rem;margin-right: 1rem;margin-top: 2.9rem;
}
.introduce{
    font-weight: bold;margin-top: 3.45rem;
}
.introduce-detail{
    color: #333333;width: 11rem;margin-top: 0.86rem;
}
.activity{
    padding: 2rem;background-color: #FFF1D1;border-radius: 1rem;width: calc(50% - 0.75rem);
}
.activity-list{
    align-items: center;display: flex;cursor: pointer;
}
.activity-tag{
    width: 0.35rem;height: 0.6rem;margin-left: 0.2rem
}
.activity-grid{
    justify-content: space-between;display: grid;grid-template-columns: repeat(3, 1fr);grid-column-gap: 0.6rem;grid-row-gap: 0.6rem;width: 100%;
}
.zone{
    font-weight: bold;margin-bottom: 1.5rem;
}
.zone-title{
    width: 27rem;height: 13.3rem;margin-right: 0.3rem;border-radius: 0.6rem;display: flex;justify-content: space-between;position: relative;
}
.zone-headline{
    margin-top: 0.8rem;font-weight: bold;width: 9.5rem;
}
.zone-product-name{
    margin-top: 1rem;font-weight: bold;
}
.top-factory-bg{
    width: 23.5rem;height: 23.5rem;background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0.3) 100%);border-radius: 1rem;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;
}
.top-factory-img{
    position: absolute;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;
}
.shop-title{
    margin-top: 3.5rem;font-weight: bold;padding-top: 2.5rem;
}
.product-list{
    line-height: 0.7rem;display: flex;align-items: center;cursor: pointer;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
    width: 100%;
}
.recommend-text-1 {
    color: #222222;
    margin-top: 0.8rem;
}

.recommend-text-3 {
    color: #ff5c00;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.video{
    display: flex;justify-content: space-between;width: 100%;overflow: hidden;border-radius: 1rem;
}
.tag-sub{
    background-color: #1F58FF;border-radius:1.1rem;margin-top: 0.8rem;display: flex;justify-content: center;height: 2rem;align-items: center;color: white;font-weight: bold;display: none;cursor: pointer;
}
