.www-content-list-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/list_background.png");
    background-size: 100%;
    background-position: 0% -450px;
    background-repeat: no-repeat;
}

.www-content-navi {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-items: start;
    color: #666666;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.search_condition_space {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.zcgood_text {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.zcgood_tip_common {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}

.zcgood_tip {
    height: 60px;
    overflow: hidden;
}

.lh20 {
    line-height: 20px;
}

.zcgood_buy {
    width: 380px;
    height: 48px;
    background: linear-gradient(90deg, #F75E66 0%, #F5222D 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zcgood_list {
    display: flex;
    justify-content: space-between;
}

.zcgood_list_left {
    width: 892px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
    box-sizing: border-box;
}

.zcgood_list_common {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.zcgood_list_left_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.zcgood_list_right {
    width: 285px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.zcgood_right_bg {
    background: #666666;
    width: 245px;
    height: 200px;
    border-radius: 4px;
}

.zcgood_shop_btn {
    width: 245px;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    border: 1px solid #F5222D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #F5222D;
    cursor: pointer;
}

.shop_name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-top: 48px;
}

.shop_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.shop_type_name {
    font-size: 14px;
    font-weight: 400;
    color: #1677FF;
}

.h16 {
    height: 16px;
}

.flex_space-between {
    display: flex;
    justify-content: space-between;
}