	.body{
	  overflow-x: auto;
	  overflow-y: hidden;
	 /* background: #ffffff; */
	}
	.viewport{
		/*页面的最大宽度*/
		max-width:960px;
		/*页面的最小宽度*/
		min-width:300px;
		margin:0 auto;

	   }
   .caidan1{
	  font-family: ALKATIP Basma Tom;
	  background-color:#ffffff;
	  width: 100%;
	  left: 0px;
	  height: 150px;
	  top: 10px;
	  z-index: calc(88);
	   margin-top: 20px;
	  /*margin: 10px auto;*/
	  }
	  
	  
	  .cate{
		width: 100%;
		height: 35px;
		direction:rtl;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	  }
	.cate-content{
		height: 20px;
		margin:0px 2px;
		border-radius: 20px;
		padding:5px 25px;
		text-align: center;
		font-family: 'UKIJ Tuz Kitab';
		font-size: 12px;
		/*overflow: hidden;*/
		text-overflow: ellipsis;
		white-space: nowrap;
		background-color: #efefef;
		font-weight: bold;
	}
	.cate-content-item{
		text-align: center;
		align-items: baseline;
		color: #070708;
		font-weight: bold;
		font-size: 10px;
	}
	 .active{
		 background-color: #e68308;
		 color: #fff;
		 z-index: 10;
	 }
	  
	  ::-webkit-scrollbar{
		  display: none;
		  width: 0;
		  height: 0;
		  color: transparent;
	  }
	  
	  
	  
	  
	  
	  
   .yemian-biaoti{
	   width: 100%;
	   text-align: center;
	   font-weight: bold;
	   font-family:ALKATIP Kufi ;
	   color: aqua;
	   margin: 40px 0px;
	   font-size: 50px;
	   
	   	
   }
   .caidan-dingying{
	   width: 95%;
	   height: 70px;
	   font-family: ALKATIP Kufi;
	   margin: 0 auto;
	   display: flex;
	   flex-direction: row;
	   justify-content: space-between;
	   text-align: center;
	   color: #1296db;
	  /* box-shadow: 10px 10px 5px #888888; */
	   
   }
   .diqu{
	   width: 40%;
	   background-color: antiquewhite;
	   margin: 25px auto;
	   height: 80px;
	   border-radius: 50px;
   }
   .buutom{
	   font-family: ALKATIP Kufi;
	   font-size: 30px;
	   padding-top: 15px;
	   font-weight: bold;
	   text-shadow: 5px 5px 5px #e68308;
	   
	
   }
 
 
 .biaotu{
	 width: 100px;
	 height: 3px;
	 background-color: darkgray;
	 margin: 0 auto;
	 border-radius: 20%;
 }
 .lunbotu{
	 padding-top: 70px;
	 margin: 0px 2.5%;
	 width: 100%;
 }
 .lunbotu img{
	 width: 95%;
	 height: 150px;
	 border-radius: 10px;
 }
 
/* 电影列表 */
.video-liebiao{
	width: 98%;
	margin: 5px auto;
	direction: rtl;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.video{
	width: 30%;
	height: 185px;
	margin: 1.5%;
	
}
.video-img{
	width: 100%;
	height: 150px;
	border-radius: 10px;
	position: relative;
}
.video-name{
	margin: 0px auto;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:15px 2px 2px 2px;
	font-family:UKIJ Tor ;
}
.video-type{
	text-align: center;
	font-size: 8px;
}

/* 我的页面tabbar */
/*	.shouye-tabbar{*/
/*		width: 100%;*/
/*		height: 10%;*/
/*		display: flex;*/
/*		flex-direction: row;*/
/*		position: fixed;*/
/*		bottom: 0px;*/
/*		background: #f3f2ff;*/
/*		text-align: center;*/
/*		direction: rtl;*/
/*		margin: 0 auto;*/
		
/*	}*/
/*	.tabbar{*/
/*		width: 20%;*/
/*		background: #f3f2ff;*/
/*		padding: 5px;*/
		
/*	}*/
/*	.tabar-img{*/
/*		width: 40%;*/
/*		height: 30px;*/
/*		margin: 0 auto;*/
	
/*	}*/
/*	.tabar-tupian{*/
/*		font-size: 10px;*/
/*		font-weight: bold;*/
/*	}*/
	
	
	.yedi{
		height: 50px;
		 color: black;
		  font-family:UKIJ Tor;
		  text-align: center;
		  margin-top: 20px;
		  font-size: 10px;
		  color: #ffff00;
	}
	
	/* 下拉菜单 */
	
	.dropbtn {
		font-family: ALKATIP Kufi;
		font-size: 15px;
		padding-top: 15px;
		font-weight: bold;
		text-shadow: 5px 5px 5px #e68308;
	}
	
	.dropdown {
	    position: relative;
	    display: inline-block;
		width: 40%;
		background-color: antiquewhite;
		margin: 15px auto;
		height: 40px;
		border-radius: 50px;
		
	
		
	}
	.dropdown-content {
	    display: none;
	    position: absolute;
	    background-color: #f9f9f9;
	    width: 70%;
	    box-shadow: 0px 8px 16px 0px rgba(85, 170, 255, 0.2);
		margin:0 15%;
	}
	
	.dropdown-content a {
		width: 100%;
	    color: black;
	    padding: 5px 0px;
	    text-decoration: none;
	    display: block;
		font-size: 10px;
	}
	
	.dropdown-content a:hover {background-color: #ffff00}
	
	.dropdown:hover .dropdown-content {
	    display: block;
	}
	
	.dropdown:hover .dropbtn {
		width: 100%;
		background-color: #ffaa00;
		margin: 0 auto;
		height: 20px;
		border-radius: 50px;
	}
	
	
	
.video-pingjia{
    width: 100%;
    height: 20px;
    position: relative;
    margin-top: -30px;
    display: flex;
    flex-direction: row;
    z-index: 999;
    direction: ltr;
}

.video-pingjia img{
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}

.pingjia{
    font-size: 15px;
    margin-top:3px;
    margin-left: 1px;
    color: aliceblue;
   
}
.video-item-name{
    color: aliceblue;
    font-size: 10px;
    direction: rtl;
   margin: 0 auto;
   line-height: 25px;
}

	
	
	