.chat-body .header-wrapper {
    display: none
}

.liveRoom-wrapper.chat-wrapper .live-room {
    padding: 0px
}

.liveRoom-wrapper.chat-wrapper .live-room .live-room-box,
.liveRoom-wrapper.chat-wrapper .live-room .marquee-container {
    width: 100% !important
}

.liveRoom-wrapper .live-room {
    padding-bottom: 10px;
    background: #25284c;
    padding-top: 88px
}

.liveRoom-wrapper .live-room .live-room-box,
.liveRoom-wrapper .live-room .marquee-container {
    width: 89%
}

@keyframes marquee {
    0% {
        left: 100%
    }

    100% {
        left: 0;
        transform: translatex(-100%)
    }
}

.liveRoom-wrapper .live-room .marquee-container {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #10223d;
    border-radius: 4px;
    overflow: hidden
}

.liveRoom-wrapper .live-room .marquee-container:hover .marquee-box {
    animation-play-state: paused
}

.liveRoom-wrapper .live-room .marquee-container .marquee-box {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite
}

.liveRoom-wrapper .live-room .marquee-container div,
.liveRoom-wrapper .live-room .marquee-container p {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .marquee-container div:last-child,
.liveRoom-wrapper .live-room .marquee-container p:last-child {
    margin-right: 0
}

.liveRoom-wrapper .live-room .marquee-container a {
    color: #f8c21b;
    text-decoration: underline
}

.liveRoom-wrapper .live-room .marquee-container img {
    width: 20px;
    height: 20px;
    vertical-align: sub
}

.liveRoom-wrapper .live-room .live-room-box {
    position: relative;
    zoom: 1
}

.liveRoom-wrapper .live-room .live-room-box:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .live-room .live-room-box .media {
    width: 72%;
    padding-bottom: 100px;
    font-size: 0;
    position: relative;
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block {
    height: 100px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 20px 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 6px 6px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block {
    float: left;
    zoom: 1
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .head-img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text {
    float: right;
    width: 473px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg {
    position: relative;
    margin-top: 8px;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg .nickName {
    display: inline-block;
    max-width: 168px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg .room-num {
    color: #777;
    margin: 0 10px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg .view-num {
    background: url(//sta.vnres.co/web/assets/soco/img/icon-hot-gray.png) no-repeat 0 center;
    padding-left: 15px;
    background-size: 14px auto;
    color: #777
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg .mobile-text {
    position: absolute;
    left: 0;
    bottom: -17px;
    padding-left: 15px;
    background: url(//sta.vnres.co/web/assets/soco/img/mobile.png) no-repeat;
    background-size: 11px 16px;
    background-position: left top;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-left-block .text .text-msg .mobile-text a {
    color: #777
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block {
    position: absolute;
    right: 24px;
    height: 60px;
    line-height: 60px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block a {
    display: inline-block
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .follow {
    min-width: 74px;
    height: 40px;
    padding: 0 13px;
    line-height: 40px;
    background: #ffc71c;
    border-radius: 20px;
    color: #000;
    text-align: center;
    font-size: 16px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .follow.no-follow {
    background: #d8d8d8
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code {
    height: 60px;
    position: relative;
    width: 24px;
    margin: 0 12px;
    top: 8px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code:hover .showBigCode {
    visibility: visible;
    opacity: 1
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code .smallcode {
    width: 24px;
    height: 24px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code .showBigCode {
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    position: absolute;
    min-width: 164px;
    min-height: 190px;
    padding: 0 22px 10px;
    background: #fff;
    box-shadow: 0 -3px 10px 0 rgba(43, 58, 73, .1);
    border-radius: 4px;
    color: #777;
    text-align: center;
    font-size: 12px;
    z-index: 999;
    line-height: 1.5
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code .showBigCode div {
    padding: 0;
    margin-bottom: 6px;
    height: 132px;
    overflow: hidden
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code .showBigCode div .bigCode {
    width: 120px;
    height: 120px;
    margin: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .get-code .arrow-up {
    width: 0;
    height: 0;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .feedback {
    margin-right: 10px;
    font-size: 14px;
    color: #777
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more {
    width: 20px;
    top: 6px;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more:hover .more-box {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more img {
    width: 20px;
    height: 20px
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more .more-box {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
    width: 100px;
    line-height: 36px;
    background: #fff;
    box-shadow: 0 -3px 10px 0 rgba(43, 58, 73, .1);
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more .more-box .item {
    width: 100%;
    border-bottom: 1px solid #777
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more .more-box .item:last-child {
    border-bottom: none
}

.liveRoom-wrapper .live-room .live-room-box .media .top-block .top-right-block .more .more-box .item:hover {
    background: #f0f0f0
}

.liveRoom-wrapper .live-room .live-room-box .media .center-block {
    height: 520px;
    width: 100%;
    background: #000;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .media .center-block .video-player {
    width: 100%;
    height: 100%;
    background: #000
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block {
    width: 100%;
    height: 64px;
    background: #fff;
    border-radius: 0 0 6px 6px
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .integral {
    padding: 9px 20px;
    width: 20%;
    height: 100%;
    border-right: 1px solid #d8d8d8;
    float: left;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .integral .integral-num {
    font-size: 24px
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .integral .integral-name {
    font-size: 12px
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift {
    padding: 9px 26px 9px 16px;
    width: 80%;
    height: 64px;
    background: #fcfcfc;
    position: relative;
    float: right;
    border-radius: 0 0 6px 0
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list {
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item {
    height: 40px;
    display: inline-block;
    zoom: 1;
    margin: 2px 10px;
    color: #000;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item:hover .gift-block {
    display: block
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-icon {
    width: 44px;
    height: 44px;
    border-radius: 3px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .ts-dot {
    -webkit-transition: all .2s cubic-bezier(.22, .58, .12, .98);
    -o-transition: all cubic-bezier(.22, .58, .12, .98) .2s;
    transition: all .2s cubic-bezier(.22, .58, .12, .98)
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block {
    display: none;
    position: absolute;
    z-index: 102;
    left: 2px;
    bottom: 25px;
    min-width: 300px;
    padding-bottom: 20px;
    text-align: left;
    transform: translate(-44%);
    transform-origin: 50% 100%;
    user-select: none;
    zoom: 1
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .subbox {
    min-width: 209px;
    height: 72px;
    padding: 8px 12px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(43, 58, 73, .15)
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block::before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: transltaeX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 5px 5px 0
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .gift-msg {
    padding-top: 2px;
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .gift-msg .gift-img {
    border-radius: 3px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .gift-msg .gift-text {
    margin-left: 10px;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .gift-msg .gift-text .gift-name {
    margin-top: 6px;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .gift-msg .gift-text .gift-number {
    color: #ffc71c;
    font-size: 12px;
    margin-top: 4px
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .send-button {
    font-size: 12px;
    float: right;
    text-align: center;
    min-width: 50px;
    height: 22px;
    padding: 0 3px;
    line-height: 22px;
    background: #ffc71c;
    border-radius: 2px;
    margin-top: 25px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .gift-list .gift-item .gift-block .send-button.active {
    background: #ffb600
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .get-integral {
    color: #777;
    display: block;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .media .bottom-block .gift .get-integral:hover {
    color: #ffc71c
}

.liveRoom-wrapper .live-room .live-room-box .chat {
    width: 27% !important;
    font-size: 0;
    position: relative;
    padding-top: 63px;
    background: #ededed;
    border-radius: 7px;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .chat.chat-box {
    width: 100%
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice {
    border-radius: 6px 6px 0 0;
    width: 100%;
    max-height: 63px;
    min-height: 63px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice:hover {
    max-height: 214px
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice a:active,
.liveRoom-wrapper .live-room .live-room-box .chat .notice a:hover,
.liveRoom-wrapper .live-room .live-room-box .chat .notice a:link,
.liveRoom-wrapper .live-room .live-room-box .chat .notice a:visited {
    color: #026dff
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice .notice-title .notice-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: 1.4px
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice .notice-title b {
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .notice .notice-text {
    color: #777;
    line-height: 18px;
    word-break: break-all
}

.liveRoom-wrapper .live-room .live-room-box .chat .tab {
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.liveRoom-wrapper .live-room .live-room-box .chat .tab .tab-item {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    height: 100%;
    display: block;
    position: relative;
    color: #777;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .tab .tab-item span {
    transition: color .15s
}

.liveRoom-wrapper .live-room .live-room-box .chat .tab .tab-item.tab-active span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid #ffb600;
    padding-bottom: 3px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center {
    position: relative;
    width: 100%;
    height: 443px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel {
    height: 100%;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .reconnect-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 2px 0;
    font-size: 0;
    text-align: center;
    background: #ffc71c
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .reconnect-tip img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .reconnect-tip span {
    font-size: 14px;
    color: #fff;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list {
    height: 100%;
    z-index: 1;
    width: 100%;
    overflow-y: auto;
    overflow-y: overlay;
    position: relative;
    font-size: 12px;
    z-index: 4;
    transition: padding-top .3s linear;
    transform: translateZ(0);
    background: #f4f4f4
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    padding-right: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(225, 225, 226, .2);
    background: rgba(0, 0, 0, .3)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item {
    padding: 4px 14px;
    transform: translateZ(0);
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.active,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.sys-msg,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item:hover {
    background: #ededed
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item {
    position: relative;
    color: #000;
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word;
    white-space: normal;
    z-index: 9
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .vertical-middle {
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .user-name {
    cursor: pointer;
    color: #777
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .gift {
    width: 18px;
    height: 18px;
    margin-right: 1px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .system-img {
    width: 16px;
    height: 16px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .hi {
    width: 16px;
    height: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .v-class {
    margin-top: 1px;
    width: 26px;
    height: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .zb {
    height: 15px;
    padding: 0 3px;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    background: #ffc71c;
    border-radius: 2px;
    color: #000;
    font-size: 12px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .other-zb {
    background: #fe8c3e;
    color: #fff
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .house-manager {
    background: #02b7ff;
    color: #fff
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .uservip-class {
    vertical-align: middle;
    font-style: normal;
    display: inline-block
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .gift-content {
    color: #000;
    cursor: pointer;
    transition: all .2s cubic-bezier(.22, .58, .12, .98)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .gift-content .gift-name {
    color: #ff4739;
    margin-left: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.danmaku-item .w-bold {
    color: #000;
    font-weight: 600
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .chat-list .chat-item.right-click {
    background: #e2e2e2
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .dele-msg {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 68px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 -3px 10px 0 rgba(43, 58, 73, .1);
    border-radius: 4px;
    text-align: center;
    transition: background .15s;
    z-index: 5;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .dele-msg::after {
    content: '';
    transition: all .15s;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 28px;
    right: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #fff;
    position: absolute
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .dele-msg:hover {
    background: #f0f0f0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .dele-msg:hover::after {
    border-top: 11px solid #f0f0f0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .newMsg-tips {
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    background: rgba(255, 199, 28, .92);
    border-radius: 29px;
    text-align: center;
    cursor: pointer;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .newMsg-tips span {
    background: url(//sta.vnres.co/web/assets/soco/img/bottom-arrow.png) no-repeat left center;
    background-size: 12px;
    padding-left: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #0f263b
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip {
    width: 252px;
    height: 175px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 87px);
    left: calc(50% - 126px);
    z-index: 6;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .forbidden-close {
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-msg {
    margin: 24px 0 2px;
    text-align: center
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-msg .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 2px;
    text-align: center;
    display: inline-block
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-msg .user-avatar img {
    width: 100%
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-msg .user-name {
    height: 20px;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 16px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-text {
    font-size: 12px;
    color: #ff4d4d;
    line-height: 18px;
    text-align: center;
    height: 18px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-user-tip .user-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #f68300;
    text-align: center;
    background: #fef2e5;
    border-radius: 4px;
    margin: 14px auto 0;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip {
    width: 252px;
    height: 175px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 87px);
    left: calc(50% - 126px);
    z-index: 6
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-close {
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .user-msg {
    margin: 28px 0 24px;
    text-align: center
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .user-msg .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 4px;
    text-align: center;
    display: inline-block
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .user-msg .user-avatar img {
    width: 100%
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .user-msg .user-name {
    height: 20px;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 16px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select {
    margin: 0 28px;
    user-select: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    text-align: center;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div .forbidden-selected {
    height: 30px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div .triangle {
    display: inline-block;
    width: 1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 2px;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div .forbidden-select-opt {
    height: 145px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(43, 58, 73, .1);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div .forbidden-select-opt div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #777;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select>div .forbidden-select-opt div:hover {
    background: #f0f0f0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select .forbidden-room {
    background: #fef2e5;
    color: #f68300;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select .forbidden-room .triangle {
    border-top: 4px solid #f68300
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select .forbidden-all {
    background: #fbf0ef;
    color: #ff4d4d
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-tip .forbidden-select .forbidden-all .triangle {
    border-top: 4px solid #ff4d4d
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-sure-tip {
    width: 252px;
    height: 135px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 67px);
    left: calc(50% - 126px);
    z-index: 6;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-sure-tip .forbidden-sure-close {
    width: 14px;
    margin: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-sure-tip .forbidden-sure-text {
    margin: 38px 0 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-sure-tip .forbidden-sure-text span {
    color: #ffb600
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .forbidden-sure-tip .forbidden-sure-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #0f263b;
    border-radius: 4px;
    font-size: 12px;
    color: #ffc71c;
    margin: auto;
    text-align: center;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper {
    position: absolute;
    width: 100%;
    height: 343px;
    top: 100px;
    z-index: 5;
    pointer-events: none;
    overflow: hidden
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper .gift-effects-card {
    width: 194px;
    height: 46px;
    background: rgba(0, 0, 0, .66);
    border-radius: 0 100px 100px 0;
    padding-left: 14px;
    margin-top: 20px;
    opacity: 1;
    transform: translateX(-100%);
    transition: all .3s;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper .gift-effects-card .gift-effects-text {
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper .gift-effects-card .gift-effects-nickname {
    margin: 4px 0 0;
    width: 84px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #ffc71c
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper .gift-effects-card .gift-effects-message {
    width: 84px;
    line-height: 17px;
    height: 17px;
    font-size: 12px;
    color: #fff
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .chat-panel .gift-effects-wrapper .gift-effects-card .gift-effects-img {
    width: 140px;
    position: absolute;
    left: 104px;
    top: -50%
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list {
    user-select: none;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    font-size: 12px;
    transform: translateZ(0);
    transition: padding-top .3s linear;
    overflow-y: auto;
    overflow-y: overlay
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    padding-right: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(225, 225, 226, .2);
    background: rgba(0, 0, 0, .3)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li:hover {
    background: #f3f3f3
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li:nth-child(1) .num {
    background: url(//sta.vnres.co/web/assets/soco/img/no1.png) no-repeat 0 0;
    background-size: contain;
    color: #c76e0e
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li:nth-child(2) .num {
    background: url(//sta.vnres.co/web/assets/soco/img/no2.png) no-repeat 0 0;
    background-size: contain;
    color: #7e7e7e
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li:nth-child(3) .num {
    background: url(//sta.vnres.co/web/assets/soco/img/no3.png) no-repeat 0 0;
    background-size: contain;
    color: #98644d
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span {
    padding: 0 5px 0 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.num {
    padding: 1px 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    margin: 21px 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.img-header {
    padding: 0 5px 0 13px;
    vertical-align: top;
    height: 60px;
    display: inline-block
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.img-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 8px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.username {
    max-width: 80px;
    display: inline-block;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.level {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.level img {
    width: 25px;
    height: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list ul li span.contribution {
    font-size: 12px;
    color: #8f8f8f;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .rank-list .rank-list-null {
    margin-top: 213px;
    font-size: 14px;
    color: #777;
    text-align: center
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-center .private-chat-btn {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 5;
    width: 43px;
    height: 43px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: url(//sta.vnres.co/web/assets/soco/img/privateChat/dialog.png) center no-repeat;
    background-size: 43px 43px;
    cursor: pointer;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #e9e9e9
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option {
    padding: 13px 13px 0;
    zoom: 1
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift {
    position: relative;
    float: left;
    background: #fcfcfc;
    border-radius: 0 0 6px 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list {
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item {
    display: inline-block;
    zoom: 1;
    margin-right: 12px;
    color: #000;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item:last-child {
    margin-right: 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item:hover .gift-block {
    display: block
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-icon {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .ts-dot {
    -webkit-transition: all .2s cubic-bezier(.22, .58, .12, .98);
    -o-transition: all cubic-bezier(.22, .58, .12, .98) .2s;
    transition: all .2s cubic-bezier(.22, .58, .12, .98)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block {
    display: none;
    position: absolute;
    z-index: 102;
    left: 2px;
    bottom: 25px;
    padding-bottom: 20px;
    text-align: left;
    transform: translate(-44%);
    transform-origin: 50% 100%;
    user-select: none;
    zoom: 1
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .subbox {
    min-width: 209px;
    height: 72px;
    padding: 8px 12px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(43, 58, 73, .15)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block::before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: transltaeX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 5px 5px 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .gift-msg {
    padding-top: 2px;
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .gift-msg .gift-img {
    border-radius: 3px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .gift-msg .gift-text {
    margin-left: 10px;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .gift-msg .gift-text .gift-name {
    margin-top: 6px;
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .gift-msg .gift-text .gift-number {
    color: #ffc71c;
    font-size: 12px;
    margin-top: 4px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .send-button {
    font-size: 12px;
    float: right;
    text-align: center;
    min-width: 50px;
    height: 22px;
    padding: 0 3px;
    line-height: 22px;
    background: #ffc71c;
    border-radius: 2px;
    margin-top: 25px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .gift .gift-list .gift-item .gift-block .send-button.active {
    background: #ffb600
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral {
    float: right;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral .integral-content {
    text-align: right
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral .integral-content .integral-num {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral .integral-content .integral-name {
    display: inline-block;
    margin-left: 5px;
    color: #777;
    font-size: 12px;
    vertical-align: middle
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral .get-integral {
    display: block;
    margin-top: 5px;
    color: #777;
    cursor: pointer;
    font-size: 12px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .gift-option .integral .get-integral:hover {
    color: #ffc71c
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option {
    padding: 13px;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background: url(//sta.vnres.co/web/assets/soco/img/emoji.png) no-repeat;
    background-size: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji.emoji-active,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji:hover {
    background: url(//sta.vnres.co/web/assets/soco/img/emojion.png) no-repeat;
    background-size: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel {
    display: none;
    width: 330px;
    height: 195px;
    bottom: 102px;
    left: 0;
    right: 0;
    position: absolute
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox {
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox:hover {
    overflow-y: auto;
    overflow-y: overlay
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    padding-right: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(225, 225, 226, .2);
    background: rgba(0, 0, 0, .3)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .browBox ul li {
    width: 11%;
    font-size: 24px;
    list-style: none;
    text-align: center;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .emoji-panel .arrow-down {
    width: 0;
    height: 0;
    left: 18px;
    right: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    z-index: 100
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield:hover .shield-checkbox {
    bottom: 28px;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox {
    position: absolute;
    bottom: 36px;
    left: -42px;
    min-width: 130px;
    width: 280px;
    height: 105px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 10px 0 10px 20px;
    z-index: 100;
    visibility: hidden;
    opacity: 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox::after {
    display: block;
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 44px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 14px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox label {
    margin-left: 4px;
    color: 12px;
    cursor: pointer;
    user-select: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    display: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: sub;
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check input[type=checkbox]:focus,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check input[type=radio]:focus,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-checkinput[type=file]:focus {
    outline: 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check input[type=checkbox]:hover,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check input[type=radio]:hover,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-checkinput[type=file]:hover {
    border-color: #ffc71c
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check:checked {
    display: inline-block;
    background-color: #ffc71c;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 14px;
    height: 14px;
    border: none
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .shield-checkbox .checkbox .input-check:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 30%;
    height: 12.5%;
    border: 2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: 0 0;
    transform: rotate(-45deg)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .danmu {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(//sta.vnres.co/web/assets/soco/img/icon-danmu-gray@2x.png) no-repeat;
    background-size: 20px auto;
    transition: all .3s linear
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .danmu .shield-danmu {
    background: url(//sta.vnres.co/web/assets/soco/img/icon-danmu-gray-close@2x.png) no-repeat;
    background-size: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .danmu:hover {
    background: url(//sta.vnres.co/web/assets/soco/img/icon-danmu@2x.png) no-repeat;
    background-size: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .shield .danmu:hover .shield-danmu {
    background: url(//sta.vnres.co/web/assets/soco/img/icon-danmu-close@2x.png) no-repeat;
    background-size: 20px auto
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox {
    width: 100%;
    height: 52px;
    margin-top: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea-box {
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .count-box {
    position: absolute;
    right: 12px;
    bottom: 6px;
    font-size: 16px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea {
    overflow: hidden;
    float: left;
    font-size: 14px;
    outline: 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea:hover {
    overflow-y: auto;
    overflow-y: overlay
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea:focus {
    border: 1px solid #d8d8d8
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea:empty:before {
    content: attr(placeholder);
    color: grey
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea:focus:before {
    content: ''
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    padding-right: 2px
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(225, 225, 226, .2);
    background: rgba(0, 0, 0, .3)
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .noLogin,
.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .textarea {
    height: 52px;
    width: 80%;
    padding: 5px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    font-size: 14px;
    resize: none;
    line-height: 19px;
    outline: 0
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .noLogin {
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .noLogin span {
    color: #ffb600;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .send {
    float: left;
    text-align: center;
    font-size: 14px;
    width: 20%;
    height: 52px;
    line-height: 52px;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    color: #777;
    user-select: none;
    cursor: default
}

.liveRoom-wrapper .live-room .live-room-box .chat .chat-bottom .option .inputBox .send.send-on {
    background: #ffc71c;
    border: 1px solid #ffc71c;
    color: #000;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .send-gift-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
    width: 288px;
    height: 145px;
    margin: auto;
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-radius: 4px
}

.liveRoom-wrapper .live-room .live-room-box .send-gift-error .close-icon {
    right: 12px;
    top: 12px;
    background: url(//sta.vnres.co/web/assets/soco/img/icon-close.png) no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute
}

.liveRoom-wrapper .live-room .live-room-box .send-gift-error .gift-error-msg {
    position: relative
}

.liveRoom-wrapper .live-room .live-room-box .send-gift-error .gift-error-msg .close {
    width: 104px;
    margin: 30px auto;
    height: 36px;
    line-height: 36px;
    background: #f8c21b;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    text-align: center
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 26px 20px 26px 40px;
    min-width: 412px;
    min-height: 231px;
    background: #fff;
    border-radius: 4px;
    margin: auto;
    user-select: none;
    z-index: 999999
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .close-icon {
    right: 12px;
    top: 12px;
    position: absolute
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .close-icon img {
    width: 14px;
    height: 14px;
    cursor: pointer
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how h3 {
    font-size: 18px;
    padding-left: 4px;
    margin-top: 10px;
    margin-bottom: 20px
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step {
    margin-top: 10px;
    overflow: hidden
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step .step-msg {
    width: 290px;
    padding-top: 6px;
    float: right
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step .step-msg h5 {
    font-size: 14px
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step .step-msg p {
    color: #777;
    font-size: 12px
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step .step-icon {
    float: left
}

.liveRoom-wrapper .live-room .live-room-box .how-getpoints .how .step .step-icon img {
    width: 50px;
    height: 50px
}

.liveRoom-wrapper .appoinment-list {
    position: relative;
    margin-top: 40px
}

.liveRoom-wrapper .appoinment-list .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 14px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container {
    width: 100%;
    height: 132px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper {
    height: 100%
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide {
    width: 240px;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #d8d8d8
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide .title .fl {
    width: 100%;
    text-align: left
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game {
    font-weight: 400;
    padding: 16px 16px 20px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title {
    color: #777;
    font-size: 12px;
    margin: 0 0 20px;
    height: 17px;
    line-height: 17px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl {
    float: left
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl .icon {
    width: 12px;
    height: 12px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl span {
    display: inline-block;
    vertical-align: text-bottom
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fr {
    float: right
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team {
    width: 150px;
    overflow: hidden;
    display: inline-block;
    float: left
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p {
    float: left;
    padding-bottom: 10px;
    text-align: left
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p .logo {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    float: left
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p .ellipsis {
    display: inline-block;
    width: 112px;
    margin: 0 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 24px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment {
    display: inline-block;
    margin-top: 18px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    background: #ffc71c;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    cursor: pointer
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .use {
    height: 30px !important;
    line-height: 15px !important;
    background: #e5e5e5
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match {
    color: #777
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a {
    height: 100%
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a img {
    width: 29px;
    margin: 42px auto 0;
    display: block;
    height: 26px
}

.liveRoom-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a .match-text {
    margin-top: 4px;
    font-size: 12px
}

.liveRoom-wrapper .appoinment-list .swiper-button-next,
.liveRoom-wrapper .appoinment-list .swiper-button-prev {
    transition: opacity .15s;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    text-decoration: none;
    outline: 0
}

.liveRoom-wrapper .appoinment-list .swiper-button-next::after,
.liveRoom-wrapper .appoinment-list .swiper-button-prev::after {
    content: none
}

.liveRoom-wrapper .appoinment-list .swiper-button-next {
    background: url(//sta.vnres.co/web/assets/soco/img/arrows-right.png) no-repeat;
    background-size: 15px auto;
    right: -55px;
    top: 116px;
    left: auto
}

.liveRoom-wrapper .appoinment-list .swiper-button-prev {
    background: url(//sta.vnres.co/web/assets/soco/img/arrows-left.png) no-repeat;
    background-size: 15px auto;
    left: -40px;
    top: 116px;
    right: auto
}

.liveRoom-wrapper .appoinment-list .swiper-button-disabled {
    opacity: 0
}

.liveRoom-wrapper .category {
    margin-top: 50px;
    position: relative
}

.liveRoom-wrapper .category .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.liveRoom-wrapper .category .category-list {
    margin-top: 15px;
    list-style: none;
    font-size: 0
}

.liveRoom-wrapper .category .category-list li {
    margin: 0 17.5px 18px 0;
    vertical-align: top;
    position: relative;
    width: 226px;
    height: 191px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block
}

.liveRoom-wrapper .category .category-list li:nth-child(5n) {
    margin: 0 0 18px
}

.liveRoom-wrapper .category .category-list li .live-item:hover .btn-open {
    opacity: 1;
    transform: scale(1)
}

.liveRoom-wrapper .category .category-list li .live-item .fm {
    display: block;
    height: 127px;
    width: 100%;
    border-radius: 6px 6px 0 0
}

.liveRoom-wrapper .category .category-list li .live-item .live-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    opacity: 0;
    background: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute
}

.liveRoom-wrapper .category .category-list li .live-item .btn-open {
    opacity: 0;
    top: 36%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -25px 0 0 -25px;
    background: url(//sta.vnres.co/web/assets/soco/img/icon-open@2x.png) no-repeat;
    background-size: 44px auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag {
    position: absolute;
    width: 100%;
    top: 10px;
    zoom: 1
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag i {
    position: relative;
    top: -21px;
    left: 8px;
    font-size: 14px;
    font-style: normal;
    text-align: center
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .com,
.liveRoom-wrapper .category .category-list li .live-item .top-tag .hots,
.liveRoom-wrapper .category .category-list li .live-item .top-tag .tag {
    float: left;
    padding-right: 14px;
    border-top: 24px solid #218aff;
    border-right: 6px solid transparent;
    border-radius: 0 3px 9px 0;
    color: #fff
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .com {
    border-top-color: #218aff
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .hots {
    border-top-color: #f53923
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .tag {
    border-top-color: #f5a623;
    color: #000
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .huz {
    width: 44px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    float: right
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .living {
    float: right;
    height: 18px;
    padding: 0 4px;
    margin-right: 8px;
    line-height: 18px;
    font-size: 0;
    background: #fa3434;
    border-radius: 2px
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .living img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    vertical-align: middle
}

.liveRoom-wrapper .category .category-list li .live-item .top-tag .living span {
    position: static;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
    border-right: 0;
    vertical-align: top
}

.liveRoom-wrapper .category .category-list li .ellipsis {
    height: 34px;
    padding: 10px 12px;
    line-height: 20px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #000
}

.liveRoom-wrapper .category .category-list li h6 {
    padding: 1px 12px;
    color: #777;
    line-height: 25px;
    font-weight: 400
}

.liveRoom-wrapper .category .category-list li h6 .name {
    max-width: 70%;
    overflow: hidden;
    font-size: 12px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.liveRoom-wrapper .category .category-list li h6 .name .head {
    width: 20px;
    height: 22px;
    border-radius: 50%;
    float: left;
    padding-top: 2px;
    margin-right: 4px
}

.liveRoom-wrapper .category .category-list li h6 .num {
    background: url(//sta.vnres.co/web/assets/soco/img/icon-hot-gray.png) no-repeat 0;
    padding-left: 15px;
    background-size: 12px auto;
    font-size: 12px;
    float: right
}

.liveRoom-wrapper .feedback-window {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    width: 400px;
    padding: 20px 0 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .6)
}

.liveRoom-wrapper .feedback-window .big-title {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    zoom: 1
}

.liveRoom-wrapper .feedback-window .big-title:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.liveRoom-wrapper .feedback-window .big-title .feedback-icon {
    float: left;
    width: 30px
}

.liveRoom-wrapper .feedback-window .big-title .close-icon {
    float: right;
    width: 30px;
    cursor: pointer
}

.liveRoom-wrapper .feedback-window .big-title span {
    display: inline-block;
    margin-top: 6px;
    font-style: italic;
    font-weight: 600
}

.liveRoom-wrapper .feedback-window .content {
    padding: 0 30px
}

.liveRoom-wrapper .feedback-window .content .content-item {
    margin-bottom: 20px
}

.liveRoom-wrapper .feedback-window .content .content-item .title {
    margin-bottom: 10px;
    font-size: 16px
}

.liveRoom-wrapper .feedback-window .content .content-item input {
    width: 100%;
    height: 35px;
    padding-left: 12px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #d8d8d8
}

.liveRoom-wrapper .feedback-window .content .content-item.nickname input {
    background: #eee
}

.liveRoom-wrapper .feedback-window .content .content-item.msg {
    position: relative;
    margin-bottom: 20px;
    font-size: 0
}

.liveRoom-wrapper .feedback-window .content .content-item.msg textarea {
    padding: 12px;
    width: 100%;
    height: 155px;
    resize: none;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #d8d8d8
}

.liveRoom-wrapper .feedback-window .content .content-item.msg .count-box {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 16px
}

.liveRoom-wrapper .feedback-window .content .content-item.msg .error-tip {
    position: absolute;
    right: 0;
    bottom: -14px;
    color: red;
    font-size: 12px
}

.liveRoom-wrapper .feedback-window .content .content-item.contact {
    margin-bottom: 35px
}

.liveRoom-wrapper .feedback-window .content .submit {
    width: 142px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    font-size: 14px;
    color: #777;
    text-align: center;
    background: #efefef;
    border-radius: 4px;
    cursor: pointer
}

.liveRoom-wrapper .feedback-window .content .submit.active {
    color: #fff;
    background: #f8c21b
}

.liveRoom-wrapper .feedback-mode {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1400px) {
    .inner {
        width: 960px !important
    }

    .liveRoom-wrapper .live-room {
        padding-top: 76px
    }

    .liveRoom-wrapper .live-room .live-room-box,
    .liveRoom-wrapper .live-room .marquee-container {
        width: 89% !important
    }

    .liveRoom-wrapper .live-room .inner .media .top-block .top-left-block .text {
        width: 280px
    }

    .liveRoom-wrapper .live-room .inner .media .center-block {
        height: 349px
    }

    .liveRoom-wrapper .live-room .inner .media .bottom-block .gift {
        margin-right: 0;
        border-bottom-right-radius: 6px
    }

    .liveRoom-wrapper .live-room .inner .media .bottom-block .send-gift-error {
        top: 230px
    }

    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 311px
    }

    .liveRoom-wrapper .live-room .inner .chat .chat-center .rank-list .rank-list-null {
        margin-top: 118px
    }

    .liveRoom-wrapper .live-room .inner .chat .chat-center .chat-panel .gift-effects-wrapper {
        height: 211px
    }

    .liveRoom-wrapper .category .category-list li:nth-child(4n) {
        margin-right: 0
    }

    .liveRoom-wrapper .category .category-list li:nth-child(5n) {
        margin-right: 17.5px
    }
}

.chat-point-img {
    margin-right: 3px;
    vertical-align: middle
}