@import url(swiper.min.css);
@import url(pc.css);

@media screen and (max-width:768px){
	body{ padding-top: 60px; padding-bottom: 60px; }
	.container{ width: 100%; padding: 0 10px; }
	.topbar { border-bottom: 0 }
	.topbar .welcome{ display: none; }
	.topbar .members{ position: absolute; top:10px; left: 0; }
	.header{ padding: 10px 0 0; position: fixed; left: 0; top:0; width: 100%;  z-index: 999; height: 60px;}
	.header .logo{height:40px;line-height:40px; float: none; width: auto; text-align: center; }
	.header .search{ display: none; }
	.header .nav { text-align: left; background: #282828; display: none; width: 50%; position: fixed; right: 0; top:60px; }
	.header .nav ul{ margin: 0 -15px; }
    .header .nav li {display: block; }
    .header .nav li a { font-size: 14px; line-height: 35px; border-top: 1px solid rgba(255,255,255,0.1); }
    .menu-btn{ display: block; }

    .banner{ width: 100%; }
    .banner .swiper-pagination-bullet{  width: 10px; height: 10px;}

    .section-title{ font-size: 18px; padding-bottom: 8px; margin-bottom: 15px; }
    .section-title p{ display: none; }
   
	.taglist{ margin: 10px 0 0 -10px; padding:0; }
	.taglist li{  width: 33.333%; }
	.taglist li a{ margin: 0 0 10px 10px; line-height: 30px;  }
	.taglist li span{ font-size: 16px; }

	.in-juji{ margin-top: 15px; }
	.in-juji-left{ float: none; width: auto; }
	.in-juji-right{ display: none;}

	.hotpic{ margin: 0 0 0 -10px; }
	.hotpic li{ width: 50%; }
	.hotpic li a{ margin: 0 0 10px 10px; }

	.hottext li{ float: none; width: auto; }

	.in-paihang{ flex-wrap: wrap;}
	.in-paihang .items{ flex:100%; margin-right: 0; margin-bottom: 30px; }
	.in-paihang .tits{ font-size: 18px; padding-bottom: 8px; margin-bottom: 15px; }

	.links .tits span{ display: block;}

	.footer .ys{ display: none; }
	.footer .fnav{ margin:0; }
	.footer .fnav ul{ display: none; }
	.footer .fnav .tel{ border-left: 0; float: none; width: auto; }
	.footer .linkimg{ display: none; }
	.footer-fix{ display: block; }

	.list-1{ margin: 0 0 0 -10px; }
	.list-1 li{ width: 50%; }
	.list-1 li a{ margin: 0 0 10px 10px; }

	.lanmu li a{ font-size: 17px; line-height: 35px; margin:0 8px;  }

	.sortname2{ font-size: 24px; margin: 15px 0 20px; text-align: center; }
	.sortname2 span{ line-height: 50px; padding: 0 25px;  }

	.tabs li{ width: 50%; }
	.tabs li a{ font-size: 24px;  line-height: 47px; padding: 0px; box-shadow: 0 0 10px rgba(0,0,0,0.3); border-radius: 10px; margin-right: 0; }
	/* 筛选 */
	.container .screen{
		display: flex;
		justify-content: flex-start;  
		width: 100%;
	
		border-bottom:1px solid #eeeeee;
		margin-top:20px;
		
		flex-wrap:wrap;  
	}
	.container .screen .subject{
		width: 100%;
		
		line-height:25px;
		display: flex;
		justify-content: flex-start; 
		padding:5px 0;
	}
	.container .screen .subject .title{
		font-size: 18px;
		color: #323332;
		min-width: 60px;
		width: 10%;
		
		
	}
	.container .screen .subject .content{
		display: flex;
		justify-content: flex-start; 
		font-size: 14px;
		width: 90%;
		flex-wrap:wrap;   
		/* border: 1px solid red;    */
	}

	/* 剧集页 */
	.container .show-video{
		  display: flex;
		  justify-content: center;  
		  flex-wrap:wrap;       
		 
	}
     /* 图片 */
	.container .show-video .show-video-pic{
		margin-right:auto
	}
	/* 标题详情信息 */
	.container .show-video .show-video-text{
		margin-right:auto;
		 margin-left: 0px;
	}
	/* 短剧详情 */
	.container .show-content .show-content-left{
		width: 100%;
		margin-right:0px;
	}
	/* 相关短剧推荐 */
	.container .show-content .show-content-left .xiangguan .clearfix li {
		width: 100%;
		

	}
	.container .show-video .show-video-text .buy{
		display: flex;
		  justify-content: center;  
	}

	/* 精选好剧 */
	.container  .show-content-right{
	
		display:none;
	}

	

	


}