/* P-login-header start */

.P-login-header {
	margin: auto;
	width: 100%;
	height: 60px;
	background: #f6f6f6;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}

.P-login-header img {
	float: left;
	margin: 10px 0 10px 20px;
	height: 40px;
}

.P-login-header dl {
	position: relative;
	float: right;
	height: 60px;
	padding: 0 18px;
}

.P-login-header dl+dl {
	padding: 0 19px 0 18px;
}

.P-login-header dl+dl:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #ddd;
}

.P-login-header dl dt {
	font-size: 14px;
	line-height: 60px;
	cursor: default;
}

.P-login-header dl dt span,
.P-login-header dl dt a {
	color: #888;
}

.P-login-header dl dt a:hover {
	color: #FF7F24;
	text-decoration: none;
}

.P-login-header dl dd {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 88px;
	padding: 10px;
	border-radius: 5px;
	margin-left: -54px;
	background-color: #fff;
	box-shadow: 0 1px 5px #ddd;
	overflow: hidden;
}

.P-login-header dl dd p+p {
	padding-top: 8px;
	border-top: 1px solid #eee;
	margin-top: 8px;
}

.P-login-header dl dd p img {
	display: block;
	float: none;
	width: 74px;
	height: 74px;
	border: 0;
	margin: 8px auto;
}

.P-login-header dl dd p span {
	display: block;
	font-size: 12px;
	color: #888;
	text-align: center;
	line-height: 1;
}

.P-login-header dl dd p span:first-child {
	text-indent: 6px;
}

.P-login-header dl dd p button {
	display: block;
	width: 100%;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.P-login-header dl dd p button.qq {
	background-color: #29afec;
}

.P-login-header dl dd p button.wx {
	background-color: #43ae3f;
}

.P-login-header dl:hover dd {
	display: block;
}

/* P-login-header end */


/* login-section */

.login-section {
	width: 100%;
	padding: 50px 0;
	margin: auto;
	overflow: hidden;
}

.login-section .login-box {
	position: relative;
	width: 372px;
	padding: 20px 0 20px 446px;
	margin: 0 auto;
	background: url(/img/p-login-pic.png) no-repeat 0 0;
}

.login-section .login-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 444px;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #d8d8d8;
}

.login-section .login-box:after {
	content: "";
	display: block;
	clear: both;
}

.login-section .way-cut {
	height: 54px;
	border-bottom: 1px solid #ddd;
	margin: 0 auto 28px;
}

.login-section .way-cut span {
	position: relative;
	float: left;
	width: 33.3%;
	height: 54px;
	font-size: 18px;
	color: #999;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.login-section .way-cut span.active {
	color: #f70;
}

.login-section .way-cut span.active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	background-color: #f70;
}

.login-section h1 {
	position: relative;
	margin: 0 auto 28px;
	padding-bottom: 10px;
	width: 372px;
	height: 50px;
	border-bottom: 1px solid #dddddd;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #888888;
}

.login-section h1:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #ff7f24;
}

.login-section h1 a {
	position: absolute;
	top: 11px;
	right: 0;
	padding: 0 10px;
	height: 30px;
	background: #ff9702;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
}

.login-section h1 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -5px;
	border: 5px solid;
	border-color: transparent #ff9702 transparent transparent;
}

.login-section h2 {
	position: relative;
	margin: 25px auto;
	width: 372px;
	height: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	color: #bbbbbb;
}

.login-section h2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 105px;
	height: 1px;
	background: #e4e4e4;
}

.login-section h2:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 105px;
	height: 1px;
	background: #e4e4e4;
}

.login-section .barBox {
	margin: auto;
	width: 372px;
}

.login-section .barBox dl {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 372px;
}

.login-section .barBox dl dt {
	position: relative;
	float: left;
	width: 372px;
}

.login-section .barBox dl dt .inputText {
	float: left;
	padding: 12px 15px;
	width: 340px;
	height: 20px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	border-radius: 3px;
	line-height: 20px;
	font-size: 14px;
}

.login-section .barBox dl dt .inputText:focus {
	border: 1px solid #ffa200;
	box-shadow: 0 0 5px #ffa200;
	transition: box-shadow 0.25s linear 0s;
	-webkit-transition: box-shadow 0.25s linear 0s;
}

.login-section .barBox dl dt .inputBtn {
	float: left;
	width: 372px;
	height: 45px;
	border: 0;
	background: #ff7f24;
	border-radius: 3px;
	font-size: 17px;
	color: #ffffff;
}

.login-section .barBox dl dt .inputBtn:hover {
	background: #ff6f1e;
}

.login-section .barBox dl dt .inputBtn01 {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 120px;
	height: 32px;
	border: 1px solid #d8d8d8;
	background: -webkit-linear-gradient(top, #fff, #fafafa);
	background: -moz-linear-gradient(top, #fff, #fafafa);
	background: -o-linear-gradient(top, #fff, #fafafa);
	background: -ms-linear-gradient(top, #fff, #fafafa);
	border-radius: 2px;
	font-size: 13px;
	color: #999999;
	z-index: 222;
}

.login-section .barBox dl dt .pic {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 100px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	z-index: 333;
}

.login-section .barBox dl dt.text {
	padding: 12px 10px;
	width: 352px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #888888;
}

.login-section .barBox dl dt label {
	float: left;
	height: 16px;
}

.login-section .barBox dl dt label .checkbox {
	float: left;
	margin: 1px 5px 0 0;
	width: 14px;
	height: 14px;
}

.login-section .barBox dl dt .getPass {
	float: right;
	height: 14px;
}

.login-section .barBox dl dt a {
	color: #ff7f24;
	text-decoration: none;
}

.login-section .barBox dl dt a:hover {
	color: #ff7f24;
	text-decoration: underline;
}

.login-section .barBox dl dd {
	position: absolute;
	top: 8px;
	left: 390px;
	padding: 0 12px;
	height: 30px;
	background: #ff7f24;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
}

.login-section .barBox dl dd:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -5px;
	border: 5px solid;
	border-color: transparent #ff7f24 transparent transparent;
}

.login-section .barBox01 {
	margin: auto;
	width: 110px;
	overflow: hidden;
}

.login-section .barBox01 dl {
	float: left;
	width: 110px;
	text-align: center;
	overflow: hidden;
}

.login-section .barBox01 dl dt {
	float: left;
	margin: 0 30px 5px;
	width: 50px;
	height: 50px;
}

.login-section .barBox01 dl dt i {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 21px;
	color: #ffffff;
}

.login-section .barBox01 dl dt i.fa-qq {
	background: #0097d9;
}

.login-section .barBox01 dl dt i.fa-weixin {
	background: #89c21c;
}

.login-section .barBox01 dl dd {
	float: left;
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.login-section .barBox01 dl a dd {
	color: #888888;
	text-decoration: none;
}

.login-section .barBox01 dl a:hover dd {
	color: #666666;
	text-decoration: none;
}

.login-section .third-account {
	margin: 0 auto 15px;
	width: 150px;
	overflow: hidden;
}

.login-section .third-account dl {
	float: left;
	width: 150px;
	overflow: hidden;
}

.login-section .third-account dl dt {
	float: left;
	margin: 5px 32px;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border: 3px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 7px #dddddd;
	overflow: hidden;
}

.login-section .third-account dl dt img {
	float: left;
	width: 80px;
	height: 80px;
}

.login-section .third-account dl dd {
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.login-section .hint {
	padding: 10px 20px;
	width: 680px;
	border: 1px dashed #cccccc;
	border-radius: 5px;
	line-height: 24px;
	font-size: 14px;
	color: #888888;
	overflow: hidden;
}

.login-section .hint b {
	color: #ff6f1e;
}

.login-section .hint span {
	display: block;
	text-align: center;
	color: #ff6f1e;
}


/* login end */


/* backstage start */

.backstage-page {
	margin: 20px auto 50px;
	width: 1200px;
	overflow: hidden;
}

.backstage-page .aside {
	float: left;
	width: 192px;
	overflow: hidden;
}

.backstage-page .content {
	float: right;
	padding: 0 30px 30px;
	width: 920px;
	min-height: 392px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}


/* aside ok */

.backstage-page .aside ul {
	float: left;
	width: 190px;
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
	line-height: 46px;
	font-size: 15px;
	overflow: hidden;
}

.backstage-page .aside ul li {
	float: left;
	width: 190px;
	height: 46px;
}

.backstage-page .aside ul li+li {
	border-top: 1px solid #e8e8e8;
}

.backstage-page .aside a {
	position: relative;
	float: left;
	width: 186px;
	height: 46px;
	border-left: 4px solid #f1f1f1;
	color: #777777;
	text-decoration: none;
}

.backstage-page .aside a em {
	position: absolute;
	top: 16px;
	left: 113px;
	height: 15px;
	padding: 0 4px;
	border-radius: 30px;
	background-color: #f00;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
}

.backstage-page .aside a i {
	float: left;
	padding-left: 2px;
	width: 40px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #bbbbbb;
}

.backstage-page .aside a:hover {
	background: #ffffff;
	border-left-color: #ff9702;
	color: #666666;
	text-decoration: none;
}

.backstage-page .aside a:hover i {
	color: #ff9702;
}

.backstage-page .aside a.hover {
	background: #ffffff;
	border-left-color: #ff9702;
	color: #ff9702;
	text-decoration: none;
}

.backstage-page .aside a.hover i {
	color: #ff9702;
}


/* accountBox ok */

.backstage-page .accountBox {
	position: relative;
	margin: 30px 0 0;
	width: 920px;
	overflow: hidden;
}

.backstage-page .accountBox .pic {
	float: left;
	padding: 4px;
	width: 124px;
	height: 146px;
	border: 1px solid #eeeeee;
	background: url(/img/default_avatar.gif) no-repeat center;
}

.backstage-page .accountBox .pic img {
	float: left;
	width: 124px;
	height: 146px;
}

.backstage-page .accountBox dl {
	float: right;
	width: 762px;
	overflow: hidden;
}

.backstage-page .accountBox dl dt {
	float: left;
	width: 762px;
	height: 44px;
	border-bottom: 1px solid #e4e7ee;
	line-height: 44px;
}

.backstage-page .accountBox dl dt b {
	float: left;
	height: 44px;
	font-weight: normal;
	font-size: 16px;
	color: #2b2b2b;
}

.backstage-page .accountBox dl dt a,
.backstage-page .accountBox dl dt label{
	float: right;
	height: 24px;
	padding: 0 7px;
	border-radius: 3px;
	margin: 10px 5px;
	background-color: #f80;
	text-decoration: none;
	cursor: pointer;
}

.backstage-page .accountBox dl dt a i,
.backstage-page .accountBox dl dt label i{
	float: left;
	margin-right: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.backstage-page .accountBox dl dt a span,
.backstage-page .accountBox dl dt label span{
	float: left;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.backstage-page .accountBox dl dt a:hover,
.backstage-page .accountBox dl dt label:hover{
	background-color: #f70;
}

.backstage-page .accountBox dl dt .vip {
	float: left;
	height: 24px;
	padding: 0 9px;
	border-radius: 30px;
	margin: 10px 0 10px 10px;
	background: linear-gradient(to right, #ffdac0, #ffb480);
}

.backstage-page .accountBox dl dt .vip i {
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #75422f;
	line-height: 24px;
}

.backstage-page .accountBox dl dt .vip span {
	float: left;
	font-size: 12px;
	color: #75422f;
	line-height: 24px;
}

.backstage-page .accountBox dl dd {
	float: left;
	padding: 21px 0;
	width: 762px;
	height: 84px;
}

.backstage-page .accountBox dl dd a {
	float: left;
	width: 126px;
	height: 84px;
	text-align: center;
	text-decoration: none;
}

.backstage-page .accountBox dl dd a:hover {
	background: #f6f6f6;
	text-decoration: none;
}

.backstage-page .accountBox dl dd a+a {
	border-left: 1px solid #f1f1f1;
}

.backstage-page .accountBox dl dd a b {
	display: block;
	padding-top: 10px;
	line-height: 40px;
	font-family: arial;
	font-weight: normal;
	font-size: 30px;
	color: #f66f19;
}

.backstage-page .accountBox dl dd a i {
	display: block;
	padding-top: 10px;
	line-height: 40px;
	font-size: 30px;
	color: #f66f19;
}

.backstage-page .accountBox dl dd a em {
	display: block;
	line-height: 34px;
	font-size: 14px;
	color: #888888;
}


/* intentionBox ok */

.backstage-page .intentionBox {
	padding: 15px 0;
	width: 918px;
	background: #f5f8fa;
	border: 1px solid #e4e7ee;
	overflow: hidden;
}

.backstage-page .intentionBox i {
	float: left;
	width: 157px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 70px;
	color: #e0ebef;
}

.backstage-page .intentionBox .hope {
	float: left;
	width: calc(100% - 407px);
	overflow: hidden;
}

.backstage-page .intentionBox .hope dl {
	padding: 2px 0;
	line-height: 20px;
	font-size: 13px;
	color: #777777;
	overflow: hidden;
}

.backstage-page .intentionBox .hope dl dt {
	float: left;
	width: 70px;
	overflow: hidden;
}

.backstage-page .intentionBox .hope dl dd {
	float: left;
	width: calc(100% - 70px);
	overflow: hidden;
}

.backstage-page .intentionBox .operation {
	float: right;
	padding: 10px 15px;
	width: 220px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
}

.backstage-page .intentionBox .operation a {
	float: left;
	margin: 8px 10px;
	width: 90px;
	height: 34px;
	background: #ff9702;
	border-radius: 2px;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .intentionBox .operation a:hover {
	background: #f66f19;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .intentionBox .operation a:nth-of-type(3) {
	background: #24a2d5;
}

.backstage-page .intentionBox .operation a:nth-of-type(3):hover {
	background: #1c91cc;
}


/* resumeTop ok */

.backstage-page .resumeService {
	margin: 0 0 10px;
	width: 860px;
	padding: 14px 29px 12px;
	border: 1px solid #e4e7ee;
	border-top: 0;
	background-color: #fff;
	overflow: hidden;
}

.backstage-page .resumeService span{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.backstage-page .resumeService a{
	float: left;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #f80;
	border-radius: 2px;
	margin-left: 10px;
	background-color: #f80;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
}

.backstage-page .resumeService a:last-child{
	background-color: #fff;
	color: #f80;
}


/* vipUpgrade ok*/

.backstage-page .vipUpgrade {
	position: relative;
	width: 840px;
	padding: 0 40px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #f5e3d5, #fdede0, #fae4cd);
	overflow: hidden;
}

.backstage-page .vipUpgrade:after {
	content: "快速入职";
	position: absolute;
	top: 6px;
	right: 25px;
	padding: 1px 7px;
	border-radius: 16px 16px 16px 0;
	background: linear-gradient(to right, #f30, #f80);
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}

.backstage-page .vipUpgrade i{
	position: absolute;
	top: 2px;
	left: 20px;
	font-size: 110px;
	color: #924a18;
	opacity: .08;
}

.backstage-page .vipUpgrade span {
	float: left;
	background: linear-gradient(#c47741, #673618);
	font-size: 20px;
	font-weight: bold;
	color: #8b4221;
	line-height: 72px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.backstage-page .vipUpgrade span + span {
	position: relative;
	padding-left: 51px;
	font-size: 18px;
}

.backstage-page .vipUpgrade span + span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	width: 1px;
	height: 24px;
	margin-top: -12px;
	background-color: rgba(139, 66, 33, 0.15);
}

.backstage-page .vipUpgrade a {
	float: right;
	width: 120px;
	height: 38px;
	border-radius: 20px;
	margin: 17px 0;
	background: linear-gradient(to right, #b26925, #924a18);
	font-size: 15px;
	color: #ffecd1;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
}


/* mainBox ok */

.backstage-page .mainBox {
	margin: auto;
	width: 920px;
	overflow: hidden;
}

.backstage-page .titleBar {
	margin: 10px auto;
	width: 920px;
	height: 42px;
	border-bottom: 1px solid #efefef;
	line-height: 40px;
}

.backstage-page .titleBar h3 {
	float: left;
	margin: 0;
	padding: 0 3px;
	height: 40px;
	border-bottom: 3px solid #ff9702;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.backstage-page .titleBar a.tab {
	float: left;
	margin-right: 25px;
	padding: 0 3px;
	height: 40px;
	border-bottom: 3px solid none;
	font-size: 18px;
	color: #999999;
	text-decoration: none;
}

.backstage-page .titleBar a.tab:hover {
	color: #666666;
	text-decoration: none;
}

.backstage-page .titleBar a.tabHover {
	float: left;
	margin-right: 25px;
	padding: 0 3px;
	height: 40px;
	border-bottom: 3px solid #ff9702;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.backstage-page .titleBar a.more {
	float: right;
	margin-right: 5px;
	height: 40px;
	font-size: 14px;
	color: #888888;
	text-decoration: none;
}

.backstage-page .titleBar a.more:hover {
	color: #ff9702;
	text-decoration: none;
}

.backstage-page .titleBar a.searchBtn,
.backstage-page .titleBar a.addBtn {
	float: right;
	margin: 5px 0;
	padding: 0 15px;
	height: 30px;
	background: #FF9702;
	border-radius: 1px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.backstage-page .titleBar a.searchBtn:hover,
.backstage-page .titleBar a.addBtn:hover {
	background: #F66F19;
	color: #FFFFFF;
	text-decoration: none;
}

.backstage-page .titleBar em {
	float: left;
	margin-left: 15px;
	height: 40px;
	color: #f66f19;
	font-size: 14px;
}

.backstage-page .barBox {
	margin: auto;
	width: 920px;
	overflow: hidden;
}

.backstage-page .barBox .hint {
	margin: auto;
	padding: 13px 0;
	width: 920px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #979797;
}

.backstage-page .barBox .hint i {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 19px;
	color: #888888;
}

.backstage-page .barBox .hint font {
	display: inline-block;
	margin: 0 4px;
	font-family: arial;
	color: #ff0000;
}

.backstage-page .barBox .hint a {
	float: right;
	padding: 0 22px;
	height: 36px;
	background: #ff9702;
	border-radius: 1px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .barBox .hint a:hover {
	background: #f66f19;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .barBox dl.table {
	margin: auto;
	width: 920px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
}

.backstage-page .barBox dl.table dt {
	float: left;
	margin-bottom: 5px;
	width: 920px;
	background: #f2f2f2;
	color: #333333;
	overflow: hidden;
}

.backstage-page .barBox dl.table dd {
	float: left;
	width: 920px;
	color: #666666;
	overflow: hidden;
}

.backstage-page .barBox dl.table dd+dd {
	border-top: 1px solid #eeeeee;
}

.backstage-page .barBox dl.table a {
	float: left;
	max-width: 300px;
	color: #555555;
	text-decoration: none;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.backstage-page .barBox dl.table a.look {
	color: #f66f19 !important;
}

.backstage-page .barBox dl.table a:hover {
	color: #f66f19;
	text-decoration: underline;
}

.backstage-page .barBox dl.table i.chat-link{
	position: relative;
    float: left;
    width: 12px;
	height: 10px;
	border: 2px solid #f90;
    border-radius: 6px 6px 6px 0;
    margin: 3px 0 0 6px;
    cursor: pointer;
}

.backstage-page .barBox dl.table i.chat-link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 2px;
	margin-left: -4px;
	margin-top: -1px;
	background-color: #f90;
}

.backstage-page .barBox dl.table i.chat-link::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	margin-left: -2px;
	margin-top: -1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.backstage-page .barBox dl.table i.chat-link:hover {
	border-color: #f70;
	background-color: #f70;
}

.backstage-page .barBox dl.table i.chat-link:hover::before  {
	background-color: #fff;
}

.backstage-page .barBox dl.table i.chat-link:hover::after  {
	border-left: 1px solid #f70;
	border-right: 1px solid #f70;
}

.backstage-page .barBox dl.table span {
	float: left;
	min-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.backstage-page .barBox dl.table dt span {
	margin: 8px 5px 8px 15px;
}

.backstage-page .barBox dl.table dd span {
	margin: 10px 5px 10px 15px;
}

.backstage-page .barBox dl.table span .checkbox {
	float: left;
	position: relative;
	top: 3px;
	width: 14px;
	height: 14px;
}

.backstage-page .barBox dl.table span .checkbox-interview{
	position: relative;
	float: left;
	width: 12px;
	height: 12px;
	border: 1px solid #767676;
	border-radius: 3px;
	margin-top: 2px;
	cursor: pointer;
}

.backstage-page .barBox dl.table span .checkbox-interview::before{
	content: '';
	position: absolute;
	top: 0px;
    left: 4px;
    width: 3px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg);
}

.backstage-page .barBox dl.table span .checkbox-interview.selected{
	border-color: #0075ff;
	border-radius: 2px;
	background-color: #0075ff;
}

.backstage-page .barBox dl.table span.red {
	color: #F55;
}

.backstage-page .barBox dl.table span.width00 {
	margin: 0 0 0 0 !important;
	width: 920px;
	line-height: 60px;
	text-align: center;
	color: #999999;
}

.backstage-page .barBox dl.table span.width01 {
	width: 14px;
}

.backstage-page .barBox dl.table span.width02 {
	width: 680px;
}

.backstage-page .barBox dl.table span.width03 {
	width: 166px;
}

.backstage-page .barBox dl.table span.width04 {
	width: 230px;
}

.backstage-page .barBox dl.table span.width05 {
	width: 430px;
}

.backstage-page .barBox dl.table span.width06 {
	width: 340px;
}

.backstage-page .barBox dl.table span.width07 {
	width: 70px;
}

.backstage-page .barBox dl.table span.width08 {
	margin-top: 0;
	color: #f80;
	text-indent: 34px;
}

.backstage-page .barBox dl.table span.width09 {
	width: 240px;
}

.backstage-page .barBox dl.table span.width09 a {
	max-width: 193px;
}

.backstage-page .barBox dl.table span.width10 {
	width: 120px;
}

.backstage-page .barBox dl.table span.width10.accept {
	color: #1ba035;
}

.backstage-page .barBox dl.table span.width10.reject {
	color: #d64b28;
}

.backstage-page .barBox dl.table span.width10.change {
	color: #07f;
}

.backstage-page .barBox dl.table span.width11 {
	width: 190px;
}

.backstage-page .barBox dl.operate {
	margin: auto;
	width: 920px;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}

.backstage-page .barBox dl.operate dt {
	float: left;
	padding: 13px 0;
	width: 920px;
	height: 32px;
	line-height: 32px;
}

.backstage-page .barBox dl.operate dt label {
	float: left;
	margin: 0 25px 0 15px;
	height: 32px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.backstage-page .barBox dl.operate dt label .checkbox {
	float: left;
	position: relative;
	top: 10px;
	margin-right: 20px;
	width: 14px;
	height: 14px;
}

.backstage-page .barBox dl.operate dt label .checkbox-interview{
	position: relative;
	float: left;
	width: 12px;
	height: 12px;
	border: 1px solid #767676;
	border-radius: 3px;
	margin: 10px 20px 0 0;
	cursor: pointer;
}

.backstage-page .barBox dl.operate dt label .checkbox-interview::before{
	content: '';
	position: absolute;
	top: 0px;
    left: 4px;
    width: 3px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg);
}

.backstage-page .barBox dl.operate dt label .checkbox-interview.selected{
	border-color: #0075ff;
	border-radius: 2px;
	background-color: #0075ff;
}

.backstage-page .barBox dl.operate dt .inputBtn {
	float: left;
	padding: 0 15px;
	height: 32px;
	border: 0;
	border-radius: 1px;
	background: #ff9702;
	color: #ffffff;
	font-size: 14px;
}

.backstage-page .barBox dl.operate dt .inputBtn:hover {
	background: #f66f19;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .barBox dl.operate dd {
	float: left;
	padding-top: 25px;
	width: 920px;
	border-top: 1px solid #eeeeee;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}


/* finder ok */

.backstage-page .barBox .finder {
	margin: auto;
	width: 920px;
	overflow: hidden;
}

.backstage-page .barBox .finder dl {
	float: left;
	margin: 10px 0;
	padding: 14px 20px;
	width: 877px;
	height: 52px;
	background: #f5f5f5;
	border-left: 3px solid #ff9702;
}

.backstage-page .barBox .finder dl dt {
	float: left;
	width: 607px;
	height: 52px;
	line-height: 26px;
}

.backstage-page .barBox .finder dl dt .name {
	float: left;
	width: 600px;
	height: 26px;
	font-size: 16px;
}

.backstage-page .barBox .finder dl dt .details {
	float: left;
	width: 600px;
	height: 26px;
	font-size: 14px;
	color: #b4b4b4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.backstage-page .barBox .finder dl dt a {
	color: #666666;
	text-decoration: none;
}

.backstage-page .barBox .finder dl dt a:hover {
	color: #666666;
	text-decoration: underline;
}

.backstage-page .barBox .finder dl dd {
	float: right;
	width: 270px;
	height: 52px;
	text-align: right;
	line-height: 52px;
	font-size: 14px;
}

.backstage-page .barBox .finder dl dd a {
	float: right;
	margin: 0 15px 0 10px;
	color: #666666;
	text-decoration: none;
}

.backstage-page .barBox .finder dl dd a:hover {
	color: #f66f19;
	text-decoration: underline;
}

.backstage-page .barBox .finder dl dd i {
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	color: #ffad03;
}


/* addFinder ok */

.backstage-page .barBox .addFinder {
	margin: auto;
	padding: 0 10px 30px 10px;
	width: 900px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .souBar,
.backstage-page .barBox .addFinder .subBar {
	margin: auto;
	padding: 10px 0;
	width: 900px;
	font-size: 14px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .titBar {
	margin: 0 auto 13px;
	width: 900px;
	height: 34px;
	border-bottom: 2px solid #f1f1f1;
	line-height: 34px;
	font-size: 15px;
	color: #f66f19;
}

.backstage-page .barBox .addFinder .conBar {
	margin: auto;
	width: 900px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .keywordBox {
	margin: auto;
	padding: 6px 0;
	width: 900px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .keywordBox dl {
	float: left;
	padding: 6px 0;
	width: 900px;
	min-height: 34px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .keywordBox dl dt {
	float: left;
	padding-right: 5px;
	width: 75px;
	height: 34px;
	text-align: right;
	line-height: 34px;
	color: #333333;
}

.backstage-page .barBox .addFinder .keywordBox dl dd {
	float: left;
	width: 820px;
	min-height: 34px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .keywordBox dl dd .inputSelect {
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	width: 100px;
	height: 34px;
	border: 1px solid #c8c8c8;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
	color: #666666;
}

.backstage-page .barBox .addFinder .keywordBox dl dd .inputText {
	float: left;
	padding: 6px 9px;
	width: 400px;
	height: 20px;
	border: 1px solid #c8c8c8;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
	line-height: 20px;
}

.backstage-page .barBox .addFinder .keywordBox dl dd span {
	float: left;
	margin: 4px 12px 4px 0;
	padding: 0 26px 0 8px;
	height: 24px;
	background: url(/img/close_icon.gif) no-repeat right #fff6d4;
	border: 1px solid #ffd539;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
}

.backstage-page .barBox .addFinder .keywordBox dl dd .cleanBtn {
	float: left;
	margin: 4px 0;
	width: 88px;
	height: 24px;
	border: 1px solid #e8e8e8;
	border-radius: 26px;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

.backstage-page .barBox .addFinder .keywordBox dl dd .cleanBtn i {
	display: inline-block;
	margin-right: 4px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.backstage-page .barBox .addFinder .keywordBox dl dd .cleanBtn:hover {
	color: #ff0000;
	text-decoration: none;
}

.backstage-page .barBox .addFinder .souBar .conBar dl {
	float: left;
	padding: 5px 0;
	width: 900px;
	min-height: 34px;
	font-size: 14px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .souBar .conBar dl+dl {
	border-top: 1px dotted #e4e4e4;
}

.backstage-page .barBox .addFinder .souBar .conBar dl dt {
	float: left;
	padding-right: 5px;
	width: 75px;
	height: 34px;
	text-align: right;
	line-height: 34px;
	color: #888888;
}

.backstage-page .barBox .addFinder .souBar .conBar dl dd {
	float: left;
	width: 820px;
	min-height: 34px;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .souBar .conBar dl dd span {
	float: left;
	margin: 6px 10px 3px 0;
	padding: 0 7px;
	height: 24px;
	background: #ffffff;
	border-radius: 1px;
	white-space: nowrap;
	line-height: 22px;
	color: #222222;
	cursor: pointer;
}

.backstage-page .barBox .addFinder .souBar .conBar dl dd span:hover {
	color: #f66f19;
}

.backstage-page .barBox .addFinder .souBar .conBar dl dd span.hover {
	background: #ff9702;
	color: #ffffff;
}

.backstage-page .barBox .addFinder .subBar .conBar dl {
	float: left;
	padding-top: 12px;
	width: 900px;
	height: 34px;
	line-height: 34px;
	color: #666666;
}

.backstage-page .barBox .addFinder .subBar .conBar dl:last-child {
	padding-top: 20px !important;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt {
	float: left;
	width: 470px;
	height: 34px;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt em {
	position: relative;
	float: left;
	padding-right: 20px;
	width: 80px;
	height: 34px;
	text-align: right;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt em.must:after {
	content: "\002a";
	position: absolute;
	top: 13px;
	right: 0;
	width: 20px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #ff0000;
	overflow: hidden;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt .inputText {
	float: left;
	padding: 6px 9px;
	width: 350px;
	height: 20px;
	border: 1px solid #cfcfcf;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
	line-height: 20px;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt .inputSelect {
	float: left;
	padding: 0 5px;
	width: 260px;
	height: 34px;
	border: 1px solid #cfcfcf;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt label {
	float: left;
	padding-right: 20px;
	height: 34px;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt label .Radio {
	float: left;
	margin: 11px 3px 8px 1px;
	width: 15px;
	height: 15px;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt .inputSubmit {
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 34px;
	border: 0;
	background: #ff9702;
	border-radius: 1px;
	font-size: 15px;
	color: #ffffff;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt .inputSubmit:hover {
	background: #f66f19;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt a.returnBtn {
	float: left;
	width: 120px;
	height: 34px;
	background: #dddddd;
	border-radius: 1px;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dt a.returnBtn:hover {
	background: #d6d6d6;
	color: #666666;
	text-decoration: none;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dd {
	float: left;
	width: 430px;
	height: 34px;
	color: #f66f19;
}

.backstage-page .barBox .addFinder .subBar .conBar dl dd i {
	float: left;
	padding: 0 7px 0 12px;
	height: 34px;
	text-align: right;
	line-height: 36px;
	font-size: 14px;
	color: #f66f19;
}


/* recommend ok */

.backstage-page .barBox ul.recommend {
	margin: auto;
	width: 920px;
	overflow: hidden;
}

.backstage-page .barBox ul.recommend li {
	float: left;
	margin: 11px 22px 6px 0;
	width: 292px;
	height: 88px;
}

.backstage-page .barBox ul.recommend li:nth-of-type(3n) {
	margin: 11px 0 6px 0 !important;
}

.backstage-page .barBox ul.recommend li a {
	float: left;
	padding: 10px 20px;
	width: 250px;
	height: 66px;
	border: 1px solid #e2e2e2;
	line-height: 22px;
}

.backstage-page .barBox ul.recommend li a:hover {
	border-color: #cccccc;
}

.backstage-page .barBox ul.recommend li a span {
	float: left;
	width: 250px;
	height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.backstage-page .barBox ul.recommend li a span.job {
	font-size: 16px;
	color: #666666;
}

.backstage-page .barBox ul.recommend li a span.firm {
	font-size: 14px;
	color: #a6a6a6;
}

.backstage-page .barBox ul.recommend li a span.pay {
	font-size: 14px;
	color: #f66f19;
}


/* account ok */

.backstage-page .barBox dl.account {
	position: relative;
	float: left;
	margin: 10px 0 5px;
	padding: 20px;
	width: 878px;
	height: 40px;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	line-height: 40px;
}

.backstage-page .barBox dl.account dt {
	float: left;
	width: 168px;
	height: 40px;
}

.backstage-page .barBox dl.account dt i {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid;
	border-radius: 40px;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: #cccccc;
}

.backstage-page .barBox dl.ok dt i.fa-mobile {
	border-color: #f2a553 !important;
	color: #f2a553 !important;
}

.backstage-page .barBox dl.ok dt i.fa-envelope {
	border-color: #fa6666 !important;
	color: #fa6666 !important;
}

.backstage-page .barBox dl.ok dt i.fa-qq {
	border-color: #64a9f4 !important;
	color: #64a9f4 !important;
}

.backstage-page .barBox dl.ok dt i.fa-weixin {
	border-color: #4cb848 !important;
	color: #4cb848 !important;
}

.backstage-page .barBox dl.account dt b {
	float: left;
	margin-left: 50px;
	font-size: 18px;
}

.backstage-page .barBox dl.account dd {
	float: left;
	width: 710px;
	height: 40px;
}

.backstage-page .barBox dl.account dd span {
	float: left;
	margin-left: 50px;
	height: 40px;
	font-size: 14px;
	color: #888888;
}

.backstage-page .barBox dl.account dd a {
	float: right;
	margin: 10px 0;
	padding: 0 12px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #f66f19;
	text-decoration: none;
}

.backstage-page .barBox dl.account dd a:hover {
	color: #f66f19;
	text-decoration: underline;
}

.backstage-page .barBox dl.account dd a+a {
	border-right: 1px solid #dddddd;
}


/* privacy ok */

.backstage-page .barBox .privacy {
	padding: 0 200px 67px;
}

.backstage-page .barBox .privacy dl {
	padding: 35px 0;
	overflow: hidden;
}

.backstage-page .barBox .privacy dl + dl{
	border-top: 1px solid #e8e8e8;
}

.backstage-page .barBox .privacy dl dt {
	margin-bottom: 26px;
	line-height: 18px;
	overflow: hidden;
}

.backstage-page .barBox .privacy dl dt b{
	float: left;
	font-size: 15px;
	color: #333;
}

.backstage-page .barBox .privacy dl dt span{
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: #999;
}

.backstage-page .barBox .privacy dl dd{
	overflow: hidden;
}

.backstage-page .barBox .privacy dl dd + dd{
	margin-top: 18px;
}

.backstage-page .barBox .privacy dl dd span{
	float: left;
	padding-right: 10px;
	font-size: 15px;
	color: #333;
	line-height: 18px;
}

.backstage-page .barBox .privacy dl dd span + span{
	font-size: 12px;
	color: #999;
}

.backstage-page .barBox .privacy dl dd i.radio {
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-top: 1px;
	margin-right: 10px;
	cursor: pointer;
}

.backstage-page .barBox .privacy dl dd i.radio.active {
	position: relative;
	width: 12px;
	height: 12px;
	border: 2px solid #FF9702;
}

.backstage-page .barBox .privacy dl dd i.radio.active:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FF9702;
}

.backstage-page .barBox .privacy dl dd i.switch {
	position: relative;
	float: right;
	width: 34px;
	height: 18px;
	border-radius: 15px;
	background-color: #ccc;
	cursor: pointer;
}

.backstage-page .barBox .privacy dl dd i.switch:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	transition:0.5s all;
	-webkit-transition:0.2s all;
	-moz-transition:0.2s all;
	-o-transition:0.2s all;
	-ms-transition:0.2s all;
}

.backstage-page .barBox .privacy dl dd i.switch.on{
	background-color: #FF9702;
}

.backstage-page .barBox .privacy dl dd i.switch.on:before{
	left: 18px
}

.backstage-page .barBox .privacy dl dd .search {
	margin-bottom: 10px;
	overflow: hidden;
}

.backstage-page .barBox .privacy dl dd .search input[type='text'] {
	float: left;
	padding: 9px;
	width: 400px;
	height: 20px;
	border: 1px solid #FF9702;
	border-radius: 3px 0 0 3px;
	font-size: 15px;
	color: #333;
	line-height: 20px;
}

.backstage-page .barBox .privacy dl dd .search input[type='button'] {
	float: left;
	width: 100px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 0 3px 3px 0;
	background-color: #FF9702;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
}

.backstage-page .barBox .privacy dl dd .result {
	padding: 10px;
}

.backstage-page .barBox .privacy dl dd .result h3 {
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.backstage-page .barBox .privacy dl dd .result li {
	overflow: hidden;
}

.backstage-page .barBox .privacy dl dd .result li span {
	float: left;
	max-width: 400px;
	height: 30px;
	font-size: 14px;
	color: #1c91cc;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.backstage-page .barBox .privacy dl dd .result li a {
	float: right;
	height: 30px;
	font-size: 14px;
	color: #1c91cc;
	line-height: 30px;
	text-decoration: none;
}

.backstage-page .barBox .privacy dl dd .result li a:hover {
	text-decoration: underline;
}

.backstage-page .barBox .privacy dl dd .result .yes li span {
	color: #666;
}

.backstage-page .barBox .privacy dl dd .result .yes li a {
	color: #F66F19;
}


/* password ok */

.backstage-page .barBox .password {
	margin: 20px auto 0;
	padding: 0 100px;
	width: 720px;
	overflow: hidden;
}

.backstage-page .barBox .password dl {
	float: left;
	margin: 10px 0;
	width: 720px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.backstage-page .barBox .password dl dt {
	float: left;
	height: 36px;
}

.backstage-page .barBox .password dl dt em {
	float: left;
	padding-right: 10px;
	width: 70px;
	height: 36px;
	text-align: right;
	font-size: 15px;
	color: #888888;
}

.backstage-page .barBox .password dl dt .inputPassword {
	float: left;
	padding: 7px;
	width: 240px;
	height: 20px;
	border: 1px solid #cfcfcf;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 15px;
	line-height: 20px;
}

.backstage-page .barBox .password dl dt .inputSubmit {
	float: left;
	width: 130px;
	height: 36px;
	border: 0;
	background: #ff9702;
	border-radius: 1px;
	font-size: 17px;
	color: #ffffff;
}

.backstage-page .barBox .password dl dt .inputSubmit:hover {
	background: #f66f19;
}

.backstage-page .barBox .password dl dd {
	float: left;
	height: 36px;
	font-size: 13px;
	color: #f66f19;
}

.backstage-page .barBox .password dl dd i {
	float: left;
	padding: 0 7px 0 12px;
	height: 36px;
	text-align: right;
	line-height: 36px;
	font-size: 14px;
	color: #f66f19;
}


/*dict ok*/

.backstage-page .barBox .dict li {
	height: 22px;
	padding: 10px 20px;
	background-color: #f5f5f5;
}

.backstage-page .barBox .dict li+li {
	margin-top: 10px;
}

.backstage-page .barBox .dict li span {
	float: left;
	width: calc(100% - 150px);
	font-size: 15px;
	color: #333;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: default;
}

.backstage-page .barBox .dict li a {
	float: right;
	margin: 0 5px 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-decoration: none;
}

.backstage-page .barBox .dict li a:hover {
	color: #F66F19;
	text-decoration: underline;
}

.backstage-page .barBox .dict li a i {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	color: #FFAD03;
	line-height: 22px;
}


/* dialog-box ok */

.dialog-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	z-index: 7777;
}

.dialog-bg .dialog-box {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-bottom: 45px;
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
	animation-name: bounceIn;
	-webkit-animation-name: bounceIn;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	overflow: hidden;
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.size01 {
	margin-top: -180px;
	margin-left: -300px;
	width: 600px;
}

.size02 {
	margin-top: -130px;
	margin-left: -130px;
	width: 260px;
}

.size03 {
	margin-top: -180px;
	margin-left: -230px;
	width: 460px;
}

.dialog-box a.close {
	position: absolute;
	top: 14px;
	right: 17px;
	width: 16px;
	height: 16px;
}

.dialog-box a.close:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	width: 16px;
	height: 1px;
	background: #666666;
	transform: rotate(45deg);
}

.dialog-box a.close:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	width: 16px;
	height: 1px;
	background: #666666;
	transform: rotate(-45deg);
}

.dialog-box .title {
	margin: auto;
	padding: 0 80px 0 20px;
	width: 100%;
	height: 42px;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	line-height: 42px;
}

.dialog-box .cont {
	margin: auto;
	padding: 15px 20px 25px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.dialog-box .cont dl {
	float: left;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}

.dialog-box .cont dl dt {
	float: left;
	width: 340px;
}

.dialog-box .cont dl dt em {
	float: left;
	padding-right: 10px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #777777;
}

.dialog-box .cont dl dt .inputText {
	float: left;
	padding: 5px 6px;
	height: 18px;
	border: 1px solid #cfcfcf;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
	line-height: 18px;
}

.dialog-box .cont dl dt .width01 {
	width: 236px;
}

.dialog-box .cont dl dt .width02 {
	width: 100px;
}

.dialog-box .cont dl dt .inputGet {
	float: right;
	width: 131px;
	height: 30px;
	border: 0;
	background: #ff9702;
	border-radius: 1px;
	color: #ffffff;
}

.dialog-box .cont dl dt .inputSelect {
	float: left;
	padding: 0 2px;
	width: 250px;
	height: 30px;
	border: 1px solid #cfcfcf;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 1px;
	font-size: 14px;
}

.dialog-box .cont dl dd {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #f66f19;
	overflow: hidden;
}

.dialog-box .cont dl dd i {
	float: left;
	padding: 0 7px 0 12px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
	color: #f66f19;
}

.dialog-box .cont ul {
	padding-top: 5px;
}

.dialog-box .cont ul li {
	overflow: hidden;
}

.dialog-box .cont ul li .textarea {
	float: left;
	width: calc(100% - 20px);
	height: 100px;
	padding: 8px 9px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	outline: none;
	resize: none;
}

.dialog-box .cont ul li .textarea::placeholder {
	color: #aaa;
}

.dialog-box .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 17px 15px 13px;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
}

.dialog-box .bottom .Submit {
	float: right;
	padding: 0 15px;
	height: 30px;
	border: 0;
	background: #2e8ded;
	border-radius: 2px;
	font-size: 13px;
	color: #ffffff;
}

.dialog-box .bottom a {
	float: right;
	margin-left: 12px;
	padding: 0 14px;
	height: 28px;
	border: 1px solid #dedede;
	background: #f1f1f1;
	border-radius: 2px;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.dialog-box .bottom a:hover {
	color: #333333;
	text-decoration: none;
}


/* resumeBox ok */

.backstage-page .resumeBox {
	float: right;
	width: 983px;
	overflow: hidden;
}

.backstage-page .resumeBox .res_l {
	float: left;
	width: 830px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.backstage-page .resumeBox .res_l .remark {
	margin: auto;
	width: 830px;
	height: 40px;
	text-align: center;
	background: #fff7eb;
	border-bottom: 1px solid #fff0eb;
}

.backstage-page .resumeBox .res_l .remark i {
	display: inline-block;
	vertical-align: middle;
	color: #ff0000;
}

.backstage-page .resumeBox .res_l .remark span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #ff0000;
}

.backstage-page .resumeBox .res_l .itemsbox {
	margin: auto;
	width: 830px;
}

.backstage-page .resumeBox .res_l .itemsbox+div {
	border-top: 1px dashed #dddddd;
}

.backstage-page .resumeBox .res_l .itemsbox .showBox {
	margin: auto;
	padding: 20px 30px;
	width: 770px;
	background: #ffffff;
	overflow: hidden;
}

.backstage-page .resumeBox .res_l .itemsbox .showBox:hover {
	background: #fafafa;
}

.backstage-page .resumeBox .res_l .itemsbox .editBox {
	margin: auto;
	padding: 20px 30px;
	width: 770px;
	background: #ffffff;
}

.backstage-page .resumeBox .res_r {
	float: right;
	margin-left: -1px;
	width: 152px;
	overflow: hidden;
}

.backstage-page .resumeBox .res_r #fixed_scroll {
	float: left;
	width: 150px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	overflow: hidden;
}


/* title ok */

.backstage-page .resumeBox .title {
	margin: auto;
	width: 770px;
	height: 44px;
}

.backstage-page .resumeBox .title span {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #000000;
}

.backstage-page .resumeBox .title a {
	float: right;
	padding: 0 10px 0 0;
	height: 30px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
	text-decoration: none;
}

.backstage-page .resumeBox .title a:hover {
	background: #efefef;
	border: 1px solid #cfcfcf;
	color: #333333;
	text-decoration: none;
}

.backstage-page .resumeBox .title a i {
	float: left;
	margin: 6px 5px 6px 7px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #abbfda;
}

.backstage-page .resumeBox .title a:hover i {
	color: #819cc4;
}


/* emptyBar ok */

.backstage-page .resumeBox .emptyBar {
	margin: auto;
	width: 770px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999999;
}


/* showBar ok */

.backstage-page .resumeBox .showBar {
	margin: auto;
	width: 770px;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar .basic {
	margin: 0 auto 10px;
	width: 770px;
	min-height: 156px;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar .basic .pic {
	position: relative;
	float: left;
	padding: 4px;
	width: 124px;
	height: 146px;
	border: 1px solid #e6e6e6;
	background: url(/img/default_avatar.gif) no-repeat center;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar .basic .pic img {
	float: left;
	width: 124px;
	height: 146px;
}

.backstage-page .resumeBox .showBar .basic .pic a {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 124px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.backstage-page .resumeBox .showBar .basic .pic a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.backstage-page .resumeBox .showBar .basic dl {
	float: right;
	width: 615px;
	min-height: 156px;
}

.backstage-page .resumeBox .showBar .basic dl dt {
	float: left;
	margin-bottom: 2px;
	width: 615px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 22px;
}

.backstage-page .resumeBox .showBar .basic dl dd {
	float: left;
	width: 615px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.backstage-page .resumeBox .showBar .basic dl dd span {
	float: left;
	height: 30px;
}

.backstage-page .resumeBox .showBar .basic dl dd i {
	float: left;
	margin: 10px 13px 8px;
	width: 1px;
	height: 12px;
	background: #aaaaaa;
}

.backstage-page .resumeBox .showBar .basic dl dd em {
	float: left;
	height: 30px;
	color: #000000;
}

.backstage-page .resumeBox .showBar .basic dl dd b {
	float: left;
	margin-right: 25px;
	height: 30px;
	font-weight: normal;
}

.backstage-page .resumeBox .showBar .evaluate {
	margin: auto;
	width: 770px;
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
	color: #666666;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar ul.intention {
	margin: auto;
	width: 770px;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar ul.intention li {
	float: left;
	width: 770px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}

.backstage-page .resumeBox .showBar ul.intention li em {
	float: left;
	margin-right: 10px;
	height: 28px;
	color: #333333;
}

.backstage-page .resumeBox .showBar ul.intention li span {
	float: left;
	height: 28px;
}

.backstage-page .resumeBox .showBar dl .operate {
	float: right;
	margin-right: -100px;
	width: 70px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

.backstage-page .resumeBox .showBar dl .operate a {
	color: #f85659;
	text-decoration: none;
}

.backstage-page .resumeBox .showBar dl .operate a:hover {
	color: #f85659;
	text-decoration: underline;
}

.backstage-page .resumeBox .showBar dl.skill {
	float: left;
	padding: 5px 100px 23px 0;
	width: 670px;
	height: 20px;
}

.backstage-page .resumeBox .showBar dl.skill dt {
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	font-size: 14px;
	color: #f67019;
}

.backstage-page .resumeBox .showBar dl.skill dd {
	float: right;
	margin: 2px 0;
	width: 470px;
	height: 16px;
}

.backstage-page .resumeBox .showBar dl.skill dd span {
	float: left;
	width: 360px;
	height: 16px;
	background: #dddddd;
	border-radius: 16px;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar dl.skill dd span i {
	float: left;
	padding-right: 10px;
	height: 16px;
	background: #ff9702;
	border-radius: 16px;
	text-align: right;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
	box-sizing: border-box;
}

.backstage-page .resumeBox .showBar dl.list {
	float: left;
	margin-top: 5px;
	padding: 0 100px 23px 0;
	width: 670px;
	background: url(/img/resume_bg.png) no-repeat 172px 0;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar dl.list dt {
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	line-height: 20px;
}

.backstage-page .resumeBox .showBar dl.list dd {
	float: right;
	width: 470px;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar dl.list dd span {
	float: left;
	min-height: 20px;
}

.backstage-page .resumeBox .showBar dl.list dd i {
	float: left;
	margin: 4px 12px 3px;
	width: 1px;
	height: 13px;
	background: #cccccc;
}

.backstage-page .resumeBox .showBar dl.list dd .chiefInfo {
	float: left;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	color: #f67019;
	overflow: hidden;
}

.backstage-page .resumeBox .showBar dl.list dd .minorInfo {
	float: left;
	margin-top: 6px;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	overflow: hidden;
}


/* editBar ok */

.backstage-page .resumeBox .editBar {
	margin: auto;
	padding: 9px;
	width: 750px;
	background: #ffffff;
	border: 1px solid #ffad03;
	border-top-width: 3px;
}

.backstage-page .resumeBox .editBar .butbox {
	margin: auto;
	padding: 11px 235px 20px 235px;
	width: 280px;
	height: 38px;
}

.backstage-page .resumeBox .editBar .butbox .inputSubmit {
	float: left;
	width: 120px;
	height: 38px;
	border: 0;
	background: #ff9702;
	border-radius: 1px;
	font-size: 15px;
	color: #ffffff;
}

.backstage-page .resumeBox .editBar .butbox .inputSubmit:hover {
	background: #f66f19;
}

.backstage-page .resumeBox .editBar .butbox a.cancelBtn {
	float: right;
	width: 118px;
	height: 36px;
	background: #e7e7e7;
	border: 1px solid #d8d8d8;
	border-radius: 1px;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}

.backstage-page .resumeBox .editBar .butbox a.cancelBtn:hover {
	background: #d8d8d8;
	color: #333333;
	text-decoration: none;
}

.backstage-page .resumeBox .editBar ul.inpBox {
	margin: auto;
	padding: 10px 0;
	width: 750px;
}

.backstage-page .resumeBox .editBar ul.inpBox li {
	float: left;
	margin: 7px 0;
	width: 750px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl {
	float: left;
	margin: 0 20px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl.Wid01 {
	width: 335px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl.Wid02 {
	width: 710px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl dt {
	float: left;
	width: 100%;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .tit {
	float: left;
	padding-right: 5px;
	width: 85px;
	height: 34px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .tit font {
	float: right;
	margin-right: 4px;
	height: 34px;
	line-height: 40px;
	font-size: 19px;
	color: #ff0000;
	overflow: hidden;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .tit em {
	float: right;
	line-height: 34px;
	font-size: 14px;
	color: #666666;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .inp {
	position: relative;
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #777777;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .inpDown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border: 4px solid;
	border-color: #666666 transparent transparent transparent;
	z-index: 666;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .Text {
	float: left;
	padding: 6px 10px;
	width: 223px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	line-height: 20px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .Text01 {
	float: left;
	padding: 6px 10px;
	width: 174px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	line-height: 20px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .Text02 {
	float: left;
	padding: 6px 10px;
	width: 598px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	line-height: 20px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .Select {
	float: left;
	padding: 0 5px;
	height: 34px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .selWid01 {
	width: 245px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .selWid02 {
	width: 115px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .selWid03 {
	width: 359px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .selWid04 {
	width: 196px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl .Textarea {
	float: left;
	padding: 7px 9px;
	width: 600px;
	height: 100px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	line-height: 20px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl label {
	float: left;
	margin-right: 20px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}

.backstage-page .resumeBox .editBar ul.inpBox dl label .Radio {
	float: left;
	margin: 9px 5px 9px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.backstage-page .resumeBox .editBar ul.inpBox dl dd {
	float: left;
	margin-top: 3px;
	padding-left: 93px;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	line-height: 20px;
	font-size: 12px;
	color: #f66f19;
}

.backstage-page .resumeBox .editBar ul.inpBox dl dd i {
	float: left;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #f66f19;
}


/* stateBox ok */

.backstage-page .resumeBox dl.stateBox {
	float: left;
	width: 150px;
	overflow: hidden;
}

.backstage-page .resumeBox dl.stateBox dt {
	float: left;
	margin: 15px 25px;
	padding: 28px 0 22px;
	width: 100px;
	height: 50px;
	background: url(/img/level_pic.gif) no-repeat 0 0;
	text-align: center;
	overflow: hidden;
}

.backstage-page .resumeBox dl.stateBox dt b {
	display: block;
	padding-left: 8px;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	font-family: arial;
	font-size: 30px;
	overflow: hidden;
}

.backstage-page .resumeBox dl.stateBox dt b font {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
	color: #bbbbbb;
}

.backstage-page .resumeBox dl.stateBox dt em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #aaaaaa;
	overflow: hidden;
}

.backstage-page .resumeBox dl.stateBox dt.level30 {
	background-position: 0 0;
}

.backstage-page .resumeBox dl.stateBox dt.level30 b {
	color: #fd9e08;
}

.backstage-page .resumeBox dl.stateBox dt.level40 {
	background-position: -100px 0;
}

.backstage-page .resumeBox dl.stateBox dt.level40 b {
	color: #fc970b;
}

.backstage-page .resumeBox dl.stateBox dt.level50 {
	background-position: -200px 0;
}

.backstage-page .resumeBox dl.stateBox dt.level50 b {
	color: #fb8f0e;
}

.backstage-page .resumeBox dl.stateBox dt.level60 {
	background-position: -300px 0;
}

.backstage-page .resumeBox dl.stateBox dt.level60 b {
	color: #f98711;
}

.backstage-page .resumeBox dl.stateBox dt.level70 {
	background-position: 0 -100px;
}

.backstage-page .resumeBox dl.stateBox dt.level70 b {
	color: #f87f13;
}

.backstage-page .resumeBox dl.stateBox dt.level80 {
	background-position: -100px -100px;
}

.backstage-page .resumeBox dl.stateBox dt.level80 b {
	color: #f77916;
}

.backstage-page .resumeBox dl.stateBox dt.level90 {
	background-position: -200px -100px;
}

.backstage-page .resumeBox dl.stateBox dt.level90 b {
	color: #f77318;
}

.backstage-page .resumeBox dl.stateBox dt.level100 {
	background-position: -300px -100px;
}

.backstage-page .resumeBox dl.stateBox dt.level100 b {
	color: #f66f19;
}

.backstage-page .resumeBox dl.stateBox dd {
	float: left;
	margin: 0 11px 15px 11px;
	width: 128px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}

.backstage-page .resumeBox dl.stateBox dd a {
	float: left;
	width: 58px;
	height: 26px;
	border: 1px solid;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;
}

.backstage-page .resumeBox dl.stateBox dd a:hover {
	text-decoration: none;
}

.backstage-page .resumeBox dl.stateBox dd a.sx {
	background: #ff9702;
	border-color: #ff9702;
	color: #ffffff;
}

.backstage-page .resumeBox dl.stateBox dd a.sx:hover {
	border-color: #f66f19;
	background: #f66f19;
	color: #ffffff;
}

.backstage-page .resumeBox dl.stateBox dd a.yl {
	margin-left: 8px;
	background: #fff2e3;
	border-color: #ff9702;
	color: #f66f19;
}

.backstage-page .resumeBox dl.stateBox dd a.yl:hover {
	border-color: #f66f19;
	background: #ffe8cd;
	color: #f66f19;
}


/* menu ok */

.backstage-page .resumeBox .menu {
	float: left;
	width: 150px;
	overflow: hidden;
}

.backstage-page .resumeBox .menu li {
	position: relative;
	float: left;
	padding: 0 20px;
	width: 110px;
	height: 42px;
	border-top: 1px solid #e4eaee;
	line-height: 42px;
	font-size: 14px;
}

.backstage-page .resumeBox .menu li:first-child {
	border-top: 1px solid #dfdfdf;
}

.backstage-page .resumeBox .menu li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border: 1px solid;
	border-color: transparent #c8c8c8 #c8c8c8 transparent;
	transform: rotate(45deg);
}

.backstage-page .resumeBox .menu li.finish:after {
	border-color: transparent #f66f19 #f66f19 transparent;
}

.backstage-page .resumeBox .menu li a {
	color: #888888;
	text-decoration: none;
}

.backstage-page .resumeBox .menu li a:hover {
	color: #ff7f24;
	text-decoration: none;
}


/* backstage end */


/* preview start */


/* header */

.preview-header {
	margin: 0 auto 20px;
	padding: 10px 0;
	width: 100%;
	height: 44px;
	background: #f48222;
}

.preview-header .inner {
	margin: auto;
	width: 1100px;
	height: 44px;
}

.preview-header .logo {
	float: left;
	height: 44px;
}

.preview-header .logo img {
	float: left;
	height: 44px;
}

.preview-header .word {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	height: 44px;
	border-left: 1px solid #fcdabd;
	line-height: 44px;
	font-size: 18px;
	color: #ffffff;
}


/* footer */

.preview-footer {
	margin: auto;
	width: 1100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #888888;
}


/* section */

.preview-section {
	margin: auto;
	width: 1098px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.preview-section .myLeft {
	float: left;
	width: 900px;
	background: #ffffff;
	border-right: 1px solid #e8e8e8;
	overflow: hidden;
}

.preview-section .myLeft .date {
	margin: auto;
	padding: 0 20px;
	width: 860px;
	height: 40px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
}

.preview-section .myRight {
	float: left;
	padding: 12px 39px 12px 38px;
	width: 120px;
	overflow: hidden;
}

.preview-section .myRight a {
	float: left;
	margin: 12px 0;
	width: 120px;
	height: 38px;
	background: #c8c8c8;
	border-radius: 3px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.preview-section .myRight a:hover {
	background: #ffad03;
	color: #ffffff;
	text-decoration: none;
}

.preview-section .myRight a.hover {
	background: #ffad03;
	color: #ffffff;
	text-decoration: none;
}


/* main */

.preview-section .myLeft .main {
	margin: 0 30px 20px;
	width: 840px;
	overflow: hidden;
}

.preview-section .myLeft .main .show {
	float: left;
	padding: 20px 0;
	width: 840px;
	overflow: hidden;
}

.preview-section .myLeft .main .show .tits {
	float: left;
	margin-bottom: 13px;
	width: 840px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.preview-section .myLeft .main .show .cons {
	float: left;
	width: 840px;
	overflow: hidden;
}


/* basic */

.preview-section .myLeft .main .basic {
	margin: 0 auto;
	width: 840px;
	min-height: 156px;
	overflow: hidden;
}

.preview-section .myLeft .main .basic .pic {
	float: left;
	padding: 4px;
	width: 124px;
	height: 146px;
	border: 1px solid #e6e6e6;
	background: url(/img/default_avatar.gif) no-repeat center;
	overflow: hidden;
}

.preview-section .myLeft .main .basic .pic img {
	float: left;
	width: 124px;
	height: 146px;
}

.preview-section .myLeft .main .basic dl {
	float: right;
	width: 680px;
	min-height: 156px;
}

.preview-section .myLeft .main .basic dl dt {
	float: left;
	margin-bottom: 2px;
	width: 680px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
}

.preview-section .myLeft .main .basic dl dd {
	float: left;
	width: 680px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #000000;
}

.preview-section .myLeft .main .basic dl dd span {
	float: left;
	height: 30px;
}

.preview-section .myLeft .main .basic dl dd i {
	float: left;
	margin: 10px 18px 8px;
	width: 1px;
	height: 12px;
	background: #aaaaaa;
}

.preview-section .myLeft .main .basic dl dd em {
	float: left;
	height: 30px;
	color: #000000;
}

.preview-section .myLeft .main .basic dl dd b {
	float: left;
	margin-right: 25px;
	height: 30px;
	font-weight: normal;
}


/* intention */

.preview-section .myLeft .main ul.intention {
	margin: auto;
	padding: 0 50px 0 30px;
	width: 760px;
	overflow: hidden;
}

.preview-section .myLeft .main ul.intention li {
	float: left;
	width: 770px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #000000;
}

.preview-section .myLeft .main ul.intention li em {
	float: left;
	margin-right: 5px;
	height: 28px;
}

.preview-section .myLeft .main ul.intention li span {
	float: left;
	height: 28px;
}


/* skill */

.preview-section .myLeft .main dl.skill {
	float: left;
	padding: 15px 0 10px;
	width: 840px;
	height: 20px;
}

.preview-section .myLeft .main dl.skill dt {
	float: left;
	width: 160px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	font-size: 15px;
	color: #000000;
}

.preview-section .myLeft .main dl.skill dd {
	float: right;
	margin: 2px 0;
	width: 630px;
	height: 16px;
}

.preview-section .myLeft .main dl.skill dd span {
	float: left;
	width: 400px;
	height: 16px;
	background: #dddddd;
	border-radius: 16px;
	overflow: hidden;
}

.preview-section .myLeft .main dl.skill dd span i {
	float: left;
	padding-right: 10px;
	height: 16px;
	background: #ff9702;
	border-radius: 16px;
	text-align: right;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
	box-sizing: border-box;
}


/* evaluate */

.preview-section .myLeft .main .evaluate {
	margin: auto;
	padding: 0 60px 0 30px;
	width: 750px;
	line-height: 28px;
	font-size: 15px;
	color: #000000;
	text-indent: 2em;
	overflow: hidden;
}


/* list */

.preview-section .myLeft .main dl.list {
	float: left;
	margin-top: 5px;
	padding: 0 60px 20px 0;
	width: 780px;
	background: url(/img/resume_bg.png) no-repeat 181px 0;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
}

.preview-section .myLeft .main dl.list dt {
	float: left;
	width: 160px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	color: #000000;
}

.preview-section .myLeft .main dl.list dd {
	float: right;
	width: 570px;
	color: #000000;
	overflow: hidden;
}

.preview-section .myLeft .main dl.list dd span {
	float: left;
	min-height: 20px;
}

.preview-section .myLeft .main dl.list dd i {
	float: left;
	margin: 4px 12px 3px;
	width: 1px;
	height: 13px;
	background: #cccccc;
}

.preview-section .myLeft .main dl.list dd .chiefInfo {
	float: left;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	color: #000000;
	overflow: hidden;
}

.preview-section .myLeft .main dl.list dd .minorInfo {
	float: left;
	margin-top: 6px;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	overflow: hidden;
}


/* preview end */


/*push-info*/

.backstage-page .push-info {
	margin: auto;
	width: 920px;
	overflow: hidden;
}

.backstage-page .push-info .yes-binding {
	float: left;
	padding: 24px 9px;
	width: 900px;
	text-align: center;
	border: 1px dashed #ffddc1;
	overflow: hidden;
}

.backstage-page .push-info .yes-binding font {
	display: inline-block;
	color: #666;
}

.backstage-page .push-info .yes-binding a {
	display: inline-block;
	margin-left: 10px;
	color: #ff0000;
}

.backstage-page .push-info .no-binding {
	float: left;
	margin-bottom: 25px;
	padding: 30px 9px;
	width: 900px;
	border: 1px dashed #ffddc1;
	overflow: hidden;
}

.backstage-page .push-info .no-binding .title {
	float: left;
	margin-bottom: 25px;
	width: 900px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #ff5500;
	overflow: hidden;
}

.backstage-page .push-info .no-binding dl {
	float: left;
	width: 300px;
	overflow: hidden;
}

.backstage-page .push-info .no-binding dl dt {
	float: left;
	width: 300px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}

.backstage-page .push-info .no-binding dl dd {
	float: left;
	margin-top: 20px;
	width: 300px;
	height: 379px;
	text-align: center;
}