@charset "UTF-8";
.content_box {
  width: 1200px;
  margin: auto;
}

.content2 {
  width: 1200px;
  margin: auto;
  padding: 10px 0 30px 0;
  float: left;
}

.left_sidebar {
  width: 910px;
  float: left;
  margin-right: 10px;
}

.information_box {
  position: relative;
  background: #fff;
  padding: 37px 30px 35px;
  border-bottom: 1px solid #f3f3f3;
}

.information_left {
  float: left;
}

.information_img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 20px;
}

.information_img img {
  width: 90px;
  height: 90px;
}

.information_text {
  float: left;
}

.information_job {
  color: #adadad;
  font-size: 14px;
  margin-left: -10px;
  padding: 15px 0 15px;
}

.information_job span {
  padding: 0 10px;
  color: #666666;
  font-size: 14px;
}

.job_item {
  position: relative;
}

.info_name_bar .information_name {
	float: left;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}

.info_name_bar .hq {
	float: left;
	margin-left: 10px;
	width: 45px;
	height: 32px;
	background: url("../../../images/great.png") 0 center no-repeat;
}
.info_name_bar .r_tag {
  float: left;height: 18px;line-height: 18px;font-size: 12px;margin-left: 5px;color: #fff;border-radius: 4px;
  background: #ffa57d url("../../../images/fab_ico.svg") 3px 3px no-repeat;background-size: 12px 12px;
  padding: 0 3px 0 17px;margin-top: 7px;
}

.job_item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 13px;
  background-color: #dddddd;
}

.inf_au .more {
  position: absolute;
  color: #999;
  font-size: 12px;
  height: 16px;
  cursor: pointer;left: 35px;bottom: 10px;
}
.inf_au .more .m_text {
  height: 16px;line-height: 16px;
}
.inf_au .authentication {
  float: left;
  color: #999999;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  margin-right: 10px;
}

.inf_au .authentication.phone_icon {
  background: url("../../../images/phone_icon.png") 0 center no-repeat;
}

.inf_au .authentication.wx_icon {
  background: url("../../../images/wx_icon.png") 0 center no-repeat;
}

.more_hover {
  width: 828px;
  height: 95px;
  background: #fff;
  box-shadow: 0px 0px 10px 2px #ccc;
  position: absolute;
  left: 0px;
  top: 23px;
  display: none;
}

.more:hover .more_hover {
  display: block;
}

.top_triangle {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 48px;
  top: -20px;
}

.hover_text {
  padding: 25px 0 21px 29px;
}

.item_text1 {
  width: 200px;
  display: inline-block;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}

.hover_text1 {
  margin-right: -180px;
  margin-bottom: 13px;
}

.item_text2 {
  margin-right: 277px;
}

.item_text1 span,
.item_text2 span {
  color: #666666;
  font-size: 14px;
}

.information_right {
  float: right;
}

.information_right p {
  color: #999;
  font-size: 12px;
  text-align: right;
}

.handle_box {
  margin-top: 29px;
}

.handle_box .btn {
  float: left;
  width: 170px;
  background: #1787fb;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 5px;
  margin-left: 33px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
}

.handle_box .btn:hover {
  background: #177ae0;
}

.collect {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  cursor: pointer;
}

.collect img {
  vertical-align: -2px;
}

.margin_right {
  margin-right: 30px;
}

.intention {
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.intention_title {
  padding: 45px 0 34px;
}

.title_item1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.title_item2 {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  padding: 4px 0;
  float: right;
}

.intention_item {
  margin-bottom: 25px;
}

.intention_item_text1 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 11px;
  font-weight: bold;
}

.intention_item_text2 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

.item_box {
  padding-bottom: 20px;
}

.contact_wraper {
  background: #fff;
  padding: 30px 30px 0;
}

.contact_list_box {
  width: 690px;
  float: left;
}

.contact_list_box .contact_item {
  position: relative;
  float: left;
  width: 215px;
  padding-left: 20px;
  margin: 0 130px 16px 0;
  font-size: 14px;
  color: #333;
}

.contact_list_box .contact_item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.contact_wraper .contact_title {
  color: #333333;
  font-size: 20px;
  padding: 0 0 35px;
  font-weight: bold;
}

.contact_btn_box {
  float: left;
  clear:both;
}

.contact_btn_box .contact_btn {
  padding: 10px 20px;
  color: #ffffff;
  background: #ff6600;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.contact_btn_box .contact_btn:hover {
  background: #ff772d;
}

.contact_box {
  padding-bottom: 30px;
}

.interview_wrapper {
  background: #fbfcfe;
  padding: 0 30px;
  /* height: 126px; */
}

.interview {
  padding: 23px 0;
}

.interview div {
  float: left;
}

.interview_box1 {
  width: 148px;
  text-align: center;
}

.interview_box1 img {
  padding: 12px 0 16px;
}

.interview_box1 p {
  color: #ff8c70;
  font-size: 12px;
  padding-bottom: 7px;
}

.interview_box2,
.interview_box3 {
  width: 313px;
}

.garden {
  width: 80px;
  height: 80px;
  background: #ff8c70;
  border-radius: 50%;
  margin: 0 17px 0 50px;
}

.garden2 {
  width: 70px;
  height: 70px;
  background: #fbfcfe;
  border-radius: 50%;
  margin: 5px;
  text-align: center;
  line-height: 70px;
  color: #333;
  font-size: 14px;
}

.interview_color {
  color: #ff8c70;
  font-size: 14px;
  margin: 0 2px;
}

.interview_text p {
  color: #666666;
  font-size: 14px;
}

.interview_text1 {
  padding: 16px 0;
}

.interview_text2 {
  padding: 12px 0;
}

.border_box {
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #f3f3f3;
  margin: 20px 0;
}

.border_left {
  float: left;
}

.border_right {
  float: right;
}

.tag_wrapper {
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  padding: 48px 30px;
}

.tag_title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.tag_wrapper .tag_list {
  margin-top: 38px;
}

.tag_list li {
  display: inline-block;
  padding: 2px 13px;
  font-size: 14px;
  color: #e6a75d;
  background: #fdf6ec;
  border-radius: 5px;
  border: 1px solid #faecd8;
  margin-right: 10px;
}

.synopsis {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0;
  white-space: pre-line;
  word-break: break-all;
}

.educate_wrapper {
  background: #fff;
  padding: 0 30px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.educate_padding {
  padding: 48px 0 30px;
}

.educate_padding2 {
  padding: 48px 0 35px;
}

.school_text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}

.school_text span {
  float: right;
  color: #999999;
  font-size: 14px;
}

.school_text2 {
  color: #333;
  font-size: 13px;
  margin-top: 10px;
}

.school {
  padding-bottom: 35px;
}

.work_wrapper {
  background: #ffffff;
  padding: 0 30px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.work_wrapper .item {
  margin-bottom: 10px;
}

.demand_con {
  color: #999;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

.demand_con p {
  padding-bottom: 8px;
  white-space: pre-line;
}

.post_text {
  padding: 10px 0;
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
}

.certificate_wrapper {
  background-color: #fff;
  padding: 0 30px 30px;
  border-bottom: 1px solid #f3f3f3;
}

.certificate_list li {
  float: left;
  color: #55a3ff;
  border: 1px solid #d9ecff;
  background: #ecf5ff;
  font-size: 14px;
  margin-right: 30px;
  margin-bottom: 15px;
  padding: 0px 15px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
}

.certificate_list li span {
  padding-left: 10px;
  border-left: 1px solid #c6deff;
  margin-left: 12px;
}

.img_list {
  padding-bottom: 10px;
}

.img_list li {
  float: left;
  margin-right: 20px;
  width: 110px;
  height: 110px;
}

.img_list li img {
  width: 100%;
  height: 100%;
}

.img_padding {
  padding: 46px 0 28px;
}

.right_sidebar {
  width: 280px;
  float: left;
  background: #fff;
  padding: 0 20px;
}

.right_code_box {
  text-align: center;
}

.right_code_box img {
  width: 110px;
  height: 110px;
}

.img_margin {
  margin: 42px 0 17px;
}

.right_code_box p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 36px;
  line-height: 20px;
}

.border {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.left_border,
.right_border {
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #f3f3f3;
  vertical-align: 4px;
}

.resume_box {
  padding: 37px 20px 40px;
}

.resume_box div {
  width: 100px;
  height: 75px;
  float: left;
  text-align: center;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}

.resume_box div p {
  padding-top: 12px;
  color: #999;
}

.comment {
  background: #fff;
  margin-top: 10px;
  padding: 0 30px 44px;
}

.comment_text {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

/* 各种联系方式 */
.resume_contact .details_wrapper {
  padding-bottom: 10px;
}
.resume_contact .details_wrapper .contact_details_title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 26px; */
}

.resume_contact .details_wrapper .contact_details {
  height: 130px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

.resume_contact .details_wrapper .contact_details .box_text {
  padding-top: 34px;
  padding-bottom: 16px;
}

.resume_contact .details_wrapper .contact_details .box_text2 {
  padding-top: 44px;
  padding-bottom: 6px;
}

.resume_contact .details_wrapper .contact_details .contact_btn {
  background: #1787fb;
  color: #fff;
  width: 120px;
  text-align: center;
  padding: 7px 0;
  font-size: 15px;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
}

.resume_contact .details_wrapper .contact_margin {
  margin-bottom: 48px;
}

/*滑动出现*/
.slide_wrapper {
  width: 100%;
  background: #fbfcfe;
  height: 88px;
  display: none;
  border-bottom: 1px solid #e3e3e3;
}

.slide_wrapper.beFixed {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}

.slide_wrapper2 {
  width: 1200px;
  margin: auto;
}

.slide_con {
  width: 1290px;
  margin: auto;
  float: left;
}

.left_con {
  width: 1000px;
}

.left_con .btn_box {
  float: right;
  margin-top: 24px;
}

.left_con .btn_box span {
  display: inline-block;
  padding: 10px 42px 10px 44px;
  color: #fff;
  font-size: 16px;
  background: #1787fb;
  border-radius: 5px;
  cursor: pointer;
}

.slide_img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 29px;
}

.slide_img img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.text_wrapper {
  margin-top: 11px;
  margin-bottom: 11px;
}

.work_text p {
  display: inline-block;
  color: #999;
}

.user_wrapper {
  padding: 8px 0 14px;
}

.user_text {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}

.user_list {
  display: inline-block;
  color: #666;
  font-size: 14px;
}

.user_list span {
  padding: 0 10px;
}

.work_margin {
  margin-right: 90px;
}

.work_text1 {
  color: #b6b7b7;
  font-size: 12px;
}

.work_text1 span {
  color: #666666;
  font-size: 12px;
  margin: 0 5px;
}

.invitaion_box {
  padding: 0 74px 0 42px;
}

.el-form-item {
  margin-bottom: 11px !important;
}

.el-select {
  width: 100%;
}
.code_pro{background:url("../../../images/code_pro_bg_94.jpg");width:940px;height:140px;font-family: "Microsoft YaHei", Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;font-size:0px;}
.code_pro .scan_code{width:270px;height:80px; float:right;margin-right:60px;margin-top:30px;cursor:pointer;box-shadow:0 2px 10px 0 rgba(0, 97, 67, 0.2)}
.code_pro .scan_code .scan_code_min_wrap{width:60px;height:60px;background: #169f62;display:inline-block;}
.code_pro .scan_code .scan_code_min_wrap div{background: url("../../../images/ewm_ico.png");width: 26px;height: 26px; margin: 17px;}
.code_pro .scan_code .scan_code_note{ height: 60px;width: 210px;background: #22ba76;color: #FFF;line-height: 60px;font-size: 20px;float: right;text-align: center;font-weight: bold;}
.code_pro .scan_code .scan_code_show{width: 100%;position: relative;z-index: 5;background: #FFF;box-shadow:0 2px 10px 0 rgba(0, 97, 67, 0.2);}
.code_pro .scan_code .scan_code_show .scan_code_tip{width:100%;height:20px;text-align: center;background: #FFF;color:#999;font-size:12px;line-height:20px;}
.code_pro .scan_code .scan_code_show .code{width:100%;height:250px;padding:30px 40px;}
.code_pro .scan_code .scan_code_show .code .loading{width:50px;height:50px;margin:70px;background:#FFF;}
.code_pro .scan_code .scan_code_show .code .qrcode{width:100%;height:100%;margin:0;background:#FFF;}
.common_arrow_gray_up{width: 13px;height: 9px;background: url("../../../images/arrow_ico.png") no-repeat;display: inline-block;transform:rotate(180deg);position:relative;left:34px;}
.common_arrow_gray_down{background: url("../../../images/arrow_ico.png") no-repeat;width:13px;height:9px;position:relative;left:46px;display:inline-block;}

.im-select-joblist-empty{
  height: 380px;
  width: 528px;
  float: left;
  position: relative;
}
.im-select-joblist-empty .emp_text {
  color: #666;
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 22px;
  left: 0;
  top: 80px;
  font-size: 16px;
}
.im-select-joblist-empty .emp_btn{
  color: #666;
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 22px;
  left: 0;
  top: 140px;
}