.rightcont-link {
    padding:25px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.btns-group .button{
    width: 95px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 999px;
    margin-right: 15px;
    background: rgba(246, 246, 246, 1);
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
}

.btns-group .button span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.btns-group .button.action {
    background: #A00064;
    color: #fff;
}

.btns-group .button.action span {
    color: #fff;
}

.border-box {
    padding: 30px;
    position: relative;
}

.live-room, .btns-group {
    width: 840px;
    margin: 0 auto
}

.live-room section {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.live-room > div {
    margin-top: 20px;
}

.live-room section div {
    width: 380px;
    min-height: 80px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(246, 247, 251, 1);
    display: inline-block;
    flex-wrap: wrap;
    margin:0 10px 20px;
    align-items: center;
}

.live-time {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    color: rgba(23, 10, 109, 1);
}

.live-content {
    color: rgba(51, 51, 51, 1);
}
section>div{
    cursor: pointer;

}
.live-room > div > p {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.live-room > div p img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.live-room section p {
    width: 100%;
}

.live-room > div img {
    width: 13px;
    margin-right: 3px;
}

.live-room > div > div {
    width: 50%;
}
