@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px 微软雅黑;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #F4F9FF;
}
ul, li,dl,dt,dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-size: 14px;
	color: #FF5A00;
	}
a, img {
	border-width: 0;
	text-decoration: none;
}
a:link,a:visited{
	color: #222;
}
a:hover {
	color: #2c67FF;
	text-decoration: none;
}
input::-ms-clear {
	display:none;
}
input{
	border: 0;
}
button,input,textarea,select {
	outline:none;
	font-family: "微软雅黑";
}
button{
	border: 0;
	cursor: pointer;
}
label{
	cursor: pointer;
}
button:disabled{
	background-color: #ddd;
	color: #333;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;//解决输入框背景颜色
}
input[type='text'][readonly]{
      background-color:#EEE!important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.dn{
	display: none;
}
.wrap{
	width: 1190px;
	margin: 30px auto;
}

/*清除浮动*/
.clearfix {
	transform：scale（1）
}
.clearfix:after {
	content: '';
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}
.flex{
	display: flex;
	justify-content: space-between;
}

.mask-layer{
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 left: 0;
	 top: 0;
	 z-index: 100;
	 background: rgba(0,0,0,.3);
}
.blueText,a.blueText{
	color:  #4D7EFF ;
}
.orangeText,a.orangeText{
	color: #f86600;
}
.redText{
	color: #d50000;
}
.col6{
	color: #666;
}
.col9{
	color: #14152C;
}
.col9 a:link,.col9 a:visited{
	color: #999;
}
.col9 a:hover{
	color:  #4D7EFF  ;
}
.size12{
	font-size: 12px;
}
.size18{
	font-size: 18px;
}
.blueBtn{
	background-color:  #4D7EFF  ;
	color: #fff;
	border-radius: 3px;
}
.whiteBtn{
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #999;
	border-radius: 3px;
}
.required{
	color: #f86600;
	margin-right: 5px;
	font-style: normal;
}
/* 公告 */
.topNoticeDiv{
	background-color: #f7e19f;
	font-size: 12px;
	line-height: 26px;
	color: #333;
	height: 28px;
	width: 100%;
	border-bottom: 1px solid #e9cd5c;
}
.topNoticeDiv .text{
	width: 1190px;
	margin: 0 auto;
	text-align: center;
}
.topNoticeDiv .icon-gonggao{
	color: #e00;
	margin-right: 7px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

/*顶部*/
/* #GlobalLoginStatus {
	display: none;
} */
.top_main{
	width: 100%;
	height: 37px;
	line-height: 37px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	background-color: #F3F4F8;
}
.header_top{
	width: 1190px;
	margin: 0 auto;
	height: 37px;
	/* overflow: hidden; */
	box-sizing: border-box;
	font-size: 13px;
}
.header_top .line{
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #ddd;
	position: relative;
	top: 2px;
	margin: 0 5px;
}
.leftNav a{
	display: inline-block;
	height: 37px;
	padding: 0 15px;
}
.leftNav .current{
	background-color: #fff;
	color:  #4D7EFF  ;
	position: relative;
	left: -4px;
}
.header_main .rightNav {
	margin-top: -8px;
	position: relative;
	top: 50%;
}
.rightNav a{
	margin-left: 25px;

}
.header_main a {
	color: #fff;
	height: 70px;
}
.rightNav .zc{
	margin-left: 10px;
}
.rightNav .cj{
	border: 1px solid  #4D7EFF  ;
	border-radius: 10px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	padding: 0 8px;
}
.border_but {
	border: 0.5px solid #AEB4C6;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 2px 12px;
	border-radius: 15px;
	color:#aedeff;
}

.rightNav .login_btn {
	background-color: #d7e0f8;
	color: #4D7EFF;
	border-color: #d7e0f8;
}
.border_but:hover {
	background: #4074FB;
	color:  #fff ;
	border-color: rgba(44,103,255,0.14);
}

/*header*/
.header_main{
	width: 100%;
	height: 70px;
	background-color: #fff;
}
.header{
	 width: 1190px;
	 height: 70px;
	 margin: 0 auto;
	 background-color: #fff;
}
.logo{
	margin-top: 16px;
	height: 36px;
}
.logo_label {
	margin-left: 20px;
	height: 70px;
}
.header .nav{line-height: 70px;}
.header .nav a{
	font-size: 15px;
	margin: 0 0px 0 105px;
	color: #14152C;
}
.header .nav a:first-child {
	margin-left: 125px;
}
.header .nav a.current{
	color:  #4D7EFF ;
	font-weight: bold;
	padding-bottom: 10px;
	position:relative;
}
.header .nav a.current:before{
	content:"";
	position:absolute;
	background-color:  #4D7EFF;
	width: 90%;
	height: 3px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;
}
.page_subhead{
	font-size: 24px;
	font-weight: normal;
	line-height: 100px;
}
.headerR_tips{
	font-size: 14px;
	line-height: 100px;
	color: #fff;
}

/*footer*/
.footer_main{
	 width: 100%;
	 background-color: #4D69C0;
	 height: 190px;
	 color: #fff;
	 margin-top: 40px;
}
.footer{
	width: 1190px;
	margin: 0 auto;
}
.footerNav{
	width: 680px;
	padding-top: 15px;
	box-sizing: border-box;
	text-align: center;
}
.footerNav dl{
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 70px 0 20px;
}
.footerNav dt{
	font-size: 16px;
	line-height: 40px;
}
.footerNav dd{
	line-height: 26px;
}
.footerNav dd a{
	color: #fff;
}
.footerNav dd a:hover{
	color:  #4D7EFF ;
}
.footerR{
	width: 500px;
	padding-top: 26px;
}
.footerR .text{
	margin-right: 23px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
}
.footerR .icon1{
	padding-left: 48px;
	background: url(../images/footIcon.png) no-repeat left top;
}
.footerR .icon2{
	padding-left: 48px;
	background: url(../images/footIcon.png) no-repeat left -49px;
}
.footerR .icon3{
	padding-left: 48px;
	background: url(../images/footIcon.png) no-repeat left -98px;
}
.footerR .beianImg{
	position: relative;
	top: 3px;
	margin-right: 6px;
}
.footerR .bigT{
	font-size: 14px;
}
.copyText{
	text-align: left;
	margin-top: 13px;
	line-height: 26px;
	color: #fff;
}
.copyText a{
	color: #fff;
}
.copyText a:hover{
	color:  #4D7EFF ;
}


.fixed_rightNav{
	width: 68px;
	position: fixed;
	z-index: 100;
}
.fixed_rightNav .navDiv,.fixed_rightNav .tel{
	float:left;
	width: 68px;
	height: 68px;
	cursor: pointer;
	position: relative;
}
.fixed_rightNav .telBox{
	margin-bottom: 5px;
}
.navTextDiv{
	display: none;
	position: absolute;
	right: 78px;
	bottom: 0px;
}
.telBox:hover .navTextDiv{
	display: block;
}
.navTextDiv .tit{
	font-size: 15px;
}
.navTextDiv .telNum{
	font-size: 20px;
	font-weight: bold;
	color:  #4D7EFF  ;
	margin-top: 10px;
}
.navTextDiv::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 13px solid #fff;
	border-bottom: 9px solid transparent;
	position: absolute;
	right: -10px;
	top: 55px;
}
.telDiv{
    width: 250px;
    padding: 20px 30px;
	box-sizing: border-box;
    background-color: #fff;
	box-shadow: 0px 0px 6px #ccc;
}

.telDiv .tit {
	padding-left: 21px;
	background: url(../images/tel-icon.png) no-repeat left 4px;
}
.fixed_rightNav .tel{
	background: url(../images/rightNav.png) no-repeat left top;
}
.fixed_rightNav .tel:hover{
	background: url(../images/rightNav.png) no-repeat -71px top;
}
.fixed_rightNav .QQ{
	background: url(../images/rightNav.png) no-repeat left -68px;
}
.fixed_rightNav .QQ:hover{
	background: url(../images/rightNav.png) no-repeat -71px -68px;
}
.fixed_rightNav .QQ a{
	display: block;
	width: 68px;
	height: 68px;
}
.fixed_rightNav .gotoTop{
	margin-top: 20px;
	background: url(../images/rightNav.png) no-repeat left -156px;
}
.fixed_rightNav .gotoTop:hover{
	background: url(../images/rightNav.png) no-repeat -71px -156px;
}

.fixed_rightNav .wxQRBox {
	background: url(../images/wx.png) no-repeat center center;
	margin-bottom: 5px;
}

.fixed_rightNav .wxQRBox:hover {
	background: url(../images/wx-gray.png) no-repeat center center;
}

.fixed_rightNav .wxQRBox:hover .wxQRDiv {
	display: flex;
}

.wxQRDiv {
	width: 166px;
	height: 166px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	bottom: 0px;
	display: none;
	box-shadow: 0px 0px 6px #ccc;
}

.wxQRDiv::after {
	top: 123px;
}

.wxQRDiv .wxQR_img {
	width: 121px;
	height: 121px;
	background: url(../images/wxQR.png) no-repeat center center;
}


/*搜索*/
.searchBox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1003;
	background: #fff;
	z-index: 100;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 21%);
	animation:mymove 0.5s ease-in-out 0s 1 alternate forwards;
}
@keyframes mymove{
	from{
		top: -100px;
	}
	to{
		top: 0;
	}
}
.searchBox.fixed .search_main{
	padding: 15px 0;
}
.searchBox.fixed .hot_sea{
	display: none;
}
.searchBox.fixed .search_main .logo{
	width: 182px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 35px;
}
.searchBox.fixed .search_main .logo img{
	width: 182px;
}
.searchBox.fixed .search-formBox{
	margin-left: 280px;
}
.person_left .searchBox.fixed .search_main{
	width: 1190px;
	margin: 0 auto;
	padding: 30px 0;
}
.person_left .searchBox.fixed .logo{
	margin-top: -7px;
}
.searchBox_layer{
	width: 100%;
	height: 130px;
}
.searchBox{
	width: 100%;
}
.search_main .logo{
	display: none;
}
.search_main{
	width: 1190px;
	margin: 0 auto;
	padding-top: 52px;
}
.search-formBox{
	width: 790px;
	margin: 0 auto;
}
.search_main .sea_type span{
	padding-left: 25px;
	margin-right: 40px;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat left 2px;
}
.search_main .sea_type .cur{
	background: url(../images/icon.png) no-repeat left -20px;
}
.hot_sea{
	font-size: 13px;
	color: #999;
	position: relative;
	height: 20px;
	overflow: hidden;
	width: 675px;
	text-align: center;
}
.hot_sea .tit{
	position: absolute;
	left: 0;
	top: 0;
}
.hot_sea a{
	color: #363A59;
	margin: 0 10px;
	display: inline-block;
}
.hot_sea a:hover{
	text-decoration: underline;
}
.search-form{
	 width: 790px;
	 height: 60px;
	 margin: 0 auto;
	 position: relative;
	 zoom: 1;
	 z-index: 100;
}
.search-form-con{
	float: left;
	width: 675px;
	height: 48px;
	box-sizing: border-box;
	border: 2px solid #1E5BF9;
	background-color: #fff;
	border-radius: 4px;
}
.btn-search{
	width: 100px;
	height: 48px;
	border-radius: 8px;
	background-color: #326BFF;
	color: #fff;
	font-size: 16px;
	margin-left: 15px;
	border: 0;
}
.city-sel b,.position-sel b {
    font-weight: 400;
    font-size: 16px;
    color: #14152C;
}
.search-form .icon-arrow-down{
	display: inline-block;
	width: 8px;
	height: 4px;
	background: url(../images/icon.png) no-repeat -2px -52px;
	position: absolute;
	top: 20px;
	right: 8px;
}
.city-sel .icon-arrow-down{
	top: 12px;
}
.position-sel{
	display: block;
	width: 95px;
	height: 34px;
	line-height: 34px;
	float: left;
	padding: 5px 5px 5px 10px;
	position: relative;
	cursor: pointer;
}
.position-sel .label-text {
    width: 80px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    display: inline-block;
}
.city-sel{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	float: left;
	padding: 0 5px 0 10px;
	margin: 9px 0;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #999;
}
.city-sel .label-text {
	text-align: center;
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.ipt-search {
	float: left;
	width: 445px;
	height: 44px;
	line-height: 44px;
	margin:0 0 0 15px;
	font-size: 15px;
	color: #57595B;
}
.ipt-search::input-placeholder{color: #57595B;}
::-webkit-input-placeholder { /* WebKit browsers */
color: #57595B;
}
.ipt-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #57595B;
}
.ipt-search::-moz-placeholder { /* Mozilla Firefox 19  */
color: #57595B;
}
.ipt-search:-ms-input-placeholder { /* Internet Explorer 10  */
color: #57595B;
}
.position-box{
	position: absolute;
	top: 48px;
	left: -4px;
	height: 350px;
	width: 430px;
	padding: 0 5px 5px;
}
.select-tree{
	width: 160px;
	height: 350px;
	background-color: #fff;
	box-shadow:0px 0px 7px #d5d5d5;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}
.select-tree::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.select-tree::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #c1c1c1;
}
.select-tree::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #f1f1f1;
}
.position-box .tree1-list{
	width: 160px;
	height: 38px;
	line-height: 38px;
	padding:0 15px;
	font-size: 14px;
	box-sizing: border-box;
	color: #999;
	cursor: pointer;
}
.select-tree-list:hover .tree1-list{
	background-color: #f0f9ff;
}
/*.select-tree-list:hover .tree2-list{
	display: block;
}*/
.position-box .tree2-list{
	width: 250px;
	height: 350px;
	overflow-y: auto;
	position: absolute;
	left: 165px;
	top: 0;
	z-index: 80;
	background-color: #fff;
	/*box-shadow: 6px 0px 6px 0 rgb(238 238 238 / 20%) inset;*/
	box-shadow: 0 0 7px #e5e5e5;
}
.tree2-list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.tree2-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #c1c1c1;
}
.tree2-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
        background: #f1f1f1;
}
.position-box .tree2-list p{
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.position-box .tree2-list p:hover{
	background-color: #f0f9ff;
}

/*城市弹出层*/
.cityAll-main-box{
	box-sizing: border-box;
	width: 620px;
	height: 420px;
	padding: 15px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -210px;
	z-index: 1010;
	background-color: #fff;
	border-radius: 5px;
}
.cityAll-main-box .title{
	font-size: 16px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #f2f2f2;
}
.hot-city{
	padding: 10px;
	margin-top: 10px;
	line-height: 30px;
}
.hot-city .tit{
	font-size: 14px;
	color: #515151;
}
.hot-city .list a{
	color: #999;
	margin-right: 50px;
	cursor: pointer;
}
.hot-city .list a:hover{
	color:  #4D7EFF  ;
}
.a-z-list{
	padding: 0 10px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
}
.a-z-list span{
	cursor: pointer;
	display: inline-block;
	width: 88px;
}
.a-z-list span:hover{
	color:  #4D7EFF  ;
}
.a-z-list .cur{
	color:  #4D7EFF  ;
}
.city-info{
	box-sizing: border-box;
	padding:5px 15px;
	width: 590px;
	height: 160px;
	overflow-y: auto;
	background-color: #fbfbfb;
	border-top: 1px solid #f2f2f2;
	font-size: 14px;
}
.city-info-list{
	position: relative;
	padding-left: 35px;
}
.city-info-list strong{
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	color:  #4D7EFF  ;
	font-weight: normal;
}
.city-info-box{
	word-break: keep-all;
}
.city-info-box a{
	margin-right: 18px;
	line-height: 30px;
	cursor: pointer;
}
.city-info-box a:hover{
	color:  #4D7EFF  ;
}
.pop-layer-btn{
	text-align: center;
	margin-top: 20px;
}
.city-pop-btn{
	width: 70px;
	height: 32px;
	margin: 0 20px;
}

/* 分页 */
.pageBox{
	height: 26px;
	text-align: center;
	padding: 30px 0;
	text-align: center;
	background-color: #fff;
}
.flip-over{
	margin:0 10px;
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
}
.pageBox a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid  #D9D9D9;
	cursor: pointer;
}
.pageBox a:hover,.pageBox a.cur{
	border: 1px solid #326BFF;
	background-color: #326BFF;
	color: #fff;
}

.miniPage{
	height: 44px;
	padding: 0 20px;
	border-left: 1px solid #d2d2d2;
}
.company-right .miniPage{
	height: 33px;
	line-height: 33px;
}
.miniPage a{
	font-size: 18px;
	color: #999;
}
.miniPage a:hover{
	color:  #4D7EFF  ;
}
.miniPage span{
	margin: 0 18px;
	color: #666;
	font-size: 14px;
}
.miniPage span i{
	font-style: normal;
	color:  #4D7EFF  ;
}

.newPage{
	box-sizing: border-box;
	height: 26px;
	padding: 3px 0 3px 20px;
	border-left: 1px solid #d2d2d2;
	margin-left: 20px;
	margin-top: 4px;
	/*zoom: 1;*/
}
.newPage ul,.newPage li {
	float:left;
}
.newPage:after {
	content: '.';
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}

.newPage .arrow,.newPage a{
	float: left;
	width: 18px;
	height: 18px;
	position: relative;
	top: 0;
	cursor: pointer;
	text-align: center;
	margin: 0 2px;
	padding: 0;
	line-height: 18px;
}

.newPage li a{
	float: inherit;
	cursor: pointer;
	margin: 0 3px 0 0;
	padding: 0 4px;
	border: 1px solid #ebebeb;
	min-width: 13px;
}
.newPage .firstP,.firstpage{
	background: url(../images/pageArrow.png) no-repeat left -17px;
}
.newPage .firstP.ro,.firstpage_notuse{
	background: url(../images/pageArrow.png) no-repeat left 4px;
}
.newPage .prev,.prepage{
	background: url(../images/pageArrow.png) no-repeat -16px -17px;
	margin-right: 6px;
	margin-left: 4px;
}
.newPage .prev.ro,.prepage_notuse{
	background: url(../images/pageArrow.png) no-repeat -16px 4px;
	margin-right: 6px;
	margin-left: 4px;
}
.newPage .nextP,.nextpage{
	background: url(../images/pageArrow.png) no-repeat -33px 3px;
	margin-right: 6px;
}
.newPage .nextP.ro,.nextpage_notuse{
	background: url(../images/pageArrow.png) no-repeat -33px -17px;
	margin-right: 6px;
}
.newPage .lastP,.lastpage{
	background: url(../images/pageArrow.png) no-repeat -53px 3px;
}
.newPage .lastP.ro,.lastpage_notuse{
	background: url(../images/pageArrow.png) no-repeat -53px -17px;
}
.newPage .numP{
	float: left;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e9e9ec;
	text-align: center;
	line-height: 18px;
	color: #666;
	margin-right: 3px;
}
.newPage .numP.more{
	color: #999;
	line-height: 10px;
}
.newPage a.numP.cur,.newPage a.numP:hover,.current a,.newPage li a:hover{
	background-color:  #4D7EFF  ;
	border: 1px solid #2C67FF!important;
	color: #fff;
}

/*协议*/
.regtos-main{
	width: 1190px;
	margin: 0 auto;
}
.regtos-main .logo img{
	margin-top: 20px;
	height:36px;
}
.regtos-info{
	line-height: 30px;
	font-size: 14px;
}
.regtos-info .title{
	font-size: 20px;
	line-height: 82px;
	text-align: center;
	font-weight: bold;
}
.regtos-info .tit{
	font-size: 16px;
	color:  #4D7EFF  ;
	font-weight: bold;
}
.regtos-info .pl{
	padding-left: 30px;
}
.regtos-info .bold{
	font-weight: bold;
}
.regtos-foot{
	font-size: 14px;
	color: #999;
	line-height: 70px;
	border-top: 1px dashed #ccc;
	text-align: center;
}
/* 删除框 */
.delete_popupLayer{
	width: 450px;
	min-height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -220px;
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	z-index: 10000;
}
.delete_popupLayer .title{
	font-size: 16px;
	color: #555;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	margin-top: 35px;
}
.delete_popupLayer .title .line{
	color: #e1e1e1;
	margin-right: 20px;
	font-weight: normal;
}
.delete_popupLayer .title .line.lr{
	margin-left: 20px;
	margin-right: 0;
}
.delete_popupLayer .closeIcon{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 22px;
	cursor: pointer;
	color: #666;
}
.delete_popupLayer .text{
	font-size: 14px;
	color: #999;
	margin: 20px 0;
	text-align: center;
	padding: 0 20px;
}
.delete_popupLayer .popupBtn{
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	padding: 18px 0;
	border-top: 1px solid #e1e1e1;

}
.delete_popupLayer .popupBtn button{
	display: inline-block;
	width: 76px;
	height: 36px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 35px;
}
.delete_popupLayer .popupBtn .confirmBtn{
	background-color:  #4D7EFF  ;
	color: #fff;
}
.delete_popupLayer .popupBtn .cancelBtn{
	background-color: #fff;
	border: 1px solid #b5b5b5;
	color: #666;
}
.delete_popupLayer #chkCode{
    border: 1px solid #ccc;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}
.delete_popupLayer #btn_get,.delete_popupLayer #btn_get_e{
    height: 26px;
    position: relative;
    top: 0px;
    padding: 0 10px;
    margin-left: 5px;
    width: 84px;
}

/* 成功框 */
.succeed_popupLayer{
	width: 230px;
	height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -115px;
	margin-top: -60px;
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	z-index: 101;
}
.succeed_popupLayer .title{
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 26px;
	margin-top: 10px;
}
.succeed_popupLayer .title .line{
	color: #e1e1e1;
	margin-right: 20px;
}
.succeed_popupLayer .title .line.lr{
	margin-left: 20px;
	margin-right: 0;
}
.succeed_popupLayer .sucIcon{
	text-align: center;
	margin-top: 20px;
}
.succeed_popupLayer .iconfont{
	font-size: 40px;
	color: #63c538;
}

/*投递简历*/
.selresume_popupLayer {
   width: 355px;
   height: 212px;
   position: fixed;
   left: 50%;
   top: 50%;
   margin-left: -177px;
   margin-top: -106px;
   background-color: #fff;
   z-index: 101;
   border-radius: 10px;
}
.newNameBox{
	width: 410px;
	height: auto;
	margin-left: -205px;
	margin-top: -270px;
}
.selresume_popupLayer .title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding-left: 20px;
    font-size: 16px;
}
.selresume_popupInfo {
    padding: 20px;
}
.selresume_popupInfo .tit {
    float: left;
    width: 75px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
}
.selresume_popupInfo .inputText{
	width: 200px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.selresume_popupInfo .selText{
	width: 170px;
    float: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
	cursor: pointer;
	padding-left: 10px;
}
.selresume_popupInfo .tips{
	line-height: 30px;
	margin-bottom: 10px;
	color: #ff5a00;
}
.selresume_popupInfo .popupBtn {
    margin-left: 75px;
    margin-top: 20px;
}
.selresume_popupInfo .popupBtn .blueBtn {
    width: 76px;
    height: 36px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 15px;
}
.newNameBox .popupBtn .blueBtn{
	width: 200px;
}
.newNameBox .yzmBtn {
    width: 100px;
    height: 38px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}
.newNameBox .inputText{
	width: 250px;
}
.newNameBox .yzmInput {
	width: 140px;
}
.newNameBox .old_username{
	line-height: 32px;
	margin-bottom: 10px;
}


.resumeSuc_popupLayer{
	width: 355px;
	height: 212px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -177px;
	margin-top: -106px;
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	z-index: 101;
	border-radius: 10px;
}
.resumeSuc_popupLayer .title{
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 26px;
	margin-top: 20px;
}
.resumeSuc_popupLayer .sucIcon{
	text-align: center;
	margin-top: 36px;
}
.resumeSuc_popupLayer .iconfont{
	font-size: 50px;
	color: #63c538;
}
.resumeSuc_popupLayer .content{
	font-size: 16px;
	color: #555;
	line-height: 26px;
	padding: 0 20px;
}
.resumeSuc_popupLayer .content a {
	text-decoration: none;
	color: #2C95FE;
}
.resumeSuc_popupLayer .times{
	color: #999;
	text-align: center;
	font-size: 14px;
}
.resumeSuc_popupLayer .closePopup{
	float: right;
	width: 23px;
	height: 23px;
	position: relative;
	top: -200px;
	right: -30px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}
.cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 9999;
}
.loding_popupLayer {
    background: url(../images/loding.gif) no-repeat center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: rgba(255,255,255,0.3);
}

/*会员图标*/
.iccp{
	width: 47px;
	background: url(../images/renzheng.gif) no-repeat left top;
}
.sscp{
	width: 51px;
	background: url(../images/renzheng.gif) no-repeat left -15px;
}
.stock{
	width: 60px;
	background: url(../images/renzheng.gif) no-repeat left -30px;
}
.yellowvip{
	width: 38px;
	background: url(../images/renzheng.gif) no-repeat left -45px;;
}
.redvip{
	width: 38px;
	background: url(../images/renzheng.gif) no-repeat left -45px;
}
.yuanchang{
	width: 40px;
	background: url(../images/renzheng.gif) no-repeat -112px -30px;
}
.daili{
	width: 40px;
	background: url(../images/renzheng.gif) no-repeat -112px -15px;
}
.tiao500{
	width: 42px;
	background: url(../images/renzheng.gif) no-repeat -112px top;
}
.buyerIcon{
	width: 28px;
	height: 13px;
	background: url(../images/renzheng.gif) no-repeat -157px top;
}
.sellerIcon{
	width: 28px;
	height: 13px;
	background: url(../images/renzheng.gif) no-repeat -187px top;
}
.display_b {
	display: block;
}

.gaoxinIcon{
	font-size: 12px;
	border: 1px solid #f86600;
	border-radius: 3px;
	padding: 1px 8px;
	padding: 0 6px;
	color: #f86600;
	margin-left: 5px;
}
/* 单选框选中样式 */
input[type=checkbox] {
	position: relative;
}
input[type=checkbox]:checked:after {
	content:"";
	position:absolute;
	z-index: 99;
	background-color: #4D7EFF;
	width: 100%;
	height: 100%;
	border: 1PX solid #4D7EFF;
	left: -1px;
	top: -1px;
	text-align: center;
	line-height: 13px;
	border-radius: 3px;
	font-family: fangsong;
}
input[type=checkbox]:checked:before{
	position:absolute;
	content:"";
	width: 3px;
	height: 7px;
	z-index: 100;
	left: 4px;
	top: 1px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	color: #fff;
	}

	.verification {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
		    z-index: 999;
	}

	#verification {
		width: 400px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		top: 50%;
		margin-top: -150px;
	}

	/* xy-message样式开始 */
	.xy-message-box {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.4);
		z-index: 1000;
	}

	.xy-message-box .xy-message {
		padding: 15px 40px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 4px 4px 4px 4px;
		font-size: 18px;
	}

	/* xy-message样式结束 */

	/* 招聘app下载模块开始 */

	.zhaopinApp {
		float: left;
		position: relative;
		cursor: pointer;
	}
	.appDown_box {
		width: 160px;
		box-sizing: border-box;
		padding: 10px;
		backdrop-filter: blur(10px);
		position: absolute;
		z-index: 99999;
		top: 37px;
		left: -25px;
		background: linear-gradient(90deg, rgba(240,245,255,0.58) 0%, rgba(201,219,255,0) 100%);
		box-shadow: 0px 4px 14px 0px rgba(202,207,214,0.3), 0px -2px 10px 0px rgba(221,223,226,0.3);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		display: none;
	}

	.zhaopinApp:hover .appDown_box {
		display: flex;
	}

	.appDown_box a {
		width: 142px;
		height: 37px;
		background: rgba(255,255,255,0.54);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		color: #276BFF;
		text-align: center;
		line-height: 37px;
	}

	.appDown_box .QR_code_box {
		background-color: #fff;
		width: 142px;
		margin-top: 10px;
	}
	.appDown_box .QR_code_box .img_box {
		padding: 10px;
		width: 142px;
		height: 142px;
		box-sizing: border-box;

	}
	.appDown_box .QR_code_box .img_box img {
		width: 100%;
		height: 100%;
	}
	.appDown_box .QR_code_box .camp {
		width: 142px;
		height: 38px;
		line-height: 38px;
		box-sizing: border-box;
		border: 2px solid #fff;
		background: #c4d9fe;
		text-align: center;
		color: #1A1510;
		font-size: 14px;
	}

	.appDown_box .QR_code_box .camp img {
		vertical-align: text-top;
		width: 18px;
		height: 18px;
	}

	/* 招聘app下载模块结束 */
