/*个人注册页*/
.registerd {
	width: 100%;
	height: 800px;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	position: relative;
}

.registerd .box {
	margin: 0 auto;
	position: relative;
}

/*个人注册成功*/
.registerd-successful-box {
	text-align: center;
}

.registerd-successful-box h3 {
	color: #00B48B;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

.registerd-successful-box img {
	padding: 48px 0 26px 0;
}

.registerd-successful-box a {
	margin: 0 auto;
}

.registerd-successful-box p {
	color: #00B48B;
	width: 210px;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto 30px auto;
	font-weight: bold;
}


/*个人登录*/
.login .log-register {
	margin-top: -5px;
}

.login a.forget {
	/* padding-right: 55px; */
	color: #00B48B;
}

.login .text {
	top: 240px;
	left: 20px;
}

.login .text h1 {
	font-size: 36px;
	padding-bottom: 20px;
}

.login .text h1 span {
	font-size: 64px;
}

.login .text p {
	line-height: 80px;
	font-size: 22px;
}


/*个人用户找回密码*/

.retrieve-password .registerd-box {
	padding-top: 0;
	padding-bottom: 20px;
	left: 50%;
	margin-left: -190px;
}

.retrieve-password .registerd-box h3 {
	color: #00B48B;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}


/*个人用户找回密码成功*/

.registerd p.jump {
	font-size: 12px;
	line-height: 0;
	margin-top: -15px;
	color: #CCCCCC;
}

.registerd p.jump span {
	color: #00B48B;
	padding: 0 5px;
}


/*个人中心*/

.center_content.circle-content {
	padding-bottom: 20px;
}

.center_content .introduction h1 .editor {
	font-weight: normal;
	font-size: 16px;
	color: #00B48B;
	float: right;
}

.center_content .introduction h1 .editor .editor-img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	right: 5px;
}

.center_content .introduction h2 {
	padding-bottom: 10px;
}

.center_content .introduction p {
	padding-bottom: 10px;
	font-size: 15px;
}

.center_content .introduction p img {
	width: 20px;
	height: 20px;
	top: 3px;
}

.center_content .introduction .bottom {
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
}

.center_content .introduction .bottom a {
	display: inline-block;
	width: 385px;
	text-align: center;
	margin: 10px 0;
	color: #000000;
}

.center_content .introduction .bottom a:first-child{
	border-right: 1px solid #DCDCDC;
}


/*列表*/

.center_content .lists {
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
	padding: 0 50px 0 95px;
}

.center_content .lists ul li {
	position: relative;
	height: 62px;
	border-top: 1px solid #EEEEEE;
	line-height: 62px;
	font-size: 16px;
}

.center_content .lists ul li a {
	display: block;
	color: #000000;
}

.center_content .lists ul li:nth-child(1) {
	border-top: 1px;
}

.center_content .lists ul li img {
	position: relative;
	top: 5px;
	padding-right: 30px;
}
.center_content .lists ul li .red-dot {
	position: absolute;
    top: 18px;
    left: 17px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    z-index: 99;
}

.center_content .lists ul li .right-a {
	width: 22px;
	float: right;
	right: -20px;
	padding-top: 15px;
}

/*退出登录*/
.center_content .log-out {
	line-height: 80px;
	border-radius: 10px;
	background: #FFFFFF;
	margin-top: 30px;
	text-align: center;
}

.center_content .log-out a {
	color: #ff2a2d;
	font-size: 18px;
}

/*个人中心-修改密码*/
.change-password-content{
	padding-bottom: 400px;
}
.change-password{
	background: #f7f9f8;
	border-radius: 5px;
	padding-top: 50px;
}
.change-password .password{
	width: 400px;
	margin: 0 auto 30px auto;
}
.change-password .password span{
	float: left;
	width: 100px;
	line-height: 40px;
	text-align: right;
}
.change-password .password input{
	float: left;
	width: 288px;
	line-height: 38px;
	height: 38px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding-left: 10px;
	color: #999;
}
.change-password .password-btn{
	width: 250px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}
.change-password .password-btn a{
	float: left;
	width: 118px;
	line-height: 38px;
	border: 1px solid #DDDDDD;
	color: #999;
	text-align: center;
	background: #FFFFFF;
	border-radius: 10px;
	margin-left: 10px;
}
.change-password .password-btn a.nth-child-1{
	margin-left: 0;
}
.change-password .password-btn a.btn-on{
	background: #00B48B;
	border: 1px solid #00B48B;
	color: #FFFFFF;
}

/*弹出密码修改成功*/
.tc-success .password-box{
	width: 400px;
	height: 250px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -200px;
	text-align: center;
}
.tc-success .password-box h2{
	padding: 50px 0 20px 0;
	font-size: 18px;
}
.tc-success .password-box p{
	font-size: 14px;
}
.tc-success .password-box p span{
	color: #00B48B;
	padding: 0 5px;
}
.tc-success .password-box p.text{
	font-size: 15px;
	color: #00B48B;
}
.tc-success .password-box .success{
	width: 35px;
	height: 35px;
	padding: 30px 0 20px 0;
}
/*个人中心-修改绑定*/
.bind-content{
	padding-bottom: 500px;
}
.bind-content ul li{
	line-height: 105px;
	height: 105px;
	background: #f7f9f8;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
.bind-content ul li:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bind-content ul li:last-child{
	border-bottom: 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bind-content ul li img{
	padding: 0 30px 0 40px;
	position: relative;
	top: 15px;
}
.bind-content ul li span{
	padding-right: 90px;
}
.bind-content ul li .advice{
	font-size: 14px;
	color: #FFCC99;
	margin-left: -32px;
}
.bind-content ul li a{
	position: absolute;
	right: 25px;
	top: 0;
	color: #00B48B;
	cursor: pointer;
}
.bind-content p{
	font-size: 14px;
	padding-top: 20px;
}
.bind-content p span{
	color: #00B48B;
}
.bind-content p img{
	padding: 0 10px 0 20px;
	position: relative;
	top: 2px;
}
/*弹出修改手机*/
.modify-box{
	width: 750px;
	height: 416px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -208px 0 0 -375px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}
.modify-box h2{
	font-size: 18px;
	padding: 30px 0 10px 0;
}
.modify-box h3{
	padding-bottom: 20px;
}
.modify-box .box{
	width: 502px;
	margin: 0 auto 30px auto;
}
.modify-box .box span.text{
	width: 90px;
	text-align: right;
	line-height: 40px;
	padding-right: 5px;
}
.modify-box .box .input{
	width: 400px;
	position: relative;
}
.modify-box .box .input input{
	line-height: 40px;
	height: 40px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #999;
}
.modify-box .box .input input.phone-input{
	width: 240px;
	padding-left: 160px;
}
.modify-box .box .input .phone-list{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	padding-left: 15px;
}
.modify-box .box .input .phone-list img{
	position: relative;
	padding-left: 10px;
	top: 10px;
	cursor: pointer;
}
.modify-box .box .input input.email-input{
	width: 245px;
	padding-left: 15px;
}
.modify-box .box .input .verification-code{
	display: inline-block;
	width: 120px;
	line-height: 40px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}
.modify-box .box .input .image-code{
	width: 100px;
	height: 42px;
}
.modify-box .margin{
	padding-top: 20px;
}
.modify-box .box .input input.padding{
	width: 385px;
    padding-left: 15px;
}
/*弹出修改密码*/
.tc-change-password .password-box{
	width: 750px;
	height: 416px;
	margin: -208px 0 0 -375px;
}
.tc-change-password .password-box h2{
	font-size: 18px;
    padding: 50px 0 15px 0;
    text-align: center;
}
.tc-change-password .password-box h3 {
	padding-bottom: 20px;
	text-align: center;
}
.tc-change-password .password-box .password{
	padding-bottom: 30px;
	width: 502px;
	margin: 0 auto;
}
.tc-change-password .password-box .title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.tc-change-password .password-box input{
	float: left;
    width: 380px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 0 10px;
    color: #999;
}
    
/*个人中心-消息中心*/
.message-content .message-nav{
	padding-bottom: 10px;
}
.message-content .message-nav a{
	border-left: 1px solid #E3E3E3;
}
.message-content .message-nav span{
	position: relative;
	padding: 0 25px;
	border-left: 1px solid #E3E3E3;
	color: #999;
	cursor: pointer;
}
.message-content .message-nav .unread {
	position: absolute;
	top: -2px;
	right: 8px;
	min-width: 12px;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	line-height: 12px;
	border-radius: 50%;
	background-color: red;
	color: #fff;
	z-index: 99;
}
.message-content .message-nav .icon-dot {
	position: absolute;
	top: 3px;
	right: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: red;
}
.message-content .message-nav #inboxes{
	border-left: 1px solid #FFFFFF;
}
.message-content .message-nav span.on{
	color: #00B48B;
}
.message-content .message-nav span:first-child,
.message-content .message-nav a:first-child{
	border-left: 0;
}
#message_tab .tab-nav{
	line-height: 60px;
	color: #FFFFFF;
	background: #00B48B;
}
#message_tab .tab-nav span,
.message_tab .tab-nav span,
#tab_inboxes .tab-nav span,
#tab_inboxes .tab-list li span,
#tab_direct_messages .tab-list li span,
#tab_audit .tab-list li span,
#tab_invitation .tab-list li span,
#tab_message .tab-list li span
{
	display: inline-block;
	width: 290px;
	text-align: center;
}
.message-tab .tab-list li{
	border-bottom: 1px solid #EEEEEE;
}
.message-tab .tab-list li span{
	float: left;
	line-height: 70px;
}
.message-tab .tab-list li span a{
	display: inline-block;
	width: 78px;
	line-height: 30px;
	border: 1px solid #DDDDDD;
	text-align: center;
	color: #999;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
}
.message-tab .tab-list li span a.btn-on{
	color: #FFFFFF;
	background: #00B48B;
	border: 1px;
}
/*提醒*/
#tab_remind .tab-nav{
	display: block;
}
#tab_remind .nav-theme{
	padding-left: 150px;
}
#tab_remind .nav-time{
	padding-right: 50px;
}
#tab_remind .tab-list li{
	display: block;
	padding: 20px 0;
}
#tab_remind .tab-list li span.color{
	color: #999;
	padding:0 60px 0 5px;
}
.tab-list .company-logo{
	width: 74px;
	height: 74px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin: 0 20px;
}
#tab_remind .tab-list h3{
	padding: 5px 0 15px 0;
	font-size: 18px;
}
#tab_remind .tab-list p{
	height: 0;
	color: #999;
}
#tab_remind .tab-list li span.fr{
	float: right;
}
#tab_remind .tab-list li span.fr span{
	float: none;
	display: inline;
}
#tab_remind .tab-list p span{
	float: none;
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #DDDDDD;
	font-size: 15px;
	line-height: 20px;
}
#tab_remind .tab-list p span.nth-child-1{
	border-left: 0;
	padding-left: 0;
}
#tab_invitation .tab-list .refused{
	display: inline-block;
	width: 78px;
	line-height: 30px;
	background: #DDDDDD;
	text-align: center;
	color: #999;
	border-radius: 5px;
	font-size: 14px;
	margin: 20px 0 0 110px;
}
/*弹出回复窗口*/
.reply{
	width: 375px;
	height: 580px;
	background: #f4f6f5;
	padding: 10px 10px;
	position: fixed;
	right: 120px;
	top: 50%;
	margin-top: -300px;
}
.reply .top-box{
	width: 375px;
	height: 90px;
	border-bottom: 2px solid #00B48B;
	border-radius: 5px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 14px;
}
.reply .top-box .close{
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.reply .bottom-box{
	width: 375px;
	height: 475px;
	border-radius: 8px;
	background: #FFFFFF;
}
.reply .top-box .head-portrait{
	width: 72px;
	height: 72px;
	padding: 10px 10px 0 10px; 
}
.reply .top-box .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.reply .top-box .right{
	font-size: 14px;
}
.reply .top-box .right h3{
	padding-top: 14px;
	font-size: 15px;
}
.reply .top-box .right p{
	padding: 5px 5px 5px 0;
}
.reply .top-box .right p img{
	padding-right: 10px;
}
.reply .top-box .right a{
	color: #00B48B;
}
/*聊天记录*/
.reply .bottom-box .chat{
	padding: 0 15px;
	width: 345px;
	height: 360px;
	border-bottom: 2px solid #f4f6f5;
	overflow: auto;
	position: relative;
}
.bottom-box .historical-time{
	text-align: center;
	font-size: 12px;
	padding: 20px 0 20px 0;
}
.reply .bottom-box .historical-record{
	color: #00B48B;
	text-align: center;
	cursor: pointer;
}
.reply .bottom-box .time{
	display: block;
	padding-top: 15px;
}
.bottom-box .chat .other,
.bottom-box .chat .me{
	position: relative;
	padding-bottom: 20px;
}
.bottom-box .chat .other p,
.bottom-box .chat .me p{
	display: inline-block;
	font-size: 14px;
	background: #f4f6f5;
	border-radius: 10px;
	padding: 10px 12px 20px 12px;
	line-height: 24px;
}
.bottom-box .chat .other .other-img{
	position: absolute;
	top: 0;
	left: -15px;
}
.bottom-box .chat .me .me-img{
	position: absolute;
	top: 0;
	right: -15px;
}

/*底部输入框*/
.bottom-box .input{
	padding: 5px 15px 0 15px;
	font-size: 12px;
	color: #b2b2b2;
}
.bottom-box .input .expression-history img{
	width: 18px;
	height: 18px;
}
.bottom-box .input .expression-history img.expression{
	margin-top: 4px;
	cursor: pointer;
}
.bottom-box .input .expression-history span{
	cursor: pointer;
}
.bottom-box .input .expression-history span img{
	position: relative;
	top: 4px;
	padding-right: 5px;
}
.bottom-box .input textarea{
	width: 345px;
	height: 45px;
	line-height: 20px;
	padding-top: 8px;
	color: #bbbbbb;
	font-size: 12px;
}
.bottom-box .btn span{
	display: block;
	width: 70px;
	height: 22px;
	line-height: 22px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	margin-right: 15px;
	cursor: pointer;
}
/*个人中心-消息中心2(改)*/
.message-content .message-tab{
	width: 1198px;
}
.message-content .message-tab .divider{
	width: 100%;
	height: 20px;
	background: #00B48B;
}
.message-content .message-tab .tab-nav{
	height: 49px;
	line-height: 49px;
	background: #f4f7fa;
	border-bottom: 1px solid #E4E4E4;
	font-size: 15px;
	color: #999999;
}
.message-content .message-tab .tab-nav span{
	display: inline-block;
	width: 110px;
	cursor: pointer;
	margin-left: -1px;
	text-align: center;
}
.message-content .message-tab .tab-nav .nav-on{
	background: #FFFFFF;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #FFFFFF;
	color: #00B48B;
}
.message-tab .tab-content .lists{
	padding: 0 30px 20px 30px;
}
.message-tab .tab-content .lists i {
	vertical-align: middle;
}
.message-tab .tab-content .lists li{
	min-height: 110px;
	padding: 0 10px 15px 10px;
	border-bottom: 1px dashed #E4E4E4;
	position: relative;
}
.message-tab .tab-content .lists .view-list {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.message-tab .tab-content .view-list .view-text {
	display: inline-block;
	line-height: 20px;
	padding-left: 20px;
	cursor: pointer;
	color: #888;
}
.message-tab .tab-content .view-list .unread {
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	line-height: 18px;
	margin-left: 10px;
	background-color: red;
}
.message-tab .tab-content .view-list .ico-like {
	background: url(../images/good_on.png) no-repeat;
	background-size: auto 17px;
}
.message-tab .tab-content .view-list .ico-download {
	background: url(../images/icon_download.png) no-repeat;
	background-size: auto 17px;
}
.message-tab .tab-content .lists li img {
	width: auto;
    height: 20px;
    vertical-align: middle;
}
.message-tab .tab-content .lists li .left h3{
	padding: 30px 0 20px 0;
}
.message-tab .tab-content .lists li .left h3 a{
	font-size: 18px;
	color: #000000;
}
.message-tab .tab-content .lists li .left .time{
	font-size: 14px;
	color: #999;
	padding-left: 20px;
}
.message-tab .tab-content .left .requirements span:first-child{
	color: #00B48B;
	border-left: 1px;
	padding-left: 0;
}
.message-tab .tab-content .left .requirements span,
.tab-content .right .company-box .situation span{
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding: 0 15px;
	border-left: 1px solid #6B6B6B;
	color: #6B6B6B;
}
.message-tab .tab-content .left .head-portrait{
	padding-top: 30px;
}
.message-tab .tab-content .left .text{
	line-height: 55px;
	padding-top: 30px;
}
.message-tab .tab-content .left .text a{
	color: #00B48B;
	margin: 0 5px;
}
.message-tab .tab-content .left .text .color{
	color: #000;
	margin: 0 15px 0 0;
}
.message-tab .tab-content .right{
	width: 350px;
	height: 85px;
	padding: 30px 0 0 0;
	position: relative;
}
.message-tab .tab-content .right:hover .company{
	display: none;
}
.message-tab .tab-content .right:hover .btn-box{
	display: block;
}
.message-tab .tab-content .head-portrait{
	width: 50px;
	height: 50px;
	margin: 5px 15px 0 0;
	position: relative;
}
.message-tab .tab-content .head-portrait i{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.message-tab .tab-content .head-portrait .boy{
	background: url(../images/boy_white.png) no-repeat center center #00B48B;
	background-size:  12px auto;
}
.message-tab .tab-content .head-portrait .girl{
	background: url(../images/girl_white.png) no-repeat center center #F01AFF;
	background-size:  12px auto;
}
.message-tab .tab-content .head-portrait img{
	width: 100%;
	height: 100%;
}
.message-tab .tab-content .left .head-portrait img{
	border-radius: 50%;
}
.tab-content .right .company-box h3{
	font-size: 15px;
	margin-bottom: 20px;
}
.tab-content .right .company-box h3 a{
	color: #000000;
}
.tab-content .right .company-box .situation span:first-child{
	border-left: 1px;
	padding-left: 0;
}
.tab-content .right .company{
	background: #FFFFFF;
}
.tab-content .right .btn-box{
	width: 180px;
	background: #FFFFFF;
	position: absolute;
	top: 42px;
	right: 20px;
	/*z-index: -99;*/
}
.tab-content .btn-box span{
	float: left;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	text-align: center;
	color: #999;
	font-size: 15px;
	margin-left: 15px;
	cursor: pointer;
	background: #FFFFFF;
}
.tab-content .btn-box span:first-child{
	margin-left: 0;
}
.tab-content .btn-box .bt-refuse:hover{
	border: 1px solid #00B48B;
	color: #00B48B;
}
.tab-content .btn-box .bt-on{
	background: #00B48B;
	border: 1px solid #00B48B;
	color: #FFFFFF;
}
.message-content .all-selected{
	padding-left: 40px;
}
.message-content input[type=checkbox] + label{
	width: 14px;
	height: 14px;
	background-size: 14px auto; 
}
.message-content .all-selected .text{
	font-size: 15px;
	line-height: 15px;
	position: relative;
	top: 1px;
}
.message-tab .tab-content .top{
	min-height: 75px;
}
.message-tab .tab-content .top .all-selected{
	padding-top: 38px;
}
.message-tab .tab-content .top .btn-box{
	padding: 30px 0 0 50px;	
}
.message-content .lists li .selected-box{
	position: absolute;
	top: 32px;
	left: 10px;
}
.message-tab .JobOffer .Job-lists li{
	height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    color: #999;
}
.message-tab .JobOffer .Job-lists li span{
	float: left;
	text-align: left;
	height: 75px;
	padding-left: 3%;
}
.message-tab .JobOffer .Job-lists li .one,
.message-tab .JobOffer .Job-lists li .four,
.message-tab .JobOffer .Job-lists li .five{
	width: 10%;
}
.message-tab .JobOffer .Job-lists li .tow{
	width: 38%;
}
.message-tab .JobOffer .Job-lists li .three{
	width: 17%;
}
.message-tab .JobOffer .Job-lists li a.has{
	display: inline-block;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #999;
    background: #cccccc;
    border-radius: 5px;
}
.message-tab .JobOffer .Job-lists li a.stay{
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    background: #00B48B;
    border-radius: 5px;
}

/*个人中心-我的分享奖励（我的收益）*/
.reward-content h2{
	line-height: 60px;
	padding-left: 20px;
	color: #00B48B;
	background: #eaf9f4;
}
.reward-content h2 a{
	font-size: 14px;
	margin-right: 20px;
	color: #00B48B;
}
/*推荐注册*/
.reward-content .recommend-register .top{
	line-height: 140px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.reward-content .recommend-register .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_mark.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 10px;
	right: 20px;
}
.reward-content .recommend-register .top span.color-green{
	color: #00B48B;
	padding: 0 5px;
}
.reward-content .recommend-register .top span.color-red{
	color: red;
	padding: 0 5px;
}
.reward-content .recommend-register .top span a{
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}
.recommend-register .top .invitation{
	padding: 0 200px 0 125px;
}
.recommend-register .top .withdrawal{
	display: inline-block;
	padding-right: 100px;
}
.recommend-register .top .withdrawal .btn{
	display: inline-block;
	font-size: 15px;
	width: 120px;
	line-height: 40px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	margin: 0 20px;
}
.recommend-register .top .withdrawal a{
	color: #000000;
}
.recommend-register .top .withdrawal span{
	font-size: 14px;
	color: #00B48B;
	cursor: pointer;
}
.recommend-register .bottom{
	margin: 20px 0 25px 0;
	height: 125px;
	padding-top: 30px;
	background: #eaf9f4;
}
.recommend-register .bottom p.fl{
	line-height: 40px;
	padding: 0 0 0 120px;
}
.recommend-register .bottom p input{
	width: 545px;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	background: #fff;
	border-radius: 5px;
	margin-left: 15px;
}
.recommend-register .bottom .bottom-right{
	display: inline-block;
	padding-left: 75px;
}
.recommend-register .bottom .bottom-right p{
	font-size: 15px;
}
.recommend-register .bottom .bottom-right p span{
	display: inline-block;
	width: 80px;
	line-height: 40px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	margin-right: 30px;
	cursor: pointer;
}
.recommend-register .bottom .right-bottom{
	padding-top: 20px;
}
.recommend-register .bottom .right-bottom a{
	display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-image: url(../images/share.png);
    background-repeat: no-repeat;
    margin-left: 5px;
}
.recommend-register .bottom .right-bottom a.nth-child-2{
	background-position: -43px 0;
}
.recommend-register .bottom .right-bottom a.nth-child-3{
	background-position: -86px 0;
}
.recommend-register .bottom .right-bottom a.nth-child-4{
	background-position: -130px 0;
}
/*提成明细*/
.reward-content .commission-subsidiary h3{
	line-height: 50px;
	background: #00B48D;
}
.reward-content .commission-subsidiary h3 span{
	color: #FFFFFF;
}
.commission-subsidiary .subsidiary-list li{
	height: 50px;
	line-height: 50px;
	border: 1px solid #eafbf5;
	margin-top: -1px;
}
.commission-subsidiary .subsidiary-list li span,
.reward-content .commission-subsidiary h3 span{
	display: inline-block;
	width: 290px;
	text-align: center;
}
/*个人中心>我的分享奖励>邀请成员列表*/
.invitation-content .team li{
	float: left;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: -1px;
	padding-left:25px;
}

.invitation-content .team li .head-portrait{
	width: 80px;
	height: 80px;
	padding: 20px 20px 20px 0;
}
.invitation-content .team li .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.invitation-content .team li .information h3{
	padding: 35px 0 15px 0;
}
.invitation-content .team .color-green{
	color: #00B48B;
}
.invitation-content .team li .information p{
	font-size: 14px;
	color: #767676;
}
.invitation-content .team li .resume-number{
	line-height: 122px;
	color: #767676;
	padding-right: 35px;
}
.invitation-content .team li .members{
	margin-left: 40px;
}
.invitation-content .team li .members li{
	padding: 0;	
}
.invitation-content .team li .members li.last-child{
	border: 0px;
}
.invitation-content .team li .members li:last-child{
	border: 0px;
}
/*个人中心-我的评论*/
.invitation-content h2{
	margin-bottom: 10px;
}
.invitation-content h2 span{
	padding: 0 20px;
	color: #757575;
	border-left: 1px solid #DDDDDD;
	cursor: pointer;
}
.invitation-content h2 a:first-child span,
.invitation-content h2 #company_me{
	border-left: 1px solid #FFFFFF;
}
.invitation-content h2 span.color-green{
	color: #00B48B;
}
.invitation-content .evaluation-tab ul li{
	float: left;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: -1px;
	padding: 25px 20px 15px 20px;
	position: relative;
}
.invitation-content .evaluation-tab li .expression {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.invitation-content .evaluation-tab .head-portrait{
	width: 80px;
	height: 80px;
}
.invitation-content .evaluation-tab .head-portrait img{
	width: 100%;
	height: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
}
.invitation-content .evaluation-tab .left span{
	display: block;
	padding-top: 10px;
	color: #757575;
	width: 80px;
	text-align: center;
}
.invitation-content .evaluation-tab .right{
	padding-left: 20px;
	width: 1050px;
}
.invitation-content .evaluation-tab .right img {
    height: 20px;
    vertical-align: middle;
}
.invitation-content a{
	color: #000000;
}
.invitation-content .evaluation-tab .right h3{
	font-size: 18px;
	font-weight: bold;
}
.invitation-content .evaluation-tab .right .head{
	height: 40px;
}
.invitation-content .evaluation-tab .md-star-box{
	padding: 10px 0 0 0;
}
.evaluation-tab .right .score span{
	font-size: 18px;
}
.evaluation-tab .right .score{
	margin-top: 10px;
	position: relative;
}
.evaluation-tab .right .score .score-img{
	display: inline-block;
	width: 112px;
	height: 20px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	margin: 0 5px;
	position: absolute;
	top: 2px;
}
.evaluation-tab .right .score .score-text{
	padding-left: 125px;
	color: #00B48B;
}
.evaluation-tab .right .job-time{
	font-size: 14px;
	color: #757575;
	padding-bottom: 20px;
}
.evaluation-tab .right .job-time .time{
	padding-right: 50px;
}
.evaluation-tab .right .right-bottom p{
	color: #757575;
	line-height: 25px;
}
/*我对公司的评价*/
.evaluation-tab .modify-delete{
	position: absolute;
	top: 10px;
	right: 30px;
}
.evaluation-tab .modify-delete a{
	color: #00B48B;
	font-size: 14px;
	padding-left: 10px;
	cursor: pointer
}
/*个人中心-意见反馈*/
.feedback-content{
	min-height: 800px;
}
.feedback-lists .lists li{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 30px;
	margin-top: -1px;
}
.feedback-lists .lists li h2{
	font-size: 16px;
}
.feedback-lists .lists li .type-time{
	padding: 10px 0;
}
.feedback-lists .lists li .type-time p{
	font-size: 14px;
	color: #999;
}
.feedback-lists .lists li .type-time p .time{
	padding-right: 50px;
}
.feedback-lists .lists li .content{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	word-break: break-all;
}

.personal-center{
	min-height: 800px;
}
/*个人中心-我的屏蔽*/
.shielding-content .new-shielding{
	font-size: 14px;
	color: #999;
	text-align: right;
}
.shielding-content .new-shielding span{
	display: inline-block;
	font-size: 16px;
	padding-right: 20px;
	color: #00B48B;
	cursor: pointer;
}
.shielding-content .new-shielding span img{
	padding: 0 10px 0 30px;
	position: relative;
	top: 5px;
}
.shielding-content .shielding-lists .nav{
	height: 40px;
	line-height: 40px;
	background: #00b48d;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 30px 0 100px;
	margin-top: 10px;
}
/*屏蔽列表*/
.shielding-lists .lists li{
	height: 100px;
	padding: 0 20px;
	border-bottom: 1px solid #EEEEEE;
}
.shielding-lists .lists li a{
	color: #000000;
}
.shielding-lists .lists li h3{
	font-size: 16px;
	padding: 25px 0 15px 0;
}
.shielding-lists .lists li p{
	font-size: 14px;
	color: #999;
}
.shielding-lists .lists li p span{
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #999;
}
.shielding-lists .lists li p span.nth-child-1{
	border-left: 0;
	padding-left: 0;
}
.shielding-lists .lists li .delete{
	margin-top: 40px;
	color: #00B48B;
	font-size: 14px;
	cursor: pointer;
}
.shielding-lists .lists li .delete img{
	position: relative;
	top: 3px;
	padding-right: 8px;
}
/*弹出-添加屏蔽公司*/
.shielding{
	width: 776px;
	height: 498px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -388px;
}
.shielding .location{
	position: absolute;
	bottom: 30px;
	left: 275px;
}
.shielding .box{
	width: 600px;
	margin: 30px auto 0 auto;
}
.shielding .box .search{
	position: relative;
}
.shielding .box .box-list{
	height: 300px;
	overflow-y: auto;
}
.shielding .box .search input{
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	width: 583px;
	border: 1px solid #b5b5b5;
	border-radius: 8px;
}
.shielding .box .search span{
	display: block;
	width: 80px;
	height: 38px;
	cursor: pointer;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	background:url(../images/part_time02.png) no-repeat 25px 4px #00B48B;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.shielding .box .company-name{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	position: relative;
	line-height: 16px;
	height: 16px;
}
.shielding .box .company-name .checkbox-box{
	position: absolute;
	top: 0;
	left: 0;
}
.shielding .box .company-name .name{
	margin-left: 25px;
	cursor: pointer;
}
.shielding input[type=checkbox] + label{
	width: 13px;
	height: 13px;
}
.shielding input[type=checkbox]:checked + label{
	background-size: 13px auto;
}
/*弹出-确定从屏蔽中移除*/
.shield-remove{
	width: 500px;
	height: 190px;
	padding-top: 50px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -250px;
}
.shield-remove p{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}
.shield-remove .btn{
	width: 200px;
	margin: 30px auto 0 auto;
}
.shield-remove .btn span{
	width: 80px;
	height: 30px;
	line-height: 30px;
}
/*个人中心-谁看过我*/
.seenMe .new-shielding{
	padding-right: 20px;
}
.seenMe .shielding-lists .nav{
	padding-left: 20px;
}
.seenMe .shielding-lists .right p{
	text-align: right;
}
.seenMe .shielding-lists .right p.time{
	padding: 25px 0 15px 0;
}

/*企业登录注册*/
.enterprise .registerd-box{
	min-height: 250px;
	top: 230px;
}
/*我的基本资料*/
.editor-data .pd-left{
	padding-left: 100px;
}
.data-content .editor-data .data-box{
	width: 880px;
	padding-bottom: 30px;
}
.editor-data .data-box .title{
	width: 120px;
    line-height: 40px;
    text-align: right;
    padding-right: 20px;
}
.editor-data .data-box .pos-rel{
	position: relative;
}
.editor-data .data-box .abs-list{
	position: absolute;
	left: 140px;
	top: 41px;
	border: 1px solid #ddd;
    background-color: #FFFFFF;
}
.editor-data .data-box .b-width{
	width: 365px;
}
.editor-data .data-box .p{
	line-height: 40px;
}
.editor-data .data-box .drop-down-box{
	width: 355px;
}
.editor-data .data-box input[type=text]{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    width: 360px;
	padding-left: 15px;
	color: #000;
}
.editor-data .data-box .box input{
	width: 310px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.editor-data .data-box .box img.list {
    padding: 2.5px 0 2.5px 15px;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
}
.data-content .editor-data .data-box .radio .title{
	margin-left: -30px;
}
/*消息*/
.message-tab .remind .remind-lists{
    padding: 0 30px 20px 30px;	
}
.message-tab .remind .remind-lists li{
	height: 75px;
	line-height: 75px;
	border-bottom: 1px dashed #E4E4E4;
	font-size: 15px;
}
.message-tab .remind .remind-lists li h3,
.message-tab .remind .remind-lists li .time{
	width: 16%;
	display: inline-block;
	padding-left: 2%;
}
.message-tab .remind .remind-lists li p{
	width: 64%;
}
.message-tab .remind .remind-lists li h3 a{
	color: #000000;
}
.message-tab .remind .remind-lists li h3 a:hover{
	color: #00B48B;
}
.message-tab .remind .remind-lists li .time{
	color: #999;
	padding: 0;
	line-height: 75px;
}
.message-tab .tab-content .time{
	width: 200px;
    height: 85px;
    padding: 30px 0 0 0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
}
.message-tab .system-informs .message .head-portrait{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}
.system-informs .message .head-portrait img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.message-tab .system-informs .left .box,
.message-tab .audit .left .box{
	width: 700px;
}
.message-tab .tab-content  .system-informs .left .box h3,
.message-tab .tab-content .audit .left .box h3{
	font-size: 15px;
	padding: 37px 0 10px 0;
}
.message-tab .system-informs .left .box p,
.message-tab .audit .left .box p{
	font-size: 14px;
}
.message-tab .system-informs .left .box p>a{
	color: #00B48B;
}
.message-tab .system-informs .left .box h3 i{
	display: inline-block;
	width: 12px;
	height: 20px;
	padding-left: 5px;
}
.message-tab .system-informs .left .box h3 .comments,
.message-tab .audit .left .box h3 .comments{
	margin-left: 20px;
	max-width: 500px;
	line-height: 20px;
}
.message-tab .system-informs .left .box h3 .comments a,
.message-tab .audit .left .box h3 .comments a{
	font-size: 14px;
} 
.message-tab .system-informs .left .box h3 .name{
	display: inline-block;
	max-width: 160px;
}
.message-tab .system-informs .left .box h3 i img{
	width: 100%;
}
.message-tab .system-informs .left .box h4 a,
.message-tab .audit .left .box h4 a{
	font-size: 14px;
	color: #000000;
}
.message-tab .system-informs .left .box h4 a:hover{
	color: #00B48B;
}
.message-tab .tab-content .audit .time{
	padding: 0;
}
.message-tab .tab-content .JobOffer .JobLists li{
	padding: 15px 20px 15px 10px;
	border-bottom: 1px dashed #E4E4E4;
	margin: 0 30px;
}
.message-tab .tab-content .JobOffer .JobLists li h3{
	font-size: 16px;
	padding-bottom: 10px;
}
.message-tab .tab-content .JobOffer .JobLists li h3 span{
	color: #999999;
	font-size: 14px;
	padding-right: 20px;
}
.message-tab .tab-content .JobOffer .JobLists li p{
	font-size: 14px;
	line-height: 24px;
}
.message-tab .tab-content .JobOffer .JobLists li p a{
	color: #00B48B;
	padding: 0 5px;
}
.message-tab .tab-content .JobOffer .JobLists li .content{
	text-indent: 2em;
}
/*评价*/
.evaluation {
    width: 1020px;
    margin: 0 auto;
}
.points{
	padding-top: 20px;
}
.points .points-list{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.points .points-list .text{
	width: 145px;
	text-align: right;
}
.points .points-list .heart-img{
	width: 230px;
}
.points .heart-img .img{
	display: inline-block;
	width: 90px;
	height: 16px;
	background-image: url(../images/star.png);
	background-size: auto 80px;
	background-repeat: no-repeat;
	margin: 8px 10px 0 0;
}
.points .heart-img .img li{
	float: left;
	width: 20%;
	height: 16px;
	padding: 0;
	cursor: pointer;
	border: 0;
}
.points .heart-img .star_img{
	display: inline-block;
    width: 90px;
    height: 16px;
    margin: 8px 10px 0 0;
}
.points .heart-img .star_img .icon{
	float: left;
    width: 20%;
    height: 16px;
    background: url(../images/star_grey.png) no-repeat center center;
    background-size: 16px auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}
.points .heart-img .star_img .icon.on {
    background: url(../images/star_green.png) no-repeat center center;
    background-size: 16px auto;
}
.points .heart-img span.number{
	color: #00B48B;
	font-weight: bold;
	font-size: 16px;
}
.points .points-list .environment .img{
	background-position: 0 0px;
}
.points .points-list .attitude .img{
	background-position: 0 -48px;
}
.points .points-list .on-time .img{
	background-position: 0 -32px;
}
.points .points-list .welfare .img{
	background-position: 0 -16px;
}
.evaluation .comments-content{
	position: relative;
}
.evaluation .comments-content h3{
	padding: 10px 0 20px 0;
}
.evaluation .comments-content textarea{
	width: 998px;
	height: 180px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	color: #7a7a7a;
}
.evaluation .comments-content .words-num{
	width: 78px;
	height: 28px;
	border: 1px solid #DDDDDD;
	border-radius: 20px;
	text-align: center;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.evaluation .btn {
    width: 270px;
    margin: 30px auto 20px auto;
}
.evaluation .btn span {
    float: left;
    width: 120px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #a0a0a0;
    margin: 0 0 30px 10px;
    cursor: pointer;
}
.evaluation .btn span.bt-on {
    background: #00B48B;
    color: #f6fafb;
    border: 1px solid #00B48B;
}
/*我的钱包-充值*/
.payment .top-up-box{
	width: 1198px;
	height: 500px;
	border: 1px solid #DDDDDD;
	margin-top: -1px;
}
.payment .online-payment{
	width: 845px;
	margin: 50px 0 0 100px;
}
.payment .online-payment .payment-nav .item{
	float: left;
	width: 112px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	text-align: center;
	color: #00b487;
	border: 1px solid #00b487;
	cursor: pointer;
}
.payment .online-payment .payment-nav .item.on {
	background-color: #00b487;
	color: #FFFFFF;
}
.payment .online-payment .tab-content {
	width: 770px;
	min-height: 200px;
	border: 1px solid #00b487;
	margin-top: -1px;
}
/* 转账汇款 */
.payment .online-payment .transfer-remittance {
	padding: 5px 15px 10px 15px;
}
.payment .online-payment .transfer-remittance > h4 {
	font-size: 14px;
	padding: 5px 0;
}
.online-payment .transfer-remittance .p {
	font-size: 13px;
	color: #999;
	padding: 2px 0;
}
.online-payment .transfer-remittance .gathering-info {
	border: 1px dashed #ddd;
	margin: 10px 0;
	padding: 12px 20px;
	font-size: 13px;
	border-radius: 5px;
}
.transfer-remittance .gathering-info .item {
	padding: 5px 0;
	line-height: 20px;
}
.transfer-remittance .gathering-info .item-img {
	display: inline-block;
	max-width: 100px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
}
.transfer-remittance .gathering-info .item-title {
	width: 80px;
} 
/* 在线支付 */
.payment .online-payment .pay-box{
	width: 770px;
	min-height: 205px;
	background: #eaf9f4;
}
.payment .online-payment .pay-box .choose{
	padding: 36px 0 0 33px;
}
.payment .online-payment .pay-box .choose-box{
	float: left;
	width: 198px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #00b487;
	background-color: #fff;
	border-radius: 0;
	margin-right: 45px;
	background-repeat: no-repeat;
	background-position: 60px 0;
	position: relative;
	cursor: pointer;
}
.payment .online-payment .pay-box .determine{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background: #00b487;
	border-radius: 5px;
	text-align: center;
	margin: 50px auto 0 auto;
	cursor: pointer;
}
.payment .online-payment .pay-box .pay-treasure{
	background-image: url(../images/pay_treasure.png);
}
.payment .online-payment .pay-box .WeChat{
	background-image: url(../images/WeChat.png);
}
.payment .online-payment .pay-box .unionpay{
	background-image: url(../images/unionpay.png);
}
.payment .online-payment .pay-box .radio{
	position: absolute;
	top: 15px;
	left: 20px;
}
.payment .amount{
	height: 40px;
	line-height: 40px;
	padding: 40px 0 0 100px;
}
.payment .amount .text{
	margin-right: 50px;
}
.payment .amount input{
	width: 200px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-right: 20px;
	padding-left: 15px;
}
/*我的钱包-充值记录*/
.record-box .commencement-time{
	line-height: 40px;
	font-size: 15px;
	padding: 30px 0 40px 20px;
}
.record-box .commencement-time .Data-box {
    height: 38px;
    line-height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    position: relative;
}
.record-box .commencement-time .Data-box input{
    width: 165px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    padding-left: 15px;
    color: #666;
}
.record-box .commencement-time .Data-box label{
    position: absolute;
    top: 8px;
    right: 8px;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
    padding-left: 0;
    width: 42px;
    height: 20px;
    background: url(../images/date.png) no-repeat 18px 0;
}
.record-box .commencement-time .query{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #00b48d;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	margin-left: 30px;
	cursor: pointer;
}
.record-box .commencement-time .text{
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 30px;
    font-size: 15px;
}
.record-box .nav{
	width: 1200px;
	height: 55px;
	line-height: 55px;
	background: #EAF9F4;
}
.record-box .record-lists{
	padding-bottom: 30px;
}
.record-box .nav span,
.record-box .record-lists li .li{
	float: left;
	width: 25%;
	height: 55px;
	text-align: center;
}
.record-box .record-lists li{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #EAF9F4;
	font-size: 14px;
}
.record-box .tab-nav{
	font-size: 15px;
	color: #888;
	padding: 0 0 20px 15px;
}
.record-box .tab-nav .on{
	color: #00B48B;
}
.record-box .tab-nav span{
	padding: 0 20px;
	height: 15px;
	line-height: 15px;
	border-left: 1px solid #999999;
	cursor: pointer;
}
.record-box .tab-nav a:first-child span,
.record-box .tab-nav span:first-child{
	border: 0;
}
/*我的钱包2*/
.reward-content .commission-subsidiary{
	padding-bottom: 50px;
}
.reward-content .show-box{
	width: 100%;
	height: 140px;
	border-radius: 5px;
	background: url(../images/wallet_bg.png);
	padding: 20px 0;
}
.reward-content .show-box li{
	float: left;
	width: 50%;
	height: 140px;
}
.reward-content .show-box li:first-child{
	border-right: 2px solid #FFFFFF;
	margin-left: -2px;
}
.reward-content .show-box li h3{
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0 0 200px;
}
.reward-content .show-box li .num-box{
	padding: 20px 0 0 220px;
	color: #FFFFFF;
}
.reward-content .show-box .num-box .num{
	font-size: 30px;
	font-weight: bold;
}
.reward-content .show-box .num-box p{
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	padding: 20px 0 0 20px;
}
.reward-content .show-box .num-box p a{
	color: #FFFFFF;
	float: left;
	padding: 0 10px;
}
.reward-content .show-box .num-box p a:first-child{
	border-right: 1px solid #FFFFFF;
}
.reward-content .amount-box .reward-banner{
	width: 100%;
	min-height: 120px;
	padding: 20px 0;
}
/*提现记录*/
.record-box .withdrawal li{
	height: 80px;
}
.record-box .withdrawal li .li{
	height: 80px;
	line-height: 80px;
}
.record-box .withdrawal li .operation span{
	padding: 0 8px;
	font-size: 14px;
}
.record-box .withdrawal li .operation span:last-child{
	color: #00B48B;
	/*border-left: 1px solid #000000;*/
	/*cursor: pointer;*/
}
.withdrawal li .Account-information{
	line-height: initial !important;
	text-align: center;
}
.withdrawal li .Account-information h4{
	padding: 15px 0 12px 0;
}
.withdrawal li .Account-information p{
	text-align: center;
	height: 14px;
	line-height: 14px;
}
.withdrawal li .Account-information p span{
	color: #999999;
	padding: 0 8px;
	border-left: 1px solid #999;
}
.withdrawal li .Account-information p span:first-child{
	border-left: 0;
}
/*提现*/
.personal-center h2.title{
	width: 1158px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #DDDDDD;
	padding-left: 40px;
}
.withdrawal .account-box{
	width: 913px;
	height: 400px;
	border: 1px solid #DDDDDD;
	margin-top: -1px;
	padding: 50px 0 0 285px;
}
.withdrawal .withdrawal-rules{
	padding: 0 0 50px 40px;
}
.withdrawal .withdrawal-rules h3{
	padding: 10px 0;
}
.withdrawal .withdrawal-rules p{
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 24px;
}
.withdrawal .account-box .box{
	width: 500px;
	height: 40px;
	line-height: 40px;
}
.withdrawal .account-box .box h3{
	width: 120px;
}
.withdrawal .account-box .box input{
	border: 1px solid #DDDDDD;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	border-radius: 3px;
}
.withdrawal .account-box .box .with-long{
	width: 360px;
}
.withdrawal .account-box .box .with-short{
	width: 185px;
}
.withdrawal .account-box  .m-bottom{
	margin-bottom: 25px;
}
.withdrawal .account-box .box .yuan{
	padding-left: 20px;
}
.withdrawal .account-box .service-fee{
	font-size: 14px;
	color: #BBBBBB;
	height: 40px;
	line-height: 40px;
	padding-left: 120px;
}
.withdrawal .account-box .submit{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 180px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	margin: 60px auto 0 auto;
	line-height: 45px;
	background: #00B48B;
}
/*邀请好友*/
.inviteFriends{
	width: 100%;
	background: #80cef4;
}
.inviteFriends .background{
	width: 1200px;
	min-height: 2000px;
	background: url(../images/invite_background.png) no-repeat;
	background-size: 100% auto;
	padding-bottom: 100px;
}
.inviteFriends .background .banner{
	padding-bottom: 40px;
}
.inviteFriends .window{
	width: 620px;
	min-height: 300px;
	border: 3px solid #5ac6eb;
	padding: 30px 40px 0 40px;
	border-radius: 30px;
	background: #e1f4f8;
	margin: 0 auto;
	position: relative;
}
.inviteFriends .window .label{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 55px;
	font-size: 18px;
	color: #FFFFFF;
	background: url(../images/invite_label.png) no-repeat;
	background-size: 100% 40px;
	position: absolute;
	top: -12px;
	left: 40px;
}
.inviteFriends .window .label i{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #FFFFFF;
	color: #4ac2e7;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -12px;
}
.inviteFriends .window .shadow{
	width: 100%;
	height: 6px;
	background: url(../images/shadow.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.inviteFriends .margin-bottom{
	margin-bottom: 120px;
}
.inviteFriends .window h3{
	font-size: 15px;
	color: #054367;
	padding: 20px 0 15px 0;
}
.inviteFriends .window .input{
	width: 610px;
	height: 45px;
	line-height: 45px;
	border: 3px solid #66b1c9;
	border-radius: 10px;
}
.inviteFriends .window .input input{
	width: 75%;
	height: 45px;
	line-height: 45px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: #f4fbfe;
	color: #054367;
	padding:0 2% 0 3%;
}
.inviteFriends .window .copy{
	display: inline-block;
	width: 20%;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #75d0ed;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-right: 3px solid #66b1c9;
	margin-right: -3px;
}
.inviteFriends .window .share-box{
	width: 390px;
	margin: 0 auto;
}
.inviteFriends .window .share-box li{
	float: left;
	width: 70px;
	margin: 0 30px;
	text-align: center;
	cursor: pointer;
}
.inviteFriends .window .share-box li i{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #7bb3d5;
}
.inviteFriends .window .share-box li .weibo{
	background: url(../images/invite_weibo.png) no-repeat;
	background-size: 100%;
}
.inviteFriends .window .share-box li .wechat{
	background: url(../images/invite_WeChat.png) no-repeat;
	background-size: 100%;
}
.inviteFriends .window .share-box li .qq{
	background: url(../images/invite_qq.png) no-repeat;
	background-size: 100%;
}
.inviteFriends .window .share-box li h4{
	padding-top: 10px;
	font-size: 14px;
	color: #646464;
}
.inviteFriends .window .friends{
	padding-top: 80px;
}
.inviteFriends .window .friends li{
	float: left;
	width: 50%;
	text-align: center;
	color: #054367;
}
.inviteFriends .window .friends li .num{
	font-size: 52px;
	padding-right: 10px;
}
.inviteFriends .window .friends li h4{
	padding-bottom: 20px;
}
.inviteFriends .window .check-record{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/invite_label1.png) no-repeat;
	background-size: 100% 40px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 40px;
}
.inviteFriends .window .rules-box{
	color: #054367;
	padding: 40px 0;
}
.inviteFriends .window .rules-box p{
	padding-bottom: 20px;
}
.inviteFriends .window .window-backgroud{
	width: 100%;
	height: 169px;
	background: rgba(128,206,244,.2);
	position: absolute;
	top: 0;
	left: 0;
}
/*弹出钱包充值*/
.wallet-top-up{
	width: 850px;
	min-height: 500px;
	margin: -250px 0 0 -425px;
}
.wallet-top-up .payment{
	padding-left: 40px;
}
.wallet-top-up .amount{
	padding: 40px 0 0 0;
}
.wallet-top-up .online-payment{
	margin: 50px 0 0 0;
}
/*提现*/
.tc-withdrawal .withdrawal{
	width: 830px;
	min-height: 550px;
	margin: -275px 0 0 -415px;
}
.tc-withdrawal .withdrawal .account-box,
.Bank-card-bin .withdrawal .account-box,
.tc-unbundling .withdrawal .account-box{
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border: 0;
}
.tc-withdrawal .withdrawal .account-box{
	padding: 10px 0 0 0;
}
.tc-withdrawal .withdrawal .account-box .submit{
	margin: 0px auto 0 auto;
}
.tc-withdrawal .withdrawal .account-box{
	padding: 25px 0 0 0;
}
.tc-withdrawal .withdrawal .m-bottom{
	margin-bottom: 8px;
}
.tc-withdrawal .withdrawal .content-box{
	width: 100%;
	/*height: 460px;*/
	/*overflow: auto;*/
}
.tc-withdrawal .withdrawal .withdrawal-rules{
	padding: 20px 30px;
	height: 162px;
	overflow-y: auto;
}
.scan-qr-code{
	width: 380px;
	height: 350px;
	margin: -175px 0 0 -190px;
	background: #FFFFFF;
	z-index: 9999;	
}
.scan-qr-code h3{
	text-align: center;
	padding: 40px 0;
}
.scan-qr-code .qr-code-img{
	width: 200px;
	height: 200px;
	margin:0 0 0 -100px;
	position: absolute;
	left: 50%;
}
/*绑定银行卡*/
.Bank-card-bin .withdrawal{
	width: 700px;
	min-height: 400px;
	margin: -200px 0 0 -350px;
}
.Bank-card-bin .drop-down-box{
	padding-left: 5px;
	width: 370px;
}
.Bank-card-bin .drop-down-box .drop-down-list{
	width: 360px;
}
/*银行卡解绑*/
.tc-unbundling .withdrawal{
	width: 700px;
	min-height: 400px;
	margin: -200px 0 0 -350px;
}
.tc-unbundling .account-box input::placeholder{
	color: #000000;
}
.tc-unbundling .account-box input::-webkit-placeholder{
	color: #000000;
}
.tc-unbundling .account-box input::-ms-placeholder{
	color: #000000;
}
.tc-unbundling .account-box input::-o-placeholder{
	color: #000000;
}
.tc-unbundling .account-box input::-moz-placeholder{
	color: #000000;
}
/*引导-提交反馈*/
.tc-background.guide-create-feedback .circle-msg {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	width: 1200px;
	height: 150px;
	background: url(../images/guide/guide_feedback.png) no-repeat 85px center;
	background-size: 391px auto;
}
/*引导-银行卡绑定/解绑*/
.tc-background.guide-wallet-index .bind-msg {
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	width: 1200px;
	height: 400px;
	background: url(../images/guide/guide_wallet_index.png) no-repeat 98% center;
	background-size: 969px auto;
}