.input_big .tipsimg,.input_big .tipsimg_open{
	position: absolute;
	top: -6px;
	right: 50px;
	width: 22px;
	height: 24px;
	cursor: pointer;
	z-index: 0;
}
.input_big .tipsimg_open{
	display: none;
}
.tipsBg{
	display: none;
	background: url(/images/resumepc/tips/pic_pop.png) no-repeat;
	width: 354px;
	height: 252px;
	padding: 70px 39px 48px 34px;
	position: absolute;
	top: -306px;
	right: -38px;
	font-size: 14px;
	transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	transform-origin:380px 300px;
}
.tipsBg .reelect{
	display: none;
}
.tipsBg .tipsContent .tips_head span ,.tipsBg .tipsContent .choiceContent #please{
	color: #B2B2B2;
}
.tipsBg .tipsContent.choice{
	display: none;
}
.tipsBg .tipsContent .tips_head .tipsBtn{
	display: inline-block;
	color: #5B9EFD;
	border: 1px solid #5B9EFD;
	width: 36px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	margin-left: 8px;
	cursor: pointer;
	-moz-border-radius: 8px; 
  	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tipsBg .mainContent{
	margin-top: 26px;
	line-height: 22px;
	height: 134px;
	overflow-y: auto;
	color: #4C4C4C;
}
.tipsBg .mainContent content p{
	background: url(/images/resumepc/tips/icon_point.png) no-repeat;
	background-position:  0 6px;
	text-indent: 16px;
	display: block;
}
.tipsBg .tipsDel{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 30px;
	right: 43px;
	cursor: pointer;
}
.list{
	width:292px;
	position: relative;
    left: 60px;
    top: -16px;
    max-height: 205px;
    overflow-y: auto;
}
.list .leftContent>span{
	display: inline-block;
}
.list .leftContent,.list .listContent li{
	width: 140px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	cursor: pointer;
	color: #4C4C4C;
}
.list .listContent{
	position: absolute;
	left: 120px;
	top: 0;
	display: none;
	border: 1px solid #EDEDED;
	background:#fff;
	min-height: 203px;
}
.list .leftContent .icon_go{
	display: inline-block;
    margin-left: 3px;
    margin-bottom: 2px
}
.list .leftContent{
	position: relative;
	width: 120px;
	height: 29px;
	line-height: 29px;
	width: 119px;
	background:#fff;
}
.list>li:hover span{
	color: #5B9EFD;
}
.list>li:hover ul{
	display: block;
	/*left: 120px;*/
}
/*.list>li:hover .blank{
	display: block;
}*/
.list .listContent ul li:hover{
	color: #5B9EFD;
}
.list ul{
	position: absolute;
	left:120px;
	top:0;
	background:#fff;
	display: none;
	border: 1px solid #EDEDED;
	/*border-left: none;*/
}
.list .listContent ul{
	min-height: 203px;
	/*max-height: 202px;
	overflow-y: auto;
	min-width: 158px;*/
	background: #FAFAFA;
}
.list .leftContent .blank{
	position: absolute;
	height: 29px;
	width: 2px;
	background: white;
	top: 0;
	left: 119px;
	z-index: 10;
	display: none;
}
/*.list>li:hover .leftContent{
	border: 1px solid #EDEDED;
	height: 29px;
	line-height: 29px;
	width: 119px;
	background:#fff;
}*/
.list .listContent li:hover{
	color: #5B9EFD;
}
.input_big .tips_study{
	display: none;
}
.input_big .tipstext {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 0;
	font-size: 12px;
	color: #88b9fe;
}

.input_big .tipstext:hover{
	text-decoration: underline;
}

.school_shadow{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.6;
	display: none;
}
.school_shadow_tip{
	height: 185px;
	width: 390px;
	position: absolute;
	right: 67px;
	top:-148px;
	background: url("/images/resumepc/tips/pic_tips.png") no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
}
.school_shadow_study_button{
	width: 90px;
	background: url("/images/resumepc/tips/icon_bulb_open.png") no-repeat 5px center;
	background-color: #fff;
	height: 34px;
	line-height: 34px;
	position: absolute;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index: 9999;
	font-size: 12px;
	color: #88b9fe;
	top:-4px;
	right:-8px;
	padding-left: 32px;
	background-size: 22px 24px;
	text-decoration: underline;
	cursor: default;
}
.study_one{
	background: url("/images/resumepc/tips/btn_ok.png") no-repeat;
	width: 110px;
	height:43px;
	background-size: cover;
	position: absolute;
	left: 300px;
	top: -30px;
	z-index: 9999;
	cursor: pointer;
}