#socials ul,
#father-scroll ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

.imgWrapper>.like {
    position: absolute;
    font-size: 25px;
    line-height: 25px;
    color: red;
    bottom: 15px;
    left: 15px;
}

.imgPreview {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.imgPreview img {
    z-index: 100;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

#clickAction {
    padding-left: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

#name {
    word-break: break-all;
}

#more {
    width: 140px;
}

#whatsappMe {
    width: 140px;
}

#summon_btn {
    max-width: 290px;
    min-width: 140px
}

#content img {
    max-width: 100%;
    height: auto;
}

#items {
    position: relative;
    overflow: hidden;
}

#items ul {
    display: flex;
    position: relative;
}

#item ul li {
    position: relative;
}

.message_action {
    gap: 8px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.message_action .message_btn {
    flex-grow: 1;
}

.message_action .message_btn,
.message_action .summon_btn {
    width: 100%;
}

.next span,
.prev span {
    font-size: 36px;
    font-weight: 100;
}

.listImg {
    width: 65px;
    height: 65px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.listImg:hover {
    border-color: red;
}

.spec-scroll {
    display: flex;
    align-items: center;
}

.social-list {
    display: flex;
    position: relative;
}

.socialImg {
    object-fit: cover;
    cursor: pointer;
}

.listImg:hover {
    border-color: red;
}

.message-modal-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
}

.custom-floating-modal {
    position: fixed;
    bottom: 20px;
    right: 120px;
    width: 360px;
    z-index: 999;
}

.modal-dialog-bottom-right {
    margin: 0px;
}

.custom-floating-modal .modal-content {
    pointer-events: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.message_btn {
    width: 100%;
    /* margin-top: 10px; */
}

.custom-modal-header {
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.message-reply {
    padding: 0px 0px 20px 0px;
}

.socials-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1000;
}

@media screen and (max-width: 576px) {
    .socials-button {
        display: none;
    }

    .custom-floating-modal {
        bottom: 96px;
        right: 20px;
    }

    .message-modal-btn {
        right: 10px;
    }

    .backToTop {
        display: none;
    }

    .spec-scroll {
        width: 360px;
        padding-top: 0px;
        justify-content: center;
    }

    #father-scroll {
        display: flex;
        justify-content: center;
    }

    .next span {
        font-size: 50px;
    }

    .prev span {
        font-size: 50px;
    }

    .listImg {
        width: 73px;
        height: 73px;
    }

    /* 操作按钮样式 */
    #clickAction {
        padding: 0;
        justify-content: space-between;
    }

    #more {
        width: 100%;
    }

    #summon_btn {
        width: 100%;
        max-width: none;
    }

    /* 标题样式 */
    #name {
        font-size: 16px;
        padding-left: 0px;
    }

    /* 社媒样式 */
    #socials {
        margin-top: 40px;
        padding-left: 0px;
    }

    #summon {
        margin-top: 10px;
    }

    .socialImg {
        width: 40px;
        height: 40px;
    }

    #whatsappMe {
        width: 100%;
    }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .spec-scroll {
        width: 440px;
        padding-top: 0px;
        justify-content: center;
    }

    #father-scroll {
        display: flex;
        justify-content: center;
    }

    #more,
    #whatsappMe {
        width: 100%;
    }

    #summon_btn {
        width: 100%;
        max-width: none;
    }

    /* 操作按钮样式 */
    #clickAction {
        padding: 0;
        justify-content: space-between;
    }

    /* 标题样式 */
    #name {
        font-size: 16px;
        padding-left: 0px;
    }

    /* 社媒样式 */
    #socials {
        margin-top: 40px;
        padding-left: 0px;
    }

    #summon {
        margin-top: 10px;
    }

    .socialImg {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .message_action {
        flex-wrap: nowrap;
    }

    .message_action .message_btn {
        width: 60%;
    }

    .message_action .summon_btn {
        width: 40%;
    }

    #name {
        padding-left: 20px;
    }

    /* 社媒样式 */
    #socials,
    #summon {
        margin-top: 20px;
        padding-left: 20px;
    }

    .socialImg {
        width: 25px;
        height: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .spec-scroll {
        width: 440px;
        padding-top: 0px;
    }

    /* 标题样式 */
    #name {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .spec-scroll {
        width: 440px;
        padding-top: 0px;
    }

    #name {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
    #name {
        font-size: 24px;
    }
}