.component-talk-view {
    background-color: #fcfcfc;
    position: relative;
    padding-bottom: 62px;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.component-talk-view_top-text {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    opacity: 0.45;
}

.component-talk-view_follow-icon-wrapper {
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.component-talk-view_follow-icon {
    margin-top: 15px;
    display: inline-block;
    padding: 6px 24px;
    background: linear-gradient(104.61deg, #9E34C0 7.02%, #E33B95 92.28%);
    border-radius: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.component-talk-view_scroll {
    flex: 1 1 0px;
    overflow-y: auto;
}

.component-talk-view_product-module {
    max-width: 50%;
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 28px;
}

.component-talk-view_product-module_image {
    font-size: 0;
    border-radius: 12px;
    overflow: hidden;
    width: 165px;
}

.component-talk-view_product-module_image img {
    font-size: 0;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.component-talk-view_product-module_image-default {
    width: 165px;
    height: 165px;
    background-color: #ddd;
}

.component-talk-view_product-module_name {
    margin-top: 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    text-align: center;
}

.component-talk-view_product-module_price {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}

.component-talk-view_product-module_price_delete {
    margin-left: 5px;
    opacity: 0.45;
    text-decoration: line-through;
}

.component-talk-view_product-module_color-select {
    margin-top: 7px;
    display: flex;
}

.component-talk-view_product-module_color-item {
    margin-left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.component-talk-view_product-module_color-item:first-child {
    margin-left: 0;
}

.component-talk-view_talk-module {
    margin-top: 19px;
    padding: 0 15px;
}

.component-talk-view_talk-item {
    margin-top: 6px;
    display: flex;
}

.component-talk-view_talk-item.right {
    justify-content: right;
}

.component-talk-view_talk-item:first-child {
    margin-top: 0;
}

.component-talk-view_talk-item.left+.component-talk-view_talk-item.right,
.component-talk-view_talk-item.right+.component-talk-view_talk-item.left {
    margin-top: 19px;
}

.component-talk-view_talk-item_avator {
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin-top: 7px;
}

.component-talk-view_talk-item_avator>img {
    width: 100%;
    height: 100%;
}

.component-talk-view_talk-item.left .component-talk-view_talk-item_avator {
    margin-right: 10px;
}

.component-talk-view_talk-item.right .component-talk-view_talk-item_avator {
    margin-left: 10px;
}

.component-talk-view_talk-item_avator-default {
    width: 24px;
    height: 24px;
    background-color: #ddd;
}

.component-talk-view_talk-item_text {
    border-radius: 19px;
    display: inline-flex;
    max-width: 80%;
    padding: 8px 24px;
    background: #efefef;
    font-size: 14px;
}

.component-talk-view_talk-item.right .component-talk-view_talk-item_text {
    background: #9322C4;
    color: #fff;
}

.component-talk-view_input-module {
    position: absolute;
    bottom: 14px;
    height: 36px;
    left: 26px;
    right: 26px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    border-radius: 28px;
}

.component-talk-view_input-module_photo-icon {
    font-size: 0;
}

.component-talk-view_input-module_operate {
    display: flex;
    align-items: center;
}

.component-talk-view_input-module_operate_icon {
    font-size: 0;
    margin-left: 12px;
}