.loginContainer {
  min-height: 575px;
  background: url(../images/bg11.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 60px;
}
.loginContainer::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(78, 85, 78, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.loginWrap {
  width: 440px;
  min-height: 425px;
  background: #FFFFFF;
  margin: 0px auto;
  z-index: 5;
  position: relative;
  border-radius: 10px;
  padding: 25px;
}
.loginTabs {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px #F0F0F0 solid;
  margin-bottom: 25px;
  position: relative;
}
.loginTabs .item {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #7C7C7C;
  margin-right: 40px;
  position: relative;
  padding: 10px 0;
}
.loginTabs .item.act {
  color: #000;
}
.loginTabs .item.act::after {
  display: block;
  content: '';
  width: 82px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -41px;
  bottom: -11px;
}

.inputGroup {
  display: flex;
  align-items: center;
  height: 54px;
  background: #F0F0F0;
  border: 1px #D9D9D9 solid;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
}

.inputGroup.success{
  border-color: #ffffff;
}

.inputGroup.success i{
  color: #43A977;
}

.inputGroup .iconfont {
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.inputGroup input {
  padding: 0 10px;
  font-size: 16px;
  flex: 1 1 100%;
  line-height: 40px;
}
.inputGroup select {
  border: none;
  background: none;
  height: 100%;
  border-right: 1px #D9D9D9 solid;
  padding-right: 10px;
  font-size: 14px;
  color: #7C7C7C;
}
.inputGroup .send {
  white-space: nowrap;
  font-size: 16px;
  color: #43A977;
  cursor: pointer;
  padding: 10px;
}
.sended {
  display: block;
  white-space: nowrap;
}
.loginWrap .btn.confirm {
  width: 100%;
  line-height: 56px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.actionWrap {
  margin-top: 25px;
}
.actionWrap span,
.actionWrap a {
  font-weight: 400;
  color: #7C7C7C;
  font-size: 16px;
}
.actionWrap span a {
  color: #43A977;
}
.loginWrap .joinBtn {
  width: 110px;
  background: linear-gradient(90deg, rgba(255, 239, 208, 1) 0%, rgba(245, 193, 100, 1) 95%);
  font-size: 14px;
  color: #7D420C;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginWrap .joinBtn img {
  width: 18px;
  height: 15px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.panel {
  background: #FFFFFF;
  border-radius: 8px;
}
.userinfo {
  padding: 30px 15px;
}
.userinfo .avatar {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.userinfo .avatar span {
  opacity: 0;
  line-height: 26px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  /* transition: all 0.5s; */
}
.userinfo .avatar:hover span {
  opacity: 1;
}

.userinfo .btnGroup .btn {
  width: 118px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.userinfo .btnGroup .btn + .btn {
  margin-left: 15px;
}
.userinfo .username {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.personList .tags,
.userinfo .tags {
  margin-top: 15px;
}
.personList .tag,
.userinfo .tag {
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  background: #28AD6D;
  color: #FFFFFF;
  font-size: 12px;
}
.personList .tag.apply,
.userinfo .tag.apply {
  color: #7D420C;
  background: linear-gradient(90deg, rgba(255, 239, 208, 1) 0%, rgba(245, 193, 100, 1) 95%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.personList .tag.apply img,
.userinfo .tag.apply img {
  display: block;
  width: 16px;
  height: 14px;
  margin-right: 5px;
}
.personList .tag.car,
.userinfo .tag.car {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(42, 209, 233, 1) 0%, rgba(37, 199, 232, 1) 11%, rgba(0, 119, 228, 1) 102%);
}
.userinfo .datalist {
  margin-top: 15px;
}
.userinfo .datalist .item {
  font-weight: 400;
  color: #8A8A8A;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.userinfo .datalist .item + .item {
  margin-left: 25px;
  padding-left: 25px;
}
.userinfo .datalist .item + .item::before {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.userinfo .datalist .item span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.contacts {
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px 25px;
  width: 256px;
}
.contacts .title {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}
.contacts .edit {
  color: #28AD6D;
  font-size: 12px;
  display: block;
  padding-left: 18px;
  padding-right: 3px;
  line-height: 18px;
  background: url(../images/edit.svg) no-repeat 3px center;
  border: 1px #28AD6D solid;
  border-radius: 3px;
  background-size: 13px;
}
.contacts .list li {
  margin-top: 20px;
  display: flex;
}
.contacts .list li img {
  display: block;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-right: 10px;
}
.filterBar {
  margin: 10px 0;
  flex: 0 1 100%;
  padding: 10px 0 1px;
}
.aTabs {
  display: flex;
  padding: 0 30px 10px;
  border-bottom: 1px #F0F0F0 solid;
  margin-bottom: 15px;
  position: relative;
}
.aTabs .item {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #7C7C7C;
  margin-right: 50px;
  position: relative;
  padding: 10px 0;
}
.aTabs .item.act {
  color: #000;
}
.aTabs .item.act::after {
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -11px;
}
.listWrap {
  margin-top: 10px;
}
.listWrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.listWrap .list .item {
  background: #ffffff;
  width: 370px;
  height: 330px;
  margin: 10px;
  border-radius: 8px;
  border: 1px #DDE6E0 solid;
  padding: 15px;
}
.listWrap .list1 .item.add {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;;
}
.listWrap .list1 .item.add img {
  display: block;
  width: 70px;
  margin-bottom: 30px;
}
.listWrap .list1 .item.add b {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #8A8A8A;
}
.listWrap .list1 .titleBar .title {
  width: 50%;
  font-weight: 700;
  font-size: 18px;
  color: #666666;
}
.listWrap .list1 .date {
  font-weight: 400;
  font-size: 14px;
  color: #B0B6B0;
  margin-top: 15px;
}
.listWrap .list1 .price {
  color: #8ECBAD;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}
.listWrap .list1 .content {
  height: 170px;
  background: rgba(239, 243, 239, 0.5);
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
}
.listWrap .list1 .company {
  display: flex;
  align-items: center;
}
.listWrap .list1 .company .avatar {
  flex: 0 0 60px;
  margin-right: 10px;
}
.listWrap .list1 .company .name {
  font-weight: 500;
  font-size: 16px;
}
.listWrap .list1 .company .url {
  font-weight: 400;
  font-size: 12px;
  color: #7B867C;
  margin-top: 10px;
}
.listWrap .list1 .infos {
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  white-space: initial;
  margin-top: 10px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 76px;
}
.listWrap .btnGroup {
  margin-top: 13px;
}
.listWrap .btnGroup .btn {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.listWrap .btnGroup .btn + .btn {
  margin-left: 10px;
}

.listWrap .list3 .item {
  height: 490px;
}
.listWrap .list3 .thumb {
  height: 295px;
}
.listWrap .list3 .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
}
.status {
  width: 64px;
  flex: 0 0 64px;
  line-height: 26px;
  margin-left: 15px;
  text-align: center;
  background: #FFE3AF;
  color: #FFA200;
}
.listWrap .list3 .status {
  margin-top: 10px;
}
.status.over {
  background: #E1FFE1;
  color: #28AD6D;
}
.status.fail {
  background: #EEEEEE;
  color: #8A8A8A;
}
.listWrap .list3 .infos {
  margin: 10px 0;
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 22px;
  height: 66px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.listWrap .list3 .infos.infos4 {
  height: 88px;
  -webkit-line-clamp: 4;
}

.listWrap .list5 .item {
  height: 303px;
  padding: 0;
}
.listWrap .list5 .item .companyTags {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.listWrap .list5 .company {
  height: 85px;
  display: flex;
  align-items: center;
  background: linear-gradient(#E1F6EC, #F9FDFB);
  padding: 7px 10px;
}
.listWrap .list5 .company .name {
  font-weight: 700;
  font-size: 14px;
}
.listWrap .list5 .company .position {
  font-weight: 400;
  font-size: 13px;
  color: #7B867C;
  margin-top: 3px;
  padding-left: 20px;
  background: url(../images/map.svg) no-repeat left;
}
.listWrap .list5 .infos {
  font-weight: 400;
  font-size: 12px;
  color: #7B867C;
  line-height: 24px;
  padding: 5px 15px 10px;
  height: 144px;
}

.favTabs {
  display: flex;
  align-items: center;
  width: 270px;
  text-align: center;
  border: 1px #43A977 solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.favTabs .item {
  flex: 1;
  height: 32px;
  line-height: 32px;
  color: #43A977;
  cursor: pointer;
}
.favTabs .item.act {
  background: #43A977;
  color: #ffffff;
  border-radius: 3px;
}
.favWrap .list {
  display: none;
}
.favWrap .list.visible {
  display: flex;
}
.drawerWrap {
  width: 600px;
  box-sizing: border-box;
  padding: 15px;
}

.messageList {
  margin: 0 15px;
}
.messageList .item {
  display: flex;
  padding: 15px;
}
.messageList .item + .item {
  border-top: 1px #E5E5E5 solid;
}
.messageList .item .avatar {
  margin-right: 15px;
}
.messageList .item .title {
  font-size: 16px;
}
.messageList .item .title a {
  color: #2C9562;
  font-size: 16px;
}
.messageList .item .date {
  margin-top: 10px;
  font-size: 14px;
  color: #7C7C7C;
}

.personList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.personList .item {
  flex: 0 1 25%;
  margin: 8px;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 8px;
  /* flex-wrap: wrap; */
}
.personWrap {
  display: flex;
  align-items: center;
}
.personList .avatar {
  margin-right: 10px;
}
.personList .content {
  flex: 0 0 240px;
}
.personList .name {
  font-size: 18px;
  font-weight: 600;
}
.personList .tags {
  margin-top: 3px;
}
.personList .date {
  margin-top: 3px;
  color: #7C7C7C;
  font-size: 12px;
}
.personList .actions {
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
}
.personList .actions .switch {
  color: #A5A5A5;
  font-size: 14px;
  cursor: pointer;
}
.personList .actions .switch.icon::after {
  content: '\eb0d';
  font-family: 'iconfont' !important;
  color: #A5A5A5;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}