@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,table,th,td{margin:0;padding:0}
body {font-size: 13px;position: relative;width: 100%;height: 100%; font-family:微软雅黑;  color: #333333; background: #F8F8F8; }
a {color: #333333;text-decoration: none;outline: none;}
a:hover {color: #333333;text-decoration: none;}
em, i {font-style: normal;}
li {list-style: none outside none;}
img {border: 0 none;vertical-align: middle;}
input,button,textarea,select{outline: none;}
.clear {clear: both; height:0; overflow: hidden; width: 100%; float: none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.pull-left {float: left}
.pull-right {float: right}
.blank{ clear: both; height: 10px;}
.line{ clear: both; height: 1px; width: 100%; background: #EEEEEE;}
button, input, textarea, th, td { font-family:微软雅黑,宋体;}
/*............图标.....................................................................................*/
@font-face {
    font-family: 'iconfont';  /* project id 126076 */
    src: url('//at.alicdn.com/t/font_v5e419c96ba10pb9.eot');
    src: url('//at.alicdn.com/t/font_v5e419c96ba10pb9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_v5e419c96ba10pb9.woff') format('woff'),
    url('//at.alicdn.com/t/font_v5e419c96ba10pb9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_v5e419c96ba10pb9.svg#iconfont') format('svg');
}
.iconfont{ font-family: 'iconfont';}


input::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#CCCCCC;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#CCCCCC;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#CCCCCC;
}

.red-star,.red-text{ color:#e83838;}
.job-label{ height: 24px; line-height: 24px; margin-top: 2px; padding: 0 15px; display: inline-block; margin-right: 10px; cursor: pointer; border: 1px solid #e83838; background:#FFFFFF; color:#e83838; border-radius: 3px;}
.job-label.active{ background: #e83838; color: #FFFFFF; }
.submit-btn{ display: inline-block; width: 110px; height: 42px; background: #e83838; cursor: pointer; line-height: 42px; text-align: center; border: none; color: #FFFFFF; font-size: 14px; border-radius: 3px; cursor: pointer;}
.cancel-btn{ background: #F3F3F3; color: #333333; }
.submit-btn:hover,.submit-btn:active{ color: #FFFFFF;}
.cancel-btn:hover,.cancel-btn:active{color: #333333;}
.sm-submit-btn{ width: 90px; height: 36px; line-height: 36px;}
.xs-submit-btn{ width: 70px; height: 30px; line-height: 26px;}
.service-tel{ display: inline-block; padding: 7px 10px; background: #e83838;cursor: pointer; border-radius: 3px; color: #FFFFFF; font-size: 13px;}
.service-tel:hover{color: #FFFFFF; text-decoration: none;}
.overlay{ display: none; background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100;}
.select-box{ background: #FFFFFF; width: 510px; padding: 15px; margin: 160px auto; border-radius: 3px;}
.visible-hide{ visibility: hidden;}

/*label样式 begin ....................................................................................begin*/
.ilabel {
    display: inline-block;
    padding: 3px 7px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 4px;
    position: relative;
    line-height: 12px;
}
.label-danger{background-color: #d9534f;}
.label-primary{background-color: #337ab7;}
.label-success{background-color: #5cb85c;}
.label-info{background-color: #5bc0de;}
.label-warning{background-color: #f0ad4e;}
/*label样式 end ....................................................................................*/

/*分页样式 begin ....................................................................................begin*/
.page a, .page a:hover, .page a:visited, .page a:active {  color: #333;  }
.page{ padding: 10px 0; text-align: center; font-size: 12px;}
.page span,.page a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 3px;
    margin-right: 8px;
}
.page .current{ color: #FFFFFF; background: #e83838;}
/*分页样式 end ....................................................................................*/

/*按钮样式 begin ....................................................................................begin*/
.button{
    background: #CCCCCC url(../image/overlay.png) repeat-x;
    border:none;
    font-family:"微软雅黑";
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer
}
.button:hover{ color: #FFFFFF !important;}

.button-xs{font-size:12px;padding:.4em 1.1em;border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;}
.button-sm{font-size:12px;padding:.6em 1.5em;border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;}
.button-nm{font-size:13px;padding:.6em 1.6em;border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;}
.button-lg{font-size:13px;padding:.75em 2em;border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

.yellow,.yellow:visited		{ background-color: #ffb515; }
.yellow:hover               { background-color: #fc9200; }
.pink, .pink:visited		{ background-color: #e22092; }
.pink:hover					{ background-color: #c81e82; }
.green, .green:visited		{ background-color: #91bd09; }
.green:hover				{ background-color: #749a02; }
.red, .red:visited			{ background-color: #e62727; }
.red:hover					{ background-color: #cf2525; }
.orange, .orange:visited	{ background-color: #ff5c00; }
.orange:hover				{ background-color: #d45500; }
.blue, .blue:visited		{ background-color: #2981e4; }
.blue:hover					{ background-color: #2575cf; }
.deep, .deep:visited		{ background-color: #3d566d; }
.deep:hover					{ background-color: #2d566d; }
/*按钮样式 end ....................................................................................*/

.no-data-div{ text-align: center; padding: 40px 0; }
/*404错误页面*/
.img-error{ width: 300px; margin: 100px auto 0;}
.error-message{ text-align: center;}


/*头部*/
.header{
    width: 100%;
    min-width: 1170px;
    height: 46px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #F6F6F6;
}
.header .header-main{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}
.header .nav li{
    float: left;
    font-weight: 200;
    line-height: 46px;
    margin-right: 36px;
}
.header .nav li a{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.header .nav li a.active{

}

.header .nav .show-qrcode-btn{
    position: relative;
}

.header .nav .show-qrcode-btn .qrcode-img{
    position: absolute;
    top: 46px;
    left: -4px;
    display: none;
}

.header .reg-log,
.header .center-exit{
    margin-top: 16px;
}
.header .reg-log .log-btn,
.header .reg-log .reg-btn,
.header .center-exit .account-btn,
.header .center-exit .logout-btn{
    height: 13px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}

.header .reg-log .log-btn,
.header .center-exit .account-btn{
    border-right: 1px solid #999999;
    padding-right: 12px;
}

.header .reg-log .reg-btn,
.header .center-exit .logout-btn{
    padding-left: 12px;
}


/*头部（带logo）*/
.header-with-logo{
    width: 100%;
    min-width: 1170px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0 2px 4px #EEEEEE;/*下边框阴影*/
}
.header-with-logo .header-main{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}
.header-with-logo .nav li{
    float: left;
    font-weight: 200;
    line-height: 100px;
    margin-right: 36px;
}
.header-with-logo .nav li a{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.header-with-logo .reg-log,
.header-with-logo .center-exit{
    margin-top: 44px;
}
.header-with-logo .reg-log .log-btn,
.header-with-logo .reg-log .reg-btn,
.header-with-logo .center-exit .account-btn,
.header-with-logo .center-exit .logout-btn{
    height: 13px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}

.header-with-logo .reg-log .log-btn,
.header-with-logo .center-exit .account-btn{
    border-right: 1px solid #999999;
    padding-right: 12px;
}

.header-with-logo .reg-log .reg-btn,
.header-with-logo .center-exit .logout-btn{
    padding-left: 12px;
}


/*头部（带logo、工作搜索）*/
.header-with-logo-search{
    width: 100%;
    min-width: 1170px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #FFFFFF;
}
.header-with-logo-search .header-main{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}
.header-with-logo-search .nav li{
    float: left;
    font-weight: 200;
    line-height: 100px;
    margin-right: 24px;
}

.header-with-logo-search .nav li:first-child{
    margin-right:50px;
}

.header-with-logo-search .nav li a{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.header-with-logo-search .reg-log,
.header-with-logo-search .center-exit{
    margin-top: 44px;
}
.header-with-logo-search .reg-log .log-btn,
.header-with-logo-search .reg-log .reg-btn,
.header-with-logo-search .center-exit .account-btn,
.header-with-logo-search .center-exit .logout-btn{
    height: 13px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}

.header-with-logo-search .reg-log .log-btn,
.header-with-logo-search .center-exit .account-btn{
    border-right: 1px solid #999999;
    padding-right: 12px;
    display: inline-block;
    width: 100px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-with-logo-search .reg-log .reg-btn,
.header-with-logo-search .center-exit .logout-btn{
    padding-left: 12px;
}


.header-with-logo-search .search{
    border: 3px solid #f85659;
    height: 36px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-top: 28px;
    margin-left: 20px;
}

.header-with-logo-search  .search .form{
    position: relative;
    width: 380px;
    height: 36px;
}
.header-with-logo-search  .search .input{
    border: none;
    height: 36px;
    width: 260px;
    padding-left: 10px;
    font-size: 13px;
}
.header-with-logo-search  .search .button2{
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 36px;
    color: #FFFFFF;
    background: #f85659;
    border: none;
    -webkit-appearance: none;
    font-size: 17px;
    outline: none;
    cursor: pointer;
}



/*底部*/
.footer{width: 100%; min-width: 1170px; border-top: 4px solid #e83838; margin: 0 auto; background: #FFFFFF;}
.footer .footer-main{width: 1170px; margin: 0 auto;}
.footer .up .left{ width: 222px; text-align: center; font-size: 15px; color: #888888;}
.footer .up .left dl{ margin-top: 35px;}
.footer .up .left dd{ margin-top: 12px;}
.footer .up .mid{ width: 766px; margin-left: 60px;}
.footer .up .mid dl{margin-top: 35px; color: #6f6f6f; width: 155px; margin-right: 30px;}
.footer .up .mid dt{ margin-bottom: 10px; font-size: 14px; padding-left: 20px;}
.footer .up .mid dd{ border-left: 1px solid #eeeeee; padding:10px 0 10px 14px; margin-left: 6px;}
.footer .up .mid dl a{color: #6f6f6f;}
.footer .up .mid .about dt{ background: url("../image/bottom-about-ico.png") no-repeat left center;}
.footer .up .mid .findjob dt{ background: url("../image/bottom-findjob-ico.png") no-repeat left center;}
.footer .up .mid .findpeople dt{ background: url("../image/bottom-findpeople-ico.png") no-repeat left center;}
.footer .up .mid .help dt{ background: url("../image/bottom-help-ico.png") no-repeat left center;}
.footer .up .right{ text-align: center; width: auto;}
.footer .up .right .qr-box{margin-top: 35px;}
.footer .up .right .qr-box .qr-text{ margin-top: 5px; color: #6f6f6f;}
.footer .down {padding-bottom:30px;}
.footer .down p{ text-align: center; color: #a9a9a9; margin-top: 40px;}


.width10{width: 10%;}
.width15{width: 15%;}
.width20{width: 20%;}
.width25{width: 25%;}
.width30{width: 30%;}
.width33{width: 33%;}
.width34{width: 34%;}
.width35{width: 35%;}
.width40{width: 40%;}
.width45{width: 45%;}
.width50{width: 50%;}
.width55{width: 55%;}
.width60{width: 60%;}
.width70{width: 70%;}
.width80{width: 80%;}
.width90{width: 90%;}
.width100{width: 100%;}


/*主体*/
.main{ width: 1028px;  margin: 0 auto;}

/*登录页*/
.login-page-header{ padding: 30px 0;}
.login-page-header .user-login-btn,.login-page-header .com-login-btn{ background: #EEEEEE; width: 110px; height: 36px; border: 1px solid #F6F6F6; text-align: center; line-height: 36px;}
.login-page-header .user-login-btn a{ font-size: 14px; padding-left: 20px; background: url("../image/login-user-ico.png") no-repeat left center;}
.login-page-header .com-login-btn a{ font-size: 14px; padding-left: 20px; background: url("../image/login-com-ico.png") no-repeat left center;}
.login-form-box{width: 310px; margin: 30px auto; position: relative;}
.login-form-box .icon-qr-btn{ width: 49px; height: 49px; position: absolute; right: -10px; top:-10px; background: url("../image/login_qr_btn.jpg") no-repeat center; cursor: pointer;}
.login-form-box .icon-account{ width: 44px; height: 44px; background: url("../image/form-username-icon.jpg") no-repeat center;}
.login-form-box .icon-password{ width: 44px; height: 44px; background: url("../image/form-password-icon.jpg") no-repeat center;}
.login-form-box .input-text{ height: 44px; line-height: 44px; padding: 0 10px; border: none; width: 246px;}
.login-form-box .login-submit-btn{ height: 42px; cursor: pointer; background: #e70012; border: none; color: #FFFFFF; font-size: 16px; width: 100%;}
.login-form-box dl{ padding-top: 30px;}
.login-form-box dt{ font-weight: 500; font-size: 16px; margin-bottom: 5px;}
.login-form-box dd{ margin-top: 20px;}
.login-form-box .notice-box{ padding: 10px 2px; line-height: 20px; letter-spacing: 1px;}
.login-form-box .icon-password-btn{width: 49px; height: 49px; position: absolute; right: -10px; top:-10px; background: url("../image/login_account_btn.jpg") no-repeat center; cursor: pointer;}
.login-page-body{background: #f6f6f6; border: 1px solid #f3f3f3;}
.login-page-body .register-box{ text-align: right; width: 310px; margin: -30px auto 0;}
.login-page-body .register-box a{ padding-left: 10px; font-size: 13px; font-weight: 300;}
.login-page-body .register-box a:hover{ text-decoration: underline;}
/*会员中心*/
.center-box{ margin: 40px 0; }
.center-left{ width: 200px; }
.center-left ul{ margin-bottom: 30px; font-size: 14px; background: #FFFFFF;}
.center-left ul li{ line-height: 46px; position: relative;}
.center-left ul li .s_circle {
    background: url(../image/s_circle.png) center no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 25px;
    top: 20px;
}
.center-left ul li a:hover{
    background: #EEEEEE;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.center-left ul li.active a:hover{
    background: #e83838;
}
.center-left ul li.active{ background: #e83838;}
.center-left ul li.active a{ color: #FFFFFF;}
.center-left ul li a{ padding-left: 24px; display: block;}
.center-right{ width: 788px; min-height: 750px; background: #FFFFFF; margin-left: 40px}
.center-right .center-right-title{ padding-top: 20px; background: #FFFFFF; }
.center-right .center-right-title a{ font-size: 12px;  }
.center-right .center-right-title a:hover{text-decoration: underline;}
.center-right .center-right-title .edu-work-train-tab-btn{padding-right: 15px; float: right;}
.center-right .center-right-title .baseinfo-tab-btn{ padding-right: 27px; float: right;}

.center-right .block-div{ padding-left: 65px;}
.center-right .block-div .center-right-subtitle,.detail-left .center-right-subtitle{border-left:4px solid #042b45; line-height: 35px; padding-left: 15px; font-size: 15px; position: relative; }
.center-right .block-div .center-right-subtitle a,.detail-left .center-right-subtitle a{ background: #FFFFFF; padding: 0 3px; position: relative; z-index: 1;}
.center-right .block-div .center-right-subtitle span{ font-size: 13px; color:#e83838; }
.center-right .block-div .center-right-subtitle:after,.detail-left .center-right-subtitle:after{ content: ""; display: block; height: 1px; width: 98%; background: #F3F3F3; position: absolute; left: 0; top: 20px;}
.center-right .block-div .li{ margin-bottom: 14px; padding-left: 15px;}
.center-right .block-div .form-left-title{ line-height: 32px; padding-right: 10px; font-size: 13px;}
.center-right .block-div .notice-msg{ line-height: 28px; padding-left: 10px;}
.center-right .block-div .form-control,.center-right .block-div .form-control1{ height: 28px; padding: 0 5px; border-radius: 5px; border: 1px solid #CCCCCC;}
.center-right .block-div .select-job-btn{display: block; padding: 5px 10px; background: #e83838; color: #FFFFFF; border-radius: 2px; margin-left: 10px;cursor: pointer;}
.center-right .block-div .select-place-btn{display: block; width: 90px; padding: 5px 0; text-align: center; color:#e83838;  border: #e83838 solid 1px; border-radius: 2px;  cursor: pointer;}
.center-right .block-div .place-item{
    line-height: 24px;
    padding: 0 15px;
    background: #e83838;
    display: inline-block;
    margin: 5px 5px 0 0;
    color: #FFFFFF;
    border-radius: 2px;
}
.exprience-open-btn{ color: #e83838; font-size: 13px; margin-right: 20px;}
.exprience-open-btn:hover,.exprience-open-btn:active{color: #e83838;}
.exprience-list-box{ margin-right: 30px; padding-bottom: 10px; font-size: 13px; line-height: 20px; /*border-bottom: 1px dashed #EEEEEE;*/}
.exprience-list-box .action-btn-div,.action-btn-div a{ color: #e83838;}
.exprience-list-box .sub-title{ font-size: 12px; color: #999999;}
.loading-icon{ height: 100px; width: 100%; background: url("../image/loading.gif") no-repeat center;}

.center-right .s_circle {
    position: relative;
    display: inline-block;
    background: url(../image/s_circle.png) center no-repeat;
    width: 7px;
    height: 7px;
    top: -2px;
    margin-right: 6px;
}

.new-resume-box{ border: 1px solid #EEEEEE; margin: 0 15px;}
.new-resume-box li{ height: 36px; line-height: 36px; padding: 0 10px;}
.new-resume-box li span{ display: inline-block; width: 33%;}

/*列表页*/
.list-box,.detail-box{ margin: 40px 0; }
.list-left,.detail-left{width: 738px; background: #FFFFFF;}
.list-left ul{ padding: 20px 30px 0;}
.list-right,.detail-right{width: 250px; background: #FFFFFF; margin-left: 40px}
.icon-group{ margin-left: 10px;}
.icon-bg{ color: #FFFFFF; display: inline-block; border-radius: 8px; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 12px;}
.red-bg{ background: #e83838;}
.deep-bg{ background: #032b45;}
.datetime-label{ display: inline-block; height: 20px; line-height: 20px; font-size: 12px; border-radius: 10px; background: #e83838; color: #FFFFFF; padding: 0 8px;}
.list-right ul{padding: 30px;}

/*详情页*/
.detail-box .content{ padding: 20px 30px;}
.detail-right ul{ padding: 30px;}
.invite-edit-box{ width: 350px;}
.invite-edit-box .form-left-title{ line-height: 32px; padding-right: 10px; font-size: 13px;}
.invite-edit-box .li{ margin-bottom: 14px; padding-left: 15px;}

/*商品列表页*/
.prolist-box{ padding: 30px; background: #FFFFFF; margin: 40px 0; }

/*支付页面*/
.wxnative-box{ margin-top: 100px;}


/*工伤申报*/
.menu-box{ background: #F8F8F8; padding: 0 20px; height: 90px; line-height: 90px; text-align: center; border: 1px solid #EEEEEE; border-radius: 6px; margin: 0 10px 10px 0; }
.menu-box a{ display: block;}
.identity .col-50{float: left; width: 340px;  }
.identity .fileupload{position: absolute; left: 0; bottom: 0; top: 0; width: 100%; opacity: 0; z-index: 1; cursor: pointer;}


.com-job-li{ width: 190px; border: 1px solid #EEEEEE; padding: 10px; margin: 10px 6px ;}
.hello-msg{ font-size: 18px; margin-right: 10px; }
.hello-msg-subtext{ color: #999999; font-size: 12px;}
.avatar-set-btn{ height: 35px; text-align: center; line-height: 35px; background: #F3F3F3; position: relative;}
.ts li{ float: left; width: 105px; border-right: 1px solid #EEEEEE; text-align: center; padding: 20px 0;}
.ts-count{ font-size: 24px; margin-bottom: 10px; font-weight: 500;}
.ts-title{ color: #999999; font-size: 12px;}

.suit-job .suit-title,.interest-company .suit-title{ font-size: 20px; font-weight: 400;}
.suit-job .refresh a,.interest-company .refresh a{color: #e83838; font-size: 12px; }
.suit-job li{ float: left; width: 188px; border-right: 1px solid #EEEEEE; padding: 20px 0;}
.suit-job li a{ padding-left: 14px; display: block;}
.suit-job li a .suit-salary{ color:#e83838; margin: 12px 0;font-size: 12px; }
.suit-job li a .suit-jobname{ font-size: 13px; margin-bottom: 12px;
    width:100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}
.suit-job li a .suit-company,.suit-job li a .suit-deliver-count{ font-size: 12px; color: #999999;
    width:100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.slider{height:140px; overflow:hidden; position:relative;}
.sliderbox{position:relative; }/*必须加这句css,否则向左右，上下滚动时会没有效果*/
.sliderbox li{ width: 151.6px; height: 140px;}
.sliderbox li span{ display: block; text-align: center; width: 100%; height: 30px; line-height: 30px; text-overflow:ellipsis;overflow:hidden;white-space:nowrap; font-size: 12px; color: #999999;}
.sliderbox img{ width: 100px; height: 100px; display: block; margin: 0 auto 0; border:1px solid #EEEEEE;}
.slider .prev, .slider .next{position: absolute; top:50%; margin-top:-45px; cursor: pointer; width:61px; height:61px; left:0; background: url(../image/ft_icons.png) 0 0 no-repeat; text-indent:-9999px;}
.slider .next{right:0; left:auto; background-position: 0 -61px;}

/*头像上传*/
.fileupload{ width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; cursor: pointer;}
.jcrop-alpha-bg{background:rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 101; display: none;}
.jcrop-div{ display: block; background: #FFFFFF; width: 622px; height: 400px; margin: 0 auto; border-radius: 6px; padding: 15px; position: relative;}
.jcrop-div .wl .jcrop_w{width: 395px; height: 400px; overflow-y: auto; overflow-x: hidden; background: #F6F6F6;}
.wl{ float:left; width: 395px; overflow: hidden;}
.wr{ float:left; margin-left: 26px; }
.pre{width: 200px; height: 200px; overflow:hidden; background: url(../image/loading.gif) no-repeat center;}
.close-jcrop-btn{ position: absolute; top:-10px; right: -10px; width: 24px; height: 24px; color: #333333; text-align: center; line-height: 24px; font-size: 14px; border-radius: 12px; background: #FFFFFF; cursor: pointer;}

/*公司相册*/
.album-ul li{ width: 200px; height: 100px; float: left; margin-right: 20px; margin-bottom: 20px;  position: relative;}
.album-ul li.album-image{ background: url(../image/loading.gif) no-repeat center;}
.album-ul li img{ width: 200px; height: 100px;}
.del-album-btn{ position: absolute; top:-10px; right: -10px; width: 20px; height: 20px; color: #FFFFFF; text-align: center; line-height: 20px; font-size: 12px; border-radius: 10px; background: #e83838; cursor: pointer;}

/*条件筛选区域*/
.filter-box1{background: #FFFFFF; padding: 20px 15px; border-radius: 4px;}
.filter-box1 .search-box-parent{border-bottom: 1px solid #EEEEEE; padding-bottom: 20px;}
.filter-box1 .search-box1{ height: 34px; width: 376px; border: 2px solid #e83838; line-height: 34px; position: relative;}
.filter-box1 .search-box1 .search-btn1{ position: absolute; right: 0; top: 0; height: 34px; width: 90px; background: #e83838; cursor: pointer; color: #FFFFFF; border: none; font-size: 14px;}
.filter-box1 .search-box1 .search-input1{ position: absolute; top: 0; left: 0; height: 34px; width: 280px; border: none; line-height: 34px; padding: 0 10px; font-size: 13px;}
.filter-box1 .filter-unit-box{ width: 100px; height: 30px; line-height: 30px;    font-size: 13px; float: left; margin-right: 20px; position: relative; cursor: pointer; }
.filter-box1 .filter-unit-box .filter-title{ height: 100%; height: 100%; text-overflow:ellipsis;overflow:hidden;white-space:nowrap; padding-left: 10px; border: 1px solid #DDDDDD; background: #FFFFFF; position: relative;}
.filter-box1 .filter-unit-box .filter-title:after{content: ""; display: block; height: 20px; width: 20px; position: absolute; right: 0px; top: 50%; margin-top: -10px;
    background: url(../image/icon.png) no-repeat -100px 0;
    zoom: 1;

}
.filter-box1 .filter-unit-box .filter-title.active:after{
    background: url(../image/icon.png) no-repeat -80px 0;
}
.filter-box1 .filter-unit-box .filter-ul{ background: #FFFFFF;  border: 1px solid #DDDDDD; border-top: none; display: none; position: relative; z-index: 100;}
.filter-box1 .filter-unit-box .filter-ul li{ padding-left: 10px;}
.filter-box1 .filter-unit-box .filter-ul li a{ color: #666666; display: block;}
.filter-box1 .filter-unit-box .filter-ul li a.active{ color: #e83838 !important;}

.filter-box1 .filter-unit-box .filter-ul-welfare{ background: #FFFFFF; position: absolute; left: 0; top: 31px; border: 1px solid #DDDDDD;  display: none; width: 475px; padding: 10px 15px 10px 15px; box-sizing: border-box; z-index: 100; }
.filter-box1 .filter-unit-box .filter-ul-welfare .li-welfare{ float: left; width: 90px;  height: 30px; position: relative; cursor: pointer; margin-left: 20px;}
.filter-box1 .filter-unit-box .filter-ul-welfare .li-welfare input[type=checkbox] {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: -20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../image/icon.png) no-repeat -100px -80px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
}
.filter-box1 .filter-unit-box .filter-ul-welfare .li-welfare input[type=checkbox].active {
    background: transparent url(../image/icon.png) no-repeat -100px -100px;
}
.filter-box1 .place-btn{background: #F9F9F9; width: 90px; height: 30px; line-height: 30px; border: 1px solid #DDDDDD; text-align: center; font-size: 12px; display: block; border-radius: 3px; }

.filter-box1 .address-unit-box .place-li{ float: left; margin-right: 15px; padding-right: 20px; position: relative; }
.filter-box1 .address-unit-box .place-li a{ display: block; position: relative; height: 30px; line-height: 30px;  font-weight: 400;}
.filter-box1 .address-unit-box .place-li:after{
    content: ""; display: block; height: 20px; width: 20px; position: absolute; right: 0px; top: 50%; margin-top: -10px;
    background: url(../image/icon.png) no-repeat -100px 0;
    zoom: 1;
}
.filter-box1 .address-unit-box .place-li.active a{ color: #e83838;}
.filter-box1 .address-unit-box .place-li.active:after{
    background: url(../image/icon.png) no-repeat -80px 0;
}
.filter-box1 .address-unit-box .place-li.active a:after{
    position: absolute;
    bottom: -1px;
    left: 10px;
    content: ' ';
    display: block;
    border-bottom: 5px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
}
.filter-box1 .address-unit-box .place-li.active a:before{
    position: absolute;
    bottom: 0;
    left: 9px;
    content: ' ';
    display: block;
    border-bottom: 5px solid #DDDDDD;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.filter-box1 .address-unit-box .cate-child-box{ background: #FFFFFF; width: 800px; display: none;}
.filter-box1 .address-unit-box .cate-child{ border:1px solid #DDDDDD; padding: 7px 10px 2px; }
.filter-box1 .address-unit-box .cate-child a{margin-right: 10px; display: inline-block; margin-bottom: 6px; font-size: 12px; color: #666666; }
.filter-box1 .address-unit-box .cate-child a.active{color: #e83838;}


/*关于我们*/
.about-banner{ width: 100%; height: 250px; min-width: 1028px; background: #FFFFFF url('../image/banner_about.jpg') no-repeat center;}
.about-box{ padding: 54px; background: #FFFFFF; margin: 52px 0;}
.about-box .about-title{ padding-left: 2px;}
.about-box .about-title h1{font-size: 23px; }
.about-box .about-title .english{ font-size: 14px; margin-top: 12px; letter-spacing: 1px; padding-left: 2px;}
.about-box .about-image{ margin-top: 42px;}
.about-box .about-content{font-size: 14px; line-height: 34px; color: #535353; margin-top: 40px;}
.about-box .about-content img{ display: block; max-width: 90%; margin: 15px auto;}

/*预约招聘*/
.appointment-box{padding: 54px; background: #FFFFFF; margin: 52px 0;}
.appointment-box .appointment-title{ padding-left: 2px;}
.appointment-box .appointment-title h1{font-size: 23px; }
.appointment-box .appointment-title .subtitle{
    font-size: 14px; margin-top: 12px; letter-spacing: 1px; padding-left: 2px;}
.appointment-box .appointment-content{font-size: 13px;  color: #535353; margin-top: 40px;}
.appointment-box .appointment-content table {
    border-collapse: collapse;
    border: 1px solid #EEEEEE;
    width: 100%;
}

.appointment-box .appointment-content table td {
    border: 1px solid #EEEEEE;
    padding: 8px;
    line-height: 22px;
}
.appointment-box .appointment-content table td .job-name{
    padding: 0 10px 0 0;
}

.appointment-box .appointment-content table td a:hover{
    text-decoration: underline;
}


/*联系我们*/
.contact-map{ width: 100%; min-width: 1028px; height: 364px; background: #F6F6F6;}
.contact-box{ margin: 52px 0; }
.contact-box .contact-title img{width: 178px; display: block; margin: 0 auto;}
.contact-box .contact-contect{width: 848px; height: 220px; margin: 30px auto 80px; color: #535353;}
.contact-box .contact-contect .contact-contect-left,.contact-box .contact-contect .contact-contect-right{ width: 50%; float: left;}
.contact-box .contact-contect .contact-contect-left .h3{ font-weight: normal; font-size: 18px;}
.contact-box .contact-contect .contact-contect-left .address{ font-size: 12px; margin-top: 16px;}
.contact-box .contact-contect .contact-contect-left .qrcode-link-info{ margin-top: 24px;}
.contact-box .contact-contect .contact-contect-left .qrcode-link-info .qrcode{ width: 126px; height: 126px;}
.contact-box .contact-contect .contact-contect-left .qrcode-link-info .qrcode-notice{ text-align: center; line-height: 24px; font-size: 13px; letter-spacing: 1px;}
.contact-box .contact-contect .contact-contect-left .qrcode-link-info .link-info{ margin-left: 60px; margin-top: 16px;}
.contact-box .contact-contect .contact-contect-left .qrcode-link-info .link-info li{ margin-bottom: 12px;}
.contact-box .contact-contect .contact-contect-right .something-text-box{ margin-top: 38px; height: 170px; border-left: 1px solid #bfbfbf; padding-left: 60px;}
.contact-box .contact-contect .contact-contect-right .something-text{ font-size: 13px; padding-top: 38px;}
.contact-box .contact-contect .contact-contect-right .something-text p{ margin-bottom: 12px;}
.contact-box .contact-contect .contact-contect-right .something-img{ padding-top: 16px;}

/*网站声明，广告服务，帮助中心*/
.article-box{ padding: 54px; background: #FFFFFF; margin: 52px 0;}
.article-box .article-title h1{font-size: 23px; }
.article-box .article-content{font-size: 14px; line-height: 34px; color: #535353; margin-top: 30px;}
.article-box .article-content img{ max-width: 90%; }

/*资讯动态*/
.news-box{ padding: 54px; background: #FFFFFF; margin: 52px 0;}
.news-box .news-title h1{font-size: 25px; margin-bottom: 20px;}
.news-box .news-title p{ text-align: right;}
.news-box .news-title p span{ color: #999999;  }
.news-box .news-content{ margin-top: 30px;}
.news-box .news-content img{max-width: 90%;}
.news-box .news-content p{ line-height: 1.8;}
.news-box .news-content table{border-collapse:collapse; border: 1px solid #EEEEEE;}
.news-box .news-content table td{ border: 1px solid #EEEEEE; padding: 8px; line-height: 22px; }
.news-box .news-content a{ color: #3366CC;}

/*账号设置*/
.security-box{ padding-left: 20px; padding-right: 40px;}
.security-box .account-base{ padding: 5px 5px 10px; color: #666666; border-bottom: 1px solid #F8F8F8;}
.security-box .account-base dl dt{ font-weight: bold; font-size: 13px; padding-bottom: 10px;}
.security-box .account-base dl dd{ padding: 9px 0; font-size: 12px;}
.security-box .account-base dl dd .change-account-btn{ color: #3366cc; padding-left: 5px;}
.security-box .safe-quick{ margin-top: 30px;}
.security-box .safe-quick dd{ margin-bottom: 20px; height: 72px; overflow: hidden; padding-bottom: 20px; border-bottom: 1px #EEEEEE dashed;}
.security-box .safe-quick dd ul li{ float: left; color: #666666;}
.security-box .safe-quick dd ul li.item-li,.security-box .safe-quick dd ul li.image-li{ text-align: center;}
.security-box .safe-quick dd ul li.item-li,.security-box .safe-quick dd ul li.summary-li{ padding-top: 10px; line-height: 22px; font-size: 12px;}
.security-box .safe-quick dd ul li.link-li{ text-align: right; padding-top: 13px;}

/*修改绑定各类（手机号码，邮箱，微信等等）东西*/
.account-box{ position: relative; border: 1px solid #EEEEEE; border-radius: 6px; background: #FFFFFF; margin: 100px auto 50px; height: 400px; width: 800px;}
.account-box .mascot{ position: absolute; left: -40px; top: -60px;}
.account-box .title{
    position: absolute;
    left: 80px;
    top: -20px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    color: #666666;
    letter-spacing: 1px;
}
/*选择接收验证码的方式页面*/
.account-box .lead{ text-align: center; padding-top: 140px;}
.account-box .lead .text{ font-size: 12px; color: #666666;}

/*通用错误页面*/
.error-common-box{ text-align: center; padding: 50px 0; background: #FFFFFF; margin: 50px 0; border-radius: 6px;}
.error-common-box p{ color: #666666; font-size: 13px; padding: 20px 0;}

/*获取验证码页面*/
.code-box{ padding-top: 140px; padding-left: 220px; }
.code-box .form-box-parent{
    height: 32px;
    width: 240px;
    overflow: hidden;
    border: 2px solid #e83838;
    margin: 15px 0;
    line-height: 32px;
    position: relative;
}
.code-box .form-box-parent .form-box .get-code-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 110px;
    background: #e83838;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    font-size: 13px;
}
.code-box .form-box-parent .form-box .code-input{
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 110px;
    border: none;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}
.code-box .text{color: #666666;}

/*修改账号修改密码进度过程*/
.step-box{ width: 930px; margin: 50px auto 0;}
.step-box li{ float: left;}
.step-box .step-num-text{ width: 50px;}
.step-box .step-num-text .step-num{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #EEEEEE;
    cursor: pointer;
}
.step-box .step-num-text .step-num.active{ background: #e83838; color: #FFFFFF;}
.step-box .step-num-text .step-text{ text-align: center; font-size: 12px; padding-top: 6px; line-height: 18px;}
.step-box .step-line{ width: 170px; height: 50px;}/*步骤有五个的线条宽度*/
.step-box .step-line1{ width: 390px; height: 50px;}/*步骤有三个的线条宽度*/
.step-box .step-line-box{ width: 100%; margin-top: 23px; }
.step-box .step-line-father{ width: 100%; height: 2px; background: #EEEEEE;}
.step-box .step-line-father .step-line-child{ height: 100%; width: 0%; background: #e83838;}

/*账号密码修改找回密码完成页面*/
.completed-box{ text-align: center; margin: 50px 0;}
.completed-box p{ color: #666666; font-size: 13px; padding: 20px 0;}

/*修改用户名页面*/
.uname-box{padding-top: 140px; padding-left: 250px; }
.uname-box .form-box{ margin: 15px 0;}
.uname-box .form-box .uname-input{ padding: 5px 10px; height: 22px;
    width: 200px; border:1px solid #EEEEEE; background: #FFFFFF;}

/*修改密码页面*/
.pwd-box {padding-top: 140px; padding-left: 200px; }
.pwd-box .form-box { margin: 15px 0 10px;}
.pwd-box .form-box .input-box{ margin-bottom: 7px;}
.pwd-box .form-box .input-box .pwd-input{ padding: 5px 10px; height: 22px;
    width: 200px; border:1px solid #EEEEEE; background: #FFFFFF;}

/*绑定手机号码、邮箱页面*/
.bind-box{padding-top: 100px; padding-left: 280px; color: #666666;}
.bind-box .form-box { margin: 15px 0 10px;}
.bind-box .form-box .input-box{ margin-bottom: 7px;}
.bind-box .form-box .input-box .input{ padding: 5px 10px; height: 22px;
    width: 200px; border:1px solid #EEEEEE; background: #FFFFFF;}
.bind-box .form-box .input-code-group{ position: relative; width: 222px;}
.bind-box .form-box .get-code-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 105px;
    background: #e83838;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    font-size: 12px;
}

/*绑定微信页面*/
.bind-weixin{padding-top: 100px; color: #666666; text-align: center;}
.bind-weixin .text{ letter-spacing: 4px; font-size: 13px; padding-top: 8px;}

/*找回密码*/
.findpwd-box{ position: relative; border: 1px solid #EEEEEE; border-radius: 6px; background: #FFFFFF; margin: 100px auto 50px; height: 400px; width: 800px;}
.findpwd-box .mascot{ position: absolute; left: -40px; top: -60px;}
.findpwd-box .title{
    position: absolute;
    left: 80px;
    top: -20px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    color: #666666;
    letter-spacing: 1px;
}

/*找回密码输入帐号页面*/
.findpwd-account-box .form-box{padding-top: 120px; padding-left: 220px;}
.findpwd-account-box .form-box .input-group .account-input{padding: 5px 10px; height: 28px;
    width: 200px; border:1px solid #DDDDDD; background: #FFFFFF; font-size: 13px; color: #333333;}
.findpwd-account-box .form-box .input-group .text{color:#6c6c6c; margin-left: 4px; line-height: 38px; font-size: 12px; font-weight: 300;}
.findpwd-account-box .form-box .drag{ margin: 20px 0;}

/*找回密码选择接收验证码的方式页面*/
.findpwd-box .verifyway{ text-align: center; padding-top: 140px;}
.findpwd-box .verifyway .text{ font-size: 12px; color: #666666;}

/*找回密码设置新密码页面*/
.resetpwd-box {padding-top: 100px; padding-left: 200px; }
.resetpwd-box .form-box { margin: 15px 0 10px;}
.resetpwd-box .form-box .input-box{ margin-bottom: 7px;}
.resetpwd-box .form-box .input-box .pwd-input{ padding: 5px 10px; height: 22px;
    width: 200px; border:1px solid #EEEEEE; background: #FFFFFF;}

/*绑定第三方帐号*/
.third-box{ position: relative; border: 1px solid #EEEEEE; border-radius: 6px; background: #FFFFFF; margin: 100px auto 50px; height: 400px; width: 800px;}
.third-box .mascot{ position: absolute; left: -40px; top: -60px;}
.third-box .title{
    position: absolute;
    left: 80px;
    top: -20px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    color: #666666;
    letter-spacing: 1px;
}
.third-box .bind-box {padding-top: 100px; padding-left: 270px; }
.third-box .bind-box .third-img-nick{ margin-left: -2px;}
.third-box .bind-box .third-img-nick img{ border-radius: 25px; border: 1px solid #EEEEEE;}
.third-box .bind-box .form-box { margin: 15px 0 10px;}
.third-box .bind-box .form-box .input-box{ margin-bottom: 7px;}
.third-box .bind-box .form-box .input-box .bind-input{ padding: 5px 10px; height: 22px;
    width: 200px; border:1px solid #EEEEEE; background: #FFFFFF;}

/*简历打印页面*/
.resume-table-box{ margin: 40px auto; background: #FFFFFF; padding: 30px 40px; width: 800px; }
.resume-table table{ width: 100%; border-collapse:collapse;}
.resume-table table td{border: 1px solid #EEEEEE; text-align: center; width: 14.2%; padding: 12px 0; vertical-align: middle; color: #666666;}
.resume-table table .table-title{ background: #FAFAFA; color: #333333;}
.resume-table table .table-production{ padding: 15px; text-align: left; line-height: 20px;}

/*注册页面*/
.reg-page-header{ padding: 30px 0;}
.reg-page-header .return-home-btn{ margin-top: 40px; font-size: 13px;}
.reg-big-box{border: 1px solid #e5e5e5; padding-bottom: 130px;}
.reg-title-box{ height:50px; background:#e5e5e5; width: 100%;}
.reg-title-box a{ display: inline-block; width: 260px; font-size: 16px; line-height: 50px; text-align: center;}
.reg-title-box a.active{ background: #FFFFFF; color: #0e4a72;}
.reg-box{ width: 930px; margin: 0 auto;}
.reg-notice-box{ margin-top: 60px; border-bottom: 1px solid #dcdcdc;}
.reg-notice-box .reg-notice-box-left{
    height: 24px;
    background: url(../image/register_triangle.png) no-repeat 34px bottom;
    padding-bottom: 10px;
    font-size: 18px;
    color: #535353;
    position: relative;
    top: 2px;
}
.reg-notice-box .reg-notice-box-right{
    margin-top: -7px;
    color: #535353;
    font-size: 13px;
}
.reg-notice-box .login-rightnow-btn{
    width: 86px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #0e4a72;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
}
.reg-qr-box{
    width: 480px;
    margin: 110px auto 0;
}
.reg-qr-box .reg-qr-left{ margin-right: 50px; width: 154px;}
.reg-qr-box .reg-qr-left .qrcode-box{
    border: 1px solid #d2d2d2;
    padding: 7px;
}
.reg-qr-box .reg-qr-left .notice-title{
    color: #434343;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.reg-qr-box .reg-qr-left .help-btn{
    color: #434343;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.reg-qr-box .reg-qr-right .step{
    margin: 26px 0;
    font-weight: bold;
    font-size: 14px;
    color: #535353;
}
.reg-qr-box .reg-qr-right .text{
    font-size: 13px;
    color:#a0a0a0;
    line-height: 24px;
}

/*会员升级商品购买*/
.urank-goods-box,.urank-payway-box{
    padding: 50px 0; background: #FFFFFF; margin: 50px 0; border-radius: 6px;
}

.urank-goods-box .urank-goods li{
    padding: 20px 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #EEEEEE;
}

.urank-goods-box .urank-goods li:last-child{
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.urank-goods-box .urank-goods li .title{
    font-size: 18px;
}
.urank-goods-box .urank-goods li .desc{
    padding: 0 20px;
    line-height: 24px;
    font-size: 12px;
}

.urank-goods-box .urank-goods li .price
{
    text-align: center;
}

.urank-payway-box .urank-payway li a{
    width: 140px;
    display: block;
    margin: 0 auto;
}
.urank-payway-box .urank-payway li .pay-logo{
    width: 100%;
}

.urank-payway-box .urank-payway li .pay-logo img{
    width: 100%;
}

.urank-payway-box .urank-payway li .pay-title{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.urank-goods-box .vip-info{ padding: 0 30px;}

.payway-underline{
    margin: 50px 0;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
}
.payway-underline li{
    line-height: 30px;
    font-size: 14px;
}

.place-select-box-bg {
    display: none;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.place-select-box-bg .place-select-box-div{
    position: relative;
    height: 500px;
    width: 800px;
    margin: 0 auto;
}

.place-select-box-div .close-place-select-btn{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    background: #FFFFFF;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 1;
    cursor: pointer;
}
.place-select-box-div .letter{
    width: 22px;
    height: auto;
    position: absolute;
    left: -20px;
    top: 30px;
    background: #FFFFFF;
    z-index: 100;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.place-select-box-div .letter a{
    font-size: 12px;
    display: inline-block;
    padding: 4px 0;
}
.place-select-box-div .confirm-place-select-btn{
    width: 80px;
    height: 36px;
    position: absolute;
    top: -36px;
    left: 20px;
    background: #e83838;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}
.place-select-box{
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow-y: auto;
}
.place-select-box .district-ul{
    padding: 0 15px;
}

.place-select-box .district-ul .district-li .district-a{
    display: block;
    font-size: 18px;
    margin: 20px 0;
    padding-left: 10px;
}
.place-select-box .district-ul .district-li .street-ul .street-li{
    width: 12.5%;
    float: left;
    margin-bottom: 10px;
}
.place-select-box .district-ul .district-li .street-ul .street-li .street-a{
    text-align: center;
    display: block;
    width: 86%;
    margin: 0 auto;
    padding: 12px 0;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.place-select-box .district-ul .district-li .street-ul .street-li .street-a.active{
    background: #e83838;
    color: #FFFFFF;
}

/*
招聘会报名
*/

.enroll-box{
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    margin: 130px 0 50px;
    position: relative;
}

.enroll-box .enroll-logo{
    position: absolute;
    left: -50px;
    top: -80px;
}

.enroll-box .enroll-form{
    width: 900px;
    height: auto;
    margin: 20px auto;
    min-height: 100px;
    padding-left: 40px;
}
.enroll-box .enroll-form .company-info-ul{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.enroll-box .enroll-form li{
    margin-bottom: 15px;
}
.enroll-box .enroll-form .left-title{
    line-height: 36px;
    padding-right: 10px;
    font-size: 14px;
    width: 120px;
    text-align: right;
}
.enroll-box .enroll-form .left-title .require{
    color: #e83838;
}

.enroll-box .enroll-form .mid-input input{
    padding: 8px 10px;
    border: 1px solid #EEEEEE;
    font-size: 13px;
}

.enroll-box .enroll-form .right-notice{
    line-height: 36px;
    font-size: 12px;
    color: #e83838;
    padding-left: 15px;
}

.enroll-box .enroll-form .filepath-show{
    text-decoration: underline;
}

.enroll-box .enroll-form .enroll-intro{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.enroll-box .enroll-form .enroll-intro .enroll-title{
    font-size: 16px;
    margin-bottom: 15px;
}

.enroll-box .enroll-form .enroll-intro .enroll-time{
    font-size: 13px;
}

.enroll-job-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.enroll-job-modal ul{
    width: 700px;
    margin: 100px auto 0;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 6px;
}

.enroll-job-modal li{
    margin-bottom: 15px;
}
.enroll-job-modal .left-title{
    line-height: 36px;
    padding-right: 10px;
    font-size: 14px;
    width: 120px;
    text-align: right;
}

.enroll-job-modal .right-input input,.enroll-job-modal .right-input textarea{
    padding: 8px 10px;
    border: 1px solid #EEEEEE;
    font-size: 13px;
    resize: none;
}
.job-box{
    margin-bottom: 20px;
}
.job-box table{ width: 100%; border-collapse:collapse; margin-top: 15px;}
.job-box table td,.job-box table th{border: 1px solid #EEEEEE; text-align: center; padding: 12px 0; vertical-align: middle; color: #666666;}
.job-box table td{ font-size: 12px; color: #666666;}


/*
  确认框样式
*/
.discription_dialog{
    font-size: 14px !important;
    text-indent: 0 !important;
    color: #333333 !important;
}


