body {
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    background: #fbfbfb;
}
.round50 {border-radius: 50px}
.pointer {cursor: pointer;}
.indent {
    text-indent: -9999px
}

.user_photo50 {
    width: 50px;
    height: 50px
}

.user_photo {
    display: inline-block;
    overflow: hidden
}

.user_photo img {
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

.noty {
    display: inline-block;
    border: 1px solid #c01e1e;
    color: #fff;
    background: #e62626;
    font-family: tahoma;
    font-size: 10px;
    font-weight: 700
}

.noty {
    height: 20px;
    line-height: 18px;
    width: 20px;
    text-align: center
}

.header {
    position: relative;
    background: #1ba9de;
    border: 1px solid #1787b0
}

.header .room_close {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-position: -322px -502px;
    z-index: 999
}

.header .room_close:hover {
    background-position: -352px -502px
}

.header .room_out1 {
    position: absolute;
    top: 15px;
    right: 40px;
    display: block;
    width: 30px;
    height: 30px;
    background-position: -381px -593px;
    z-index: 999
}

.header .room_out1:hover {
    background-position: -411px -593px
}

.header .user {
    display: flex;
    padding: 0;
    line-height: 1.7;
    width: 100%;
    height: 65px;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
}

.header .user .user_photo {
    margin: 0 10px;
}

.header .user .box {
    padding: 0 3px;
    color: #fff
}

.msg_box {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    background: #b3e0f1;
    border-left:1px solid #8ab9cb;
    border-right:1px solid #8ab9cb;
    border-bottom:1px solid #8ab9cb;
    overflow: hidden;
}

.msg_box ul {
    height: 372px;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
}

.msg_box .left {
    text-align: left
}

.msg_box .right {
    text-align: right
}

.msg_box .system {
    padding: 15px 20px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    color: #0f607e
}

.msg_box .m_top {
    margin-top: 10px
}

.msg_box ul li {
}

.msg_box ul li .user_nick {
    margin: 5px 15px;
}

.msg_box ul li .msg {
    position: relative;
    text-align: justify;
    margin-bottom: 3px;
    line-height: 1.4;
    word-break: break-all
}

.msg_box ul li .msg .time {
    position: absolute;
    font-size: 11px;
    font-family: tahoma;
    bottom: 2px;
    color: #69acc6
}

.msg_box ul li .msg .read {
    position: absolute;
    font-size: 9px;
    font-family: gulim;
    bottom: 16px;
    color: #1787b0;
    font-weight: 700
}

.msg_box ul li .box_left .time {
    right: -34px
}

.msg_box ul li .box_right .time {
    left: -34px
}

.msg_box ul li .box_left .read {
    right: -11px
}

.msg_box ul li .box_right .read {
    left: -11px
}
.notice_box {background: #b3e0f1;}
.notice_box .scroll-container {
    display: none;
    width: 100%;
    white-space: nowrap;
    background: #fff;
    height: 50px;
    padding: 0 5px;
    line-height: 50px;
    letter-spacing: -1px;
    /* border-bottom: 1px dashed #b3e0f1; */
}
.notice_box .scroll-container .scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
}

.notice_box .scroll-container .scroll-text .help {
    color: #1787b0;
    font-weight: 700
}

.notice_box .scroll-container .scroll-text .time {
    padding-top: 10px;
    color: #666;
    font-weight: 700
}

.notice_box .scroll-container .scroll-text .time .dt {
    letter-spacing: 0;
    font-family: tahoma
}

.notice_box .wait {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px dashed #b3e0f1
}

.notice_box .wait .count_box {
    padding: 5px 0 0
}

.notice_box .wait .count_box .tt {
    font-size: 13px;
    color: #aaa;
    margin-right: 5px
}

.notice_box .wait .re_call_btn {
    display: none;
    background: #454545;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 10px 15px;
}

.msg_box .start_msg {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 10px;
    padding: 15px;
    border: 1px dashed #5ea4be;
    background: #fff;
    overflow: hidden;
}

.msg_box .start_msg {
    letter-spacing: -1px;
    color: #999;
    line-height: 1.7
}

.msg_box .tologin_box {
    text-align: left;
    width: calc(100% - 20px);
    height: auto;
    margin: 20px 10px 0;
    padding: 15px;
    border: 1px dashed #5ea4be;
    background: #fff;
    overflow: hidden;
}

.msg_box .tologin_box {
    letter-spacing: -1px;
    color: #999;
    line-height: 1.7
}

.msg_box .start_btn {
    margin: 20px 20px 0;
    text-align: center
}

.msg_box .start_btn .btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    background: #fff;
    line-height: 60px
}

.msg_box .start_btn .btn {
    color: #999;
    border: 1px dashed #5ea4be
}

.msg_box .start_btn .btn:hover {
    color: #e62626;
    border: 1px dashed #e62626;
    background: #fff5f5
}

.footer {
    height: 80px;
    text-align: center;
    border-top: 1px solid #888;
    background: #fbfbfb;
    line-height: 80px
}

.footer .copyright {
    padding: 0;
    text-align: center;
    color: #999;
    font-family: tahoma;
    font-size: 11px
}

.footer .copyright span {
    color: #1ba9de;
    font-weight: 500px
}

.one_chat_container {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:500px;
    overflow: hidden;
}
.onechat_frame_box {
    width: 100%;
    height: calc(100% - 117px);
    overflow: hidden;
}
.one_chat_frame {
    width: 100%;
    height: 382px;
    overflow: hidden;
}
.one_chat_cover {
    /* display: none; */
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 150px;
    z-index: 999;
}


@keyframes scroll-left {
    0% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(-100%);
    }
}

