.view-main{
    background: #F2F4F5;
}

.postBodyC{
    /*overflow:auto;*/
    overflow: scroll;
    /*margin-bottom: 100px;*/
    /*padding-bottom: 100px;*/
}

.newNavbar{
    background: #F5F5F5;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    position: relative;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.newNavbar2-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newNavbar .center{
    color:#000000;
    font-style:normal;
    font-weight: 500;
}

.newNavbar2{
    background: #ffffff;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.headerImg{
    margin: auto;
    height: 20px;
}

.logoClass{
    margin: auto;
    width: 100%;
}

.searchClass{
    height: 30px;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    margin-left: 10px;
}

.page-content{
    width: 100%;
    height: 100%;
}

.postcontent-block{
    margin: 0px;
    color: #6d6d72;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 50px;
}

.postlist-block{
    margin: 0px;
}

.postlist-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}
.contentClass{
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    /*border:1px solid #333333;*/
    background: #ffffff;
    clear: both;
    height: 70px;
    border-radius: 7px;
}

.contentTable{
    width: 100%;
    height: 100%;
}

.postClass{
    clear: both;
}

.postinfo{
    background: #ffffff;
    height: 90%;
    overflow:auto;
    width: 100%;

}

.postinfoC{
    float:left;
}

body .loginResumeLayer{
    border-radius: 10px;
}

.loginResumeDiv{
    border-radius: 10px;
}

.postCl{
    float:left;
    width: 70px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.clButton{
    width: 70px;
    height:30px;
    line-height:30px;
    border:1px solid #00BFFF;
    border-radius: 50px;
    color: #00BFFF;
}

.clButton2{
    width: 70px;
    height:30px;
    line-height:30px;
    border:1px solid #A9A9A9;
    border-radius: 50px;
    color: #A9A9A9;
}

.button-fill2 {
    color: #fff;
    background: #A9A9A9;
    border-color: transparent;
}
.postNanme{
    font-size: 20px;
    color: #000000;
}

.postInfoC{
    font-size: 13px;
    color: #A9A9A9;
}

.postInfoC .item{
    margin-left: 10px;
    margin-right: 10px;
}

.postInfoC .fitem{
    margin-left: 5px;
}

input{
    /*清除文本框默认的虚线边框*/
    outline: none;
    /*清除边框*/
    /*border: none;*/
    /*添加边框*/
    border: 1px solid #ccc;
}

.baseSetInfoDiv{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

.baseSetInfoTable{
    /*margin-bottom: 10px;*/
    /*padding: 10px;*/
    width: 100%;
    margin-left: 5px;
    padding-right: 5px;
}

.postInfoTable{
    width: 100%;
}

.pName{
    width: 75%;
}

.salary{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.priceC{
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.postInfoTable item{
    font-size: 13px;
    color: #778899;
}

.postInfoTable .item{
    padding-left: 5px;
    padding-right: 5px;
}

.postInfoTable .item2{
    border:1px solid #A9A9A9;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.baseInfoTableDiv{
   /*padding-top: 10px;*/
}

.baseInfoTable{
    width: 100%;
}

.baseInfoTable item{
    font-size: 13px;
    color: #778899;
}

.baseInfoTable .item{
    padding-left: 5px;
    padding-right: 5px;
}

.baseInfoTable .item2{
    border:1px solid #A9A9A9;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.font16{
    font-size: 16px;
    color: #A9A9A9;
}

.font12{
    font-size: 12px;
    color: #000000;
}

.font14{
    font-size: 14px;
    color: #000000;
}

.post-info-content{
    overflow:auto;
    background-color:#F2F4F5;
}
.postInfoDivC{
    background-color:#F2F4F5;
    overflow:auto;
}

.postInfoTable{
    width: 100%;
    background-color:#FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    clear: both;
}

.postInfoTable2{
    width: 100%;
    background-color:#FFFFFF;
    margin-top: 10px;
    padding: 10px;
    clear: both;
    font-size: 14px;
}

.postInfoTableD{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    padding-top: 10px;
}

.postInfoTableDl{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
    background-color: #ffffff;
    overflow:auto;
}

.page-content2{
    padding-top: 5px;
}
.lineC{
    width:90%;
    height:1px;
    margin:0px auto;
    padding:0px;
    background-color:#D5D5D5;
    overflow:hidden;
}

.verticalLine{
    padding-left: 5px;
    padding-right: 5px;
    color: #D5D5D5;
    height: 30%;
}

.toolbarB{
    margin: 10px;
}

.login-post{
    margin-top: 50%;
    margin-bottom: 50%;
    height: 50%;
}
.notLoginTd {
    padding-top: 40px;
    display:table-cell; vertical-align:top
}

.notLoginSpan {
    padding-left: 10px;
    font-size: 25px;
}

.notLoginImg img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.notLoginImg{
    text-align: center;
    line-height: 80px;
    margin: 20px;
}

.notLoginTip .top {
    position: absolute;
    line-height: 40px;/*为了防止ie下出现题型*/
    border-bottom: 10px solid #F2F4F5;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    left: 20px;
    top: -10px;
}
.notLoginTip {
    border-radius:8px;
    -moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;
    position: absolute;
    background: #F2F4F5;
    left: 20px;
    top: 135px;
    height: 40px;
}
.notLoginTip p{     margin: 10px; line-height:1.5; color:#000000;}


.notLoginResume .top {
    position: absolute;
    line-height: 40px;/*为了防止ie下出现题型*/
    border-bottom: 10px solid #F2F4F5;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    left: 20px;
    top: -10px;
}
.notLoginResume {
    border-radius:8px;
    -moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;
    position: absolute;
    background: #F2F4F5;
    left: 30px;
    top: 170px;
    height: 40px;
}
.notLoginResume p{     margin: 10px; line-height:1.5; color:#000000;}

.yesLoginSpan {
    padding-left: 10px;
    font-size: 30px;
}

.yesLoginImg img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.yesLoginImg{
    text-align: center;
    line-height: 80px;
    margin: 20px;
}

.yesLoginTd {
    padding-top: 10px;
    display:table-cell;
}

.yesTipTd {
    height: 20px;
    padding-left: 10px;
}

.yesLoginTip .top {
    position: absolute;
    line-height: 40px;/*为了防止ie下出现题型*/
    border-bottom: 10px solid #F2F4F5;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    left: 20px;
    top: -10px;
}
.yesLoginTip {
    border-radius:8px;
    -moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;
    position: absolute;
    background: #F2F4F5;
    left: 22px;
    top: 180px;
    height: 40px;
}
.yesLoginTip p{ padding:10px; line-height:1.5; color:#000000;}

.yesTip{
    font-size: 12px;
    color: #778899;
}

.jianjieTd{
    width: 50%;
    height: 70px;
    text-align: left;
    padding-left: 10px;
}

.postQrcodeClass{
    /*background-image:url('/RedseaPlatform/H5App/ehr/resume/images/shareBG.png');*/
    /*background-size:100% 100%;*/
    /*height: 100%;*/
    /*width: 100%;*/
}

.verticalLineCode{
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    height: 30%;
}

.qrcodeTableD{
    /*height: 81%;*/
    background-image:url('/RedseaPlatform/H5App/ehr/resume/images/shareBG.png');
    background-size:100% 100%;
    height: 100%;
    width: 100%;
}

.qrcodeTableDl{
    height: 120px;
}
.qrcodetd{
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
}
.post-Qrcode-divCss{
    height: 100%;
    width: 100%;
}

.qrcodeTable1{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px;
    clear: both;
    margin-left: 10px;
}

.qrcodeTable1 td {
    padding: 10px 10px 5px 5px;
}

.qrcodeTable2{
    width: 100%;
    /*height: 120px;*/
    /*margin-top: 10px;*/
    /*padding: 10px;*/
    clear: both;
    background: #ffffff;
}

.cspan1{
    font-size: 14px;
    color: #ffffff;
}
.cspan2{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.cspan3{
    font-size: 26px;
    font-weight: bold;
    color: #fca817;
}

.cdiv4 .item{
    font-size: 13px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.qrcodeTable1 .fontC{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.qrcodeFiexd{
    top: 0;
    position: fixed;
    z-index: -1;
    background: #fff;
    width: 100%;
}

.jianjieTd1{
    width: 50%;
    height: 70px;
    text-align: right;
    padding-right: 15px;
}

.msgTipClass{
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 999999;
    text-align: left;
    color: red;
    display: inline-block;
    z-index: 9999999;
    margin-left: 30px;
    margin-bottom: 30px;
}

.saveClass{
    bottom: 10px;
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 999999;
    text-align: center;
}

.saveClass .buttonS{
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    border-radius: 2em;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    z-index: 9999999;
}

.shareFont{
    font-size: 12px;
    color: #666666;
}
.jianjieTd .font1{
    font-size: 18px;
}

.jianjieTd1 .font2{
    font-size: 14px;
    color: #A9A9A9;
}

.logFoot{
    width: 100%;
    position:fixed;
    left:0px;
    bottom:0;
    position:absolute;
    /*top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);*/
}
.contactC{
    padding-left: 10px;
    padding-right: 2px;
}
.setImg{
    padding-top: 30px;
    padding-bottom: 10px;
}

.setImg img{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: burlywood;
    border-radius: 50%;
}

.setImgDiv{
    margin:0 auto;
    background: #F2F4F5;
    height:140px;
    border-radius:10px;
    text-align: center;
    margin: 10px;
}

.setFont{
    margin:0 auto;
    height:20px;
    text-align: center;
    color: #000000;
}

.addResumeTip{
    margin:0 auto;
    height:20px;
    text-align: center;
    font-size: 10px;
    color: #999999;
}

.navbar-head{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.navbar-head .center{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    flex-shrink: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    font-size: 20px!important;
    text-align: center;
    font-size: 17px;font-weight: 600;
}

.mysumbit_buttom{
    padding:5px 15px;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    top: 40px;
}

.tooltip .tooltip-arrow {
    bottom: 38px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    position: relative;
    font-size: 18px;
    color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.deliver_typeClass{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.deliver_typeClass a{
    margin-left: 50px;
    margin-right: 50px;
}
.buttonClass{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /*margin-bottom: 10px;*/
}

.rebuttonClass{
    position: fixed;
    background: #ffffff;
    height: 65px;
}
.blick_center{
    color: #000000;
    font-size: 20px!important;
    text-align: center;font-size: 17px;font-weight: 600;
}

.content-block-title2{
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    color: #6d6d72;
    height: 50px;
    border-bottom: 1px solid #D5D5D5;
}

.hr-school-footer{
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    /*position: fixed;*/
    /*background: #ffffff;*/
    /*bottom: 0px;*/
}
.hr-school-footer .logo{ height:14px;}
.hr-school-head .logo{ left:0; top:32px;}
.hr-school-head .logo img{ height:25px;}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-list:before {
    content: "\e056";
}

.content-block{
    padding-top: 0px;
}

.baseinfoHeadImg{
    margin: 0;
     display: inline-block;
     text-align: center !important;
     line-height: 64px !important;
     font-size: 20px !important;
     letter-spacing: 1px;
    color: #fff;
}

.content-block {
     margin: 10px;
     padding: 10px;
    color: #6d6d72;
    box-sizing: border-box;
}

.valLogcontent-block {
    /*margin: 10px;*/
    /*padding: 10px;*/
    /*color: #6d6d72;*/
    /*box-sizing: border-box;*/
    /*border-radius: 10px;*/
}

.valLogDiv{
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
}

.loginButton {
    margin-left: 10px;
    margin-right: 10px;
}

.valiLogin{
    border-radius: 10px 10px 5px 5px;
}


.col-25 {
    padding:5px;
    text-align:center;
}

.loginheader{
    padding: 5px 15px;
    display: block;
    text-align: left;
    font-weight: 600;
    border-radius: 2px 2px 0 0;
    font-size: 22px;
}
.loginheader2{
    padding: 5px 15px;
    display: block;
    text-align: left;
    font-weight: 600;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
#custom-form .dictionary-selector-abel{
    padding: 0;
    color: #000;
    font-size: 17px;
}

.nameClass{
    margin: 10px 10px -10px 10px;
    background: #EAF6FE;
    /*height: 35px;*/
    font-size: 20px;
    color: #FFA800;
    padding-left: 10px;
}

.red-popup.file-popup{
    width: 70%;
    border-radius: 10px;
    padding: 20px;
}
.red-popup.file-popup .file-title{
    margin: 0;
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
}
.red-popup.file-popup ul li{
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

