.viewport {
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
	overflow-x: hidden;
}
::-webkit-scrollbar{
	display: none;
	width: 0;
	height: 0;
	color:transparent
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1,1,1);
    }

    50% {
        transform: scale3d(1.3,1.3,1.3);
    }

    to {
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1,1,1);
    }

    50% {
        transform: scale3d(1.3,1.3,1.3);
    }

    to {
        transform: scale3d(1,1,1);
    }
}

@keyframes anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.97);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.97);
    }

    100% {
        transform: scale(1);
    }
}




a{
	list-style: none;
	text-decoration: none;
	outline: none;
}
body{
	overflow-y: auto;
	overflow-x: hidden;
	background: #121214;
}

.list_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	direction: rtl;
	margin: 10px 0;
}
.list_title_right{
	float: right;
	display: flex;
	align-items: center;
}
.list_title_right_fuhao{
	width: 4px;
	height: 18px;
	background: #03A9F4;
	border-radius: 10px;
	margin-left: 5px;
}
.list_title_right_text{
	font-size: 14px;
	color: #bbbbbb;
}
.list_title_left{
	float: left;
}
.list_title_left img{
	width: 12px;
}
.list_title_left_text{
	font-size: 10px;
	color: #bbbbbb;
}

.douyin_title{
	width: 100%;
	display: flex;
	justify-content: center;
}
.douyin_title_content{
	width: 180px;
	height: 50px;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	align-items: center;
	color: #bbbbbb;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.douyin_title_content img{
	width: 22px;
	height: 17px;
}



.content_3 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 33.3%);
	direction: rtl;
}

.content_3_item {
	width: 92%;
	height: 190px;
	margin: 5px auto;
}

.content_3_item_img {
	width: 100%;
	height: 160px;
	position: relative;
}

.content_3_item_img img {
	width: 100%;
	height: 160px;
	object-fit: fill;
	border-radius: 6px;
	box-shadow: 3px 3px 4px 0 #000000;
}

.content_3_item_title {
    width: 100%;
    font-size: 0.8rem;
    height: 30px;
    line-height: 30px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.content_3_item_footer {
	position: absolute;
	width: 100%;
	height: 30px;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .902), transparent);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.7rem;
	direction: rtl;
	display: flex;
	justify-content: space-around;
	align-items: center;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
}

.content_3_item_top {
	position: absolute;
	width: 30px;
	height: 25px;
	background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 0.3), black);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.7rem;
	direction: ltr;
	display: flex;
	align-items: center;
	top: 0;
	left: 5px;
	flex-flow: column;
	color: #FF9800;
	padding: 10px 0;
}

.content_3_item_top img {
	width: 15px;
	height: 15px;
	margin: 0 5px;
}



.list_programma {
	width: 92%;
	margin: 0 auto;
}

.list_programma_content {
	width: 100%;
	direction: rtl;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_programma_content_item {
	width: 48%;
}

.list_programma_content_item_img {
	width: 100%;
	height: 220px;
	position: relative;
}

.playbtns{
	height: 40px;
	width: 40px;
	position: absolute;
	background: #ffffff47;
	top: 33%;
	bottom: 0px;
	left: 0px;
	right: 33%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.playbtns img{
	width: 40px !important;
	height: 40px !important;
}


.playbtns:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);
  animation: ripple-wave1 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-animation: ripple-wave1 1s linear infinite;
}
/* .home1.video .content p{
  color: var(--white);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 55px;
} */
@keyframes ripple-wave1{
  to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

.list_programma_content_item_img img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.list_programma_content_item_title {
	width: 100%;
	height: 40px;
	line-height: 35px;
	font-size: 13px;
	white-space: nowrap;
	display: flex;
	text-overflow: ellipsis;
	direction: rtl;
	color: #bbbbbb;
}