/* 公共样式 */
body {
    font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
}

.cShadow {
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}

.w100 {
    width: 100%;
}

.clear {
    clear: both;
}

#myAlert {
    z-index: 9999;
}

.d-flex {
    display: flex;
    align-items: center;
    /* 垂直居中 */
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


.themed-grid-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    /* background-color: rgba(86, 61, 124, .15); */
    /* border: 1px solid rgba(86, 61, 124, .2); */
}



/* 公共样式 结束 ---------------------------------------------------------------------------------------------------------------------------------*/

/* 聊天 */

.chat-message {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    width: 80%;
    /* height: 16px; */
    margin-bottom: 10px;
    /* 消息间距 */
    /* background-color:#f46b0a ; */
    font-weight: bold;
    /* border: 1px solid #fff; */
}

.user-img img {
    height: 16px;
    display: inline-block; 
     vertical-align: middle;
    
}

.user-img {
    display: inline-block;
}

.message-row {
    display: flex;
    /* 使用 flexbox 排版 */
    flex-wrap: wrap;
    /* 允许换行 */
}

.user-info {
    /* 加粗 */
    color: #4fa1e2;
    /* 用户名颜色 */
    margin-right: 2px;
    /* 用户名与内容之间的间距 */
}

.user-tag {

    color: #ccc;
    /* 字体颜色 */
    border-radius: 5px;
    /* 圆角 */

}

.user-img,
.user-tag {
    height: 16px;
    padding-right: 2px;
    /* 内边距 */
}



.message-content {
    height: 16px;
    /* 容器高度 */

    align-items: center;
    /* 垂直居中对齐 */
    font-size: 12px;
    /* 字体大小 */

    flex: 1;
    /* 让内容占据剩余空间 */
    word-wrap: break-word;
    /* 允许单词换行 */
    overflow-wrap: break-word;
    /* 允许单词换行 */
    color: #fff;
    /* 内容颜色 */
    max-width: 100%;
    /* 最大宽度 */
}

/* new 登录 */
.utsIframe {
    min-width: 500px;
    /* display: none; */
    width: 60%;
    height: 60%;
    background: #fff;
    z-index: 1000;
    position: relative;
    left: 20%;
    top: 20%;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-repeat' viewBox='0 0 16 16'>  <path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/>  <path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/></svg>"); */
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: center center;
}

/* app清理缓存 */
.floating {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 999;
    right: 5px;
    bottom: 140px;
    border-radius: 50%;
    background: #388fd2;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

/* app 返回首页 */
.appBack {
    padding: 5vh 0;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
    height: 5vh;
    line-height: 5vh;

}

.appLoading {
    display: none;
    text-align: center;
    padding-top: 50%;
    position: absolute;
    z-index: 11;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.5);
}

.appBack .bi {
    font-style: normal;
}

.type-title .contain {
    width: 90px;
}

#myBonus .row {
    padding: 20px 0;
}

#myBonus .img-thumbnail:hover,
#myBonus .active {
    border-color: rgb(13, 110, 253);
}


#myBonus .col-4 {
    padding-bottom: 10px;
}

.clickBonucs {
    background: url("../images/gift.gif") no-repeat 0px 0px;
    margin-right: 10px;
    float: left;
    height: 29px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 40px;
}

/* 重要提醒 */
#myImportant .modal-content {
    width: 600px;
    height: 234px;
    line-height: 30px;
    text-align: center;
    border: none;
    margin: 0px auto;
    overflow: hidden;
    background-image: url("../images/prompt.png");
    background-size: cover;
    /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat;
    /* 背景图片不重复 */
    background-position: center;
    /* 背景图片居中 */
    background-color: rgba(255, 0, 0, 0);
}

/* 签到 */
#mySignIn p,
#myImportant p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 0 #374683;
    margin: 0;
}



#mySignIn .modal-content {
    /* width: 500px; */
    /* height: 200px; */
    line-height: 30px;
    text-align: center;
    border: none;
    margin: 0px auto;
    overflow: hidden;
    background-image: url("/uploads/syssite/signIn.png");
    background-size: cover;
    /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat;
    /* 背景图片不重复 */
    background-position: center;
    /* 背景图片居中 */
    background-color: rgba(255, 0, 0, 0);
}


/* app 左上角老师 */
.onlineLeft {
    position: relative;
    float: left;
    z-index: 101;
    line-height: 28px;
    color: white;
}

/* 自定义表情 */
#memesUpload {
    font-size: 28px !important;
}

.memesFontBlack {
    color: black;
}

.memesFunDiv {
    z-index: 1002;
    display: none;
    background: rgba(0, 0, 0, 0) !important;
}

.memesFun {
    height: 40px !important;
    width: 150px !important;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    background: white;
    position: absolute;
    right: 30%;
    bottom: 10%;
    z-index: 1003;
    border: 1px solid #ddd;
    /* 兼容 */
    padding: 0 10px !important;
    font-size: 10pt;
    color: #c1b4b4;
}

.memesFun img {
    width: 100%;
    max-width: 130px;
    max-height: 130px;
}

.memesFun span {
    cursor: pointer;
}

.memesFun .col-6:nth-child(1) {
    border-right: 1px solid #ddd;
}

.memesFun .col-6 {
    /* 兼容 */
    padding: 10px 0;
}

.memesFun .row:nth-child(2) {
    border-top: 1px solid #ddd;
}

#MsgBox1 .imgG1,
#publicChat .imgG1 {
    width: 22px;
    min-width: 22px;
}

#MsgBox1 .imgG2,
#MsgBox1 .imgG3,
#publicChat .imgG2,
#publicChat .imgG3 {

    width: 60%;
}

.memesDiv {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.memesDiv a {
    /* color: rgba(33, 37, 41, 0.75); */
}

.memesDiv a:hover,
.memesDiv .active {
    /* color: #ca8238 !important;
    background: #241c1e !important; */
}


.memes,
.memesFunDiv {
    height: 400px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    background: white;
    position: absolute;
}

.memesGroup {
    margin: 5px auto;
    height: 40.6px;
    position: absolute;
    bottom: 0px;
}

.memesGroup li {
    /* line-height: 40px; */
    margin: 0;
}

.memesGroup .page-link {
    height: 40px;
    padding: 5px 10px;


}

.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.memesGroup .page-item .bi {
    line-height: 30px;
    font-size: 30px;

}

.memesGroup .page-item a {
    line-height: 30px;
    font-size: 12px;
}

.memesGroup .page-item img {
    height: 28.4px;
    width: 28.4px;
}

.memesImg button,
.memesCustom button {
    width: 100%;
    height: 100%;
}

.memesImg .imgW,
.memesCustom .imgW {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.memesImg .imgH,
.memesCustom .imgH {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}



.memesImg {
    width: 8% !important;
    padding: 10px 5px !important;
}

/* 宽度小于600时 */
@media (max-width: 600px) {
    #mySignIn .signInP {
        padding: 230px 0 0 0;

    }

    #myImportant .signInP {
        padding: 80px 0 0 0;
        color: #fff;
    }

    #myImportant .signInP span {
        line-height: 25px;
    }

    #mySignIn .signInP {
        padding: 180px 0 0 0;

    }

    #mySignIn .modal-content {
        padding: 0 0 30px 0;
    }

    * {
        -webkit-touch-callout: none;
        /* 系统默认菜单被禁用 */
        -webkit-user-select: none;
        /* webkit浏览器 */
        -khtml-user-select: none;
        /* 早期浏览器 */
        -moz-user-select: none;
        /* 火狐 */
        -ms-user-select: none;
        /* IE */
    }


    /* 系统默认 小图标 小尺寸 */
    .memesImg {
        height: 44.19px;
        max-height: 44.19px;
    }

    /* 系统、客户自定义 随机尺寸  */
    .memesCustom {
        height: 91.4px;
        max-height: 91.4px;
    }

    .memes,
    .memesFunDiv {
        width: 100%;
        bottom: 50px;

    }

    .memes ul {
        justify-content: flex-start;
    }

    .memesGroup nav {
        height: auto;
        border: 0;
    }

}

@media (min-width: 900px) {
    #mySignIn .signInP {
        padding: 230px 0 0 0;

    }

    #myImportant .signInP {
        padding: 80px 0 0 0;
        color: #fff;
    }

    #myImportant .signInP span {
        line-height: 25px;
    }


    #mySignIn .modal-content {
        padding: 0 0 40px 0;
    }

    .memesImg {
        height: 48.63px;
        max-height: 48.63px;
    }

    .memesCustom {
        height: 120.8px;
        max-height: 120.8px;
    }

    .memes,
    .memesFunDiv {
        width: 500px;
        bottom: 165px;
        right: 10px;

    }
}


.memesSearch .bi-x-octagon {
    font-size: 20px;
    line-height: 20px;
}

.memesContent {
    height: 338.2px;
    overflow-y: auto;
}

.memesList button {
    padding: 0;
}



.memesGroup img {
    width: 40px;
    height: 40px;
}





/* 房间切换 */
.extensionCode {
    color: #0d6efd;
    font-size: 1.5rem !important;
}

.myRoom {
    padding-left: 2%;
    width: 10%;
    float: left;
    line-height: 30px;
    height: 30px;
}

.myRoom .bi {
    cursor: pointer;
}

.myRoom .dropdown-menu {
    background: #000;
}

.myRoom a:hover {
    background: #000;
}

.myRoom a .active {
    color: #FF0;
}

/*优化*/
/* 发言后 聊天内容与title的间距 */
.layim_chatsaye {
    margin-top: 30px !important;
}

/* 公屏 - 消息 - title */
.msg_content,
.tx,
.msg_head,
.date {
    margin-top: 15px !important;
    margin-left: 5px !important;
    /* max-height: 24px !important; */
    /* height: 24px !important; */
}

.videoTime {
    top: 30px
}

/* 客直播体验时间倒计时 */
#msg img {
    max-width: 60%;
}

#caitiao dd img {
    max-width: 200px;
}

.msg .date {
    /* height: 32px; */
    margin-bottom: 8px;
}

.tx {

    max-width: 24px !important;
}

.msg_content img {
    /* max-height: 24px !important; */
}

.u {
    margin: 0px !important;
}

.tx img {
    height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
}

.msg .msg_head {
    width: auto !important;
}

.msg_head img {
    margin: 0px !important;
    height: 24px !important;
    width: auto !important;
}

/* 修复 */
.Room_Tools img {
    padding: 5px;
}

.Room_ToolsImg {
    padding: 0 !important;
}

.bar {
    height: 22px !important;
}

.admin_tool {
    height: 200px !important;
}

#face {
    height: 290px !important;
}

#FontBar {
    height: 30px !important
}

.tool_bar {
    /* height: 75px !important; */
}

.layim_chatlist {
    padding-left: 0px;
}

.layim_chat,
.layim_chatmore,
.layim_groups,
.layim_chatmore_right {
    height: 512px !important;
}

.slideshow {
    height: 180px !important;
}