*{
	padding:0;
	margin:0;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	outline:none;
}
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* //////////////////////////////////////////// */
.content{
	width: 60%;
	margin: 20px auto;
	border: 1px solid #ccc;
}

.type_qx>ul>li{
	float: left;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	height: 210px;
	background: url('../images/kanjia/index_header5.png')no-repeat 0 0;
}
.type_t{
	width: 100%;
	height: 140px;
	line-height: 140px;
	margin-top: 5px;
	background: url('../images/kanjia/title.png')no-repeat 0 0;
}
/* 导航 */
.kanjia_daohang{
	border-top: 1px solid #f3f3f3;
	background-color: #f3f3f3;	
	height: 40px;
	line-height: 40px;
}
.kanjia_daohang>li{
	float: left;
	width: 120px;
	text-align: center;
	
}
.kanjia_daohang>li>a{
	
	color: #049;
	display: block;
}

/* 充钱 */
.money{
	margin-top: 20px;
}
.money_money{
	margin-top: 20px;
}
.money_money>li{
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
	height: 162px;
	box-sizing:border-box;
	background-size: 100%;
	margin-left: 5%;
	margin-top: 10px;
}
.money_money>li:nth-of-type(1){
	margin-left: 2%;
	background: url('../images/kanjia/1.png')no-repeat 0 0;
}
.money_money>li:nth-of-type(2){
	background: url('../images/kanjia/2.png')no-repeat 0 0;
}
.money_money>li:nth-of-type(3){
	background: url('../images/kanjia/3.png')no-repeat 0 0;
}
.money_money>li:nth-of-type(4){
	margin-right: 3%;
	background: url('../images/kanjia/4.png')no-repeat 0 0;
}
.money_money>li:nth-of-type(5){
	margin-left: 2%;
	background: url('../images/kanjia/4.png')no-repeat 0 0;
}
.money_money>li:nth-of-type(6){

	background: url('../images/kanjia/4.png')no-repeat 0 0;
}
.money_money>li>span{
	display: block;
	height: 30px;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
.money_money>li>span>em{
	display: none;
}
.kanjia_nav{
	background-color: #ff6501;
	display: inline-block;
	height: 40px;
	width: 300px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 7px;
	font-weight: bolder;
	cursor: pointer;
	margin-right: 46px;
	float: right;
}
.money_saving{
	background-color: #f1f1f1;
	font-size: 14px;
	color: #444;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.money_saving>span{
	color: #ff6501;
	font-size: 20px;
	font-weight: bold;

}
.money_j{
	margin-top: 20px;
	margin-left: 20px;
}
.money_j>span{
	color: #ff6501;
	font-size: 35px;
}
.money_q{
	margin-top: 20px;
}
.money_q>ul>li{
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}
.money_q>ul>li>input{
	margin-left: 20px;
}
.jiesuan{
	cursor: pointer;
    border: none;
    background-color: #005C8F;
    width: 307px;
    height: 40px;
    line-height: 40px;
    color: #fff;

    font-size: 14px;
    border-radius: 7px;
}
/* 分享说明 */
.kanjia_s{
	padding:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.kanjia_s>ol{
	list-style-type: none;
	counter-reset: setioncounter;
}
.kanjia_s>ol>li{
	line-height: 25px;
	color: #444;
	
}
.kanjia_s>ol>li:before{
	content: counter(setioncounter) "、";
	counter-increment: setioncounter;
}







/* 简历列表 */
.kanjia_r>ul{
	margin-top: 10px;
}
.kanjia_r>h3{
	font-size: 18px;
	margin-left: 10px;
	color: #444;
}
.kanjia_r>ul>li{
	padding: 10px;
	box-sizing:border-box;
	float: left;
	width: 40%;
	margin-left: 5%;
	margin-top: 10px;
	text-align: center;
	background-color: #2EC5EA;
	border-radius: 25px;
}
.kanjia_r>ul>li>a{
	color: #ff6501;
	color: #fff;
	font-size: 18px;
}

/* 登录提示 */
#denglu{
	display: none;
	position: fixed;
	left: 0;
	top:0;
	background-color: #000;
	background: rgba(10, 10, 10, 0.8);
	width: 100%;
	height: 100%;
	z-index:100000000000000000000;
	text-align: center;
	line-height: 100%;
}
#denglu>img{
	margin-top: 10%;
	cursor: pointer;
}
