.mobileNew_poster{
	margin-left:5px;
	margin-right:5px;
	position:relative;
	margin-top:8%;
}
.img100{
	width:100%;
}
.mobileNew_poster_top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#2f75bb;
	z-index:10;
	padding-bottom:2%;
}
.mobileNew_poster_logo{
	position:absolute;
	top:5px;
	left:2%;
	width:24%;
	z-index:20;
}
.mobileNew_poster_search{
	position:absolute;
	top:3px;
	left:28%;
	width:46%;
	z-index:20;
}
.mobileNew_poster_searchBox{
	background-image:url("../image/mobileNew_searchBorder.png");
	background-repeat:no-repeat;
	background-size:100% 100%;     /*该属性是css3属性*/
	width:96%;
	padding-left:4%;
	background-color:transparent;
	font-size:0.8em;
	color:#333333;
	border:0;
}

::-ms-clear,::-ms-reveal{display:none;}
/*
用户在type="text"的input框中输入内容后，会自动产生一个小叉叉（X），方便用户点击清除已经输入的文本；而在type="password"的input框中输入内容后，会在右方显示一个小眼睛的图标，点击这个图标可以显示已经输入的内容。
使用以下CSS代码可轻松实现隐藏IE浏览器自带的文本删除按钮和密码查看按钮    ----->  ::-ms-clear,::-ms-reveal{display:none;}
其中“::-ms-clear”是文本清除按钮，也就是input右方的叉叉；“::-ms-reveal”是密码查看按钮，也就是密码框右边的小眼睛。当然，也可以单独清除其中一项。
*/

#mobileNew_poster_searchImg{
	position:absolute;
	top:5%;
	right:2%;
}
.mobileNew_poster_loginRes{
	position:absolute;
	top:0;
	left:75%;
	font-size:0.8em;
	color:white;
	width:25%;
	text-align:center;
	z-index:20;
}
.mobileNew_poster_loginRes a:link{
	color:white;
}
.mobileNew_poster_loginRes a:visited{
	color:white;
}
.mobileNew_poster_loginRes a:hover{
	color:white;
}
.mobileNew_poster_loginRes a:active{
	color:white;
}
.mobileNew_poster_register{
	float:right;
	padding-right:4%;
	padding-top:10%;
}
.mobileNew_poster_login{
	float:right;
	padding-top:10%;
}
.mobileNew_poster_userOperate{
	float:right;
	padding-right:4%;
	padding-top:10%;
}
.mobileNew_poster_userOperate_img{
	float:right;
	padding-right:4%;
	padding-top:6%;
}

.mobileNew_special{
	margin-left:10px;
	margin-right:10px;
	margin-top:3%;
	overflow:hidden;
}
.mobileNew_special_item{
	width:25%;
	float:left;
}
.mobileNew_special_item1{
	width:25%;
	float:left;
	margin-top:2%;
}
.mobileNew_special_item_pic{
	width:56%;
	float:left;
	text-align:center;
	margin-left:22%;
	margin-right:22%;
}
.mobileNew_special_item_pic img{
	width:100%;	
}
.mobileNew_special_item_text{
	width:100%;
	float:left;
	margin-top:5px;
	margin-bottom:2px;
	text-align:center;
	font-size:0.9em;
}

.mobileNew_country{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	overflow:hidden;
}
.mobileNew_country_item{
	width:20%;
	float:left;
	position:relative;
}
.mobileNew_country_item_pic{
	width:100%;
	float:left;
	text-align:center;
}
.mobileNew_country_item_pic img{
	width:100%;	
}

.mobileNew_special_pageTop{
	background-color:white;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}
.mobileNew_special_pageTop_RegLog{
	width:33%;
	float:left;
	padding-top:4%;
	padding-bottom:4%;
}
.mobileNew_special_pageTop_RegLog a:link{
	color:black;
}
.mobileNew_special_pageTop_RegLog a:visited{
	color:black;
}
.mobileNew_special_pageTop_RegLog a:hover{
	color:black;
}
.mobileNew_special_pageTop_RegLog a:active{
	color:black;
}
.mobileNew_special_pageTop_name{
	width:34%;
	float:left;
	margin-top:3%;
	margin-bottom:2%;
	background:url(../image/zhuanchangdise.png) no-repeat center;
	background-size:70% 100%; 
}
.mobileNew_special_pageTop_name_text{
	padding-top:4%;
	padding-bottom:4%;
	color:white;
}
.mobileNew_special_pageTop_index{
	width:33%;
	float:left;
	padding-top:4%;
	padding-bottom:4%;
}
.mobileNew_special_pageTop_index a:link{
	color:#FD5004;
}
.mobileNew_special_pageTop_index a:visited{
	color:#FD5004;
}
.mobileNew_special_pageTop_index a:hover{
	color:#FD5004;
}
.mobileNew_special_pageTop_index a:active{
	color:#FD5004;
}
.mobileNew_special_image{
	margin-top:2%;
	margin-left:10px;
	margin-right:10px;
}
.mobileNew_special_search{
	margin-top:2%;
	margin-left:10px;
	margin-right:10px;
	position:relative;
}
.mobileNew_special_searchBox{
	background-image:url("../image/special_searchBox.png");
	background-size:100% 100%;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:3%;
	width:97%;
	background-color:transparent;
	font-size:0.9em;
}
#mobileNew_special_searchImg{
	position:absolute;
	top:0;
	right:1%;
}
.mobileNew_special_pageTop_LogOut{
	width:33%;
	float:left;
	overflow:hidden;
}
.mobileNew_special_userOperate{
	float:left;
	padding-left:2%;
	padding-top:13%;
}
.mobileNew_special_userOperate_img{
	float:left;
	padding-left:10%;
	padding-top:10%;
}

.mobileNew_LoginPage_all{
	width:100%;
}
.mobileNew_LoginPage_true{
	position:absolute;
	top:0;
	left:8%;
	right:8%;
	width:84%;
}
.mobileNew_LoginPage_true_top{
	overflow:hidden;
	margin-top:2%;
	margin-bottom:4%;
}
.LoginPage_true_top_cha{
	float:left;
	width:19%;
	margin-left:-3%;
}
.LoginPage_true_top_text{
	color:white;
	font-size:1.2em;
	float:left;
	width:55%;
	padding-left:29%;
	padding-top:6%;
}
.mobileNew_LoginPage_input{
	margin-top:3%;
	position:relative;
}
#mobileNew_LoginPage_input_line{
	width:90%;
	position:absolute;
	top:50%;
	left:5%;
	height:1%;
	z-index:100;
}
.LoginPage_input_user{
	position:absolute;
	top:0;
	left:5%;
	height:49%;
	width:90%;
	z-index:99;
}
.LoginPage_input_password{
	position:absolute;
	top:51%;
	left:5%;
	height:49%;
	width:90%;
	z-index:99;
}
.LoginPage_input_user_imgDiv{
	float:left;
	width:10%;
	padding-top:5%;
	padding-left:2%;
}
.LoginPage_input_user_text{
	float:left;
	margin-left:5%;
	width:83%;
}
.LoginPage_input_pass_imgDiv{
	float:left;
	width:10%;
	padding-top:5%;
	padding-left:2%;
}
.LoginPage_input_pass_text{
	float:left;
	margin-left:5%;
	width:68%;
}
.LoginPage_input_pass_show{
	float:left;
	width:10%;
	padding-top:5%;
	margin-left:4%;
}
.LoginPage_input_img{
	width:100%;
}
.LoginPage_input_box{
	border:0;
	width:100%;
	background-color:transparent;
	font-size:1.2em;
	padding-top:9%;
	padding-bottom:9%;
}
.mobileNew_LoginPage_forgetPass{
	text-align:right;
	padding:5% 2% 5% 0;
}
.mobileNew_LoginPage_forgetPass a:link{
	color:white;
}
.mobileNew_LoginPage_forgetPass a:visited{
	color:white;
}
.mobileNew_LoginPage_forgetPass a:hover{
	color:white;
}
.mobileNew_LoginPage_forgetPass a:active{
	color:white;
}
.mobileNew_LoginPage_RegisterButton{
	margin-top:4%;
}
.mobileNew_LoginPage_chargeText{
	color:white;
	font-size:0.9em;
	margin-top:4%;
	text-align:center;
}
.mobileNew_LoginPage_chargeText_a:link{
	color:#6A58E8;
}
.mobileNew_LoginPage_chargeText_a:visited{
	color:#6A58E8;
}
.mobileNew_LoginPage_chargeText_a:hover{
	color:#6A58E8;
}
.mobileNew_LoginPage_chargeText_a:active{
	color:#6A58E8;
}
.mobileNew_LoginPage_chargeText_a1:link{
	color:#fda75b;
}
.mobileNew_LoginPage_chargeText_a1:visited{
	color:#fda75b;
}
.mobileNew_LoginPage_chargeText_a1:hover{
	color:#fda75b;
}
.mobileNew_LoginPage_chargeText_a1:active{
	color:#fda75b;
}

.mobileNew_createResumeTop_text{
	position:absolute;
	left:38%;
	top:4%;
	color:white;
	background:url(../image/resume_write.png) no-repeat;
	background-size:25% 100%;
	padding-left:7%;
}
.mobileNew_createResumeTop_text1{
	position:absolute;    /*绝对定位、浮动后的元素都会自动变为块级元素*/
	left:5%;
	top:4%;
}
.mobileNew_createResumeTop_text1:link{
	color:white;
}
.mobileNew_createResumeTop_text1:visited{
	color:white;
}
.mobileNew_createResumeTop_text1:hover{
	color:white;
}
.mobileNew_createResumeTop_text1:active{
	color:white;
}
.mobileNew_resume_save{
	position:relative;
	cursor:pointer;
}
.mobileNew_resume_save_text{
	color:white;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}


.daoyou-bottom-enroll{
	float:left;
	background-color:#47B5F2;
	color:white;
	text-align:center;
	height:50px;
	line-height:50px;
	width:31%;
	font-family:Microsoft Yahei;
	font-size:19px;
}
.daoyou-bottom-enroll:link{
	color:white;
}
.daoyou-bottom-enroll:visited{
	color:white;
}
.daoyou-bottom-enroll:hover{
	color:white;
}
.daoyou-bottom-enroll:active{
	color:white;
}
.daoyou-bottom-button_all{
	width:69%;
	float:right;
}
.daoyou-bottom-button{	
	float:right;
	font-family:Microsoft Yahei;
	font-size:17px;
	width:33%;
	height:50px;
	line-height:50px;	
	text-align:center;
	cursor:pointer;
}
.daoyou-bottom-button img{
	height:58%;
	padding-top:10px;
}
.daoyou-bottom-button span{
	color:#4e5563;
}


