@charset "utf-8";
/* CSS Document */
/*企业介绍*/
.advert{
	min-width:1320px;
}
.advert img{
	width:100%;
}
.company_lt{
	width:286px;
	float:left;
}
.company_list li{
	height:60px;
	line-height:60px;
	text-align:center;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.company_list li a{
	font-size: 18px;
	color: #999999;
	display:block;
}
.company_list li.active{
	background: #497FFB;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.company_list li.active a{
	color:#fff;
}
.company_rt{
	float:right;
	width:900px;
}
.company_padd{
	padding:32px 40px;
	font-size: 16px;
    color: #666666;
	text-align:center;
	background:#fff;
}
.company_padd img{
	max-width:100%;
	margin-bottom:32px;
}
.company_padd p{
	padding-bottom:24px;
	text-align:left;
}
.company_padd h3{
	padding-bottom:16px;
	text-align:left;
}
.company_padd h3 b{
	font-size:16px;
	display:inline-block;
	border: 1px solid #497FFB;
    border-radius: 100px;
	color:#497FFB;
	height:36px;
	line-height:36px;
	padding:0 10px;
}

/*发展历程*/
.timer{
	background:#fff;
}
.timer_line{
	padding-left:80px;;
	overflow:hidden;
	position:relative;
}
.timer_line:before{
	content:"";
	display:inline-block;
	opacity: 0.6;
    border: 1px solid #E6F1FF;
	height:100%;
	background:#E6F1FF;
	position:absolute;
	left:46px;	
}
.timer_line li{
	width:506px;
	padding:10px 0;
	background: #FFFFFF;
    border: 1px solid #E7F0FB;
    box-shadow: 0 4px 10px 0 #EAEEFE;
    border-radius: 4px;
	margin-bottom:60px;
	position:relative;
}
.timer_line li:first-child{
	margin-top:50px;
}
.timer_line li:before{
	content:"";
	background:url(../images/P5/Group%207.png) no-repeat;
	width:26px;
	height:26px;
	display:inline-block;
	position:absolute;
	left:-47px;
	
}
.rank{
	background:url(../images/P5/Group%204.png) no-repeat;
	display:block;
	width:78px;
	height:28px;
	text-align:center;
	line-height:28px;
	color:#fff;
	
}
.timer_line li p{
	padding:30px 20px;
	font-size: 16px;
    color: #666666;
}

/*联系方式*/
.contact_box{
	padding:25px 40px;
	background:#fff;
}
.contact_int p{
	font-size: 16px;
    color: #666666;
	padding-bottom:24px;
}
.contact_int p b{
	display:inline-block;
	vertical-align:middle;
	padding-left:16px;
	width:80px;
}
.contact_int p span{
	display:inline-block;
	vertical-align:middle;
	color:#333;
	font-size:18px;
	padding-left:16px;
}
.i_serve{
	background:url(../images/P5/Group%208.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
}
.i_weibo{
	background:url(../images/P5/Group%209.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
}
.i_qq{
	background:url(../images/P5/Group%2010.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
}
.i_times{
	background:url(../images/P5/Group%2011.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
}
.contact_code{
	width:160px;
	text-align:center;
}
.contact_code img{
	width:160px;
	height:160px;
}
.contact_code p{
	padding:8px 0;
	font-size: 14px;
   color: #333333;
}
.h3_tit{
	padding-bottom:16px;
	padding-top:30px;
}
.h3_tit b{
	font-size:16px;
	display:inline-block;
	border: 1px solid #497FFB;
    border-radius: 100px;
	color:#497FFB;
	height:36px;
	line-height:36px;
	padding:0 10px;
}

/*招贤纳士*/
.invite_list li{
	padding:30px 40px;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.invite_list li h3{
	font-size: 18px;
    color: #497FFB;
	padding-bottom:40px;
}
.invite_list li h3:before{
	content:"";
	display:inline-block;
	height:24px;
	width:2px;
	background:#4979FF;
	float:left;
	margin-right:8px;
}
.apply_btn{
	display:inline-block;
	color:#fff;
	background: #4979FF;
	width:100px;
	height:32px;
	text-align:center;
	line-height:32px;
}
.invite_int{
	overflow:hidden;
}
.invite_int>span{
	display:inline-block;
	width:70px;
	float:left;
	font-size: 16px;
    color: #333333;
	padding-left:5px;
}
.invite_rt{
	margin-left:90px;
	font-size: 16px;
    color: #666666;
}
.invite_rt p{
	padding-bottom:20px;
}

.popup_div{
	padding:40px 115px;
}
.resume>h3{
	font-size: 20px;
    color: #333333;
	text-align:center;
	padding-bottom:50px;
}
.resItem{
	overflow:hidden;
	margin-bottom:32px;
}
.resItem>span{
	display:inline-block;
	height:60px;
	line-height:60px;
	width:100px;
	font-size: 16px;
    color: #2A2A2A;
	float:left;
}
.redstar:before{
	content:"*";
	display:inline-block;
	color:#FF8E8E;
}
.resRt{
	margin-left:120px;
	border:1px solid #DCDCDC;
}
.resRt>input{
	width:100%;
	height:60px;
	line-height:60px;
	text-indent:10px;
}
.res_add{
	background: #4979FF;
	width:100px;
	text-align:center;
	display:inline-block;
	height:32px;
	line-height:32px;
	margin-top:14px;
	color:#fff;
}
.restRt{
	margin-left:120px;
}
.resText textarea{
	height:200px;
}
.pt100{ padding-top:100px;}
/*个人中心*/
.mine{
	background:#fff;
	margin-bottom:20px;
	padding:0 24px;
}
.mine>a{
	display:inline-block;
	padding:0 40px;
	float:left;
	height:80px;
	line-height:80px;
	font-size: 18px;
    color: #4979FF;
	opacity:0.8;
	position:relative;
}
.mine>a.active{
	opacity:1;
}
.mine>a.active:after{
	content:"";
	display:inline-block;
	width:30px;
	height:2px;
	background:#4979FF;
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-15px;
}
.user_box{
	min-height:746px;
	background:#fff;
	padding:50px 0;
	text-align:center;
}
.user_box>img{
	width:132px;
	height:132px;
	border-radius:50%;
}
.inform{
	padding-top:24px;
	padding-bottom:54px;
	font-size: 16px;
    color: #666666;
}
.i_revamp{
	background:url(../images/P6/Group%2013.png) no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-left:10px;
}
.rent_wrap{
	padding:20px 30px;
	background:#fff;
	margin-bottom:24px;
}
.rent_box{
	padding-top:35px;
	
}
.rent_lt{
	width:220px;
	padding-right:20px;
	position:relative;
}
.h3_rack{
	font-size: 18px;
    color: #666666;
	padding-bottom:16px;
}
.h3_rack:before{
	content:"";
	display:inline-block;
	height:20px;
	width:2px;
	background:#4979FF;
	float:left;
	margin-right:8px;
	margin-top:2px;
}
.inform_padd .h3_rack{
	padding-bottom:36px;
}
.rent_lt p,.rent_rt p{
	font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.rent_lt:after{
	content:"";
	display:inline-block;
	height:175px;
	background:#4979FF;
	border-right: 1px dashed #B7BFCF;
	position:absolute;
	top:0;
	right:0;
}
.blue_Btn{
	display:block;
	width:100px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: #4979FF;
	color:#fff;
}
.pink_Btn{
	display:block;
	width:100px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: #FE96D5;
	color:#fff;
}
.blue_btn{
	display:block;
	width:98px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #4979FF;
	color:#4979FF;
}
.grey_Btn{
	display:block;
	width:100px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: #DDDCE0;
	color:#fff;
}
.mt16{
	margin-top:16px;
}
.rent_rt{
	width:140px;
	margin-left:55px;
}
.rack{
	display:inline-block;
	width:56px;
	height:22px;
	text-align:center;
	line-height:22px;
	background: #FFF7EB;
    border: 1px solid #F6A623;
    border-radius: 4px;
	font-size: 12px;
    color: #F5A623;
}
.state_list{
	background:#fff;
	text-align:center;
	margin-bottom:32px;
}
.state_list li{
	float:left;
	width:20%;
	height:70px;
	padding:15px 0;
}
.state_list li p.line_1{
	font-size: 22px;
    color: #FF8D8D;
    line-height: 34px;
}
.state_list li p.line_2{
	padding-top:8px;
	font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.state_list li p.line_3{
	line-height:70px;
	height:70px;
	color: #666666;
	font-size: 16px;
}

.card_box{
	margin-bottom:32px;
}
.card_bg{
	background:url(../images/P6/Group-24.png) no-repeat;
	width:240px;
	height:80px;
	padding:30px;
	margin-right:40px;
	color:#fff;
	position:relative;
}
.card_bg.card_bg2{
	background:url(../images/P6/Group-25.png) no-repeat;
}
.card_bg p{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
	padding-bottom:20px;
}
.card_bg h4{
	font-size: 26px;
    color: #FFFFFF;
    line-height: 24px;
}
.white_btn{
	display:inline-block;
	width:90px;
	height:36px;
	text-align:center;
	line-height:36px;
	border: 1px solid #FFFFFF;
    border-radius: 100px;
	font-size: 18px;
    color: #FFFFFF;
}
.card_bg .white_btn{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-18px;
}
.intro_text{
	margin-bottom:32px;
}
.intro_text h3{
	padding-bottom:10px;
}
.intro_text p{
	font-size: 12px;
    color: #2A2A2A;
    line-height: 28px;
}

/*个人资料*/
.user_list{
	background:#fff;
}
.user_list li{
	height:60px;
	line-height:60px;
	text-indent:60px;
	text-align: left;
}
.user_list li a{
	font-size: 18px;
    color: #666;
    height: 60px;
	display: block;
}
.user_list li.active{
	background: #4979FF;
}
.user_list li.active a{
	color:#fff;
}

.i_user{
	background:url(../images/P6/Group%2017.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:26px;
	margin-right:16px;
	margin-top:-3px;
}
.i_papers{
	background:url(../images/P6/Group%2018.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:29px;
	height:24px;
	margin-right:16px;
	margin-top:-3px;
}
.i_bank{
    background:url(../images/P6_9/Group%204.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:24px;
	margin-right:16px;
	margin-top:-3px;
}
.i_copun{
	background:url(../images/P6_9/Group%206.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:24px;
	margin-right:16px;
	margin-top:-3px;
}
.i_grade{
	background:url(../images/P6_9/Group%208.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:24px;
	margin-right:16px;
	margin-top:-3px;
}
.user_list li.active .i_user{
	background:url(../images/P6/Group%2015.png) no-repeat;
}
.user_list li.active .i_papers{
	background:url(../images/P6/Group%2016.png) no-repeat;
}
.user_list li.active .i_bank{
	background:url(../images/P6_9/Group%203.png) no-repeat;
}
.user_list li.active .i_copun{
	background:url(../images/P6_9/Group%205.png) no-repeat;
}
.user_list li.active .i_grade{
	background:url(../images/P6_9/Group%207.png) no-repeat;
}

.inform_padd{
	padding:32px;
	background:#fff;
	min-height:782px;
}
.inform_cent{
	padding:32px;
	background:#fff;
}
.inform_cent .h3_rack{
	padding-bottom:24px;
}
.inform_list{
	overflow:hidden;
	margin-bottom:32px;
}
.inform_list>span{
	display:inline-block;
	float:left;
	width:100px;
	font-size: 14px;
    color: #666666;
	height:32px;
	line-height:32px;
}
.inform_rt{
	margin-left:100px;
}
.haedImg{
	float:left;
}
.haedImg img{
	width:100px;
	height:100px;
}
.upload_Img{
	float:left;
	margin-left:40px;
	padding-top:34px;
}
.upload_Img p{
	font-size: 12px;
    color: #999999;
	padding-top:18px;
}
.inform_rt input.inf_text{
	text-indent:10px;
    width:398px;
	height:30px;
	background: #FFFFFF;
    border: 1px solid #DCDCDC;
	vertical-align:middle;	
}
.inform_rt input.inf_text.inf_width{
	width:278px;
}
.choice_sex>span{
	display:inline-block;
	float:left;
	width:50px;
	margin-right:30px;
	font-size: 14px;
    color: #333333;
	margin-top:6px;
}
.i_check{
	background:url(../images/P6/Group%2022.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-right:5px;
	margin-top:-2px;
}
.choice_sex>span.active .i_check,.i_checked{
	background:url(../images/P6/Group%2021.png) no-repeat;
}
.inf_text>span,.inf_text a{
	display:inline-block;
	line-height:32px;
	height:32px;
}
.mr20{
	margin-right:20px;
}
.inform_select.select_wrap{
	padding-right:30px;
	height:30px;
	width:368px;
	border: 1px solid #DCDCDC;
}
.inform_select.select_wrap.inf_width{
	width:248px;
}
.inform_select.select_wrap .select_text{
	height:30px;
	line-height:30px;
	text-indent:10px;
	color:#333;
}
.inform_select.select_wrap select{
	height:30px;
}
.i_drop2{
	display:inline-block;
	background:url(../images/P6/Group%2020.png) no-repeat;
	width:8px;
	height:6px;
	position:absolute;
	top:50%;
	right:6px;;
	margin-top:-3px;
}
.like>span{
	display:inline-block;
	height:24px;
	line-height:24px;
	min-width:56px;
	border: 1px solid #4979FF;
	text-align:center;
	color:#4979FF;
	margin-right:10px;
	margin-top:10px;
	font-size: 12px;
}
.like>span.active{
	color:#fff;
	background:#4979FF;
}
.inform_rt>textarea{
	border:1px solid #DCDCDC;
	width:398px;
	height:132px;
}
.inform_btn{
	margin-left:100px;
}

.path_list{
	padding:40px 40px 150px 40px;
}
.path_list li{
	float:left;
	width:226px;
	height:6px;
	background: #DDDCE0;
	margin-right:98px;
	position:relative;
}
.path_list li.first{
	width:0;
}
.path_list li.active{
	background: #4979FF;
}
.path{
	position:absolute;
	right:-98px;
	top:-33px;
	text-align:center;
	width:98px;
}
.path p{
	padding-top:20px;
	font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.path>i{
	display:inline-block;
	vertical-align:middle;
	width:66px;
	height:66px;
}

.path_list li.active .path_1{
	background:url(../images/P6/Group%203.png) no-repeat;
}
.path_2{
	background:url(../images/P6/Group%204.png) no-repeat;
}
.path_3{
	background:url(../images/P6/Group%206.png) no-repeat;
}
.path_4{
	background:url(../images/P6/Group_36.png) no-repeat;
}
.path_list li.active .path_5{
	background:url(../images/P6/Group%2011.png) no-repeat;
}
.path_list li.active .path_2{
	background:url(../images/P6/Group%205.png) no-repeat;
}
.path_list li.active .path_3{
	background:url(../images/P6/Group%208.png) no-repeat;
}
.path_list li.active .path_4{
	background:url(../images/P6/Group_37.png) no-repeat;
}
.grey{
	color:#999;
}
.inform_rt input.inf_btn{
	background: #4979FF;
    width:100px;
	height:32px;
	color:#fff;
	font-size: 14px;
	vertical-align:middle;
}
.com_hint{
	text-align:center;
}
.com_hint img{
	margin-bottom:70px;
}
/*证件信息*/
.papers_item p{
	height:32px;
	line-height:32px;
	font-size: 12px;
    color: #666666;
}
.papers_wrap{
	margin-top:10px;
	margin-bottom:20px;
}
.upload_Div,.example_Div{
	position:relative;
	float:left;
	width:102px;
	height:72px;
	overflow:hidden;
	margin-right:34px;
}
.example_Div img{
	width:100%;
	height:100%;
}
.layer{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	background: rgba(0,0,0,0.50);
	opacity:0.5;
	filter:alpha(opacity=50);
	left:0;
	top:0;
	z-index:1;
}
.layer_text{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	color:#fff;
	z-index:2;
	text-align:center;
	cursor:pointer;
}
.i_blow{
	background:url(../images/P6/Group%2023.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
}
.layer_text .i_blow{
	margin-top:16px;
	margin-bottom:8px;
}
.close_btn{
	background:url(../images/P5/Group%2013.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:48px;
	height:48px;
	position:absolute;
	right:-24px;
	top:-24px;
	cursor:pointer;
}

/*我的空间*/
.space_list li{
	height:60px;
	line-height:60px;
	text-indent:60px;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.space_list li a{
	display:block;
	height:60px;
	color:#4979FF;
	font-size: 18px;
    color: #666;
}
.space_list li.active{
	background: #4979FF;
}
.space_list li.active a{
	color:#fff;
}
.space_list li i{
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	margin-top:-3px;
	background-position:center;
}
.icont_1{
	background:url(../images/P6/Group_24.png) no-repeat;
	width:29px;
	height:27px;
}
.icont_2{
	background:url(../images/P6/Group%2028.png) no-repeat;
	width:29px;
	height:25px;
}
.icont_3{
	background:url(../images/P6/Group%2029.png) no-repeat;
	width:29px;
	height:27px;
}
.icont_4{
	background:url(../images/P6/Group%2030.png) no-repeat;
	width:29px;
	height:27px;
}
.icont_5{
	background:url(../images/P6/Group%2031.png) no-repeat;
	width:29px;
	height:26px;
}
.icont_6{
	background:url(../images/P6/Group%2032.png) no-repeat;
	width:29px;
	height:22px;
}
.icont_7{
	background:url(../images/P6/Group%2033.png) no-repeat;
	width:29px;
	height:25px;
}
.icont_8{
	background:url(../images/P6/Group%2034.png) no-repeat;
	width:29px;
	height:25px;
}
.icont_9{
	background:url(../images/P6/Group%2035.png) no-repeat;
	width:29px;
	height:27px;
}
.space_list li.active .icont_1{
	background:url(../images/P6/Group_25.png) no-repeat;
}
.space_list li.active .icont_2{
	background:url(../images/P6/Group%2043.png) no-repeat;
}
.space_list li.active .icont_3{
	background:url(../images/P6/Group%2042.png) no-repeat;
}
.space_list li.active .icont_4{
	background:url(../images/P6/Group%2041.png) no-repeat;
}
.space_list li.active .icont_5{
	background:url(../images/P6/Group%2040.png) no-repeat;
}
.space_list li.active .icont_6{
	background:url(../images/P6/Group%2039.png) no-repeat;
}
.space_list li.active .icont_7{
	background:url(../images/P6/Group%2038.png) no-repeat;
}
.space_list li.active .icont_8{
	background:url(../images/P6/Group%2037.png) no-repeat;
}
.space_list li.active .icont_9{
	background:url(../images/P6/Group%2036.png) no-repeat;
}

.user_head{
	padding:25px 32px;
	background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 #E0E6F3, inset 0 -1px 0 0 #E0E6F3;
}
.headImg{
	width:96px;
	height:96px;
	margin-right:32px;
}
.headImg img{
	width:100%;
	height:100%;
	border-radius:50%;
}
.user_name h3{
	font-size: 20px;
    color: #333333;
	padding-top:6px;
}
.user_name p{
	font-size: 16px;
    color: #666666;
	padding-top:6px;
}
.user_revamp a{
	color: #666666;
}
.i_next{
	display:inline-block;
	background:url(../images/P6/Group%2048.png) no-repeat;
	width:6px;
	height:9px;
	vertical-align:middle;
	margin-left:6px;
}
.user_name p.bind_icont{
	padding-top:10px;
	font-size:12px;
}
.bind_icont span{
	color: #C0CCE8;
}
.bind_icont span.current{
	color: #497FFB;
}
.i_cell{
	display:inline-block;
	background:url(../images/P6/Group%2051.png) no-repeat;
	width:10px;
	height:14px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
.i_email{
	display:inline-block;
	background:url(../images/P6/Group%2052.png) no-repeat;
	width:14px;
	height:11px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
.bind_icont span.current .i_cell{
	background:url(../images/P6/Group%2049.png) no-repeat;
}
.bind_icont span.current .i_email{
	background:url(../images/P6/Group%2050.png) no-repeat;
}
.account_list li{
	float:left;
	padding:20px 10px;
	width:140px;
	text-align:center;
	position:relative;
}
.account_list li p{
	font-size: 14px;
    color: #787878;
	padding-bottom:8px;
}
.account_list li span{
	font-size: 24px;
    color: #FF8D8D;
    line-height: 24px;
	
}
.account_list li:first-child:after{
	content:"";
	display:inline-block;
	width:1px;
	height:34px;
	border-right:1px dashed #979797;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-17px;
}
.com_title{
	background:url(../images/P6/Group%2057.png) no-repeat;
	padding:0 16px;
	height:36px;
	color:#fff;
	line-height:36px;
}
.iphone{
	display:inline-block;
	background:url(../images/P6/Group%2047.png) no-repeat;
	vertical-align:middle;
	width:13px;
	height:13px;
	margin-right:5px;
	margin-top:-3px;
}
.compact_top{
	padding:20px 16px;
	background: #FFFFFF;
	border-bottom:1px solid #E0E6F3;
}
.pact_ul{
	width:560px;
	padding:16px 0 8px 0;
}
.pact_ul.pact_ul2{
	padding:0 ;
}
.pact_ul li{
	float:left;
	width:260px;
	margin-right:20px;
	font-size: 14px;
    color: #666666;
	margin-bottom:8px;
}
.mb8{
	margin-bottom:8px;
}

/*-----状态-----*/
.state{
	margin-top:6px;
	text-align:center;
}
.state.state_1{
	margin-top:12px;
}
.state>span.state_text{
	display:block;
	font-size: 14px;
    color: #4979FF;
	margin-top:10px;
}
.status{
	display:block;
	background:url(../images/P6/Group%2056.png) no-repeat;
	width:58px;
	height:58px;
	line-height:58px;
	text-align:center;
	font-size: 14px;
    color: #F5A623;
}
.status_1{
	background:url(../images/P6/Group%2054.png) no-repeat;
    color: #FE96D5;
}
.status_2{
	background:url(../images/P6/Group%2055.png) no-repeat;
    color: #999999;
}
.order_cell .state .status_2{
	padding:9px 14px;
	width:30px;
	height:40px;
	line-height:inherit;
}
.status_3{
	background:url(../images/P6/Group%2053.png) no-repeat;
    color: #4979FF;
}
.status_4{
	background:url(../images/P6/1111.png) no-repeat;
    color: #85D52D;
}


.compact_table table tr th{
	font-weight:normal;
	background: #FFFFFF;
	height:40px;
	border-bottom:1px solid #E0E6F3;
	font-size: 14px;
    color: #999999;
	text-align:center;
}
.compact_table table tr td{
	background:#fff;
	text-align:center;
	padding:10px 0;
	font-size: 16px;
    color: #333333;
}
.red_color{
	color: #FF5757;
}
.status_select{
	margin-bottom:32px;
}
.status_select .select_wrap{
	padding-right:30px;
	height:30px;
	width:248px;
	border: 1px solid #DCDCDC;
	margin-right:20px;
}
.status_select .select_wrap .select_text{
	height:30px;
	line-height:30px;
	text-indent:10px;
	color:#333;
}
.status_select .select_wrap select{
	height:30px;
}
.compact_box{
	padding:16px;
	box-shadow:  0 2px 6px 0 #E0E6F3;
}
.compact_info h3{
	font-size: 16px;
    color: #333333;
	padding-bottom:16px;
}
.compact_info p{
	font-size: 16px;
    color: #666666;
	padding-bottom:10px;
}
.compact_info p.info_span span{
	width:240px;
	display:inline-block;
	margin-right:20px;
}
.i_address{
	background:url(../images/P6/Group%2046.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:18px;
	margin-top:-3px;
}
.compact_box .state{
	margin-top:38px;
	margin-left:54px;
}
.compact_box.compact_box2 .state{
	margin-top:8px;
	margin-left:54px;
}
.compact_box .compact_btn{
	margin-top:20px;	
}
.compact_list>li{
	margin-bottom:32px;
}

/*选择支付方式*/
.pay_style{
	background:#fff;
	margin-bottom:20px;
}
.pay_style .path_list{
	padding:75px 380px 119px 380px;
}
.inform_Box{
	padding:0 10px;
}
.star{
	color:#FF9999;
	margin-right:5px;
}
.mb20{
	margin-bottom:20px;
}
.pay_case{
	background:#fff;
	min-height:846px;
}
.pay_case .h3_rack{
	padding:32px 32px 16px 32px;
}
.pay_case .status_select{
	padding:0 32px;
	padding-top:8px;
}
.pay_list{
	padding:44px 32px 60px 32px;
	border-bottom:1px solid #E0E6F3;
	background:#fff;
}
.pay_list li{
	float:left;
	margin-right:50px;
}
.pay_list li.active .i_check,.recharge_list li.active .i_check{
	background:url(../images/P6/7.png) no-repeat;
}
.i_zfb{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:60px;
	background:url(../images/P6/Group%2026.png) no-repeat;
}
.i_weixin{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:60px;
	background:url(../images/P6/Group%2027.png) no-repeat;
}
.payment{
	text-align:right;
	padding:32px;
	background:#fff;
}
.blue_color{
	color: #4979FF;
	font-size:20px;
}
.payment p{
	padding-bottom:18px;
}

.Blue_btn{
	display:inline-block;
	width:138px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	background: #4979FF;
	font-size: 16px;
}
.White_btn{
	display:inline-block;
	width:136px;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#4979FF;
	border:1px solid #4979FF;
	font-size: 16px;
}
.link_btn{
	padding-bottom:24px;
	margin-right:-30px;
}
.link_btn a{
	float:left;
	display:block;
	width:98px;
	height:30px;
	line-height:32px;
	text-align:center;
	border:1px solid #4979FF;
	color:#4979FF;
	margin-right:40px;
}
.link_btn a.active{
	background: #4979FF;
	color:#fff;
}

.item_line{
	padding:0 32px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #E0E6F3;
	font-size: 16px;
    color: #333333;
}
.item_foot{
	padding:40px 0;
}
.popup_box{
	padding:56px 58px;
}
.grade_star{
	text-align:center;
	padding-bottom:50px;
}
.grade_star span{
	background:url(../images/P6/b.png) no-repeat;
	vertical-align:middle;
	background-size:40px auto;
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:40px;
}
.grade_star span.active{
	background:url(../images/P6/3.png) no-repeat;
}
.evaluate{
	margin-bottom:32px;
	border: 1px solid #DDE1E7;
}
.evaluate textarea{
	height:200px;
}
.uploading_Div{
	height:164px;
	overflow-y:auto;
	margin-bottom:60px;
}
.upload_ul li {
    float: left;
    width: 130px;
    height: 130px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.upload_ul li img{
	width:100%;
	height:100%;
}
.uploading{
	width: 130px;
    height: 130px;
	position: relative;
	background:url(../images/P6/1.png) no-repeat;
}
.x_delete{
	background:url(../images/P5/Group%2018.png) no-repeat;
	display:inline-block;
	position:absolute;
	width:14px;
	height:14px;
	right:0;
	top:0;
}
.bind_Btn input[type="button"]{
	width:452px;
	height:66px;
	background: #4979FF;
	color:#fff;
	font-size: 26px;
}
.eval_wrap{
	padding:40px 0;
	width:350px;
	margin:0 auto;
}
.red_star{
	padding-bottom:40px;
	text-align:center;
}
.red_star span{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	background:url(../images/P6/5.png) no-repeat;
	background-size:20px auto;
}
.red_star span.active{
	background:url(../images/P6/6.png) no-repeat;
}
.eval_text{
	margin-bottom:16px;
	font-size: 14px;
    color: #666666;
	padding:0 5px;
}
.eval_Img{
	margin-right:-10px;
}
.eval_Img img{
	float:left;
	width:110px;
	height:110px;
	margin-right:10px;
}
.btm_none{
	border-bottom:none;
}
.rent_data{
	border-bottom:1px solid #E0E6F3;
	padding:0 16px 20px 16px;
}
.rent_data li{
	float:left;
	margin-right:25px;
	text-align:center;
}
.rent_data li span{
	font-size: 16px;
    color: #1D1D26;
    line-height: 14px;
}
.rent_data li b{
	display:block;
	font-size: 10px;
    color: #262626;
	margin-top:5px;
}
.rent_data li:first-child:after,.rent_data li:last-child:after{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	background:#619BED;
	border-radius:50%;
	
}
.rent_data li:first-child b,.rent_data li:last-child b{
	color:#619BED;
}
.contract{
	padding:24px 16px;
}
.contract_lt p{
	padding-bottom:10px;
	font-size: 16px;
    color: #666666;
}
.card_img img{
	width:180px;
	height:115px;
	margin-bottom:32px;
	margin-top:40px;
}
.auto{
	margin:0 auto;
}
.border_btm{
	border-bottom:1px solid #E0E6F3;
}
.compact_tab table tr td{
	border-bottom:1px solid #E0E6F3;
	padding:20px 0;
	color: #666666;
}
.inform_box .inform_item{
	display:none;
}
.inform_box .inform_item.active{
	display:block;
}

.order_item{
	padding:16px;
	box-shadow: 0 2px 6px 0 #E0E6F3;
	
}
.item_lt{
	float:left;
	width:600px;
}
.item_lt>h3{
	font-size: 16px;
    color: #333333;
	padding-bottom:10px;
}
.product_Div{
	overflow:hidden;
	margin-bottom:16px;
}
.product_Div img{
	width:80px;
	height:80px;
	float:left;
}
.product_Div .pro_intro{
	margin-left:92px;
}
.pro_intro>h3{
	font-size: 14px;
    color: #333333;
	padding-top:4px;
	padding-bottom:10px;
}
.pro_intro>h3.h3_btm{
	padding-bottom:30px;
}
.pro_intro>p{
	padding-bottom:4px;
	font-size: 12px;
    color: #666666;
}
.pro_int>p{
	font-size: 14px;
    color: #666666;
	padding:5px 0;
}
.item_rt{
	float:right;
	padding-top:14px;
	text-align:right;
}

.account>p{
	padding-bottom:12px;
	font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.account_Img{
}
.account_Img>img{
	float:left;
	width:80px;
	height:80px;
	margin-right:16px;
	margin-bottom:16px;
}
.item_wrap .state {
	margin-top:20px;
}
.r_check{
	background:url(../images/P6/9.png) no-repeat;
	display:inline-block;
	margin-right:4px;
	width:44px;
	height:44px;
	vertical-align:middle;
}
.r_checked{
	background:url(../images/P6/8.png) no-repeat;
	display:inline-block;
	margin-right:4px;
	width:44px;
	height:44px;
	vertical-align:middle;
}
.item_rt .r_checked{
	margin-top:14px;
}
.all_check{
	display:inline-block;
	height:32px;
	line-height:32px;
}
.comment_lt{
	width:520px;
}
.comment_lt>h3{
	padding-bottom:10px;
}
.comment_lt>p{
	font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.comment_lt{
	padding-bottom:16px;
}
.comment_rt{
	margin-top:13px;
}
.grade{
	display:inline-block;
	vertical-align:middle;
}
.grade i{
	background:url(../images/P6/star_1.png) no-repeat;
	display:inline-block;
	width:26px;
	height:26px;
	margin-right:10px;
}
.grade i.current{
	background:url(../images/P6/star_2.png) no-repeat;
}
.time,.account p.time{
	font-size: 14px;
    color: #999999;
	padding-bottom:15px;
}
.elval_bg{
	background:#f4f4f4;
	width:420px;
	padding:15px;
	margin-bottom:16px;
	font-size: 16px;
    color: #666666;
	position:relative;
}
.elval_bg:after{
	content:"";
	display:block;
	position:absolute;
	border:6px solid #000; 
	border-color:transparent transparent #f4f4f4 transparent;
	top:-12px;
	left:20px;
}
.red_Btn{
	display:inline-block;
	font-size: 14px;
    color: #FF8E8E;
	background: #FFF3F3;
    border: 1px solid #FC857A;
    border-radius: 60px;
	width:76px;
	height:32px;
	line-height:30px;
	text-align:center;
	margin-top:-16px;
}

/*我的消息*/
.system_news li{
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
	padding:0 24px 0 44px;
	position:relative;
	overflow:hidden;
}
.system_news li .i_check{
	position:absolute;
	top:20px;
	left:8px;
}
.system_news li a{
	display:block;
}
.sys_title{
	font-size: 16px;
    color: #333333;
	max-width:500px;
	display:inline-block;
	vertical-align:middle;
	text-indent:8px;
}
.sys_lt span,.sys_rt span{
	display:inline-block;
	height:60px;
	line-height:60px;
	vertical-align:middle;
}
.sys_rt span{
	font-size: 14px;
    color: #666666;
}
.unread{
	background: #FFE6F5;
    border: 1px solid #FE96D5;
    border-radius: 100px;
	width:38px;
	height:14px;
	display:inline-block;
	line-height:14px;
	font-size: 10px;
	text-align:center;
    color: #FE96D5;
}
.mr72{
	margin-right:72px;
}
.pl8{
	padding-left:8px;
}
.club_box{
	padding:10px 0;
	overflow:hidden;
	font-size: 14px;
    color: #333;
}
.club_box>img{
	width:40px;
	height:40px;
	border-radius:50%;
	float:left;
}
.club_int{
	margin-left:56px;
}
.club_int>h3{
	padding-right:24px;
	padding-bottom:10px;
	overflow:hidden;
	font-size:14px;
}
.club_int>p{
	padding-bottom:12px;
	font-size: 16px;
    color: #666666;
}
.news_bg{
	padding:6px 16px;
	background: #F3F6FF;
	margin-bottom:10px;
	font-size: 14px;
    color: #999999;
}

/*投诉*/
.complain_info{
	width:400px;
}
.complain_info p{
	font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
}
.complain_cost{
	padding-left:100px;
}
.complain_cost>span{
	font-size: 16px;
    color: #666666;
}
.line{
	overflow:hidden;
}
.line_lt{
	display:block;
	width:70px;
	float:left;
}
.line_rt{
	display:block;
	margin-left:80px;
}
.add_Btn{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FF96D6;
    color: #fff;
	display:inline-block;
}
.delete_btn{
	background:url(../images/P6/Group_26.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:20px;
	margin-top:-2px;
	cursor:pointer;
}
.suggest_wrap p{
	padding-bottom:10px;
	font-size: 16px;
    color: #666666;
}
.suggest_wrap p.blue_color{
	color: #4979FF;
}
.popup_tit{
	text-align:center;
	font-size:30px;
	color:#333;
	padding-bottom:40px;
}
.suggest_title{
	border:1px solid #DDE1E7;
	margin-bottom:40px;
}
.suggest_title input{
	height:40px;
	line-height:40px;
	width:100%;
	text-indent:10px;
}

.problem_Div{
	overflow:hidden;
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
	padding:24px 80px 24px 8px;
	position:relative;
}
.problem_Div>img{
	width:60px;
	height:60px;
	float:left;
}
.problem_rt{
	margin-left:88px;
}
.problem_rt p{
	padding-bottom:12px;
	font-size: 16px;
    color: #333333;
}
.problem_rt p.grey{
	padding-bottom:2px;
	font-size: 14px;
    color: #999999;
}
.i_delete{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/P6/Group_23.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	right:22px;
	top:50%;
	margin-top:-16px;
	cursor:pointer;
}
.problem_cont{
	padding:36px 0;
}
.problem_text{
	border:1px solid #DCDCDC;
	height:200px;
	width:720px;
}

.problem_wrap{
	background:#fff;
	padding:36px 0;
}
.link_padd{
	padding:0 32px;
}
.problem_top{
	background:#fff;
	padding:20px 32px;
	overflow:hidden;
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.problem_top>img{
	width:72px;
	height:72px;
	border-radius:50%;
	float:left;
}
.problem_int{
	margin-left:96px;
}
.problem_int>h3{
  font-size: 18px;
  color: #333333;
}
.problem_int>p{
  font-size: 14px;
  color: #999999;	
}
.problem_int>p .blue_color{
  font-size:14px;
}
.problem_cent{
	padding:32px 40px;
	text-align:center;
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.problem_cent>img{
	margin-bottom:40px;
	width:80%;
}
.problem_cent p{
	text-align:left;
	font-size: 16px;
    color: #666666;
}
.problem_btm{
	padding:20px 40px;
}
.blem_lt{
	width:120px;
	float:left;
	display:block;
	font-size: 16px;
    color: #333333;
}
.blem_cent{
	padding-left:16px;
	width:560px;
	float:left;
	font-size: 16px;
    color: #4979FF;
}
.blem_cent>p{
	padding-bottom:10px;
}
.blem_rt{
	float:right;
}
.news_top{
	margin-bottom:24px;
	padding-top:16px;
}
.news_top>h3{
	font-size: 18px;
    color: #333333;
	padding-bottom:10px;
}
.news_top>p{
	font-size: 14px;
    color: #999999;
}
.news_top>p .blue_color{
	font-size:14px;
}
.news_cent>img{
	margin-bottom:24px;
}
.news_cent>p{
	font-size: 16px;
    color: #666666;
	margin-bottom:12px;
}
.post_list li{
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.post_Div{
	padding:20px 80px 20px 0;
	position:relative;
}
.post_Div>img{
	float:left;
	width:60px;
	height:60px;
}
.post_rt{
	margin-left:92px;
}
.post_rt>h3{
	font-size: 16px;
    color: #333333;
	padding-bottom:10px;
	padding-top:4px;
}
.blue_Color{
	font-size: 14px;
    color: #4979FF;
}
.i_hot{
	background:url(../images/P6/Group_21.png) no-repeat;
	width:24px;
	height:29px;
	display:inline-block;
	vertical-align:middle;
}
.i_fine{
	background:url(../images/P6/Group_22.png) bottom no-repeat;
	width:24px;
	height:29px;
	display:inline-block;
	vertical-align:middle;
}
.collect_btn{
	display:inline-block;
	width:98px;
	height:30px;
	background: #DAE4FF;
    border: 1px solid #4979FF;
	font-size: 14px;
    color: #4979FF;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.popup_select .popup_case{
	border-radius:10px;
	width:320px;
	height:160px;
	margin:-80px 0 0 -160px;
}
.select_txt{
	padding:10px;
	height:90px;
	display:table;
	width:300px;
	text-align:center;
}
.t_cell{
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	color:#666;
}
.select_btn{
	border-top:1px solid #ccc;
}
.select_btn span{
	display:block;
	float:left;
	width:50%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	position:relative;
	cursor:pointer;
}
.select_btn span:first-child:after{
	content:"";
	position:absolute;
	border-right:1px solid #ccc;
	height:50px;
	top:0;
	right:0;
}
.post_Div .collect_btn{
	position:absolute;
	top:50%;
	margin-top:-16px;
	right:22px;
}

.board_list li{
	float:left;
	width:156px;
	margin-right:97px;
	margin-bottom:30px;
}
.board_Div>img{
	width:156px;
	height:156px;
	border-radius:50%;
}
.board_intro{
	padding-top:32px;
	text-align:center;
}
.board_intro>h3{
	font-size: 20px;
    color: #333333;
	padding-bottom:8px;
}
.board_intro>p.moder{
	font-size: 16px;
    color: #666666;
	padding-bottom:24px;
}
.board_intro>p.collect_num{
	padding-top:16px;
	font-size: 12px;
    color: #999999;
}

.conrent_item{
	width:1060px;
	margin:0 auto;
}
.item_bg{
	background:url(../images/P7/BG1.png) center;
	overflow:hidden;
	padding-bottom:160px;
}
.item_bg2{
	background:url(../images/P7/BG2.png) center;
	overflow:hidden;
	padding-bottom:38px;
}
.conrent_item>h3{
	text-align:center;
	padding-top:45px;
	padding-bottom:100px;
}
.item_bg2 .conrent_item>h3{
	padding-top:100px;
}
.item_list li{
	overflow:hidden;
	margin-bottom:120px;
}
.serve_Text{
	background:#fff;
	width:225px;
	height:410px;
	padding:70px 195px 0 100px;
	margin:70px 0;
	float:left;
	text-align:left;
}
.item_list li:nth-child(even) .serve_Text{
	padding:70px 100px 0 195px;
	float:right;
	text-align:right;
}
.item_bg2 .serve_Text{
	background:none;
	width:235px;
	height:300px;
	padding:50px 225px 0 90px;
	margin:0;
}
.item_bg2 .item_list li:nth-child(even) .serve_Text{
	padding:50px 90px 0 225px;
}
.serve_Text>h3{
	font-family: Stencil;
    font-size: 48px;
    color: #4979FF;
	padding-bottom:10px;
}
.serve_rack{
	display:inline-block;
	width:140px;
	height:28px;
	text-align:center;
	font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
	background: #4979FF;
}
.serve_Text>p.row_1{
	margin-bottom:15px;
}
.serve_Text>p.row_1 span{
	display:inline-block;
	height:24px;
	border-left:2px solid #4979FF;
}
.serve_Text>p.row_3{
	font-size: 14px;
    color: #7F89A5;
    line-height: 28px;
	padding-top:30px;
	text-align:left;
}
.serve_Img{
	width:540px;
	height:620px;
	float:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.item_list li:nth-child(even) .serve_Img{
	float:left;
}
.item_bg2 .serve_Img{
	width:510px;
	height:350px;
	background:url(../images/P7/Group_101.png) top right no-repeat;	
}
.item_bg2 .item_list li:nth-child(even) .serve_Img{
	background:url(../images/P7/Group_101.png) top left no-repeat;	
}
.serve_Img>img{
	width:100%;
	height:100%;
}
.item_bg2 .serve_Img>img{
	width:480px;
	height:320px;
	margin:30px 30px 0 0;
}
.item_bg2 .item_list li:nth-child(even) .serve_Img>img{
	margin:30px 0 0 30px;
}
.btmnone{
	margin-bottom:0;
}
.pact_item{
	margin-top:50px;
	padding:60px 200px;
    background:#fff;
}
.pact_item>h3{
	font-size: 16px;
    color: #333333;
    padding-bottom: 25px;
}
.pact_item>p{
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}
.finance_list{
	margin-right:-60px;
}
.finance_list>li{
    background:url(../images/P6_9/Group%2015.png) no-repeat;
	width:388px;
	height:200px;
	float:left;
	margin-right:60px;
	margin-bottom:32px;
}
.finance_list>li.bg_2{
	background:url(../images/P6_9/Group%2016.png) no-repeat;
}
.finance_list>li.bg_3{
	background:url(../images/P6_9/Group%2017.png) no-repeat;
}
.finance_list>li.bg_4{
	background:url(../images/P6_9/Group%2018.png) no-repeat;
}
.manage_div{
	padding:38px;
	overflow:hidden;
}
.manage_lt{
	float:left;
}
.manage_lt>h3{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
	padding-top:20px;
	padding-bottom:30px;
}
.manage_lt>p{
	font-size: 36px;
    color: #FFFFFF;
    line-height: 24px;
}
.white_Btn{
	display:block;
	text-align:center;
	width:98px;
	height:34px;
	line-height:34px;
	border: 1px solid #FFFFFF;
    border-radius: 100px;
	font-size: 18px;
    color: #FFFFFF;
}
.manage_rt{
	float:right;
	margin-top:30px;
}
.recharge>p{
	font-size: 14px;
    color: #666666;
	padding-bottom:25px;
}
.recharge_list{
	padding-bottom:15px;
}
.recharge_list li{
	float:left;
	margin-right:32px;
	margin-bottom:20px;
}
.racharge_num input{
	text-indent: 10px;
    width: 398px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    vertical-align: middle;
}
.pay_wrap{
	padding-bottom:80px;
	overflow:hidden;
	background:#fff;
}
.pay_wrap .pay_list {
	padding-top:16px;
}
.pay_wrap>.payment{
	border-bottom:1px solid #E0E6F3;
	padding:60px 32px;
}
.pay_wrap>.payment p{
	padding-bottom:0;
}

/*我的推广*/
.code_wrap{
	text-align:center;
	padding-top:50px;
	width:280px;
	margin:0 auto;
	position:relative;
}
.code_Img{
	position:relative;
	width:190px;
	height:190px;
	border:1px solid #619BED;
	margin:0 auto;
	margin-bottom:50px;
}
.code_Img:after{
	content:"";
	display:inline-block;
	background: #619BED;
	width:34px;
	height:4px;
	position:absolute;
	top:214px;
	left:50%;
	margin-left:-17px;
}
.code_Img>img{
	width:100%;
	height:100%;
}
.code_wrap>p.p_code{
	font-size: 16px;
    color: #3C4055;
    line-height: 24px;
	padding-bottom:70px;
}
.code_wrap>p.expand_num{
	text-align:left;
	text-indent:60px;
	font-size: 16px;
    color: #3C4055;
    line-height: 24px;
}
.roll{
	margin-top:50px;
}
.roll>h3{
	text-align:center;
	padding-bottom:15px;
	font-size: 14px;
    color: #3C4055;
    line-height: 24px;
}
.roll_th{
	overflow:hidden;
	padding-bottom:15px;
}
.roll_th>span{
	float:left;
	text-align:center;
	display:block;
	width:33.3%;
	font-size: 14px;
    color: #868BA1;
}
.roll_td li>span{
	float:left;
	text-align:center;
	display:block;
	width:33.3%;
	font-size: 14px;
    color: #3C4055;
	padding-bottom:8px;
}

.coupon_list{
	margin-right:-70px;
}
.coupon_list li{
	float:left;
	margin-right:70px;
	margin-bottom:24px;
}
.coupon_box{
	background:url(../images/P6_9/Group%2024.png) center no-repeat;
	width:378px;
	height:120px;
	overflow:hidden;
}
.past_list .coupon_box{
	background:url(../images/P6_9/Group%2020.png) center no-repeat;
}
.coupon_lt{
	width:130px;
	padding:20px 0;
	text-align:center;
}
.coupon_lt>h3{
	font-size: 28px;
    color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}
.coupon_lt>p{
	font-size: 16px;
    color: #FFFFFF;
}
.coupon_rt{
	padding:15px;
	width:216px;
}
.coupon_rt>h3{
	font-size: 16px;
    color: #655252;
	padding-bottom:12px;
}
.coupon_rt>p{
	font-size: 12px;
    color: #999999;
}
.coup_tm{
	padding-top:30px;
	padding-right:10px;
}
.coupon_wrap .coupon_list{
	display:none;
}
.coupon_wrap .coupon_list.active{
	display:block;
}
.grade_wrap{
	padding-bottom:80px;
	background:#fff;
}
.grade_Box{
	background:url(../images/P6_9/Group_19.png) center no-repeat;
	width:239px;
	height:152px;
	margin:0 auto;
	margin-bottom:32px;
	text-align:center;
}
.grade_Box>h3{
	padding-top:30px;
	font-size: 36px;
    color: #FFFFFF;
	padding-bottom:12px;
}
.grade_Box>p{
	font-size: 14px;
    color: #FFFFFF;
}
.grade_list li{
	height:60px;
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
	padding:0 60px;
	overflow: hidden;
}
.record_div{
	padding:10px 0;
}
.record_div>h3{
	font-size: 16px;
    color: #333333;
	padding-bottom:5px;
}
.record_div>p{
	font-size: 12px;
    color: #999999;
}
.grade_list li>span{
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size: 18px;
}
.pt10{
	padding-top:10px;
}
.bank_card{
	position:relative;
    width: 368px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
	padding-right:30px;
}
.bank_card span{
	display:block;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font-size: 14px;
    color: #333333;
}
.bank_card.select_wrap select{
	height: 30px;
}
.icont_next{
	background:url(../images/P6_9/Group%2028.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:14px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}

/*我的银行卡*/
.bank_list{
	padding-top:10px;
	padding-bottom:135px;
	width:550px;
}
.bank_list li{
	overflow:hidden;
	margin-bottom:20px;	
}
.bank_list li span.bank_1{
	display:inline-block;
	width:80px;
	font-size: 14px;
    color: #666666;
	margin-right:50px;
	height:32px;
	line-height:32px;
	
}
.bank_list li span.bank_2{
	display:inline-block;
	height:32px;
	line-height:32px;
}
.bank_list li span.blue_Btn{
	cursor:pointer;
}

.bank_th{
	margin-bottom:30px;
}
.bank_th li{
	float:left;
	width:50%;
	text-align:center;
	font-size:20px;
	color:#666;
	cursor:pointer;
	height:60px;
	line-height:60px;
	position:relative;
}
.bank_th li.active{
	color:#4979FF;
	color:#333;
}
.bank_th li.active:after{
	content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #4979FF;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
}
.bank_popup .popup_case{
	width:738px;
	height:606px;
	margin:-303px 0 0 -369px;
}
.popup_Box{
	position:relative;
	padding:20px 116px;
}
.bank_wrap .bank_item{
	display:none;
}
.bank_wrap .bank_item.active{
	display:block;
}
.popup_Box .inform_list>span{
	height:60px;
	line-height:60px;
	font-size: 16px;
    color: #2A2A2A;
}
.popup_Box .inform_rt input.inf_text{
	height:60px;
	line-height:60px;
}
.popup_Box .bind_Btn {
	margin-top:100px;
}
.popup_Box .inform_select.select_wrap{
	height:58px;
}
.popup_Box .inform_select.select_wrap .select_text{
	height:60px;
	line-height:60px;
}
.popup_Box .inform_select.select_wrap select{
	height:58px;
	
}
.select_span{
	display:inline-block;
	margin-right:10px;
	height:32px;
	line-height:32px;
	font-size: 14px;
    color: #333333;
}
.coupon_table{
	padding-bottom:80px;
	background: #FFFFFF;
}
.coupon_table table tr th{
	font-weight:normal;
	height:40px;
	border-bottom:1px solid #E0E6F3;
	font-size: 14px;
    color: #999999;
}
.coupon_table table tr td{
	text-align:center;
	padding:20px 0;
	font-size: 16px;
    color: #666;
	border-bottom:1px solid #E0E6F3;
}

/*帖子详情*/
.model_lt{
	width:900px;
	background:#fff;
}
.model_rt{
	width:286px;
	background:#fff;
}
.post_head{
	padding:13px 32px;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.ranck{
	display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size: 14px;
	background: #FFBEE5;
    border: 1px solid #FE96D5;
    border-radius: 100px;
}
.title_top>span>a{
	margin-left:16px;
}
.icon_qq{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/P4/Group%2013.png) center no-repeat;
	width:23px;
	height:26px;
}
.icon_weixin{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/P4/Group%2014.png) center no-repeat;
	width:30px;
	height:26px;
}
.icon_weibo{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/P4/Group%2015.png) center no-repeat;
	width:30px;
	height:26px;
}
.title_cent{
	padding:20px 0 10px 0; 
	overflow:hidden
}
.title_cent>img{
	width:72px;
	height:72px;
	border-radius:50%;
}
.title_Img>img{
	width:72px;
	height:72px;
	border-radius:50%;
}
.title_cent .title_Text{
	margin-left:96px;
	margin-right:124px;
}
.title_Text>h3{
	padding-bottom:10px;
	font-size: 20px;
    color: #333333;
}
.title_Text>p{
    font-size: 14px;
	color: #666666;
}
.title_Text>p.grey{
	font-size: 14px;
    color: #999999;
	opacity:0.8;
}
.pb10{ padding-bottom:10px;}
.post_cent{
	padding:32px 40px;
	background:#fff;
	text-align:center;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.post_cent>img{
	margin-bottom:40px;
	width: 100%;
}
.post_cent>p{
	text-align:left;
	font-size: 16px;
    color: #666666;
	padding-bottom:10px;
}
.post_comment{
	padding:0 40px;
	background:#fff;
	overflow:hidden;
}
.unLogin{
	padding-top:24px;
	padding-bottom:16px;
}
.unLogin a{
	display:block;
	background: #F3F6FF;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size: 14px;
    color: #A5BBFF;
}
.Logined{
	padding-bottom:16px;
}
.Logined>p{
	font-size: 16px;
    color: #666666;
	padding-top:18px;
	padding-bottom:8px;
}
.comment_text{
	height:98px;
	border:1px solid #E0E6F3;
}
.comment_btn{
	padding:12px 0;
	font-size: 12px;
    color: #BEC1CA;
	line-height:30px;
}
.comment_List{
	padding-bottom:20px;
}
.comment_List>li{
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.comment_Div{
	padding:24px 0;
	overflow:hidden;
}
.comment_Div>img{
	width:60px;
	height:60px;
	border-radius:50%;
	float:left;
}
.comment_Int{
	margin-left:80px;
}
.comment_Int>p{
	padding-bottom:8px;
	font-size:16px;
}
.comment_Int>p.grey{
	font-size:14px;
}
.nickname{
	overflow:hidden;
	font-size: 16px;
    color: #333333;
}
.nickname>span>b{
	cursor:pointer;
}


.reply_Div{
	background: #F3F6FF;
}

.reply_list{
	padding:0 16px;
}
.reply_list>li{
	padding:16px 0;
	border-bottom: 1px solid #E0E6F3;
	overflow:hidden;
}
.reply_list>li>img{
	width:40px;
	height:40px;
	border-radius:50%;
	float:left;
}
.reply_rt{
	margin-left:48px;
}
.reply_rt>p.reply_text{
	font-size:16px;
	color: #999;
	padding-bottom:8px;
}
.reply_rt>p.reply_text .name{
	color: #333333;
}
.reply_more{
	height:40px;
	text-align:center;
	line-height:40px;
	font-size: 14px;
    color: #A5BBFF;
}
.reply_wrap{
	padding:16px;
}
.reply_wrap input.reply_Text{
	height:30px;
	line-height:30px;
	border:1px solid #E0E6F3;
	background:#fff;
	width:580px;
	text-indent:10px;
}
.h_title{
	height:60px;
	line-height:60px;
	padding:0 20px;
	font-size: 18px;
    color: #333333;
	background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.search_Box{
	padding:20px 16px;
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
	overflow:hidden;
}
.search_Box input.search_Text{
	width:194px;
	height:30px;
	line-height:30px;
	text-indent:10px;
	border: 1px solid #DCDCDC;
}
.search_Box input.search_Btn{
	width:58px;
	height:32px;
	background: #4979FF;
	color:#fff;
}
.board_ul{
	padding:5px 16px;
}
.board_ul>li{
	height:40px;
	line-height:40px;
	position:relative;
}
.board_ul>li a{
	display:block;
}
.board_ul>li a:before{
	content:"";
	display:inline-block;
	width:2px;
	height:2px;
	background:#4979FF;
	margin-right:4px;
	vertical-align:middle;
}

.popup_Div{
	padding:40px 105px;
}
.Report_wrap>h3{
	font-size: 20px;
    color: #333333;
	text-align:center;
	padding-bottom:40px;
}
.report_check{
	margin-left:150px;
}
.report_check li{
	width:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	font-size: 14px;
    color: #666666;
}
.Report_wrap .resText textarea{
	height:150px;
}
.Report_wrap .resItem>span{
	height:30px;
	line-height:30px;
}
.repRt{
	margin-left:120px;
}
.repRt .upload_ul li{
	width:100px;
	height:100px;
}
.repRt .uploading{
	width: 100px;
    height: 100px;
    background:url(../images/P5/Group%2015.png) no-repeat;
}
.repRt .uploading_Div{
	height:120px;
}
.borad_head .title_Img>img{
	width:94px;
	height:94px;
}
.borad_head .title_cent .title_Text{
    margin-left: 126px;
}
.board_Tab{
	height:80px;
	background: #FFFFFF;
    box-shadow:  inset 0 -1px 0 0 #E0E6F3;
	text-align:center;
}
.board_Tab>a{
	height:80px;
	line-height:80px;
	position:relative;
	display:inline-block;
	padding:0 40px;
	font-size: 18px;
    color: #4979FF;
	opacity:0.8;
}
.board_Tab>a.active:after{
	content:"";
	display:inline-block;
	width:30px;
	height:2px;
	background:#4979FF;
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-15px;
}
.board_Tab>a.active{
	opacity:1;
}
.invita_list{
	padding:0 32px;
}
.invita_list>li{
	box-shadow: inset 0 -1px 0 0 #E0E6F3;
}
.invita_Div{
	padding:20px 0;
}
.invita_lt{
	width:600px;
}
.invita_Img>img{
	 width:60px;
	 height:60px;
	border-radius:50%;
}
.invita_Btn>span{
	display:inline-block;
}
.invita_Text{
	margin-left:92px;
}
.invita_Text>h3{
	font-size: 16px;
    color: #333333;
	padding-bottom:10px;
	padding-top:6px;
}
.invita_Text>p{
	opacity: 0.8;
    font-size: 14px;
    color: #999999;
}
.invita_Btn{
	padding-top:14px;
}
.invita_Int{
	padding:18px 32px;
	padding-bottom:34px;
}
.invita_ul li{
	float:left;
	margin-right:56px;
	height:32px;
	line-height:32px;
}
.invita_ul li a{
	display:block;
	font-size: 14px;
    color: #999999;
}
.invita_ul li.active a{
	color:#4979FF;
}
.publish_Btn{
	width:138px;
	height:30px;
	line-height:32px;
	color:#4979FF;
	border: 1px solid #4979FF;
	text-align:center;
	cursor:pointer;
}
.i_essay{
	background:url(../images/P4/Group%206.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
	margin-top:-3px;
	margin-right:5px;
}

.invita_wrap{
	padding:24px 32px;
}
.invita_wrap>h3{
	font-size: 20px;
    color: #333333;
	padding-bottom:8px;
}
.invita_wrap>p{
	font-size: 14px;
    color: #999999;
	padding-bottom:8px;
}
.Title_item{
	border: 1px solid #E0E6F3;
	margin-bottom:17px;
}
.Title_item input{
	height:30px;
	line-height:30px;
	text-indent:10px;
	width:100%;
}
.Article_item{
	height:360px;
	border: 1px solid #E0E6F3;
}
.btn_item{
	padding:32px 10px;
}
/*-----add_style-------*/
.popup_rent .popup_case{
	border-radius:10px;
	width:320px;
	height:200px;
	margin:-100px 0 0 -160px;
}
.select_rent{
	padding:10px 40px;
	height:130px;
	width:300px;
}
.rent_ul>li{
	padding:6px 0;
}
.rent_ul li.active .i_check{
	background:url(../images/P6/Group%2021.png) no-repeat;
}
.popup_look .popup_case{
	border-radius:10px;
	width:400px;
	height:200px;
	margin:-100px 0 0 -200px;
}
.select_look{
	padding:20px 40px;
}
.select_look>p{
	padding-bottom:6px;
	color:#666;
}
/*add-style*/
.Logistics .popup_case{
	width:632px;
	height:606px;
	margin:-303px 0 0 -316px;
}
.LogistBox{
	padding:18px 140px;
}
.LogistBox>h3{
	font-size: 20px;
	color: #333333;
	text-align:center;
	padding:10px 0;
}
.LogistBox p.loginform{
	font-size: 16px;
	color: #666666;
	padding:10px 0;
}
.LogistBox p.loginform span.mr30{
	margin-right:30px;
}
.LogistBox p.logtitle{
	font-size: 16px;
	color: #424242;
	padding:10px 0;
}

.logTimer{
	overflow-y:auto;
	height:400px;
}
.timer_list{
	margin-top:35px;
	padding-left:25px;;
	overflow:hidden;
	position:relative;
}
.timer_list:before{
	content:"";
	display:inline-block;
	border: 1px solid #D8D8D8;
	height:100%;
	background: #D8D8D8;
	position:absolute;
	left:8px;
}
.timer_list li{
	background: #FFFFFF;
	margin-bottom:52px;
	position:relative;
	font-size: 12px;
	color: #666666;
}
.timer_list li.active,.timer_list li:first-child{
	color: #FF8E8E;
}
.timer_list li:before{
	content:"";
	background:url(../images/Group106.png) no-repeat;
	width:14px;
	height:14px;
	display:inline-block;
	position:absolute;
	left:-23px;
}
.timer_list li.active:before{
	background:url(../images/Group105.png) no-repeat;
	width:18px;
	height:18px;
	left:-25px;
}