.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;
}

.list_title{
	width: 98%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	direction: rtl;
	margin: 10px auto;
}
.list_title_right{
	float: right;
	display: flex;
	align-items: center;
}
.list_title_right_img{
	width: 26px;
	height: 26px;
	position: relative;
}
.list_title_right_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.list_title_right_text{
	font-size: 14px;
	color: #2f2f2f;
	margin-right: 5px;
	font-family: "UKIJ Bom";
}
.list_title_left{
	height: 100%;
	width: 80px;
	float: left;
	text-align: center;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.1);
}

.list_title_left_text{
	font-size: 10px;
	color: #888;
	line-height: 30px;
	font-family: "utuq kufi";
}

.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: #444;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.douyin_title_content img{
	width: 22px;
	height: 17px;
}
.douyin_title_content span {
	font-family: "UKIJ Bom";
}


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

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

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

.content_3_item_img img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 8px;
}

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

.content_3_item_footer {
	width: 100%;
	height: 15px;
	font-size: 0.6rem;
	text-align: center;
	color: #888888;
	overflow: hidden;
}

.content_3_item_top {
	position: absolute;
	/* width: 100%; */
	width: 50px;
	height: 25px;
	/* background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .402), transparent); */
	background: rgba(0, 0, 0, 0.6);
	/* border-top-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
	border-radius: 8px;
	/* font-size: 0.7rem; */
	/* float: left; */
	direction: ltr;
	display: flex;
	align-items: center;
	top: 3px;
	/* right: 0; */
	left: 3px;
	color: white;
	z-index: 999;
}

.content_3_item_top img {
	width: 18px;
	height: 18px;
	margin: 0 3px 0 5px;
}
.content_3_item_top span {
	font-size: 0.7rem;
	margin-top: 2px;
	/* line-height: 0px; */
}


.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: 10px;
	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: #666;
}