@charset "UTF-8";
.pagination {
  text-align: center;
  padding: 20px 0;
}

.pagination .layui-laypage {
  margin: 0 10px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0;
  top: 0;
}

.layui-form-item {
  padding: 0 20px;
}

.layui-form-item .layui-form-label {
  padding: 9px 0;
  width: 145px;
}

.layui-form-item .layui-input-block {
  margin-left: 160px;
}

.layui-form-item .layui-input-inline {
  margin-left: 15px;
}

.layui-form-item .layui-form-mid {
  margin-left: 15px;
}

.layui-input:focus, .layui-textarea:focus {
  border-color: #bef000 !important;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
  color: #bef000;
}

/*登录表单切换*/
.layui-tab-brief > .layui-tab-title {
  color: #9a9a9a;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #000;
  font-weight: 700;
}

.layui-tab-title .layui-this:after {
  height: 51px;
}

.layui-tab .layui-tab-title {
  height: 50px;
}

.layui-tab .layui-tab-title li {
  font-size: 16px;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #bef000;
}

.yh-panel {
  background-color: #ffffff;
  border-radius: 10px;
}

.yh-main {
  min-height: 700px;
  margin: 30px auto;
  width: 1200px;
}

.yh-sidebar {
  font-size: 14px;
  margin-right: 20px;
  width: 240px;
  color: #354052;
}

.yh-sidebar .job-post {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 20px;
  margin-bottom: 31px;
}

.yh-sidebar .job-post .title {
  font-size: 16px;
  font-weight: 700;
  color: #354052;
  text-align: center;
  margin-bottom: 26px;
}

.yh-sidebar .job-post .buttons {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #bef000;
  font-size: 14px;
  color: #000000;
  background-color: #bef000;
  margin-bottom: 8px;
  cursor: pointer;
}

.yh-sidebar .remain-num {
  height: 140px;
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
  cursor: pointer;
}

.yh-sidebar .remain-num .title {
  font-weight: 700;
  font-size: 16px;
}

.yh-sidebar .remain-num .info, .yh-sidebar .remain-num .info-main {
  margin-left: 15px;
  margin-top: 16px;
}

.yh-sidebar .remain-num .font-size-big {
  font-size: 24px;
}

.yh-sidebar .remain-num .arrow {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.yh-content {
  width: 920px;
  border-color: #fff;
  /*margin-left: 260px;*/
}

.user-form {
  padding: 30px 0;
}

.general {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 24px;
  text-align: center;
  color: #3c4858;
  position: relative;
}

.general ul {
  padding: 40px 0;
}

.general ul li {
  width: 305px;
  float: left;
  border-right: 2px solid #f5f5f5;
  cursor: pointer;
}

.general ul li:last-child {
  border: 0;
}

.general .circle {
  float: left;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  width: 56px;
  height: 56px;
  margin-left: 85px;
  vertical-align: middle;
}

.general .circle .icon-edit {
  background: 50%/16px 16px no-repeat;
  background-image: url(../images/index_edit.png);
  width: 16px;
  height: 16px;
  margin: 18px auto;
}

.general .circle .icon-job {
  /*background: 50%/16px 16px no-repeat;*/
  background-image: url(../images/index_job.png);
  background-position: 0 -76px;
  width: 18px;
  height: 14px;
  margin: 18px auto;
}

.general .circle .icon-message {
  background: 50%/50px 50px no-repeat;
  background-image: url(../images/index_message.png);
  width: 16px;
  height: 16px;
  margin: 18px auto;
}

.general .info {
  float: left;
  margin-left: 20px;
  text-align: left;
  vertical-align: middle;
}

.general .info .num {
  text-align: center;
  color: #3c4858;
}

.general .info .category {
  font-size: 14px;
  color: #8392a7;
}

.index-job {
  margin: 10px 0 0;
}

/*兼职管理*/
.resume-sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
  /* width: 200px; */
  font-size: 14px;
  background: #fff;
}

.resume-sidebar .title {
  display: block;
  height: 50px;
}

.resume-sidebar ul {
  display: block;
  /* width: 200px; */
}

.resume-sidebar ul li {
  box-sizing: border-box;
  /* width: 200px; */
  height: 40px;
  line-height: 40px;
  color: #354053;
  border-left: 3px solid #fff;
}

.resume-sidebar ul .border-green {
  border-left: 3px solid #bef000;
}

.resume-sidebar ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.layui-tab {
  position: relative;
}

.add-div {
  position: absolute;
  right: 0;
  top: 0;
}

.add-div .recruit-addbtn {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 18px;
  background-color: #bef000;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.recruit-list {
  font-size: 13px;
}

.recruit-list .recruit-item {
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
}

.recruit-list .recruit-item .item-hd {
  height: 107px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 24px;
  padding-right: 15px;
  overflow: hidden;
}

.recruit-list .recruit-item .item-hd .item-hd-left {
  height: 100%;
  padding-top: 23px;
}

.recruit-list .recruit-item .item-hd .item-hd-left .title-p {
  color: #8392a7;
}

.recruit-list .recruit-item .item-hd .item-hd-left .title-p .title {
  color: #3c4858;
  font-size: 18px;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p {
  margin-top: 18px;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p .tags {
  display: inline-block;
  border-radius: 1px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 7px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p .tags img {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p .status__paused {
  margin-left: 0;
  background-color: #f6f8f9;
  color: #c9d4de;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p .job-type__tag1 {
  background: rgba(255, 150, 10, 0.08);
  color: #ff960a;
}

.recruit-list .recruit-item .item-hd .item-hd-left .address-p .job-type__tag2 {
  background: rgba(255, 0, 0, 0.08);
  color: #ff960a;
}

.recruit-list .recruit-item .item-hd .item-hd-right {
  height: 100%;
  color: #b3b3b3;
}

.recruit-list .recruit-item .item-hd .item-hd-right ul {
  height: 100%;
}

.recruit-list .recruit-item .item-hd .item-hd-right ul li {
  min-width: 70px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 27px 10px 0;
}

.recruit-list .recruit-item .item-hd .item-hd-right ul li:first-of-type {
  cursor: pointer;
  height: auto;
  margin-bottom: 15px;
}

.recruit-list .recruit-item .item-hd .item-hd-right ul li .num {
  color: #101d37;
  font-size: 24px;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 7px;
}

.recruit-list .recruit-item .item-hd .item-hd-right ul li .tips {
  font-size: 12px;
  font-weight: 400;
  color: #838d99;
  line-height: 17px;
}

.recruit-list .recruit-item .item-bd {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #b3b3b3;
  padding: 0 15px 0 24px;
}

.recruit-list .recruit-item .item-bd .act-div {
  text-align: right;
}

.recruit-list .recruit-item .item-bd .act-div .pro__btn {
  background-color: #bef000;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 500;
}

.recruit-list .recruit-item .item-bd .act-div .pro__btn.btn1 {
  background-color: #f5f8fd;
  color: #1d1d33;
}

.recruit-list .recruit-item .item-bd .act-div .pro__btn.btn2 {
  background-color: #f0ad4e;
  color: #ffffff;
}

.recruit-list .recruit-item .item-bd .act-div .pro__btn.btn3 {
  background-color: #e30000;
  color: #ffffff;
}

.recruit-list .recruit-item .item-bd .act-div .pro__btn.btn4 {
  background-color: #11b5ca;
  color: #ffffff;
}

.publish-box .top-title {
  box-sizing: border-box;
  padding: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #303133;
  border-bottom: 1px solid #eff2f4;
}

.publish-box .sub-form {
  max-width: 800px;
  margin: 30px auto 0;
}

.publish-box .sub-form .sub-header {
  box-sizing: border-box;
  position: relative;
  padding-left: 12px;
  margin-bottom: 24px;
  margin-top: 40px;
  user-select: none;
}

.publish-box .sub-form .sub-header .line {
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 4px;
  background-color: #bef000;
}

.publish-box .sub-form .sub-header .title {
  font-size: 16px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #242933;
  vertical-align: middle;
}

.publish-box .btn-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.publish-box .btn-box .btn {
  width: 128px;
  line-height: 1;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  border-radius: 4px;
  color: #3c4858;
  vertical-align: middle;
}

.publish-box .btn-box .back {
  color: #828a99;
  border: 1px solid #dfe3e9;
}

.publish-box .btn-box .bg-btn {
  color: #fff;
  background-color: #bef000;
  margin-left: 16px;
}

/*简历列表*/
.part-resume-item {
  display: block;
  max-width: 920px;
  background: #fff;
  padding: 0 16px;
  cursor: pointer;
}

.part-resume-item .main-info {
  padding: 24px;
  padding-left: 0;
  /*margin-left: 24px;*/
  font-size: 0;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.part-resume-item .main-info .check-box {
  display: inline-block;
  width: 30px;
  height: 60px;
}

.part-resume-item .main-info .head-img {
  display: inline-block;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  vertical-align: top;
}

.part-resume-item .main-info .head-img img {
  width: 100%;
  border-radius: 60px;
}

.part-resume-item .main-info .user-info {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.part-resume-item .main-info .user-info .row {
  display: block;
}

.part-resume-item .main-info .user-info .row .name {
  display: inline-block;
  margin-right: 9px;
}

.part-resume-item .main-info .user-info .row .part-time-job {
  display: inline-block;
}

.part-resume-item .main-info .user-info .row .part-time-job span {
  font-size: 13px;
  color: #8392a7;
}

.part-resume-item .main-info .user-info .row .part-time-job a span {
  margin-left: 6px;
  color: #bef000;
}

.part-resume-item .main-info .info {
  float: right;
  line-height: 25px;
  vertical-align: top;
}

.part-resume-item .main-info .info .content {
  width: 297px;
  font-size: 13px;
  line-height: normal;
}

.part-resume-item .main-info .info .content span {
  display: block;
  font-size: 13px;
  color: #8392a7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part-resume-item .main-info .info .content .contact-im {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bef000;
}

.index-job .bottom-menu {
  padding: 16px;
  display: flex;
  align-items: center;
}

.part-resume-item .date-section {
  display: block;
  padding: 0 24px;
  padding-left: 24px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
}

.part-resume-item .date-section .date {
  display: inline-block;
}

.part-resume-item .date-section .date span {
  font-size: 13px;
  color: #b3b3b3;
}

.part-resume-item .uinfo {
  line-height: 30px;
  margin-right: 20px;
  font-size: 13px;
  color: #8392a7;
}

.part-resume-item .get-mobile-btn {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  background-color: #bef000;
}

.part-resume-item .time-tips {
  margin-left: 20px;
}

.part-resume-item .date-section .button {
  position: relative;
  float: right;
  right: -12px;
  padding: 10px 0 0;
}

.part-resume-item .date-section .button .icon-button {
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 12px;
  cursor: pointer;
  color: #999;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.part-resume-item .date-section .button .icon-button .text {
  vertical-align: middle;
}

/*聊天界面*/
.chat-main {
  background: #ffffff;
  font-size: 0;
}

.chat-main .left-side {
  display: inline-block;
  width: 320px;
  height: 700px;
  background-color: #fff;
  font-size: 15px;
  color: #3c4858;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

.chat-main .left-side .left-content {
  height: 700px;
  background-color: #fff;
  overflow: auto;
}

.chat-main .left-side .head-section {
  position: relative;
  height: 90px;
  padding: 25px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.chat-main .left-side .flx {
  display: flex;
  align-items: center;
}

.chat-main .left-side .head-img {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
}

.chat-main .left-side .mid-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chat-main .left-side .mid-sec div:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 22px;
  margin-bottom: 2px;
}

.chat-main .left-side .mid-sec div.status {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
  line-height: 20px;
}

.chat-main .left-side .mid-sec div.status img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.chat-main .left-side .end-sec {
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #808999;
  line-height: 18px;
}

.chat-main .left-side .end-sec img {
  margin-left: 4px;
  width: 13px;
  height: 13px;
}

.chat-main .left-side .notice-div {
  display: block;
  position: relative;
  height: 78px;
  line-height: 78px;
  padding-left: 16px;
  font-size: 0;
  cursor: pointer;
  user-select: none;
}

.chat-main .left-side .notice-div {
  display: block;
  position: relative;
  height: 78px;
  line-height: 78px;
  padding-left: 16px;
  font-size: 0;
  cursor: pointer;
  user-select: none;
}

.chat-main .left-side .notice-select, .chat-main .left-side .notice-unselect {
  position: absolute;
  left: 0;
  top: 0;
  height: 78px;
  transition: all .5s ease;
}

.chat-main .left-side img {
  width: 40px;
  height: 40px;
}

.chat-main .left-side .notice-select {
  width: 4px;
  background: #bef000;
}

.chat-main .left-side .notice-unselect {
  width: 3px;
  background: #fff;
}

.chat-main .left-side .notice-div img {
  vertical-align: middle;
}

.chat-main .left-side .notice-div .notice {
  vertical-align: middle;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
}

.chat-main .left-side .notice-div .arrow-right {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 8px;
  height: auto;
}

.chat-main .left-side .conversation {
  display: block;
  position: relative;
  padding: 19px 16px;
  width: 100%;
  height: 78px;
  font-size: 0;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

.chat-main .left-side .conversation .is-select {
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 60px;
  background: #bef000;
  transition: all .5s ease;
}

.chat-main .left-side .conversation .is-unselect {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 78px;
  background: #fff;
  transition: all .5s ease;
}

.chat-main .left-side .conversation .conversation-content {
  display: flex;
  box-sizing: border-box;
}

.chat-main .left-side .el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.chat-main .left-side .conversation .conversation-content .attar {
  width: 56px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.chat-main .left-side .conversation .conversation-content .attar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.chat-main .left-side .conversation-content .el-badge__content {
  border-radius: 8px;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
}

.chat-main .left-side .conversation-content .is-fixed {
  top: 4px !important;
  right: 10px !important;
  position: absolute;
  background: #ff002f;
  border-radius: 50%;
  color: #ffffff;
}

.chat-main .left-side .conversation .conversation-content .info {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  height: 46px;
  justify-content: center;
}

.chat-main .left-side .conversation .conversation-content .info .line1 {
  width: 100%;
  display: flex;
}

.chat-main .left-side .conversation .conversation-content .info .line1 .name {
  display: inline-block;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 22px;
}

.chat-main .left-side .conversation .conversation-content .info .line1 .user__info {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding-left: 12px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 400;
  color: #9c9c9c;
}

.chat-main .left-side .conversation .conversation-content .info .line1 .user__info .line {
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #9c9c9c;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  left: 6px;
}

.chat-main .left-side .conversation .conversation-content .info .line1 .user__info .time {
  float: right;
}

.chat-main .left-side .conversation .conversation-content .info .line2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
}

.chat-main .left-side .conversation .delete__icon {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 3px;
  top: 37px;
  display: none;
  cursor: pointer;
}

.chat-main .left-side .conversation:hover .delete__icon {
  display: block;
}

.chat-main .left-side .conversation .delete__icon img {
  width: 100%;
  height: 100%;
}

.chat-main .left-side .conversation .delete__icon .pre__delete {
  display: block;
}

.chat-main .right-content {
  display: inline-block;
  width: 860px;
  height: 700px;
  background: #f7f9fb;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
}

.chat-main .right-content .header-info {
  height: 90px;
  box-sizing: border-box;
  padding: 18px 25px;
  display: flex;
  background-color: #fff;
}

.chat-main .right-content .header-info .user-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.chat-main .right-content .header-info .user-info {
  width: 540px;
  box-sizing: border-box;
  padding-left: 12px;
}

.chat-main .right-content .header-info .user-info .info-name {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 28px;
}

.chat-main .right-content .header-info .user-info .info-detail {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 20px;
  margin-top: 3px;
}

.chat-main .right-content .header-info .contact-more {
  flex: 1;
}

.chat-main .right-content .header-info .user__contact {
  position: relative;
  margin-bottom: 9px;
}

.chat-main .right-content .header-info .user__contact .user__contact__icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.chat-main .right-content .header-info .user__contact .apply--cant__gay {
  color: #9c9c9c;
  cursor: not-allowed;
}

.chat-main .right-content .header-partjob {
  height: 40px;
  line-height: 40px;
  background-color: #ebedf6;
  box-sizing: border-box;
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
}

.chat-main .right-content .header-partjob .show__resume--btn {
  float: right;
  cursor: pointer;
  user-select: none;
  color: #1fcdb9;
}

.chat-main .right-content .message-box {
  height: 380px;
  overflow: auto;
}

.chat-main .right-content .message-box .time {
  text-align: center;
  margin: 10px auto 0;
  font-size: 12px;
}

.chat-main .right-content .message-box .time span {
  padding: 4px 8px;
  background: #efefef;
  border-radius: 10px;
}

.chat-main .right-content .message-box .message-item.right {
  flex-direction: row-reverse;
}

.chat-main .right-content .message-box .message-item {
  padding: 10px 20px;
  margin: 0px 0;
  clear: both;
  display: flex;
}

.chat-main .right-content .message-box .message-item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}

.chat-main .right-content .message-box .message-item .message-info {
  background: #ffffff;
  border-radius: 0 10px 10px 10px;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
  /* margin-bottom: 10px; */
  max-width: 500px;
  min-width: 50px;
  display: inline-block;
  line-height: 1.6;
  font-size: 12px;
}

.chat-main .right-content .message-box .message-item .message-info pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.chat-main .right-content .message-box .message-item.right .message-info {
  border-radius: 10px 0px 10px 10px;
  margin-right: 10px;
  margin-left: 0;
  /*text-align: right;*/
}

.chat-main .right-content .message-box .message-item .message-info .img img {
  max-width: 200px;
}

.chat-main .right-content .message-box .message-item .is-read {
  font-size: 10px;
  color: #9c9c9c;
  margin: 0 8px;
  display: flex;
  align-items: flex-end;
}

.chat-main .right-content .message-box .message-item .is-noread {
  font-size: 10px;
  color: #ff002f;
  margin: 0 8px;
  display: flex;
  align-items: flex-end;
}

.chat-main .right-content .send-box {
  height: 190px;
  border-top: 1px solid #dfdfdf;
}

.chat-main .right-content .send-box .tool-box {
  height: 40px;
  padding: 0 16px;
}

.chat-main .right-content .send-box .tool-box span {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.chat-main .right-content .send-box .textarea {
  border: 0;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 10px;
}

.chat-main .right-content .send-box .btn-box {
  /*text-align: right;*/
  padding: 10px;
  display: flex;
  align-items: center;
}

.chat-main .right-content .send-box .btn-box .txt-tip {
  flex: 1;
}

.chat-main .right-content .send-box .btn-box .btn-send {
  background-color: #bef000;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.chat-main .right-content .send-box input[type="file"] {
  display: none;
}

.search-div {
  display: flex;
  line-height: 30px;
}

.search-div .flex1 {
  flex: 1;
}

.search-div .label {
  margin-right: 10px;
}

.search-div .layui-input, .search-div .layui-select, .search-div .layui-textarea {
  height: 30px;
  width: 200px;
}

.search-div .layui-btn {
  height: 30px;
  line-height: 30px;
}

.load-msg {
  text-align: center;
  padding: 8px;
}

/* 岗位联系方式 */
.layui-table td, .layui-table th {
  padding: 6px 10px;
}

.wx-table img {
  width: 40px;
  height: 40px;
}

.wx-table .del-img {
  position: absolute;
  left: 38px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-radius: 0 0 0 50%;
  cursor: pointer;
}

.wx-table .del-img.hide {
  display: none;
}
