.layui-link {
    text-decoration: underline;
    cursor: pointer;
}

.layui-layer-radius {
    border-radius: 20px;
}

    .layui-layer-radius .layui-layer-content {
        border-radius: 20px;
        overflow: hidden;
    }
/* 模型次数受限 */
.lg\:absolute.lg\:w-full {
    display: none !important;
}

[data-testid="model-switcher-o1-pro"] {
    display: none !important;
}

.right-chat-gpt {
    position: fixed;
    top: 10px;
    right: 60px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.list-dropdown-tabs {
    border-radius: 15px;
    padding: 10px 20px;
    width: 320px;
    background-color: #f9f9f9;
}

    .list-dropdown-tabs .layui-row {
        margin: 5px 0;
    }

        .list-dropdown-tabs .layui-row .width {
            width: 180px;
            text-align: left;
        }

[data-testid="model-switcher-o1-pro"] {
    display: none !important;
}

.right-action-chat-gpt {
    position: fixed;
    top: 80px;
    right: 0;
    height: 36px;
    padding-right: 10px;
    background-color: #000;
    line-height: 36px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    cursor: pointer;
}

    .right-action-chat-gpt span {
        font-size: 42px;
        color: #fff;
        padding-left: 10px;
    }

.pr-3.init, .pe-3.init {
    display: none;
}
