*{
	margin: 0px;
	padding: 0px;
}
html,body{
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	font-size: 14px;
}
a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
ul li{
	list-style: none;
}
.search_div{
	height: 50px;
	background: #9a0000;
	border-bottom: 1px #f79a9b solid;
	box-sizing: border-box;

}

.typeChoose{
	height: 35px;
	background: #9a0000 url(../images/appall_nav_banner.png) no-repeat center;
	position: relative;
	/*position: fixed;
	top: 50px;
	width: 100%;
	z-index: 2;*/
}
.typeChoose li{
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 35px;
	position: relative;
}
.typeChoose li span{
	display: inline-block;
	width:10px;
	height:12px;
	background: url(../images/xiala_down.png);
	background-size: 100% 100%;
	margin-left: 5px;
}
.typeChoose li span.xiala{
	background: url(../images/xiala_up.png);
	background-size: 100% 100%;
}
.typeChoose .tagList{
	position: absolute;
	top: 35px;
	width: 98%;
	z-index: 2;
	border: 1px #ddd solid;
	overflow: auto;
	background: #fff;
	height: 0px;
	transition:0.5s;
}
.typeChoose .tagList.show{
	height: 240px;
}
.typeChoose .tagList p{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #ddd solid;
	text-align: left;
	padding-left: 20px;
	color:#666;
	margin-bottom: 0px;
}
.p_zimu{
	height: 25px;
	line-height: 25px;
	color: #9a0000;
	padding: 0px 10px;
	margin-bottom: 0px;
}
.app_List{
	background: #fff;
	border-top: 2px #e0e0e0 solid;
	border-bottom: 2px #e0e0e0 solid;
	margin-bottom: 0px;
}
.app_List li{
	min-height: 80px;
	padding-left: 70px;
	position: relative;
	padding-top: 10px;
	box-sizing: border-box;
	border-bottom: 1px #ddd solid;
	padding-right: 50px;
}
.app_List li .app_img{
	height: 50px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
}
.app_List li p{
	margin-bottom: 3px;
	/*width: 260px;*/
}
.app_List li p.app_name_p{
	width: 240px;
	color: #444;
}
.app_List li p.app_name_p a{
	color: #444;
	text-decoration: none;
	/*width: 90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	font-size: 14px;
}
.app_List li p.app_tag_p{
	font-size: 12px;
	color: #a7a7a7;
}
.app_collect{
	position: absolute;
	right: 30px;
	top: 10px;
	width: 20px;
	height: 20px;
}
.app_collect img{
	width: 100%;
}
.index_header{
	height: 180px;
	background: url(../images/index_banner.jpg);
	background-size: 100% 100%;
	text-align: center;
}
.index_content{
	/*background: #fff;*/
}
.index_title{
	height: 30px;
	line-height: 30px;
	color: #9a0000;
	background: #fff url(../images/left_red.png) left center no-repeat;
	background-size: 3px 15px;
	padding-left: 15px;
	font-weight: bold;
	border-bottom: 2px #e0e0e0 solid;
	border-top: 1px #ddd solid;
	margin-bottom: 0px;
}
.index_recommend{
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
}
.index_recommend li{
	width: 33.33%;
	text-align: center;
	padding: 20px 8px 0px;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	float: left;
	box-sizing: border-box;
	height: 120px;
}
.index_recommend li:nth-child(3n){
	border-right: none;
}
.index_recommend li a{
	color: #666;
	padding: 0 5px;
}
.index_recommend li img{
	width:40px;
	margin-bottom: 8px;
}
.index_content .app_List{
	border: none;
}
.mobile_nav{
	/*height: 80px;*/
	background: #9a0000;
	overflow: hidden;
	/*position: fixed;
	width: 100%;
	top: 50px;
	z-index: 2;*/
}
.mobile_nav li{
	float: left;
	width: 19.9%;
	text-align: center;
	height: 62px;
}
.mobile_nav li a{
	color: #fad7d7;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.mobile_nav li.active{
	background: url(../images/nav_banner.png) bottom center no-repeat;
}
.mobile_nav li.active a{
	color: #fff;
}
.mobile_nav li img{
	display: block;
	margin: 0 auto;
	height: 30px;
}
.item_list li{
	padding-left: 25px;
	min-height: 90px;
}
.item_list li.cc{
	padding-left: 40px;
}
.sx_check{
	width: 20px;
	position: absolute;
	left: 9px;
	top: 12px;
}
.item_list li p.time{
	position: absolute;
	right: 10px;
	top: 15px;
}
.item_list li a.toDetail{
	position: absolute;
	bottom: 15px;
	right: 10px;
	color: #9a0000;
	text-decoration: underline;
}
.item_list li a.toComment{
	position: absolute;
	bottom: 15px;
	right: 50px;
	color: #9a0000;
	text-decoration: underline;
}
.circle_yellow{
	position: absolute;
	left: 10px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-radius:50%;
	background: #ffa207;
	
}
.app_process{
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 200px;
	text-align: right;
	font-size: 14px;
	color: #9a0000;
	height: 15px;
	line-height: 15px;
}
.app_process p{
	float: right;
}
.app_process_outer{
	height: 13px;
	width: 100px;
	background: #e5e5e5;
	border: 1px #d9d9d9 solid;
	border-radius:5px;
	/*float: right;*/
	position: relative;
}
.app_process_inner{
	height: 13px;
	position: absolute;
	left: 0px;
	background: #9a0000;
	border-radius: 5px;
}
.detail_header{
	height: 40px;
	line-height: 40px;
	background: #9a0000;
	color: #fff;
	text-align: center;
}
.detail_header .toLeft{
	position: absolute;
	left: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: url(../images/leftJiantou.png) center no-repeat;
}
.detail_list_left{
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 10px;
	color: #999;
	font-size: 14px;
}
.now .detail_list_left{
	color: #ffb268;
}
.detail_list_right{
	float: left;
	background: url(../images/detail_notNow.png) left top no-repeat;
	padding-left: 30px;
	color: #666;
	height: 100%;
}
.detail_list_right p{
	margin-bottom: 5px;
	font-size: 12px;
}
.detail_list_right p.title{
	color: #444;
	font-size: 14px;
}
.now .detail_list_right p.title{
	color: #ffb268;
}
.now .detail_list_right{
	color: #ffb268;
	float: left;
	background: url(../images/detail_now.png) left top no-repeat;
	padding-left: 30px;
}
.detail_list{
	background: #fff;
	margin-top: 10px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding-top: 20px;
	padding-bottom: 10px;
}
.detail_list li{
	margin-bottom: 10px;
	overflow: hidden;
	height: 120px;
}
.detail_list li.now{
	height: 80px;
}
.index_search{
	/*height: 50px;*/
	/*background: yellow;*/
	background: #9A0000;
}
.index_logo{
	/*height: 50px;*/
	padding-top: 50px;
	margin: 0 auto;
	display: block;
}
.yizhanshi{
	font-size: 22px;
	color: #fff;
	/*font-weight: bold;*/
}
.index_nav{
	height: 70px;
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 1px #e0e0e0 solid;
}
.index_nav li:nth-of-type(1){
	border-right:1px #e0e0e0 solid ;
	background: url(../images/nav_appall.png) 10px center no-repeat;
	background-size: 30px;
}
.index_nav li:nth-of-type(2){
	background: url(../images/nav_personal.png) 10px center no-repeat;
	background-size: 30px;
}
.index_nav li{
	width: 50%;
	height: 100%;
	float:left;
	box-sizing: border-box;
}
.index_nav li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #000;
	padding-top: 15px;
	padding-left: 50px;
}
.index_nav li a p{
	font-size: 16px;
	margin-bottom: 5px;
}
.index_nav li a>span{
	font-size: 12px;
	color: #999;
	display: block;
	line-height: 1.2;
}
.index_nav li a .count{
	height: 20px;
	min-width: 20px;
	display: inline-block;
	border-radius: 5px;
	background: #ffe062;
	color: #9a0000;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	left: 30px;
	top: 10px;
	text-align: center;
}
.index_nav li a .count1{
	color: #FF7F66;
}
.mobile_nav li a .count{
	height: 20px;
	min-width: 20px;
	display: inline-block;
	border-radius: 5px;
	background: #ffe062;
	color: #9a0000;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.index_search{
	padding:10px 0px 10px 10px ;
	box-sizing: border-box;
	overflow: hidden;
}
.search_form{
	height: 30px;
	background: rgba(255,255,255,0.5);
	border-radius: 12px;
	width: 70%;
	float: left;
	/*margin: 0px 10px;*/
	padding: 0 10px 0px 40px;
	box-sizing: border-box;
	position: relative;
}
.showPerson{
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30%;
	float: left;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
a.showPerson:link{
	color: #fff;
}
a.showPerson:visited{
	color: #fff;
}
a.showPerson:hover{
	color: #fff;
}
a.showPerson:active{
	color: #fff;
}
.search_input_css{
	border: none;
	height: 100%;
	width: 100%;
	background: none;
}
.search_btn_css{
	height: 30px;
	width: 30px;
	background: url(../images/search_banner.png);
	position: absolute;
	left: 10px;
	top: 0px;
	border: none;
}

.search_div{
	padding: 10px 80px 0px 30px;
	font-size: 14px;
	/*position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;*/
}
.search_div.appall{
	padding: 10px 20px 0px 30px;
}
.search_form_todo{
	height: 30px;
	background: rgb(255,255,255);
	border-radius: 5px;
	padding: 0px 5px 0px 35px;
	position: relative;
	box-sizing: border-box;
}
.search_input_css_todo{
	border: none;
	height: 100%;
	width: 100%;
	background: none;
}
.search_input_css_todo.showInput{
	text-align: center;
	background: url(../images/search_banner1.png) 40% no-repeat;
	background-size: 25px;
}
.search_input_css_todo::-webkit-input-placeholder{
    color:#9a0000;
}
.search_input_css_todo::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9a0000;
}
.search_input_css_todo:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9a0000;
}
.search_input_css_todo:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#9a0000;
}

.search_input_css::-webkit-input-placeholder{
    color:#fff;
}
.search_input_css::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.search_input_css:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.search_input_css:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}

.search_btn_css_todo{
	height: 30px;
	width: 30px;
	background: url(../images/search_banner1.png);
	position: absolute;
	left: 5px;
	top: 0px;
	border: none;
}
.search_div a.toBack{
	position: absolute;
	left: 0px;
	top: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: url(../images/leftJiantou.png) center no-repeat;
}
.search_div a.toCollect{
	position: absolute;
	right: 0px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	color: #fff;
	text-decoration: underline;
}
.zimuList{
	width: 20px;
	position: fixed;
	right: 5px;
	top: 120px;
	z-index: 3;
}
.zimuList li a{
	height: 17px;
	width: 17px;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.mobile_content{
	/*padding-top: 120px;
	padding-bottom: 30px;*/
}

#app-pagination li{
	float: left;
}
#app-pagination li a{
	min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: block;
    border: solid 1px #e2e2e2;
    color: #696969;
    text-align: center;
    margin-left:5px;
    background: #fff;
}
#app-pagination li:hover a{
	background: #b8352f;
	color: #fff;
	text-decoration: none;
}
#app-pagination li.current a{
	background: #b8352f;
	color: #fff;
	text-decoration: none;
}
.paginationContainer{
	height: 30px;
	padding: 20px 10px 30px;
    box-sizing: content-box;
}
#app-pagination{
	float: right;
}


.rateit .rateit-preset {
    background: url(../images/star.gif) left -32px;
}

.topHead{
	height: 85px;
	/*width: 100%;
	top: 0px;
	position: absolute;*/
}
.topHead.todoHeader{
	height: 112px;
}
/*.bottomBody{
	position: absolute;
	width: 100%;
	top: 85px;
	bottom: 0px;
	overflow: auto;
}
.bottomBody.todoBottomBody{
	top: 112px;
}*/
.noFavorite{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #9a0000;
	padding-top: 80px;
}
.search_btn_css_appall{
	display: none;
}
.search_btn_css_appall.show{
	display: block;
}
.search_form_todo.showForm{
	padding: 0px;
}


.commentContainer{
	background: #fff;
	border-top: 1px #ddd solid;
	margin-top: 15px;
	border-bottom: 1px #ddd solid;
}
.comment_header{
	height: 40px;
	line-height: 40px;
	color: #9a0000;
	padding: 0 20px;
	position: relative;
}
.comment_xin{
	position: absolute;
	right: 20px;
	height: 16px;
	width: 80px;
	top: 50%;
	margin-top: -8px;
	line-height: 16px;
}
.commentContainer p{
	padding: 0 10px;
	margin-bottom: 15px;
}
.commentContainer p textarea{
	height: 200px;
	width: 100%;
	border: 1px #ddd solid;
	padding: 10px;
	box-sizing: border-box;
}
.commentSubmit{
	height: 35px;
	line-height: 35px;
	width: 100%;
	background: #9a0000;
	color: #FFFFFF;
	border-radius: 6px;
	border:none;
	font-size: 14px;
}
.rateit .rateit-selected {
    background: url(../images/star.gif) left -32px;
}
.layui-layer-btn .layui-layer-btn0{
	background: #9a0000!important;
	border-color: #9a0000!important;
}
@media only screen and (max-width: 321px) {
	.app_List li p.app_name_p{
		width: 190px;
	}
	.index_header{
		height: 140px;
	}
	.index_logo{
		padding-top: 30px;
	}
	.index_nav li a p{
		margin-bottom: 0px;
	}
}



/* 抄送样式 */
.sx_ss{
	display: block;
	overflow: visible;
	padding-top: 6px;
	height: 42px;
	background: #fff;
}

.cc_btn_group{
	float: right;
	height: 40px;
}

.cc_btn{
	border-radius: 3px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: #9a0000;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	width: 100px;
	font-size: 14px;
	cursor: pointer;
}
.cc_btn.doCc{
	float: right;
}
.grepCc{
	padding-right: 15px;
	background: #9a0000 url(../images/xiala.png) no-repeat calc(100% - 8px) center;
	position: relative;
}
.grepCc ul{
	position: absolute;
	left: 0px;
	top: 30px;
	border: 1px #999 solid;
	width: 100%;
	z-index: 2;
	background: #fff;
	display: none;
}
.grepCc ul.show{
	display: block;
}
.grepCc ul li{
	height: 30px;
	line-height: 30px;
	color: #999;
}
.grepCc ul li:hover{
	background: #da9898;
	color: #fff;
}
td.padding_left{
	padding-left: 10px;
}
.fastHandle_status{
	display: inline-block;
	height: 34px;
	width: 100px;
	border: 1px solid #9a0000;
    color: #9a0000;
    background: #fff;
    line-height: 34px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    margin-top: 34px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
