body{
	background: #F6F6F6
}
.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner{
	width: 100%;
    /*height: 790px;*/
	/*height: 1100px;*/
	/*margin: 62px 0 0 0;*/
	background: url(/static/img/index-bg-3.jpg) no-repeat;
    background-size: 100% 100%;
}
.lives {
	width: var(--layout-page-width);
	margin: 0px auto;
    position: relative;
}
.football-pendant{
    background: url(/static/img/football-tip.png) no-repeat;
    background-size: cover;
    width: 9.1875rem;
    height: 15.625rem;
    position: absolute;
    left: 0;
    top: 40px;
}
.basketball-pendant{
    background: url(/static/img/basketball-tip.png) no-repeat;
    background-size: cover;
    width: 12.875rem;
    height: 8rem;
    position: absolute;
    top: 580px;
    right: 0;
}
.video {
    position: relative;
	margin: 5px 0;
}
.video .go-live-room {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	display: none;
    width: 120px;
    height: 55px;
    border-radius: 5px;
    color: #fff;
    z-index: 9999;
    line-height: 55px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px var(--theme-color-red);
    box-shadow: 0 0 10px var(--theme-color-red);
    cursor: pointer;
}
.video .live-room-mouseleave {
	display: none; 
}
.video .live-room-mouseover {
	display: block;
	border: 1px solid var(--theme-color-red);
}
.video .live-room-mouseover a {
	  color: var(--theme-color-red);
}
.video .live-room-btn {
	display: block;
    background: #00000080;
    /*background-color: #0fa06bff; */
}
.video .live-room-btn a {
	  color: var(--theme-color-red);
}
.video .go-live-room.active {
    box-shadow: 0 0 10px var(--theme-color-red);
}
#dplayer {
	width: 100%;
	height: 100%
}

.content-body{
    width: 100%;
	margin: 0 auto;
	/*margin-top:-658px;*/
    /*margin-top:-578px;*/
}
.hotspot {
    position: relative;
    width: var(--layout-page-width);
    margin: 0 auto;
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hotspot .hotspot-left {
    width: 500px;
    height: 250px;
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.wrapper-item {
	webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.hotspot .hotspot-left img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.hotspot .hotspot-recom {
    padding-left: 10px;
    width: 440px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hotspot .hotspot-recom .recom-item {
    width: 210px;
    height: 120px;
    margin-right: 10px;
}
.hotspot .hotspot-recom .recom-item:nth-child(1) {
    margin-bottom: 10px;
}
.hotspot .hotspot-recom .recom-item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.hotspot .hotspot-right {
    width: 250px;
    height: 250px;
}
.hotspot .hotspot-right img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}
.live-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.live-content .live-recommend h4 {

    font-family: DOUYU;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}
.live-content .live-recommend .recommend-list {
    width: 100%;
    box-sizing: border-box;
}
.live-content .live-recommend .recommend-list-item {
    width: 222px;
    /*margin: 0 18px 19px 0;*/
}
.live-content .live-recommend .recommend-list-item .recommend-cover {
    width: 100%;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
}
.live-content .live-recommend .recommend-list-item .recommend-info {
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 10px 10px 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recommend-title {
    font-size: 14px;
    color: #000000ff;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recom .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recom .name img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 4px;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recom .recom-num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .live-recommend .recommend-list-item .recommend-info .recom {
    color: #999999ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.live-content .ranking {
    width: 292px;
}
.live-content .ranking .ranking-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .ranking .ranking-title img {
    width: 20px;
    height: 20px;
}
.live-content .ranking h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #333333ff;
    margin-left: 10px;
}
.live-content .ranking .ranking-list {
    width: 292px;
    background-color: #fff;
}
.live-content .ranking .ranking-list .ranking-item {
    height: 65px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num1 {
    background-color: #ff4a53;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num2 {
    background-color: #fa6400;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-num3 {
    background-color: #c7916c;
    color: #fff;
}
.live-content .ranking .ranking-list .ranking-item .ranking-item-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.live-content .ranking .ranking-list .ranking-item .attention {
    cursor: pointer;
    width: 70px;
    height: 30px;
    background: #e2fff5;
    border: 1px solid #00bd7e;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #00bd7e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.live-content .ranking .ranking-list .ranking-item .ranking-left .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 16px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name {
    font-size: 12px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name :first-child {
    color: #333333ff;
    padding-bottom: 8px;
}
.live-content .ranking .ranking-list .ranking-item .ranking-left .anchor-name :last-child {
    color: #999999ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
































