@CHARSET "UTF-8";
html{
	height: auto;
}
body{
	background: #fbfcfc;
    font-size: 14px;
    height: auto;
}
.main_container{
	padding: 10px 8px 0px;
	height: auto;
}
.transition{
transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
.app_banner{
	width: 100%;
	height: 400px;
	background-image: url("imgs/apphomebg.jpg");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: cover;
	position: relative;
}
.app_banner .mask{
	z-index:-1;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.4);
}
.app_banner .banner_wrap{
	position: absolute;
	left:0;
	bottom:100px;
	text-align: center;
	width: 100%;
	font-family: "黑体";
}
.app_banner .banner_wrap h1,.app_banner .banner_wrap h3{
	font-family:"经典圆体繁", "microsoft yahei", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;;
	color:#FFF;
}
.publishBtn{
	margin-top:10px;
	width: 120px;
	height: 40px;
	line-height: 26px;
	font-size:16px;
	color:#f36783;
}
.apps{
	border-radius:5px;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content: flex-start;
	padding: 15px;
	position: relative;
}
.app{
	width: 25%;
	min-width:280px;
	height:180px;
	padding:10px;
	margin-bottom:15px;
	position: relative;
	color:#444;
}
.app span{
	color:#666;
}
.app .appqrcode{
	color:#333;
	font-size:20px;
	margin-top: 5px;
}
.app .appqrcode:hover{
	color:red;
}
.app .appqrcode .appqrcode_hover{
	display: none;
	width: 200px;
	background: #FFF;
	position: absolute;
	top:24px;
	right:0px;
	z-index: 999;
	border:1px solid #DDD;
	box-shadow:0px 8px 18px rgba(0,0,0,0.1);
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.app .appqrcode .appqrcode_hover img{
	width: 180px;
	height: 180px;
}
.app .app_wrap{
	background:#FFF;
	height: 100%;
	border: 1px solid #EAEEF1;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	padding: 10px;
	position: relative;
}
.app .app_wrap:hover{
	border:1px solid #FFF;
	box-shadow:0px 8px 18px rgba(0,0,0,0.2);
	border-top: 5px solid #e46480;
}
.app .appqrcode:hover .appqrcode_hover{
	display: block;
}
.app img.applogo{
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
}

.app_categorys{
	z-index:1;
	position: relative;
	display:block;
	list-style: none;
	background:#FFF;
	border:1px solid #F0F0F0;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
	padding: 0px 25px 0px 25px;
	border-radius:6px;
}
.app_categorys>li{
	list-style: none;
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	color:#828b94;
	font-size:16px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	border-bottom: 3px solid #FFF;
}
.app_categorys>li.active{
	border-bottom: 3px solid #e46480;
	background: #FCFCFC;
}
.app_categorys>li:hover{
	border-bottom: 3px solid #e46480;
	background: #FCFCFC;
}
 .applabels{
	display:block;
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px;
}
 .applabels>li{
	list-style: none;
	display: inline-block;
	padding: 0px 8px;
	text-align: center;
	background: #E8E8E8;
	border-radius:2px;
	color:#828b94;
	font-size:12px;
}
.app h1{
	font-size:18px;
	margin: 4px 0px 10px 0px;
	padding: 0px;
}
.app .app_pj{
	border-top:1px solid #F0F0F0;
	margin-top: 10px;
	text-align: left;
	padding-top:6px; 
}
.app .app_pj .star span{
	font-size:16px;
	margin-right:3px;
	color:#c1c9d0;
	font-style:normal;
	font-family: "微软雅黑";
}
.app .app_pj .star span.active::before{
  content:'★';
  color:gold;
  font-style:normal;
  position:absolute;
} 
.app .app_pj .glyphicon{
	line-height:20px;
	color:#c1c9d0;
	padding-left: 20px;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
	font-size:14px;
}
.app .app_pj .stargo span:hover::before,
.app .app_pj .stargo span:hover~span::before{
  content:'★';
  color:gold;
  font-style:normal;
  position:absolute;
}

.stargo{unicode-bidi: bidi-override;direction:rtl;}

.app_readmore{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #bbb;
	border-radius: 4px;
	margin: 20px auto 60px auto;
	cursor: pointer;
	background: #FFF;
	border: 1px solid #F0F0F0;
	font-size:16px;
	width: 60%;
	box-shadow:0px 3px 2px rgba(0,0,0,0.06);
}
.app_readmore:hover{
	background: #F5F5F5;
	box-shadow:0px 3px 2px rgba(0,0,0,0.2);
	color:#999;
}


.appapplycategory{
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	margin: 10px;
	padding: 4px 15px;
	background: #EEE;
	cursor: pointer;
	border-radius:3px;
	color:#555;
	border:1px solid #F0F0F0;
	display:inline-block;
}
 
.appapplycategory.active{
	background: green;
	color:#FFF;
	border-color: green;
}
.appapplycategory:hover{
	color:red;
}
.appapplycategory.active:hover{
	color:#FFF;
}

.wxappdetail_container{
	margin:20px auto;
	background: #FFF;
}
/***********项目详情界面css***************/
.cyz_project_detail_header{
	min-height: 200px;
	border: 1px solid #F0F0F0;
	margin: 15px auto;
	padding: 40px;
}

.cyz_project_detail_header .cyz_project_logo{
	border-right: 1px solid #F0F0F0;
}
.cyz_project_detail_header .cyz_project_logo img{
	width: 140px;
	height: 140px;
}
.cyz_project_detail_header .cyz_project_share img{
	width: 140px;
	height: 140px;
}

.cyz_project_detail_header .cyz_project_info{
	vertical-align: top;
}
.cyz_project_detail_header h1{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size:26px;
	color:#555;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_time{
	margin: 10px 0px;
	font-size:16px;
	color:#CCC;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_time span{
	margin-right: 30px;
}
.cyz_project_detail_header .cyz_project_info .cyz_project_remark{
	font-size: 16px;
	padding: 10px 0px;
	color:#666;
}


#cyz_project_carousel img{
	width: 100%;
	height: 500px;
}

.cyz_company_table tbody>tr>td{
	padding: 10px 0px;
	font-size:14px;
}

 .cyz_custom_project_panel{
	border: none;
	box-shadow: none;
	font-size:16px;
	color:#666;
}
.cyz_custom_project_panel .panel-heading{
	background: #FFF;	
	font-size:18px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.cyz_custom_project_panel .panel-heading span{
	border-bottom:2px solid #574579;
	display: inline-block;
	padding-bottom: 6px;
	
}
.cyz_custom_project_panel .panel-heading a{
	font-size: 16px;
	color:gray;
	}


.appimgs{
	display:flex;
	display:-webkit-flex;
	overflow-x:auto; 
}
.appimgs img{
	width: 220px;
	height: 400px;
	margin-right: 15px;
}
.appstar{
	margin-top: 20px;
}



.appstar .star span{
	font-size:30px;
	margin-right:3px;
	color:#c1c9d0;
	font-style:normal;
	font-family: "微软雅黑";
}
.appstar .star span.active::before{
  content:'★';
  color:gold;
  font-style:normal;
  position:absolute;
} 
.appstar .glyphicon{
	line-height:20px;
	color:#c1c9d0;
	padding-left: 20px;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
	font-size:14px;
}
 
.cyz_slide_hot_articles ul{
	list-style: none;
	padding-left: 0px;
}
.cyz_slide_hot_articles ul>li{
	list-style: none;
	display: block;
	margin-bottom: 15px;
}
.appstar .starCount{
	font-size:40px;
	font-weight: 500;
	display: block;
	color:#333;
	margin-bottom: 20px;
	text-align: center;
}

input.search_keywords{
	min-width:300px;
	max-width:500px;
	margin-top: 50px;
	height:46px;
	line-height: 46px;
	font-size:16px;
}

@media only screen and (min-width:980px) and (max-width: 1212px) {
	.app{
		width: 33%;
		min-width:300px;
	}
}
@media only screen and (min-width: 690px) and (max-width: 980px) {
	.app{
		width: 50%;
		min-width:300px;
	}
}
@media all and (max-width:660px){
	input.search_keywords{
	width:80%;
	margin-top: 10px;
	height:40px;
	line-height: 40px;
}
	.cyz_project_info{
		text-align: center;
	}
	.cyz_project_detail_header .cyz_project_logo img{
	width: 220px;
	height:220px;
	}
    .cyz_project_detail_header .cyz_project_share img{
		width: 220px;
		height: 220px;
	}
	
	.app{
		width: 100%;
		min-width:300px;
	}
	.main_container{
		padding: 0px;
	}
	.app_banner{
		height: 200px;
	}
	.app_banner .banner_wrap{
		bottom: 50px;
	}
	.app_banner .banner_wrap .btn{
		display: none;
	}
}
.appstarsummary{
	color:gray;
}
.appstarsummary span:FIRST-CHILD{
	margin-right: 10px;
}

input.search_keywords:FOCUS{
	outline: none;
}
.app_author{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}