.xf-perCenNav-ul ul li {
    height: 64px;
    line-height: 64px;
    padding: 0 0 0 20px;
    background-image: url(../images/personavbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-transition: background-position .5s;
    -ms-transition: background-position .5s;
    -o-moz-transition: background-position .5s;
    -webkit-moz-transition: background-position .5s;
    transition: background-position .5s;
}
.xf-perCenNav-ul ul li a {
    padding-left: 30px;
    display: block;
    background-image: url(../images/floorbg.png);
    background-repeat: no-repeat;
}
.xf-corpCenter-container .xf-editHead-name{
    padding:0 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;

}
.xf-personNav-rt.xf-corpNav li{
    padding:0 16px;
}
.xf-person-downMenu{
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
}
.xf-personNav-rt li.active a{
    color:#3E62BA;
}
.personHeader img{
    border-radius:50%;
    display: inline-block;
    width:100%;
    height:26px;
}
.xf-perCenNav-ul ul li:hover, .xf-perCenNav-ul ul li.active {
    background-position: 0 -83px;
}
/*.xf-perCenNav-ul ul li {*/
    /*height: 64px;*/
    /*line-height: 64px;*/
    /*padding: 0 0 0 38px;*/
    /*background-image: url(../images/corpimg/corpIcon.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 0;*/
    /*-moz-transition: background-position .5s;*/
    /*-ms-transition: background-position .5s;*/
    /*-o-moz-transition: background-position .5s;*/
    /*-webkit-moz-transition: background-position .5s;*/
    /*transition: background-position .5s;*/
/*}*/
.xf-perCenNav-ul ul li:hover, .xf-perCenNav-ul ul li.active {
    background-position: 0 -83px;
}
.xf-personNav-rt{
    margin-left:50px;
}
.xf-person-downMenu a {
    color: #808080;
    display: block;
    width:106px;
    text-align: center;
    line-height: 36px;
}

.xf-person-subMenu {
    right: 0;
    max-height: 0;
    position: absolute;
    top: 83%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.xf-person-subMenu li:first-child i{
    position: absolute;
    width: 30px;
    height: 16px;
    background: url("../images/personimg/submenubg.png") no-repeat left top;
    right:10px;
    top:-10px;
}
.xf-person-subMenu li {
    background: #fff;
    opacity: 0;
    border: 1px solid #e6e6e6;
    border-top:0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.xf-person-subMenu li:nth-child(1){
    border-top:1px solid #e6e6e6 !important;
}
.xf-person-downMenu .xf-person-subMenu li:hover a {
    color: #3E62BA;
}

.xf-person-downMenu li:hover .xf-person-subMenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.xf-person-downMenu li:hover .xf-person-subMenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.xf-person-downMenu li:hover .xf-person-subMenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.xf-person-downMenu li:hover .xf-person-subMenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}


.xf-person-subMenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.xf-person-subMenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.xf-person-subMenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.xf-person-subMenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.xf-person-downMenu.xf-corp-downMenu span{
    display: inline-block;
    height: 100%;
    width: 90px;
}

.xf-perCenter-container {
    width: 920px;
    min-height: 580px;
    padding: 50px 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 14px rgba(153,153,153,.2);
}

.corp-pub-tableH{
height: 40px;
line-height: 40px;
    font-weight: normal;
}

.corp-tableList td{
    padding:10px 0;
    box-sizing: border-box;
    text-align: center;
}
.corp-tableList span.block{
    line-height: 24px;
    color:#666;
    /*max-width: 152px;*/
}
.corp-tableList tr{
    border-bottom:1px solid #e6e6e6;
}
.corp-tableList tr:last-child{
    border-bottom:0;
}
.corp-tableList tbody{
    border:1px solid #E6E6E6;
    border-top:0;
}
.w168{
    width: 168px;
}
.w40{
    width: 40px;
}
.w148{
    width: 148px;
}
.w130{
    width: 130px;
}
.w216{
    width: 216px;
}
.xf-corpCen-rz{
    padding:0 20px;
    margin-top: 20px;
}
.corpPhone-icon{
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -136px -10px;
}
.corpPhone-icon.active{

    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -10px;
}
.corpMessage-icon{
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -62px -10px;
}
.corpMessage-icon.active{
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -54px;
}
.corpVip-icon{
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -62px -54px;
}
.corpVip-icon.active{
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -98px;
}
.corpImg-icon{
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -62px -98px;
}
.corpImg-icon.active{
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -142px;
}
.corpCen-info{
    width: 560px;
}
.corpCen-info h3{
    height: 32px;
    line-height: 32px;
}
.corpCen-info h3 i{
    width: 19px;
    height: 18px;
    background-image: url("../images/corpimg/corpIcon.png");
    background-repeat: no-repeat;
    margin-left:5px;
}
.phonIcon{
    background-position:-9px -202px ;
}
.messageIcon{
    background-position:-9px -262px ;
}
.vipIcon{
    background-position:-9px -322px ;
}
.imgIcon{
    background-position:-9px -382px ;
}
.corpCen-info p a{
    margin-right:15px;
    padding-left:24px;
    background-image: url("../images/corpimg/corpIcon.png");
    background-repeat: no-repeat;
}

.corpCen-info a.tcIcon{
    background-position:-9px -434px ;
}
.pwdEditIcon{
    background-position:-9px -491px ;
}
.znMessageIcon{
    background-position:-9px -548px ;
}
.line{
    margin-top: 20px;
    padding:0 10px;
    background:url("../images/line5.png") no-repeat center;
}
.xf-perCenNav-ul.xf-corpNavUl li a{
    background-image: url("../images/corpimg/corpIcon.png");
    background-repeat: no-repeat;
}
.select-zwzt,.select-shzt{
    height: 32px;
    width:260px ;
    line-height: 32px;
}
.select-box{
  background: url("../images/arrow3.png") no-repeat 146px center;
}
.xf-zwglicon a{
    background-position:-383px -30px;
}
.xf-fbxzwIcon a{
    background-position:-383px -81px;
}
.corp-tableList thead{
    background: url("../images/thbg.png") no-repeat left top;
    background-size: 100% 100%;
}
.zwgl-EditIcon {
    display: inline-block;
    width:16px;
    height: 16px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -658px ;
}
.zwgl-StartIcon{
    display: inline-block;
    width:16px;
    height: 16px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -605px ;
}
.zwgl-StartIcon.active{
    background: url("../images/corpimg/corpIcon.png") no-repeat -9px -712px ;
}
.corp-tableList thead .xf-agree-input + label::before{
    color:#3e62ba;
}
.corp-tableList thead .xf-agree-input:checked + label::before {
    content: "\2713";
    background-color: #fff;
    border: 1px solid #dedede;
}
.zwPubBtn a{
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    width:112px;
}
.xf-perCenter-container.corp-center{
    width: 880px;
    padding:50px 60px;
}
.corp-zwgEditInfo input,
.corp-zwgEditInfo .select-box,
.corp-zwgEditInfo textarea{
    border-radius: 3px;
}
.corpZh-jbInfoIcon a{
    background-position:-62px -121px ;
}
.corpZhIcon a{
    background-position:-62px -183px ;
}
.corpZhZnxIcon a{
    background-position:-62px -248px ;
}
.corpLogoIcon a{
    background-position:-62px -300px ;
}
.corpDzMapIcon a{
    background-position:-62px -366px ;
}
.corpImgGlIcon a{
    background-position:-62px -433px ;
}
.corpVideoGlIcon a{
    background-position:-62px -508px ;
}
.personHeader{
    width:26px;
}
.edit-info-item {
    width: 860px;
    margin-left: -40px;
    padding: 20px 100px 30px 40px;
    background: #F4F6F9;
    display: none;
}
.input-group label {
    width: 100px;
    text-align: right;
    margin-right: 10px;
}
.input-group-input {
    width: 280px;
    height: 40px;
    line-height: 40px;
}
.corp-zwgEditInfo input, .corp-zwgEditInfo .select-box, .corp-zwgEditInfo textarea {
    border-radius: 3px;
}
.input-group-input input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
.input-group-input input[type="number"] {
    width: 100% !important;
    box-sizing: border-box;
}
.input-group-input .select-box .showSlectItem {
    line-height: 38px;
}
.input-group-input .showSlectItem {
    background: url(../images/downarrow3.png) no-repeat right center;
}
.input-group-input .select-box li {
    line-height: 30px;
}
.select-item ul li.active {
    color: #3E62BA;
}
.input-group-input .select-box {
    width: calc(100% - 17px);
    background: #fff;
    border:1px solid #e6e6e6;
}

.line2{
    height: 20px;
    padding:0 2px;
    background: url(../images/personbg.png) no-repeat -514px -8px;
}
.corp-zhglEditInfo label{
    width:120px;
}
.welfare-box{
    width: 740px;
}
.welfare-box span{
    margin-bottom:10px;
}
.corp-ms textarea{
    padding:10px;
}
.mapBox img{
    width: 100%;
    overflow: hidden;
}
.pos-search{
    height: 38px;
    line-height: 38px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    width: 340px;
}
.pos-search input[type="text"]{
    display: inline-block;
    width: 280px;
    padding:0 10px;
}
.pos-search button{
    display: inline-block;
    background: none;
}

.sdjl-icon a{
    background-position:-762px 14px;
}
.xzjl-icon a{
    background-position:-762px -37px;
}
.msyq-icon a{
    background-position:-762px -96px;
}
.zphjl-icon a{
    background-position:-762px -160px;
}
.qyrck-icon a{
    background-position:-762px -233px;
}
.scwdr-icon a{
    background-position:-762px -304px ;
}
.jlsearch{
    height: 32px;
    width:240px;
}
.jlsearch input[type="text"]{
    border:1px solid #d4d4d4;
    border-right:0;
    height: 30px;
    padding:0 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width:calc(100% - 83px);
    font-size:14px;
}
.jlsearch input[type="button"]{
    height: 32px;
    width:62px;
    background: #3E62BA;
    color:#fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size:16px;
}
.img-text-desc {
    line-height: 30px;
}
.img-text-desc textarea {
    line-height: 30px;
}
.img-preview-box ul li {
    float: left;
    width: 190px;
    margin: 0 20px 20px 0;
}
.img-preview-box ul li .img-box {
    height: 130px;
}
.img-preview-box ul li .img-box img {
    width: 100%;
    height: 100%;
}

.online-ydIcon a{
    background-position: -568px 13px;
}
.my-ydIcon a{
    background-position: -568px -47px;
}
.zphManger-icon a{
    background-position: -568px -121px;
}
.step:nth-child(1), .step:nth-child(2){
    width: 200px;
}
.step:nth-child(3){
    width: 175px;
}
.step:nth-child(4){
    width: 160px;
}
.step:nth-child(5){
    width: 170px;
}
.step{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.step:nth-child(1).active{
    color:#fff;
    background: url("../images/corpimg/step1.png") no-repeat left center;
}
.step:nth-child(2).active{
    color:#fff;
    background: url("../images/corpimg/step2.png") no-repeat left center;
}
.step:nth-child(3).active{
    color:#fff;
    background: url("../images/corpimg/step3.png") no-repeat left center;
}
.step:nth-child(4).active{
    color:#fff;
    background: url("../images/corpimg/step4.png") no-repeat left center;
}
.step:nth-child(5).active{
    color:#fff;
    background: url("../images/corpimg/step5.png") no-repeat left center;
}
.step:nth-child(2){
    background: url("../images/corpimg/nostep2.png") no-repeat left center;
}
.step:nth-child(3){
    background: url("../images/corpimg/nostep3.png") no-repeat left center;
}
.step:nth-child(4){
    background: url("../images/corpimg/nostep4.png") no-repeat left center;
}
.step:nth-child(5){
    background: url("../images/corpimg/nostep5.png") no-repeat left center;
}
.online-stepBox .step:nth-child(2),
.online-stepBox .step:nth-child(3),
.online-stepBox .step:nth-child(4),
.online-stepBox .step:nth-child(5){
    margin-left:-8px;
}
.onlineYdTable table tr td:first-child{
    width: 384px;
}
.onlineYdTable table tr td:nth-child(2){
    width: 150px;
}
.onlineYdTable table tr td:nth-child(3){
    width: 280px;
}
.onlineYdTable table tr td span{
    padding:0 15px;
    color:#666;
}
.onlineYdTable table tr td:first-child span{
    width: 354px;
}
.onlineYdTable table tr td:nth-child(2) span{
    width: 120px;
}
.onlineYdTable table tr td:nth-child(3) span{
    width: 250px;
}
.zc-ydicon{
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -569px -205px;

}
.twsxBox tr td:nth-child(2){
    width: 150px;
    padding:0 10px;
    text-align: center;
}
.twsxBox tr td:nth-child(2) span{
    width: 150px;
    text-align: center;
    line-height: 23px;
    overflow: hidden;
}
.twsxBox tr td:nth-child(3){
    width: 153px;
}
.twsxBox tr td:nth-child(3) span{
    width: 153px;
    overflow: hidden;
}

.zphsx.select-zwzt{
    width: 380px;
}
.zphsx .select-box{
    background: url("../images/arrow3.png") no-repeat 262px center;
}
.zphsx .select-box>span{
    width: 245px;
    display: block;
}
/*
.zwsx tr td:nth-child(5) span,
.zwsx tr td:nth-child(5){
    width: 230px;
}
.zwsx tr td:nth-child(4) span,
.zwsx tr td:nth-child(4){
    width: 80px;
}
.zwsx tr td:nth-child(1) span,
.zwsx tr td:nth-child(1){
    width: 120px;
}*/

.zwgl-eye{
    display: inline-block;
    background: url(../images/corpimg/corpIcon.png) no-repeat -10px -768px;
    width: 24px;
    height: 15px;

}

.xf-perCenter-leftNav{
    padding-top:30px;
    width: 200px;
    height: auto;
    min-height: 650px;
}
.member-ye a{
    background-position:-570px -244px;
}
.member-gm a{
    background-position:-572px -308px;
}
.member-alldt a{
    background-position:-570px -376px;
}
.member-xfmx a{
    background-position:-570px -450px;
}
.member-sqggw a{
    background-position:-570px -510px;
}
.member-accountYe div.label{
    width:144px;
    font-size: 16px;
    text-align: right;
}
.pub-progress{
    margin-top:11px;
}
.member-progress{
    width: 500px;
    position: relative;
}
.member-Num{
    position: absolute;
    right:30px;
    top:-17px;
    font-size: 16px;
}
.member-gmBtn a{
    display: block;
    border:1px solid #3E62BA;
    color:#3E62BA;
    font-size: 16px;
    border-radius: 4px;
    width: 95px;
    text-align: center;
    margin-left:40px;
}
.member-accountYe{
    padding-right:138px;
}
.buySetMealBox .xf-pub-tab{
    border-bottom:0;
}
.buySetMealBox .xf-pub-tab ul li.active, .buySetMealBox .xf-pub-tab ul li:hover {
    background-position: -227px -598px;
    color:#3E62BA;
}
.buySetMealTab{
    display: none;
}
.buySetMealTab.active{
    display: block;
}
.mealBox{
    width: 400px;
    box-sizing: border-box;
    border-radius: 5px;
    border:1px solid #E5E5E5;
    padding-bottom:39px;
    margin-bottom:30px;

}
.setMealBox .mealBox:nth-child(odd){
    margin-right:60px;
}
.mealTitle{
    position: relative;
    padding:0 20px 20px 20px;
}
.mealRank{
    width: 90px;
    text-align: center;
}
.mealTitle h3{
    color:#ff8a00;
    background: url("../images/corpimg/bgline.png") no-repeat left center;
    text-align: center;
    letter-spacing: 4px;
}
.mealRankMoney{
   width: 175px;
    text-align: center;
    margin-top:36px;
}
.mealRankMoney i{
    color:#ff8a00;
    font-size:28px ;
    font-weight: bold;
}
.giveBox{
    position: absolute;
    padding:15px 10px 15px 60px;
    background: url("../images/corpimg/give.png") no-repeat left top;
    right: -20px;
    top: -22px;
    background-size: 100% 100%;
}
.giveBox span{
    height: 29px;
    line-height: 26px;
}
.mealListBox li{
    padding:0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.mealListBox li i{
    padding-right:3px;
}
.mealListBox li:nth-child(odd){
    background:#FDF7F4 ;
}
.setMealTip{
    padding:0 20px;
    height: 42px;
    line-height: 42px;
}
.setMealTip span{
    width: 20px;
    height: 42px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -567px -600px;
}
.setMealBuyBtnBox a{
    width: 210px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color:#fff;
    font-size: 22px;
    background: url("../images/corpimg/btnbg.png") no-repeat center center;
}
.buySetMealBox{
    padding-left:30px;
}
.separateItem{
    width: 260px;
    height: 150px;
    margin:0 50px 22px 0;
}
.gmItem{
    padding:20px 0 10px 0;
}
.separateBuyBox .separateItem:nth-child(3n){
    margin-right: 0;
}
.separateBuyBox .separateItem:nth-child(1){
    background: url("../images/corpimg/gm1.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(2){
    background: url("../images/corpimg/gm2.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(3){
    background: url("../images/corpimg/gm3.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(4){
    background: url("../images/corpimg/gm4.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(5){
    background: url("../images/corpimg/gm5.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(6){
    background: url("../images/corpimg/gm6.png") no-repeat center center;
}
.separateBuyBox .separateItem:nth-child(7){
    background: url("../images/corpimg/gm7.png") no-repeat center center;
}
.gmItemBtn{
    padding:0 20px 0 30px;
}
.gmItemBtn span,.gmItemBtn a{
    height: 32px;
    line-height: 32px;
}
.gmItemBtn span{
    font-size: 20px;
    color:#ff7b0c;
}
.gmItemBtn a{
    text-align: center;
    color:#fff;
    font-size: 16px;
    width:90px;
    border-radius: 5px;
    background:#F69314;
}
.select-date{
    height: 32px;
    line-height: 32px;
    margin-right:50px;
}

.select-date .select-box {
   width:100px;
    background: url(../images/arrow3.png) no-repeat 100px center;
}
.pubModel{
    position: absolute;
    left:50%;
    top:50%;
    background:#FFFFFF;
    border-radius: 5px;
}
.interviewBox{
    padding:0 30px;
    width:470px;
}
.statusBox{
    padding:0 30px;
    width:470px;
    /*height: 380px;*/
    /*margin-left:-265px;*/
    /*margin-top:-190px;*/

}
.statusItem span{
    float:left;
    border:1px solid #E7E7E7;
    border-radius: 5px;
    min-width:71px;
    text-align: center;
    padding:0 13px;
    height: 36px;
    line-height: 36px;
    margin:0 24px 20px 0;
    color:#666;
    cursor: pointer;
}
.statusItem span:nth-child(4n){
    margin-right:0;
}
.statusItem span.active{
    border:1px solid #3E62BA;
    color:#3E62BA;
}
.statusBox textarea{
    display: block;
    border:1px solid #E7E7E7;
    border-radius: 5px;
    font-size: 14px;
    padding:10px;
    width:calc(100% - 22px);
    min-height: 85px;
}
.select-shzt.xfSelectBox{
    width: 239px;
}
.select-shzt.xfSelectBox .select-box{
    width: calc(100% - 90px);
}
.xfMxBox table tr td:nth-child(3),.xfMxBox table tr td:nth-child(3) span{
    width:180px;
}
.xfMxBox table tr td:nth-child(4),.xfMxBox table tr td:nth-child(4) span{
    width:220px;
}
.xfGgwBox{
    overflow: hidden;
    position: relative;
}
.xfGgwItem{
    /*position: absolute;*/
    /*left:0;*/
    /*top:0;*/
}
.select-interviewJob{
    width:300px;
}
.select-interviewJob .select-box{
     background: url(../images/arrow3.png) no-repeat 188px center;
}
.interviewBox-tips{
    border:1px solid #E6E6E6;
    line-height: 24px;
    padding:5px 20px;
    border-radius: 3px;
    color:#999;
    box-sizing: border-box;
    height: 108px;
    overflow-y: auto;
}
.interviewBox-bz textarea{
    display: block;
    border:1px solid #e6e6e6;
    padding:5px 20px;
    line-height: 24px;
    color:#999;
    width:100%;
    min-height: 72px;
    font-size: 14px;
   border-radius: 3px;
}
.closeIcon{
    width:15px;
    height: 15px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
}
/*2018.8.14*/
.sqGroup .label{
    width:120px;
    text-align: right;
   font-size: 16px;
    color:#666;
    height: 30px;
    line-height: 30px;
}
.cycleSelect{
    border:1px solid #3E62BA;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;

}
.cycleSelect span{
    padding:0 15px;
    font-size: 16px;
    cursor: pointer;
    color:#3E62BA;
}
.cycleSelect span.showNum{
    padding:0 20px;
    border-left:1px solid #3E62BA;
    border-right:1px solid #3E62BA;
}
.moneyInput{
    height: 28px;
    width:60px;
    padding:0 10px;
    border:1px solid #CCCCCC;
}
/*2018.8.15*/
.xf-pub-tab.xfaccountBasic li{
    padding-bottom:20px!important;
}
.w739{
    width: 721px !important;
}
.cardimgLoad>div.lf,
.cardimgLoad>div.rt{
    width:410px;
}
.uploadBox{
    width:123px;
    height: 195px;
    padding:7px 15px;
    border:1px solid #B7E6FA;
    position: relative;
    text-align: center;
    border-radius: 3px;
}
.uploadInput{
    position: absolute;
    width:40px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-20px;
    z-index: 200;
}
.uploadBtn{
    position: absolute;
    width:100%;
    height: 100%;
    background: url("../images/corpimg/uploadIcon.png") center no-repeat;
    left:0;
    top:0;
}
.lookBigImg{
    position: absolute;
    width:25px;
    height: 25px;
    right:0;
    bottom:0;
    background: url("../images/personimg/personbg.png") no-repeat -753px -6px;
    background-color: #3E62BA;
    border-top-left-radius: 50%;
    cursor: pointer;
    z-index: 0;
}
.bigImgBox{
    position: absolute;
    width:auto;
}
.yyzzTip{
    height: 210px;
}
.uploadBox.uploadIdCard{
    padding:10px;
    height: 105px;
    width:180px;
}
.uploadBox img{
    width:100%;
    height:100%;
}





.jobSort .show-jobType {
    left: -546px;
    background: #fff;
    z-index: 200;
    top:50px;
    border: 1px solid #e6e6e6;
}
.jobSort .xf-sortNav-menu{
    padding:0 10px;
}
.xf-sort-itemBox {
    width:652px;
    left:222px;
}
.wyqz-jobSelect p a{
    padding:0 5px;
}
.searchTitle{
    border-bottom:1px solid #E8E8E8;
}
.searchWorkList li{
    padding:26px 10px 20px 10px;
    border-bottom:1px dashed #e8e8e8;
}
.searchWorkList .imgL{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #E7E7E7;
}
.searchWorkList .imgL img{
    border-radius: 50%;
}
.searchWorkList .personInfo{
    width:550px;
}
.searchWorkList .personInfo .name{
width:108px;
    margin-right:10px;
}
.searchWorkList .personInfo .info{
    width:360px;
}
.searchWorkList  .salary{
    width:230px;
    text-align: right;
    margin-left: 10px;
}
.qzWant{
    width:245px;
    margin-right:10px;
}
.workArea{
max-width:290px;
}
#showjobType{
    width:80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tipCorp{
    padding:30px 0 30px 0;
}
.layui-layer{
    border-radius: 10px;
}

.account-pub-manager .edit-item input {
    width: 233px;
}
.get-phone-code.edit-item input {
    width: 140px;
    border-right: 0;
}
.getcodeBtn {
    height: 42px;
    width: 93px!important;
}

.get-phone-code.edit-item {
    margin-left: 114px;
}
.account-pub-manager .save-cancel-box{
    padding-left:114px;
}
.edit-pwd-box .edit-item p, .edit-phone-box .edit-item p {
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.get-phone-code.edit-item span{
    border: 1px solid #3E62BA;
    width: 90px;
    text-align: center;
}
.edit-safeAnswer-box .edit-item p {
    width: 108px;
    text-align: right;
    margin-right: 10px;
}
.person-select {
    height: 34px;
    width: 254px;
    line-height: 34px;
}
.edit-safeAnswer-box .person-select {
    height: 40px;
    line-height: 40px;
    width: 376px;
    margin-left: 10px;
}
.edit-safeAnswer-box .person-select .select-box{
    background: none;
}
.edit-safeAnswer-box .person-select .showSlectItem {
    margin-left: 9px;

}

.EditIcon2{
    display: inline-block;
    width:16px;
    height: 16px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -572px -722px ;
}
.setIcon{
    display: inline-block;
    width:16px;
    height: 16px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -572px -665px ;
}
.editIcon3{
    display: inline-block;
    width:16px;
    height: 16px;
    background: url("../images/corpimg/corpIcon.png") no-repeat -572px -774px ;
}











.timeFree{
    top: -66px;
    left: -3px;
    width:401px;
    height: 85px;
    position: absolute;
    text-align: center;
    font-size: 26px;
    color:#fff;
    line-height: 50px;
    font-weight: bold;
    background: url("../images/corpimg/mymeal.png") no-repeat;
}



/*2018/820*/
.textAreaW{
    width:749px;
    padding: 15px;
    box-sizing: border-box;
}
.infoWrite-title {
    width: calc(100% + 60px);
    border-bottom: 1px dashed #3E62BA;
    height: 90px;
    line-height: 90px;
    margin-left: -30px;
}

.bg1 {
    background: url(../images/bg1.png) no-repeat top;
}
.xf-corpIcon a{
    background-position: -384px 24px;
}
.corpRzIcon a{
    background-position: -383px -210px;
}
.safeSetIcon a{
 background-position:-378px -146px;
}
.mealTipBox{
    position: relative;
}
.mealTip{
    -webkit-transition: all 0.35s ;
    -moz-transition: all 0.35s ;
    transition: all 0.35s ;
    border:1px solid #efefef;
    background: #fff;
    width:200px;
    /*right:400px;*/
    transform: scale(0);
    background: rgba(0,0,0,.7);
    position: absolute;
    height: auto;
    color:#fefefe;
    top:15px;
    /*left:300px;*/
    right:-250px;
    opacity: 0;
    padding:20px;
    border-radius: 10px;
    box-shadow: 0 0 14px rgba(153,153,153,.2)
}
.mealTip h3{
    font-size: 16px;
    margin-bottom:10px;
    font-weight: bold;
}
.mealTip p{
    line-height: 30px;
}
.mealTipBox:hover .mealTip{
    display: block;
    opacity: 1;
   transform: scale(1);
    /*left:-440px*/
}
.tipArrow{
    position: absolute;
    width:20px;
    height: 20px;
    background:url("../images/leftA.png") no-repeat;
    left:-10px;
    top:-5px;
}
.buyMealType{
    position: relative;
    width:174px;
    padding:25px 44px;
    border-radius: 5px;
    border: 1px solid #3E62BA;
    margin-bottom: 20px;
    height: 88px;
    box-shadow: 0 0 12px rgba(15,172,243,0.3);
}
.buyMealType p{
    font-size: 36px;
    border-bottom:1px solid #DDDDDD;
    padding-bottom:5px;
    margin-bottom:8px;
}
.mealSelected{
    position: absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    background: url("../images/mealselect.png") no-repeat;
}
.buyMealSelectBox{
    padding:0 50px 0 50px;
}
.mealLine{
    border-bottom:1px dashed #E5E5E5;
}
.payCode{
width:158px;
    height:158px;
}

.payWayBox p{
    width:220px;
    height: 80px;
}
.buyMealSucc{
    background: url("../images/zfbg.png") no-repeat left bottom;
}
.payWayBox span{
    position: absolute;
    width:30px;
    height: 30px;
    right:0;
    top:0;
    display: none;
}
.zfbWay.active span,
.wxPayWay.active span{
    display: block;
}
.zfbWay span{
    background: url("../images/zfbselect.png") no-repeat;
}
.wxPayWay span{
    background: url("../images/wxselect.png") no-repeat;
}
.mealStep{
    width:228px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#666;
    background: url("../images/corpimg/noselectline.png") no-repeat left bottom;
}
.mealStep.active{
    color:#3E62BA;
    background: url("../images/corpimg/selecline.png") no-repeat left bottom;
}
.buyNum span{
    border:1px solid #DCDCDC;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    width:30px;
    text-align: center;
    cursor: pointer;
}
.buyNum .showNum{
    padding:0 15px;
    border-left: 0;
    border-right: 0;
    width:auto;
}
.dateBox{
    height:32px;
    width:136px;
}
.dateBox input{
    height:calc(100% - 2px) ;
    width:calc(100% - 20px);
    border:1px solid #D4D4D4;
    padding:0 10px;
    color:#999;
}
/*.table-condensed th.prev{
    background: url("../images/dateLeftArrow.png") no-repeat center center;
}
.table-condensed th.next{
    background: url("../images/dateArrowRight.png") no-repeat center center;
}*/
.orderInfo{
    margin-left:100px;
}
.succIcon{
    width:100px;
    text-align: center;
    margin-right:160px;
    padding-top: 95px;
    background: url("../images/setSucc.png") no-repeat center top;
}
.succInfo{
    margin-left:150px;
}
.tabPayWay{
    position: absolute;
    border-radius: 5px;
    background: #fdfdfd;
    box-shadow: 0 0 20px rgba(153,153,153,.5);
    right:-1000px;
    top:-30px;
    opacity: 0;
    -webkit-transition: all 0.35s ;
    -moz-transition: all 0.35s ;
    transition: all 0.35s ;
}
.tabPayWay.active{
    right:150px;
    opacity: 1;
}
.payWayItemBox{
    padding:20px;
}
.tabPayWay h3{
    padding:0 10px;
    height: 30px;
    line-height: 30px;
    background: #3E62BA;
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.tabPayWay input[type="button"]{
    height: 36px;
    padding:0 30px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 36px;
}
.payWayItem span{
    position: absolute;
    display: none;
    bottom:0;
    right:0;
}
.payWayItem.active span{
    display: block;
}
.pay{
    display: none;
}
.pay.active{
    display: block;
}
.previewImgBox{
    width:180px;
    height: 105px;
}
.yyzzImgBox{
    width:123px;
    height: 195px;
}
.zhManagerH{
    min-height:641px !important;
}

.corp-tableList .ydzph-table{
    line-height: 20px;
}
.corp-tableList .ydzph-table tr td:first-child{
    width: 420px;
}
.corp-tableList .ydzph-table tr td span{
    height: auto;
    line-height: 24px;
    box-sizing: border-box;
    padding:10px 10px;
    width: 100%;
}
.corp-tableList .ydzph-table tr td:nth-child(2){
    width: 190px;
}
.corp-tableList .ydzph-table tr td:nth-child(3){
    width: 230px;
}

.yamsDowmMenu{
    height: 200px;
    overflow-y: auto;
}
.selectCardType .opt label{
    width: 66px !important;
}
.selectCardType .magic-radio + label:before{
    top:11px;
}
.selectCardType .magic-radio + label:after{
    top:17px;
}

.td-option{
    width: 100px;
}
.td-name{
    width: 80px;
}
.td-time{
    width: 150px;
}
.td-job{
    width:160px;
}
.td-edu{
    width: 120px;
}
.td-text{
    width: 200px;
}
.td-gender{
    width: 50px;
}
.td-120{
    width: 120px;
}
.td-40{
    width: 40px;
}
.td-60{
    width: 60px;
}
.td-130{
    width: 130px;
}
.td-140{
    width:140px;
}
.td-240{
    width: 240px;
}
.wyqz-jobSelect p a {
    padding: 0 6px !important;
}
.xf-personMessage-icon .xf-person-downMenu{
    top: 67px;
    right: -18px;
}
.xf-topHeader span.lf{
    width: 120px;
}
.xf-topHeader .xf-corp-downMenu .xf-person-subMenu{
    right: 30px;
    top: 57%
}
.xf-corp-downMenu{
    position: relative;
}
.xf-corpCenter-container .xf-corpCr{
    width: 1000px;
}


.xf-personMessage-icon:hover .xf-person-subMenu,
.xf-topHeader:hover .xf-person-subMenu{
    max-height: 2000px;
    z-index: 10;
}

.xf-personMessage-icon:hover .xf-person-subMenu li,
.xf-topHeader:hover .xf-person-subMenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.xf-topHeader .xf-person-downMenu{
    right: 27px;
    top: 76px;
}
.hisJobmask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}
.hisJobcont{
    width: 920px;
    height:auto;
    padding: 5px 25px 25px 25px ;
    margin: 150px auto;
    background-color: #fff;
    border-radius: 6px;
}
.showSubSearch{
    position: absolute;
    top: 31px;
    width: 278px;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
    display: none;
    left: -1px;
    max-height: 300px;
    overflow-y: auto;
}
.showSubSearch li{
    cursor: pointer;
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding:0 5px;
    color:#999;

}
.showSubSearch li:hover{
    color:#fff;
    background: #3E62BA;
}