﻿.listBox-sd-s.pyqb ul.xd-goodsList-ul-sd li {
    width: 230px;
    height: 580px;
}

.listImg a img {
    width: 205px;
    height: 205px;
    display: inline;
}

.pyqb ul li .list_div {
    width: 225px;
    border: none;
}

.listBox-sd-s.pyqb .cur-btns {
    width: unset;
}

.listBox-sd-s.pyqb ul.xd-goodsList-ul-sd li .cellbox-new .wx_cell {
    width: 225px;
}

.ChatRecord {
    width: 210px;
    height: 151px;
}

.ChatRecord_info {
    width: 210px;
}

.ChatRecord_title {
    font-size: 12px;
}

.ChatRecord_content {
    margin-left: 15px;
}

.ChatRecord_info {
    font-size: 12px;
}

.ChatRecord_footer {
    bottom: 0;
}

.list_div .icon_box .sale_icon {
    float: left;
}

.sale_icon_box .coupon-money {
    position: absolute;
    right: 10px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}
.ddbt_div {
    height: 35px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    text-align: center;
    transition: all .6s linear;
    background: linear-gradient(0deg,rgba(93,115,108,0.8),rgba(93,115,108,0.8));
    background: -webkit-linear-gradient(0deg,rgba(93,115,108,0.8),rgba(93,115,108,0.8));
    background: -o-linear-gradient(0deg,rgba(93,115,108,0.8),rgba(93,115,108,0.8));
    background: -moz-linear-gradient(0deg,rgba(93,115,108,0.8),rgba(93,115,108,0.8));
    border-radius: 5px 5px 0px 0px;
}

.ddbt_text {
    color: #fde6ce;
    position: relative;
    top: 10px;
}

.ddbt_value {
    position: relative;
    top: 10px;
    left: 15px;
    background-image: linear-gradient(270deg,#ffdfbc,#faecdf);
    color: #86632c;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 9px;
}

.list-cell:hover .listImg .ddbt_div {
    opacity: 0;
}

.countDown_new {
    height: 40px;
    left: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1644;
    text-align: center;
    background: rgba(0,0,0,.65);
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    border-radius: 160px;
    padding: 10px 16px;
    box-sizing: border-box;
    background: linear-gradient(to right,rgba(44,195,243,.7),rgba(24,115,237,.8));
    box-shadow: 0 2px 4px 0 rgba(52,138,238,.6);
}



/*超级单页*/

.community_sucai_body {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    height: 500px;
    background: rgb(247, 248, 252);
    border-radius: 10px;
    border: 1px solid rgb(220, 222, 226);
}

.community_sucai_title {
    position: relative;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px 0px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    height: 50px;
    display: flex;
    z-index: 999;
}

    .community_sucai_title .community_sucai_name {
        font-size: 18px;
        font-weight: 700;
    }

        .community_sucai_title .community_sucai_name span {
            font-size: 12px;
            color: rgb(153, 153, 153);
            margin-left: 10px;
        }

.community_sucai_kz label {
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    color: #666;
}

    .community_sucai_kz label input {
        margin-right: 5px;
    }

.community_sucai_content {
    width: 100%;
    height: 450px;
    display: flex;
}

.community_content_left {
    background: rgb(255, 255, 255);
    width: 30%;
    height: 100%;
    border-right: 1px solid rgb(220, 222, 226);
    overflow-y: auto;
}

    .community_content_left ul li {
        display: flex;
        align-items: center;
        padding: 15px 0px 15px 15px;
        border-bottom: 1px solid rgb(220, 222, 226);
        cursor: pointer;
    }

        .community_content_left ul li:hover {
            background: #f2f2f2;
        }

    .community_content_left ul .active {
        background: #f2f2f2;
    }

    .community_content_left ul li img {
        width: 40px;
        height: 40px;
    }

    .community_content_left ul li .qun_name {
        margin-left: 10px;
    }

        .community_content_left ul li .qun_name div {
            font-size: 12px;
        }

            .community_content_left ul li .qun_name div i {
                font-size: 11px;
                color: #fff;
                border-radius: 3px;
                padding-left: 3px;
                padding-right: 3px;
            }

            .community_content_left ul li .qun_name div .new {
                background: #44D7B6;
            }

            .community_content_left ul li .qun_name div .hot {
                background: #FA111C;
            }

        .community_content_left ul li .qun_name p {
            font-size: 12px;
            color: #999;
        }

.community_content_right {
    background: #F3F4F6;
    width: 70%
}

.content_data {
    overflow-y: auto;
    height: 400px;
}

    .content_data ul {
        width: 90%;
    }

        .content_data ul li {
            display: flex;
            margin-bottom: 15px;
            margin-top: 20px;
            margin-left: 20px;
        }

            .content_data ul li .head_img {
                width: 50px;
                height: 50px;
                border-radius: 5px;
            }

            .content_data ul li .content_data_list {
                display: flex;
                margin-left: 10px;
                position: relative;
            }

                .content_data ul li .content_data_list .btn_i {
                    position: absolute;
                    left: 100%;
                    bottom: -7px;
                    margin-left: 5px;
                }

                    .content_data ul li .content_data_list .btn_i i {
                        cursor: pointer;
                    }

                        .content_data ul li .content_data_list .btn_i i img {
                            width: 20px;
                            height: 20px;
                        }



                .content_data ul li .content_data_list img {
                    max-width: 130px;
                    border-radius: 10px;
                    max-height: 200px;
                }

                .content_data ul li .content_data_list video {
                    max-width: 130px;
                    border-radius: 10px;
                    max-height: 200px;
                    padding: 10px;
                    background: #fff;
                }

                .content_data ul li .content_data_list .vdo2 {
                    cursor: pointer;
                    width: 35px;
                    height: 35px;
                    background-size: 100% 100%;
                    display: inline-block;
                    position: relative;
                    left: -50%;
                    top: 40%;
                }

                .content_data ul li .content_data_list .remark_text {
                    padding: 16px;
                    background: #fff;
                    -webkit-border-radius: 8px;
                    border-radius: 8px;
                    color: #444;
                    font-size: 14px;
                    word-break: break-all;
                }

.content_button {
    height: 55px;
    background: #F7F7FD;
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

    .content_button div {
        display: inline-block;
        height: 28px;
        border: 1px solid;
        width: 110px;
        border-radius: 20px;
        margin-top: 6px;
        padding-top: 5px;
        color: #fff;
        cursor: pointer;
    }

    .content_button .clearhidden {
        background: #5fb878;
    }

    .content_button .getTkl {
        background: #1cadec;
    }

.el-message-box__wrapper {
    z-index: 99999999 !important;
}
.layui-layer-close {
    z-index: 99999 !important;
}


.custom-dialog {
    z-index: 999999999 !important;
}
.layui-layer-msg {
    z-index: 9999999999 !important;
}