/*全局样式 开始*/
* { word-break:break-all;}
body,ul,li,h1,h2,h3,h4,h5,h6,p,textarea,div,input,button,a{margin:0px;padding:0px;list-style:none;font-family:'微软雅黑';outline:none;}
body{font-size:13px;background:#fff;padding:3.5em 0 4em;}
img{border:none;max-width:100%;object-fit:cover;}
a,img,button,input,textarea,div,p{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input::-webkit-input-placeholder{color:#c1c1c1;}
input::-moz-placeholder{color:#c1c1c1;/* Mozilla Firefox 19+ */}
input:-moz-placeholder{color:#c1c1c1;/* Mozilla Firefox 4 to 18 */}
input:-ms-input-placeholder{color:#c1c1c1;/* Internet Explorer 10-11 */}
textarea{resize:none;}
textarea::-webkit-input-placeholder{color:#c1c1c1;}
textarea::-moz-placeholder{color:#c1c1c1;/* Mozilla Firefox 19+ */}
textarea:-moz-placeholder{color:#c1c1c1;/* Mozilla Firefox 4 to 18 */}
textarea:-ms-input-placeholder{color:#c1c1c1;/* Internet Explorer 10-11 */}
select{background:none;}
.top10{margin-top:10em !important;}
.conpage{background:#f5f5f5;padding-top:7em;}
.conpage3{padding-top:7em;}
.manconpage{background:#f5f5f5;padding-top:0;}
.memberconpage{background:#f5f5f5;padding-top:9.8em;}
.chatconpage{background:#f6f1f1;padding-top:19.5em;}
.gotoout #topnav,.gotoout .selfpinfo{background:#333 !important;}
.input90 input{width:90% !important;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*全局样式 结束*/
/*返回栏 开始*/
.head_back{color:#a91e2e;font-size:1.3em;line-height:1.3em;width:94%;padding:0.6em 3%;overflow:hidden;clear:both;vertical-align:middle;position:fixed;top:0;left:0;z-index:9;background:#fff;}
.head_back a{color:#a91e2e;text-decoration:none;}
.head_back img{width:0.6em;vertical-align:middle;margin:-0.15em 0.5em 0 0;}
.hb_empty{background:none;}
/*返回栏 结束*/
/*标题栏 开始*/
.head_tit{width:94%;padding:0.1em 3% 0.2em 3%;overflow:hidden;clear:both;color:#333;font-size:2.4em;line-height:1.2em;font-weight:600;}
.head_t2{width:94%;padding:0 3%;overflow:hidden;clear:both;color:#999;font-size:1.1em;line-height:1.2em; display:block;}
/*标题栏 结束*/
/*表单栏 开始*/
.inputbox{width:94%;padding:2em 3% 0 3%;overflow:hidden;clear:both;display:block;}
.input_tit{margin-top:2em;font-size:1.4em; font-weight:bold; color:#333;overflow:hidden;clear:both;}
.downtmp{color:#a91e2e;text-decoration:underline;float:right;}
.addpro{color:#a91e2e;text-decoration:underline;float:right;}
.addpro img{width:1.4em;}
.input_file{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;}
.input_file .files,.input_file .img{position:relative;margin:0 0.2em 0.2em 0;float:left;width:2em;height:2em;line-height:2em;border-radius:0.1em;background:#fafafa;text-align:center;display:block;border:solid 1px #eaeaea;color:#c1c1c1;font-size:3.2em;cursor:pointer;}
.input_file .files input{display:none;}
.input_file .close{position:absolute;right:-0.5em;top:-0.5em;width:1.2em;height:1.2em;border-radius:3em;background:#666;color:#fff;font-size:10px;line-height:1.2em;}
.input_radio{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;}
.input_radio label{padding:0.5em 0.8em;margin-right:0.3em; margin-bottom:.3em;height:1.2em;line-height:1.2em;border-radius:0.3em;background:#ffff;text-align:center;display:inline-block;border:solid 1px #eaeaea;overflow:hidden;clear:both;color:#999;font-size:1.1em;cursor:pointer;}
.input_radio .on{color:#a91e2e;border-color:#a91e2e;}
.input_radio label input{display:none;}
.input_check{overflow:hidden;clear:both;padding:1em 0 0em;position:relative;}
.input_check label{margin-right:0.5em;height:2em;line-height:1.6em;display:inline-block;clear:both;color:#333;font-size:1.2em;cursor:pointer;vertical-align:middle;}
.input_check label img{width:1.3em;vertical-align:middle;margin-right:0.3em;}
.input_check label input{display:none;}
.popbox .input_check label input{display: inline;}
.list_body .popbox .input_check label input {display: none;}
.input_tex{border-bottom:solid 1px #eaeaea;overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;}
.input_tex input{border:none;outline:none;width:100%;font-size:1.3em;line-height:1.3em;color:#666;background:none;height:1.3em;position: relative;z-index: 1;}
.input_tex .eyes{width:1.5em;height:1.5em;position:absolute;right:0;bottom:0.3em;cursor:pointer;}
.input_tex .eyes img{width:100%;}
.input_tex .send_code, .countdown{position:absolute;right:0;bottom:0.3em;cursor:pointer;padding:0.2em;font-size:1.3em;line-height:1.3em;color:#333;z-index: 1;}

/*控制苹果手机里密码点过大样式 */
.input_tex input[type="password"]{font-size: 1em;height: 1.67em; }
.input_tex input[type="password"]::-webkit-input-placeholder{font-size: 1.3em; }
.input_tex input[type="password"]::-moz-input-placeholder{font-size: 1.3em; }
.input_tex input[type="password"]::-ms-input-placeholder{font-size: 1.3em; }
/*控制苹果手机里密码点过大样式 end*/

/* 去掉苹果手机input默认样式 */
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], textarea {
    -webkit-appearance: none;
}
/* 取消search框默认x样式 */
input[type=search]::-webkit-search-cancel-button{ -webkit-appearance: none; }

.input_select{border-bottom:solid 1px #eaeaea;overflow:hidden;clear:both;padding:0 0 0.35em;position:relative;}
.input_select select{font-size:1.2em;border:none;outline:none;margin-top:0.4em;width:100%;background:none;color: #666;position: relative;z-index: 1;padding-right: 1em;}
.input_area{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;}
.input_area textarea{background:#fafafa;border:solid 1px #eaeaea;border-radius:0.5em;padding:0.5em;width:94%;height:6em;font-size:1.1em;color:#666;outline:none;line-height:1.3em;}
.input_star{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;vertical-align:middle;}
.input_star img{width:2.2em;cursor:pointer;margin-right:1em;vertical-align:middle;}
.input_star span{font-size:1.2em;color:#f7bb2d;display:inline-block;vertical-align:middle;}
.input_art{font-size:1.2em;line-height:1.8em;color:#333;padding:0.5em 0 0.8em;}
.input_tag{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;}
.input_tag span{padding:0.2em 0.5em;margin-right:0.5em;height:1.2em;line-height:1.2em;border-radius:3em;background:#ffff;text-align:center;display:inline-block;border:solid 1px #a91e2e;overflow:hidden;clear:both;color:#a91e2e;font-size:1.1em;cursor:pointer;word-break: break-all;text-align: left;}
.countdown{display:none;}
.option_select{width:2em;height:1.8em;position:absolute;right:0;bottom:0.3em;cursor:pointer;}
.option_select img{margin-top:0.25em;width:1.3em;float:right; background:#fff;}
.option_init{width:2em;height:1.8em;position:absolute;right:0;bottom:0.3em;cursor:pointer;}
.option_week{height:1.8em;position:absolute;right:0;bottom:0.3em;cursor:pointer;outline:none;}
.option_week select{float:right;border:none;outline:none;color: #b9403c;}
.button{margin-top:3.2em;overflow:hidden;clear:both;}
.button button{cursor:pointer;width:100%;background:#a91e2e;text-align:center;border:none;color:#fff;font-size:1.3em;height:2.6em;line-height:2.6em;border-radius:2em;}
.description{margin-top:1em;overflow:hidden;clear:both;font-size:1em;width:100%;}
.description a{color:#a91e2e;}
.description .left{float:left;}
.description .right{float:right;}
.img_tis{margin-top:3em;overflow:hidden;clear:both;display:block;text-align:center;font-size:1.3em;line-height:1.3em;color:#333;}
.img_tis img{overflow:hidden;clear:both;cursor:pointer;width:6.6em;}
.head_pic{overflow:hidden;clear:both;padding:0.6em 0 0.3em;position:relative;text-align:center;color:#999;font-size:1.1em;}
.head_pic .img{display:block;overflow:hidden;clear:both;}
.head_pic .img img{height:5em;width:5em;border-radius:4em;background:#d1d1d1;cursor:pointer;}
.head_pic .img input{display:none;}
.head_pic .text{color:#333;padding-top:0.2em;overflow:hidden;clear:both;}
.waitbox{overflow:hidden;clear:both;padding:3em 0 0.3em;position:relative;text-align:center;color:#333;font-size:1.3em;line-height:1.5em;}
.waitbox img{width:2em;}
.manager{margin:2em 0 1em;padding-bottom:1em;overflow:hidden;clear:both;width:100%;box-shadow:0 0 1.2em #ccc;border-radius:1em; position:relative;min-height:7em;}
.manager .text{padding-left:8em;}
.manager img{width:5em;width:5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1.5em;left:1.8em;}
.manager .nam{padding:1em 0 0 0;font-size:1.5em;line-height:1.5em;color:#333;font-weight:bold;}
.manager .des{padding:0.2em 0 0.2em 0;font-size:1.1em;line-height:1.1em;color:#999;}
.remind{overflow:hidden;clear:both;padding:0.6em 0 5em 0.3em;position:relative;text-align:center;color:#333;font-size:1.1em;line-height:1.5em;vertical-align:middle;}
.remind a{color:#a91e2e;text-decoration:none;}
.remind img{width:1.6em;height:1.6em;vertical-align:middle;margin:-0.2em 0.5em 0 0;}
.jobsend{padding-top:0.8em;}
.jobsend .button{margin:3em 0 0;}
.pfbottom{position:fixed;left:5%;bottom:3em;width:90%;}
.pfbotmchange{position:fixed;left:0;bottom:2em;width:100%;background:#fff;}
.jobcontent{padding-top:0.8em;}
.jobcontent .input_tex{border:none;}
.jobphead{overflow:hidden;clear:both;position:relative;}
.jobphead .tit{color:#333;font-size:2em;padding:0.2em 0;}
.jobphead .des{color:#999;font-size:1.1em;padding: 0.3em 0 1em 0;float:left;}
.jobphead .num{color:#a91e2e;font-size:1.3em;float: right;}
.tips{overflow:hidden;clear:both;padding:2em 0 0em 0.3em;position:relative;text-align:center;color:#e59d8f;font-size:1.1em;line-height:1.5em;vertical-align:middle;}
.tips a{color:#e59d8f;text-decoration:none;}
.tips img{width:1.4em;height:1.4em;vertical-align:middle;margin:-0.2em 0.5em 0 0;}
.companycon{padding-top:1em;}
.companycon .input_file .files,.companycon .input_file .img{width:1.5em;height:1.5em;line-height:1.5em;}
/*表单栏 结束*/
/*版权栏 开始*/
.footer{overflow:hidden;clear:both;color:#999;width:100%;text-align:center;font-size:1em;line-height:1em;padding:1em 0 1.5em;margin-top:2em;background:#fff;}
/*版权栏 结束*/
/*头部菜单栏 开始*/
.mansubpage{padding-top:15em;}
.topfixwarp{position:fixed;top:0;left:0;width:100%;z-index:9;}
#topnav{width:94%;padding:0 3%;overflow:hidden;clear:both;display:block;height:3.5em;background:#be293d;position:fixed;top:0;left:0;z-index:1009;}
#topnav .lef{float:left;}
#topnav .mid{width:6em;position:absolute;left:50%;top:0.55em;margin-left:-3em;color:#fff;font-size:1.5em;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#topnav .tit_mid{color: #fff;font-size: 1.5em;text-align: center;padding: 0.5em 1em 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#topnav .rig{float:right;}
#topnav .rig a{line-height: 3.5em; color: #b03741; text-decoration: none; font-size: 1.1em;font-size: 1em;text-align: center;background-color: #fff;padding: .2em .5em;border-radius: 90px;}
#topnav .tit{font-size:2.25em;color:#fff;font-weight:bold;display:inline-block;margin-top:0.05em;}
#topnav .titLogo{width: 6.7em;display: inline-block;margin-top: .7em;}
#topnav .des{font-size:1.3em;color:#dd9e94;font-weight:bold;margin:0 0 0 .5em;display:inline-block; vertical-align: super;}
#topnav .search{display:none;background:#be293d;height:3.5em;line-height:3.2em;padding:0 0 0 0;width:100%;text-align:center;vertical-align:middle;margin:0;position:absolute;top:0;right:0;}
#topnav .search input{margin-right:1em;width:80%;height:1.8em;line-height:1.8em;padding:0.3em 3%;vertical-align:middle;font-size:1.1em;color:#fff;background:#cb5464;border:solid 1px #d57683;border-radius:10em;outline:none;}
#topnav .search button{width:1.8em;height:1.8em;overflow:hidden;background:none;border:none;vertical-align:middle;}
#topnav .search button img{width:100%;font-size:1em;}
#topnav .search input::-webkit-input-placeholder{color:#dd9e94;}
#topnav .search input::-moz-placeholder{color:#dd9e94;/* Mozilla Firefox 19+ */}
#topnav .search input:-moz-placeholder{color:#dd9e94;/* Mozilla Firefox 4 to 18 */}
#topnav .search input:-ms-input-placeholder{color:#dd9e94;/* Internet Explorer 10-11 */}
#topnav .search_ico{width:1.8em;height:1.8em;overflow:hidden;background:none;border:none;vertical-align:middle;margin-top:0.8em;cursor:pointer;}
#topnav .search_ico img{width:100%;cursor:pointer;}
#topnav .job_add{width:1.5em;margin:1em 0 0 0;}
#topnav .back{
    width:1em;
    display:block;
    margin-top:0.9em;
    height: 3.5em;
    box-sizing: border-box;
    padding-top: 1em;
    margin-top: 0;
    overflow: hidden;
    width: 3.5em;
    text-align: center;
    margin-left: -1em;
}
#topnav .back:active{
    background-color: rgba(0, 0, 0, 0.1);
}
#topnav .back img{
    width: 1em;
}
#topnav .edit{color:#fff;margin-top:1em;font-size:1.2em;text-decoration:none;display:inline-block;}
.selfman{background:#fff !important;}
.mansubpage #topnav{position:relative;left:0;top:0;}
/*头部菜单栏 结束*/
/*条件筛选栏 开始*/
.line_select{width:94%;padding:0 3%;overflow:hidden;clear:both;display:block;height:3.5em;background:#fff;position:fixed;top:3.5em;left:0;z-index:9;display: flex;justify-content: space-between;text-align: center;}
.line_select .selectbox{max-width: 25%;overflow: hidden;}
.line_select select{color:#333;font-size:1.1em;border:none;outline:none;background:#fff;padding:0.9em 0;display: block;margin-top:0;}
.line_select select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.line_select select option{background:#fff;}
/*条件筛选栏 结束*/
/*选项卡标题栏 开始*/
.tabnav{width:94%;padding:0 3%;overflow:hidden;clear:both;display:block;height:3.5em;background:#fff;position:relative;position:fixed;top:3.5em;left:0;z-index:9;}
.tabnav a{position:relative;width:50%;float:left;display:block;height:3.5em;line-height:2.5em;color:#333;font-size:1.3em;text-decoration:none;text-align:center;}
.tabnav .ico{position:absolute;left:56%;top:2em;width:.8em;height:0.2em;margin-left:-0.8em;border-radius:10em;display:block;overflow:hidden;background:#fff;}
.tabnav .on{color:#a91e2e;}
.tabnav .on .ico{background-color:#a91e2e;}
.mantab a{width:25%;}
.faqtab{width:96%;padding:0 2%;display: flex;justify-content: space-between;}
.faqtab a{width:auto;}
.tabcon{display:none;}
.tabcon li{cursor:pointer;}
.jobchangenav{margin-top:0.5em;width:70%;padding:0 15%;position:relative;top:0;left:0;z-index:1;}
.jobchangenav a{width:33.3%;}
.companynavt{border-bottom:solid 1px #eaeaea;}
/*选项卡标题栏 结束*/
/*搜索栏 开始*/
.searchline{position:relative;background:#fafafa;border-bottom:solid 1px #eaeaea;padding:0.3em 0 0.3em 3%;overflow:hidden;clear:both;width:97%;height:2.2em;position:fixed;top:7em;left:0;z-index:9;}
.searchline input{width:85%;border:none;height:2em;font-size:1.1em;background:none;outline:none;}
.searchline button{position:absolute;right:0.8em;top:10%;width:2.5em;height:2.5em;background:none;border:none;float:right;outline:none;font-size:1.1em;}
.searchline button img{position: absolute;top: 10%; left: 20%;width: 60%;}
/*搜索栏 结束*/
/* 首页学校筛选 */
.school{width: 94%; padding: 0 3%; margin-top: 1rem; font-size: .9rem; color: #333;}
.schoolBox{background: #fff; border-radius: .5rem; padding: .7rem; }
.school .title{font-weight: bold; margin-bottom: .4rem; display: inline-block; font-size: 1.1rem;}
.school .btn_add{text-decoration: none; display: inline-block; float: right; background-color: #be293d; font-size: .8rem; padding: .2rem .4rem; border-radius: 1rem; color: #fff; transform: scale(.8);margin-right: -.5rem;margin-top: -.2rem;}

/* 添加授权学校 */
.addSchool{
    background-color: rgb(255, 255, 255);
    display: block;
    position: fixed;
    z-index: 1010;
    width: 70%;
    left: 15%;
    top: 25%;
    border-radius: .5rem;
}
.addSchool .warp{
    padding: .8rem;
    
}
.addSchool .warp .title{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}
.addSchool .warp .txt{
    font-size: .8rem;
    font-weight: normal;
    color: #333;
}
.addSchool .warp .btn{
    display: inline-block;
    text-decoration: none;
    border-radius: 10rem;
    width: 47%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.addSchool .warp input{
    border-color: #999;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
}
.addSchool .warp .ok{
    background-color: #af3741;
    color: #fff;
}
.addSchool .warp .close{
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #333;
    margin-left: .4rem;
}
.addSchool .warp p{
    color: #af3741;
    margin-top: .5rem;
}
.addSchool .warp input::-webkit-input-placeholder {
    color: #f5f5f5;
  }
.addSchool .warp input::-moz-input-placeholder {
    color: #f5f5f5;
  }
.addSchool .warp input::-ms-input-placeholder {
    color: #f5f5f5;
  }
/* 添加授权学校 end */

.school .sclist{overflow: hidden;text-overflow: ellipsis; display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.school .sclist a{margin: 0.2rem 0.7rem 0.2rem 0; color: #666;display:inline-block;text-decoration: none;}
.school .sclist.open{-webkit-line-clamp: 999;}
.school .sclist .on{color: #a91e2e;}
.school .sclist .off{color:#ccc;}
.school .showMore{border-top: #f5f5f5 solid 1px; text-align: center;padding-top: .5rem; color: #999;margin-top: .3rem; font-size: .8rem;}
/*牛人列表栏 开始*/
.manlist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.manlist .listTitle{margin-top: 1.6rem; color: #333;font-size: 1.1rem;font-weight: bolder;margin-left: .6rem;}
.manlist ul{overflow:hidden;clear:both;}
.manlist li{margin:.7em 0 .7em;padding-bottom:1em;overflow:hidden;clear:both;width:100%;border-radius:1em; position:relative;min-height:7em;background:#fff; border: 1px solid #f2f2f2;}
.manlist .text{padding-left:7.2em;}
.manlist .img{width:5em;height:5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1em;left:1em;}
.manlist .img > img{width:100%;height:100%;border-radius:4em;overflow:hidden;}
.manlist .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.manlist .img .sextag img{width:100%;}
.manlist .nam{padding:0.6em 3.6em 0 0;font-size:1.5em;line-height:1.5em;color:#333;font-weight:normal;vertical-align:middle;}
.manlist .nam .ico{display:inline-block;height:0.9em;vertical-align:middle;margin:-0.8em 0 0 0.5em;}
.manlist .nam .ico img{height:100%;vertical-align:middle;}
.manlist .inten{color:#666 !important;font-size:.8rem; color:#333; font-weight: normal; transform: scale(.9);display: inline-block; margin-left:-.7em;}
.manlist .inten i{font-style: normal;padding-left: .4rem;width: 8em;display: inline-block;vertical-align: top;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} 
.manlist .pag{background-color: #f5f5f5;max-width: 5rem;display: inline-flex;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding:.1rem 0;}
.manlist .dgsx{background-color:#fae8ea !important;}
.manlist .pag i{font-style: normal; color: #333; display: inline-block; transform: scale(.85);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.manlist .des{padding:0.5em 0 0.2em 0;font-size:1em;line-height:1.1em;color:#c1c1c1;}
.manlist .label{padding-top: 1em;}
.manlist .tag{padding:1em 0 0.2em 0;font-size:1em;line-height:1em;color:#666;}
.manlist .tag span{display:inline-block;padding:0.3em 0.5em;border:solid 1px #eaeaea;border-radius:1em;margin:0 0.2em 0.2em 0;}
.manlist .level{position:absolute;right:.9em;top:1em;font-size:1em;color:#a91e2e;text-align:center;}
.manlist .level .tit img{width:1.1em;margin-right:0.2em;}
.manlist .last{margin:0.8em 1.5em 0;color:#c1c1c1;text-align:center;font-size:1.1em;line-height:1.2em;position:relative;border-top:solid 1px #d9d9d9;padding:2em 0;}
.manlist .last span{background:#f5f5f5;display:inline-block;position:absolute;left:50%;top:-0.7em;color:#c1c1c1;width:9em;margin-left:-4.5em;}
.manlist .level .box{padding:.05rem .07rem; border-radius: 2rem;}
.manlist .level .niuZhi{background-color: #fae8ea;display:inline-block;}
.manlist .level span{display:inline-block; transform: scale(.85);}
.manlist .level .xqhz{background-color: #e1f8f1; margin-top: .3rem; color:#299169 !important;}
/*牛人列表栏 结束*/
.manlist .empty{
    background-color: #fff;
    border-radius: .5rem;
    margin-top: 1.1rem;
    padding: 2.5rem;
}
.manlist .empty .tips_pic{
    background: url(../images/image_empty.png) no-repeat center;
    width: 100px;
    height: 126px;
    background-size: 100%;
    margin: auto;
}
.manlist .empty .tips_txt{
    text-align: center;
    margin:auto;
    color: #999;
    width: 250px;
}
.manlist .empty .tips_btn{
    background-color: #af3741;
    width: 150px;
    height: 40px;
    border-radius: 2rem;
    margin: auto;
    text-align: center;
    line-height: 40px;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    color: #fff;
    box-shadow: 0 .5rem .5rem#eac2c4;
}
.manlist .empty .tips_btn a{
    color: #fff;
    text-decoration: none;
}
/*直聊列表栏 开始*/
.chatlist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.chatlist ul{overflow:hidden;clear:both;}
.chatlist li{margin:.7em 0 .7em;padding-bottom:1em;overflow:hidden;clear:both;width:100%;border-radius:1em; position:relative;min-height:4.5em;background:#fff; border: 1px solid #f2f2f2;}
.chatlist .text{padding-left:6.5em;}
.chatlist .img{width:4.5em;height:4.5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1em;left:1em;}
.chatlist .img > img{width:100%;height:100%;border-radius:4.5em;overflow:hidden;}
.chatlist .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.chatlist .img .sextag img{width:100%;}
.chatlist .nam{width:10em;padding:0.7em 0 0 0;font-size:1.3em;line-height:1.3em;color:#333;font-weight:bold;vertical-align:middle;}
.chatlist .nam .ico{display:inline-block;line-height:1.2em;vertical-align:bottom;margin-top:0.2em;font-size:0.8em;font-weight:lighter; color: #999;}
.chatlist .nam b{display:inline-block;padding-right:0.5em;}
.chatlist .tag{padding:0.7em 0.4em 0.2em 0;font-size:1em;line-height:1.4em;color:#666;font-size:1.2em;}
.chatlist .tag span{
display: inline-block;
padding: 0em 0.5em;
border: solid 1px #e8e8e8;
border-radius: 1em;
margin: 0 0.5em 0.2em 0;
font-size: 0.6em;
}
.chatlist .tag .new{
color: #fff;
background: #be293d;
}
.chatlist .tag a{color: #b03741;}
.chatlist .time{position:absolute;right:1.1em;top:1em;font-size:1em;color:#c1c1c1;text-align:center;}
.chatlist .last{margin:0.8em 1.5em 0;color:#c1c1c1;text-align:center;font-size:1.1em;line-height:1.2em;position:relative;border-top:solid 1px #d9d9d9;padding:2em 0;}
.chatlist .last span{background:#f5f5f5;display:inline-block;position:absolute;left:50%;top:-0.7em;color:#c1c1c1;width:9em;margin-left:-4.5em;}
/*直聊列表栏 结束*/
/*直聊信息栏 开始*/
.chatinfo{margin:0;overflow:hidden;clear:both;width:100%;position:relative;height:5em;background:#fff;position:fixed;top:3.5em;left:0;z-index:9;}
.chatinfo .text{padding-left:5.2em;}
.chatinfo .img{width:3.5em;height:3.5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1em;left:1em;}
.chatinfo .img > img{width:100%;height:100%;border-radius:4em;overflow:hidden;}
.chatinfo .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.chatinfo .img .sextag img{width:100%;}
.chatinfo .nam{padding:1em 0 0 0;font-size:1.3em;line-height:1.3em;height:1.3em;width:10em; overflow:hidden;clear:both;color:#333;vertical-align:middle;}
.chatinfo .job{padding:0.25em 0 0.2em 0;font-size:1.1em;line-height:1.2em;max-height:1.1em;overflow:hidden;color:#333;}
.chatinfo .job span{color:#a91e2e;padding-left:0.3em;display:inline-block;}
.chatinfo .level{position:absolute;right:1.1em;top:1.2em;font-size:1em;color:#a91e2e;text-align:center;}
.chatinfo .level .tit img{width:1.1em;margin-right:0.2em;}
.chatinfo .level .num{display:inline-block;padding-left:0.5em;font-size:1.1em;}
/*直聊信息栏 结束*/
/*简历信息栏 开始*/
.hisinfo{margin:0;padding-bottom:1em;overflow:hidden;clear:both;width:100%;position:relative;min-height:3em;background:#fff;}
.hisinfo .text{padding-left:7.2em;}
.hisinfo .img{width:5em;height:5em;border-radius:4em;background:#d1d1d1;position:absolute;top:0.6em;left:1em;}
.hisinfo .img > img{width:5em;height:5em;border-radius:4em;overflow:hidden;}
.hisinfo .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.hisinfo .img .sextag img{width:100%;}
.hisinfo .nam{padding:0.6em 0 0 0;font-size:1.3em;line-height:1.3em;color:#333;vertical-align:middle;font-weight:bold;}
.hisinfo .job{padding:0.4em 0 0.2em 0;font-size:1.1em;line-height:1.1em;color:#333;}
.hisinfo .job span{color:#a91e2e;padding-left:0.8em;display:inline-block;}
.hisinfo .des{padding:0.2em 0 0.2em 0;font-size:1.1em;line-height:1.1em;color:#999;}
.abouttit{color:#999;font-size:1.8em;overflow:hidden;clear:both;padding:0.5em 3% 0.5em 0;margin-left:3%;border-top:solid 1px #eaeaea;}
.aboutinfo{font-size:1.15em;line-height:1.8em;color:#333;overflow:hidden;clear:both;padding:0em 3% 1em 0;margin-left:3%;}
.aboutcon{overflow:hidden;clear:both;padding:0 3% 1em 0;margin-left:3%;}
.aboutcon ul{overflow:hidden;clear:both;}
.aboutcon ul li{list-style:inside;overflow:hidden;clear:both;color:#a91e2e;margin-bottom:0.8em;}
.aboutcon .tit{padding:0 0 0 1em;margin-top:-1.21em;color:#333;font-weight:bold;}
.aboutcon .tit span{float:right;color:#999;font-size:0.6em;font-weight:lighter; display:inline-block;margin-top:0.2em;}
.aboutcon .job{font-size:1em;color:#333;padding:0.3em 0 0.3em 1em;}
.aboutcon .des{font-size:1em;color:#999;padding-left:1em;}
/*简历信息栏 结束*/
/*直聊菜单栏 开始*/
.chatnav{overflow:hidden;clear:both;position:relative;background:#fff;border-bottom:solid 1px #eaeaea;height:3em;width:100%;position:fixed;top:16.5em;left:0;z-index:9;}
.chatnavul{margin:0.6em 0 1em;height:1.4em;overflow:hidden;clear:both;}
.chatnav a{display:block;float:left;width:25%;vertical-align:middle; text-decoration:none;color:#333333;font-size:1.05em; text-align:center;}
.chatnav a img{width:1.4em;vertical-align:middle;margin:-0.2em 0.2em 0 0;}
.chatnav_top{width:20em;height:2em;float:right;margin-top:1em; text-align:right; position:relative;top:0;left:0;border:none;}
.chatnav_top a{width:33%;text-align:right;}
#topnav .rig .chatnav_top a{ line-height:1.5em;}
/*直聊菜单栏 结束*/
/*直聊会话栏 开始*/
.chatmsg{overflow:hidden;clear:both;position:relative;padding:0.5em 3%;}
.chatmsg > div{display:block;float:left;overflow:hidden;clear:both;padding-top:1.5em;}
.chatmsg > .rig{float:right;}
.chatmsg .img{width:4em;height:4em;border-radius:4em;background:#d1d1d1;margin:-0.2em 0.8em 0 0;float:left;}
.chatmsg .img img{width:4em;height:4em;border-radius:4em;overflow:hidden;}
.chatmsg .con{float:left;overflow:hidden;background:#fff;font-size:1.2em;padding:0.4em 0.8em;color:#333;max-width:60%;border-radius:.3em;}
.chatmsg > .rig .img{float:right;margin:-0.2em 0 0 0.8em;}
.chatmsg > .rig .con{color:#333;background:#f1c2c2;float:right;}
.chatmsg > .rig .con a {color:#be293d;}
.con .view_big img{width: 10em; margin-top: 0.5em;}
/*直聊会话栏 结束*/
/*Offer发送栏 开始*/
.popwarp{position:fixed;top:0;left:0;background:#000;opacity:0.5;width:100%;height:100%;display:none;z-index:1009;}
.popbox{width:90%;position:absolute;top:8.8em;left:3%;background:#fff;border:solid 1px #fff;padding-bottom:4em;display:none;z-index:1010;}
.popbox .ico{position:absolute;right:-5%;top:0;width:5%;}
.popbox .tit{color:#333;font-size:2em;padding:0 0 0.5em;border-bottom:dashed 1px #eaeaea;}
.popbox .inputbox{padding-top:1em;}
.popbox .text{background:#fafafa;padding:1em;margin-top:1em;border:solid 1px #eaeaea;border-radius:1em;font-size:1.08em;color:#666;}
.popbox .button{margin-top:1.2em;}
.popbox .input_tit{color:#333;}
.popbox .list{margin-top:0.6em;padding:1em;background:#fafafa;}
.popbox .list li{list-style:inside;color:#a91e2e;font-size:1.1em;padding:0.2em 0;}
.popbox .list li span{color:#999;}
/*Offer发送栏 结束*/
/*投递信息 开始*/
.infobox{width:70%;left:15%;border-radius:0.8em;padding-bottom:2em;}
.infobox .boxtit{font-size:1.2em;text-align:center;padding:1em 0;overflow:hidden;clear:both;}
.infobox .boxtex{overflow:hidden;clear:both;padding:0.2em 0.1em 0.2em 1em;color:#333;font-size:1.1em;vertical-align:top;}
.infobox .boxtex .t1{color:#999;}
.infobox .boxtex .img{width:2em;vertical-align:top;display:inline-block;text-align:center;font-size:0.8em;color:#f7bb2d;}
.infobox .boxtex .img img{width:1.5em;display:block;margin:0 auto 0.2em;}
.infobox .btn button{overflow:hidden;clear:both;display:block;background:none;border:solid 1px #eaeaea;border-radius:0.5em;width:90%;margin:1em auto 0;font-size:1.1em;padding:0.5em 0; outline:none;cursor:pointer;}
/*投递信息 结束*/
/*职位列表栏 开始*/
.joblist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.joblist ul{overflow:hidden;clear:both;}
.joblist li{padding:0 1em;margin:.7em 0 .7em;padding-bottom:1em;overflow:hidden;clear:both;border-radius:1em;position:relative;min-height:4em;background:#fff;}
.joblist .nam{padding:0.8em 0 0 0;font-size:1.3em;line-height:1.5em;color:#333;vertical-align:middle; font-weight: bold;}
.joblist .nam span{display:inline-block;padding:0 0.4em;border:solid 1px #a91e2e;border-radius:90px;margin:0 0.2em 0em .1em;font-size:0.8em;color:#a91e2e; transform: scale(.7); font-weight: normal;}
.joblist .nam .close{background:#eaeaea;border-color:#eaeaea;color:#999;}
.joblist .des{padding:0.2em 0 0.2em 0;font-size:1.1em;line-height:1.6em;color:#666;}
.joblist .des span{display:inline-block;padding-right:1em;}
.joblist .des b{font-weight:lighter;color:#a91e2e;}
/*职位列表栏 结束*/
/*地址列表栏 开始*/
.addresslist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.addresslist ul{overflow:hidden;clear:both;}
.addresslist ul li{padding:0.7em 1em;margin-top:1.2em;border:solid 1px #f5f5f5;border-radius:0.5em;overflow:hidden;clear:both;}
.addresslist .ico{padding-top:0.2em;overflow:hidden;clear:both;}
.addresslist .ico span{padding:0.2em 0.6em;display:block;width:2em;border-radius:2em;background:#a91e2e;color:#fff;}
.addresslist .con{padding-top:0.3em;font-size:1.2em;color:#333;}
.addresslist .btn{padding-top:0.6em;text-align:right;font-size:1.2em;line-height:1.3em;}
.addresslist .btn a{color:#;text-decoration:none;color:#999;display:inline-block;margin-left:1em; font-size:.8rem;}
/*地址列表栏 结束*/
/*员工列表栏 开始*/
.stafflist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.stafflist ul{overflow:hidden;clear:both;}
.stafflist li{margin:.7em 0 .7em;padding-bottom:1em;overflow:hidden;clear:both;width:100%;border-radius:1em;position:relative;min-height:6em;background:#fff;}
.stafflist .text{padding-left:7.2em;}
.stafflist .img{width:5em;height:5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1em;left:1em;}
.stafflist .img > img{width:5em;height:5em;border-radius:4em;overflow:hidden;}
.stafflist .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.stafflist .img .sextag img{width:100%;}
.stafflist .nam{padding:0.9em 0 0 0;font-size:1.5em;line-height:1.5em;color:#333;font-weight:bold;vertical-align:middle;}
.stafflist .nam span{font-weight:lighter;line-height:1.4em;display:inline-block;padding:0.2em 0.5em;border:solid 1px #a91e2e;border-radius:0.8em;margin:0 0em 0em -.3em;font-size:0.7em;color:#a91e2e;transform: scale(.65);}
.stafflist .nam .s1{border-color:#a91e2e;color:#a91e2e;}
.stafflist .nam .s3{border-color:#a91e2e;color:#a91e2e;}
.stafflist .nam .s4{background:#c1c1c1;border-color:#c1c1c1;color:#fff;}
.stafflist .job{padding:0.2em 0 0.2em 0;font-size:1.3em;line-height:1.3em;color:#999;}
.stafflist .job span{color:#a91e2e;padding-left:0.8em;display:inline-block;}
.stafflist .mark1,.stafflist .mark2{position:absolute;right:1.1em;top:1em;font-size:1em;color:#a91e2e;text-align:center;}
.stafflist .mark1{top:2.2em;}
.stafflist .mark1 a,.stafflist .mark2 a{text-decoration:none;font-weight:normal;line-height:1.4em;display:inline-block;padding:0.3em 1.2em;background:#a91e2e;border-radius:3em;font-size:1.1em;color:#fff;float:right;clear:both;margin:0.25em 0;}
.stafflist .mark1 .s2,.stafflist .mark2 .s2{background:#be293d;}
/*员工列表栏 结束*/
/*子账号栏 开始*/
.subzhlist{overflow:hidden;clear:both;width:94%;padding:0 3%;}
.subzhlist ul{overflow:hidden;clear:both;}
.subzhlist li{margin:1.4em 0 1em;padding-bottom:1em;overflow:hidden;clear:both;width:100%;border-radius:1em;position:relative;min-height:6em;background:#fff;}
.subzhlist .text{padding-left:7.2em}
.subzhlist .img{width:5em;height:5em;border-radius:4em;background:#d1d1d1;position:absolute;top:1em;left:1em;}
.subzhlist .img > img{width:5em;height:5em;border-radius:4em;overflow:hidden;}
.subzhlist .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.subzhlist .img .sextag img{width:100%;}
.subzhlist .nam{width:65%;padding:1.2em 0 0 0;font-size:1.1em;line-height:1.3em;color:#333;font-weight:bold;vertical-align:middle;}
.subzhlist .nam span{font-weight:lighter;line-height:1.4em;display:inline-block;padding:0.2em 0.5em;border:solid 1px #a91e2e;border-radius:0.8em;margin:0 0.2em 0.2em 1em;font-size:0.7em;color:#a91e2e;}
.subzhlist .nam .s1{border-color:#5aa5be;color:#5aa5be;}
.subzhlist .nam .s3{border-color:#5bc980;color:#5bc980;}
.subzhlist .nam .s4{background:#c1c1c1;border-color:#c1c1c1;color:#fff;}
.subzhlist .tel{padding:0.5em 0 0.2em 0;font-size:1.1em;line-height:1.3em;color:#333;}
.subzhlist .tim{padding:0.2em 0 0.2em 0;color:#999;font-size:1.1em;line-height:1.3em;}
.subzhlist .mark1,.subzhlist .mark2{position:absolute;right:1.1em;top:1em;font-size:1em;color:#a91e2e;text-align:center;}
.subzhlist .mark1{top:2.2em;}
.subzhlist .mark1 a,.subzhlist .mark2 a{text-decoration:none;font-weight:lighter;line-height:1.4em;display:inline-block;padding:0.3em 1.2em;background:#a91e2e;border-radius:3em;font-size:1.1em;color:#fff;float:right;clear:both;margin:0.25em 0;}
.subzhlist .mark1 .s2,.subzhlist .mark2 .s2{background:#666;}
.markhistory .mark1{opacity:0.3;}
/*子账号栏 结束*/
/*员工信息栏 开始*/
.selfpinfo{clear:both;width:94%;padding:0 3%;background:#be293d;}
.selfpinfo ul{background:#fff;overflow:hidden;clear:both;display:block;border-radius:1em;box-shadow: 0 0.5rem 0.6rem rgba(175, 55, 65, 0.1);margin: 1.5em 0 0;}
.selfpinfo li{margin:0em 0 1em;padding-bottom:1em;clear:both;width:100%;border-radius:1em;position:relative;min-height:6em;background:#fff;}
.selfpinfo .text{padding-left:10em;}
.selfpinfo .img{width:6em;height:6em;border-radius:4em;background:#d1d1d1;position:absolute;top:1.6em;left:2em;}
.selfpinfo .img > img{width:6em;height:6em;border-radius:4em;overflow:hidden;}
.selfpinfo .img .sextag{width:1.5em;height:1.5em;display:inline-block;overflow:hidden; position:absolute;bottom:0;right:0;}
.selfpinfo .img .sextag img{width:100%;}
.selfpinfo .nam{padding:1.7em 0 0 0;font-size:1.5em;line-height:1.5em;color:#333;font-weight:bold;vertical-align:middle;}
.selfpinfo .nam span{font-weight:lighter;line-height:1.4em;display:inline-block;padding:0.2em 0.5em;border:solid 1px #a91e2e;border-radius:0.8em;margin:0 0em 0em -.3rem;font-size:0.7em;color:#a91e2e; transform: scale(.7);}
.selfpinfo .nam .s1{border-color:#5aa5be;color:#5aa5be;}
.selfpinfo .nam .s3{border-color:#5bc980;color:#5bc980;}
.selfpinfo .nam .s4{background:#c1c1c1;border-color:#c1c1c1;color:#fff;}
.selfpinfo .job{padding:0.2em 0 0.2em 0;font-size:1.3em;line-height:1.3em;color:#999;}
.selfpinfo .job span{color:#a91e2e;padding-left:0.8em;display:inline-block;}
.myinfo{background:none;}
.myinfo li{min-height:8em;}
.myinfo  .img{text-align:center;color:#999;}
/*员工信息栏 结束*/
/*个人信息栏 开始*/
#maninfo{overflow:hidden;clear:both;position:relative;min-height:6em;height: 10em;}
#maninfo .bgimg img{width:100%;vertical-align:middle;line-height:2em;}
#maninfo .pic{width:6em;height:6em;border-radius:7em;background:#d1d1d1;position:absolute;bottom:25%;right:6%;vertical-align:middle;line-height:2em;}
#maninfo .pic img{width:6em;height:6em;border-radius:7em;overflow:hidden;}
#maninfo .tex{position:absolute;bottom:25%;left:3%;color:#fff;width:70%;}
#maninfo .nam{font-size:2.4em;height:1.3em;overflow:hidden;font-weight: bold;}
#maninfo .com{font-size:1.2em;color:#dfb2b0;line-height:1.4em;max-height:2.8em;overflow:hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.manmoney{width:94%;padding:0.8em 3%;background:#fff;border-bottom:solid 1px #eaeaea;overflow:hidden;clear:both}
.manmoney a{display:block;position:relative;overflow:hidden;clear:both;text-decoration:none;color:#333;}
.manmoney .tit{display:block;font-size:1.3em;#color:#333;}
.manmoney a .num{display:block;color:#a91e2e;font-size:1.6em;margin-top:0.2em;font-weight:bold;}
.manmoney a .num b{display:inline-block;margin:0 0 0 0.5em;font-weight:lighter;font-size:0.8em;}
.manmoney .ico{position:absolute;right:0;top:1.2em;width:1.8em;}
#niubinfo{overflow:hidden;clear:both;position:relative;min-height:6em;}
#niubinfo .bgimg img{width:100%;vertical-align:middle;line-height:2em;}
#niubinfo .pic{position:absolute;top:15%;left:0;font-size:1.1em;vertical-align:middle;line-height:2em;width:100%;text-align:center;}
#niubinfo .pic img{width:5em;height:5em;border-radius:7em;overflow:hidden;}
#niubinfo .pic .num{color:#fff;font-size:2.2em;padding-top:0.3em;}
#niubinfo .pic .num span{font-size:0.6em !important; display:inline-block;padding-left:0.5em;}
/*个人信息栏 结束*/
/*会员菜单栏 开始*/
.manlinenav{overflow:hidden;clear:both;position:relative;background:#fff;}
.manlinenav a{display:block;text-decoration:none;margin:0 0 0 3%;border-bottom:solid 1px #f5f5f5;padding:1em 0;font-size:1.3em;color:#333;vertical-align:middle;}
.manlinenav a img{width:1.4em;vertical-align:middle;margin-right:1.2em;}
.niubnav{overflow:hidden;clear:both;position:relative;background:#fff;margin-top:0;padding-bottom:3em;}
.niubnav a{display:block;text-decoration:none;margin:0 0 0 3%;border-bottom:solid 1px #eaeaea;padding:1.3em 0;font-size:1.3em;color:#333;vertical-align:middle;}
.niubnav a img{width:1.4em;vertical-align:middle;margin-right:1.2em;}
/*会员菜单栏 结束*/
/*合作院校 开始*/
.schoollist{overflow:hidden;clear:both;position:relative;border-top:solid 1em #f5f5f5;padding-left:1.2em;}
.schoollist li{position: relative;overflow:hidden;clear:both;border-bottom:solid 1px #eaeaea;padding:1em 1em 1em 0;}
.schoollist li .nam{color:#333;font-size:1.4em;line-height:2em;}
.schoollist li .tag img{height:1.5em;}
/*合作院校 结束*/
/*牛币明细 开始*/
.niublist{overflow:hidden;clear:both;position:relative;border-top:solid 1em #f5f5f5;padding-left:1.2em;}
.niublist li{overflow:hidden;clear:both;border-bottom:solid 1px #eaeaea;padding:1em 1em 1em 0;position:relative;}
.niublist li .nam{color:#333;font-size:1.4em;line-height:2em;}
.niublist li .tim{height:1.5em;color:#999;font-size:1.1em;}
.niublist .img{position:absolute;right:1em;top:2.5em;vertical-align:middle;font-size:1.1em;color:#a91e2e;}
.niublist .img img{width:1.2em;margin:-0.2em 0 0 0.8em;vertical-align:middle;}
/*牛币明细 结束*/
/*问卷列表栏 开始*/
.faqlist{overflow:hidden;clear:both;position:relative}
.faqlist li{float:left;width:30%;margin:0.8em 0 0 2.5%;background:#fff;}
.faqlist .img{position:relative;width:100%;}
.faqlist .img > img{width:100%;}
.faqlist .img .tag{display:inline-block;width:3em;position:absolute;top:0;right:0;}
.faqlist .text{padding:0 0.8em 0.8em;font-size:0.6em;line-height:1.4em;}
.faqlist .nam{height:2.8em;overflow:hidden;clear:both;color:#333;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.faqlist .des{height:1.4em;overflow:hidden;clear:both;color:#999;margin-top:0.2em;}
.faqlist .des2{margin-top:0.3em;height:2.8em;overflow:hidden;clear:both;color:#999;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
/*问卷列表栏 结束*/
/*更多筛选 开始*/
.selectmbox{width:94%;left:3%;border-radius:0.8em;padding-bottom:1.5em;top:auto;bottom:1em;}
.selectmbox .boxtit{font-size:1.3em;font-weight:bold;text-align:left;padding:0.5em 1em;overflow:hidden;clear:both;}
.selectmbox .boxcon{overflow:hidden;clear:both;padding:0 1.2em;max-height:30em;overflow-y:scroll;}
.selectmbox .boxtex{overflow:hidden;clear:both;padding:0.2em 0.1em 0.2em 1em;color:#333;font-size:1.1em;vertical-align:top;}
.selectmbox .boxtex .t1{color:#999;}
.selectmbox .boxtex .img{width:2em;vertical-align:top;display:inline-block;text-align:center;font-size:0.8em;color:#f7bb2d;}
.selectmbox .boxtex .img img{width:1.5em;display:block;margin:0 auto 0.2em;}
.selectmbox .btn button{color:#fff;overflow:hidden;clear:both;display:block;background:#a91e2e;border:solid 1px #eaeaea;border-radius:5em;width:90%;margin:1em auto 0;font-size:1.1em;padding:0.8em 0;outline:none;cursor:pointer;}
/*更多筛选 结束*/
/*底部菜单栏 开始*/
#footnav{padding:0 3%;width:94%;display:block;overflow:hidden;clear:both;background:#fafafa;border-top:solid 1px #eaeaea;height:4em;position:fixed;left:0;bottom:0;z-index:1000;}
#footnav a{display:block;width:20%;float:left;height:4em;text-align:center;color:#dbb8b1;text-decoration:none;font-size:1em;vertical-align:middle;}
#footnav .on{color:#a91e2e;}
#footnav img{width:1.8em;height:1.8em;display:block;margin:0.5em auto 0;}
/*底部菜单栏 结束*/
/****************************响应式 开始***************************/
/****小于400像素****/
@media screen and (max-width:400px){
body{font-size:12px;}
.subzhlist .tel{min-height:2.6em;}
.faqlist .des .year{display:none;}
}
/****大于750像素****/
@media screen and (min-width:750px){
body{font-size:20px;}
}
/****************************响应式 结束***************************/
#tmptopnav { position: relative; left: 0; top: 0; width: 94%; padding: 0 3%; overflow: hidden; clear: both; display: block; height: 3.5em; background: #be293d; z-index: 9; }
#tmptopnav .lef { float: left; }
#tmptopnav .back { width: 1em; display: block; margin-top: 0.9em; }
#tmptopnav .mid { width: 6em; position: absolute; left: 50%; top: 0.55em; margin-left: -3em; color: #fff; font-size: 1.5em; text-align: center; }

/* 新加 */
.input_file .files img, .input_file .img img{width: 100%;height: 100%;}

.interview{
    background-color: #f5f5f5;
    padding: .1em 1em;
    border-radius: 5em;
    font-size: 1em;
    color: #333 !important;
}
.interview .vinter{
    vertical-align: middle;
    margin-right: .25em;
}
.interview img{
    width: 1.8em;
}


.labelsele{
    width: 100%;
    padding: 0;
    justify-content: space-around;
}
.labelsele .selectbox{
    padding: 0 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 25%;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}
.labelsele .selectbox label{
    line-height: 3.5em;
}
.labelsele .selectbox select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

/* 白云校招人才服务站02版开始 */
/* 白云校招人才服务站-首页 */
html.portrait{
    overflow-y: auto !important;
}
.recruit_bdoy{
    /* background: url(../images/xiaozhao/index_bg.png) no-repeat left top #D8E2EF; */
    background: url(../images/xiaozhao/index_bg.png) no-repeat left -70vw #D8E2EF;
    background-size: 100% auto;
    padding: 0 3vw 3vw;
}
body.prism-full-window.recruit_bdoy{
    padding: 0 3vw 0;
}
.r_logo_old{
    color: #fff;
    text-align: center;
    font-size: 0.33rem;
    background: url(../images/xiaozhao/index_top.png) no-repeat center center;
    background-size: 100% auto;
    height: 155vw;
    margin: auto auto -16vw;
    padding-top: 3vw;
    box-sizing: border-box;
}
.r_logo{
    color: #fff;
    text-align: center;
    font-size: 0.33rem;
    background-size: 100% auto;
    height: 87vw;
    margin: auto auto -16vw;
    padding-top: 3vw;
    box-sizing: border-box;
}
.r_logo .top_title{
    font-size: 0.7rem;
    padding: 6vw 0 1vw;
    font-weight: bold;
    line-height: 1.1rem;
}
.r_logo img{
    height: 8vw;
    display: block;
    margin: auto auto 0.3rem;
}


.index_v{
    height: 50vw;
    border-radius: 4vw;
    overflow: hidden;
    position: relative;
}
.index_v .play_btn{
    background: url(../images/xiaozhao/box_bg0.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_v .play_btn i{
    display: block;
    background-color: #2B7BCB;
    color: #fff;
    width: 43vw;
    height: 17vw;
    line-height: 17vw;
    text-align: center;
    font-style: normal;
    font-size: 5vw;
    padding-left: 7vw;
    box-sizing: border-box;
    position: relative;
    border-radius: 2vw;
    cursor: pointer;
}
.index_v .play_btn i::before{
    content: '\e618';
    font-family: 'iconfont';
    transform: rotate(270deg) scale(1.2);
    position: absolute;
    margin-left: -7vw;
}
.box01{
    height: 72.6vw;
    background: url(../images/xiaozhao/box_bg1.png) no-repeat center bottom #A0BFD9;
}
.box02{
    height: auto;
    background: url(../images/xiaozhao/box_bg2.png) no-repeat center bottom #07518D;
}
.box03{
    height: auto;
    background: url(../images/xiaozhao/box_bg3.png) no-repeat center bottom #E3F2FF;
}
.box04{
    height: auto;
    background: url(../images/xiaozhao/box_bg4.png) no-repeat center bottom #474AA2;
}
.box05{
    height: auto;
    background: url(../images/xiaozhao/box_bg5.png) no-repeat center bottom #085DB2;
}
.box06{
    height: auto;
    background: url(../images/xiaozhao/box_bg6.png) no-repeat center bottom #3571A0;
}
.recruit_box{
    border-radius: 4vw;
    overflow: hidden;
    margin: 3vw 0;
    box-sizing: border-box;
    padding: 5vw 4.6vw;
    background-size: 101% auto;
}
.recruit_title{
    font-size: 0.51rem;
    font-weight: bold;
    padding: 0.4rem 0 0;
}

.recruit_box .title b{
    font-size: 0.84rem;
}
.recruit_box .title{
    font-size: 0.51rem;
    margin-bottom: 0.49rem;
}
.c_white{
    color: white;
}

.recruit_box .item{
    margin-right: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    font-size: 0.3rem;
    min-width: 1.2rem;
    margin-bottom: 0.3rem;
}
.recruit_box .item span{
    font-size: 0.27rem;
    display: inline-block;
    border-radius: 0.4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    min-width: 1.2rem;
    text-align: center;
    margin-bottom: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.recruit_box .i_name{
    width: 1.6rem;
    text-align: center;
}
.recruit_box .item span b{
    font-size: 0.55rem;
}
.box02 .item span{
    background: #0668B7;
}
.box03 .item span {
    background: #DCE9F3;
}
.box04 .item span.img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box04 .item span img{
    width: 3em;
}
.box05 .item span {
    background: #2567AB;
}

.recruit_box .btn{
    clear: both;
    padding-top: 0.4rem;
}
.recruit_box .more{
    width: 2.8rem;
    height: 1rem;
    font-size: 0.4rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.4rem;
    display: inline-block;
}
.b_white1{
    background-color: white;
    color: #158AE8;
}
.b_white2{
    background-color: white;
    color: #6569B7;
}
.b_blue{
    background-color: #158AE8;
    color: white;
}

.recruit_list{
    color: white;
    font-size: 0.36rem;
}
.recruit_list .name{
    padding: 0 0 0.6rem 1.5rem;
    overflow: hidden;
}
.recruit_list .name img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
    float: left;
    margin-left: -1.5rem;
}
.recruit_list .name b{
    display: block;
    padding: 0.08rem 0 0.15rem 0;
}
.recruit_list .name .tip{
    color: white;
    border: 1px solid white;
    opacity: 0.5;
    display: inline-block;
    font-style: normal;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
}
.recruit_list .time{
    margin: 0 2.6rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit_list .address{
    margin: 0.2rem 2.6rem 0.3rem 0;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit_list .btn_go{
    float: right;
    width: 1.9rem;
    height: 1.9rem;
    text-align: center;
    line-height: 1.9rem;
    font-family: "Arial";
    margin-top: -1.9rem;
    background: #158AE8;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 0.6rem;
}

/* 白云校招人才服务站-列表页 */
html{
    min-height: 100%;
    box-sizing: border-box;
}
.list_body{
    background: url(../images/xiaozhao/list_bg.png) no-repeat right bottom #D8E2EF fixed;
    background-size: 80% auto;
    min-height: 100%;
    box-sizing: border-box;
}
.list_body #topnav{
    background: #D8E2EF;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6em;
    height: 2.2em;
    line-height: 2.2em;
    white-space: nowrap;
    padding: 0;
}
.list_body #topnav .back{
    margin: 0;
    padding: 0;
    float: left;
    width: 2.2em;
    height: 2.2em;
    overflow: hidden;
    text-align: center;
}
.list_body #topnav .back:active{
    background-color: rgba(0, 0, 0, 0.1);
}
.list_body #topnav .back::before{
    content: '\e601';
    font-family: 'iconfont';
}
.list_body #topnav .back img{
    display: none;
}
.list_body #topnav .title{
    width: 75vw;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_body .street_list{
    font-size: 1em;
}
.list_body .street_list .item .num{
    width: 5.2em;
    height: 5.2em;
    background: linear-gradient(180deg,#eff3f8, #ffffff);
    border: 1px solid #ffffff;
    border-radius: 1.5em;
    box-sizing: border-box;
    color: #246BA0;
    line-height: 5.2em;
}
.list_body .street_list .item .num b{
    font-size: 1.5em;
    font-weight: 800;
}

.street_list .item{
    padding: 0 0.3em;
    box-sizing: border-box;
}
.nodata{
    height: 50vh;
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.nodata::before {
    content: '';
    display: inline-block;
    width: 54vw;
    height: 44vw;
    background: url(../images/xiaozhao/nodata_bg.png) no-repeat left bottom;
    background-size: 85%;
}
/* 开启关闭搜索 开始 */
.open_search{
    padding: 0.3em;
    box-sizing: border-box;
    height: 2.2em;
    position: absolute;
    top: 0;
    right: 0;
    background: #d8e2ef;
}
.open_search::before{
    content: '';
    background: url(../images/xiaozhao/icon_search.png) no-repeat center center rgba(255,255,255,0.30);
    background-size: 50%;
    width: 1.6em;
    height: 1.6em;
    border-radius: 2em;
    position: static;
    display: inline-block;
}
.open_search.close{
    padding: 0 1em;
}
.open_search.close::before{
    content: '取消';
    background: none;
    font-size: 0.8em;
}
.list_body .searchbox.close{
    display: none;
}
.list_body .searchbox .searchinp{
    position: relative;
    padding: 0.5em 0.8em;
    width: 100%;
}

.list_body .searchbox .searchIcon{
    position: absolute;
    background: url(../images/xiaozhao/icon_search.png) no-repeat center center;
    background-size: 60%;
    width: 2.5em;
    height: 2.5em;
    top: 0.9em;
    right: 1em;
}
.list_body .searchbox input{
    display: block;
    width: 370px;
    height: 2.8em;
    font-size: 0.8em;
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1em;
    padding: 0.5em;
}
.list_body .searchbox{
    background: #D8E2EF;
    border-radius: 0;
    padding: 0;
    display: flex;
}
.keyon {
    padding: 0.5em 0.8em 0.5em 0;
}
.keyon::before {
    content: '\e633';
    font-family: "iconfont";
    font-style: normal;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    height: 2.24em;
    font-size: 1.5em;
    border-radius: 0.7em;
    line-height: 2.24em;
    padding: 0 0.6em;
}
.list_body  .searchbox .searchinp input{
    display: block;
    height: 2.8em;
    font-size: 1.2em;
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1em;
    padding: 0.5em;
}
/* 开启关闭搜索 结束 */
.list_box{
    min-height: 2.8em;
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    margin: 1em;
    border-radius: 1em;
    overflow: hidden;
}
.list_box .t_title{
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    padding: 1em 0;
    margin: 0 1em;
    background: none;
}
.list_box .t_title::before{
    content: '';
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    background: #a4b4c9;
    border-radius: 1em;
    vertical-align: middle;
    margin-right: 0.3em;
}

.list_box .t_title::after{
    content: '\e655';
    font-family: 'iconfont';
    float: right;
    font-weight: bold;
    color: #a4b4c9;
}
.list_box .t_title.close::after{
    transform: rotate(180deg);
}
.list_box .t_list{
    padding: 0 1em 1em;
    color: #246ba0;
    overflow: hidden;
}
.list_box .t_list.close{
    height: 0;
    padding: 0;
}
.list_box .t_list > p:first-child{
    border-top: 1px solid rgb(164,180,201,0.3);
}
.list_box .t_list p{
    border-bottom: 1px solid rgb(164,180,201,0.3);
    padding: 1.2em;
}
.list_body .check_all{
    background: rgba(255,255,255,0.30);
    color: #333;
    font-size: 0.7em;
    padding: 0;
    width: 3em;
    height: 3em;
    line-height: 3em;
    float: right;
    margin: 0.2em 0.3em;
    border: none;
    text-align: center;
    border-radius: 2em;
    transform: scale(0.9);
    position: absolute;
    top: 0;
    right: 0;
}
.list_body .check_all input{
    display: none;
}
.list_body .check_all.active{
    background: #158ae8;
    color: #fff;
    width: auto;
    padding: 0 1em;
    line-height: 2.2em;
    height: 2.2em;
    margin-top: 0.6em;
}
.list_body .c_tip{
    padding: 1em;
    color: #333;
    font-size: 1.16em;
}
.list_body .body_content{
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1em;
    margin: 0 1em 1em;
    padding: 1.4em;
}

.list_body .body_content .item_box{
    font-size: 1.2em;
}

.list_body .school_item .name{
    color: #999;
    font-size: 0.9em;
    font-weight: normal;
}


.list_body .body_content .school_item{
    padding: 0 0 1em;
    margin: 0;
    border: none;
}
.list_body .body_content .school_item img {
    width: 2em;
    height: 2em;
    border-radius: 0.3em;
    overflow: hidden;
    margin-right: 0.3em;
}

.list_body .body_content .t_xzzy span{
    display: block;
    background: none;
    border: none;
    padding: 0;
    border-radius:0;
}
.list_body .body_content .t_xzzy label{
    display: block;
    border: none;
    border-bottom: 1px solid rgb(164,180,201,0.3);
    background: none;
    border-radius: 0;
    padding: 0.5em;
    margin-left: 2.2em;
}
.list_body .body_content .t_xzzy .active label{
    border: none;
    border-bottom: 1px solid rgb(164,180,201,0.3);
    color: #158AE8;
}

.list_body .body_content .t_xzzy label::before{
    content: '\e60f';
    font-family: 'iconfont';
    color: #A4B4C9;
    margin-right: 0.5em;
}
.list_body .body_content .t_xzzy .active label::before{
    content: '\e631';
    color: #158AE8;
}
.list_body .body_content .t_xzzy{
    padding: 0;
}
.list_body .body_content .bottom_btn{
    left: 0;
    background: none;
    box-shadow: none;
    padding: 1em;
}
.list_body .body_content .bottom_btn .form_sub{
    background: #2B7BCB;
    height: 2.8em;
    line-height: 2.8em;
    border-radius: 2.8em;
    font-size: 1.1em;
}
.list_body .rig{
    font-size: 0.7em;
    margin: 0.6em 0.3em 0;
    border: none;
    text-align: center;
    border-radius: 2em;
    transform: scale(0.9);
    background: #E4EBF4;
    color: #333;
    width: auto;
    padding: 0 1em;
    line-height: 2.2em;
    height: 2.2em;
}
.list_body .list02{
    display: flex;
    padding-right: 0;
}
.list02 .list_l{
    width: 3.5em;
    height: 3.5em;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 1em;
}

.list02 .list_l img{
    width: 100%;
}

.list02 .list_m{
    flex: 1;
}
.list02 .list_m .name_s{
    display: block;
    font-weight: bold;
    font-size: 1.3em;
}
.list02 .list_m .name_m{
    display: inline-block;
    margin: 0.3em 0 0;
}

.list02 .list_r{
    width: 4.8em;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    margin-left: 0.3em;
}
.list02 .list_r .share::before{
    content: '';
    width: 2em;
    height: 2em;
    background: url(../images/xiaozhao/icon_share.png) no-repeat center top;
    background-size: auto 100%;
    display: block;
    margin: auto auto 0.2em;
}

.list02 .list_r .share:active{
    background: rgba(0,0,0,0.1);
}

.list_body .body_content .account_box{
    background: none;
    padding: 0;
}
.list_body .body_content .account_box > div:first-child b{
    padding-top: 0;
}
.list_body .body_content .account_box b{
    padding-top: 1em;
}
.list_body .major, .list_body .major_active{
    display: block;
    border: none;
    border-bottom: 1px solid rgb(164,180,201,0.3);
    background: none;
    border-radius: 0;
    padding: 0.5em;
}
.list_body .major::before, .list_body .major_active::before{
    content: '\e60f';
    font-family: 'iconfont';
    color: #A4B4C9;
    margin-right: 0.5em;
}
.list_body .major_active{
    border: none;
    border-bottom: 1px solid rgb(164,180,201,0.3);
    color: #158AE8;
}
.list_body .major_active::before{
    content: '\e631';
    color: #158AE8;
}
.list_body .major_active.disable{
    background: none;
    color: #999;
}
.list_body .major_active.disable::before{
    content: '\e631';
    color: #999;
}

.industry_list{
    padding: 0;
    margin: 0.8em;
}
.industry_list .item{
    background: linear-gradient(180deg,#eff3f8, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1em;
    margin: 0 0 1em;
    display: flex;
    padding: 0.6em 0 0.6em 0.8em;
    align-items: center;
}
.industry_list .item .icon_sign{
    width: 3.5em;
    height: 3.5em;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 1em;
    display: flex;
    align-items: center;
}
.industry_list .item .icon_sign img{
    width: 100%;
}
.industry_list .item .name{
    flex: 1;
}
.industry_list .item .num{
    width: 4.8em;
    text-align: center;
    margin-left: 0.3em;
    color: #A4B4C9;
    font-size: 1em;
}

.list_body .xh_info{
    background: linear-gradient(180deg,#eff3f8 32%, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1.1em;
    box-sizing: border-box;
    margin: 1em;
}
.list_body .xh_info .xh_title img{
    width: auto;
}
.list_body .xh_info .xh_title{
    font-weight: normal;
    font-size: 1.3em;
    border-bottom: 1px solid rgb(164,180,201,0.3);
}
.list_body .xh_info .sub_title{
    padding: 0.9em 0 0.6em;
}
.list_body .xh_con{
    color: #666;
    line-height: 2em;
    border-bottom: 1px solid rgb(164,180,201,0.3);
    padding-bottom: 1em;
}
.list_body .xh_info .xh_bq i{
    display: inline-block;
    border: 1px solid #e3e9f0;
    background-color: #fff;
    border-radius: 2em;
    padding: 0.1em 0.9em 0.1em 2.6em;
    transform: scale(0.9);
    font-size: 1em;
    margin-left: -0.5em;
    width: auto;
    background-size: auto 80%;
    background-position: 0.5em center;
    font-style: normal;
}
.list_body .c_tip .more{
    float: right;
    background: #e4ebf4;
    text-decoration: none;
    color: #333;
    padding: 0.3em 0.9em;
    border-radius: 1em;
    transform: scale(0.9);
    margin-top: -0.3em;
}
.list_body .c_tip + .xh_info{
    margin-top: 0;
}

.list_body .schoollist{
    border: none;
    padding: 0;
}
.list_body .schoollist li{
    background: linear-gradient(180deg,#eff3f8 32%, rgba(255,255,255,0.60));
    border: 1px solid #ffffff;
    border-radius: 1.1em;
    box-sizing: border-box;
    margin: 1em 0.8em;
    padding: 1em;
}
.list_body .schoollist li:first-child{
    margin-top: 0;
}
.list_body .schoollist .tag, .video_intro .tag{
    margin-left: 1em;
    font-size: 0.9em;
    color: #999;
    border-left: 1px solid #d9d9d9;
    padding-left: 1em;
    float: right;
}
.list_body .schoollist .tag::before, .video_intro .tag::before{
    content: '';
    width: 1.3em;
    height: 1.3em;
    background: url(../images/xiaozhao/icon_address.png) no-repeat center top;
    background-size: auto 100%;
    display: block;
    margin: auto auto 0.2em;
}

.list_body .schoollist .r_tip, .list_body .schoollist .n_tip span, .list_body .xh_label, .video_intro .r_tip, .video_intro .xh_label, .video_intro .n_tip span{
    position: static;
    display: inline-block;
    border: 1px solid #e3e9f0;
    border-radius: 2em;
    padding: 0.1em 0.9em;
    font-size: 1em;
    width: auto;
    font-style: normal;
    color: #666;
    height: auto;
    text-align: left;
    white-space: normal;
    margin-bottom: 0.4em;
    background-color: #E3E9F0;
}
.list_body .schoollist .r_tip.special, .video_intro .r_tip.special{
    background-color: #C5DEF2;
}
.list_body .schoollist .r_tip.special::after, .list_body .schoollist .n_tip span.two::after, .video_intro .n_tip span.two::after{
    content: '';
    display: inline-block;
    width: 1em;
    height: 0.8em;
    background: url(../images/option_select_bk.png) no-repeat center center;
    background-size: auto 100%;
    vertical-align: inherit;
    margin-left: 0.1em;
}
.video_intro .n_tip{
    padding-bottom: 0.5em;
}
.list_body .schoollist .n_tip{
    padding: 0;
}
.list_body .schoollist .n_tip span{
    background-color: #E3E9F0;
}
.list_body .xh_label, .video_intro .xh_label{
    background-color: #EEEFE4;
}
.list_body .schoollist .n_tip span.two, .video_intro .n_tip span.two{
    background-color: #eadff4;
}
.list_body .schoollist li .nam{
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 0.2em;
}
.list_body .n_tip em{
    float: right;
    font-style: normal;
    color: #158AE8;
    display: none;
}
.list_body .schoollist .list_tip{
    font-size: 1.2em;
    color: #999999;
    padding: 1em 0 0.5em;
}
.list_body .schoollist .zpgw_con{
    font-size: 1.3em;
    color: #333;
    padding: 1px 0;
    margin: 0;
    background: none;
}
.list_body .schoollist .zpgw_con::after{
    content: '，';
}
.list_body .schoollist .zpgw_con:last-child::after{
    content: '';
}

.list_body .msg-container .msg-content .subtitle{
    color: #333;
    line-height: 1.8em;
    font-size: 1.2em;
    padding-bottom: 2em;
}
.list_body .schoollist .n_tip em+span~span{
    display: none;
}
.list_body .schoollist .more em+span~span{
    display: inline-block;
}
.list_body .schoollist .more em{
    display: inline-block;
}


/* 02版结束 */

.item_recruit .r_school{
    position: relative;
    padding-left: 0.35rem;
    padding-bottom: 0.05rem;
}
.item_recruit .r_school img{
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.item_recruit .r_school .name{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 0.14rem;
}
.item_recruit .r_school .tip{
    color: red;
    font-size: 0.12rem;
    display: inline-block;
    border: 1px solid red;
    border-radius: 0.05rem;
    padding: 0 0.1rem;
    font-style: normal;
    transform: scale(0.8);
    margin: 0.05rem 0 0 -0.05rem;
}
.item_recruit .address{
    color: #666;
    font-size: 0.12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_recruit .time{
    font-size: 0.12rem;
    color: blue;
    text-align: center;
    line-height: 0.2rem;
    padding: 0.05rem 0;
    font-weight: bold;
}
.item_recruit .btn{
    background: url(../images/xiaozhao/more.png) repeat-x top;
    background-size: auto 100%;
    border-radius: 0.05rem;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
}
/* 线下招聘会详情 */
.job_fair #topnav , .street_body #topnav{
    background: #4E75F0;
    z-index: 10000;
}
.job_fair #topnav .rig, .street_body #topnav .rig{
    color: #fff;
    font-size: 1.4em;
    padding: 0.55em 0;
}
.body_content{
    background: #fff;
    color: #333;
    padding-bottom: 0.3rem;
}
.body_content .top_header{
    padding-top: 30px;
}

.body_content .top_header img {
    display: block;
    width: .7rem;
    height: .7rem;
    margin: auto;
    border: none;
    max-width: 100%;
    object-fit: cover;
}
.body_content .top_name {
    font-size: .2rem;
    font-weight: bold;
    padding: .1rem;
    text-align: center;
}
.body_content .top_info {
    text-align: center;
    padding: 0 .1rem .1rem;
}
.body_content .top_info span {
    margin: 0 .1rem;
    display: inline-block;
    line-height: .22rem;
}
.body_content .account_box {
    padding: 14px 20px;
    line-height: 25px;
    position: relative;
    background: #f5f5f8;
}
.body_content .account_box b{
    display: block;
    padding-top: 8px;

}
.major_active{background: #dee6ff;margin: 0 5px 5px 0;display: inline-block;padding: 0 6px;border: 1px solid #dee6ff;}

.major{background: #ffffff;margin: 0 5px 5px 0;display: inline-block;padding: 0 6px;border: 1px solid #e5e5e5;}
.other_info{color: #999;padding: 10px;}

.body_content .bottom_btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 5px #d4d4d4;
    box-sizing: border-box;
}
.body_content .bottom_btn .form_sub{
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    background-color: rgba(78, 117, 240, 1);
    color: rgba(255, 255, 255, 1);
    font-size: .14rem;
    text-align: center;
    border: none;
    display: inline-block;
    border-radius: 1rem;
}

.job_sq ~.job_sq {
    min-height: .5rem;
    margin-top: .1rem;
    border-top: 1px solid #eaeaea;
    box-shadow: 0rem -0.1rem 0 #f2f2f2;
    background: #fff;
}
.job_sq {
    padding: .1rem;
    border-bottom: 1px solid #eaeaea;
    font-size: .13rem;
    position: relative;
    line-height: .22rem;
}

.form_title {
    font-size: .16rem;
    font-weight: bold;
    line-height: .22rem;
    padding: .06rem 0;
}
.job_sq>.info {
    border-bottom: none;
    font-size: .12rem;
    color: #999;
}
.job_sq>div {
    line-height: .22rem;
    padding: .06rem 0;
}
.job_sq .check_target {
    background: #F9F9F9;
    padding: .08rem;
    line-height: .22rem;
    border: none;
    margin-top: .05rem;
    display: flex;
    font-size: .12rem;
}
.job_sq:last-of-type {
    border-bottom: none;
}


.check_target .t {
    color: #c1c1c1;
    padding-right: .13rem;
}
.check_target .t img{
    height: 28px;
    width: 28px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.check_target .c {
    flex: 1;
    padding-top: 3px;
    color: #333;
}
.check_target .c .c_time{
    font-weight: bold;
    margin-top: 10px;
}
.check_target .c .c_time span{margin-left: 10px;font-weight: normal;color: #999;
    margin-left: 10px;font-weight: normal;color: #999;}
.major_choose{padding-top: 5px;}
.major_choose span{border-radius: 10px;margin: 0 8px 8px 0;display: inline-block;line-height: 16px;border: 1px solid #4e75f0;padding: 2px 11px;background: #f1f5ff;}
.school_l_r{
    padding-left: 61px;
    position: relative;
}
.top_left_header{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.top_left_header img{
    margin: auto;
    border: none;
    max-width: 100%;
    object-fit: cover;
    display: block;
    width: 41px;
    height: 41px;
    margin-top: 14px;
}

.school_l_r .top_name{
    display: inline-block;
    font-size: 14px;
}
.school_l_r .top_info{
    display: inline-block;
}
.school_l_r .top_info span{
    margin: -19px 0 0 64px;
}
.major_choose_2{
    padding: 0 10px 5px 70px;
    line-height: 22px;
}
.major_active.disable{
    background: #ddd;
    opacity: 0.5;
}
.job_choose{padding: 10px;background: #f1f1f1;}
.job_choose span{color: #4e75f0;float: right;}
.job_choose_tip{padding: 10px 10px 0;color: #999;}
.job_choose_list > li{margin: 10px;border: 1px solid #dcdcdc;padding: 10px;border-radius: 5px;}
.job_choose_list > li.active{margin: 10px;border: 1px solid #4e75f0;padding: 10px;border-radius: 5px;}
.job_choose_list .nam b{font-size: 14px;margin-right: 5px;margin-bottom: 5px;display: inline-block;}
.job_choose_list .nam span{background: #eaefff;display: inline-block;margin: 0 5px 5px 0;padding: 1px 6px;border-radius: 20px;}
.job_match{color: #7f7f7f;padding-top: 4px;}
.job_choose_list .des{padding-top: 10px;}
.job_choose_list .des .ck{
    margin-right: 25px;
    background: url(../images/icon-serch.png) no-repeat left center;
    background-size: auto 90%;
    padding-left: 1.5em;
}
.job_choose_list .des .cancel{float: right;color: #ccc;}
.job_choose_list .des .check{float: right;color: #4e75f0;}
.job_send_ok{padding: 0 .1rem;color: #333;font-size: .14rem;line-height: .28rem;}
.job_fair .msg-container .msg-content .buttons button{border-radius: 0;}
.job_fair .msg-container .msg-content .buttons .ok{background-color: #4F8DEF;}
#topnav .searchbox{
    float: right;
    width: 84%;
    margin: 0.66em 1em 0 0;
}
.searchbox{
    overflow: hidden;
    background: #f2f2f2;
    border-radius: 10em;
    padding: 0.4em 0;
    clear: none;
    position: relative;
}
.searchbox .searchinp {
    padding-left: 1.3em;
    float: left;
    width: 99%;
    margin-top: 0.05em;
    margin: 0;
    box-sizing: border-box;
}
.searchIcon {
    background: url(../images/icon-serch.png) no-repeat center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3%;
    top: 8%;
    background-size: 70%;
}
.searchbox .searchinp input {
    background: none;
    border: none;
    color: #333;
    width: 100%;
    font-size: 1.1em;
}
.street_list{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: start;
}

.street_list .item{
    display: inline-block;
    text-align: center;
    flex: 0 0 calc(25% - 0px);
    margin: 20px 0 0;
}

.street_list .item .num{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 9px;
    margin: auto auto 9px;
    background: #EEEEEE;
}

.street_list .item .num b{font-size: 20px;}

/* 街道企业列表01版 */
.street_body #topnav .mid{
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: static;
    margin-top: 0.52em;
    margin-left: 1.3em;
}
.street_body .searchbox {
    margin: 1.2em auto .7em;
    width: 90%;
}

.street_body .schoollist{
    padding-left: 0;
}
.street_body .schoollist li{
    padding-left: 1.2em;
    border-bottom-width: 1em;
}
.street_body .schoollist .tag span{
    margin-bottom: 4px;
}
.street_body .schoollist .nam{
    padding-right: 6.5em;
}

.schoollist .r_tip {
    position: absolute;
    top: 1.8em;
    right: 0.2em;
    padding: 0.2em 0.7em;
    border-radius: 2px;
    margin: 0 0.8em 0 0;
    font-size: 0.9em;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    height: 1.6em;
    line-height: 1.6em;
    background: #EFC9D6;
}

.n_tip {
    padding: 10px 0 0 0;
}
.n_tip span {
    display: inline-block;
    background: #FBE5D6;
    padding: 1px 8px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}
.n_tip .two{
    background: #E2F0D9;
}
.schoollist .tag {
    padding: 0.3em 0 0.2em 0;
}
.schoollist .tag span{
    padding: 1px 3px;
    display: inline-block;
    border: 1px solid #2B2589;
    color: #2B2589;   
    margin: 0px 8px 0 0; 
}
.tag_time{
    font-size: 1em;
    line-height: 1.4em;
    color: #999;
    overflow: hidden;
    padding: 0.3em 0.4em 0.4em 0;
}
.zpgw span {
    display: inline-block;
    padding: 1px 3px;
    background: #f1f1f1;
    color: #555;
    margin: 5px 5px 0 0;
}

.zpgw_t{font-weight: bold;padding: 5px 3px 0;border-top: 1px solid #e2e2e2;}

.t_title {
    background: #f1f1f1;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.t_list p {
    border-bottom: 1px solid #eee;
    padding: 12px;
}
.t_list p span{float: right;color: #999;}
.school_body{
    padding-top: 6.2em;
}
.school_body #topnav{
    height: auto;
    background: #4E75F0;
}
.school_body #topnav .two{
    white-space: nowrap;
    font-size: 1.08em;
    padding: 0 .1rem;
    display: block;
    text-align: center;
    clear: both;
    color: #fff;
    padding: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.check_all{
    border: 1px solid #4E75F0;
    display: inline-block;
    margin: 10px 10px 0;
    padding: 4px 12px;
    color: #4E75F0;
}
.school_item{margin: 10px;border: 1px solid #e0e0e0;padding: 10px;}
.school_item img{height: 28px;width: 28px;cursor:pointer;vertical-align: middle;margin: 0 5px 0 0;}
.school_item .name{font-size: 15px;}
.t_xzzy {
    padding: 10px 0 0;
}
.t_xzzy span {
    background: #f1f1f1;
    border-radius: 10px;
    margin: 0 8px 8px 0;
    display: inline-block;
    padding: 2px 11px;
    border: 1px solid #f1f1f1;
}
.t_xzzy .checked{
    opacity: 0.5;
    border: 1px solid #bbbbbb;
}
.t_xzzy .active{
    border: 1px solid #4e75f0;
    padding: 2px 11px;
    background: #f1f5ff;
}
.t_xzzy span img{height: 18px;width: 18px;cursor:pointer;vertical-align: middle;margin: -2px 4px 0 -4px;border-radius: 20px;}
.send_title{display: block;background: #f1f1f1;padding: 10px;}
.checked_major .t_xzzy{padding: 10px 10px 0;}
.send_con{padding:10px;}
.send_title .right{color: #4e75f0;float: right;}
.send_tip{padding: 10px 19px 0;color: #999;}
.send_item{margin: 10px;border: 1px solid #dcdcdc;padding: 10px;border-radius: 5px;}
.send_item.active{border: 1px solid #4e75f0;}
.send_item .nam b{font-size: 14px;}
.send_item .nam span{background: #eaefff;display: inline-block;margin: 0 0 0 5px;padding: 1px 6px;border-radius: 20px;}



/* 公司介绍 */
.video_intro{
    padding: 1em;
}
.intro_title{
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    clear: both;
}
.intro_name{
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    clear: both;
    padding-bottom: 0.5em;
}
.video_file{
    margin: 1em 0 2em;
    border-radius: 0.5em;
    overflow: hidden;
}
.novideo{background:#000; text-align:center;padding:3em 0;color: #fff;}

.novideo img{width: 5em;}
.ambient{
    padding: 0;
    border-radius: 0;
    margin: 1em 0;
    width: auto;
}
.ambient .list{
    padding: 0;
    position: relative;
    min-height: 5em;
    margin: 0 0 1em;
}
.ambient .list .img{
    left: 0;
    top: 0;
    border-radius: 1em;
    background: none;
    overflow: hidden;
    width: 36vw;
    height: 100%;
}
.ambient .list .img img{
    width: 100%;
    min-height: 100%;
    border-radius: 0;
}
.ambient .text{
    padding-left: 38vw;
    font-size:1.2em;
    line-height:1.5em;
    color:#333;
}
.welfare{
    width: auto;
    position: inherit; 
    top: auto; 
    left: auto; 
    background: #fff; 
    border: solid 1px #fff;padding-bottom: inherit; 
    display: block; z-index: auto;
}
.welfare .item{
    margin-top: 0.6em;
    padding: 1em;
    background: #fafafa;
}
.welfare .item li {
    list-style: inside;
    color: #a91e2e;
    font-size: 1.1em;
    padding: 0.2em 0;
}
.welfare .item li span{color:#333;font-size:1.1em;}
.job_list_wrap{
    padding: 1em;
    border-top: 1em solid #F5F5F5;
}
.job_list{
    padding-bottom: 2em;
}
.intro_title .num{
    color: #496FE6;
    font-size: 0.8em;
}
.intro_title .time{
    color: #999;
    font-size: 0.8em;
    float: right;
    font-weight: normal;
    margin-top: 0.4em;
}
.job_item{
    padding-left: 2em;
    color: #555;
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 1em;
}
.job_item .name{
    position: relative;
}
.job_item .name .icon{
    display: inline-block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0.3em;
    left: -2em;
}
.icon.money{
    background: url(../images/jobicon_1.png) no-repeat left top;
    background-size: 100% 100%;
}
.icon.person{
    background: url(../images/jobicon_2.png) no-repeat left top;
    background-size: 100% 100%;
}
.icon.require{
    background: url(../images/jobicon_3.png) no-repeat left top;
    background-size: 100% 100%;
}
.job_item .txt b{
    color: #333;
}
.job_fair .pswp{
    z-index: 15000;
}
.ck_detail{
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0 0;
    line-height: 26px;
    display: none;
}
.i_name{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xh_wrap {
    color: #333;
    line-height: 24px;
    position: relative;
    overflow: auto;
}

.xh_wrap .xh_title {
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}


.xh_wrap .xh_con_mask {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%);
}

.xh_wrap .xh_con_in {
    max-height: 400px;
    overflow: auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.xh_wrap .xh_bq {
    font-size: 13px;
    padding: 2px 0;
    width: 49%;
    display: inline-block;
}

.xh_wrap .xh_bq input {
    vertical-align: middle;
    margin-right: 4px;
}

.xh_view_more {
    height: 290px;
    margin: 10px 0;
    overflow: auto;
}

.xh_view_more>label {
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #333;
    line-height: 20px;
}
.xh_view_more>label:active{
    background-color: #f1f1f1;
}

.xh_view_more>label input {
    opacity: 0;
    width: 1px;
}

.xh_view_more .viewxh {
    float: right;
    color: #af3741;
    text-decoration: underline;
}

.filter_wrap {
    display: flex;

}

.txt_filter {
    flex: 1;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: 24px;
    border-radius: 5px;
    width: 65%;
}

.btn_filter {
    background: #af3741;
    color: #fff;
    border: 1px solid #af3741;
    height: 26px;
    width: 51px;
    border-radius: 5px;
}
    
.xh_info{
    border-bottom: 0.8em solid #eee;
    line-height: 1.6em;
    padding: 1em;
}
.xh_info .xh_title{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.xh_info .sub_title{
    font-weight: bold;
    padding: 0.4em 0;
}
.xh_info .xh_title img{
    height: 1.8em;
    width: 1.8em;
    object-fit: cover;
    border-radius: 0.3em;
    vertical-align: middle;
    margin: -0.2em 0.3em 0 0;
}
.xh_info .xh_bq{
    display: block;
    padding: 0.3em 0;

}
.xh_info .xh_bq > i{
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../images/xhbq4.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -0.1em;
}
.xh_info .xh_bq:nth-child(1) > i{
    background-image: url(../images/xhbq1.png);
}
.xh_info .xh_bq:nth-child(2) > i{
    background-image: url(../images/xhbq2.png);
}
.xh_info .xh_bq:nth-child(3) > i{
    background-image: url(../images/xhbq3.png);
}
.xh_info .xh_bq:nth-child(4) > i{
    background-image: url(../images/xhbq4.png);
}
.xh_info .xh_bq > b{
    font-size: 1.1em;
    margin: 0 0.3em;
}
.xh_info .xh_bq > em{
    font-style: normal;
}

.xh_page .schoollist{
    border-top: none;
}
.xh_page .searchbox{
    margin-bottom: 1em;
}
.xh_info .xh_title .more{
    float: right;
    font-weight: normal;
    font-size: 0.8em;
    color: #999;
    text-decoration: none;
    padding: 1em 0;
    margin: -1em -0.4em;
}

.xh_page .n_tip em {
    float: right;
    font-style: normal;
    color: #4e75f0;
}

.xh_page .xh_video {
    margin: 0.6rem 0 0.2rem;
}

.xh_page .n_tip {
    margin-top:5px;
    overflow: hidden;
}

.xh_page .zpgw span {
    display: inline-block;
    border-radius: 5px;
    color: #4e75f0;
    margin: 3px;
    background: #E1E9FE;
    text-align: center;
    height: 5.7em;
    width: 5.7em;
    vertical-align: top;
    line-height: 1.1em;
}

.xh_page .zpgw span b{
    font-size: 1.7em;
    padding-top: 0.8em;
    display: inline-block;
}
.xh_page .zpgw span i{
    display: block;
    font-style: normal;
    color: #000;
    padding-top: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xh_page .zpgw{
    margin: 0.7em -3px 0;
}
.xh_page .zpgw .time{
    background: url(../images/time.png) left 0.24em no-repeat;
    background-size: 1.1em;
    float: right;
    padding-left: 1.3em;
    color: #bbb;
    font-style: normal;
    margin-right: 3px;
}
.prism-player {
    background-size: 100% 100%;
}

.zpgw .title {
    display: block;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 3px;
}
.xh_list{
    line-height: 1.6em;
}
.xh_page .schoollist li{
    padding: 1em;
    border-bottom: 10px solid #eee;
}
.xh_page .xh_info .schoollist li{
    padding: 1em 0;
}
.xh_page .schoollist .tag{
    float: right;
    color: #aaa;
    margin-top: 0.3em;
    background: url(../images/list_address.png) right top no-repeat;
    background-size: auto 90%;
    padding-right: 2em;
}
.xh_page .schoollist .nam{
    padding-right: 5rem;
    font-weight: bold;
}
.xh_page .schoollist .r_tip{
    position: static;
}
.xh_page .n_tip{
    padding: 0;
}
.xh_page{
    padding-bottom: 0;
}
.xh_info .searchbox{
    margin: 0;
    width: auto;
}
.xh_searchbox{
    background: #4E75F0;
    border: 0;
    padding: 1em;
}

.xh_searchbox .searchbox{
    background-color: #fff;
    margin: 0;
    width: 100%;
}
/* 精准推荐列表 */

.lists .train_data{
    padding: 0.5em 1em 0 8em;
    position: relative;
    line-height: 1.8em;
}
.train_data .tit{
    font-weight: bold;
}
.train_data .tit::before{
    content: '';
    display: inline-block;
    background-color: #BE293D;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    transform: scale(0.3);
    vertical-align: middle;
    margin-left: -1em;
}
.train_data .date{
    color: #ccc;
}
.train_data .certifi .c_img{
    color: #BE293D;
    text-decoration: underline;
}
.train_data .certifi .c_img img{
    display: none;
}
.train_data .certifi .c_video{
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0.4em 0 0 0;
    width: 13.6em;
    height: 8em;
}
.train_data .certifi .c_video video{
    height: 100%;
}
.c_video .prism-player .prism-big-play-btn{
    transform: scale(0.5);
    top: 0;
}

/* 企业直聊窗口，顶部新增牛人卡片 */
.s_card_wrap{
    position: fixed;
    height: 13em;
    width: 100%;
    top: 3.5em;
    background-color: #fff;
    z-index: 1;
}
.s_card{
    background-color: #343338;
    color: #fff;
    border-radius: 0.5em;
    margin: 1em;
    overflow: hidden;
    height: 11em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s_card .l {
    padding: 1em;
}
.s_card .l .img{
    width: 4.7em;
    height: 4.7em;
    position: relative;
    float: left;
    margin-left: -5.7em;
}
.s_card .l .img .img_box{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4em;
}
.s_card .l .img img{
    border-radius: 4em;
}
.s_card .l .info .sextag{
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.s_card .l .info {
    overflow: hidden;
    padding-left: 5.7em;
}
.s_card .l .info b{
    display: block;
}
.s_card .l .info .nam{
    font-size: 1.3em;
    padding: 0.4em 0;
}
.s_card .l .info .age{
    font-weight: normal;
    white-space: nowrap;
}
.s_card .l .txt{
    font-size: 1.1em;
    padding: 0.6em 0 0.3em;
}
.s_card .l .date{
    color: #666;
    white-space: nowrap;
}
.s_card .r{
    float: right;
    text-align: right;
    padding: 0.5em;
}
.s_card .r .s_id{
    display: inline-block;
    background-color: #C00000;
    color: #fff;
    padding: 0.1em 0.3em;
    border-radius: 0.3em;
    font-style: normal;
    font-size: 0.9em;
}
.s_card .r .txt{
    line-height: 1.7em;
}
.s_card .r .txt b{
    color: #FBC001;
    font-weight: normal;
}
.popbox.chatbox{
    top: inherit;
    bottom: 1.5em;
    position: fixed;
}
.popbox.chatbox .con{
    max-height: 70vh;
    overflow-y: auto;
}
.popbox.chatbox .close{
    background-color: #7f7f7f;
    position: absolute;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    font-size: 1.3em;
    line-height: 1.3em;
    right: 0;
    top: 0;
    margin: 0.4em;
    z-index: 1;
}
.chatbox .input_tex{
    margin: 0.5em 0;
}

/* ad 运营中心信息推送 */
.index_ad{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 10;
    display: table;
}
.index_ad .con{
    vertical-align: middle;
    display: table-cell;
}
.index_ad .con > div{
    background-color: #fff;
    margin: 0 10%;
    padding: 10px 20px;
}
.index_ad .con > .c_top{
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 5px 5px 0 0;
}
.index_ad .con > .c_top .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    color: #777;
    background: none;
}
.index_ad .con > .c_top .close:active{
    background-color: rgba(0, 0, 0, 0.1);
}
.index_ad .con > .c_btn{
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px;
    display: flex;
    padding: 10px 10px 20px;
}
.index_ad .con > .c_btn .btn{
    background: #A91E2E;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 10px;
    flex: 1;
}

.index_ad .con > .c_btn .btn:active{
    opacity: 0.7;
}
.index_ad .con > .c_title{
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
}
.index_ad .con > .c_info{
    padding-top: 0;
    color: #999;
    font-size: 14px;
}
.index_ad .con > .c_tip{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
}
.index_ad .con > .c_txt{
    font-size: 14px;
    line-height: 22px;
}

.index_ad .close::before {
    content: '\e60a';
}
.index_ad :before, .index_ad :after {
    font-family: 'iconfont';
    font-style: normal;
}
@font-face { font-family: "iconfont"; src: url('../font/iconfont.eot?t=1486801652486'); /* IE9*/ src: url('../font/iconfont.eot?t=1486801652486#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff?t=1486801652486') format('woff'), /* chrome, firefox */ url('../font/iconfont.ttf?t=1486801652486') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg?t=1486801652486#iconfont') format('svg'); /* iOS 4.1- */ }

/* 省电子协会人才服务数字平台 */

.r_xh_text video{
    max-width:100%;
    height:auto;
}

.msg-container .msg-content .loading {
    padding-left: 40px;
    background: url(../images/msg/loading.gif) no-repeat left center;
    background-size: auto 30px;
    width: auto;
}

.c_school_wrap{
    white-space: nowrap;
    overflow: auto;
}
.r_con_wrap .c_con {
    font-size: 0.14rem;
    line-height: 0.28rem;
}

.r_con_wrap .c_con p {
    text-indent: 2em;
    padding-bottom: 0.1rem;
}

.c_school .s_logo {
    border-width: 0px;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.05rem;
    display: inline-block;
    margin: 0.06rem auto;
    background: #f9f9f9;
    overflow: hidden;
}
.c_school .s_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_school .item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.c_school .item span {
    display: inline-block;
    background-color: rgb(94, 117, 250, 0.6);
    margin: 0 0rem 0.04rem 0;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    padding: 0 0.05rem;
    color: #fff;
    line-height: 0.24rem;
}

.c_school .item .s_zy {
    margin-top: 0.02rem;
    white-space: normal;
    display: inline-block;
}
.r_xh {
    margin-top: -45vw;
}
.r_xh .r_xh_con {
    background: #fff;
    border-radius: 0.3rem;
    padding: 0 0.3rem 0.3rem;
}

.r_xh .r_xh_title {
    font-size: 0.5rem;
    text-align: center;
    padding: 0.35rem 0 0.25rem;
    font-weight: bold;
}

.r_xh .r_xh_text {
    font-size: 0.35rem;
    line-height: 0.7rem;
    max-height: 10rem;
    overflow: auto;
    padding-bottom: 0.5rem;
}

.ov_wrap {
    position: relative;
}

.ov_wrap .mask {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
}


/* 牛人列表页新增TA的视频 */
.lists .works {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin-right: 1em;
    position: relative;
}
.lists h3{
    padding-top: 1em;
}
.works_show {
    display: inline-block;
    width: 50vw;
    vertical-align: top;
    border-radius: .5em;
    margin: .75em .15em 0 0;
    position: relative;
}

.works_show img {
    width: 100%;
    height: 35vw;
    clear: both;
    display: block;
    margin: auto;
    border-radius: 0;
}
.works_show .img {
    border: 1px solid #f2f2f2;
    height: 35vw;
    width: auto;
    border-radius: 0;
    margin-bottom: .5em;
    overflow: hidden;
    position: static;
}
.lists .works_show .prism-player .prism-big-play-btn{
    top: 10%;
}

/* 牛人列表页新增TA的视频  end*/
/* 附近企业 */

.dm .job_list_wrap{
    border: none;
    padding: 0;
}
.post .text{
    line-height: 1.5em;
    padding-bottom: 0.5em;
}
.input_radio .distance label{
    height: auto;
}
.input_radio .distance label b{
    font-size: 2em;
    line-height: 1.3em;
    margin-right: 3px;
    border-radius: 0.5em;
}
.distance .nodata{
    padding: 0.5em 0;
    color: #666;
}
.metro .icon{
    height:1.3em;
    vertical-align: middle;
    filter: grayscale(1);
    opacity: 0.8;
}
.metro .on .icon{
    filter: none;
    opacity: 1;
}
.searchmap{
    padding: 0;
    font-size: 12px;
}
.searchmap #topnav{
    background: none;
    height: auto;
    display: flex;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}
.searchmap #topnav .back{
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    text-align: center;
    background: #D8E2EF;
    border-radius: 0.4em;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    font-size: 2em;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    margin-right: 0.5em;
}
.searchmap #topnav .back::before{
    content: '\e601';
    font-family: 'iconfont';
}
.searchmap #topnav .back img {
    display: none;
}
.searchmap #topnav .searchfloat{
    flex: 1;
}
.searchfloat input{
    display: block;
    height: 2.8em;
    font-size: 1.2em;
    background:#fff;
    border: 1px solid #ffffff;
    border-radius: 0.4em;
    padding: 0.5em 2.6em 0.5em 0.5em;
    width: 100%;
    color: #333;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
} 
.searchfloat .searchIcon{
    position: absolute;
    background: url(../images/xiaozhao/icon_search.png) no-repeat center center;
    background-size: 60%;
    width: 2.5em;
    height: 2.5em;
    top: 0.9em;
    right: 1em;
}
.searchmap .BMap_stdMpZoom{
    inset: 6em auto auto 1em !important;
    transform: scale(1.4);
    border-radius: 0.3em;
}
.searchmap .selectmbox{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.searchmap .selectmbox .btn button{
    background: #2B7BCB;
    border-radius: 0.5em;
}
/* 附近企业 end */
/* 首页-牛人列表更多筛选 */
.item_class{
    display: flex;
    padding-left: 1em;
}
.item_class input{
    display: none;
}
.item_class > label{
    margin: 0.4em 0.4em 0 0;
}
.item_class > label:last-of-type{
    margin-right: 0;
}
.item_class > label span{
    display: block;
    background: #fff;
    border-radius: 0.5em;
    border: 1px solid #fff;
    color: #333;
    font-size: 0.7em;
    font-weight: normal;
    text-align: center;
    padding: 0.3em 0.1em;
    line-height: 1.3em;
}
.item_class > label input:checked + span{
    border-color: #FAF2F3;
    color: #BE293D;
    background-color: #FAF2F3;
}
/* 首页-牛人列表更多筛选 end */

/* 发布职位新样式 */
.formbody{
    background: #F5F5F5;
}
.formbody .top_tip{
    color: #be293d;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 1em;
}
.svg_remind{
    vertical-align: middle;
    width: 2em;
    height: 2.1em;
}
.svg_remind path{
    fill:#be293d;
}
.formbody .top_tip span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    font-size: 1.1em;
}
.formbody .top_tip .svg_arrowr{

    width: 1.4em;
}

.formbody .inputbox{
    padding: 0;
    width: auto;
}

.formbody .item_box{
    background-color: #fff;
    border-radius: 1em;
    overflow: hidden;
    margin:1em;
    padding: 1em;
    position: relative;
}
.formbody .input_tit{
    margin-top: 0;
}
.formbody .pos_r .input_radio, .formbody .pos_r .jbr{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.7em;
    padding: 0;
}
.formbody .input_radio label, .formbody .input_check label{
    background: #eee;
    border-color: #eee;
    border-radius: 5em;
    padding: 0.5em 1.3em;
}
.formbody .input_radio .on, .formbody .input_check .on{
    background-color: #fff;
    border-color: #a91e2e;
}
.formbody .pos_r .input_radio label{
    min-width: 3em;
}
.formbody .pos_r .input_radio .on{
    background-color: #a91e2e;
    color: #fff;
}

.formbody .item_box .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.formbody .item_box .flex label{
    box-sizing: border-box;
    height: 2.3em;
    padding: 0;
    line-height: 2.3em;
    margin-top: 0.5em;
}
.formbody .item_box .flex5 label{
    flex: 0 0 18%;
    margin-right: calc(10%/4);

}
.formbody .item_box .flex5 label:nth-child(5n){
    margin-right: 0;
}

.formbody .item_box .flex3 label{
    flex: 0 0 32%;
    margin-right: calc(4%/2);

}
.formbody .item_box .flex3 label:nth-child(3n){
    margin-right: 0;
}
.formbody .item_box .t_tip{
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    float: right;
}

.formbody .item_box .t_add{
    color: #999;
    font-style: normal;
    font-size: 1.2em;
    float: right;
    padding: 0 0.4em 0 1em;
}
.formbody .item_box .t_tip:active, .formbody .item_box .t_add:active{
    background-color: rgba(0, 0, 0, 0.1);
}
.option_select .svg_arrowr{
    float: right;
    margin-top: 0.3em;
}
.input_tit .t_svg{
    float: right;
    padding: 5px;
}
.input_tit .t_svg:active{
    background-color: rgba(0, 0, 0, 0.1);
}
.formbody .textarea{
    width: 100%;
    height: 3em;
    border-radius: 0.5em;
    padding: 0.5em;
    border: 1px solid #fff;
}

.formbody .textarea:focus{
    border: 1px solid #a91e2e;
}
.formbody .forminput{
    border: 1px solid #bbb;
    width: 100%;
    box-sizing: border-box;
    height: 2.3em;
    padding: 0.5em;
}
.formbody .input_radio svg{
    vertical-align: middle;
    margin-bottom: 0.2em;
}
.formbody .input_radio .on svg path{
    fill: #a91e2e;
    opacity: 0.8;
}
.formbody .input_radio .on svg g{
    opacity: 0.8;
}

.formbody select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.input_tit ~ .input_select{
    margin-top: 0.4em;
}

.formbody .pos_r .jbr em{
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    border: solid 1px #a91e2e;
    overflow: hidden;
    font-size: 1.1em;
    border-radius: 5em;
    padding: 0.5em 1.3em;
    background-color: #a91e2e;
    color: #fff;
    display: inline-block;
}

/* 20231216调整牛人页面样式 */
.newclass{
    background: linear-gradient(180deg,#ffffff, #f5f5f5);
}
.newclass #topnav{
    background-color: #ffffff;
}
.newclass #topnav .titLogo{
    width: 6em;
}
.newclass #topnav .des, .newclass #topnav .search_ico{
    vertical-align: middle;
    font-size: 1.2em;
    margin-left: 1em;
    height: 2.8em;
    line-height: 2.8em;
    color: #333;
    font-weight: normal;
    margin-top: 0.3em;
    display: inline-block;
    width: auto;
}
.newclass #topnav .search_ico img{
    height: 1.1em;
    width: auto;
    vertical-align: text-top;
    margin: 0.1em 0.2em 0 0;
}

.newclass #topnav .des{
    color: #333;
}
.icon_care{
    width: 1.1em;
    height: 1.1em;
    vertical-align: text-top;
    margin: 0.1em 0em 0 0;
}
input:checked~.icon_care~span{
    color: #be293d;
}
input:checked~.icon_care path{
    fill:#be293d;
    stroke:#be293d;
}
.newclass .tabnav1{
    background: #fff;
}
.newclass .tabnav1 .on{
    border-radius: 1.2em;
    padding: 0.4em 1em;
    background: #F5F5F5;
    color: #666;
}

.newclass .school{
    background-color: #F5F5F5;
    margin: 1em;
    padding: 1em;
    border-radius: 1em;
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
}
.newclass .schoolBox{
    background: none;
    padding: 0;
    border-radius: 0;
    position: relative;
}
.newclass .school .sclist .on{
    color: #333;
}
.newclass .school .showMore{
    float: right;
    margin: 0;
    padding: 0.5em 0;
    margin-top: -0.2em;
    font-size: 1em;
    line-height: 1em;
}
.newclass .schoolBox .title{
    display: block;
}
.newclass .schoolBox .btn_add{
    position: absolute;
    top: 0;
    right: 0;
    color: #be293d;
    transform: none;
    background: url(../images/icon_add.png) no-repeat center center;
    background-size: 64% 64%;
    width: 2.3em;
    height: 2.3em;
    overflow: hidden;
    line-height: 20em;
    margin: -0.7em -0.5em 0 0;
    box-sizing: border-box;

}
.newclass .school .title{
    font-size: 1em;
}
.newclass .item_class > label span{
    line-height: 1.2em;
    border-radius: 4em;
    border-color: #ddd;
    padding: 0.4em 0.8em;
    font-size: 1em;
}
.newclass .selectmbtn{
    margin: 0.8em 1em 0 0;
    color: #333;
    text-decoration: none;
    font-size: 1em;
}
.newclass .manlist .text{
    position: relative;
}

.newclass .manlist li{
    box-sizing: border-box;
    border-color: #ddd;
}
.newclass .lists .works{
    margin-right: 0;
}
.newclass .works_show{
    width: 100%;
    margin-top: 0;
}
.newclass .works_show .img{
    height: 55vw;
    border-radius: 1em 1em 0 0;
    margin-bottom: 0;
}
.newclass .lists .works_show .prism-player .prism-big-play-btn{
    top: auto;
}
.newclass .works_show .txt{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0.5em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3em;
    padding: 0.6em 1.3em;
    z-index: 11;
    transform: scale(0.8);
}
.newclass .lists .pages{
    position: absolute;
    text-align: center;
    top: 50vw;
    z-index: 11;
    width: 100%;
    height: 0;
}
.newclass .lists .pages i{
    display: inline-block;
    background: #fff;
    width: 0.5em;
    height: 0.5em;
    margin: 0 0.3em;
    border-radius: 1em;
    vertical-align: top;
}

.newclass .lists .pages i:first-child{
    background-color: #BE293D;
}
.newclass .lists .scroll i:first-child{
    background-color: #fff;
}
.newclass .lists .pages i.on{
    background-color: #BE293D;
}
.manlist .nam .sextag img{
    width: 1em;
    vertical-align: text-top;
    margin-top: 0.2em;
}
.newclass .lists .pages .on:only-child{
    display: none;
}
.newclass .manlist .inten i{
    padding-left:0;
    display: inline;
    white-space: inherit;
}
.newclass .manlist .des{
    padding: 0 0 0 1em;
}
.newclass .manlist .inten{
    transform: scale(1);
    margin: 0 0.1em 0 0;
    font-size: 0.9em;
}
.newclass .manlist .label{
    padding: 0.5em 0.1em 0.5em 0;
}
.s_resume, .s_chat{
    display: inline-block;
    background: url(../images/icon_resume.png) no-repeat left top;
    background-size: auto 100%;
    font-size: 1em;
    color: #333;
    padding: 0.15em 0 0 1.6em;
    height: 1.4em;
    font-style: normal;
    margin: -0.3em 1em 0 0.3em;
    box-sizing: border-box;
}
.s_chat{
    background-image: url(../images/icon_chat.png);
}
.fr{
    float: right;
}
.newclass .manlist .pag{
    max-width:inherit;
}



/* iphone全面屏底部适配  - 浏览器*/

/*iPhone X 适配*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

    #footnav{
        padding-bottom: 20px;
    }
    .chatconpage .sendBox{
        height: 65px;
    }
}

/* XR-app适配 */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {

    #footnav{
        padding-bottom: 20px;
    }
    .chatconpage .sendBox{
        height: 65px;
    }
}

/*iPhone XS max 适配*/

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {

    #footnav{
        padding-bottom: 20px;
    }
    .chatconpage .sendBox{
        height: 65px;
    }
}

/*iPhone XR max 适配*/

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {

    #footnav{
        padding-bottom: 20px;
    }
    .chatconpage .sendBox{
        height: 65px;
    }
}
/* iPhone XR 微信小程序 适配 */
@media (-webkit-device-pixel-ratio: 3) {
    #footnav{
        padding-bottom: 20px;
    }
    .chatconpage .sendBox{
        height: 65px;
    }
}
