@charset "utf-8";

/* 顶部导航*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  z-index: 90;
}

.header .w1440 {
  padding: 0 120px;
  height: 68px;
}

.header .t1 {
  margin: 0 0 4px;
  font-family: AppleSystemUIFont;
  font-size: 22px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: bold;
}

.header .t2 {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: left;
}

.header .img_logo {
  margin: 0 12px 0 0;
  display: block;
  width: 48px;
  height: 48px;
}

.header .header_item {
  position: relative;
  margin: 0 0 0 40px;
  height: 68px;

  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;

  line-height: 68px;
}

.header .header_item.active {
  font-weight: bold;
  color: var(--normal);
}

/* 内容 */
.page_body {
  margin-top: 68px;
  min-height: calc(100vh - 416px);
}

/* 底部导航 */
.footer {
  padding: 56px 120px 25px;
  background-color: var(--normal);
}
.footer .w1440 {
  padding: 0 150px;
}
.footer .nav_wrap {
  margin: 0 125px 0 0;
}
.footer .t1 {
  margin: 0 0 10px;

  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
}
.footer .item {
  display: block;

  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  text-align: left;
}
.footer .beian {
  margin: 45px 0 0;

  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}
/* 左侧按钮 */
.g_left_box {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0;
  width: 94px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  z-index: 95;
}
.g_left_box .nav {
  display: block;

  font-weight: bold;
  font-size: 14px;
  color: #666666;
  line-height: 20px;

  cursor: pointer;
  text-align: center;
}
.g_left_box .nav + .nav {
  margin: 16px 0 0;
}
.g_left_box .icon {
  margin: 0 auto 8px;
  display: block;
  width: 48px;
  height: 48px;
}

/* 登录 */
.login_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../image/img_bg1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.login_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0 20px;
  width: 760px;
  height: 440px;
  background: #ffffff;
}

.login_box .g_icon_close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.login_box .left {
  padding: 0 50px;
}

.login_box .t1 {
  margin: 0 0 36px;

  font-weight: bold;
  font-size: 22px;
  color: #101010;
  line-height: 24px;
  text-align: left;
}

.login_box .input_row {
  margin: 0 0 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #eeeff0;
}

.login_box .icon {
  margin-right: 5px;
  display: block;
  width: 15px;
  height: 15px;
}

.login_box input {
  font-size: 15px;
  color: #333;
  line-height: 17px;
}

.login_box .get {
  font-size: 15px;
  color: #ff8559;
  line-height: 17px;
  text-align: right;

  cursor: pointer;
}

.login_box .icon_check {
  margin-right: 6px;
  display: block;
  width: 14px;
  height: 14px;
}

.login_box .btn_login {
  margin: 60px auto 0;
  width: 100%;
  height: 48px;
  background: #ff8559;
  border-radius: 5px;

  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}

.login_box .line {
  width: 1px;
  height: 260px;
  background: #d8d8d8;
}

.login_box .right {
  padding: 0 80px;
}

.login_box .icon_wx {
  margin-right: 5px;
  display: block;
  width: 24px;
  height: 20px;
}

.login_box .img_code {
  margin: 0 auto;
  display: block;
  width: 177px;
  height: 177px;
}

/* 登录 */

/* 首页 */
.index_part1 {
  padding: 20px 0;
  background: #f8f8f8;
}
.index_part1 .left_nav {
  padding: 30px 22px;
  margin: 0 20px 0 0;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.index_part1 .left_nav .nav {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  line-height: 20px;

  cursor: pointer;
}
.index_part1 .left_nav .nav + .nav {
  margin: 30px 0 0;
}
.index_part1 .left_nav .icon {
  margin: 0 13px 0 0;
  display: block;
  width: 48px;
  height: 48px;
}
.index_part1 .right_box {
  padding: 10px 10px 10px 40px;
  height: 500px;
  background-image: url("../image/img_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.index_part1 .right_box .t1 {
  margin: 0 0 14px;

  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  text-align: left;
}
.index_part1 .code_box {
  padding: 14px 22px;
  width: 372px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}
.index_part1 .code_box .img_code {
  margin-right: 14px;
  display: block;
  width: 100px;
  height: 100px;
}
.index_part1 .right_box .t2 {
  margin: 0 0 10px;

  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}
.index_part1 .right_box .t3 {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
}
.index_part1 .form_box {
  padding: 20px;
  width: 330px;
  height: 480px;
  background: #ffffff;
  border-radius: 6px;
  opacity: 0.9;
}
.index_part1 .key {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.index_part1 .value {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.index_part1 .icon_check {
  margin-right: 10px;
  display: block;
  width: 14px;
  height: 14px;
}
.index_part1 .agree {
  font-weight: bold;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  text-align: left;
}
.index_part1 .m-button {
  margin: 20px auto 0;
  width: 235px;
  height: 45px;
  background: #ff8559;
  border-radius: 23px;

  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
/* element ui */
.index_part1 .el-input__inner {
  padding-right: 0 !important;
  border: 0;
  text-align: right;
  height: 24px !important;
  line-height: 24px !important;
  vertical-align: top;

  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.index_part1 .el-input__icon {
  line-height: 24px;
}
.index_part1 .el-input .el-icon-arrow-down,
.index_part1 .el-input .el-icon-arrow-up {
  display: none;
}
.index_part1 .el-select {
  flex: 1;
}
.index_part1 .el-select__tags {
  max-width: unset !important;
  justify-content: flex-end;
}
.index_part1 .el-cascader {
  flex: 1;
  height: 24px;
}
.index_part1 .el-cascader .el-input {
  height: 24px;
}

.index_part1 .el-cascader__tags {
  left: unset;
  right: 0;
  height: 24px;
  justify-content: flex-end;
}
.index_part1 .el-cascader__tags .el-tag {
  max-width: 70%;
}

/* element ui */

.index_part2 {
  padding: 40px 0 30px;
  background-color: #fff;
}

/* 客户点评 */
.index_part3 {
  padding: 30px 0;
  background: #f8f8f8;
}
.index_comment_item {
  position: relative;
  margin: 0 18px 20px 0;
  padding: 16px 16px 50px;
  /* width: 388px; */
  width: calc((100% - 36px) / 3);
  min-height: 337px;
  background: #ffffff;
  border-radius: 11px;
}
.index_comment_item:nth-of-type(3n) {
  margin: 0 0 20px;
}

.index_comment_item .foot_row {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 50px;

  font-size: 12px;
  color: #555555;
  line-height: 14px;

  cursor: pointer;
}
.index_comment_item .foot_row .flex-1 + .flex-1 {
  border-left: 1px solid #eeeeee;
}

.index_comment_item .img_head {
  margin-right: 16px;
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.index_comment_item .icon_prove {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  width: 73px;
  height: 42px;
  background-size: 73px 42px;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: 0 0;
  background-image: url("../icon/icon_prove.png");
}
.index_comment_item .text {
  margin: 16px 0 0;

  font-size: 17px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
.index_comment_item .g_label {
  margin: 0 12px 12px 0;
}
.index_comment_item .img {
  margin: 0 8px 8px 0;
  display: block;
  width: 112px;
  height: 113px;
  border-radius: 6px;
}
.index_comment_item .img:nth-of-type(3n) {
  margin: 0 0 8px;
}
/* 首页 */

/* 简历人才库 */
.resume_talent_body {
  margin-top: 203px;
}
.resume_filter_wrap {
  padding: 30px 120px 0;
  margin: 0 auto;
  max-width: 1440px;
  height: 135px;
  background: #fefefe;
}
.resume_filter_wrap .type_title {
  margin-right: 20px;

  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
}
.resume_filter_wrap .item {
  margin: 0 30px 0 0;

  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;

  cursor: pointer;
}
.resume_filter_wrap .item.active {
  color: #ff8559;
}
.resume_filter_wrap .select_box {
  padding: 0 6px 0 16px;
  width: 390px;
  height: 45px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.resume_filter_wrap .key {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 45px;
  text-align: left;
}
/* element ui */
.resume_filter_wrap .el-input__inner {
  padding-right: 36px !important;
  border: 0;
  text-align: right;
  height: 45px !important;
  line-height: 45px !important;
  vertical-align: top;

  font-weight: bold;
  font-size: 14px;
  color: #333;

  background-color: #f7f9fc;
}
.resume_filter_wrap .el-select__tags {
  justify-content: flex-end;
}
.resume_filter_wrap .el-input__icon {
  line-height: 45px;
}
.resume_filter_wrap .el-select {
  flex: 1;
}

/* 简历列表 3个一行 */
.resume_talent_box {
  padding: 20px 0 54px;
  background: #f8f8f8;
}

.resume_talent_box .resume_item {
  padding: 17px 0 17px 17px;
  margin: 0 20px 20px 0;
  /* width: 386px; */
  width: calc((100% - 40px) / 3);
  background: #ffffff;
  border-radius: 11px;
}
.resume_talent_box .resume_item:nth-of-type(3n) {
  margin: 0 0 20px;
}
.resume_talent_box .resume_item .img {
  margin-right: 17px;
  display: block;
  width: 108px;
   height: 108px;
  border-radius: 8px;
  object-fit: cover;
}
.resume_talent_box .resume_item .name {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  line-height: 22px;
  text-align: left;
}
.resume_talent_box .g_label {
  margin: 10px 10px 0 0;
}
/* 简历详情 */
.resume_box1 {
  padding: 30px;
  background: #ffffff;
}

.resume_box1 .resume-title{
  margin-bottom: 20px;
}
.resume_box1 .img1 {
  margin-right: 30px;
  display: block;
  width: 390px;
  border-radius: 8px;
}
.menu-toggle {
  display: none;  /* 默认不显示折叠按钮 */
  cursor: pointer;
  font-size: 30px;
}

.menu-items {
  display: flex;
}
@media (max-width: 1024px) {
  .resume_box1 .resume-title.flex-box{
    flex-direction: column;
    align-items: flex-start;
  }
  .resume_box1 .img1 {
    width: 40%;
  }
  .header .header_item{
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .menu-items {
    display: none;
    align-items: baseline;
    flex-direction: column;
    position: absolute;
    top: 60px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .menu-items.open {
    display: flex; /* 当菜单被点击时显示菜单项 */
  }

  .menu-toggle {
    display: block; /* 显示折叠按钮 */
  }

  .menu-items a {
    margin: 10px 0;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .resume_box1 .img1 {
    width: 100%;
    margin-right: 0; /* 移动端可能不需要右边距 */
  }
}
.resume_box1 .text1 {
  margin-right: 15px;

  font-weight: bold;
  font-size: 22px;
  color: #101010;
  line-height: 40px;
  text-align: left;
}
.resume_box1 .text2 {
  margin: 0 0 15px;

  font-size: 14px;
  color: #555555;
  line-height: 30px;
  text-align: left;
}

.resume_box1 .g_label_green {
  margin: 0 10px 10px 0;
}
.resume_box1 .info_item {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 15px;
  align-items: flex-start;
}
.resume_box1 .key {
  display: flex;
  justify-content: space-between;
  margin-right: 24px;
  width: 4em;
  color: #898989;
}
.resume_box1 .value {
  color: #101010;
}
.resume_box1 .g_label {
  margin: 0 10px 10px 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.resume_box1 .btn1 {
  margin-right: 15px;
  width: 188px;
  height: 45px;
  background: #37c083;
  border-radius: 23px;

  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}

.resume_box1 .btn2 {
  margin-right: 15px;
  width: 188px;
  height: 45px;
  background: #ff9066;
  border-radius: 23px;

  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
.resume_box1 .btn3 {
  margin-left: 28px;

  font-size: 11px;
  color: #555555;
  line-height: 13px;
}
.resume_box1 .icon {
  margin: 0 auto 3px;
  display: block;
  width: 23px;
  height: 23px;
}
.resume_intro_box1 {
  padding: 30px 30px 20px;
  background: #ffffff;
}
.resume_intro_box1 .title1 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
.resume_intro_box1 .text1 {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}
.resume_intro_box1 .personal_evaluation {
  font-weight: bold;
  font-size: 15px;
  color: #003875;
  line-height: 16px;
}
.resume_intro_box1 .icon_yinhao {
  display: block;
  width: 30px;
  height: 30px;
}
.resume_intro_box1 .text2 {
  padding: 3px 0 10px 15px;

  font-size: 14px;
  color: #003875;
  line-height: 24px;
  text-align: left;
}
.resume_intro_box1 .line {
  margin-right: 10px;
  width: 60px;
  height: 1px;
  border: 1px solid rgba(0, 56, 117, 0.3);
}
.resume_intro_box1 .img1 {
  margin: 0 16px 10px 0;
  display: block;
  width: 176px;
  height: 150px;
  border-radius: 9px;
  object-fit: cover;
}
.resume_intro_box1 .img1 img{
  display: block;
  width: 176px;
  height: 150px;
  border-radius: 9px;
  object-fit: cover;
}
.resume_intro_box1 .img1:nth-of-type(6n) {
  margin: 0 0 10px;
}
.resume_intro_box1 .video1 {
  margin: 0 18px 10px 0;
  display: block;
  width: 272px;
  height: 197px;
  border-radius: 9px;
  object-fit: cover;
}
.resume_comment_box1 {
  background-color: #fff;
}
.resume_comment_box1 .title1 {
  padding: 30px 20px 8px 30px;

  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
.resume_comment_box1 .comment_item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.resume_comment_box1 .img_head {
  margin-right: 10px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.resume_comment_box1 .text {
  margin: 10px 0 0;

  font-size: 15px;
  color: #333333;
  line-height: 21px;
  text-align: left;
}
.resume_comment_box1 .g_label {
  margin: 10px 10px 0 0;
}

.resume_comment_box1 .img {
  margin: 11px 8px 0 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.resume_comment_box1 .more {
  margin: 0 0 0 auto;
  width: 100px;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
}
.resume_rec_box1 {
  position: relative;
  margin: 40px 0 0;
}

/* 发表评论 */
.publish_comment_wrap {
  padding: 27px 270px 64px;
}
.publish_comment_wrap .title1 {
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: left;
}
.publish_comment_wrap .icon_arrow1 {
  display: block;
  width: 12px;
  height: 12px;
}
.publish_comment_wrap .user .img_head {
  margin-right: 15px;
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 8px;
}
.publish_comment_wrap .user .g_label {
  margin: 10px 10px 0 0;
}
.publish_comment_wrap .el-rate {
  height: 34px;
}
.publish_comment_wrap .el-rate__icon {
  margin-right: 12px;
  font-size: 34px;
}

.publish_comment_wrap .textarea {
  padding: 20px;
  margin: 0 0 30px;
  height: 470px;
  background: #f7f9fc;
  border-radius: 10px;

  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
.publish_comment_wrap .g_label1 {
  margin: 0 10px 10px 0;
}
.publish_comment_wrap .btn_prove {
  margin-left: 30px;

  font-size: 15px;
  color: #101010;
  line-height: 17px;
  text-align: left;

  cursor: pointer;
}

/* 选择弹窗 */
.select_servant_pop {
  top: 68px;
  left: 0;
  right: 0;
  transform: unset !important;
  padding: 25px 120px 40px;
  min-height: 400px;
  background: #ffffff;
}
.select_servant_pop .input_box {
  padding: 0 15px;
  width: 335px;
  height: 45px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #cfcfcf;

  font-size: 14px;
  line-height: 15px;
}
.select_servant_pop .input_box span {
  color: #ff5231;
}
.select_servant_pop .filter_row .m-button {
  width: 110px;
  height: 45px;
  background: #ff9066;
  border-radius: 25px;

  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;

  cursor: pointer;
}
.select_servant_pop .btn_create {
  margin: 5px auto 0;
  width: 250px;
  height: 50px;
  background: rgba(255, 144, 102, 0.1);
  border-radius: 25px;
  border: 1px solid rgba(255, 144, 102, 0.5);

  font-size: 15px;
  color: #ff9066;
  line-height: 17px;
  text-align: center;

  cursor: pointer;
}
.select_servant_pop .btn_create img {
  margin-right: 5px;
  display: block;
  width: 15px;
  height: 15px;
}

.select_servant_pop .nothing_wrap {
  padding: 15px 0 20px;

  font-size: 15px;
  color: #898989;
  line-height: 17px;
  text-align: center;
}
.select_servant_pop .icon_nothing {
  margin: 0 auto 25px;
  display: block;
  width: 81px;
  height: 76px;
}
/* 红黑榜 */
.rossoneri_list_wrap {
  padding: 0 0 24px;
}

.rossoneri_list_wrap .g_filter_row {
  padding: 24px 0 20px;
}

/* 红黑榜列表 */
.rossoneri_list_wrap .rossoneri_item {
  margin: 0 0 20px;
  padding: 15px 20px 8px;
  width: 100%;
  min-height: unset;
}

.rossoneri_list_wrap .rossoneri_item .img_head {
  width: 42px;
  height: 42px;
}

.rossoneri_list_wrap .rossoneri_item .icon_prove {
  top: 15px;
}
.rossoneri_list_wrap .rossoneri_item .text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 21px;
}
.rossoneri_list_wrap .rossoneri_item .g_label {
  padding: 0 6px;
  margin: 0 10px 10px 0;
  height: 24px;
  line-height: 24px;
}
.rossoneri_list_wrap .rossoneri_item .img {
  margin: 0 8px 8px 0;
  width: 100px;
  height: 100px;
}
.rossoneri_list_wrap .rossoneri_item .action {
  font-size: 11px;
  color: #555555;
  line-height: 11px;
  text-align: left;

  cursor: pointer;
}

.rossoneri_list_wrap .rossoneri_item .img_head1 {
  margin: 0 5px 0 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.rossoneri_list_wrap .rossoneri_item .comment_text {
  margin: 0 0 12px;

  font-size: 15px;
  line-height: 21px;
  text-align: left;
}
/* 红黑榜详情 */
.rossoneri_detail_wrap {
  padding: 20px 0 32px;
}
.rossoneri_detail1 {
  position: relative;
  padding: 15px 30px 34px 20px;
  margin: 0 0 20px;
  background: #ffffff;
}
.rossoneri_detail1 .rossoneri_swiper1 {
  width: 560px;
  /*height: 424px;*/
  border-radius: 5px;
}
.rossoneri_detail1 .rossoneri_swiper1 .img {
  display: block;
  width: 560px;
  /*height: 424px;*/
  border-radius: 5px;
  /*object-fit: cover;*/
}
.rossoneri_detail1 .rossoneri_swiper1 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
}
.rossoneri_detail1 .rossoneri_swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
}
.rossoneri_detail1 .right_wrap {
  padding: 14px 0 14px 30px;
}
.rossoneri_detail1 .text1 {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 15px;
}
.rossoneri_detail1 .icon_prove {
  position: absolute;
  right: 30px;
  top: 15px;
  display: block;
  width: 73px;
  height: 42px;
  background-size: 73px 42px;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: 0 0;
  background-image: url("../icon/icon_prove.png");
}
.rossoneri_detail1 .text2 {
  font-size: 15px;
  color: #333333;
  line-height: 28px;
  text-align: left;
}
.rossoneri_detail1 .g_label {
  padding: 0 6px;
  margin: 0 10px 10px 0;
  height: 24px;
  line-height: 24px;
}
.rossoneri_detail1 .people_card {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.rossoneri_detail1 .img_head1 {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 6px;
}
.rossoneri_detail1 .text3 {
  font-size: 15px;
  color: #101010;
  line-height: 15px;
  text-align: left;
}
.rossoneri_detail1 .text4 {
  font-size: 12px;
  color: #08b266;
  line-height: 12px;
  text-align: left;
}
.rossoneri_detail1 .text5 {
  font-size: 12px;
  color: #898989;
  line-height: 13px;
  text-align: left;
}
.rossoneri_detail1 .text6 {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.rossoneri_detail1 .img_head2 {
  margin-left: -12px;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.rossoneri_detail1 .more {
  margin-left: -12px;
  width: 44px;
  height: 44px;
  background: #ff8559;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.rossoneri_detail1 .more span {
  margin: 0 2.5px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}
.rossoneri_detail1 .el-rate {
  height: 16px;
}
/* 12详情 */
.rossoneri_detail1 .img_head {
  margin-right: 15px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.rossoneri_detail1 .img_comment {
  margin: 0 0 20px;
  display: block;
  max-width: 100%;
  width: 432px;
  height: auto;
  border-radius: 5px;
}

/* 上传 */
.upload_picture_video {
  padding: 27px 0 50px;
}
.upload_picture_video .w1440 {
  max-width: 900px;
}
.upload_picture_video .title1 {
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: left;
}
.upload_picture_video .textarea {
  padding: 20px;
  background: #f7f9fc;
  border-radius: 10px;

  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
.upload_picture_video .btn_select {
  width: 110px;
  height: 40px;
  background: rgba(255, 144, 102, 0.1);
  border-radius: 25px;
  border: 1px solid rgba(255, 144, 102, 0.5);

  font-size: 15px;
  color: #ff9066;
  line-height: 40px;

  cursor: pointer;
}
.upload_picture_video .btn_select .icon_add {
  margin-right: 5px;
  display: block;
  width: 15px;
  height: 15px;
}
.upload_picture_video .select_wrap {
  padding: 0 0 30px;
  min-height: 142px;
}
.upload_picture_video .servant_card {
  margin: 0 20px 20px 0;
  padding: 17px;
  width: 387px;
  background: #f7f9fc;
  border-radius: 11px;
}
.upload_picture_video .servant_card .img1 {
  margin-right: 17px;
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 8px;
}
.upload_picture_video .servant_card .text1 {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  line-height: 21px;
  text-align: left;
}
.upload_picture_video .servant_card .g_label {
  margin: 10px 10px 0 0;
}
/*  */
.hire_servant_wrap .w1440 {
  max-width: 600px;
}
.hire_servant_wrap .heading {
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: left;
}
.hire_servant_wrap .title1 {
  margin: 0 0 18px;

  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
}
.hire_servant_wrap .work_type {
  position: relative;
  padding: 8px 20px 3px 10px;
  min-height: 45px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.hire_servant_wrap .work_type .g_label_green {
  margin: 0 5px 5px 0;
}
.hire_servant_wrap .work_type .el-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.hire_servant_wrap .g_label1 {
  min-width: 60px;
  margin: 0 10px 10px 0;
}
.hire_servant_wrap .job_function {
  position: relative;
  padding: 0 20px 0 16px;
  min-height: 50px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.hire_servant_wrap .job_function .el-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.hire_servant_wrap .job_function .g_label {
  margin: 0 10px 10px 0;
  height: 33px;
  line-height: 33px;
}
.hire_servant_wrap .g-btn1 {
  margin-bottom: 155px;
}
/* 14服务项目 */
.service_list_wrap {
  padding: 0 0 30px;
}
.service_list_wrap .g_service_item {
  margin: 0 25px 35px 0;
}
.service_list_wrap .g_service_item:nth-of-type(4n) {
  margin: 0 0 35px;
}
/* 15服务详情 */
.service_detail_wrap {
  padding: 20px 0;
}
.service_detail1 {
  padding: 30px;
  background: #ffffff;
  border-radius: 6px;
}
.service_detail1 .img1 {
  display: block;
  width: 635px;
  /*height: 395px;*/
}
.service_detail1 .right_wrap {
  padding: 15px 0 25px 30px;
  min-height: 395px;
}
.service_detail1 .name {
  margin: 0 0 35px;

  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: justify;
}
.service_detail1 .price {
  font-size: 14px;
  color: #ed253f;
  line-height: 40px;
}
.service_detail1 .num {
  font-size: 28px;
  font-weight: bold;
}
.service_detail1 .text1 {
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  text-align: left;
}
.service_detail1 .btn_buy {
  display: block;
  width: 188px;
  height: 45px;
  background: #ff9066;
  border-radius: 23px;

  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
.service_detail1 .action {
  margin: 0 0 0 35px;

  font-size: 11px;
  color: #555555;
  line-height: 12px;
  text-align: center;

  cursor: pointer;
}
.service_detail1 .action i {
  margin: 0 auto 1px;
}
.service_detail_wrap .g_filter_row {
  position: static;
  padding: 30px 0 33px;
}
.service_detail_wrap .g_filter_row .filter_tab1 {
  height: 36px;
  line-height: 36px;
}
.service_detail_wrap .g_filter_row .filter_tab1::after {
  bottom: -10px;
}
.service_detail_wrap .right_rec_box {
  margin: 0 0 0 20px;
  padding: 30px 20px 5px;
  width: 320px;
  background: #ffffff;
  border-radius: 6px;
}
.service_detail_wrap .right_rec_box .title {
  margin: 0 0 26px;

  font-weight: bold;
  font-size: 22px;
  color: #101010;
  line-height: 30px;
  text-align: left;
}
.service_detail_wrap .right_rec_box .g_service_item {
  margin: 0 0 35px;
}

.service_detail_wrap .service_detail_box {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 6px;

  font-size: 14px;
  color: #101010;
  line-height: 24px;
  text-align: left;
}
.service_detail_wrap .service_detail_box div {
  margin: 0 0 20px;
}
.service_detail_wrap .service_detail_box .img {
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
.service_detail_wrap .course_list_item {
  margin: 0 0 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;

  font-size: 16px;
  color: #898989;
  line-height: 28px;
  text-align: left;
}
.service_detail_wrap .course_list_item .img {
  margin-right: 26px;
  display: block;
  width: 250px;
  height: 160px;
  border-radius: 10px;
}
.service_detail_wrap .course_list_item .name {
  margin: 0 0 8px;

  font-size: 20px;
  color: #101010;
  line-height: 28px;
  text-align: left;
}
.service_detail_wrap .g_comment_wrap {
  border-radius: 6px;
}
/* 15确认订单 */
.comfirm_order_wrap {
  padding: 50px 0 100px;
}
.comfirm_order_wrap .w1440 {
  max-width: 960px;
}
.comfirm_order_wrap .heading {
  font-weight: bold;
  font-size: 28px;
  color: #101010;
  line-height: 30px;
  text-align: left;
}

.comfirm_order_wrap .price {
  font-size: 14px;
  color: #ed253f;
  line-height: 40px;
}
.comfirm_order_wrap .num {
  font-size: 28px;
  font-weight: bold;
}

.comfirm_order_wrap .img1 {
  margin-right: 30px;
  display: block;
  width: 273px;
  height: 170px;
  border-radius: 8px;
}
.comfirm_order_wrap .name {
  padding: 0 0 70px;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: justify;
}
.comfirm_order_wrap .goods {
  padding: 0 0 44px;
  border-bottom: 1px solid #e3e3e3;
}
.comfirm_order_wrap .order_info {
  margin: 0 0 78px auto;
  width: 645px;
}
.comfirm_order_wrap .order_info .key {
  font-size: 18px;
  color: #858585;
  line-height: 25px;
  text-align: left;
}
.comfirm_order_wrap .order_info .value {
  font-weight: bold;
  font-size: 18px;
  color: #101010;
  line-height: 25px;
  text-align: left;
}

.comfirm_order_wrap .order_info .total {
  padding: 28px 0 0;
  border-top: 1px solid #e3e3e3;

  font-weight: bold;
  font-size: 23px;
  color: #101010;
  line-height: 44px;
  text-align: left;
}
.comfirm_order_wrap .pay_row {
  padding: 0 0 64px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e3e3e3;

  font-weight: bold;
  font-size: 28px;
  color: #101010;
  line-height: 75px;
  text-align: left;
}
.comfirm_order_wrap .pay_row .icon {
  margin: 0 45px 0 0;
  display: block;
  width: 286px;
  height: 75px;
  cursor: pointer;
}
.comfirm_order_wrap .pay_num {
  margin-right: 43px;
  font-weight: bold;
  font-size: 23px;
  color: #101010;
  line-height: 44px;
}
.comfirm_order_wrap .btn_pay {
  width: 236px;
  height: 60px;
  background: #ff8559;
  border-radius: 5px;

  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;

  cursor: pointer;
}
/* 支付弹窗 */
.pay_pop_wrap {
  padding: 50px 50px 60px;
  width: 1210px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}
.pay_pop_wrap .text1 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: left;
}
.pay_pop_wrap .text2 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
}
.pay_pop_wrap .img {
  margin: 0 auto 10px;
  display: block;
  width: 212px;
  height: 212px;
}
.pay_pop_wrap .text3 {
  margin: 0 0 48px;

  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.pay_pop_wrap .btn_pay {
  margin: 0 auto;
  width: 220px;
  height: 55px;
  background: #ff8559;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}
.pay_pop_wrap .g_icon_close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 5;
}

/* 隐私弹窗 */
.agree_pop_wrap {
  padding: 30px 50px;
  width: 610px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.agree_pop_wrap .text1 {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: center;
  font-style: normal;
}
.agree_pop_wrap .text2{
  margin: 0 0 30px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20px;
color: #333333;
line-height: 30px;
text-align: left;
font-style: normal;
}
.agree_pop_wrap .text2 span{
  color: rgb(78, 162, 255);
}
.agree_pop_wrap .text2 a{
  color: rgb(78, 162, 255);
}
.agree_pop_wrap .btn_1{
  margin: 0 auto;
  width: 220px;
  height: 55px;
  border:1px solid #ff8559;
  border-radius: 100px;
  font-size: 18px;
  color: #ff8559;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.agree_pop_wrap .btn_2{
  margin: 0 auto;
  width: 220px;
  height: 55px;
  background: #ff8559;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  cursor: pointer;

}
/*  */
.comfirm_success {
  padding: 132px 0;

  font-size: 15px;
  color: #555555;
  line-height: 15px;
  text-align: center;
}
.comfirm_success .icon_success {
  margin: 0 auto 10px;
  display: block;
  width: 50px;
  height: 50px;
}
.comfirm_success .nav {
  margin: 32px auto 0;
  display: block;
  width: 150px;
  height: 45px;
  background: #ff8559;
  border-radius: 23px;

  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
/* 简历相关 */
.resume_wrap {
  padding: 20px 0 80px;
}

.resume_wrap .progress_box {
  margin: 0 0 0 24px;
  padding: 10px 30px 10px 24px;
  width: 330px;
  border: 1px solid #e2e2e2;
}
.resume_wrap .progress_box .row {
  height: 60px;

  font-size: 14px;
  line-height: 60px;
  text-align: left;
}
.resume_wrap .progress_box .icon {
  margin-right: 24px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position: 0 0;
}
.resume_wrap .progress_box .icon1 {
  background-image: url("../icon/icon_resume1.png");
}
.resume_wrap .progress_box .icon2 {
  background-image: url("../icon/icon_resume2.png");
}
.resume_wrap .progress_box .icon3 {
  background-image: url("../icon/icon_resume3.png");
}
.resume_wrap .progress_box .icon4 {
  background-image: url("../icon/icon_resume4.png");
}
.total_score_box {
  padding: 30px 0;
  width: 100%;
  background: rgba(255, 133, 89, 0.07);
  border-radius: 6px;
  border: 1px solid #ff8559;
  text-align: center;
}
.total_score_box .text1 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #ff8559;
  line-height: 20px;
}
.total_score_box .text2 {
  font-size: 13px;
  color: #666666;
  line-height: 14px;
}
.resume_nav_box {
  padding: 30px 25px 30px 30px;
  margin: 0 0 30px;
  display: block;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.resume_nav_box .text1 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 24px;
}
.resume_nav_box .text2 {
  font-weight: 400;
  font-size: 15px;
  color: #898989;
  line-height: 16px;
}
.resume_nav_box .btn1 {
  margin: 0 auto;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ff6e3a;
  font-weight: 400;
  font-size: 15px;
  color: #ff6e3a;
  line-height: 50px;
  text-align: center;
}
/*  */
.resume_edit_box {
  margin: 0 0 30px;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.resume_edit_box .heading {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 24px;
}
.resume_edit_box .icon_head {
  margin: 0 auto 24px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.resume_edit_box .btn_up {
  position: relative;
  margin: 0 auto 30px;
  width: 140px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #555555;
  line-height: 36px;
  text-align: center;
}
.resume_edit_box .btn_up input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.resume_edit_box .title1 {
  margin: 0 0 17px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.resume_edit_box .g_input {
  margin: 0 0 20px;
  padding: 0 15px 0 20px;
}
.resume_edit_box div.g_input {
  position: relative;
  padding: 5px 15px 5px 20px;
  cursor: pointer;
  min-height: 45px;
  height: unset;
}
.resume_edit_box div.g_input .el-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer;
}
.resume_edit_box div.g_input .el-date-editor.el-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer !important;
}
.resume_edit_box div.g_input .el-input--prefix .el-input__inner {
  cursor: pointer !important;
}
.resume_edit_box div.g_input .el-cascader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer !important;
}
.resume_edit_box .upload_id_card {
  position: relative;
  width: 165px;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  text-align: center;
}
.resume_edit_box .upload_id_card .img_upload {
  margin: 0 0 15px;
  display: block;
  width: 165px;
  height: 107px;
}
.resume_edit_box .upload_id_card .input_id_card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.resume_edit_box .gender {
  margin-right: 20px;
  width: 70px;
  height: 45px;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  color: #333333;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.resume_edit_box .gender.active {
  background: var(--normal);
  border: 0;
  color: #ffffff;
}
.resume_edit_box .g_label {
  margin: 5px 10px 5px 0;
}
.resume_edit_box .btn_cancel {
  width: 76px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid var(--normal);
  font-size: 14px;
  color: var(--normal);
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.resume_edit_box .btn_save {
  margin: 0 0 0 20px;
  width: 76px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--normal);
  font-size: 14px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.resume_edit_box .g_textarea {
  height: 160px;
  padding: 15px;
}
.resume_edit_box .upload_pic {
  position: relative;
  margin: 0 10px 10px 0;
  width: 130px;
  height: 100px;
  border-radius: 8px;
}
.resume_edit_box .upload_pic .img_pic {
  display: block;
  width: 130px;
  height: 100px;
  border-radius: 8px;
}
.resume_edit_box .upload_pic .del {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 130px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
}
.resume_edit_box .upload_pic .del::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../icon/icon_del.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.resume_edit_box .upload_pic .input_upload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.resume_edit_box .info_wrap {
  padding: 0 0 30px;
}
.resume_edit_box .info_wrap .img_head {
  margin-right: 20px;
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 8px;
}
.resume_edit_box .info_wrap .name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #101010;
  line-height: 18px;
}
.resume_edit_box .info_wrap .info {
  padding: 0 0 7px;
  font-size: 15px;
  color: #555555;
  line-height: 15px;
  text-align: left;
}
.resume_edit_box .info_row {
  font-size: 15px;
  color: #555555;
  line-height: 15px;
}
.resume_edit_box .info_row + .info_row {
  margin-top: 20px;
}
.resume_edit_box .exp_text {
  font-weight: bold;
  font-size: 15px;
  color: #555555;
  line-height: 26px;
  text-align: left;
}
/* 关于我们 */
.about_us_wrap .about_us_content {
  padding: 20px 0 25px;
}
.about_us_wrap .about_us_content .img {
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
.about_us_wrap .about_us_content .text1 {
  margin: 0 0 16px;
  font-size: 13px;
  color: #101010;
  line-height: 18px;
  text-align: justify;
}
/* 机构 */
.organization_wrap {
  padding: 20px 0;
}
.organization_wrap .title1 {
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 40px;
  text-align: left;
}
.organization_wrap .organization_item {
  margin: 0 20px 20px 0;
  padding: 55px 40px 0;
  /* width: 285px; */
  width: calc((100% - 60px) / 4);
  height: 345px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
}
.organization_wrap .organization_item:nth-of-type(4n) {
  margin: 0 0 20px;
}
.organization_wrap .organization_item .logo {
  margin: 0 auto 34px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.organization_wrap .organization_item .name {
  font-weight: bold;
  font-size: 18px;
  color: #101010;
  line-height: 18px;
}
.organization_wrap .organization_item .intro {
  font-size: 12px;
  color: #898989;
  line-height: 12px;
}
.organization_wrap .organization_item .icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.organization_wrap .organization_item .icon1 {
  background-image: url("../icon/icon_org1.png");
}
.organization_wrap .organization_item .icon2 {
  background-image: url("../icon/icon_org2.png");
}
.organization_wrap .organization_item .img_qrcode {
  margin: 0 auto 20px;
  display: block;
  width: 198px;
  height: 198px;
}
.organization_wrap .organization_item .tip {
  font-size: 15px;
  color: #555555;
  line-height: 15px;
}
/* 机构介绍 */
.organization_box .organization_row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.organization_box .organization_row .img_logo {
  margin-right: 30px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 13px;
}
.organization_box .organization_row .name {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 26px;
}
.organization_box .organization_row .intro {
  font-size: 14px;
  color: #898989;
  line-height: 16px;
}
.organization_box .organization_row .img_qrcode {
  margin: 0 auto 8px;
  display: block;
  width: 112px;
  height: 112px;
}
.organization_box .organization_row .tip {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.organization_tab {
  height: 60px;
  background: #ff5e5e;
}
.organization_tab .tab_item {
  position: relative;
  height: 60px;
  font-size: 15px;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
}
.organization_tab .tab_item + .tab_item {
  margin-left: 30px;
}
.organization_tab .tab_item.active {
  font-weight: bold;
  font-size: 18px;
}
.organization_tab .tab_item.active::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 15.5px;
  height: 6.5px;
  background-size: 15.5px 6.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../icon/icon_tab.png");
}

/*  */
.organization_block1 {
  padding: 40px 0 70px;
}
.organization_block1 .resume_comment_box1 .g_label {
  margin: 10px 10px 0 0;
  background: rgba(254, 151, 60, 0.1);
  color: #fd963e;
}
.organization_block2 .resume_talent_box {
  padding: 20px 0 40px;
}
.organization_block3 .hire_servant_wrap {
  padding: 24px 0 153px;
}
/* 个人中心 */
.personal_data_wrap {
  padding: 20px 0 30px;
}
.personal_data_wrap .user_box {
  margin: 0 0 20px;
  padding: 25px 0 0;
  width: 385px;
  height: 218px;
  background: #ff8559;
  border-radius: 6px;
  text-align: center;
}
.personal_data_wrap .user_box .head {
  margin: 0 auto 15px;
  padding: 6px;
  width: 118px;
  height: 118px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.personal_data_wrap .user_box .head img {
  margin: 0 auto;
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
}
.personal_data_wrap .user_box .name {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
}
.personal_data_wrap .user_box .phone {
  font-size: 15px;
  color: #ffffff;
  line-height: 15px;
}
.personal_data_wrap .nav_box {
  margin: 0 0 20px;
  width: 385px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.personal_data_wrap .nav_box .item {
  padding: 0 20px;
  display: block;
  height: 78px;
  font-size: 17px;
  color: #101010;
  line-height: 78px;
  cursor: pointer;
}
.personal_data_wrap .help_box .item {
  height: unset;
}
.personal_data_wrap .help_box .item .inner {
  padding: 26px 0;
  line-height: 24px;
}
.personal_data_wrap .nav_box .item.active {
  background: var(--normal);
  color: #fff;
}
.personal_data_wrap .nav_box .item + .item .inner {
  border-top: 1px solid #eeeff0;
}
.personal_data_wrap .nav_box .icon {
  margin-right: 20px;
  display: block;
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.personal_data_wrap .nav_box .icon1 {
  background-image: url("../icon/icon_link1.png");
}
.personal_data_wrap .nav_box .active .icon1 {
  background-image: url("../icon/icon_link1on.png");
}
.personal_data_wrap .nav_box .icon2 {
  background-image: url("../icon/icon_link2.png");
}
.personal_data_wrap .nav_box .active .icon2 {
  background-image: url("../icon/icon_link2on.png");
}
.personal_data_wrap .nav_box .icon3 {
  background-image: url("../icon/icon_link3.png");
}
.personal_data_wrap .nav_box .active .icon3 {
  background-image: url("../icon/icon_link3on.png");
}
.personal_data_wrap .nav_box .icon4 {
  background-image: url("../icon/icon_link4.png");
}
.personal_data_wrap .nav_box .active .icon4 {
  background-image: url("../icon/icon_link4on.png");
}
.personal_data_wrap .nav_box .icon5 {
  background-image: url("../icon/icon_link5.png");
}
.personal_data_wrap .nav_box .active .icon5 {
  background-image: url("../icon/icon_link5on.png");
}
.personal_data_wrap .nav_box .icon6 {
  background-image: url("../icon/icon_link6.png");
}
.personal_data_wrap .nav_box .active .icon6 {
  background-image: url("../icon/icon_link6on.png");
}
.personal_data_wrap .nav_box .icon7 {
  background-image: url("../icon/icon_link7.png");
}
.personal_data_wrap .nav_box .active .icon7 {
  background-image: url("../icon/icon_link7on.png");
}
/* 个人中心右侧 */
.personal_data_wrap .heading {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 24px;
}
/* right_block1 */
.personal_data_wrap .right_block1 .btn_new {
  display: block;
  width: 95px;
  height: 38px;
  background-size: 95px 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../icon/icon_new.png");
}
.personal_data_wrap .my_resume_list .item {
  margin: 0 0 20px;
  padding: 20px 30px 20px 25px;
  background: #ffffff;
  border-radius: 10px;
}
.personal_data_wrap .my_resume_list .head_row {
  margin: 0 0 13px;
  font-size: 13px;
  color: #898989;
  line-height: 13px;
}
.personal_data_wrap .my_resume_list .head_box {
  position: relative;
  margin: 0 15px 0 0;
}
.personal_data_wrap .my_resume_list .img_head {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
.personal_data_wrap .my_resume_list .open {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 17px;
  background: #ff6e3a;
  border-radius: 7px 0px 5px 0px;
  font-size: 10px;
  color: #ffffff;
  line-height: 17px;
  text-align: left;
  text-align: center;
}
.personal_data_wrap .my_resume_list .no_open {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 17px;
  background: #e0e0e0;
  border-radius: 7px 0px 5px 0px;
  font-size: 10px;
  color: #ffffff;
  line-height: 17px;
  text-align: left;
  text-align: center;
}
.personal_data_wrap .my_resume_list .name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
  color: #101010;
  line-height: 20px;
}
.personal_data_wrap .my_resume_list .info {
  font-size: 15px;
  color: #555555;
  line-height: 17px;
}
.personal_data_wrap .my_resume_list .completion {
  margin: 0 68px 0 0;
  padding: 15px 0 0;
  width: 65px;
  height: 65px;
  background: #f7f9fc;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 13px;
}
.personal_data_wrap .my_resume_list .num {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 20px;
  color: #ff0031;
  line-height: 20px;
}
.personal_data_wrap .my_resume_list .btn1 {
  width: 74px;
  height: 30px;
  background: rgba(17, 183, 155, 0.1);
  border-radius: 15px;
  font-size: 12px;
  color: #11b79b;
  line-height: 30px;
  cursor: pointer;
}
.personal_data_wrap .my_resume_list .btn2 {
  margin: 0 0 0 18px;
  width: 62px;
  height: 30px;
  background: rgba(0, 122, 255, 0.1);
  border-radius: 15px;
  font-size: 12px;
  color: #007aff;
  line-height: 30px;
  cursor: pointer;
}
.personal_data_wrap .my_resume_list .btn3 {
  margin: 0 0 0 18px;
  width: 62px;
  height: 30px;
  background: rgba(255, 98, 32, 0.1);
  border-radius: 15px;
  font-size: 12px;
  color: #ff6e3a;
  line-height: 30px;
  cursor: pointer;
}
.personal_data_wrap .my_resume_list .btn4 {
  margin: 0 0 0 18px;
  width: 62px;
  height: 30px;
  background: rgba(230, 35, 54, 0.1);
  border-radius: 15px;
  font-size: 12px;
  color: #eb283b;
  line-height: 30px;
  cursor: pointer;
}
.personal_data_wrap .my_resume_list .icon {
  margin-right: 3px;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.personal_data_wrap .my_resume_list .btn1 .icon {
  background-image: url("../icon/icon_btn3.png");
}
.personal_data_wrap .my_resume_list .btn2 .icon {
  background-image: url("../icon/icon_btn4.png");
}
.personal_data_wrap .my_resume_list .btn3 .icon {
  background-image: url("../icon/icon_btn5.png");
}
.personal_data_wrap .my_resume_list .btn4 .icon {
  background-image: url("../icon/icon_btn6.png");
}
/* right_block2 */
.personal_data_wrap .right_block2 .g_recommended_item {
  margin: 0 20px 20px 0;
  /* width: 250px; */
  width: calc((100% - 40px) / 3);
  height: 343px;
  border-radius: 11px;
}
.personal_data_wrap .right_block2 .g_recommended_item:nth-of-type(3n) {
  margin: 0 0 20px;
}
.personal_data_wrap .right_block2 .g_recommended_item .img {
  width: 250px;
  height: 250px;
  border-radius: 11px 11px 0px 0px;
}
.personal_data_wrap .right_block2 .g_recommended_item .info_wrap {
  padding: 16px;
}
.personal_data_wrap .right_block2 .g_recommended_item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.personal_data_wrap .right_block2 .g_recommended_item .work {
  font-size: 13px;
  line-height: 15px;
}
/*  */
.personal_data_wrap .right_block6 .g_comment_wrap {
  border-radius: 6px;
}

/* right_block7 */
.personal_data_wrap .right_block7 .g_service_item {
  margin: 0 20px 30px 0;
  width: 250px;
}
.personal_data_wrap .right_block7 .g_service_item:nth-of-type(3n) {
  margin: 0 0 30px;
}
.personal_data_wrap .right_block7 .g_service_item .img1 {
  margin: 0 auto 18px;
  width: 250px;
  height: 148px;
}
.personal_data_wrap .right_block7 .g_service_item .name {
  font-size: 16px;
  line-height: 22px;
}
.personal_data_wrap .right_block7 .g_service_item .price {
  font-size: 16px;
  line-height: 26px;
}
.personal_data_wrap .right_block7 .g_service_item .text1 {
  font-size: 12px;
  line-height: 18px;
}

/* right_block8 */
.personal_data_wrap .right_block8 .filter_order {
  position: relative;
  padding: 0 14px 0 20px;
  width: 170px;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 46px;
}
.personal_data_wrap .right_block8 .icon_arrow {
  display: block;
  width: 10px;
  height: 7px;
}
.personal_data_wrap .filter_order .el-select {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.personal_data_wrap .order_wrap {
  padding: 20px;
  background: #fdfdfd;
  border-radius: 13px;
}

.personal_data_wrap .order_box {
  margin: 0 0 20px;
  border-radius: 4px;
}
.personal_data_wrap .order_box .head_row {
  height: 44px;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-style: normal;
}
.personal_data_wrap .order_box .content {
  margin-top: -2px;
  height: 126px;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.personal_data_wrap .order_box .wid1 {
  padding: 0 0 0 20px;
  width: 40%;
}
.personal_data_wrap .order_box .wid2 {
  width: 20%;
  text-align: center;
}
.personal_data_wrap .order_box .wid3 {
  width: 14%;
  text-align: center;
}
.personal_data_wrap .order_box .wid4 {
  width: 12%;
  text-align: center;
}
.personal_data_wrap .order_box .img_order {
  margin-right: 14px;
  display: block;
  width: 114px;
  height: 71px;
  border-radius: 8px;
}
.personal_data_wrap .order_box .text1 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.personal_data_wrap .order_box .status1 {
  margin: 0 auto;
  width: 70px;
  height: 26px;
  background: #ff8559;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
}
.personal_data_wrap .order_box .status2 {
  margin: 0 auto;
  width: 70px;
  height: 26px;
  background: #d5d5d5;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
}
.personal_data_wrap .order_box .text2 {
  margin: 6px 0 0;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.personal_data_wrap .order_box .price {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.personal_data_wrap .order_box .action {
  font-size: 14px;
  color: #4088f6;
  line-height: 20px;
  cursor: pointer;
}
.personal_data_wrap .order_box .action + .action {
  margin-top: 10px;
}
.personal_data_wrap .detail_box {
  padding: 50px 30px 158px;
  background: #fdfdfd;
  border-radius: 13px;
}
.personal_data_wrap .detail_box .step {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  line-height: 20px;
}
.personal_data_wrap .detail_box .step + .step {
  margin-left: 230px;
}
.personal_data_wrap .detail_box .step::after {
  position: absolute;
  top: 10px;
  left: 32px;
  content: "";
  width: 250px;
  height: 1px;
  background: #bcbcbc;
}
.personal_data_wrap .detail_box .step:last-of-type::after {
  display: none;
}
.personal_data_wrap .detail_box .step.active::after {
  background: var(--normal);
}
.personal_data_wrap .detail_box .icon_circle {
  margin: 0 auto 5px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../icon/icon_circle1.png");
}
.personal_data_wrap .detail_box .step.active .icon_circle {
  background-image: url("../icon/icon_circle2.png");
}

.personal_data_wrap .detail_box .status_cancel .step + .step {
  margin-left: 500px;
}
.personal_data_wrap .detail_box .status_cancel .step::after {
  width: 520px;
}
.personal_data_wrap .detail_box .coundtime {
  margin: 8px 0 0;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  text-align: center;
}
.personal_data_wrap .detail_box .text1 {
  margin: 20px 0 28px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.personal_data_wrap .detail_box .text2 {
  margin: 0 0 40px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.personal_data_wrap .detail_box .comfirm_order_wrap .name {
  padding: 0 0 50px;
  font-size: 16px;
}
.personal_data_wrap .detail_box .comfirm_order_wrap .goods {
  padding: 0 0 20px;
}
.personal_data_wrap .detail_box .comfirm_order_wrap .num {
  font-size: 21px;
}
.personal_data_wrap .detail_box .comfirm_order_wrap .img1 {
  width: 202px;
  height: 126px;
}
.personal_data_wrap .detail_box .comfirm_order_wrap .order_info {
  margin: 0 0 28px auto;
  width: 513px;
}
.personal_data_wrap .detail_box .total {
  padding: 20px 0 0;
  font-size: 15px;
}
.personal_data_wrap .detail_box .btn_wrap {
  padding: 44px 0 0;
  border-top: 1px solid #e3e3e3;
}
.personal_data_wrap .detail_box .btn_cancel {
  margin-right: 30px;
  width: 186px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #cecece;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.personal_data_wrap .detail_box .btn_pay {
  width: 186px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 60px;
}
/*  */
.g-waterflow-wrap {
  position: relative;
  width: 100%;
}
.g-waterflow-wrap .waterflow-item {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 222px;
}
.g-waterflow-wrap .img {
  margin: 0 0 12px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.g-waterflow-wrap .title {
  margin: 0 0 13px;
  font-size: 19px;
  color: #101010;
  line-height: 25px;
}
.g-waterflow-wrap .name {
  margin: 0 0 13px;
  font-weight: bold;
  font-size: 23px;
  color: #101010;
  line-height: 24px;
}
.g-waterflow-wrap .img-head {
  margin: 0 7px 0 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 14px;
}
.g-waterflow-wrap .num {
  font-size: 16px;
  color: #555555;
  line-height: 18px;
}
.g-waterflow-wrap .g_label {
  margin: 0 12px 12px 0;
  height: 28px;
  line-height: 28px;
}
.g-waterflow-wrap .intro {
  font-size: 19px;
  color: #555555;
  line-height: 26px;
}
.img_code {
  width: 120px;
  height: 120px;
}

.help_detail_box {
  padding: 26px 30px;
  background: #fdfdfd;
  border-radius: 13px;
}
.help_detail_box .title {
  margin: 0 0 26px;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 26px;
}
.help_detail_box .text {
  margin: 0 0 26px;
  font-size: 17px;
  color: #101010;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
/*联系客服弹窗*/
.hidden {
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  width: 80%;
  max-width: 500px;
}

#modalContent img {
  max-width: 100%;
  height: auto;
}
#closeModalBtn{
  cursor: pointer;
  padding: 5px;
  bottom: -49px;
  position: absolute;
  right: 225px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
}