@charset "utf-8";
/* CSS Document */

/*媒体中心*/
.m_body {
	background:#F5F5F5;
}
.m_head {
	padding: 15px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
.m_logo {
	float: left;
	height:50px;
}
.m_logo img {
	display:none;
	height:100%;
}

.m_logo_text {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	float: left;
	border-left:1px solid #e5e5e5;
	margin-left:20px;
	padding-left:20px;
	color:#167fe0;
}
.m_member {
	float:right;
	height:30px;
	line-height:30px;
	margin-top:5px;
}
.m_member .mem_tx {
	display:block;
	float:left;
	width:30px;
	height:30px;
	overflow:hidden;
	border-radius:50%;
}
.m_member .mem_tx img {
	display:block;
	width:30px;
	height:30px;
}
.m_member .mem_name {
	display:block;
	float:left;
	font-size:14px;
	margin:0 8px 0 12px;
}
.m_member .mem_rz {
	display:block;
	float:left;
	font-size:12px;
	background:#b3b3b3;
	color:#fff;
	padding:0 8px;
	border-radius:3px;
	height:24px;
	line-height:24px;
	margin-top:3px;
}
.m_member .mem_rz01 {
	background:#019EE8;
	color:#fff;
}
.m_member .mesg {
	display:block;
	float:left;
	border-left:1px solid #e5e5e5;
	padding-left:50px;
	margin-left:20px;
	background:url(../images/mesg.png) no-repeat 15px center;
	background-size:auto 27px;
	font-size:14px;
	position:relative;
	z-index:1;
}
.m_member .mesg:hover {
	background:url(../images/mesg01.png) no-repeat 15px center;
	background-size:auto 27px;
	color:#019EE8;
}
.m_member .mesg i {
	display:block;
	position:absolute;
	left:30px;
	z-index:9;
	top:-3px;
	background:#E94646;
	color:#FFF;
	width:18px;
	height:18px;
	text-align:center;
	border-radius:50%;
	line-height:18px;
	font-size:12px;
}
.m_member .exit {
	display:block;
	float:right;
	border-left:1px solid #e5e5e5;
	padding-left:45px;
	margin-left:20px;
	background:url(../images/exit.png) no-repeat 15px center;
	background-size:auto 22px;
	font-size:14px;
}
.m_member .exit:hover {
	background:url(../images/exit01.png) no-repeat 15px center;
	background-size:auto 22px;
	color:#019EE8;
}
.m_box {
	padding:20px 0;
	padding-top: 70px;
}
.m_serleft {
	width:180px;
	float:left;
	background:#419BE2;
	overflow:hidden;
}
.serleft_menu {

}
.serleft_menu_t {
	border-bottom:1px solid #b7ddfc;
	text-align:center;
	font-size:18px;
	color:#FFF;
	height:50px;
	line-height:50px;
}
.serleft_menu a {
	color:#FFF;
	cursor:pointer;
}
.serleft_menu a:hover { color: #FFFFFF;}
.serleft_menu .sme {
	margin-bottom:8px;
}
.serleft_menu h3 {
	padding-left:20px;
	font-size:15px;
	color:#FFF;
	height:44px;
	line-height:44px;
	position:relative;
	z-index:1;
}
.serleft_menu h3.curr {
	background:#257dc2;
}
.serleft_menu h3 a {
	display:block;
}
.serleft_menu h3 i {
	display:block;
	position:absolute;
	z-index:9;
	right:20px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	-webkit-transform-origin: 75% 25%;
	-webkit-transform: rotateZ(135deg);
	-webkit-transition: 100ms ease-in .1s;
	transition: 100ms ease-in .1s;
}
.u-icon-arrU
{
	-webkit-transform: rotateZ(-45deg); /*箭头朝上 up*/
}
.serleft_menu ul {}
.serleft_menu li {
	height:32px;
	line-height:32px;
	padding-left:45px;
	font-size:13px;
}

.s_menu01, .s_menu02, .s_menu03, .s_menu04, .s_menu05, .s_menu06 {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:12px 6px 0 0;
}

.s_menu01 {
	background:url(../images/m3.png) no-repeat center;
	background-size:20px auto;
}
.s_menu02 {
	background:url(../images/m4.png) no-repeat center;
	background-size:14px auto;
}
.s_menu03 {
	background:url(../images/m6.png) no-repeat center;
	background-size:20px auto;
}
.s_menu04 {
	background:url(../images/m2.png) no-repeat center;
	background-size:22px auto;
}
.s_menu05 {
	background:url(../images/m5.png) no-repeat center;
	background-size:20px auto;
}
.s_menu06 {
	background:url(../images/m1.png) no-repeat center;
	background-size:20px auto;
}

/*.m_serright {
	width:1000px;
	float:right;
	overflow:hidden;
}*/
.m_serright  {
	position:fixed;
	right:0;
	top:60px;
	height:-webkit-calc(100% - 140px);
	height:-moz-calc(100% - 140px);
	height:calc(100% - 140px);
	width:-webkit-calc(100% - 200px);
	width:-moz-calc(100% - 200px);
	width:calc(100% - 200px);
	box-sizing:border-box;
	padding:20px;
	padding-bottom:0;
	overflow:auto;
}

.serright_box {
	background:#FFF;
	margin-bottom:20px;
	padding:20px;
	/*min-height:680px;*/
}
.serrgiht_ti {
	border-bottom:1px solid #e5e5e5;
	height:40px;
	font-size:16px;
	color:#000;
	position:relative;
	z-index:1;
}
.serrgiht_ti b {
	border-bottom:2px solid #019EE8;
	line-height:30px;
	padding-bottom:10px;
	font-size:18px;
	color:#000;
	position:absolute;
	left:0;
	z-index:9;
	bottom:-1px;
	font-weight:normal;
}

.serr_list {
	padding:20px 0;
}

.serr_list li {
	width:24%;
	float:left;
	/*background:#f5f5f5;*/
	margin:0 1% 0 0;
	overflow:hidden;
	height:100px;
	padding:10px 0;
	background: -webkit-linear-gradient(135deg, #70CBF7, #419BE2);
	background: -o-linear-gradient(135deg, #70CBF7, #419BE2);
	background: -moz-linear-gradient(135deg, #70CBF7, #419BE2);
	background: linear-gradient(135deg, #70CBF7, #419BE2);
	color: #FFFFFF;
}
.serr_list li:nth-child(1) {
	background: -webkit-linear-gradient(135deg, #FA737C, #F65F8E);
	background: -o-linear-gradient(135deg, #FA737C, #F65F8E);
	background: -moz-linear-gradient(135deg, #FA737C, #F65F8E);
	background: linear-gradient(135deg, #FA737C, #F65F8E);
}
.serr_list li:nth-child(2) {
	background: -webkit-linear-gradient(135deg, #70CBF7, #00B2FE);
	background: -o-linear-gradient(135deg, #70CBF7, #00B2FE);
	background: -moz-linear-gradient(135deg, #70CBF7, #00B2FE);
	background: linear-gradient(135deg, #70CBF7, #00B2FE);
}
.serr_list li:nth-child(3) {
	background: -webkit-linear-gradient(135deg, #F5C36C, #FEB516);
	background: -o-linear-gradient(135deg, #F5C36C, #FEB516);
	background: -moz-linear-gradient(135deg, #F5C36C, #FEB516);
	background: linear-gradient(135deg, #F5C36C, #FEB516);
}
.serr_list li:nth-child(4) {
	background: -webkit-linear-gradient(135deg, #87CE83, #56B156);
	background: -o-linear-gradient(135deg, #87CE83, #56B156);
	background: -moz-linear-gradient(135deg, #87CE83, #56B156);
	background: linear-gradient(135deg, #87CE83, #56B156);
}
.serr_list li.last-one {
	float:right!important;
	margin:0;
}

.serr_list li .div_detail {
	width:120px;
	float:left;
	margin-left:15px;
}
.serr_list li .div_detail p.one1 {
	line-height:30px;
	height:30px;
	font-size:14px;
}
.serr_list li .div_detail p.one2 {
	line-height:40px;
	height:40px;
	font-size:26px;
	font-weight:bold;
}
.serr_list li .div_detail p.one3 {
	line-height:24px;
	height:24px;
}
.serr_list li .div_detail p.one3 b {
	display:block;
	float:left;
	padding:0 5px;
}
.serr_list li .div_detail p.one3 span {
	display:block;
	float:left;
}
i.zengzhang {
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/128-83.png) no-repeat center;
	background-position:-95px -24px;
	margin:4px 0 0 0px;
}
i.jianshao {
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/128-83.png) no-repeat center;
	background-position:-117px -69px;
	margin:4px 0 0 0px;
}
.serr_step {
	padding:30px 0 20px 0;
}
.serr_step_t {
	text-align:center;
	font-size:24px;
	color:#333;
	line-height:200%;
}
.serr_step ul {
	/*width: 60%;margin: 0 auto;*/
	width:80%; margin: 0 auto; padding:40px 0 0 0px;  display:flex; flex-direction:row;
}
.serr_step ul li {
	/*width:33.3%;*/
	float:left; width:100%;  text-align:center;
}
.serr_step ul li span {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto;
	position:relative;
	z-index:1; cursor: pointer;
}
.serr_step ul li span i {
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	position:absolute;
	z-index:9;
	right:-15px;
	bottom:-5px;
	border-radius:50%;
}
.serr_step ul li span i.sure {
	background:url(../images/sure.png) no-repeat center #FFF;
	background-size:90% auto;
}
.serr_step ul li span i.wrong {
	background:url(../images/wrong.png) no-repeat center #FFF;
	background-size:90% auto;
}
.serr_step ul li span i.mind {
	background:url(../images/sure.png) no-repeat center #FFF;
	background-size:90% auto;
}
.serr_step ul li span img {
	display:block;
	width:80px;
	height:80px;
}
.serr_step ul li p {
	font-size:14px;
	line-height:200%;
	margin-top:10px;
}

.med02_fws { width:660px;}
.med02_tx { display:block; float:left; width:80px; height:80px; border:1px solid #e5e5e5; overflow:hidden; margin-right:15px; border-radius:50%; margin-top:3px;}
.med02_tx img { display:block; width:80px; height:80px}
.med02_text { float:left;}
.med02_text .med_t01 { height:35px; line-height:35px; overflow:hidden;}
.med02_text .med_t01 .med_rz { height:21px; margin:8px 10px 0 5px;}
.med02_text .med_t01 .med_money { background:url(../images/m.png) no-repeat left center; padding:0 0 0 24px; background-size:20px auto; margin:0 0 0 10px; color:#F90;}
.med02_num { float:right; font-size:14px; margin-top:35px;}
.med02_num i { font-weight:bold; padding:0 5px; color:#019EE8;}

.sh_box { padding:20px 50px;}
.med_box_dash { border:1px dashed #e5e5e5; border-radius:5px; background:#fbfbfb;}

.topback { background:#FFF; padding:5px 10px; border:1px solid #019EE8; color:#019EE8; border-radius:3px;}

/*身份认证*/
.rz_list {
	padding:120px 100px;
	min-height:300px;
}

.rz_bg {
	background:url(../images/top-bg.jpg) no-repeat center bottom #FFFFFF;
	background-size:100% auto;
}

.rz_list li {
	width:46%;
	float:left;
	text-align:center;
	margin:0 2%;
}
.rz_list li a {
	display:block;
}

.rz_list li span {
	display:block;
	width:160px;
	height:160px;
	margin:0 auto;
	border:1px solid #419BE2;
	border-radius:50%;
	text-align:center;
}
.rz_list li span img {
	height:85px;
	margin-top:30px;
}

.rz_list li p {
	line-height:40px;
	font-size:22px;
	color:#419BE2;
	font-weight:bold;
	margin-top:10px;
}

.rz_item_mes {
	width:600px;
	float:left;
}

.rz_load_mind {
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-top:15px;
}

.rz_load_mind b {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #019EE8;
	line-height: 20px;
	margin-bottom: 5px;
}

.rz_load_mind p {
	line-height: 20px;
	margin-top: 5px;
	background: url(../images/square_fb76e8f.png) no-repeat left 11px;
	padding-left: 20px;
	color: #777;
}

.rz_lx {
	width:100px;
	text-align:center;
	border-radius:3px;
	height:45px;
	background:#a8d0f0;
	color:#fff;
	line-height:45px;
	font-size:15px;
}

.rzpd {
	padding:30px 0;
}

.rz-wrap {
	margin:70px 0 0 240px;
}
.rz_sbut {
	width: 200px;
	font-size: 16px;
	background: #019EE8;
	line-height: 30px;
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	border: 0;
	padding:8px 0;
	border-radius:5px;
	text-align:center;
}
.rz_sbut:hover {
	color:#FFF;
	opacity:0.8;
}

.mtno { margin-top:0!important;}

.rz_success {
	text-align:center;
	font-size:16px;
	color:#32AF58;
	border: 1px dashed #DDDDDD;
	background:#fbfbfb;
	width:100%;
	margin:50px auto 30px auto;
	padding:50px 0;
	border-radius:5px;
}

.rz_success .rz_sc {
	display:inline-block;
	height:50px;
	margin-right:10px;
	width: 50px;
	border-radius: 50%;
}

.rz_data { width:100%; margin:0 auto; font-size:14px; padding:0 0 50px 0;}
.rz_data dl { font-size:14px; width:100%; float:left; line-height:40px; padding:10px 0;}
.rz_data dt { float:left; width:44%; text-align:right; margin-right:3%;}
.rz_data dd { float:left; width:47%; text-align:left; margin-left:3%;}

.rz_table { background:#e5e5e5;}
.rz_table td { background:#FFF; padding:10px 10px; line-height:24px;}

.rz_select { width:540px!important;}

.rz_lx02 {
	width: 90px;
	text-align: center;
	border-radius: 3px;
	height: 40px;
	background: #fff;
	color: #019EE8;
	line-height: 40px;
	font-size: 14px;
	margin-right:10px;
	border:1px solid #a8d0f0;
	cursor:pointer;
}
.rz_lx02 a {
	color: #019EE8;
}
.rz_lx02.currz {
	background: #019EE8;
	color: #fff;
}
.rz_lx02.currz a {
	color: #fff;
}

.rz_lx02 .con_medius b a {
	color: #434343!important;
}

.rz_lx02  .con_medius b.check_in a {
	color: #019EE8!important;
}

.con_medius {
	width:640px;
	float:left;
	background:#F8F8F8;
	border:1px solid #e5e5e5;
	padding:15px 0 5px 0;
	/*margin-left:160px;*/
	position:absolute;
	z-index:19;
	left:0;
	top:50px;
}

.con_medius b {
	display:block;
	float:left;
	font-weight:normal;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	padding: 0 25px 0 25px;
	height: 28px;
	line-height: 28px;
	margin:0 0 10px 10px;
	background: #FFF;
}

.con_medius b.check_in {
	border: 1px solid #019EE8;
	color:#019EE8;
}

/*任务中心*/
.task_cond {
	padding:20px 0;
	position:relative;
	z-index:1;
}

.task_cond dl {
	width:100%;
	float:left;
	font-size:14px;
	padding:10px 0 5px 0;
}

.task_cond dt {
	float:left;
	color:#000;
	width:100px;
	line-height:34px;
}

.task_cond dd {
	float:left;
	color:#666;
	width:400px;
}

.task_cond i.task_class {
	display:block;
	float:left;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	height: 34px;
	background: #fff;
	color: #019EE8;
	line-height: 34px;
	font-size: 14px;
	margin-right: 10px;
	border: 1px solid #a8d0f0;
	cursor: pointer;
}

.task_cond i.currz {
	background: #019EE8;
	color: #fff;
}

.form_tast_txt {
	display: inline-block;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.form_tast_select {
	padding: 7px 8px;
	line-height: 20px;
	border: 1px solid #EEEEEE;
	color: #333;
	font-size: 14px;
	width: 300px;
	margin-right: 10px;
	vertical-align: middle;
	display: block;
	float: left;
	border-radius: 4px;
}

.tast_button {
	width:100px;
	position:absolute;
	z-index:9;
	right:0;
	bottom:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#019EE8;
	border:0;
	border-radius:5px;
	color:#FFF;
}

.condi { position:absolute; z-index:9; bottom:8px; right:0; font-size:12px;}
.condi_i { display:block; float:left; height:30px; line-height:30px; padding:0 28px 0 15px; border:1px solid #e5e5e5; margin-left:8px; position:relative; z-index:1;}
.condi_first { padding:0 12px 0 12px;}
.condi_i.cha_cond { border:1px solid #019EE8; color:#019EE8;}
.condi_i.cha_cond .condi-arrR { border-color:#019EE8;}
.condi-arrR
{
	position: absolute;
	z-index:9;
	top: 14px;
	right: 11px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #999;
	-webkit-transform-origin: 75% 25%;
	-webkit-transform: rotateZ(135deg);
	-webkit-transition: 100ms ease-in .1s;
	transition: 100ms ease-in .1s;
}
.condi-arrT
{
	-webkit-transform: rotateZ(-45deg);
	top: 12px;
}

.tast_list { padding:15px 0 20px 0;}
.tast_table { font-size:13px; text-align:center; color:#666;}
.tast_table td { line-height:22px; padding:13px 10px;}
.tast_table td.t1 { width:25%;}
.tast_table td.t2 { width:17%;}
.tast_table td.t3 { width:10%;}
.tast_table td.t4 { width:10%;}
.tast_table td.t5 { width:13%;}
.tast_table td.t6 { width:13%;}
.tast_table td.t7 { width:12%;}
.med_thead { background:#f0f0f0; font-size:14px; line-height:30px; color:#000; font-weight:bold;}
.med_gray { background:#f9f9f9!important;}
.tast_title { max-height:44px; overflow:hidden; text-align:left;}


/*页码*/
.m_page {
	border-top:1px solid #e5e5e5;
	height:30px;
	line-height:30px;
	padding:20px 0;
	margin-top:20px;
}

.m_page_l a {
	display:inline-block;
	float:left;
	border:1px solid #e5e5e5;
	padding:0px 10px;
	border-radius:3px;
	margin-right:5px;
	background:#FFF;
}

.m_page_l span {
	display:inline-block;
	float:left;
	border:1px solid #019EE8;
	padding:0px 10px;
	border-radius:3px;
	margin-right:5px;
	background:#019EE8;
	color:#FFF;
}

.m_page_l i {
	display:inline-block;
	float:left;
	padding:0px 5px;
	margin-right:5px;
}

.m_page_l .c_tz {
	float:left;
	font-weight:normal;
	margin:0 10px;
}

.m_page_l .c_tz_i {
	width:40px;
	margin:0 5px;
	text-align:center;
	border:1px solid #e5e5e5;
	height:30px;
	line-height:30px;
	border-radius:3px;
}

.page_sure {
	display:inline-block;
	float:left;
	border:1px solid #019EE8!important;
	padding:0px 10px;
	border-radius:3px;
	margin-right:5px;
	background:#019EE8!important;
	color:#FFF;
}

.page_sure:hover {
	color:#FFF;
}

.page_total {
	text-align:right;
}

.page_total i {
	color:#019EE8;
	padding:0 10px;
	font-weight:bold;
}

/*任务详情*/
.tast_detail {
	padding:20px 0;
}

.tast_row {
	font-size:14px;
	padding:8px 50px;
	line-height:26px;
}

.tast_row_name {
	width:150px;
	float:left;
	overflow:hidden;
	font-size:14px;
	color:#000;
}

.tast_row_txt {
	width:700px;
	float:left;
	color:#666;
}
.tast_requr {

}

.tast_requr dl {
	float:left;
	margin-right:36px;
}

.tast_requr dt {
	float:left;
}

.tast_requr dd {
	float:left;
}

.proge {
	height:14px;
	line-height:14px;
	border-radius:10px;
	width:500px;
	border:1px solid #e5e5e5;
	background:#FFF;
	position:relative;
	z-index:1;
	float:left;
	margin-top:5px;
	overflow:hidden;
}

.proge_gre {
	position:absolute;
	z-index:9;
	background:#6aaa1f;
	left:0;
	top:0;
	height:14px;
}
.proge_gre_01 { width:1%;}
.proge_gre_05 { width:16%;}
.proge_gre_10 { width:33%;}
.proge_gre_15 { width:50%;}
.proge_gre_20 { width:66%;}
.proge_gre_25 { width:83%;}
.proge_gre_30 { width:100%;}


.tast_number {
	float:left;
	margin-left:10px;
}

.tast_data {
	width:100%;
}

.tast_data li {
	width:23%;
	float:left;
	border:1px solid #E6E6E6;
	margin-right:2%;
}

.tast_data li span {
	float:left;
	display:block;
	width:100px;
	height:100px;
}

.tast_data li div.data_c {
	float:left;
	display:block;
	width:100px;
	margin-left:15px;
	padding-top:15px;

}

.tast_data li p {
	display:block;
	height:35px;
	line-height:35px;
	font-weight:normal;
	overflow:hidden;
	font-size:14px;
}

.tast_data li i {
	display:block;
	width:48px;
	height:48px;
	overflow:hidden;
	margin:25px auto;
	background:url(../images/f1.png) no-repeat 0 0;
}
.tast_data li i.c1 {
	background-position:0px 0px;
}
.tast_data li i.c2 {
	background-position:-48px 0px;
}
.tast_data li i.c3 {
	background-position:-96px 0px;
}
.tast_data li i.c4 {
	background-position:-144px 0px;
}

.tast_data li span.col1 {
	background:#F36464
}
.tast_data li span.col2 {
	background:#B298DC
}
.tast_data li span.col3 {
	background:#6DC7BE
}
.tast_data li span.col4 {
	background:#56BDDD
}

.pd_r10 { padding-right:10px;}

.tast_link { display:block; float:right; color:#019EE8; font-size:14px; line-height:30px;}
.tast_title02 { line-height:30px; font-size:16px; color:#000; margin-bottom:10px;}
.tast_i1, .tast_i2, .tast_i3 { display:inline-block; float:left; width:24px; margin:3px 8px 0 0; height:24px; background:url(../images/f1.png) no-repeat 0 0;}
.tast_i1 { background-position:0px -48px;}
.tast_i2 { background-position:-48px -48px;}
.tast_i3 { background-position:-96px -48px;}

.tad_table { font-size:13px; text-align:center; color:#666; border:1px solid #e5e5e5;}
.tad_table td { line-height:22px; padding:13px 10px;}
.tad_table td.t1 { width:5%;}
.tad_table td.t2 { width:15%;}
.tad_table td.t3 { width:15%;}
.tad_table td.t4 { width:18%;}
.tad_table td.t5 { width:30%;}
.tad_table td.t6 { width:17%;}

.tad_table td.s1 { width:5%;}
.tad_table td.s2 { width:22%;}
.tad_table td.s3 { width:21%;}
.tad_table td.s4 { width:35%;}
.tad_table td.s5 { width:17%;}

.tad_table td.p1 { width:20%;}
.tad_table td.p2 { width:20%;}
.tad_table td.p3 { width:20%;}
.tad_table td.p4 { width:25%;}
.tad_table td.p5 { width:15%;}


input[type='checkbox'].input01{
	width: 18px;
	height: 18px;
	background-color: #fff;
	-webkit-appearance:none;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	outline: none;
	cursor:pointer;
}
.checkBox input[type=checkbox].input01:checked{
	background: url("../images/g.png")no-repeat center #019EE8;
	background-size:100% auto;
	border:1px solid #019EE8;
}

.jdgz { float:right; font-size:12px; color:#777;}

.jiedan {
	display:block;
	width:70px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
	border-radius:15px;
	background:#019EE8;
	color:#FFF;
	margin:0 auto;
}
.jiedan02 { background:#999;}

.key_p { display:block; float:left;}
.chongzhi {
	display:block;
	width:70px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
	border-radius:15px;
	background:#999;
	color:#FFF;
	margin:9px 0 0 20px;
}
.chongzhi:hover { color:#FFF; opacity:0.9;}


/*提现*/
.tx_ints {
	border:1px dashed #e5e5e5;
	background:#f5f5f5;
	padding:12px 20px;
	margin:30px 0;
	border-radius:5px;
}
.tx_ints b {
	display:block;
	line-height:30px;
	font-size:14px;
}
.tx_ints p {
	line-height:24px;
	margin:5px 0;
}

.tx_detail {
	border-top:1px solid #e3e3e3;
	padding:20px 0 50px 0;
}

.tx_detail_for {
	overflow: hidden;
	margin-bottom: 20px;
}

.tx_detail_name {
	width: 220px;
	font-size: 14px;
	text-align: right;
	line-height: 45px;
	padding-right: 20px;
	color: #333;
	float:left;
}

.tx_detail_mes {
	width:600px;
	float:left;
	line-height:45px;
	font-size:14px;
}

.de_txt { width:340px;}
.get_pass { display:block; float:left; background:#419BE2; color:#FFF; width:140px; text-align:center; line-height:45px; border-radius:3px; margin-left:20px;cursor:pointer; border: 0;}
.de_50 { width:50%; font-size:14px; line-height:32px;}
.de_50_pd { padding:0 20px;}

.rz_sbut02 {
	width: 200px;
	font-size: 14px;
	background: #419BE2;
	line-height: 30px;
	display:block;
	box-sizing: border-box;
	color: #fff;
	padding:5px 0;
	border-radius:5px;
	text-align:center;
	margin:50px auto auto auto;
}
.rz_sbut02:hover {
	color:#FFF;
	opacity:0.8;
}

.app_int_area {
	display: inline-block;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	width:calc(100% - 50px);
	height: 100px;
	line-height: 24px;
	padding: 5px 20px;
	font-size: 14px;
	color: #888;
}

.mes_h45 { line-height:45px; font-weight:normal; font-size:14px; display:block;}

.add_app {
	background: #419BE2;
	padding: 5px 30px;
	border: 1px solid #419BE2;
	color: #fff;
	border-radius: 3px;
	font-size:14px;
}
.add_app:hover {
	color: #fff;
	opacity:0.9;
}

.app_list {
	margin:30px 0;
}
.deve_con { margin:20px;}
.deve_list { background:#e5e5e5;}
.deve_list td { background:#fff; padding:18px 15px; font-size:14px;}
.deve_list td.s1 { width:25%;}
.deve_list td.s2 { width:60%;}
.deve_list td.s3 { width:15%; text-align:center;}
.deve_pic { height:50px;}

.m_article { position:relative; z-index:1;}
.m_op { display:block; background:#019EE8; color:#FFF; position:absolute; right:0; bottom:0; z-index:9; padding:0 10px; font-size:12px; cursor:pointer;}
.m_op:hover { color:#FFF; opacity:0.9;}

/*消息中心*/
.messa { width:100%; padding-top:10px;}
.messa_i { border:1px solid #e5e5e5; background:#f9f9f9; padding:10px 30px 10px 30px; zoom:1; margin-top:10px; position:relative; z-index:1;}
.messa_i h4 { height:30px; line-height:30px; overflow:hidden; font-size:14px; }
.messa_i h4 .time { color:#999; font-size:12px; margin-left:30px;}
.messa_i b { display:block; font-weight:normal;}
.messa_i .messa_con { height:24px; line-height:24px; font-size:12px; color:#666; overflow:hidden;}
.messa_i p { width:80%; float:left; height:24px; line-height:24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color:#666; }
.read_no { display:block; width:6px; height:6px; border-radius:50%; background:#E94646; position:absolute; z-index:9; left:12px; top:22px;}
.read_more { cursor:pointer; float:right; font-size:12px;}
.messa_close { display:block; position:absolute; right:20px; z-index:11; top:13px; background:url(../images/close.png) no-repeat center; background-size:100% auto; width:14px; height:14px; cursor:pointer; text-indent:9999px; overflow:hidden;}
.messa_i:hover { background:#FFF;}

/*订单任务*/
.dingd { padding:30px 0 0 0;}
.dingd_i { margin-bottom:20px;}
.dingd_t { line-height:38px; font-size:14px; color:#000; font-weight:bold; float:left; width:120px; text-align:right; padding-right:30px;}
.dingd_p { float:left; width:calc(100% - 300px); position:relative; z-index:1; background:#f5f5f5; border-radius:5px;}
.dingd_cont { padding:0 90px 0 20px; font-size:14px; height:38px; line-height:38px;}
.copy_link { display:block; height:38px; width:70px; text-align:center; background:#30B3F3; color:#FFF; position:absolute; z-index:5; bottom:0; right:0; line-height:38px; font-size:14px; border-radius:0 3px 3px 0; cursor:pointer;}
.copy_link:hover { color:#FFF; opacity:0.9;}
.dingd_area { position:relative; z-index:1; line-height:30px; height:210px; margin:10px 20px 15px 20px; font-size:14px; overflow:hidden;}
.dingd_area p {/* padding:5px 0;*/}
.dingd_link { position:absolute; z-index:5; bottom:0; right:0; height:36px; line-height:36px; width:auto; }
.dingd_link a.zhank, .dingd_link a.copyc { width:70px; display:block; line-height:36px; text-align:center; font-size:14px; color:#FFF; cursor:pointer; margin-left:2px;}
.dingd_link a.zhank { background:#8BC34A; float:right;}
.dingd_link a.copyc { background:#30B3F3; float:right;}
.dingd_anj { float:left; width:calc(100% - 180px); line-height:38px; font-size:14px;}

.dingd_tj { border-bottom:1px solid #e5e5e5; padding:20px 0; width:660px; margin:0 auto;}
.dingd_tj_01 { height:36px; line-height:36px; overflow:hidden; font-size:14px;}
.dingd_tj_02 { line-height:36px; margin-bottom:20px;}
.dingd_tj_02 b { display:block; color:#000; font-size:14px; margin-bottom:5px;}
.dingd_tj_02 p {}
.dingd_load {
	display: block;
	width: 150px;
	height: 120px;
	border: 1px dashed #DDDDDD;
	border-radius: 5px;
	background: url(../images/add.png) no-repeat center #fbfbfb;
	float: left;
	margin-right:15px;
}
.dingd_pic { float:left; display:block; width:150px; height:120px; margin-right:15px; margin-bottom:10px; border-radius:5px; position:relative; z-index:1; border: 1px solid #DDDDDD;}
.dingd_pic img { width:150px; height:120px; border-radius:5px;}
.close_pic { display:block; width:22px; height:22px; cursor:pointer; background:url(../images/wrong.png) no-repeat center #FFFFFF; border-radius:50%; background-size:100% auto; position:absolute; right:-10px; top:-10px; z-index:9;}

.mr_f50 { margin-right:-30px;}

.hidden {display: none;}

.un_pass {
	background: #eaeaea;
	color:#419BE2;
	cursor: not-allowed;
}

/** 财务设置 */
.tx_detail_for_code {
	overflow: hidden;
	margin-top: -20px;
}
.finance_set_tab b {
	cursor: pointer;
}
.fs_select {
	text-align: center;
	text-align-last: center;
	line-height: 43px;
	height: 43px;
	width: 150px;
}

/*账户信息*/
.account { padding:20px 50px;}
.account dl { font-size:14px; padding:15px 0;}
.account dt { float:left; width:100px; line-height:30px; color:#000; font-weight:bold;}
.account dd { float:left; line-height:30px;}
.account .modify { float:right; color:#47A3FF; line-height:30px; cursor: pointer;}
.account .acc_tx { display:inline-block; width:74px; height:74px; border-radius:50%; border:1px solid #bbb;}
.account .acc_tx img { width:70px; height:70px; border-radius:50%; margin:2px;}
.account .li70 { line-height:70px;}
.account .b30 { margin-right:60px; font-weight:normal;}

#account_update_form {
    margin: 43px auto;
}

#account_update_form .rz-wrap {
    margin-top: 43px;
}

/** 修改账户密码 */
#account_update_form .supp_choose .radio_item {
	display: inline-block;
	height: 43px;
	line-height: 43px;
	margin-right: 15px;
	cursor: pointer;
}
#account_update_form .supp_choose .radio_item input,label {
	cursor: pointer;
}

/** 修改绑定手机 */

/** 修改头像 */
.update_logo_main {
	margin: 0 auto;
	float: none;
}

/** 资金详情 */
.fl-detail-center {
	margin: 0 auto;
	width: 50px;
}

/** 订单详情 */
.btn-reject {
	margin-left: 20px;
	background: #FF5722;
}

.details-content {
	width: 850px;
	float: left;
}

.details-contentbox {
	border-bottom: 1px solid #f0f3f5;
}

.content-title {
	line-height: 48px;
	font-size: 30px;
	padding: 25px 0 20px 0;
	color: #2d3137;
}

.news-from {
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #9ea8b2;
	border-bottom: 1px solid #f0f3f5;
}

.news-from span {
	padding: 0 10px;
}

.content-text {
	padding-top: 40px;
}

.content-text img {
	width: 100%;
}

.content-text p {
	line-height: 29px;
	font-size: 15px;
	color: #2e3035;
	margin-bottom: 37px;
}


/*诚信度*/
.cxd_icon1 { background:url(../images/128_01.png) no-repeat right center; padding-right:16px; display:inline-block;}
.cxd_icon2 { background:url(../images/128_02.png) no-repeat right center; padding-right:16px; display:inline-block;}
.cxd_gz { line-height:180%; font-size:13px;}
.cxd_gz dl { padding:20px 0; border-bottom:1px solid #eee; color:#333; width:100%;}
.cxd_gz dt { display:block; font-weight:normal; font-size:15px; color:#000; margin-bottom:5px; width:100%;}
.cxd_gz dd { width:100%; color:#666;}

.cxd_mind { height:32px; line-height:32px; background:#FFFDEE; border:1px solid #F2E0D4; overflow:hidden;}
.tip-icon { display:block; float:left; background:url(../images/mind_icon.png) no-repeat center; width:30px; height:30px; margin:0 5px;}
.tip-text { display:block; line-height:30px; float:left; color:#666;}
.tip-link { padding-left:10px; color:#E94646;}
.integ_mind { width: 100%; box-sizing: border-box; padding: 10px 20px; background: #fdfaea; border: 1px solid #fec88d; margin-bottom: 20px;}

.cxd_my { width:400px; float:left; overflow:hidden; height:300px; border-right:1px solid #EEEEEE; text-align:center;}
.bi-title { height: 40px; line-height: 40px; margin-bottom: 25px; margin-top:25px; font-size: 20px;}
.bi-icon { width:128px; height:104px; margin:0 auto; position:relative; z-index:1;}
.bi-icon-p { position:absolute; width:100%; height:100%; z-index:2; left:0; bottom:0; background:#fdfdfd;}
.bi-icon-score { background:#C1E7D3; position:absolute; width:100%; left:0; bottom:0; z-index:5;}
.bi-icon-i { position:absolute; width:100%; height:100%; z-index:11; left:0; bottom:0; background:url(../images/cxd.png) no-repeat center;}
.bi-number { line-height: 45px; /*color:#C1E7D3;*/ font-size: 36px; margin-top:20px;}
.cxd_rec { float:left; width:500px; margin-left:40px;}
.bs-title { font-size: 16px; margin-top:25px; line-height:40px; height:40px; position:relative; z-index:1;}
.bs-title:before { content:''; position:absolute; width:50px; height:3px; background:#3CB8F4; bottom:-3px; left:0; z-index:5;}
.stats-list { overflow: hidden; height:200px;}
.stats-list li { float: left; width: 160px; height: 80px; padding-top: 30px; border-bottom: 1px solid #f5f5f5; overflow: hidden;}
.stats-list .s-label { height: 26px; line-height: 22px;}
.stats-list .s-value { line-height: 34px; font-size: 14px;}
.stats-list .s-value strong { margin-right: 5px; font-weight: 400; font-size: 30px;}
.stats-list .s-value i { font-size:24px; margin-right:3px;}

.cxd_box { background:#FFF; margin-bottom:20px; padding:20px 0;}
.md-hd-t { height: 50px; line-height: 50px; padding-top: 10px;  text-align: center; font-weight: 400;}
.md-hd-t i { position: relative; display: inline-block; width: 90px; height: 1px; margin-top: 25px; font-size: 0; vertical-align: top; background: #666;}
.md-hd-t em { display: inline-block; margin: 0 23px; vertical-align: top; font-size: 20px;}
.md-hd-t i:before { content: ''; position: absolute; top: -2px; width: 5px; height: 5px; overflow: hidden; background: #666; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.md-hd-t i.line1:before { right: -13px;}
.md-hd-t i.line2:before { left: -13px;}
.md-bd-c {}
.md-bd-c li { width:20%; float:left; overflow:hidden; margin-top:15px;}
.md-bd-c li .bgc { margin-left:20px; padding:20px 0; font-size:14px; padding-right:20px; border-right:1px solid #eee;}
.md-bd-c li .bgc b { display:block; text-align:center; font-size:14px; font-weight:normal; color:#666;}
.md-bd-c li .bgc p { font-weight:bold; text-align:center; font-size:18px; height:40px; line-height:40px; margin:20px 0;}
.md-bd-c li .cxd_bot { width:110px; border-radius:5px; margin:0 auto; text-align:center; font-size:12px; height:36px; line-height:36px;}
.md-bd-c li .cxd_bot i { font-weight:bold; padding:0 3px; font-size:14px;}
.md-bd-c1 { background:#D8F0FC;}
.md-bd-c2 { background:#ccefdd;}
.md-bd-c3 { background:#fbfec9;}
.md-bd-c4 { background:#FFE9B7;}
.md-bd-c5 { background:#e88c8c; color:#FFF;}
.md_bd_f1 { color:#3998e9;}
.md_bd_f2 { color:#09934a;}
.md_bd_f3 { color:#fab000;}
.md_bd_f4 { color:#fa5200;}

/*08-19*/
.mass_box01 { width: 45%; background: #FFFFFF; box-sizing: border-box; height: 500px; overflow: hidden; padding: 20px;}
.mass_box02 { width: 54%; background: #FFFFFF; box-sizing: border-box; height: 500px; overflow: hidden; padding: 20px;}
.mass_view { width: 100%; padding-bottom: 5%;}
.mass_view li { width: 48%; margin-top:36px; margin-right: 2%;  float: left; border: 1px solid #E9E9E9; height: 160px; zoom:1; border-radius:5px; }
.mass_view li:nth-child(2n) { float: right; margin-right: 0;}
.mass_view_tit { border-bottom:1px solid #E9E9E9; background: #FAFAFA; height: 55px; line-height: 55px; color: #434343; font-size: 15px;  padding: 0 50px; position: relative; z-index: 1;}
.mass_view_link { display: block;}
.mass_view_cot { width: 50%; float: left; box-sizing: border-box; padding-left: 20px; padding-top: 15px;}
.mass_view_cot b { display: block; font-size: 14px; line-height: 40px; color: #858585; font-weight: normal;}
.mass_view_cot p { font-size: 18px; }
.mass_view_f1 { color: #FF6E00;}
.mass_view_f2 { color:#00D082}
.mass_view_f3 { color:#E94646}
.mass_view_f4 { color:#0E9AEF}
.mass_view_add { border: 1px solid #34B5F6; display: block; background: #FFFFFF; position: absolute; right: 10px; z-index: 9; right: 10px; height: 30px; top: 12px; line-height: 30px; border-radius:3px; color: #34B5F6; font-size: 13px; padding: 0 10px;}
.mass_view_add:hover { background:#64c3f3; color: #FFFFFF; }

.mass_view_i1, .mass_view_i2, .mass_view_i3, .mass_view_i4 { background: url("../images/co1.png") no-repeat 0 0; display: block; width: 30px; height: 30px; position: absolute; left: 10px; top: 13px;}
.mass_view_i1 { background-position: -314px -200px;}
.mass_view_i2 { background-position: -344px -200px;}
.mass_view_i3 { background-position: -434px -200px;}
.mass_view_i4 { background-position: -404px -200px;}




