

.room .rom-chat-area #chat-area {
    overflow: hidden;
    overflow-y: scroll;
    height: 509px;
    padding: 15px;
}
.room .rom-chat-area #chat-area p {
    margin-bottom: 10px;
    font-size: 14px;
}
.room .rom-chat-area #chat-area .info span,
.room .rom-chat-area #chat-area .system span,
.room .rom-chat-area #chat-area .message span,
.room .rom-chat-area #chat-area .image span {
    display: inline-block;
    margin-right: 15px;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 12px;
}
.room .rom-chat-area #chat-area .info {
    color: #66b1ff;
}
.room .rom-chat-area #chat-area .info span {
    color: #ffffff;
    background-color: #66b1ff;
}
.room .rom-chat-area #chat-area .system {
    color: #FF0000;
}
.room .rom-chat-area #chat-area .system span {
    color: #ffffff;
    background-color: #FF0000;
}
.room .rom-chat-area #chat-area .message span,
.room .rom-chat-area #chat-area .image span {
    color: #292929;
    background-color: #EEEEEE;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    /*padding: 0px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.room .rom-content {
    /*margin: 15px 0px;*/
    /*height: 700px;*/
}
.room .rom-content > .left {
    width: 500px;
    padding-right: 7.5px;
    float: left;
}
.room .room-userinfo {
    border: 1px solid #EEEEEE;
    height: 80px;
    overflow: hidden;
    background-color: #ffffff;
}
.room .room-userinfo .media {
    padding: 5px;
}

.room .room-userinfo .media img {
    height: 80px;
    border-radius: 40px;
}
.room .room-userinfo .media .media-body .col1 {
    width: 70%;
}
.room .room-userinfo .media .media-body .col1, .room .room-userinfo .media .media-body .col2 {
    float: left;
    display: inline-block;
}
.room .room-userinfo .media .media-body .col2 {
    width: 30%;
    text-align: right;
    padding-top: 23px;
}
.room .room-userinfo .media .media-body .col1, .room .room-userinfo .media .media-body .col2 {
    float: left;
    display: inline-block;
}
.room .room-userinfo .media .user-name {
    height: 30px;
    line-height: 30px;
    margin: 0px;
    font-size: 14px;
}
.room .room-userinfo .media .user-categories {
    font-size: 18px;
}

.room .rom-chat-area #chat-area .message span, .room .rom-chat-area #chat-area .image span {
    color: #292929;
    background-color: #EEEEEE;
}
.room .room-userinfo .media .media-body .col2 .jubao {
    padding: 5px 20px;
    color: #ffffff;
    background-color: #247cc6;
    margin-right: 15px;
    border-radius: 30px;
}


.media:first-child {
    margin-top: 0;
}
.media, .media-body{
    overflow: hidden;
    zoom: 1;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.room .room-userinfo .media .media-body{
    position: relative;
}

.media-body{
    width: 10000px;
}



.room .room-video-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.room .room-video-box .no-living {
    width: 100%;
    height: 400px;
    line-height: 400px;
    background-color: #000000;
}

.room .room-video-box .no-living * {
    margin: 0px;
    padding: 0px;
    color: #CCCCCC;
    height: 400px;
    line-height: 400px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #247cc6;
    border-radius: 10px;
}



.room .rom-content > .right {
    width: 370px;
    padding-left: 7.5px;
    float: left;
    height: 380px;
}

.room .rom-chat-area {
    border: 1px solid #EEEEEE;
    position: relative;
    overflow: hidden;
}
.room .rom-chat-area .chat-info {
    width: 379.5px;
    height: 540px;
    background-color: #ffffff;
}
.room .chat-gifts {
    display: none;
    position: absolute;
    bottom: 50px;
    float: left;
    border: 1px solid #fd0;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 15px;
}
.room .chat-input {
    padding: 9px 15px;
    border-top: 1px solid #eee;
    background-color: #ffffff;
    /*height: 60px;*/
}

.room .rom-chat-area #chat-area .system {
    color: #FF0000;
}
.room .rom-chat-area #chat-area p {
    margin-bottom: 10px;
    font-size: 14px;
}

.room .chat-gifts ul {
    float: left;
}
.room .chat-gifts ul li {
    float: left;
    /*width: 56%;*/
    cursor: pointer;
    border: 0.5px solid #EEEEEE;
    text-align: center;
    margin: 3px;
}
.room .chat-gifts ul li img {
    width: 50px;
    height: 50px;
    padding: 5px;
}
.room .chat-gifts ul li span {
    color: #000000;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #fd0;
}



.room .chat-input .input-group {
    height: 40px;
    line-height: 40px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.room .chat-input .input-group .input-group-addon:first-child {
    width: 20px;
    background: url(/assets/home/img/img.png) center center no-repeat;
}
.room .chat-input .input-group .input-group-addon {
    cursor: pointer;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.room .chat-input .input-group input {
    height: 40px;
    line-height: 40px;
}
.room .chat-input .input-group .input-group-addon:last-child {
    color: #ffffff;
    background-color: #247cc6;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.room .chat-input .input-group .input-group-addon {
    cursor: pointer;
}
.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
