@charset "UTF-8";
#loginPageId {
  background: #fbfdff;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox {
  position: relative;
  background: url(../images/login-bg.png) no-repeat;
  padding-top: 90px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox .d-n {
  display: none;
}
#loginPageBox .wx-code-login {
  width: 256px;
  height: 287px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  background: oldlinear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%) -moz-;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.01) 100%);
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 20px;
}
#loginPageBox .wx-code-login .code-no,
#loginPageBox .wx-code-login .wx-code-login-img {
  width: 194px;
  height: 194px;
  margin: 0 auto 12px;
}
#loginPageBox .wx-code-login .flex_Ac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loginPageBox .login-box,
#loginPageBox .wx-code-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
#loginPageBox .wx-code-login .flex_Ac p {
  margin: 0 10px;
}
#loginPageBox .wx-code-login .flex_Ac p:nth-child(2) {
  color: #0052ff;
  cursor: pointer;
}
#loginPageBox .wx-code-login .wx-code-tip {
  font-size: 14px;
  color: #141517;
  line-height: 22px;
}
#loginPageBox .wx-code-box {
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#loginPageBox .wx-code-box .wx-code-tip {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#loginPageBox .wx-code-box .wx-code-tip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 0;
  left: -4px;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid transparent;
}
#loginPageBox .btn-close {
  position: absolute;
  right: 11px;
  top: 10px;
  font-size: 25px;
  font-family: SimSun;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
#loginPageBox .btn-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loginPageBox .title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 52px;
  top: 36px;
}
#loginPageBox .title-tip {
  color: #63666d;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
#loginPageBox .login-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#loginPageBox .login-box .left-box {
  position: relative;
  width: 242px;
  min-height: 486px;
}
#loginPageBox .login-box .left-box .left-img {
  position: absolute;
  width: 242px;
  z-index: 1;
}
#loginPageBox .login-box .left-box .left-img-text {
  position: absolute;
  top: 115px;
  left: 20px;
  width: 175px;
  z-index: 2;
}
#loginPageBox .login-box .rigth-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}
#loginPageBox .page-login-form2 {
  margin-left: 14px;
  width: 256px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
  background: oldlinear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%) -moz-;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.01) 100%);
}
#loginPageBox .page-login-form2 .page-change-login-type-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  margin: 0 auto;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #63666d;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  height: 27px;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item.active {
  color: #141517;
  font-weight: 500;
  font-size: 14px;
}
#loginPageBox .page-login-form2 .page-change-login-type-box .page-change-login-type-item.active::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #0052ff;
  background: #0052ff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#loginPageBox .page-login-form2 .page-form-item,
#loginPageBox .page-login-form2 .third-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
#loginPageBox .page-login-form2 .page-form-box {
  margin-top: 25px;
  padding: 0 17px;
}
#loginPageBox .page-login-form2 .page-form-item {
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
}
#loginPageBox .page-login-form2 .page-form-item input {
  width: 100%;
  line-height: 43px;
  font-size: 14px;
  color: #141517;
  padding-left: 34px;
  height: 36px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#loginPageBox .page-login-form2 .page-form-item input::-webkit-input-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input::-moz-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input:-moz-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input:-ms-input-placeholder {
  font-size: 13px;
  color: #a8adba;
}
#loginPageBox .page-login-form2 .page-form-item input[name='userPassword'] {
  padding-right: 46px;
}
#loginPageBox .page-login-form2 .page-form-item label.error {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  line-height: normal;
  font-size: 13px;
  color: red;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye {
  position: absolute;
  right: 16px;
  top: 9px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye .password-eye {
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -512px;
  width: 14px;
  height: 10px;
  display: none;
  margin-top: 4px;
}
#loginPageBox .page-login-form2 .page-form-item .pwd-see-eye .password-no-eye {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -432px;
  width: 14px;
  height: 12px;
  margin-top: 2px;
}
#loginPageBox .page-login-form2 .page-form-item .can-see-pwd .password-eye {
  display: block;
}
#loginPageBox .page-login-form2 .page-form-item .can-see-pwd .password-no-eye {
  display: none;
}
#loginPageBox .page-login-form2 .page-form-item.img-captcha-group #img-captcha {
  width: 59%;
}
#loginPageBox .page-login-form2 .page-form-item.img-captcha-group img.authcodePic {
  display: inline-block;
  float: right;
  width: 110px;
  height: 45px;
}
#loginPageBox .page-login-form2 .page-form-item .code-input-icon,
#loginPageBox .page-login-form2 .page-form-item .password-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon2 {
  position: absolute;
  left: 10px;
  top: 9px;
}
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon,
#loginPageBox .page-login-form2 .page-form-item .phone-input-icon2 {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px 0;
  width: 14px;
  height: 18px;
}
#loginPageBox .page-login-form2 .page-form-item .code-input-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -416px -327px;
  width: 14px;
  height: 18px;
}
#loginPageBox .page-login-form2 .page-form-item .password-input-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -26px;
  width: 14px;
  height: 16px;
}
#loginPageBox .page-login-form2 .page-form-item .getPageCodeLogin {
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #0052ff;
  border-left: 1px solid #ecedf2;
  padding-left: 4px;
}
#loginPageBox .page-login-form2 .page-form-item input {
  border: none;
}
#loginPageBox .page-login-form2 .page-form-item input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 82, 255, 0.2);
  border: 1px solid #0052ff;
}
#loginPageBox .page-login-form2 .login-box-img-captcha-group input {
  padding-left: 8px;
  height: 30px;
}
#loginPageBox .page-login-form2 .hidden,
#loginPageBox .page-login-form2 .img-captcha-item {
  display: none;
}
#loginPageBox .page-login-form2 .img-captcha-item input[type='text'] {
  width: 200px;
}
#loginPageBox .page-login-form2 .img-captcha-item .img-captcha {
  float: right;
  width: 88px;
  height: 45px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .link-forget {
  line-height: normal;
  font-size: 12px;
  color: #909399;
  text-decoration: underline;
  text-align: right;
  margin: -2px 0 23px;
}
#loginPageBox .page-login-form2 .page-btn-submit {
  display: block;
  width: 238px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 9px;
}
#loginPageBox .page-login-form2 .third-box {
  line-height: 23px;
  padding-top: 14px;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
#loginPageBox .page-login-form2 .third-box p {
  color: #93989e;
}
#loginPageBox .page-login-form2 .third-box .link-register {
  font-size: 14px;
  color: #0052ff;
  margin-left: 10px;
}
#loginPageBox .page-login-form2 .fourth-box {
  font-size: 11px;
  color: #909399;
  width: 100%;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
  cursor: pointer;
}
#loginPageBox .page-login-form2 .fourth-box .login-select {
  margin-top: 2px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -492px;
  width: 12px;
  height: 12px;
}
#loginPageBox .page-login-form2 .fourth-box .login-select.selected {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -287px -507px;
  width: 12px;
  height: 12px;
}
#loginPageBox .page-login-form2 .fourth-box .login-agreement {
  padding-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.5px;
}
#loginPageBox .page-login-form2 .fourth-box a.userLink {
  color: #0052ff;
  text-decoration: none;
}
#loginPageBox:hover .wx-code-tip {
  opacity: 1;
}
#city-selector-popup .selected-box .item,
.apply-success-dialog .pos-content .item .line_1 .com_name,
.com_msg02_content li,
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right .right-com-name,
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item,
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .city-name,
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .post-name,
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer .pos-item-com .pos-item-com-name,
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-header .pos-name,
.pos_main_msg p .job_name,
.suggest_job_item .line_1 .com_name,
.suggest_job_item .line_1 .job_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#city-selector-popup .selected-tags .search-list::-webkit-scrollbar,
#city-selector-popup .selected-tags::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #f1f1f1;
}
#city-selector-popup .selected-tags .search-list::-webkit-scrollbar-thumb,
#city-selector-popup .selected-tags .search-list::-webkit-scrollbar-track,
#city-selector-popup .selected-tags::-webkit-scrollbar-thumb,
#city-selector-popup .selected-tags::-webkit-scrollbar-track {
  border-radius: 999px;
}
#city-selector-popup .selected-tags .search-list::-webkit-scrollbar-thumb,
#city-selector-popup .selected-tags::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #f6ab00;
}
.apply-success-dialog .pos-content .item .line_2 > p,
.apply-success-dialog .pos-content .item .line_2 > p i,
.apply-success-dialog .pos-content .item .line_2 > p span,
.apply-success-dialog .pos-content .item .line_3 > p,
.apply-success-dialog .pos-content .item .line_3 > p i,
.apply-success-dialog .pos-content .item .line_3 > p span,
.com_msg02_cont .logo_tianyan a,
.com_msg02_cont .logo_tianyan span {
  display: inline-block;
  vertical-align: middle;
}
@font-face {
  font-family: iconfont;
  src: url(//at.alicdn.com/t/font_572815_zvydtatc6v.eot);
  src: url(../fonts/font_572815_zvydtatc6v.eot) format('embedded-opentype'), url(../fonts/font_572815_zvydtatc6v.woff2) format('woff2'), url(../fonts/font_572815_zvydtatc6v.woff) format('woff'),
    url(../fonts/font_572815_zvydtatc6v.ttf) format('truetype'), url(../fonts/font_572815_zvydtatc6v.svg) format('svg');
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.text-overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#city-selector-popup .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#city-selector-popup #jbox-content {
  width: 100%;
  height: 500px !important;
}
#city-selector-popup .cgary {
  color: #999;
}
#city-selector-popup .jbox-title-panel {
  height: 70px;
  background: #fff;
}
#city-selector-popup .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
  font-weight: 700;
}
#city-selector-popup .jbox-close {
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#city-selector-popup #jbox-states {
  background: #fff;
  padding: 0;
}
#city-selector-popup .city-box-tabs {
  height: 50px;
  background: #eff5ff;
  padding-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#city-selector-popup .city-box-tabs .city-tab {
  font-weight: 500;
  font-size: 14px;
  color: #63666d;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  margin-right: 95px;
}
#city-selector-popup .city-box-tabs .city-tab.active,
#city-selector-popup .city-box-tabs .city-tab:hover {
  color: #0052ff;
}
#city-selector-popup .city-box-tabs .city-tab.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  bottom: 0;
  height: 3px;
  width: 40px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0052ff;
}
#city-selector-popup .city-box-tabs .city-tab:first-child {
  margin-right: 50px;
}
#city-selector-popup .city-box-list-block .city-box-list {
  height: 450px;
  overflow-y: auto;
  font-size: 14px;
}
#city-selector-popup .city-box-list-block .city-box-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#city-selector-popup .city-box-list-block .city-box-list::-webkit-scrollbar-thumb,
#city-selector-popup .city-box-list-block .city-box-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#city-selector-popup .city-box-list-block .city-box-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#city-selector-popup .city-box-list-block .city-box-list .city-list-item-alone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 200px 0 24px;
}
#city-selector-popup .city-box-list-block .city-box-list .city-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#city-selector-popup .city-box-list-block .city-box-list .city-list-item .city-list-left {
  font-size: 14px;
  color: #0052ff;
  line-height: 24px;
  width: 130px;
  padding-left: 24px;
}
#city-selector-popup .city-box-list-block .city-box-list .city-list-item .city-list-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#city-selector-popup .city-box-list-block .city-box-list .city-list-item .pl-26 {
  padding-left: 26px;
}
#city-selector-popup .city-box-list-block .city-box-list .right-item {
  margin: 0 50px 30px 0;
  font-size: 14px;
  color: #63666d;
  line-height: 24px;
  cursor: pointer;
}
#city-selector-popup .city-box-list-block .city-box-list .right-item.active,
#city-selector-popup .city-box-list-block .city-box-list .right-item:hover {
  color: #0052ff;
}
#city-selector-popup .city-box-list-block .city-box-list:first-child {
  padding-top: 30px;
}
#city-selector-popup .key-word {
  position: absolute;
  width: 160px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
  border: none;
  z-index: 2;
  top: 18px;
  left: 282px;
  padding: 0 15px;
}
#city-selector-popup .selected-box {
  height: 55px;
  padding: 0 30px 0 130px;
  border-bottom: 1px dashed #e8e8e8;
  position: relative;
}
#city-selector-popup .selected-box .tip {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 55px;
  width: 130px;
  font-size: 14px;
  text-align: right;
}
#city-selector-popup .selected-box .item {
  margin-top: 10px;
  float: left;
  max-width: 184px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #0052ff;
  background: #fff;
  border: 1px solid #0052ff;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-right: 14px;
  padding: 0 34px 0 14px;
  position: relative;
}
#city-selector-popup .selected-box .item .del {
  position: absolute;
  right: 13px;
  top: 11px;
  line-height: 14px;
  font-size: 17px;
  font-family: SimSun;
  color: #0052ff;
  cursor: pointer;
}
#city-selector-popup .selected-cont {
  padding: 10px 20px 0;
  overflow: hidden;
}
#city-selector-popup .selected-tags {
  padding: 0 30px;
  height: 366px;
  display: none;
  overflow-y: auto;
}
#city-selector-popup .selected-tags .label-text-selector {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  margin-bottom: -5px;
}
#city-selector-popup .selected-tags .breadcrumb {
  line-height: 1;
  font-size: 14px;
  padding: 8px 0 3px;
  overflow: hidden;
}
#city-selector-popup .selected-tags .breadcrumb .breadcrumb-item {
  float: left;
  color: #999;
}
#city-selector-popup .selected-tags .search-list {
  min-height: 64px;
  max-height: 336px;
  overflow: auto;
  padding-top: 10px;
  margin-left: -15px;
}
#city-selector-popup .selected-tags .search-list .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  border: 1px solid #c0c4cc;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0 14px;
  margin: 0 0 10px 15px;
  cursor: pointer;
}
#city-selector-popup .selected-tags .search-list .item.selected {
  background: #0052ff;
  border-color: #0052ff;
  color: #fff;
}
#city-selector-popup .selected-tags .no_data {
  margin: 32px auto 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
#city-selector-popup .selected-tags .no_data i {
  display: inline-block;
}
#city-selector-popup .selected-list {
  float: left;
  width: 33%;
  height: 350px;
  overflow-y: auto;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
#city-selector-popup .selected-list.selected-list-first,
#city-selector-popup .selected-list.selected-list-last {
  border-right: 0;
}
#city-selector-popup .selected-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#city-selector-popup .selected-list::-webkit-scrollbar-thumb,
#city-selector-popup .selected-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#city-selector-popup .selected-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#city-selector-popup .selected-list li {
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 20px;
  color: #333;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
#city-selector-popup .selected-list li:after {
  display: block;
  content: '>';
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 19px;
  font-family: SimSun;
  color: #b7bec6;
}
#city-selector-popup .selected-list li.open,
#city-selector-popup .selected-list li.open:after,
#city-selector-popup .selected-list li.selected,
#city-selector-popup .selected-list li.selected:after,
#city-selector-popup .selected-list li:hover,
#city-selector-popup .selected-list li:hover:after {
  color: #0052ff;
}
#city-selector-popup .selected-list.selected-list-first li.open {
  background: #fff;
  color: #333;
}
#city-selector-popup .selected-list.selected-list-first li.selected,
#city-selector-popup .selected-list.selected-list-first li.selected:after,
#city-selector-popup .selected-list.selected-list-first li:hover,
#city-selector-popup .selected-list.selected-list-first li:hover:after {
  color: #0052ff;
}
#city-selector-popup .selected-list.selected-list-last li:after {
  content: ' ';
  font-size: 30px;
  right: 18px;
}
#city-selector-popup .selected-btn {
  margin-top: 20px;
  text-align: center;
}
#city-selector-popup .selected-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 140px;
  line-height: 38px;
  font-size: 16px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#city-selector-popup .selected-btn .submit {
  background: #0052ff;
  color: #fff;
  border: 1px solid #0052ff;
  margin-left: 10px;
}
#city-selector-popup .selected-btn .submit:hover {
  background: #f7b31a;
  border-color: #f7b31a;
}
#city-selector-popup .selected-btn .cancel {
  border: 1px solid #e5e5e5;
  color: #606266;
}
#city-selector-popup .selected-btn .cancel:hover {
  background: #0052ff;
  border-color: #0052ff;
  color: #fff;
}
img {
  max-width: none;
}
.common-box {
  width: 1184px;
  max-width: 1184px;
  min-width: 950px;
  margin: 0 auto;
}
.pos-detail-header-box {
  width: 100%;
  background: -webkit-linear-gradient(60deg, #435172 0, #161e30 100%);
  background: oldlinear-gradient(60deg, #435172 0, #161e30 100%) -moz-;
  background: -o-linear-gradient(60deg, #435172 0, #161e30 100%);
  background: linear-gradient(30deg, #435172 0, #161e30 100%);
  -webkit-box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  padding: 18px 0 21px;
}
.detail-header .refresh-time,
.fixed-header-box .refresh-time {
  font-size: 14px;
  color: #d9dde6;
  margin-bottom: 10px;
}
.detail-header .header-top,
.fixed-header-box .header-top {
  position: relative;
}
.detail-header .header-top .detail-title .pos-name,
.fixed-header-box .header-top .detail-title .pos-name {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
.detail-header .header-top .detail-title .hot-new-tag,
.detail-header .header-top .detail-title .wanted-tag,
.fixed-header-box .header-top .detail-title .hot-new-tag,
.fixed-header-box .header-top .detail-title .wanted-tag {
  width: 30px;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  text-align: center;
  margin-top: 2px;
}
.detail-header .header-top .detail-title .wanted-tag,
.fixed-header-box .header-top .detail-title .wanted-tag {
  color: #0052ff;
  background: #ebf3ff;
  margin-left: 10px;
}
.detail-header .header-top .detail-title .hot-new-tag,
.fixed-header-box .header-top .detail-title .hot-new-tag {
  color: #ff2300;
  background: #ffe8e8;
  margin-left: 8px;
}
.detail-header .header-top .detail-title .salary,
.fixed-header-box .header-top .detail-title .salary {
  font-weight: 700;
  font-size: 20px;
  color: #ff8116;
  margin-left: 17px;
  padding-top: 6px;
}
.detail-header .header-top .welfare-tags,
.fixed-header-box .header-top .welfare-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-header .header-top .welfare-tags .tag-item,
.fixed-header-box .header-top .welfare-tags .tag-item {
  height: 26px;
  line-height: 26px;
  background: rgba(22, 30, 48, 0.3);
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  color: #d9dde6;
  margin-left: 10px;
  text-align: center;
  padding: 0 10px;
}
.detail-header .header-top .welfare-tags .tag-more-btn,
.fixed-header-box .header-top .welfare-tags .tag-more-btn {
  cursor: pointer;
}
.detail-header .header-top .welfare-tags-all-block,
.fixed-header-box .header-top .welfare-tags-all-block {
  position: absolute;
  top: 44px;
  right: 0;
  width: 426px;
  padding: 16px 21px 0 15px;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 9;
  display: none;
}
.detail-header .header-top .welfare-tags-all-block .welfare-tags-all,
.fixed-header-box .header-top .welfare-tags-all-block .welfare-tags-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-header .header-top .welfare-tags-all-block .welfare-tags-all .tag-all-item,
.fixed-header-box .header-top .welfare-tags-all-block .welfare-tags-all .tag-all-item {
  height: 26px;
  line-height: 26px;
  background: rgba(0, 82, 255, 0.1);
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  color: #0052ff;
  text-align: center;
  padding: 0 10px;
  margin: 0 10px 15px 0;
}
.detail-header .other-info-tags,
.fixed-header-box .other-info-tags {
  margin: 11px 0 20px;
  color: #d9dde6;
  font-size: 14px;
}
.detail-header .other-info-tags span,
.fixed-header-box .other-info-tags span {
  padding: 0 12px;
}
.detail-header .header-bottom .operate-btn-list .expire-btn,
.fixed-header-box .header-bottom .operate-btn-list .expire-btn {
  width: 124px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.4);
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.detail-header .header-bottom .operate-btn-list .collect-btn,
.fixed-header-box .header-bottom .operate-btn-list .collect-btn {
  width: 124px;
  height: 40px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.detail-header .header-bottom .operate-btn-list .collect-btn .collect-icon,
.fixed-header-box .header-bottom .operate-btn-list .collect-btn .collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -224px -441px;
  width: 20px;
  height: 20px;
}
.detail-header .header-bottom .operate-btn-list .collect-btn .collect-text,
.fixed-header-box .header-bottom .operate-btn-list .collect-btn .collect-text {
  font-size: 16px;
  color: #fff;
  margin-left: 6px;
}
.detail-header .header-bottom .operate-btn-list .collect-btn.selected .collect-icon,
.fixed-header-box .header-bottom .operate-btn-list .collect-btn.selected .collect-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -209px;
  width: 21px;
  height: 20px;
}
.detail-header .header-bottom .operate-btn-list .collect-btn:hover,
.fixed-header-box .header-bottom .operate-btn-list .collect-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.detail-header .header-bottom .operate-btn-list .apply-btn,
.fixed-header-box .header-bottom .operate-btn-list .apply-btn {
  width: 124px;
  height: 40px;
  line-height: 40px;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 16px;
  border: 1px solid #0052ff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.detail-header .header-bottom .operate-btn-list .apply-btn:hover,
.fixed-header-box .header-bottom .operate-btn-list .apply-btn:hover {
  background: #155ef8;
}
.detail-header .header-bottom .operate-btn-list .apply-btn.selected,
.fixed-header-box .header-bottom .operate-btn-list .apply-btn.selected {
  background: #aac7ff;
  border: 1px solid #aac7ff;
}
.detail-header .header-bottom .operate-btn-list .apply-btn.selected:hover,
.fixed-header-box .header-bottom .operate-btn-list .apply-btn.selected:hover {
  background: #aac7ff;
}
.detail-header .header-bottom .other-btn-list p,
.fixed-header-box .header-bottom .other-btn-list p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .salary-report-btn:hover p,
.detail-header .header-bottom .other-btn-list .login-operate-btn .update-resume-btn:hover p,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .salary-report-btn:hover p,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .update-resume-btn:hover p {
  color: #0052ff;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .salary-report-btn,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .salary-report-btn {
  cursor: pointer;
  float: left;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .salary-report-btn .salary-analysis-icon,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .salary-report-btn .salary-analysis-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -252px -441px;
  width: 20px;
  height: 20px;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .salary-report-btn:hover .salary-analysis-icon,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .salary-report-btn:hover .salary-analysis-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -280px -441px;
  width: 20px;
  height: 20px;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .update-resume-btn,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .update-resume-btn {
  cursor: pointer;
  margin-left: 30px;
  float: left;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .update-resume-btn .update-resume-icon,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .update-resume-btn .update-resume-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -153px;
  width: 22px;
  height: 20px;
}
.detail-header .header-bottom .other-btn-list .login-operate-btn .update-resume-btn:hover .update-resume-icon,
.fixed-header-box .header-bottom .other-btn-list .login-operate-btn .update-resume-btn:hover .update-resume-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -181px;
  width: 22px;
  height: 20px;
}
.detail-header .header-bottom .other-btn-list .detail-login-btn,
.fixed-header-box .header-bottom .other-btn-list .detail-login-btn {
  width: 236px;
  height: 40px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 13px 0 0 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.detail-header .header-bottom .other-btn-list .detail-login-btn .pos-search-logo-icon,
.fixed-header-box .header-bottom .other-btn-list .detail-login-btn .pos-search-logo-icon {
  float: left;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -181px;
  width: 16px;
  height: 17px;
}
.detail-header .header-bottom .other-btn-list .detail-login-btn .pos-search-login-btn,
.fixed-header-box .header-bottom .other-btn-list .detail-login-btn .pos-search-login-btn {
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
  line-height: 1;
  float: left;
}
.detail-header .header-bottom .other-btn-list .detail-login-btn:hover,
.fixed-header-box .header-bottom .other-btn-list .detail-login-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.fixed-header-box {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0 19px;
  z-index: 999;
  background: -webkit-linear-gradient(60deg, #435172 0, #161e30 100%);
  background: oldlinear-gradient(60deg, #435172 0, #161e30 100%) -moz-;
  background: -o-linear-gradient(60deg, #435172 0, #161e30 100%);
  background: linear-gradient(30deg, #435172 0, #161e30 100%);
  -webkit-box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 40px 1px rgba(50, 63, 75, 0.15);
  -webkit-animation: blockFall 0.3s ease;
  -moz-animation: blockFall 0.3s ease;
  -o-animation: blockFall 0.3s ease;
  animation: blockFall 0.3s ease;
}
@-webkit-keyframes blockFall {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes blockFall {
  0% {
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes blockFall {
  0% {
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes blockFall {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed-header-box .header-bottom .header-com-name {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.fixed-header-box .header-bottom .ml-33 {
  margin-left: 33px;
}
.fixed-header-box .header-bottom .to-com-detail-btn {
  font-size: 14px;
  color: #ff8116;
}
.main-container > .pos-detail-box:after {
  content: '';
  display: block;
  clear: both;
}
.main-container .main-right-box {
  float: right;
  width: 284px;
}
.main-container .main-right-box > div {
  margin-bottom: 16px;
}
.main-container .main-right-box .login-page-box {
  display: none;
}
.main-container .main-right-box .right-com-content {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.main-container .main-right-box .right-com-content .right-com-title-box {
  height: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#e8f1ff), to(#fafdff));
  background: -webkit-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: oldlinear-gradient(left, #e8f1ff 0, #fafdff 100%) -moz-;
  background: -o-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: linear-gradient(90deg, #e8f1ff 0, #fafdff 100%);
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 0 24px;
}
.main-container .main-right-box .right-com-content .right-com-title-box .right-com-title {
  font-weight: 700;
  font-size: 16px;
  color: #303237;
}
.main-container .main-right-box .right-com-content .right-com-title-box .collect-com-btn {
  font-size: 12px;
  color: #0052ff;
  cursor: pointer;
}
.main-container .main-right-box .right-com-content .right-com-header {
  background: #fff;
  padding: 28px 24px 0;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-logo {
  border: 1px solid #f1f4fb;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 50px;
  height: 50px;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right {
  padding-left: 12px;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right .right-com-name {
  display: block;
  width: 173px;
  font-size: 16px;
  color: #141517;
  cursor: pointer;
  margin-bottom: 5px;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right .right-com-name:hover {
  color: #0052ff;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right .com-recruiting-num {
  font-size: 13px;
  color: #63666d;
}
.main-container .main-right-box .right-com-content .right-com-header .right-com-header-right .com-recruiting-num span {
  color: #0052ff;
}
.main-container .main-right-box .right-com-content .right-com-desc {
  padding: 27px 24px 11px;
}
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item {
  margin-bottom: 16px;
}
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item .right-industry-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -399px;
  width: 16px;
  height: 16px;
}
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item .right-scale-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -423px;
  width: 16px;
  height: 16px;
}
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item .right-nature-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -447px;
  width: 16px;
  height: 16px;
}
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item a,
.main-container .main-right-box .right-com-content .right-com-desc .right-com-item span {
  font-size: 15px;
  color: #63666d;
  margin-left: 12px;
}
.main-container .main-right-box .right-com-content .com-more-pos-btn {
  padding: 0 24px 33px;
  text-align: center;
}
.main-container .main-right-box .right-com-content .com-more-pos-btn a {
  width: 156px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #0052ff;
  font-size: 14px;
  text-align: center;
  color: #0052ff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-container .main-right-box .right-com-content .com-more-pos-btn a:hover {
  background: #0052ff;
  color: #fff;
}
.main-container .main-right-box .similar-content .similar-title-box {
  height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#e8f1ff), to(#fafdff));
  background: -webkit-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: oldlinear-gradient(left, #e8f1ff 0, #fafdff 100%) -moz-;
  background: -o-linear-gradient(left, #e8f1ff 0, #fafdff 100%);
  background: linear-gradient(90deg, #e8f1ff 0, #fafdff 100%);
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 0 24px;
}
.main-container .main-right-box .similar-content .similar-title-box .similar-title {
  font-weight: 500;
  font-size: 16px;
  color: #303237;
}
.main-container .main-right-box .similar-content .similar-title-box .similar-more-btn {
  font-size: 12px;
  color: #0052ff;
  cursor: pointer;
}
.main-container .main-right-box .similar-content .similar-title-box .similar-more-btn .arrow-right-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -573px -214px;
  width: 4px;
  height: 8px;
  margin-left: 5px;
}
.main-container .main-right-box .similar-content .similar-list-box {
  background: #fff;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding-top: 12px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item {
  width: 100%;
  font-size: 14px;
  color: #004098;
  padding: 12px 24px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .line-2 {
  margin-top: 6px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .money-num {
  max-width: 94px;
  font-size: 16px;
  color: #ff8116;
  line-height: 25px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .post-name {
  display: block;
  max-width: 164px;
  font-size: 16px;
  color: #141517;
  line-height: 25px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .post-name:hover {
  color: #0052ff;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .cite-text {
  font-size: 12px;
  color: #93989e;
  line-height: 25px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .city-name {
  display: block;
  max-width: 160px;
  font-size: 12px;
  color: #93989e;
  line-height: 25px;
}
.main-container .main-right-box .similar-content .similar-list-box .similar-list-item .city-name:hover {
  color: #0052ff;
}
.main-container .main-right-box #wage-calc__layout {
  padding-top: 1px;
}
.main-container .main-right-box .banner-img {
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.main-container .main-right-box .banner-img img {
  width: 100%;
  height: auto;
}
.main-left-box {
  width: 884px;
}
.main-left-box .left-common-info {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  -moz-box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  margin-bottom: 16px;
}
.main-left-box .left-common-title {
  font-weight: 700;
  font-size: 18px;
  color: #141517;
}
.main-left-box .expire-more-btn {
  height: 61px;
  line-height: 61px;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  -moz-box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  box-shadow: 0 3px 20px 1px rgba(50, 63, 75, 0.03);
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #0052ff;
  text-align: center;
  margin: 16px 0;
}
.main-left-box .common-text-box {
  position: relative;
}
.main-left-box .common-text-box .common-text-desc {
  font-size: 15px;
  color: #303237;
  line-height: 30px;
  max-height: 241px;
  overflow: hidden;
}
.main-left-box .common-text-box .com-desc {
  max-height: 91px;
}
.main-left-box .common-text-box .more-desc-btn {
  background: -webkit-gradient(linear, right top, left top, color-stop(78%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff 78%, rgba(255, 255, 255, 0) 100%);
  background: oldlinear-gradient(right, #fff 78%, rgba(255, 255, 255, 0) 100%) -moz-;
  background: -o-linear-gradient(right, #fff 78%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff 78%, rgba(255, 255, 255, 0) 100%);
  width: 100px;
  text-align: right;
  font-size: 15px;
  color: #0052ff;
  line-height: 21px;
  padding: 4px 5px 4px 0;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 1px;
  -webkit-transition: font-weight 0.2s linear;
  -o-transition: font-weight 0.2s linear;
  -moz-transition: font-weight 0.2s linear;
  transition: font-weight 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.main-left-box .common-text-box.show .common-text-desc {
  max-height: none;
  padding-bottom: 30px;
}
.main-left-box .common-text-box.show i {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.main-left-box .pos-base-info {
  padding: 24px 24px 0;
  margin-top: 15px;
}
.main-left-box .pos-base-info .info-header .base-info-right .tip-off-btn,
.main-left-box .pos-base-info .info-header .base-info-right .wechat-share-btn {
  cursor: pointer;
}
.main-left-box .pos-base-info .info-header .base-info-right .wechat-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -414px -265px;
  width: 16px;
  height: 16px;
}
.main-left-box .pos-base-info .info-header .base-info-right .tip-off-btn {
  margin-left: 20px;
}
.main-left-box .pos-base-info .info-header .base-info-right .tip-off-btn .report-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -448px -479px;
  width: 16px;
  height: 16px;
}
.main-left-box .pos-base-info .info-header .base-info-right p {
  font-size: 14px;
  color: #93989e;
  margin-left: 6px;
}
.main-left-box .pos-base-info .keyword-tags {
  margin-top: 20px;
}
.main-left-box .pos-base-info .keyword-tags .item-tag {
  height: 32px;
  line-height: 32px;
  background: #f8f9fb;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #93989e;
  text-align: center;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
.main-left-box .pos-base-info .pos-type {
  margin-top: 10px;
}
.main-left-box .pos-base-info .pos-type a {
  font-size: 15px;
  color: #0052ff;
}
.main-left-box .pos-base-info .pay-day-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.main-left-box .pos-base-info .pay-day-box .pay-day-title {
  font-size: 15px;
  color: #303237;
}
.main-left-box .pos-base-info .pay-day-box .pay-day-content {
  position: relative;
  margin-top: 2px;
}
.main-left-box .pos-base-info .pay-day-box .pay-day-content .question-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -551px -255px;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  cursor: pointer;
}
.main-left-box .pos-base-info .pay-day-box .pay-day-content .pay-day-tip {
  width: 388px;
  background: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  position: absolute;
  left: -48px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-left-box .pos-base-info .pay-day-box .pay-day-content .pay-day-tip::after {
  content: '';
  display: block;
  position: absolute;
  left: 56px;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.7);
}
.main-left-box .pos-base-info .pay-day-box .pay-day-content .question-icon:hover + .pay-day-tip {
  opacity: 1;
  z-index: 99;
}
.main-left-box .pos-base-info .pos-requirement {
  margin-top: 12px;
}
.main-left-box .pos-base-info .other-info {
  margin-top: 20px;
}
.main-left-box .pos-base-info .other-info .info-item {
  font-size: 15px;
  color: #303237;
  line-height: 28px;
  margin-right: 30px;
}
.main-left-box .pos-base-info .hr-info {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #eceef2;
}
.main-left-box .pos-base-info .hr-info .hr-content .hr-avatar {
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 17px;
}
.main-left-box .pos-base-info .hr-info .hr-content .contact-info .hr-contact .hr-name {
  font-size: 16px;
  color: #303237;
  line-height: 25px;
  padding-top: 2px;
}
.main-left-box .pos-base-info .hr-info .hr-content .contact-info .hr-contact .wechat-contact-btn {
  margin-left: 10px;
  cursor: pointer;
}
.main-left-box .pos-base-info .hr-info .hr-content .contact-info .hr-contact .wechat-contact-btn .wechat-contact-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -62px;
  width: 22px;
  height: 21px;
}
.main-left-box .pos-base-info .hr-info .hr-content .contact-info .hr-contact .wechat-contact-btn p {
  color: #0052ff;
  font-size: 12px;
  padding-left: 5px;
  line-height: 25px;
}
.main-left-box .pos-base-info .hr-info .contact-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0052ff;
  cursor: pointer;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.main-left-box .pos-base-info .hr-info .contact-li-list {
  display: none;
}
.main-left-box .pos-base-info .hr-info .contact-li-list span {
  line-height: 1;
}
.main-left-box .pos-base-info .hr-info .contact-li-list.contact-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-left-box .pos-base-info .hr-info .contact-li-list.contact-li .icon-phone_03 {
  top: 8px;
}
.main-left-box .pos-base-info .hr-info .contact-li-list.contact-li .icon-mobile_01 {
  top: 6px;
}
.main-left-box .pos-base-info .hr-info .contact-overdue {
  font-size: 14px;
  color: #63666d;
}
.main-left-box .pos-base-info .hr-info .contact-overdue .search-list-btn {
  padding: 0 4px;
}
.main-left-box .safe-info {
  padding: 0;
  background: -webkit-linear-gradient(286deg, #fff 0, #fbfcff 67%, #c8deff 100%);
  background: oldlinear-gradient(286deg, #fff 0, #fbfcff 67%, #c8deff 100%) -moz-;
  background: -o-linear-gradient(286deg, #fff 0, #fbfcff 67%, #c8deff 100%);
  background: linear-gradient(164deg, #fff 0, #fbfcff 67%, #c8deff 100%);
}
.main-left-box .safe-info .safe-content {
  background-image: url(../images/safe-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 24px;
  position: relative;
}
.main-left-box .safe-info .tip-off-btn {
  cursor: pointer;
  color: #0052ff;
  font-size: 15px;
}
.main-left-box .safe-info .safe-text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}
.main-left-box .safe-info .safe-text pre {
  color: #303237;
  text-align: left;
}
.main-left-box .safe-info .safe-btn {
  font-size: 13px;
  color: #a8adba;
  line-height: 26px;
  margin-top: 9px;
  position: relative;
  cursor: pointer;
}
.main-left-box .safe-info .safe-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 168px;
  top: 8px;
  height: 10px;
  width: 12px;
  background: url(../images/arrow-right.png) no-repeat;
}
.main-left-box .arrow-down-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -573px -214px;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-left-box .com-info {
  padding: 20px 24px;
  position: relative;
}
.main-left-box .com-info .com-desc-content {
  margin-top: 20px;
}
.main-left-box .com-other-info {
  padding: 20px 24px;
}
.main-left-box .com-other-info .com-business-info .com-business-list {
  width: 836px;
  height: 188px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(rgba(242, 248, 255, 0.1)));
  background: -webkit-linear-gradient(top, #f2f8ff 0, rgba(242, 248, 255, 0.1) 100%);
  background: oldlinear-gradient(top, #f2f8ff 0, rgba(242, 248, 255, 0.1) 100%) -moz-;
  background: -o-linear-gradient(top, #f2f8ff 0, rgba(242, 248, 255, 0.1) 100%);
  background: linear-gradient(180deg, #f2f8ff 0, rgba(242, 248, 255, 0.1) 100%);
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px 20px;
  margin-top: 20px;
}
.main-left-box .com-other-info .com-business-info .com-business-list li {
  width: 33.3%;
  margin-top: 30px;
}
.main-left-box .com-other-info .com-business-info .com-business-list li p:first-child {
  font-size: 14px;
  color: #93989e;
  line-height: 28px;
}
.main-left-box .com-other-info .com-business-info .com-business-list li p:last-child {
  font-size: 15px;
  color: #303237;
  line-height: 28px;
  margin-top: 11px;
}
.main-left-box .com-other-info .com-business-info .com-business-list li:nth-child(1),
.main-left-box .com-other-info .com-business-info .com-business-list li:nth-child(2),
.main-left-box .com-other-info .com-business-info .com-business-list li:nth-child(3) {
  margin-top: 20px;
}
.main-left-box .com-other-info .com-business-info .com-business-list .com-manage {
  width: 100%;
}
.main-left-box .com-other-info .com-business-info .com-business-list .com-manage pre {
  font-size: 15px;
  color: #303237;
  line-height: 28px;
  margin-top: 11px;
}
.main-left-box .com-other-info .com-business-info .com-other-info-footer {
  margin-top: 30px;
  text-align: center;
}
.main-left-box .com-other-info .com-business-info .com-other-info-footer .com-other-info-btn {
  font-size: 15px;
  color: #0052ff;
  line-height: 25px;
}
.main-left-box .com-other-info .com-business-info.show .com-business-list {
  height: auto;
  overflow: auto;
}
.main-left-box .com-other-info .com-business-info.show .com-other-info-btn i {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.main-left-box .com-other-info .com-other-info-line {
  height: 36px;
}
.main-left-box .com-other-info .com-address-info .com-address-content {
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eceef2;
  margin-top: 20px;
  position: relative;
}
.main-left-box .com-other-info .com-address-info .com-address-content .com-address-header {
  padding: 16px 20px;
}
.main-left-box .com-other-info .com-address-info .com-address-content .com-address-header .com-address {
  font-size: 16px;
  color: #303237;
  line-height: 25px;
  padding-left: 30px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-left-box .com-other-info .com-address-info .com-address-content .com-address-header .com-address::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -252px -479px;
  width: 20px;
  height: 20px;
}
.main-left-box .com-other-info .com-address-info .com-address-content .com-address-header .navigation-btn {
  font-size: 14px;
  color: #0052ff;
  line-height: 25px;
  cursor: pointer;
}
.main-left-box .com-other-info .com-address-info .com-address-content .com-map-box {
  height: 186px;
}
.main-left-box .interest-pos-box {
  padding: 20px 24px 6px 8px;
}
.main-left-box .interest-pos-box .interest-title {
  padding-left: 16px;
}
.main-left-box .interest-pos-box .interest-more-btn {
  font-size: 14px;
  color: #0052ff;
  line-height: 25px;
  cursor: pointer;
}
.main-left-box .interest-pos-box .interest-pos-list {
  margin-top: 20px;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item {
  width: 268px;
  padding: 16px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eceef2;
  margin: 0 0 16px 16px;
  line-height: 25px;
  cursor: pointer;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-header .pos-name {
  /* width: 130px; */
  font-size: 16px;
  color: #303237;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-header .pos-name:hover {
  color: #0052ff;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-header .salary {
  font-size: 16px;
  color: #ff8116;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer {
  margin-top: 20px;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer .pos-item-com .pos-item-com-logo {
  width: 22px;
  height: 22px;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer .pos-item-com .pos-item-com-name {
  width: 100px;
  margin-left: 0px;
  font-size: 13px;
  color: #63666d;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer .pos-item-com .pos-item-com-name:hover {
  color: #0052ff;
}
.main-left-box .interest-pos-box .interest-pos-list .interest-pos-item .pos-item-footer .pos-item-com-address {
  font-size: 13px;
  color: #63666d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-left-box .pos-search-header {
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #1c65ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  width: 836px;
  margin: 17px 0 16px 16px;
}
.main-left-box .pos-search-header .pos-search-input-block {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #1c65ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.main-left-box .pos-search-header .pos-search-input-block .pos-search-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
}
.main-left-box .pos-search-header .pos-search-input-block .pos-search-city .pos-search-city-name {
  font-size: 16px;
  color: #303237;
  width: 68px;
  text-align: center;
}
.main-left-box .pos-search-header .pos-search-input-block .pos-search-city .pos-search-arrow-icon {
  margin-top: 2px;
}
.main-left-box .pos-search-header .pos-search-input-block .pos-search-input {
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  background: #fff;
  padding-left: 20px;
  margin-right: 5px;
}
.main-left-box .pos-search-header .pos-search-btn {
  width: 100px;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  background: #1c65ff;
  text-align: center;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.main-left-box .overdue-desc {
  color: #63666d;
  font-size: 14px;
  margin-top: 30px;
}
.main-left-box .crumbs-box {
  margin: 30px auto 13px;
  width: auto;
  min-width: auto;
}
.main-left-box .wechat-qr-code {
  display: none;
  position: absolute;
  padding: 10px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  -moz-box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  box-shadow: 0 0 5px rgba(154, 154, 154, 0.39);
  top: 30px;
  left: 12px;
}
.main-left-box .wechat-qr-code img {
  width: 100px;
  height: 100px;
}
.main-left-box .wechat-qr-code p {
  line-height: 20px;
  text-align: center;
  display: block;
}
.main-left-box .opacity-0 {
  opacity: 0;
}
.main-container .user-status {
  font-size: 11px;
  color: #9fb4d4;
  position: relative;
}
.main-container .online-status {
  color: #009b15;
  padding-left: 8px;
}
.main-container .online-status::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #009b15;
}
.allmap_ctn {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F333333, endcolorstr=#7F333333);
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.allmap_ctn .allmap_box {
  display: table-cell;
  width: 1920px;
  text-align: center;
  vertical-align: middle;
}
.allmap_ctn .allmap_box .allmap_content {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  top: 15%;
}
.allmap_content2 {
  padding: 0 40px 40px;
  width: 890px;
  height: 600px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1250px) {
  .allmap_content2 {
    width: 790px;
    height: 516px;
    padding: 0 20px 20px;
  }
  .allmap_content2 #allmap {
    height: 380px;
  }
}
.allmap_content2 > p {
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 30px;
  padding-bottom: 18px;
}
.allmap_content2 > p.addr {
  padding: 30px 0 0;
}
.allmap_content2 > p > b {
  color: #333;
}
.allmap_content2 > p [data-act='close_baidu_map'] {
  content: '';
  display: block;
  cursor: pointer;
  float: right;
  margin-right: -20px;
}
@media screen and (max-width: 1250px) {
  .allmap_content2 > p [data-act='close_baidu_map'] {
    margin-right: 10px;
  }
}
#allmap {
  height: 470px;
  background: #fff;
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#suggest_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#suggest_modal .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#suggest_modal .table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
#suggest_modal .table .table_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#suggest_job_cont {
  position: relative;
  z-index: 2;
  width: 892px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f6ab00;
  padding: 30px 30px 20px;
}
@media screen and (max-height: 724px) {
  #suggest_job_cont {
    padding: 10px 30px;
  }
  #suggest_job_cont .suggest_header_box {
    margin-bottom: 15px;
  }
  #suggest_job_cont .suggest_job_box {
    height: 424px;
  }
  #suggest_job_cont .suggest_job_item {
    height: auto;
    padding: 16px 100px 16px 20px;
    margin-bottom: 10px;
  }
  #suggest_job_cont .suggest_job_item > i {
    top: -9px;
  }
}
#suggest_job_cont [data-act='close_modal'] {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  font-family: SimSun;
  font-size: 31px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#suggest_job_cont [data-act='close_modal']:hover {
  color: #000;
}
.suggest_header_box {
  position: relative;
  padding-left: 168px;
  height: 110px;
  margin-bottom: 25px;
  padding-top: 1px;
}
.suggest_header_box i {
  position: absolute;
  left: 20px;
  top: 0;
}
.suggest_header_box b {
  display: block;
  font-size: 30px;
  color: #333;
  margin: 26px 0 4px;
}
.suggest_header_box p,
.suggest_title > span {
  font-size: 16px;
  color: #333;
}
.suggest_title {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.suggest_title .change_page {
  top: 0;
}
.suggest_job_box {
  width: 840px;
  height: 496px;
  overflow: hidden;
  position: relative;
}
.suggest_job_content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.suggest_job_content > li {
  float: left;
  width: 840px;
  height: 100%;
  margin-right: 10px;
  padding: 10px 10px 10px 22px;
  overflow: hidden;
}
.suggest_job_item {
  border: 1px solid #eee;
  position: relative;
  padding: 23px 100px 30px 20px;
  margin-bottom: 20px;
}
.suggest_job_item:hover {
  -webkit-box-shadow: 0 0 10px 6px #eef1f6;
  -moz-box-shadow: 0 0 10px 6px #eef1f6;
  box-shadow: 0 0 10px 6px #eef1f6;
}
.suggest_job_item > i {
  position: absolute;
  left: -22px;
  top: -4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.suggest_job_item .com_logo {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.suggest_job_item .com_logo img {
  width: 100%;
  height: auto;
}
.suggest_job_item .col_1 {
  display: inline-block;
  vertical-align: middle;
  width: 60.3%;
}
.suggest_job_item .line_1 {
  font-size: 16px;
  margin-bottom: 7px;
}
.suggest_job_item .line_1 .com_name {
  display: inline-block;
  vertical-align: middle;
  max-width: 32%;
  color: #004098;
}
.suggest_job_item .line_1 .com_name:hover {
  color: #f6ab00;
}
.suggest_job_item .line_1 .job_name {
  display: inline-block;
  vertical-align: middle;
  color: #004098;
  max-width: 41%;
  margin-right: 8px;
}
.suggest_job_item .line_1 .job_name:hover {
  color: #f6ab00;
}
.suggest_job_item .line_1 i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.suggest_job_item .line_1 span {
  display: inline-block;
  vertical-align: middle;
  color: #f6ab00;
  margin-left: 30px;
}
.suggest_job_item .line_2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 7px;
}
.suggest_job_item .line_3 .col_1 {
  margin-top: 2px;
  height: 22px;
  overflow: hidden;
}
.suggest_job_item .line_3 .col_1 span {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border: 1px solid #ebeef5;
  font-size: 12px;
  color: #a7a7a7;
  padding: 0 7px;
}
.suggest_job_item .line_3 .btn_apply {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #f6ab00;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 12px;
  color: #f6ab00;
  text-align: center;
  cursor: pointer;
}
.suggest_job_item .line_3 .btn_apply:hover {
  color: #fff;
  background: #f6ab00;
}
#jBoxApplyTip #jbox-content {
  text-align: center;
}
#jBoxApplyTip #jbox-content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
}
#jBoxApplyTip #jbox-content button {
  width: 92px;
  height: 30px;
  border: 1px solid #f6ab00;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 700;
  color: #f6ab00;
  margin: 0 auto;
}
#jBoxApplyTip #jbox-content button:hover {
  color: #fff;
}
.modal_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.apply-success-dialog {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -425px;
  width: 850px;
  height: 750px;
  background: #fff;
  border: 1px solid #f6ab00;
}
.apply-success-dialog > * {
  padding: 0 30px;
}
.apply-success-dialog input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 12px;
}
.apply-success-dialog input[type='checkbox']:checked,
.apply-success-dialog input[type='checkbox'][checked='checked'] {
  border-color: red;
}
.apply-success-dialog input[type='checkbox']:checked:before,
.apply-success-dialog input[type='checkbox'][checked='checked']:before {
  display: block;
  width: 18px;
  height: 18px;
  content: '✔';
  text-align: center;
  font-size: 14px;
  color: #004098;
  border: 1px solid #004098;
  background: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.apply-success-dialog .apply-success-tit {
  height: 50px;
  background: #f6ab00;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
}
.apply-success-dialog .info-content {
  height: 80px;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.apply-success-dialog .info-content .content {
  width: 430px;
  margin: 0 auto;
  font-size: 16px;
}
.apply-success-dialog .info-content .content > * {
  display: inline-block;
}
.apply-success-dialog .info-content .content img {
  width: 60px;
}
.apply-success-dialog .info-content .content p {
  vertical-align: middle;
  margin-right: 10px;
}
.apply-success-dialog .pos-content .no-data-content {
  display: none;
  font-size: 16px;
  text-align: center;
  margin-top: 80px;
}
.apply-success-dialog .pos-content .no-data-content img {
  margin: 0 auto 24px;
}
.apply-success-dialog .pos-content .no-data-content:only-child {
  display: block;
}
.apply-success-dialog .pos-content .pos-content-tit {
  margin-top: 20px;
  color: #333;
}
.apply-success-dialog .pos-content ul {
  height: 445px;
  overflow: hidden;
  overflow-y: auto;
}
.apply-success-dialog .pos-content .item {
  position: relative;
  border-bottom: 1px solid #ebeef5;
  padding: 18px 0 25px;
}
.apply-success-dialog .pos-content .item .com_logo img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.apply-success-dialog .pos-content .item .icon-top_job {
  position: absolute;
  left: 0;
  top: 0;
}
.apply-success-dialog .pos-content .item .com_logo {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 80px;
  overflow: hidden;
  text-align: center;
}
.apply-success-dialog .pos-content .item .left-content {
  display: inline-block;
  width: 650px;
}
.apply-success-dialog .pos-content .item .col_0 {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
}
.apply-success-dialog .pos-content .item .line_1 {
  font-size: 16px;
  color: #004098;
  margin-bottom: 4px;
}
.pos_main_msg p {
  max-width: 35%;
  display: inline-block;
  margin-right: 28px;
  padding-right: 48px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .pos_main_msg p {
    max-width: 43%;
  }
}
.pos_main_msg p .job_name {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.pos_main_msg p .job_name:link {
  color: #004098;
}
.pos_main_msg p .job_name:visited,
.pos_main_msg p .job_name:visited em {
  color: #999;
}
.pos_main_msg p .job_name:hover,
.pos_main_msg p .job_name:hover em {
  color: #f6ab00;
}
.pos_main_msg p .job_name em {
  color: #ff5657;
}
.pos_main_msg p i {
  position: absolute;
  right: 0;
  top: 1px;
}
.pos_main_msg span {
  display: inline-block;
  vertical-align: middle;
  color: #f6ab00;
}
.apply-success-dialog .pos-content .item .line_1 .com_name {
  display: inline-block;
  vertical-align: middle;
  max-width: 26%;
}
.apply-success-dialog .pos-content .item .line_1 .com_name:hover em {
  color: #f6ab00;
}
.apply-success-dialog .pos-content .item .line_1 .com_name em {
  color: #ff5657;
}
.apply-success-dialog .pos-content .item .line_2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.apply-success-dialog .pos-content .item .line_2 > p {
  font-size: 14px;
  color: #909399;
}
.apply-success-dialog .pos-content .item .line_3 {
  font-size: 12px;
}
.apply-success-dialog .pos-content .item .line_3 > div span {
  height: 22px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  padding: 0 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #a7a7a7;
  display: inline-block;
}
.apply-success-dialog .pos-content .item .line_3 > p {
  font-size: 14px;
  color: #909399;
}
.apply-success-dialog .apply-content {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 128px;
  border-top: 1px solid #ebeef5;
}
.apply-success-dialog .apply-content .apply-btn {
  display: block;
  width: 180px;
  height: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
  margin: 40px auto;
  background: #f6ab00;
  color: #fff;
}
.apply-success-dialog .apply-content .check-all-content {
  position: absolute;
  color: #666;
  font-size: 14px;
  top: 34px;
  left: 30px;
}
.apply-success-dialog .apply-content input[type='checkbox'] {
  vertical-align: bottom;
}
.apply-success-dialog .no-more-content {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.risk-hint-modal {
  background-image: url(../images/modal_bg.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 660px;
  height: 423px;
  z-index: 1000;
  padding: 20px 63px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.risk-hint-modal .risk-hint-modal-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.risk-hint-modal .risk-hint-modal-content {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 23px;
  height: 180px;
  overflow-y: auto;
}
.risk-hint-modal .risk-hint-modal-content .passage {
  font-size: 14px;
  color: #fff;
  text-indent: 2em;
  line-height: 24px;
}
.risk-hint-modal .risk-hint-modal-content .passage .active {
  color: #fff000;
}
.risk-hint-modal .risk-hint-modal-content .cblue {
  color: #fff000;
  text-indent: 2em;
}
.risk-hint-modal .risk-hint-modal-content .com-name {
  margin-top: 20px;
}
.risk-hint-modal .risk-hint-modal-content .call-phone .phone {
  text-decoration: underline;
  color: #fff000;
  cursor: pointer;
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar {
  width: 4px;
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar-track {
  border-radius: 0;
}
.risk-hint-modal .risk-hint-btn {
  width: 180px;
  height: 50px;
  background: #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 3px;
  cursor: pointer;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.com_msg02_cont .title_content {
  font-weight: 700;
  font-size: 18px;
  color: #141517;
}
.com_msg02_content {
  height: 405px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.com_msg02_content ul {
  overflow: hidden;
}
.com_msg02_content li {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.com_msg02_content li.text {
  width: 100%;
  height: 85px;
  padding-right: 0;
}
.com_msg02_content li b {
  color: #909399;
}
.com_msg02_content li pre,
.com_msg02_content li span,
.com_msg02_content li strong {
  color: #333;
}
.com_msg02_content li pre {
  display: inline;
}
.shede_box {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.shede_box .shede_box_tip {
  color: #303237;
  font-size: 14px;
}
.shede_box .shede_box_btn {
  cursor: pointer;
  background-color: #0052ff;
  color: #fff;
  font-size: 12px;
  width: 93px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
[data-act='show_all3'] {
  float: right;
  font-size: 14px;
  color: #004098;
  cursor: pointer;
}
[data-act='show_all3'] span {
  margin-right: 6px;
}
[data-act='show_all3'] .up {
  display: inline-block;
}
[data-act='show_all3'] .down,
[data-act='show_all3'].open .up {
  display: none;
}
[data-act='show_all3'].open .down {
  display: inline-block;
}
.com_msg02_cont .logo_tianyan {
  font-size: 12px;
  color: #909399;
  text-align: right;
  margin-top: 10px;
}
.com_msg02_cont .logo_tianyan a {
  display: inline-block;
  width: 62px;
  height: 19px;
  overflow: hidden;
  background: url(../images/logo_tianyan.png) no-repeat;
  margin-left: 2px;
}
