/*
* @Author: xing.zhengjia
* @Date:   2016-03-22 11:30:07
* @Last Modified by:   xing.zhengjia
* @Last Modified time: 2016-11-17 16:12:57
*/
body{
	background-color: #f5f5f5 !important; 
}
.container{
	padding: 0;
}
/*进度线*/
.pace .pace-progress{
	background-color: #238cf6;
}

/*header*/
.my-bar{
	background-color: #1e2533 !important;
	border-radius:0;
}

/*page-head*/
/*游客*/
.tourist{
	//padding-top: 95px;
	padding-top: 65px;
	height:300px;
	background-image: url('/assets/default/banner/bg-tourist.jpg');
	color:#fff;
}
.abox_text{
	margin-bottom: 35px;
	font-size:20px;
	color:#fff;
}


/*接包方*/
.accept_header{
	padding-top: 20px;
	height:183px;
	background: url('/assets/default/banner/bg.jpg') 0 0 / cover no-repeat;
	color:#fff;
}
.accept_container{
	padding-top: 30px;
}
.accept_left,.accept_info,.em-border{
	display:inline-block;
}
.em-border{
	margin:0px 10px; 
	height:35px;
	width:1px;
	background-color: #79808e;
}
.left_text{
	font-size:20px;
	color:#fff;
}
.accept_name{
	font-size:22px;
	color:#acb1be;
}
.t_small,.t_small:hover{
	font-size:12px;
	color:#79808e;
}
.index-gallery-box{
	margin-bottom: 25px;
	height: 290px;
}
.tasks_detail_box{ 
	position: relative;
	margin-top: 20px; 
}
.tasks_detail_box:hover{
	margin-top: 18px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.task_detail_box{
	position:relative;
	height:311px;
}
.p-box,
.b-box{
	position:absolute;
	width:100%;
	transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.p-box{
	opacity:1; 
}
.b-box{
	opacity:0;
}

.p-bg{
	position:relative;
	padding:20px 10px 10px;
	background-color: #fff;
	height:104px;
	text-align:center;
}
.b-bg{
	position:relative;
	padding:20px 10px 10px;
	background-color: #fff;
	height:104px;
} 


/*发包顾问图标*/
.index-publish-adviser{
	display: block;
	position:absolute;
	position: fixed;
  	z-index: 1000;
	top:50%;
	margin-top: -61px;
	left:0px;
	width:107px;
	height:122px;
	background-image: url(/assets/default/index_publish_adviser.png);
	background-repeat: no-repeat;
} 
/*文件类型*/
.task_type_blue{ 
	position: absolute;
	top: 151px;
	left: 50%;
	padding: 5px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	background-color: #238cf6;
	color: #fff;
	text-align: center;
	z-index:3;
 }
/*下拉菜单行高*/
.dropdown-line-height li a{
	line-height: 1.5 !important;
	font-size: 13px;
}
/*文件类型变灰*/
.task_type_gray{
	position: absolute;
	top: 151px;
	left: 50%;
	padding: 5px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
    background-color: #acb1be;
    z-index:3;
}

.task-design{
	height:40px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis; 
	color:#79808e;
	text-align:center;
}
.task-all{ 
	padding:0;
	font-size:16px;
	color:#1e2533;
	font-weight: bold;
} 
.panel-pe{
	position:relative;
	bottom:-104px; 
	font-family: PingFangSC,arial,'黑体';
    font-size: 12px;
    background-color: #fff;
    border-top: 1px solid rgba(121, 128, 142, 0.05);
    border-radius:0;
    color: #acb1be;
    height: 36px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.panel-border a,.panel-border a:hover{
	font-size:12px;
	color: #79808e;
}
.panel-border{
	color:#79808e;
}


.publisher-design{
	padding:10px;
	height:58px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis; 
	color:#1e2533;
	font-weight: bold;
	text-align:right;
} 
.publisher-design span{
	color:#79808e;
	font-weight: normal;
}
.publisher-name{
	color:#acb1be;
} 
.publisher-pic{
	position:absolute;
	top:144px;
	right: 10px;
	clear:both;
	opacity:0;
	transition:all 1s ease-out;
	z-index:3;
} 
/*官方图片*/
.index-official-publisher-pic{
	position:absolute;
	top:135px;
	right: 10px;
	clear:both;
	opacity:0;
	transition:all 1s ease-out;  
	z-index:3;
}
.index-official-pub-img{
	width:68px;
	height:73px;
}
.pub-img{
	width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #238cf6;
}
.ok-icon{
	position: absolute;
    top: 33px;
    left: 39px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    background-color: #238cf6;
    text-align:center;
}
.ok-icon img{
	width:10px;
	height: 12px;
	vertical-align:top;
}



/*发包方*/
.release,
.release-1,
.release:hover,
.release-1:hover{
	position:absolute;
	bottom:-102px;
	right: 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	z-index:999;
	line-height:40px;
}
.release-1,
.release-1:hover {  
	right: 85px;
} 

/*滚动公告*/
.notice-board{
	position: relative;
    top: -44px;
    z-index: 998;  
    height:44px;
    background-color:rgba(30,37,51,.7);
}
.newslist{
    margin-top:11px;
}
#newslist{
	margin-bottom: 0;
	padding:0;
	height:22px !important;
	color:#fff;
	list-style-type: none;
	opacity:1;
	overflow: hidden;
}
#newslist li a{
    color:#fff;
}
.news-time{
	margin-left: 20px;
	font-size:12px;
	color:#79808e;
}
#newslist li a.allnews{
	margin-left: 30px;
	color: #238cf6;
}
.add-task{
	height:50px;
	width:50px;
	line-height:45px;
	border-radius:50%;
	background: #238cf6;
}
.add-task-icon{
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/assets/default/icon.png);
    background-size: 582px 439px;
    background-position: -242px -113px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*搜索筛选*/
.search {
    margin: 50px 0 10px;
}
.task-search{
	position:relative;
}
.search-btn{
	cursor: pointer;
	position:absolute;
	top:0px;
	left:3px;
	padding:5px;
	z-index:1;
}
.search-input{
	padding:5px 5px 5px 25px; 
	width:160px;
	font-size:13px;
	color:#acb1be;
	border-radius:4px;
	box-shadow:none;
	border:1px solid rgba(121, 128, 142, 0.2);
	background-color: inherit; 
}
.search-input:focus{
	background-color: #fff;
	border-color: #66afe9; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
} 
.search .container .dropdown {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: 10px;
} 
ul.task-types,
ul.task-sorts{
	padding:0;
	list-style:none;
	overflow:hidden ;
}
.task-sorts li,
.task-types li{
	float:left;
	padding:10px 20px 10px 0;
}
.task-sorts li a,
.task-types li a{
	color:#79808e;
}
.task-sorts li a:hover,
.task-types li a:hover,
.task-sorts li a.active,
.task-types li a.active{
	color:#238cf6;
}
.task-screen .dropdown-menu{
	margin:0;
	padding:0;
	min-width:auto;
	top:80%;
	left:20px;
	border-radius:2px;
}
.task-screen .dropdown-menu li a{
	padding:5px 20px;
}
.task-screen .dropdown-menu li a:hover{
	background-color: #238cf6;
	color:#fff;
}
.blue_line{
	height: 3px;
	width:0;
	background-color: #207cdf;
	-o-transition:width .3s;
    -webkit-transition:width .3s;
    transition:width .3s;
}
.task-screen .dropdown-menu:hover .blue_line{
	width:100%;
}



.task-screen .btn{
	margin-bottom: 5px;
	padding-top: 10px;
    padding-left: 20px;
    border: none;
    text-shadow: none;
    font-size: 14px;
    color: #79808e !important;
    background-color: inherit;
}
.task-screen .btn:hover{
	color:#238cf6 !important;
}
.task-screen .open .btn{
	background-color: inherit !important;
} 

.gallery-img-body{
	position: relative;
	height: 171px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.panel-img-body{
	width: 251px;
	height:190px;
}
.img-pic{
	min-height:171px;
}

.t-bg{
	position:relative;
	padding:0;
	background-color: #fff; 
}
.task-designs{ 
    padding: 10px;
    height:63px;
}  
.designer-heading{
	padding:10px;
}
.designer-cont{
	position:relative;
	padding-top:30px;
}
.designer-photo{
	position:absolute;
	top:0;
	left:50%;
	margin-top: -40px;
	margin-left: -30px;
}
.designer-photo img{
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #fff;
}
.designer-name a,.designer-name a:hover{
	font-size:14px;
	color:#1e2533;
}
.designer-addr{
	margin-top: 10px;
}
.designer-addr a,.designer-addr a:hover{
	font-size:13px;
	color:#acb1be;
}

.recommend .carousel-indicators{
    position: absolute;
    top: -50px;
    left:100%; 
    margin:0;
    margin-left: -100px;
    z-index: 15;
    width: 100px;
    height:30px;
    text-align: right;
    list-style: none;
}
.description {
    bottom: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    line-height:170px;
    text-align:center;
}
.description span{ 
	display:inline-block;
    width:100px;
    height: 44px;
    text-align:center;
    line-height:44px;
    color:#fff;
    border:1px solid #fff;
    border-radius:3px;
} 
.cover {
	margin: 13px 13px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    background-color: rgba(30,37,51,.8);
    z-index: 2;
}
.cover img{
	display:block;
	margin:67px auto 0;
}
.bottom-div:hover .description{
    display:block;
}
.username{
	margin-bottom: 5px;
	width:100%;
	font-size:14px;
	color:#1e2533;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.galhot{
	margin-right: 5px;
	font-size:12px; 
	color:#1e2533;
}
.galhot i{
	font-size:14px;
	color:#acb1be;
}
.galtype{
	margin-right: 5px;
	display:inline-block; 
	height: 16px;
	padding:0 5px;
	line-height:16px;
	text-align:center;
	background-color: #acb1be;
	border-radius:3px;
	color:#fff;
	font-size:12px;
}
.task-foot{
	height: 36px;
	padding:0 10px;
	font-size:12px;
	color:#79808e;
	line-height:36px;
	border-top:1px solid #f5f5f5;
	background-color: #fafafa;
}
.em-avatar{
	margin-top: -5px;
	margin-right: 5px;
	width: 22px;
	height: 22px; 
	border-radius:50%;
}
/*huddle*/
.navbar-toggle{
	background-color: #fff;
}
.navbar-toggle .icon-bar{
	background-color: #acb1be;
}

/*作品*/
.task_page{
	background-color: #f5f5f5;
    padding: 0;
}


/*icon*/
.pass-icon{
	width: 30px;
	height: 40px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -6px -259px;
	background-repeat: no-repeat;
	display: inline-block;
}
.passed-icon{
	width: 30px;
	height: 40px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -6px -213px;
	background-repeat: no-repeat;
	display: inline-block;
}

.logo-icon{
    width: 137px;
    height: 38px;
    background-image: url(/assets/default/icon-1.png);
    background-size: 621px 491px;
    background-position: -188px -74px;
    background-repeat: no-repeat;
    display: inline-block;
}
.post-icon{
	position:relative;
	width: 26px;
	height: 20px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -180px -209px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 20px;
} 
.abox-icon{
    width: 170px;
    height: 38px;
    background-image: url(/assets/default/icon-1.png);
    background-size: 621px 491px;
    background-position:-189px -116px;
    background-repeat: no-repeat;
    display: inline-block;
}
.cross-icon{
	width: 32px;
	height: 32px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -236px -107px;
	background-repeat: no-repeat;
	display: inline-block;
}
/*报名任务图标*/
.index_people_sign{
	width:13px;
	height:13px;
	background-image: url(/assets/default/index_people_sign.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -2px;

}
.index_people_sign_deadline{
	width:12px;
	height:13px;
	background-image: url(/assets/default/index_people_sign_deadline.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -2px;
}
.watch-icon{
	width: 14px;
	height: 14px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -196px -8px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -3px;
}
.gwatch-icon{
	width: 14px;
	height: 14px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -215px -3px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -3px;
}
.logo-icon{
    width: 137px;
    height: 38px;
    background-image: url(/assets/default/icon-1.png);
    background-size: 621px 491px;
    background-position: -188px -74px;
    background-repeat: no-repeat;
    display: inline-block;
}
.horn-icon{
	width: 22px;
    height: 22px;
    background-image: url(/assets/default/icon.png);
    background-size: 582px 439px;
    background-position: -149px -317px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
}


/*btn*/

.btn-join{ 
    padding: 4px 0;
    width:196px;
    height:43px;
	font-size: 16px; 
	line-height:2;
	border-radius: 3px;
	text-shadow:none;
	color: #fff !important;
	border:1px solid  #238cf6 !important;
	background-color: #238cf6 !important;
}
.btn-join:focus,
.btn-join:hover{
	box-shadow:none;
	background-color: #207cdf !important;
	border-color: #207cdf !important; 
}

.btn-more,
.btn-more:focus,
.btn-more:hover{ 
	margin-top: 50px;
    padding: 10px 0;
    width:136px;
    height:44px;
	font-size: 16px;  
	border-radius: 3px;
	text-shadow:none;
	color: #238cf6 !important;
	border:1px solid  #238cf6 !important;
	background-color: inherit !important;
}

.btn:active{
	box-shadow:none;
}

/*颜色改变*/
.task_style_list .li_active a,.task_style_list .li_active a:hover{
	color:#207cdf;
	border-bottom: 2px solid #207cdf;
}
/*360度循环旋转*/
@-webkit-keyframes rotate {
	0%, 100% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	0%, 100% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotate {
	0%, 100% {
	-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes rotate {
	0%, 100% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0%, 100% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.rotate-360 {
	-moz-animation: rotate 1s linear infinite;
	-webkit-animation: rotate 4s linear infinite;
	-o-animation: rotate 1s linear infinite;
	-ms-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

@-webkit-keyframes ptate {
	0% {
		opacity:1;
		/*left:50%;*/
		/*-webkit-transform:rotate(0deg);*/
	}
	100% {
		opacity:0;
		/*left:80%;*/
		/*-webkit-transform:rotate(180deg);*/
	}
}
@keyframes ptate {
	0% {
		opacity:1;
		/*left:50%;*/
		/*transform:rotate(0deg);*/
	}
	100% {
		opacity:0;
		/*left:80%;*/
		/*transform:rotate(180deg);*/
	}
}
@-moz-keyframes ptate {
	0% {
		opacity:1;
		/*left:50%;*/
		/*-moz-transform:rotate(0deg);*/
	}
	100% {
		opacity:0;
		/*left:80%;*/
		/*-moz-transform:rotate(180deg);*/
	}
}
@-ms-keyframes ptate {
	0% {
		opacity:1;
		/*left:50%;*/
		/*-ms-transform:rotate(0deg);*/
	}
	100% {
		opacity:0;
		/*left:80%;*/
		/*-ms-transform:rotate(180deg);*/
	}
}
@-o-keyframes ptate {
	0% {
		opacity:1;
		/*left:50%;*/
		/*-o-transform:rotate(0deg);*/
	}
	100% {
		opacity:0;
		/*left:80%;*/
		/*-o-transform:rotate(180deg);*/
	}
}


@keyframes btate {
	0% {
		opacity:0;
		/*left:80%;*/
		/*transform:rotate(180deg);*/
	}
	100% {
		opacity:1;
		/*left:50%;*/
		/*transform:rotate(0deg);*/
	}
}
@-webkit-keyframes btate {
	0% {
		opacity:0;
		/*left:80%;*/
		/*-webkit-transform:rotate(180deg);*/
	}
	100% {
		opacity:1;
		/*left:50%;*/
		/*-webkit-transform:rotate(0deg);*/
	}
}
@-moz-keyframes btate {
	0% {
		opacity:0;
		/*left:80%;*/
		/*-moz-transform:rotate(180deg);*/
	}
	100% {
		opacity:1;
		/*left:50%;*/
		/*-moz-transform:rotate(0deg);*/
	}
}
@-ms-keyframes btate {
	0% {
		opacity:0;
		/*left:80%;*/
		/*-ms-transform:rotate(180deg);*/
	}
	100% {
		opacity:1;
		/*left:50%;*/
		/*-ms-transform:rotate(0deg);*/
	}
}
@-o-keyframes btate {
	0% {
		opacity:0;
		/*left:80%;*/
		/*-o-transform:rotate(180deg);*/
	}
	100% {
		opacity:1;
		/*left:50%;*/
		/*-o-transform:rotate(0deg);*/
	}
}

.task_type_blue,
.task_type_gray{
	animation: btate .3s linear forwards;
	-webkit-animation: btate .3s linear forwards;
	-moz-animation: btate .3s linear forwards;
	-ms-animation: btate .3s linear forwards;
	-o-animation: btate .3s linear forwards;
}
.current .task_type_blue,
.current .task_type_gray{ 
	animation: ptate .3s linear forwards;
	-webkit-animation: ptate .3s linear forwards;
	-moz-animation: ptate .3s linear forwards;
	-ms-animation: ptate .3s linear forwards;
	-o-animation: ptate .3s linear forwards;
}

@keyframes picshow {
	0% {
		opacity:0;  
	}
	100% {
		opacity:1; 
	}
}
@-webkit-keyframes picshow {
	0% {
		opacity:0;  
	}
	100% {
		opacity:1; 
	}
}
@-moz-keyframes picshow {
	0% {
		opacity:0;  
	}
	100% {
		opacity:1; 
	}
}
@-ms-keyframes picshow {
	0% {
		opacity:0;  
	}
	100% {
		opacity:1; 
	}
}
@-o-keyframes picshow {
	0% {
		opacity:0;  
	}
	100% {
		opacity:1; 
	}
}
.current .publisher-pic,
.current .index-official-publisher-pic{
	animation: picshow .3s linear forwards;
	-webkit-animation: picshow .3s linear forwards;
	-moz-animation: picshow .3s linear forwards;
	-ms-animation: picshow .3s linear forwards;
	-o-animation: picshow .3s linear forwards;
} 

.task_detail{
	margin:30px auto 0;
	width:1188px;
}
.index-task-box{
	float: left; 
	width: 297px;
} 
.index-task-col {
	padding: 0px 10px;
}
.index-task-box:nth-child(4n){
	margin-right: 0;
} 
@media (max-width:1199px) and (min-width:992px){
	.task_detail{
		width:892px;
	}
	.index-task-box:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:991px) and (min-width:768px){
	.task_detail{
		width:594px;
	}
	.index-task-box:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:767px) and (min-width:600px){
	.task_detail{
		width:594px;
	}
	.index-task-box:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:599px){
	.task_detail{
		width:298px;
	}
	.index-task-box{
		margin-right: 0;
	}
}

/*dly*/
.task-item-box ,.task-item-box-flag{
	margin-top: 20px;
	padding-bottom: 5px;
	background: #ffffff;
}
.task-item-box:hover ,.task-item-box-flag:hover{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	transition:box-shadow .3s ease;
	-webkit-transition:box-shadow .3s ease;
    -moz-transition:box-shadow .3s ease;
    -o-transition:box-shadow .3s ease;
}
.task-img-wrap {
	padding: 13px 13px 0;
	position: relative;  
}
.task-apply-wrap {
	padding: 0px 10px;
	height: 35px;
	line-height: 35px; 
}
.task-apply-wrap span {
	position: relative;
	font-size: 12px;
}
.task-info-wrap {
	position: relative;
	height: 80px; 
	padding: 20px 13px 0;
}     
.task-cate-sign {
	top: -20px;
}
.task-price-info {
	padding: 0px 20px;
}
.task-price-info p {
	text-align:center;
}
.task-info-title {
	margin-bottom: 10px;
	color: #79808e;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.task-info-price {
    font-size: 16px;
    color: #1e2533;
    font-weight: bold;
    text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}  
.blue{
	color:#238cf6;
}
.gray{
	color: #79808e;
}
.applystatus_blue{
	position: absolute;
	bottom: -11px;
	left:13px;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	background: #238cf6;
	z-index: 3;
}
.applystatus_green{
	position: absolute;
	bottom: -11px;
	left:13px;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	background: #50cd7b;
	z-index: 3;
}
.applystatus_green_quotation {
	width: 84px;
	height:29px;
	line-height: 29px;
}
.applystatus_gray{
	position: absolute;
	bottom: -11px;
	left:13px;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	background: #acb1be;
	z-index: 3;
}
.index-task-box:hover .task-item-info {
	display: none;
}
.task-publisher-avatar {
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 3;
}
.publisher-checked-sign {
	left: 33px;
}
.img-publisher-avatar {
	width: 55px;
	height: 55px;
	border-radius: 50%;
    border: 3px solid #238cf6;
}
/*任务编号图标*/
.index-task-number{
	position: absolute;
    top:19px;
    right:28px;  
    width: 60px;
    height: 21px;
    line-height: 21px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 12px;
    color: #fff; 
    z-index:3;
    text-align: center;
    opacity: 1;
    transition:opacity .3s ease;
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
}
/*托管图标位置*/
.inner-panel{
	opacity: 0;
	position: absolute;
	top:50%;
	left: 102px;
	transform:translateY(-50%);
	z-index: 3;
	transition:opacity .3s ease;
	-webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
}
.apply_stat{  
	font-size: 13px;
	color: #1e2533;
}
.apply_stat img{
	margin-right: 7px;
	margin-bottom: 3px;
}
/*官方发包标志*/
.task-type-sign { 
	margin-bottom: 10px;
    font-size: 13px; 
} 
.task-type-sign img{
	margin-right: 5px;
	margin-bottom: 2px;
}
.task-item-box:hover .panel-img-body{
	opacity: .2;
}
.task-item-box:hover .index-task-number{
	opacity: 0;
}
.task-item-box:hover .inner-panel,
.task-item-box:hover .whitebg{
	opacity: 1; 
}
.whitebg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(255, 255, 255, .9);
	z-index: 2;
	opacity: 0;
	transition:opacity .3s ease;
	-webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
}

.index-task-quotation-box.task-item-box:hover {
	box-shadow: 0px 0px 30px rgba(35,140,246,0.3);
}
