.top_tab {background: #fff none repeat scroll 0 0;color: #333;font-size: 14px;line-height: 32px;padding: 20px;margin-top:15px;}
.top_tab td {padding: 5px 0;}
.top_tab .td1 {text-align: right;width: 7%;}
.top_tab .td1 p {margin-top: 10px;}
.top_tab .td2 {width: 92%;}
.top_tab a {border: 1px solid #ece7e8;color: #989898;display: inline;float: left;font-size: 14px;line-height: 32px;margin: 10px 10px 0;text-align: center;width: 78px;}
.top_tab a.active, .top_tab a:hover {background: #41c8cc none repeat scroll 0 0;border: 1px solid #41c8cc;color: #fff;text-decoration: none;}

.m-task-list .w-items{    
	/*width: 278px;*/
    width:288px;
    height: 223px;
    background-color: #fff;
    float: left;
    margin: 15px 16px 0 0;
    position: relative;
}
.m-task-list .w-items:nth-child(4n){
    float:right;
    margin-right:0;
}
.m-task-list .w-items .t-pic-txt {
    position: relative;
    width: 100%;
    padding-top: 14px;
    overflow:hidden; 
    text-align: center;
}
.m-task-list .w-items img {
    width: 248px;
    height: 124px;
    /*float: left;
    margin-left: 15px;*/
}
.m-task-list .w-items h4 {
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.m-task-list .w-items .t-info {
    width: 100%;
    height:100%;
    overflow: hidden;
    position: absolute;
    background:rgba(0,0,0,.6);
    left: 0;
    bottom: 0;
    color: #fff;
    transition: all .3s;
    bottom:-100%;
}
.m-task-list .w-items .t-info a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.m-task-list .w-items .t-info h5 {
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 20px;
    color: #fff;
}
.m-task-list .w-items .t-info .info {
    width: 242px;
    line-height: 20px;
    margin: 6px auto 0;
    height: 80px;
    overflow: hidden;
    color: #fff;
}
.m-task-list .w-items .t-info .btn {
    width: 278px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    text-decoration: underline;
    color: #f7a934;
    font-size: 14px;
    display: block;
}
.h_icos {
    background:#f7a934 ;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    color:#fff;
    font-size:12px;
     width: 18px;
    line-height: 18px;
    height: 18px;
    text-align:center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right:10px;
}
.m-task-list .w-items .t-pic-txt .ico-zt {
    width: 55px;
    height: 55px;
    position: absolute;
    left: -3px;
    top: -3px;
    background-position: -99999px -99999px;
}
.m-task-list .w-items .t-award {
    float: left;
    position: relative;
    left: 50%;
}
.m-task-list .w-items .t-award .award {
    position: relative;
    left: -50%;
}
.m-task-list .w-items .t-award .award .item {
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 7px;
    color: #767676;
    position: relative;
}
.m-task-list .w-items .t-award .award .item .icos-task {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.m-task-list .w-items .ico-8, .m-my-task .w-items .ico-8 {
    background-position: 0px -65px;
}
.m-task-list .w-items .t-award .award .item .v {
    vertical-align: middle;
    font-size: 16px;
}
.m-task-list .w-items .t-award .award .item .ico-sm {
    width: 56px;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 30px;
     color: #fff;
    margin: 0 0 0 -28px;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
}
.m-task-list .w-items .t-award .award .item .ico-sm span{
	display: block;
	 background:#f7a934;
	  line-height: 28px;
	  border-radius: 4px;
}
.m-task-list .w-items .t-award .award .item .ico-sm:after{
	content:'';width:0;height:0;border:7px solid transparent;border-top-color:#f7a934;bottom:-7px;left:50%;margin-left:-7px;position: absolute;
}
.m-task-list .w-items .t-pic-txt:hover .t-info{bottom:0;}
.m-task-list .w-items .t-award .award .item:hover .ico-sm{height:35px;transition: all .3s;}

/*任务详情*/

.m-task-info h1 {
    line-height: 130px;
    height: 130px;
    overflow: hidden;
    font-size: 36px;
    text-align: center;
}
.m-task-structure {
    overflow: hidden;
    border-left: 3px solid #41c8cc; 
}
.icos-task.addreset{
	display: inline-block;
    width: 16px;
    height: 23px;
    vertical-align: middle;
    margin-right: 8px;
    background: url(../images/task-icos_add.png) no-repeat center center;
    background-size: 100%;
}
.m-loading {
    background: url(../images/loading.gif) no-repeat center;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.5);
}
.m-task-structure .w-items {
    background-color: #fff;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
}
.m-task-table {
    overflow: hidden;
    position: relative;
}
.m-task-table .w-hd {
    width: 227px;
    overflow: hidden;
    color: #f7a934;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    line-height: 90px;
}
.m-task-table .w-con {
    float: right;
    width: 868px;
    overflow: hidden;
    border-left: 1px solid #e9e9e9;
    padding: 0 30px;
    min-height: 40px;
}
.m-task-table .w-con:after{
	content:'';
	display: block;
	clear:both;
	width:100%;
	height:10px;
}
.m-task-table .w-con .t-txt {
    overflow: hidden;
    padding: 20px 0;
}
.m-task-table .w-con .t-txt p {
    line-height: 30px;
    font-size: 14px;
    color: #767676;
    margin-bottom: 10px;
}

.lc .lc-content {
    position: relative;
    padding-left: 227px;
}

.lc .w-con {
    position: relative;
}
.m-task-table .w-con {
    float: right;
    width: 868px;
    overflow: hidden;
    border-left: 1px solid #e9e9e9;
    padding: 0 30px;
    min-height: 40px;
}
.lc .lc-first {
    padding-top: 0!important;
    margin-top: 30px;
}
.lc .lc-left {
    position: absolute;
    width: 62px;
    font-size: 14px;
    padding-top: 25px;
    height: 100%;
    left: 30px;
    border-right: 1px solid #ccc;
}
.lc .lc-first>p {
    margin-top: -5px;
}
.lc .lc-num {
    color: #f7a934;
    padding-left: 5px;
    position: relative;
}
.lc .lc-num:after{
	content:'';
	width:5px;
	height:5px;
	position: absolute;
	background:#fff;
	border:2px solid #41c8cc;
	border-radius: 50%;
	top:6px;
	right:-22px;
}
.lc .lc-first .icon-cicle {
    top: 0px;
}
.lc .lc-box {
    width: 612px;
    float: left;
    margin-left: 80px;
    padding: 10px 15px!important;
    background-color: #f8f8f8;
    position: relative;
    overflow: initial!important;
    border: 1px solid #efefef;
    margin-top: 10px;
    position: relative;
}
.lc .lc-box:after{
    position: absolute;
    content: '';
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
     border-right: 10px solid #f8f8f8;
    left: -10px;

}
.lc .icon-bq {
    float: left;
    width: 12px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
    background-image: url(../images/icon-bq.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.m-task-table .w-con .t-txt .btn-sk {
    float: left;
    margin-right: 30px;
    line-height: 45px;
    color: #767676;
    text-decoration: underline;
    font-size: 14px;
}
.m-task-table .w-con .t-txt .btn-sk .icos-1 {
    background-position: 0 -136px;
}
.lc .lc-last {
    height: 15px!important;
}
.r-task-submit {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.r-task-submit .submit-btn {
    width: 200px;
    height: 50px;
    border: none;
    margin: 0 auto;
    background-color: #41c8cc;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    line-height: 50px;
    outline: none;
}
.r-task-submit .submit-btn:hover {
    text-decoration: none;
    background-color: #38afb3;
}
.m-task-table .w-con