  .pl-4{
	  padding-left:4px;
  }
  
  .pl-5{
	  padding-left:5px;
  }
  
  .pr-5{
	  padding-right:5px;
  }
  
  .pl-7{
	  padding-left:7px;
  }
  
  .pr-7{
	  padding-right:7px;
  }
  
  .pb-0{
	  padding-bottom:0px;
  }
  
  .livebox-label{
	  padding-top:10px;
	  padding-bottom:3px;
  }
  
  .livebox-img-top{
	  padding-bottom:18px;
  }
  
  .livebox-hr-top{
	  margin-top:10px;
	  margin-bottom:18px;
	  border-top: 1px solid #000;
  }
  
  .livebox-img{
	  padding-bottom:15px;
  }
  
  .livebox-hr{
	  margin-top:10px;
	  margin-bottom:15px;
	  border-top: 1px solid #000;
  }
  
  
  
  
  
.live_box {
    display: inline-block;
    position: relative;
    padding: 0 0px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    *display: inline;
    zoom:1;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.live_box .link {
    display: block;
    position: relative;
    border: 0px solid #333333;
	height: 0;
	padding-bottom: 56.25%;
    border-radius: 8px;
    background: #000;
    overflow: hidden;
}

.live_box .thumbnail {
    display: block;
    height: 0;
	padding-bottom: 56.25%;
	border: 0px solid #333333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-color:#212126;
}

.live_box .thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../img/live_grad.png) 0 0 repeat-x;
    width: 100%;
    height: 140px;
}


.live_box .text {
    display: block;
    line-height: 16px;
    font-size: 12px;
	font-weight: 500;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.5), -1px 1px 1px rgba(0,0,0,0.5), 1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5)
}

.live_box .text .fa {
    margin-right: 4px
}

.live_box .btn_icon {
    position: absolute;
    left: 4px;
    top: 4px;
    padding: 0 3px;
    color: #fff
}

.live_box .user {
    position: absolute;
    left: 5px;
    bottom: 7px;
    padding: 0 3px;
    color: #a0a0a0
}

.live_box .title {
    display: block;
    position: absolute;
	text-align:left;
    left: 8px;
    bottom: 28px;
	right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 15px;
	font-weight: 900;
}

.live_box .view {
    position: absolute;
    right: 3px;
    bottom: 4px;
    padding: 0 3px;
    color: #fff
}

.live_box .start {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 20;
    filter: alpha(opacity=0);
    opacity: 0
}

.live_box .link:hover {
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.3)
}

.live_box .link:hover .thumbnail {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.live_box .link:hover .start{
    filter: alpha(opacity=80);
    opacity: 0.8
}


.live_box .favorite {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 15
}

.live_box .favorite .fa {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.5)
}

.live_box .favorite.on .fa {
    color: #ffde00
}

.live_box:hover .favorite {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.live_box .favorite.on, .live_box .favorite:hover {
    filter: ""!important;
    opacity: 1!important
}

.side-recommend .l-span {
	float:left;
	padding-right:8px;
}

.side-recommend .r-span {
	float:right;
	padding-right:5px;
}

.side-recommend .m-div {
	line-height:16px;
}

.side-recommend .l-span .l-box {
	width:30px;
	height:30px;
	color:#f9fafc;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	vertical-align:middle;
	line-height:30px;
	border-radius:15px;
	background-color:#787878;
}

.side-recommend .r-span .r-live {
	float:left;
	padding-right:4px;
	padding-top:12px;
}

.side-recommend .r-span .r-live .r-box {
	width:8px;
	height:8px;
	border-radius:4px;
	background-color:#e91916;
}

.side-recommend .r-num {
	float:left;
	padding-top:5px;
}

.side-recommend .m-div .m-detail {
	width:120px;
	color:grey;
	font-size:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.guanggo {
	display: flex;
	width:100%;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:10px;
	align-items: center;
	justify-content: center;
}

.guanggo img {
	align-self: flex-start;
	max-width: 20%;
	height:auto;
	cursor:pointer;
	padding-top:0px;
	padding-left:7px;
	padding-right:7px;
	text-align: center;
}


.col-ta,.col-tb,.col-tc,.col-la,.col-lb,.col-lc,.col-ld{
	position: relative;
	width: 100%;
	float:left;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.carousel-control 			 { width:  4%;z-index: 50 }
.carousel-control.right {margin-right:15px;background-image:none;}

@media (min-width: 0px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	
}
@media (min-width: 576px) and (max-width: 1230px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
	
	.col-tc,.col-ld {
		width: 50%;
    }
}
@media (min-width: 1230px) and (max-width: 1500px ) {
	.carousel-inner .active.left { left: -33.33333333%; }
	.carousel-inner .next        { left:  33.33333333%; }
	.carousel-inner .prev		 { left: -33.33333333%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
	
	.col-tb{
		width: 33.33333333%;
	}
	
    .col-lc {
		width: 33.33333333%
    }
}
@media (min-width: 1500px) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div{ display:block; }
	
	.col-ta{
		width: 25%;
	}
	
    .col-lb {
		width: 25%;
    }
}
@media (min-width: 1800px) {
    .col-la {
		width: 20%;
    }
}

.black_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #333333;
}

.black_scroll::-webkit-scrollbar
{
	width: 8px;
}

.black_scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #545454;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}