@charset "utf-8";
body{
	background: #F4F4F4;
}
.right_cont{
	width:960px;
/*	height:800px;*/
	margin:0 auto;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.top_img{
	background: url(../img/jfcj_bg.png) no-repeat left top;
	width:960px;
	height:140px;
	position: relative;
	vertical-align: top;
}
.sub_nav{
	width:700px;
	height:80px;
	background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    border-radius: 5px;
    position: relative;
    margin:-30px auto 0;
}

/******************* 主线任务 *******************/
.items{
	height:80px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;	
}
.tit:hover{
	color:#34A446;
}
.tit{
	font-size: 16px;
    color: #333333;
}
.tit_green{
	color: #34A446;
}
.stu_conts{
	/*height:400px;*/
	width:94%;
	margin:10px auto;
	padding-bottom:20px;
}
.start_count{
	font-size: 18px;color: #34A446;margin-left:10px;
}
.list_box{
	display: inline-block;width:150px;margin-left:50px;position: absolute;
}
.list_tit1{
	font-size: 14px;color: #34A446;margin-left:10px;
}
.list_tit2{
	font-size: 18px;color: #34A446;margin-left:10px;
}
.list_tit3{
	font-size:14px;color: #333;
}
.list_title{
	display: inline-block;
	width:120px;
}
.tips{
	font-size: 14px;
    color: #F19D39;
}
.bg1{
	background: #F8F8F8;
}
.bg1_boxl{
	display: inline-block;
}
.bg1_boxr{
	display: inline-block;
	width:150px;
	position: relative;
	vertical-align: top;
	height:110px;
	left:20px;
}
.con_inp{
	width:580px;
	height:40px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: inline-block;
}
.receive{
	background: #F19D39;
	width:100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
     color: #FFFFFF;
     position: relative;
    top: -16px;
    left: 10px;
    cursor: pointer;
}
.go_finish{
	background: #34A446;
	width:100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
     color: #FFFFFF;
     position: relative;
    top: -16px;
    left: 10px;
    cursor: pointer;
}
.to_received{
	background: #DDDDDD;
	width:100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
     color: #666;
     position: relative;
    top: -16px;
    left: 10px;
}
.con_inp_l{
	display: inline-block;
    float: left;
    margin: 10px 0 0 10px;
}
.con_inp_r{
	display: inline-block;
    float: right;
    margin: 10px 10px 0 0;
}
/**************** 日常任务 **************/
.daily_box{
	width:100%;
}
.daily_box_item{
	width:214px;
	height:235px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	display: inline-block;
}
.daily_box_item:hover{
	box-shadow: -2px -2px 4px 0 rgba(0,0,0,0.15), 2px 2px 4px 0 rgba(0,0,0,0.15);
}
.margin_t_r{
	margin:5px 6px 10px 0;
}
.item_circle{
	width:80px;
	height:80px;
	border-radius:50%;
	margin:10px auto;
	position: relative;
}
.circle_bg_green{
	background: #E6FDE8;
}
.fl{
	float: left;
}
.item_title{
	width:90%;
	margin:5px auto;
	text-align: center;
	font-size: 18px;
    color: #333333;
    position: relative;
}
.item_subtitle{
	width:90%;
	margin:5px auto;
	text-align: center;
}
.item_name1{
	font-size: 14px;
    color: #333333;
}
.item_name2{
	font-size: 18px;
    color: #34A446;
}

.item_btn{
	width:100px;
	height:34px;
	line-height: 34px;
	border-radius: 100px;
	margin:5px auto;
	cursor: pointer;
	text-align: center;
	border: 1px solid #F19D39;
	background: #fff;
	color: #F19D39;
}
.item_btn:hover{
	background: #F19D39;
	color:#fff;
}

.item_btn_gray{
	width:100px;
	height:34px;
	line-height: 34px;
	border-radius: 100px;
	margin:5px auto;
	text-align: center;
	background: #EEEEEE;
	color: #999999;
}
.item_btn_finish{
	width:100px;
	height:34px;
	line-height: 34px;
	border-radius: 100px;
	border: 1px solid #34A446;
	background: #fff;
	color: #34A446;
	margin:5px auto;
	cursor: pointer;
	text-align: center;
}
.item_btn_finish:hover{
	background:#34A446;
	color:#fff;
}
.wait_recive{
	border: 1px solid #F19D39;
	background: #fff;
	color: #F19D39;
}

/************* 积分成就 ***************/
.my_achieve{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:900px;
	height:60px;
	line-height: 60px;
	background: #E6FDE8;
	border: 1px solid #E4E4E4;
	box-shadow: 0 2px 4px 0 rgba(30,83,39,0.20);
	border-radius: 5px 5px 0 0;
	
}
.my_achieve_box{
	width:180px;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
    color: #0F5113;
}

/************** 积分成就无数据页面样式 ******************/

.img_none{
	background: url(../img/jfcj_kong.png) no-repeat left top;
	width:100px;
	height:100px;
	margin:80px auto 0;
}
.line_text{
	width:100%;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
    color: #999999;
}