@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: 106px;
  height: 106px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.information_img img.avator {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.information_img img.sex_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
}

.information_text {
  float: left;
}

.information_job {
  color: #808080;
  font-size: 14px;
  margin-left: 0;
  padding: 15px 0 15px;
}

.information_job span {
  color: #808080;
  font-size: 14px;
  padding: 0 6px 0 0;
}

.job_item {
  position: relative;
}

.info_name_bar .information_name {
  float: left;
  color: #333333;
  font-size: 24px;
  margin-top: 12px;
  font-weight: bold;
}

.info_name_bar .hq {
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 45px;
  height: 32px;
  background: url("../../../images/resumeshow/memberType.png") 0 center no-repeat;
  background-size: 100%;
}

.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: 8px;
  width: 2px;
  height: 2px;
  background-color: #808080;
}

.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: #808080;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  padding-left: 0;
  margin-right: 0;
}

.inf_au .authentication .authenticationNum {
  color: #FF6B08;
}

.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;
}

.warning_box {
  box-sizing: border-box;
  padding: 10px 30px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}

.warning_box .warning_txt {
  width: 60%;
  float: left;
  color: #3590FF;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  padding-left: 10px;
  background: linear-gradient(to right, #F1F7FF, #ffffff);
}

.warning_box .warning_txt .report_btn {
  color: #FF6B08;
  border-bottom: 1px solid #FF6B08;
  cursor: pointer;
}

.warning_box .lately_data {
  width: 30%;
  float: right;
  color: #999999;
  text-align: right;
  height: 25px;
  line-height: 25px;
}

.warning_box .lately_data .lately_time {
  margin-right: 20px;
}

.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: 12px;
}

.hover_text1 {
  margin-right: -180px;
  margin-bottom: 13px;
}

.item_text2 {
  margin-right: 277px;
}

.item_text1 span,
.item_text2 span {
  color: #595959;
  font-size: 12px;
}

.information_right {
  float: right;
}

.information_right p {
  color: #999;
  font-size: 12px;
  text-align: right;
}

.handle_box {
  margin-top: 41px;
}

.handle_box .btn {
  float: left;
  width: 120px;
  background: #1787fb;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.handle_box .btn .iconStyle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 17px;
  top: 12px;
}

.handle_box .btn:hover {
  background: #177ae0;
}

.handle_box .chatBtn {
  background: #FF6B08;
}

.handle_box .chatBtn:hover {
  background: #FF6B08;
}

.collect {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  cursor: pointer;
}

.collect img {
  vertical-align: -2px;
}

.margin_right {
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
  border-radius: 2px;
}

.margin_right img {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.intention {
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.intention_title {
  padding: 30px 0 30px;
}

.title_item1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  background: url("../../../images/company/border-bg.png") 0 bottom no-repeat;
	background-size: 100% 3px;
  padding-bottom: 1px;
}

.title_item2 {
  display: inline-block;
  color: #FF6B08;
  font-size: 14px;
  padding: 3px 7px;
  float: right;
  border: 1px solid #FF6B08;
  border-radius: 2px;
}

.intention_item>p {
  margin-bottom: 15px;
}

.intention_item .title_dre,
.intention_item .title_type {
  color: #595959;
}

.intention_item .title_type {
  font-weight: bold;
  margin-right: 150px;
}

.intention_item .title_cntent {
  color: #222222;
  font-weight: bold;
}

.intention_item .title_money {
  color: #FF6B08;
}

.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: 15px;
}

.contact_wraper {
  background: #fff;
  padding: 30px 30px 0;
  border-bottom: 1px solid #f3f3f3;
}

.contact_list_box {
  width: 690px;
  float: left;
}

.contact_list_box .contact_item {
  position: relative;
  float: left;
  width: 225px;
  padding-left: 20px;
  margin: 0 100px 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 {
  margin-top: 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: 30px 30px 22px;
}

.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 5px;
  border-bottom: 1px solid #f3f3f3;
}

.educate_wrapper .item {
  margin-bottom: 25px;
}

.educate_padding {
  padding: 48px 0 30px;
}

.educate_padding2 {
  padding: 30px 0 30px;
}

.school_text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  width: 15%;
  float: left;
  text-align: left;
}

.educate_content {
  width: 84%;
  float: right;
  border-left: 1px dashed #8ABEFF;
  border-bottom: 1px dashed #8ABEFF;
  padding: 0 0 10px 15px;
  box-sizing: border-box;
  margin-top: 4px;
  position: relative;
}

.educate_content .circle_span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: -6.7px;
  background:#ffffff url("../../../images/resumeshow/circle.png") 0 center no-repeat;
  background-size: 100% 100%;
  /* box-sizing: border-box; */
}

.school_text span {
  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: 25px;
}

.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;
  color: #595959;
}

.post_text {
  padding: 0 0 10px;
  color: #157EFF;
  font-weight: bold;
  font-size: 13px;
}

.post_company_name {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.school_name {
  margin-bottom: 0;
}

.post_title {
  margin-bottom: 10px;
  color: #999999;
}

.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: 15px;
  width: 180px;
  height: 120px;
}

.img_list li img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.img_padding {
  padding: 30px 0 30px;
}

.right_sidebar {
  width: 280px;
  float: left;
}

.right_sidebar .right_sidebar_num1 {
  background: #ffffff;
  margin-bottom: 10px;
}

.right_sidebar_title {
  color: #222222;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
  font-weight: bold;
}

.right_sidebar_title span {
  width: 3px;
  height: 14px;
  background: #FF6600;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 3px;
}

.label_list .label_item {
  float: left;
  display: inline-block;
  color: #157EFF;
  background: #F1F8FF;
  margin: 0 12px 12px 0;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 2px;
}

.label_card_list .label_item {
  color: #595959;
  background: #F6F6F6;
}

.label_card_list .label_txt {
  color: #999999;
}

.right_sidebar .right_sidebar_model {
  margin-bottom: 0px;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #F5F5F5;
}

.right_code_box {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.right_code_box img {
  width: 95px;
  height: 95px;
  float: left;
}

.img_margin {
  margin: 17px 0;
}

.right_code_box p {
  float: left;
  font-size: 12px;
  width: 50%;
  line-height: 20px;
  text-align: left;
  margin: 42px 0 0 12px;
  color: #808080;
}

.right_code_box p span {
  font-size: 15px;
  font-weight: bold;
  color: #222;
}

.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: 20px 45px;
  border-top: 1px solid #F5F5F5;
}

.resume_box div {
  float: left;
  text-align: center;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}

.resume_box div.export_div {
  float: right;
}

.resume_box div p {
  color: #ffffff;
  background: #157EFF;
  border-radius: 3px;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.resume_box div.export_div p {
  border: 1px solid #157EFF;
  background: #fff;
  color: #157EFF;
}

.comment {
  background: #fff;
  margin-top: 10px;
  padding: 0 30px 44px;
}

.comment_text {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

/* 各种联系方式 */
.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: 54px;
	text-align: left;
	color: #FF6B08;
	font-size: 14px;
	border-radius: 4px;
	width: 100%;
	margin: 5px auto 30px;
	background: #FFF9F5;
	box-sizing: border-box;
}

.resume_contact .details_wrapper .contact_details .box_text {
  font-size: 14px;
	color: #FF6B08;
	height: 54px;
	line-height: 54px;
	margin: 0 15px;
	float: left;
}

.resume_contact .details_wrapper .contact_details .box_text2 {
  padding-top: 44px;
  padding-bottom: 6px;
}

.resume_contact .details_wrapper .contact_details .contact_btn {
  cursor: pointer;
	display: inline-block;
	background: #1787fb;
	color: #fff;
	width: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 13px;
	margin: auto;
	height: 26px;
	line-height: 26px;
	float: left;
	margin-top: 14px;
}

.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;
  z-index: 10;
}

.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: 40px;
}

.left_con .btn_box span {
  display: inline-block;
  width: 120px;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 16px;
  background: #1787fb;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.left_con .btn_box .chatBtn {
  background: #FF6B08;
  margin-right: 12px;
}

.left_con .btn_box span .iconStyle {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 17px;
  top: 12px;
}

.slide_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 29px;
  position: relative;
}

.slide_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.slide_img img.sex_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: initial;
}
.slide_img img.sex_icon_top {
  top: initial;
  bottom: 4px;
  right: 0;
  width: 25px;
  height: 25px;
}

.text_wrapper {
  margin-top: 11px;
  margin-bottom: 11px;
}

.work_text {
  font-weight: bold;
}

.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_work_status {
  color: #FF6B08;
  background: #FFF7F2;
  padding: 3px 12px;
  border-radius: 3px;
  margin-left: 12px;
}

.user_list {
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-bottom: 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;
}

.el-car-item {
	width: 100%;
	display: flex;
    align-items: center;
}

.el-car-item .top-img {
	width: 32%;
	height: 180px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 8px;
}
  .myImg .el-carousel__arrow--left{
    background: rgba(0,0,0,.4);
  }

  .myImg .el-carousel__arrow--right{
    background: rgba(0,0,0,.4);
  }

.information_left .invalid_resume{
  position: absolute;
  right: 0;
  top: 0;
  width: 369px;
  height: 100%;
  z-index: 999;
  background: linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0));
}
.information_left .invalid_resume img{
  display: block;
  width: 111px;
  height: 66px;
  float: right;
  margin: 34px 42px 0 0;
}