html, body {
    background: #F6F6F6;
    line-height: normal;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
}
input {
    border: none;
    outline: none;
}
#liveroom {
	/*margin-top: 72px;*/
}
.SR-pager {
    width: 1400px;
    margin: 0 auto;
}
.SR-stager {
    margin: 30px auto;
    padding-left: 80px;
    padding-right: 420px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#liveroom .SR-pager .SR-stager {
    margin: 0 auto 20px;
    padding-left: 0;
}
.clearfix {
    zoom: 1;
}
.feed-list{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*margin-top: 20px;*/
    /*width: 112px;*/
    font-size: 12px;
    color: #333;
}
.feed{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
.feed img{
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.feed .feed_focus{
    width: 80px;
    height: 32px;
    border-radius: 4px;
    background: rgba(247, 248, 250, 1);
    color: #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.feed .feed_focus_btn{
    width: 80px;
    height: 32px;
    border-radius: 4px;
    background: #e5e6eb;
    color: #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.feed .feed_followed_btn{
    width: 80px;
    height: 32px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background: var(--button-color-gradient-bg);
    color: var(--button-color-gradient-text);
    /*border:1px solid var(--button-color-gradient-border);*/
}
.feed.focus .feed_focus_btn{
    display: inline-flex;
}
.feed.focus .feed_followed_btn{
    display: none;
}
.feed.followed .feed_focus_btn{
    display: none;
}
.feed.followed .feed_followed_btn{
    display: inline-flex;
}
.margin_left_5{
    margin-left: 5px;
}
.like-btn{
    color: #fff;
    background: #00bd7eff;
    display: flex;
    justify-content: space-around;
    border-radius: 12px;
    padding: 2px 8px;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;
}
.like-btn div{
    height: 10px;
    width: 1px;
    background: #eae9e9;
}
.clearfix:after, .clearfix:before {
    content: '';
    height: 0;
    display: block;
    clear: both;
}
.SR-area-video {
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
/*#liveroom .live-show {*/
/*    margin-bottom: 15px;*/
/*}*/
.mind-banner {
    width: 152px;
    height: 80px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 28px;
}
#liveroom .live-show .mind-banner {
    border-radius: 4px;
    float: none;
    width: 1400px;
    margin: 0px auto 20px;
}

#liveroom .live-show .mind-banner img{
    width: 100%;
    height: 100%;
}
.mind-banner-list {
    height: 100%;
    overflow: hidden;
    position: relative;
}
#liveroom .live-show .mind-banner ul {
    width: 100%;
}
.mind-banner .swiper-slide {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.mind-banner-list li {
    height: 108px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#liveroom .top-bar {
    background: #FFF;
    /*border-radius: 10px 10px 0 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 96px;
}
#liveroom .top-bar .top-bar-left, #liveroom .top-bar .top-bar-right {
    flex-shrink: 0;
}
#liveroom .top-bar .avatar {
    position: relative;
    margin: 8px 8px 8px 0;
}
#liveroom .top-bar a {
    color: inherit;
}
#liveroom .top-bar .avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
#liveroom .top-bar .top-bar-main {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 72px);
}
#liveroom .top-bar .detail {
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 260px);
}
#liveroom .top-bar .detail .title {
    color: #3C3C3C;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*max-width: 480px;*/
    min-height: 20px;
}
@media screen and (max-width: 1600px){
	#liveroom .top-bar .detail .title {
		/*max-width: 400px;*/
	}
}
@media screen and (max-width: 1400px){
    .main{
        min-width: 1200px;
    }
	#liveroom .top-bar .detail .title {
		/*max-width: 300px;*/
	}
    #liveroom .live-show .mind-banner{
        width: 1000px;
    }
}
@media (max-width: 1200px) {
    .main{
        min-width: 1100px;
    }
}
#liveroom .top-bar .detail .block {
    font-size: 0;
    white-space: nowrap;
    /*margin-top: 20px;*/
}

#liveroom .top-bar .detail .name {
    color: #999;
    font-size: 14px;
    max-width: 300px;
}
#liveroom .top-bar .detail .block div, #liveroom .top-bar .detail .block span {
    display: inline-block;
    vertical-align: middle;
}

#liveroom .top-bar .detail .name a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
#liveroom .top-bar a {
    color: inherit;
}
#liveroom .top-bar .detail .like {
    background: #F2F2F2;
    border-radius: 12px;
    font-size: 0;
    line-height: 16px;
    margin-left: 23px;
}
#liveroom .top-bar .detail .like .icon {
    background: #00BD7EFF;
    border-radius: 12px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
#liveroom .top-bar .detail .like > div {
    text-align: center;
    box-sizing: content-box;
    padding: 3px 10px;
    height: 16px;
}
#liveroom .top-bar .detail .like .text {
    color: #A1A1A1;
    font-size: 12px;
    padding: 0 15px 0 12px;
}
.player-wraper{
	height: var(--layout-room-live-height);
	width: 100%;
	background: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
#dplayer{
    width: 100%;
    height: 100%;
}
.gift-funs {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    background: #FFF;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.gift-funs .gift-box {
    position: relative;
    height: auto;
    margin-left: 20px;
    width: 100%;
    display: none;
}
.gift-funs * {
    box-sizing: border-box;
}

.gift-funs .gift-box .gift-tabs {
    position: relative;
    width: auto;
    height: 23px;
}
.gift-list .list-box {
    position: absolute;
    top: -10px;
    left: 34px;
    width: calc(100% - 68px);
    height: 60px;
    overflow: hidden;
    padding: 10px 0;
}
.gift-funs .gift-box .gift-list .gift-list-box {
    position: relative;
    width: auto;
    height: 100%;
    word-break: keep-all;
    white-space: nowrap;
    transition-duration: 0.5s;
    display: none;
}
.gift-funs .gift-box .gift-list .gift-list-box.activity {
    display: block;
}
.gift-funs .gift-box .gift-tabs .gift-tabs-item.chooiced {
    color: #00BD7EFF;
    font-weight: 600;
}
.gift-funs .gift-box .gift-tabs .gift-tabs-item:first-child {
    margin-left: 0;
}
.gift-funs .gift-box .gift-tabs .gift-tabs-item {
    position: relative;
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 20px;
    cursor: pointer;
    transition-duration: 0.5s;
    transform-style: all;
    transition-timing-function: ease-in-out;
}
.gift-funs .gift-box .gift-tabs .hight-light {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 22px;
    height: 2px;
    background: #00BD7EFF;
    border-radius: 2px;
    transition-duration: 0.5s;
    transform-style: left;
    transition-timing-function: ease-in-out;
}

.gift-funs .gift-box .gift-list {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 34px;
    margin-top: 20px;
}
.gift-big-box {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: auto;
    height: auto;
}

.gift-list-item-hover {
    position: relative;
    width: 140px;
    height: 180px;
    padding-bottom: 16px;
    background: url(../../../img/gift_bg_white.png) center top no-repeat;
    display: block;
    box-sizing: border-box;
    padding: 15px;
}
.gift-funs .gift-box .gift-list .gift-list-box .gift-list-item {
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    padding-right: 11px;
    vertical-align: top;
    cursor: pointer;
}
.gift-list-item .gift-list-item-hover {
    display: none;
}
.gift-funs .gift-box .gift-list .change-pre.passable {
    background-position: 0 -40px!important;
}

.gift-list-item .gift-list-item-count {
    display: none;
}
.gift-list-item .gift-list-item-count, .gift-list-item .gift-list-item-grade {
    position: absolute;
    top: -8px;
    right: 10px;
    width: auto;
    height: 16px;
    border-radius: 16px;
    background: #00BD7EFF;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 5px;
    transform: translateX(50%);
    z-index: 1;
}
.gift-icon-hover {
    display: block;
    width: 100%;
    height: auto;
    max-height: 110px;
}
.gift-name {
    color: #333;
}
.gift-name, .gift-cost {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}
.gift-cost {
    color: #00BD7E;
}
.gift-name, .gift-cost {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}
.gift-funs .gift-box .gift-list .change-pre {
    background-position: 0 0;
    left: 0;
}
.gift-funs .gift-box .gift-list .change-pre, .gift-funs .gift-box .gift-list .change-next {
    position: absolute;
    top: 0;
    width: 18px;
    height: 40px;
    background-image: url(../../../img/gift_right_left.png);
    background-repeat: no-repeat;
    background-size: 200% 200%;
    z-index: 1;
    cursor: pointer;
}
.gift-funs .gift-box .gift-list .gift-list-box .gift-list-item .gift-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
}
.gift-funs .gift-box .gift-list .change-next {
    right: 0;
    background-position: -18px 0;
}
.gift-funs .gift-box .gift-list .change-next.passable {
    background-position: -18px -40px;
}
.gift-funs .gift-box .gift-list .change-pre, .gift-funs .gift-box .gift-list .change-next {
    position: absolute;
    top: 0;
    width: 18px;
    height: 40px;
    background-image: url(../../../img/gift_right_left.png);
    background-repeat: no-repeat;
    background-size: 200% 200%;
    z-index: 1;
    cursor: pointer;
}

.topic-send-gift {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.topic-send-gift .send-gift {
    position: relative;
    width: auto;
    height: 22px;
    line-height: 22px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.topic-send-gift .send-gift .icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 5px;
    background: url(../../../img/stone.png) no-repeat center/contain;
}
.topic-send-gift .send-gift .coin {
    width: auto;
    color: #00bD7E;
    font-size: 12px;
    margin-right: 10px;
}
.topic-send-gift .send-gift .diamond-charge {
    color: #00bD7E;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
}

.topic-send-gift .send-gift .gitf_couter_btn_con {
    border-radius: 12px;
}
.topic-send-gift .send-gift .gitf_couter_btn_con.disabled {

}


.topic-send-gift .send-gift .gitf_couter_btn_con .gitf_couter_btn {
    color: #00bD7E;
    position: relative;
    padding-right: 20px;
    padding-left: 7px;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    width: 59px;
    text-align: center;
}
.topic-send-gift .send-gift .gitf_couter_btn_con.disabled .gitf_couter_btn {
    display: none;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .gitf_couter_btn .gitf_couter_btn_arrorw {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #00BD7E transparent transparent transparent;
    position: absolute;
    top: 8px;
    right: 3px;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .gitf_couter_btn .gitf_couter_btn_arrorw.up {
    transform: rotate(180deg);
    top: 1px;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .send-btn {
    width: 80px;
    height: 100%;
    display: inline-block;
    background: #00bD7E;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #FFF;
    font-size: 12px;
    padding: 3px 8px;
    cursor: pointer;
    text-align: center;
}
.topic-send-gift .send-gift .gitf_couter_btn_con.disabled .send-btn {
    background-color: #00bD7E;
    border-radius: 12px;
}

.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector {
    display: none;
    position: absolute;
    bottom: 22px;
    background-color: green;
    width: 116px;
    z-index: 3005;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector .counter-select-item {
    width: 100%;
    color: #00BD7E;
    height: 28px;
    background-color: #F6F6F6;
    cursor: pointer;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector .counter-select-item .icon-calc {
    display: inline-block;
    width: 27px;
    height: 100%;
    background: url(../../../img/calc.png) no-repeat center center;
}

.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector .counter-select-item .gitf_cout_input {
    width: 60px;
    height: 100%;
    text-align: center;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector .counter-select-item .gift_count_submit {
    display: inline-block;
    width: 27px;
    height: 100%;
    background: url(../../../img/public_dui_red.png) no-repeat center center;
}
.topic-send-gift .send-gift .gitf_couter_btn_con .counter-selector .counter-select-item .gift_count_submit.disabled {
    background: url(../../../img/public_dui_grey.png) no-repeat center center;
}

#liveroom .live-videos {
    width: var(--layout-room-bottom-width);
    margin: 0 auto;
}
#liveroom .live-videos .title-bar {
    padding: 25px 0 5px 0;
}
.title-bar {
    font-size: 0;
    line-height: 1;
    font-weight: 400;
    position: relative;
    margin: 15px 0;
}
#liveroom .live-videos .title-bar .title {
    color: #707070;
    font-size: 18px;
    margin-right: 30px;
}
.title-bar>* {
    display: inline-block;
    vertical-align: bottom;
}
.title-bar .more {
    color: #999;
    font-size: 14px;
    line-height: 1;
}
#liveroom .live-videos .title-bar .more a {
    color: #999999FF;
}
#liveroom .live-videos .video-list .recommend-item {
    width: 264px;
    margin: 0 7px 14px 7px;
    display: inline-block;
}

#liveroom .live-videos .video-list .recommend-item .recommend-cover {
    width: 100%;
    height: 156px;
    object-fit: cover;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info {
    width: 100%;
    height: 72px;
    background-color: #fff;
    padding: 10px 10px 7px 10px;
    box-sizing: border-box;
}
.omit {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info .recommend-title {
    font-size: 14px;
    color: #000000ff;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
}

#liveroom .live-videos .video-list .recommend-item .recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info .recom .name {
    display: flex;
    align-items: center;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info .recom .name img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 4px;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info .recom .recom-num {
    display: flex;
    align-items: center;
}
#liveroom .live-videos .video-list .recommend-item .recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
}


.SR-area-chat {
    width: 336px;
    height: 100%;
    position: absolute;
	/*float: right;*/
    top: 0;
    right: 0;
    z-index: 4;
    overflow: hidden;
    border-radius: 5px 5px 0px 0;
}

#liveroom .live-board {
    background: #FFF;
    border-radius: 1px;
    position: relative;
    /*margin-bottom: 1px;*/
    height:120px;
    overflow: auto;
    border-bottom: 1px solid #F6F6F6;
}
#liveroom .live-board .board-bar {
    margin: 0 15px;
}
#liveroom .live-board .board-bar .title {
    color: #3C3C3C;
    font-size: 16px;
    display: inline-block;
    padding: 13px 0 16px;
}
#liveroom .live-board .board-bar .isHelper {
    background: url(../../../img/Live_assistant_normal@2x.png) center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 21px;
    width: 191px;
    height: 25px;
}
#liveroom .live-board .board-box {
    padding: 15px;
}
.slide-cont1 {
    width: 350px;
    padding: 5px 5px;
    border: 1px solid #e9e9e9;
    background: #fbfbfb;
    height: auto;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 14px;
}
#liveroom .slide-cont1 {
    background: none;
    border: none;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 180px;
    overflow: auto;
	color: #00bd7eff!important;
}
#liver .slide-cont1 .sounds{
	color: #00bd7eff!important;
}
.slide-cont1 .sounds {
    padding-left: 30px;
    color: #000;
    min-height: 22px;
    line-height: 22px;
    background: url(../../../img/sounds-icon.png) left top no-repeat;
    display: block;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#liveroom .slide-cont1 > span {
    background: none;
    padding: 0;
    width: 100%;
}
.slide-cont1 .sounds .item-url {
    padding: 4px;
    color: #3583d8;
    border-radius: 4px;
}
#liveroom .slide-cont1 .item-qq, #liveroom .slide-cont1 .item-url, #liveroom .slide-cont1 .item-wechat, #liveroom .slide-cont1 .item-helper {
    display: inline-block;
}
.SR-area-chat .slide-chat {
    position: relative;
    height: calc(100% - 36px);
}
#LF-chat-msg-area {
    /*padding-bottom: 22px;*/
    background: #fff;
    overflow: hidden;
}
.MR-msg {
    position: relative;
}
#svgaCanvas {
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 428px;
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
}
#svgaCanvas .svga_close {
    background: #22BD82;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    padding: 1px;
    cursor: pointer;
}
.chat_scroll_lock {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 51px;
    height: 24px;
    font-size: 12px;
    z-index: 2;
    border: 1px solid rgba(245, 245, 245, 1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 51%, rgba(255, 255, 255, 1) 100%);
    border-radius: 3px;
    cursor: pointer;
    display: none;
}
.chat_scroll_bottom {
    width: 160px;
    height: 25px;
    background: #00BD7EFF;
    border-radius: 13px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-family: var(--theme-global-content-font), sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    z-index: 2;
    cursor: pointer;
    display: none;
}
.redpacket2 {
    width: 398px;
    height: 429px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 100000;
}
.MR-msg .msg-chat {
    padding: 5px 0;
    position: relative;
}
.MR-msg .MR-chat {
    /*position: relative;*/
}
.msg-chat .MR-chat .boarder {
    height: 541px;
    /*height: 432px;*/
}
.MR-msg .MR-chat .boarder {
    overflow: auto;
}
.MR-chat .boarder {
    overflow: hidden;
}
.MR-chat ul li .fake-name {
    color: #22BD82;
}
.MR-chat ul li {
    color: #4b4b4b;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 24px;
    font-size: 14px;
    unicode-bidi: bidi-override;
    padding: 5px 12px;
    margin: 2px 0;
}
.MR-chat ul li.fans0, .MR-chat ul li.fans1, .MR-chat ul li.fans2, .MR-chat ul li.fans3, .MR-chat ul li.fans4, .MR-chat ul li.fans5, .MR-chat ul li.fans6, .MR-chat ul li.fans7, .MR-chat ul li.fans8, .MR-chat ul li.fans9, .MR-chat ul li.fans10, .MR-chat ul li.fans11, .MR-chat ul li.fans12, .MR-chat ul li.fans13, .MR-chat ul li.fans14 {
    background: #FFF;
}
.MR-chat ul li .date{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999;
    display: block;
}

.MR-chat ul li > .level1 {
    color: #0076E2;
}
.MR-chat ul li img{
    width: 32px;
    height: 32px;
}
.SR-area-chat .chat-talk {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    background: white;
    border-top: 1px solid #8080801c;
}
.MR-talk {
    /*height: 24px;*/
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.MR-talk .emoticon-toggle-panel {
    /*float: left;*/
    display: flex;
    align-items: center;
    height: 30px;
    /*margin-bottom: 5px;*/
    margin-right: 10px;
}
.MR-talk .MR-talk-input{
    width: calc(100% - 34px);
}
.MR-talk .MR-talk-input .layui-input-group{
    width: 100%;
}
.MR-talk .MR-talk-input .is_login .layui-input-prefix{
    padding: 0px;
    width: 50px;
    color: #ec300c;
}
.MR-talk .MR-talk-input .layui-input-group .layui-input-suffix{
    padding: 0px;
    width: 60px;
}
.MR-talk .MR-talk-input .layui-input-group .input-wrap{
    /*padding-left: 0px;*/
    /*padding-right: 60px;*/
    padding: 0px;
    text-indent: 12px;
    height: 40px;
}
.MR-talk .MR-talk-input .layui-input-group .input-wrap:focus{
    border: none;
    border-color:#c9cdd4 !important;
    border: 1px solid #c9cdd4;
    box-shadow: none;
}
.MR-talk .MR-talk-input .is_login .input-wrap{
    padding: 0px;
    text-indent: 0px;
    border-left: 0px;
}
.MR-talk .MR-talk-input .is_login .input-wrap:focus{
    padding: 0px;
    text-indent: 0px;
    border-left: 0px;
}
.MR-talk .BTN-face-toggle {
    display: block;
    width: 24px;
    height: 24px;
    background: url('/static/img/emoji_tag.png') no-repeat center center /100% 100%;
}
.MR-talk .speaker {
    float: left;
    width: 244px;
    height: 24px;
    border-radius: 18px;
    box-sizing: border-box;
    background: #e0dfdf;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0 10px;
	margin-left: 15px;
}
.MR-talk .speaker input {
    color: #7f6b8c;
    width: 100%;
    display: block;
    height: 24px;
    line-height: 32px;
    border: none;
    background: none;
}
.MR-talk .send-btn {
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 12px;

    background:none;
    margin: 0;
    flex: 1;
}
#face-list {
    position: absolute;
    background: #fff;
    width: 372px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    top: -204px;
    left: 0;
    z-index: 9;
    height: 187px;
    overflow: auto;
	display: none;
}
#face-list li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#face-list li img {
    vertical-align: middle;
	width: 22px;
	height: 22px;
}

.giftImg{
    width: 72px;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 2px;
}

.feedback_container{
    border-top: 2px solid #EC300C;
}
.feedback_container .layui-layer-title{
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #333;

    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
    border-bottom: 1px solid #E5E6EB;
    padding: 0px 16px;
}
.feedback_container .layui-layer-content{
    /*border: none;*/
    padding: 20px 40px;
}
.feedback_container .layui-layer-content .layui-layer-input{
    border: 1px solid #DCDFE6;
    width: 380px;
    height: 80px;
    padding: 10px;
}
.feedback_container .layui-layer-content .feedback_container_title{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333;
}
.feedback_container .layui-layer-btn{

}
.feedback_container .layui-layer-btn .layui-layer-btn0{
    background-color: #EC300C;
    text-align: center;
    width: 240px;
    border-radius: 4px;
}
.list-box{
    width: 100%;
}

@media screen and (max-width:1400px){
    .player-wraper {
        height: 350px;
    }
    .msg-chat .MR-chat .boarder{
        /*height: 383px;*/
        height: 432px;
    }
    .SR-pager {
        width: 1000px;
        margin: 0 auto;
    }
    #liveroom .live-videos {
        width: 1008px;
        margin: 0 auto;
    }
    #liveroom .live-videos .video-list .recommend-item {
        width: 189px;
        margin: 0 4px 8px 4px;
        display: inline-block;
    }
    #liveroom .live-videos .video-list .recommend-item .recommend-cover {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }
}









