.live-con {
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding-top: 30px;
    box-sizing: border-box;
    margin: 30px auto;
}

/*标题*/
.live-title {
    text-align: center;
    margin-bottom: 20px;
}
.live-title h2 {
    font-size: 21px;
    font-weight: bold
}
.live-title h3 {
    margin: 10px;
    font-size: 16px;
    color: #555;
}
.live-title h4 {
    font-size: 14px;
    color: #888;
}


/*主容器*/
.live-box .w {
    height: 500px;
    /*background-color: pink;*/
    display: flex;
    justify-content: space-beween;
    align-items: center;
}

/*左侧*/
.live-l {
    width: 60%;
    height: 100%;
    /*background-color: #c60023;*/
}

/*循环项*/
.live-item {
    width: 100%;
    height: 250px;
  
    display: flex;
    justify-content: space-beween;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

/*主播图片*/
.live-img {
    width: 200px;
    height: 200px;
}
.live-img img {
    width: 100%;
    height: 100%;
}

/*右侧信息*/
.live-info {
    margin-left: 20px;
}

/*主播姓名*/
.live-name {
    font-size: 18px;
    font-weight: bold;
    color: #121212;
}

/*直播状态*/
.live-state {
    font-size: 14px;
    color: #888;
    margin: 15px auto;
}

/*直播简介*/
.live-jj {
    width: 400px;
    color: #555;
    font-size: 14px;
}












/*右侧*/
.live-r {
    width: 40%;
    height: 100%;
    background-color: #ff6600;
    margin-left: 30px;
}
/*循环项*/
.live1-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.live1-item img {
    width: 100%;
    height: 100%;
}

/*图片*/
.live1-img {
    width: 100%;
    height: 100%;
}

.live1-img img {
    width: 100%;
    height: 100%;
}

/*底部信息*/
.live1-info {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0,0,0,.3);
}

/*直播状态*/
.live1-state {
    position: absolute;
    top: 0 ;
    left: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #c60023;
    padding: 5px;
}




/*直播间样式---------------------------------------------------------------------------*/
/*标题*/
.m-hf-title .w {
    text-align: center;
}

.m-hf-title h2 {
    font-size: 21px;
    font-weight: bold;
    color: #888;
}

.m-hf-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    
}

.m-hf-info img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.m-hf-info h4 {
    color: #555;
    font-size: 16px;
}



/*礼物区块*/
.lw-con {
    width: 100%;
    height: 130px;
    /*background-color: #c60023;*/
    
    margin-bottom: 60px;
}

.lw-con .w {
    /*background-color: #c60023;*/
    /*width: 100%;*/
    height: 100%;
    display: flex;
     /* justify-content: space-between;*/
    align-items: center;
}
.lw-con .w a {
   width: 60px;
    height: 60px;
    margin-left: 15px;
    background-color: #fff;
    display: inline-block;
}

.lw-con .w a img {
    width: 100%;
    height: 100%;
}


.lw-title {
     width: 1200px;
    height: 60px;
    /*background-color: #c60023;*/
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #479c18;
    margin: 15px auto;
}
.lw-title i {
    font-size: 40px;
    font-weight: 400;
    color: #479c18;
    margin-right: 8px;
}
.lw-title h2 {
    font-size: 27px;
    color: #333;
}

.lw-info {
    width: 80px;
    height: 80px;
    background-color: #c60023;
    text-align: center;
    border-radius: 10px;
    z-index:111111111;
    opacity: 0;
    transition: all .3s;
}

.lw-info h2 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
   
}

.lw-info span {
    width: 60px;
    height: 20px;
    background-color: #fff;
    color: #c60023;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.lw-info p {
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
}

.lw-a:hover .lw-info{
    opacity: 1;
}













