.live_talk {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.live_talk .item {
    float: left;
    position: relative;
    padding: 3px 0 0;
    border-bottom: solid 1px #ececec;
    max-width: 95%;
}
.wutonghui .live_talk .item{
    border-bottom: none;
}
.live_talk .item.selfSend,.live_talk .item.selfSend .item_head{
    float: right;
}
.live_talk .item .item_head{
    float: left;
    width: 55px;
    text-align: center;
    position: relative;
}
.live_talk .item .item_head h2{
    position: absolute;
    top: -2px;
    left: 55px;
    width: 150px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.live_talk .item.selfSend .item_head h2{
    right: 55px;
    left: auto;
    text-align: right;
}
.live_talk .talk_head {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.live_talk .talk_name {
    font-size: 14px;
}
.live_talk .talk_time {
    font-size: 12px;
}
.item_wrap {
    margin-top: 10PX;
}
.live_talk .talk_info {
    position: relative;
    font-size: 13px;
    min-height: 30px;
    line-height: 20px;
    white-space: normal;
    word-wrap: break-word;
    padding: 5px 10px;
    margin: 20px 56px 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.live_talk .join_tip .talk_info{
    margin: 0;
    margin-top: 5px;
    min-height: auto;
    line-height: 20px;
    border-radius: 5px;
    background: #d4d4d4;
    color: #fff;
    font-size: 14px;
}
.live_talk .selfSend .talk_info {
    margin-right: 56px;
}
.wutonghui .selfSend .talk_info{
    background: #62c2af;
}
.talk_info img {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 1px;
    vertical-align: middle;
}
.talk_footer {
    height: auto;
    padding: 4px 0;
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    box-shadow: 0px -1px 1px #eeeeee;
    bottom: 0;
    z-index: 999;
}
.wutonghui .talk_footer{
    background: #222;
    box-shadow: none;
    border: none;
}
.wutonghui .talk_send_input{
    background: #414141;
    border: none;
}
.wutonghui .talk_send_wrap .talk_send_input>input{
    background: none;
    color:#FFF;
}
.talk_footer .talk_space {
    height: 55px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.emotin_on {
    height: auto;
}
.talk_space .emotin {
    width: 40px;
    height: 30px;
    display: inline-block;
    background: url('/images/course/icon_smile_l3_bq.png') no-repeat center;
    background-size: 30px 30px;
}
.emotin_on .emotin, .emotin.active {
    background-image: url('/images/course/icon_smile_l3_bq_on.png');
}
.talk_space .input_space {
    height: 28px;
    border: solid 1px #ccc;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 45px;
    right: 60px;
    padding: 0 15px;
    background-color: #fff;
}
.talk_space .talk_input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
}
.talk_space .talk_send {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    border: 0;
    margin-right: 5px;
    text-align: center;
}
.emotins_space {
    text-align: center;
    display: none;
    background-color: #fff;
    position: fixed;
    overflow:scroll;
    bottom: 46px;
    height: 200px;
    z-index: 10000;
}
.emotin_on.emotins_space {
    display: block;
}
.emotins_space img {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 3px;
    vertical-align: middle;
}
/*送礼物*/
.gift_icon{ 
    width: 33px;
    height: 33px;
    margin: 2px 4px 0 5px;
    background: url(/images/course/gift.png) no-repeat 0 0;
    background-size: 100%!important;   
    z-index: 1000;
}
.wutonghui .gift_icon a p:first-child{
    color:#FFF;
}
.pc .gift_icon{
    position: relative;
    margin-left: 210px;
    left: 50%;    
}
.gift_icon:active{
    background: url(/images/course/gift2.png) no-repeat 0 0;
}
.mask {
    width: 100%;
    /*max-height: 50%;*/
    position: fixed;
    left: 0;
    bottom: 0;
    line-height: 38px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 16px;
    z-index: 10001;
    /*overflow-y: scroll;*/
}
.close_gift{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #ccc;
    border: 1px solid #ccc;
    top: 3px;
    right: 3px;
    line-height: 28px;
    font-size: 27px;
    border-radius: 50%;
}
.gift_space{
    background: #fff;
    line-height: 26px;
    max-height: 50%;
}
.wutonghui .gift_space{
    background: #222;
}
.wutonghui .gift_item p.gift_title{
    color:#fff;
}
.wutonghui .gift_item p.c_match{
    color:#61c3af;
}
.gift_space a{
    margin-top: 15px;
    display: inline-block;
    width: 25%;
    border-radius: 50%;
    background-size: 100%!important;
    float: left;
}
.gift_space a.col-3{
    width: 33.33%;
}
.gift_space a.col-2{
    width: 50%;
}
.gift_space a img{
    display: block;
    width: 50px;
    height: 44.5px;
    margin: 0 auto 2px;
}
.gift_buy_space{
    bottom: 0;
    background: #fff; 
    left: 0px;
}
.wutonghui .gift_buy_space{
    background: #222;
}
.spinner{
    width: 145px;
    margin-top: 10px;
    margin-right: 30px;
    display: flex;
}
.spinner span,.spinner input{
    display: inline-block;
    width: 45px;
    height: 30px;
    line-height: 30px;
    border:none;
    background: #eee;
    text-align: center;
    flex: 1;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spinner [disabled="true"]{
    background:none;
}
.spinner span+span{
    margin-left: 5px;
}
.spinner .spinner_left{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.spinner .spinner_right{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
}
.gift_logo{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.gift_logo img{
    width: 50px;
    height: 50px;
}
.gift_buy_space{
    padding:0 10px;
    box-sizing: border-box;
}
.gift_buy_space li{
    padding:10px 5px;
    box-sizing: border-box;
}
.spinner_wrap{
    line-height: 50px;
}
.gift_buy_space li+li{
    border-top: 1px solid #e1e1e1;
}
.gift_buy_space li.confirm_handle{
    height: 62px;
    line-height: 62px;
    padding:0;
}
.icon_success{
    margin-top: 5px;
    margin-right: 5px;
}
.pay_way .btn{
    margin-right: 5px;
}
.pay_text{
    line-height: 32px;
    margin-left: 5px;
}
#gift_pay_confirm{
    display: inline-block;
    width: 100%;
}
.item_wrap.active img,.item_wrap.active .gift_num{
    animation-name:bloom;
    animation-duration:0.5s;
    -webkit-animation-name:bloom;
    -webkit-animation-duration:0.3s;
}
@keyframes bloom {
    from {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    60% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes bloom {
    from {
        -webkit-transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}
/*聊天提示*/
.live_talk .tip_info{
    display: inline-block;
    border-radius: 18px;
}
.live_talk .gift_tip{
    margin-left: 0;
}
.wutonghui .live_talk .gift_tip{
    color:#fff;
}
/* 消息箭头 */
.item .arrow{
    position: absolute;
    margin-top: 25px;
    left: 50px;
    display: block;
    border-bottom: 5px solid #ececec;
    border-top: 5px solid #ececec;
    border-left: none;
    border-right: 6px solid #fff;
}
.item.selfSend .arrow{
    position: absolute;
    left: auto;
    right: 50px;
    border-bottom: 5px solid #ececec;
    border-top: 5px solid #ececec;
    border-right: none;
    border-left: 6px solid #f7e8d3;
}
.people-join {
    display: flex;
    justify-content: center;
    width: 100%;
}
.join-tip {
    margin-top: 5px;
    line-height: 20px;
    border-radius: 5px;
    background: #d4d4d4;
    color: #fff;
    font-size: 14px;
    position: fixed;
    padding: 5px 8px;
}
.talk-name {
    font-size: 12PX;
    position: absolute;
    top: 0;
    left: 55PX;
    text-align: left;
    white-space: nowrap;
}

.selfSendtalk-name {
    position: absolute;
    top: 0;
    right: 55PX;
    text-align: right;
    white-space: nowrap;
}
.talk-img {
    width: 100PX;
    margin-top: 20PX;
}
.item .image-list-view{
    display: inline-block;
}
