@charset "utf-8";
/*初始化代码*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body,
html {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  color: #555;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
  background: linear-gradient(180deg, #C9E6FF, #F5F5F5) #F5F5F5 no-repeat;
  background-size: 100% 600px;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/*公共类*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}
/* 文本溢出省略 父级样式需为块级元素、宽度不能为空*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fx {
  display: flex;
}
.fx-c {
  display: flex;
  align-items: center;
}
.fx-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fx-j-c {
  display: flex;
  justify-content: center;
}
.fx-c-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fx-c-r {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/*引入字体图标*/
@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), url('font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype'), url('font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*css3动画时间*/
.animated1_5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*统一样式更改*/
a:hover {
  color: #2d8cf0;
}
input[type="text"],
input[type="password"] {
  outline: 0;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #172342;
}
.header .main {
  height: 48px;
}
.header .city {
  flex: 1;
  min-width: 0;
}
.header .city img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.header .city .select {
  color: #2d8cf0;
  font-weight: 600;
}
.header .city span {
  color: #FFFFFF;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.header .city a {
  color: #FFFFFF;
  margin: 0 3px;
}
.header .city a:hover {
  color: #2d8cf0;
}
.header .menu a {
  color: #FFFFFF;
  margin: 0 10px;
}
.header .menu a:hover {
  color: #2d8cf0;
}
.header .menu .name {
  display: inline-block;
  margin: 0 10px;
  color: #FFFFFF;
}
.header .menu .business {
  display: inline-block;
  margin: 0 10px;
  padding-right: 15px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.header .menu .business::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #FFFFFF;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.header .menu .business:hover {
  color: #2d8cf0;
}
.header .menu .business:hover::after {
  border-color: #2d8cf0;
}
.header .menu .business:hover ul {
  display: block;
}
.header .menu .business ul {
  display: none;
  width: 100px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  position: absolute;
  top: 48px;
  left: -15px;
  line-height: 32px;
  text-align: center;
}
.header .menu .business ul li a {
  color: #333333;
}
.header .menu .business ul li a:hover {
  color: #0FAEF6;
}
.header .logo {
  flex: 1;
  min-width: 0;
}
.header .logo img {
  display: inline-block;
  width: 132px;
  height: 34px;
  vertical-align: middle;
}
.header .logo span {
  margin: 0 5px;
}
.search {
  padding: 30px 0 10px;
  background: #FFFFFF;
}
.search .main {
  box-sizing: border-box;
  padding: 0 150px;
}
.search .main .search-box {
  background: #0FAEF6;
  border: 1px solid #0FAEF6;
  border-radius: 12px;
  overflow: hidden;
}
.search .main .search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 12px;
}
.search .main .search-box button {
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #FFFFFF;
  background: #0FAEF6;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.filter {
  padding: 20px 0;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.filter-hot {
  margin-bottom: 10px;
}
.filter-hot .label {
  margin-right: 20px;
  color: #999999;
}
.filter-hot-item {
  flex: 1;
  min-width: 0;
}
.filter-hot-item a {
  margin-right: 10px;
}
.filter-hot .btn {
  color: #0FAEF6;
  cursor: pointer;
}
.filter-job {
  margin-bottom: 10px;
}
.filter-job .label {
  margin-right: 20px;
  color: #999999;
}
.filter-job-item {
  flex: 1;
  min-width: 0;
}
.filter-job-item a {
  margin-right: 10px;
}
.filter-job .btn {
  color: #0FAEF6;
  cursor: pointer;
}
.filter-select {
  display: inline-block;
  color: #0FAEF6;
  cursor: pointer;
  margin-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.filter-select .current-select {
  padding: 0 25px 0 0;
  background: #FFFFFF;
  border-radius: 6px;
  color: #333333;
  height: 32px;
  line-height: 30px;
  position: relative;
}
.filter-select .current-select span::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999999;
}
.filter-select .current-select .active {
  color: #0FAEF6;
}
.filter-select .current-select .active::after {
  border-top: 6px solid #0FAEF6;
}
.filter-select-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 168px;
  max-height:400px;
  overflow-y:auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ededed;
  z-index: 4;
}
.filter-select-dropdown ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  padding: 8px 16px 8px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s linear;
}
.filter-select-dropdown ul .active,
.filter-select-dropdown ul li:hover {
  background: #f5f5f5;
  color: #0FAEF6;
}
.filter-reset {
  display: inline-block;
  color: #333333;
  cursor: pointer;
}
.nav {
  margin-bottom: 30px;
}
.nav-box {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
  height: 84px;
  border-bottom: 4px solid #0FAEF6;
}
.nav-item {
  width: 220px;
  height: 84px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #DDDDDD;
}
.nav-item-content {
  width: 100%;
}
.nav-item-content .num {
  margin: 5px 0 3px;
}
.nav-item-content .bar {
  color: #0FAEF6;
}
.nav-item-content .bar-box {
  width: 100px;
  height: 8px;
  border: 1px solid #0FAEF6;
  border-radius: 5px;
  color: #0FAEF6;
  margin-top: 2px;
  margin-right: 5px;
}
.nav-item-content .bar-box span {
  display: block;
  height: 100%;
  background: #0FAEF6;
  border-radius: 5px;
}
.nav-item.active {
  background: #0FAEF6;
  color: #FFFFFF;
  border-radius: 6px 6px 0 0;
  border-right: 0;
}
.nav-item.active .num,
.nav-item.active .bar {
  color: #FFFFFF;
}
.nav-item.active .bar-box {
  border: 1px solid #FFFFFF;
}
.nav-item.active .bar-box span {
  background: #FFFFFF;
}
.join{
  min-height:600px;
}
.join-main {
  width: 100%;
  align-items: flex-start;
}
.join-main-left {
  width: 980px;
  margin-right: 20px;
}
.join-main-rec {
  width: 200px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}
.join-main-rec .rec-title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(0deg, #FFAC30, #FF9002);
}
.join-main-rec .rec-list .item {
  padding: 10px;
  border-top: 1px solid #F0F0F0;
}
.join-main-rec .rec-list .item .name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}
.join-main-rec .rec-list .item .info {
  font-size: 12px;
  color: #999999;
  margin-top: 3px;
}
.join-main-rec .rec-list .item .info .label {
  margin-right: 5px;
}
.join-box {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 15px;
}
.join-info {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.join-info-item {
  padding: 5px 0;
}
.join-info-item .name {
  font-size: 16px;
}
.join-info-item .status {
  color: #999999;
  margin-left: 10px;
}
.join-info-item .divid {
  margin: 0 5px;
  color: #DDDDDD;
}
.join-info-item .label {
  color: #999999;
}
.join-info-item .company {
  color: #999999;
}
.join-info-item .num {
  color: #0FAEF6;
}
.join-info-middle {
  flex: 1;
  min-width: 0;
}
.join-btn {
  margin-left: 10px;
}
.join-btn button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #0FAEF6;
  border: 0;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
}
/*分页*/
.page {
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
  color: #999999;
}
.page ul li a,
.page ul li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  color: #999999;
  text-align: center;
}
.page ul li.active span {
  color: #0FAEF6;
  border: 1px solid #0FAEF6;
}
.page ul li a:hover {
  color: #0FAEF6;
}
.page ul li input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  margin: 0 5px;
}
.page ul li button {
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #0FAEF6;
  border: 1px solid #0FAEF6;
  border-radius: 4px;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}
#footer {
  background: #313438;
  padding: 20px 0 10px;
  margin-top: 43px;
  position: relative;
  z-index: 22;
  color: #8d92a1;
  border-top: solid 1px #f6f6f8;
}
#footer .home-inner {
  position: relative;
  box-sizing: border-box;
}
.inner {
  width: 1184px;
  margin: 0 auto;
}
.home-inner {
  max-width: 1184px;
}
.page-white #footer {
  margin-top: 0;
  position: static;
}
.footer-icon {
  margin-top: 20px;
}
.footer-social {
  position: absolute;
  font-size: 12px;
  text-align: right;
  right: 0;
  top: 0;
}
.footer-social img {
  margin: 6px 0 7px 0;
  width: 88px;
  height: auto;
}
.footer-social p img {
  width: 100px;
  height: 100px;
}
.footer-social p {
  text-align: right;
  padding: 0;
  font-size: 13px;
}
.footer-social p span {
  font-size: 13px;
  padding-left: 5px;
}
.footer-social a {
  -webkit-transition: none;
  transition: none;
}
.icon-app,
.icon-weibo,
.icon-weixin {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  margin-left: 23px;
  vertical-align: top;
}
.icon-weibo {
  background: url(../images/weibo_icon.png) center center rgba(255, 255, 255, 0.1) no-repeat;
}
.icon-app span,
.icon-weibo span,
.icon-weixin span {
  display: none;
}
.icon-app:hover,
.icon-weibo:hover,
.icon-weixin:hover {
  border-color: #cbcdd4;
}
.icon-weixin {
  background: url(../images/wechat_icon.png) center center rgba(255, 255, 255, 0.1) no-repeat;
  position: relative;
}
.icon-app {
  background: url(../images/app_icon.png) center center rgba(255, 255, 255, 0.1) no-repeat;
}
.qrcode-weixin {
  display: none;
  position: absolute;
  right: -25px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.icon-weixin:hover .qrcode-weixin {
  display: block;
}
.copyright {
  color: #eeeff3;
  font-size: 12px;
  margin-top: 20px;
  max-width: 900px;
}
.copyright img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 2px 0 0;
}
.copyright span {
  color: #8d92a1;
  display: inline-block;
  margin-right: 15px;
}
.copyright span.netpolice {
  margin-left: -10px;
}
.copyright span.renshe-phone {
  cursor: pointer;
}
.icon-client-app {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  margin-left: 23px;
  vertical-align: top;
}
.icon-client-app:hover {
  border-color: #cbcdd4;
}
.icon-client-app:hover .download-app-tip {
  display: block;
}
.icon-client-app img.icon-image {
  width: 18px;
  height: auto;
  vertical-align: middle;
}
.icon-client-app .download-app-tip {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -48px;
  background: #707070;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding: 1px 6px;
  white-space: nowrap;
}
.copyright .link-beian:hover {
  color: #ddd;
}
.copyright .link-chengxin {
  display: inline-block;
  margin-left: 10px;
}
.copyright .link-chengxin img {
  height: 30px;
  display: inline-block;
  margin-bottom: -10px;
}
.footer-logo {
  padding: 12px 0;
  width: 200px;
}
.ie7 .footer-social a {
  margin-left: 0;
  margin-right: 23px;
}
.ie7 .footer-social a.icon-app {
  margin-right: 0;
}
.footer-about dl {
  width: 192px;
  float: left;
}
.footer-about dl dt {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #414a60;
  margin-bottom: 10px;
}
.footer-about dl dd a,
.footer-about dl dd p {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #8d92a1;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
.footer-about dl dd .report-mail {
  display: inline;
  font-size: 12px;
  color: #8d92a1;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
.footer-about dl dd a:hover {
  color: #0FAEF6;
}
.dialog-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252830;
  filter: alpha(opacity=70);
  background: rgba(37, 40, 48, 0.7);
  z-index: 1002;
}
.dialog-container {
  position: relative;
  z-index: 1003;
  min-width: 320px;
  padding: 24px 30px;
  max-height: 100%;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.11);
}
.dialog-container {
  padding: 0;
  border-radius: 12px;
}
.dialog-header {
  font-size: 14px;
  line-height: 26px;
}
.dialog-header .title {
  font-size: 16px;
  line-height: 70px;
  font-weight: 500;
  color: #414a60;
  padding-left: 30px;
}
.dialog-header,
.dialog-header h3.title {
  font-weight: 400;
}
.dialog-header .close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}
.dialog-header .close:before,
.dialog-header .close:after {
  content: '';
  position: absolute;
  left: 11px;
  top: 4px;
  width: 2px;
  height: 16px;
  background-color: #999999;
}
.dialog-header .close:before {
  transform: rotate(45deg);
}
.dialog-header .close:after {
  transform: rotate(-45deg);
}
.dialog-body {
  max-height: calc(100vh - 128px);
  overflow: auto;
}
.city-select-dialog .dialog-body {
  max-height: none;
  overflow: unset;
}
.city-select-wrapper {
  font-size: 14px;
  color: #424a5e;
  padding-bottom: 12px;
}
.city-select-wrapper .city-char-list {
  background: #f9fafb;
  overflow: hidden;
  width: 786px;
  height: 39px;
}
.city-select-wrapper .city-char-list li {
  float: left;
  width: 130px;
  line-height: 39px;
  position: relative;
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: all 0.2s linear;
}
.city-select-wrapper .city-char-list li.active,
.city-select-wrapper .city-char-list li:hover {
  color: #0FAEF6;
}
.city-select-wrapper .city-char-list li.active:before {
  content: " ";
  position: absolute;
  background-color: #0FAEF6;
  left: 25%;
  top: unset;
  bottom: 0;
  width: 50%;
  height: 2px;
}
.city-select-wrapper .city-list-select {
  padding: 20px 0;
  width: 786px;
  height: 378px;
  overflow: auto;
  overflow: overlay;
}
.city-select-wrapper .city-list-select li {
  line-height: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.city-select-wrapper .city-list-hot {
  padding: 20px 0;
  width: 786px;
  height: 378px;
  overflow: auto;
  overflow: overlay;
}
.city-select-wrapper .city-list-hot li {
  float: left;
  line-height: 40px;
  width: 20%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s linear;
}
.city-select-wrapper .city-list-select li .city-char {
  width: 11.2%;
  text-align: center;
  color: #0FAEF6;
  float: left;
}
.city-select-wrapper .city-list-select li .list-select-list {
  float: left;
  width: 88.8%;
}
.city-select-wrapper .city-list-select li .list-select-list a {
  width: 20%;
  text-align: left;
  margin-bottom: 8px;
  float: left;
  line-height: 40px;
  cursor: pointer;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
body ::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ddd;
  border-radius: 10px;
}
body ::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.login-box {
  width: 430px;
  height: 530px;
  background: #FFFFFF;
  box-shadow: rgba(167, 167, 167, 0.3) 0 0 10px;
  margin-left: 50px;
  box-sizing: border-box;
  padding: 70px 60px 30px;
  position: absolute;
  right: 14%;
  top: 180px;
  border-radius: 12px;
}
.login-box-tabs {
  margin-top: 15px;
}
.login-box-tabs ul li {
  flex: 1;
  min-width: 0;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.login-box-tabs ul .active {
  color: #333333;
  font-weight: 600;
}
.login-box-tabs ul .active::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #0FAEF6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-box-content {
  margin-top: 32px;
}
.login-box-content .input-box {
  position: relative;
  margin-bottom: 30px;
}
.login-box-content .input-box .area-code {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  cursor: pointer;
}
.login-box-content .input-box .area-code::before {
  background-color: #e8eaec;
  bottom: 0;
  content: '';
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.login-box-content .input-box .area-code::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #999999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.login-box-content .input-box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px 0 90px;
  border: 1px solid #e8eaec;
  font-size: 16px;
  outline: 0;
}
.login-box-content .input-box input:focus {
  border-color: #0FAEF6;
}
.login-box-content .input-box.sms-code {
  margin-bottom: 10px;
}
.login-box-content .input-box.sms-code input {
  padding: 0 160px 0 20px;
}
.login-box-content .input-box .sms-send {
  bottom: 1px;
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 128px;
}
.login-box-content .input-box .sms-send button {
  background: #fff;
  border: none;
  display: block;
  height: 100%;
  outline: none;
  text-align: center;
  width: 100%;
  color: #198afa;
  cursor: pointer;
}
.login-box-content .input-box .sms-send::after {
  background-color: #e8eaec;
  bottom: 0;
  content: '';
  height: 20px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.login-box-content .input-box.password-box {
  margin-bottom: 10px;
}
.login-box-content .input-box.password-box input {
  padding: 0 20px;
}
.login-box-content .login-type {
  margin-bottom: 20px;
  color: #198afa;
  text-align: right;
  cursor: pointer;
}
.login-box-content .login-btn button {
  background: #198afa;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.login-box-content .login-accept {
  margin-top: 20px;
  color: #999999;
}
.login-box-content .login-accept input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.login-box-content .login-accept label {
  cursor: pointer;
}
.login-box-content .login-accept a {
  color: #198afa;
}
.login-box-content .login-accept a:hover {
  color: #0FAEF6;
}
.hx-header {
  width: 100%;
  min-width: 1366px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.hx-header .logo {
  width: 132px;
  height: 34px;
  padding: 13px 0;
  float: left;
}
.hx-header .logo img {
  width: 132px;
  height: 34px;
}
.hx-header .bar-right {
  float: right;
}
.hx-header .bar-right .shortcut {
  padding: 0 20px;
  position: relative;
}
.hx-header .bar-right .shortcut::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #d3d3d3;
}
.hx-header .bar-right .user-wrap {
  padding: 0 35px 0 20px;
  cursor: pointer;
  position: relative;
}
.hx-header .bar-right .user-wrap .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 8px;
}
.hx-header .bar-right .user-wrap .avatar img {
  display: block;
  width: 32px;
  height: auto;
}
.hx-header .bar-right .user-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #d3d3d3;
}
.hx-header .bar-right .user-wrap::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #999999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.hx-header .bar-right .user-wrap ul {
  display: none;
  width: 120px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 5px;
  position: absolute;
  top: 60px;
  right: 20px;
  line-height: 32px;
  text-align: center;
}
.hx-header .bar-right .user-wrap ul li a {
  color: #333333;
}
.hx-header .bar-right .user-wrap ul li a:hover {
  color: #0FAEF6;
}
.hx-header .bar-right .user-wrap ul hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 5px 0;
}
.hx-header .bar-right .user-wrap:hover ul {
  display: block;
}
.hx-header .bar-right .post-job {
  padding-left: 20px;
}
.hx-header .bar-right .post-job a {
  display: block;
  width: 112px;
  height: 36px;
  line-height: 36px;
  background: #ff3c00;
  font-weight: 500;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}
.hx-header .bar-right .post-job a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.hx-header .bar-right .backhome {
  padding-left: 20px;
}
.hx-main {
  width: 100%;
  height: inherit;
  box-sizing: border-box;
  padding-top: 60px;
  min-width: 1366px;
  position: relative;
}
.hx-main .hx-nav {
  width: 172px;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
  overflow-y: auto;
}
.hx-main .hx-nav-box {
  padding: 12px 8px 48px;
}
.hx-main .hx-nav .hxnav-item {
  width: 156px;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 4px;
  font-size: 16px;
  text-align: left;
  line-height: 48px;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hx-main .hx-nav .hxnav-item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hx-main .hx-nav .hxnav-item:hover {
  color: #ff3c00;
}
.hx-main .hx-nav .hxnav-item.children {
  overflow: hidden;
  position: relative;
}
.hx-main .hx-nav .hxnav-item.children .arrow::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-width: 2px 0 0 2px;
  border-color: #333333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.hx-main .hx-nav .hxnav-item.active {
  background-color: rgba(255, 60, 0, 0.1);
  color: #ff3c00;
}
.hx-main .hx-nav .hxnav-item.active.children {
  position: relative;
}
.hx-main .hx-nav .hxnav-item.active.children .arrow::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #ff3c00;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.hx-main .hx-nav .hxnav-item.open{
  height:178px;
}
.hx-main .hx-nav .hxnav-item ul {
  padding-bottom: 10px;
}
.hx-main .hx-nav .hxnav-item ul li {
  line-height: 40px;
  padding: 0 25px 0 28px;
}
.hx-main .hx-nav .hxnav-item.active.children ul li a {
  color: #333333;
}
.hx-main .hx-nav .hxnav-item.active.children ul li a:hover {
  color: #ff3c00;
}
.hx-main .hx-nav .hxnav-item.children ul li.active a{
  color: #ff3c00 !important;
}
.hx-main .hx-content {
  height: 100%;
  box-sizing: border-box;
  padding: 12px 20px 0 184px;
}
.hx-main .hx-content-box {
  min-width: 1180px;
  min-height: calc(100vh - 184px);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 12px 24px;
}
.hx-main .hx-content-box .content-header {
  border-bottom: 1px solid #e8e8e8;
}
.hx-main .hx-content-box .content-header .header-tab {
  flex: 1;
  min-width: 0;
}
.hx-main .hx-content-box .content-header .header-tab a {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.hx-main .hx-content-box .content-header .header-tab .active {
  font-size: 16px;
  color: #ff3c00;
}
.hx-main .hx-content-box .content-header .header-tab .active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 42px;
  width: 26px;
  height: 4px;
  background-color: #ff3c00;
  border-radius: 2px;
}
.hx-main .hx-content-box .content-header .header-btn a {
  display: block;
  width: 136px;
  height: 40px;
  border-radius: 4px;
  background: #ff704f;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.hx-main .hx-content-box .content-header .header-btn a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.hx-main .hx-content-box .content-table {
  padding-top: 30px;
}
.hx-main .hx-content-box .content-table .table-item {
  padding: 0 20px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(167, 167, 167, 0.3);
  margin-bottom: 15px;
}
.hx-main .hx-content-box .content-table .table-item .table-top {
  padding: 15px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.hx-main .hx-content-box .content-table .table-item .table-top .top-info {
  flex: 1;
  min-width: 0;
}
.hx-main .hx-content-box .content-table .table-item .table-top .top-info .name {
  font-size: 18px;
  font-weight: 600;
  color: #0FAEF6;
  margin-bottom: 10px;
}
.hx-main .hx-content-box .content-table .table-item .table-top .top-info .status {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #ff5252;
}
.hx-main .hx-content-box .content-table .table-item .table-top .top-info .label {
  color: #999999;
}
.hx-main .hx-content-box .content-table .table-item .table-top .top-name {
  color: #999999;
  padding-top: 15px;
}
.hx-main .hx-content-box .content-table .table-item .table-middle {
  padding: 15px 0;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item {
  flex: 1;
  min-width: 0;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .item {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .item-list .item {
  float: left;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .label {
  color: #999999;
  margin-bottom: 8px;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .info {
  font-size: 16px;
  color: #333333;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .money {
  color: #ff3c00;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-item .item-info span {
  color: #999999;
  margin-right: 5px;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-operation {
  padding: 0 20px;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-operation .separator {
  color: #dddddd;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-operation a {
  display: inline-block;
  padding: 0 10px;
  color: #0FAEF6;
}
.hx-main .hx-content-box .content-table .table-item .table-middle .middle-operation a:hover {
  color: #198afa;
}
.hx-main .hx-content-box .content-table .table-item .table-foot {
  padding: 15px 0;
  border-top: 1px dashed #e8e8e8;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item {
  flex: 1;
  min-width: 0;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 8px;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .avatar img {
  display: block;
  width: 32px;
  height: auto;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .info .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .info .label {
  color: #999999;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .info .label .separator {
  margin: 0 5px;
  color: #dddddd;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .item-list .avatar {
  display: inline-block;
  vertical-align: middle;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .item-list .info {
  display: inline-block;
  vertical-align: middle;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .item-list .info .status {
  color: #ff5252;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .item-list .info .status img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.hx-main .hx-content-box .content-table .table-item .table-foot .foot-item .item-time {
  color: #999999;
  text-align: right;
}
.hx-main .hx-content-footer {
  color: #9fa4b0;
  font-size: 12px;
  text-align: center;
  padding: 24px 0;
}
.hx-main .hx-content-footer .footer-links {
  margin-bottom: 8px;
}
.hx-main .hx-content-footer .footer-links a {
  color: #9fa4b0;
}
.hx-main .hx-content-footer .footer-links .footer-separator {
  margin: 0 16px;
}
.wallet-header {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
}
.wallet-header h2 {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.wallet-header .btn-recharge {
  padding-right: 20px;
  position: relative;
}
.wallet-header .btn-recharge::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-color: #666666;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.wallet-list {
  padding: 20px 0;
}
.wallet-list .wallet-item {
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 28px 20px;
  height: 80px;
  background-color: #f7f7f7;
}
.wallet-list .wallet-item .wallet-info {
  flex: 1;
  min-width: 0;
}
.wallet-list .wallet-item .wallet-info .title {
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.wallet-list .wallet-item .wallet-info .amount {
  width: 250px;
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
}
.wallet-list .wallet-item .wallet-info .amount .label {
  color: #7a7a7a;
  margin-right: 5px;
}
.wallet-list .wallet-item .wallet-info .amount .value {
  color: #ff3c00;
  font-weight: 600;
}
.wallet-list .wallet-item .recharge-btn {
  margin-left: 10px;
  padding: 6px 30px;
  display: inline-block;
  text-align: center;
  background-color: #ff3c00;
  border:1px solid #ffec00;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.wallet-list .wallet-item .cash-btn {
  margin-left: 10px;
  padding: 6px 30px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border:1px solid #DDDDDD;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.wallet-detail {
  padding: 20px 0;
}
.wallet-detail .balance-item {
  width: 32%;
  height: 100px;
  box-sizing: border-box;
  padding: 24px;
  background: url(../images/balance_bg.png) no-repeat 50%;
  background-size: 100% 100%;
}
.wallet-detail .balance-item .label {
  color: #7a7a7a;
}
.wallet-detail .balance-item .value {
  font-size: 28px;
  font-weight: 500;
  color: #ff3c00;
}
.wallet-detail .wallet-filter {
  margin: 20px 0;
}
.wallet-detail .wallet-filter select {
  width: 150px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  outline: 0;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  border-radius: 4px;
}
.wallet-detail .wallet-filter select:focus {
  border-color: #0FAEF6;
}
.wallet-detail .wallet-filter .total {
  margin-left: 10px;
}
.wallet-detail .wallet-filter .total .income {
  color: #ff3c00;
}
.wallet-detail .wallet-filter .total-split {
  padding: 0 5px;
}
.wallet-detail .detail-table {
  border: 1px solid #ebeef5;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.wallet-detail .detail-table .has-gutter tr th {
  padding: 12px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebeef5;
  font-weight: 600;
}
.wallet-detail .detail-table tbody tr {
  border-bottom: 1px solid #ebeef5;
}
.wallet-detail .detail-table tbody tr:last-child {
  border-bottom: none;
}
.wallet-detail .detail-table tbody tr td {
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.wallet-detail .detail-table tbody tr td .type.income {
  color: #ff3c00;
}
.wallet-detail .detail-table tbody tr td .type.expense {
  color: #999999;
}
.wallet-detail .detail-table .no-data {
  padding: 40px 0;
  text-align: center;
  color: #999999;
}
.msg-header {
  padding: 10px 0;
}
.msg-header h2 {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.msg-content {
  width: 100%;
  height: calc(100vh - 260px);
}
.msg-content .msg-session {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  box-sizing: border-box;
  border-radius: 12px;
}
.msg-content .msg-session .session-list {
  padding: 20px 0;
}
.msg-content .msg-session .session-list .item {
  padding: 10px 25px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  position: relative;
}
.msg-content .msg-session .session-list .item:hover {
  background: #e8e8e8;
}
.msg-content .msg-session .session-list .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}
.msg-content .msg-session .session-list .item .title .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff3c00;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 10px;
}
.msg-content .msg-session .session-list .item .time {
  color: #999999;
}
.msg-content .msg-chat {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  margin-left: 12px;
  border-radius: 12px;
}
.msg-content .msg-chat .msg-detail {
  padding: 20px;
}
.msg-content .msg-chat .msg-detail .msg-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.msg-content .msg-chat .msg-detail .msg-header .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.msg-content .msg-chat .msg-detail .msg-header .time {
  color: #999999;
}
.msg-content .msg-chat .msg-detail .content {
  padding: 20px 0;
}
.center-header {
  border-bottom: 1px solid #e8e8e8;
}
.center-header .header-tab a {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.center-header .header-tab .active {
  font-size: 16px;
  color: #ff3c00;
}
.center-header .header-tab .active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 42px;
  width: 26px;
  height: 4px;
  background-color: #ff3c00;
  border-radius: 2px;
}
.center-content {
  padding: 20px;
}
.center-content .person {
  width: 700px;
}
.center-content .person .item {
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.center-content .person .item.itemHeader {
  height: 130px !important;
}
.center-content .person .item .label {
  width: 80px;
  color: #666666;
}
.center-content .person .item .avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 130px;
}
.center-content .person .item .avatar img {
  display: block;
  width: 120px;
  height: 120px;
}
.center-content .person .item .info input {
  outline: none;
  margin-right: 15px;
  padding: 0 14px;
  width: 206px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.center-content .person .item .btn {
  color: #ff552e;
  cursor: pointer;
}
.center-content .person .item .btn img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.center-content .auth {
  padding: 20px 0;
}
.center-content .auth-header {
  width: 800px;
  box-sizing: border-box;
  padding: 30px;
  background: #FBFBFB;
}
.center-content .auth-header .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.center-content .auth-header .item .label {
  color: #999999;
  margin-bottom: 20px;
}
.center-content .auth-header .item .btn a {
  display: block;
  text-align: center;
  width: 107px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #FF542E;
  text-decoration: none;
  border-radius: 2px;
}
.center-content .auth-header .m-top {
  margin-top: 20px;
}
.center-content .editpwd {
  padding: 20px 0;
}
.center-content .editpwd .item {
  margin-bottom: 20px;
}
.center-content .editpwd .item .label {
  width: 80px;
  color: #666666;
  text-align: right;
  margin-right: 30px;
}
.center-content .editpwd .item .label span {
  color: #ff552e;
  margin-right: 5px;
}
.center-content .editpwd .item .info input {
  outline: none;
  padding: 0 14px;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.center-content .editpwd .item .info input[disabled] {
  background: none;
  border: none;
  color: #333333 !important;
}
.center-content .editpwd .item .info button {
  height: 40px;
  border: 0;
  background: #ff552e;
  color: #fff;
  width: 140px;
  font-size: 16px;
  padding-left: 0;
  outline: none;
  cursor: pointer;
}
.center-content .editpwd .item .info a {
  margin-left: 20px;
}
.center-content .account {
  padding: 20px 0;
}
.center-content .account .item {
  margin-bottom: 20px;
}
.center-content .account .item .label {
  width: 135px;
  color: #999999;
  text-align: right;
  margin-right: 30px;
}
.center-content .account .item .label span {
  color: #ff552e;
  margin-right: 5px;
}
.center-content .account .item .info input {
  outline: none;
  padding: 0 14px;
  width: 290px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.center-content .account .item .info input[disabled] {
  background: none;
  border: none;
  color: #333333 !important;
}
.center-content .account .item .info button {
  height: 40px;
  border: 0;
  background: #ff552e;
  color: #fff;
  width: 140px;
  font-size: 16px;
  padding-left: 0;
  outline: none;
  cursor: pointer;
}
.center-content .account .item .info a {
  margin-left: 20px;
}
.centerMain {
  background: #FFFFFF;
  margin-bottom: 20px;
}
.mainTitle {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.mainContent {
  padding: 20px 0;
  width: 480px;
  margin: 0 auto;
}
.mainContent .item {
  padding: 10px 0;
  font-size: 16px;
}
.mainContent .item span {
  font-size: 14px;
  color: #999999;
}
.mainContent .item i {
  display: inline-block;
  width: 16px;
}
.mainContent .item a {
  color: #9a0a01;
}
.safeContent {
  padding-bottom: 20px;
  background: #FFFFFF;
  margin-bottom: 40px;
}
.safeContent .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 100px;
  border-bottom: 1px solid #DDDDDD;
}
.safeContent .item:last-child {
  border-bottom: 0;
}
.safeContent .item .label {
  font-size: 16px;
  margin-right: 100px;
}
.safeContent .item .label img {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
.safeContent .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  color: #999999;
}
.safeContent .item .btn {
  width: 120px;
  text-align: center;
}
.safeContent .item .btn a {
  color: #9a0a01;
}
.mainContent .itemInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.mainContent .itemInput span {
  width: 130px;
  color: #999999;
}
.mainContent .itemInput input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 0 10px;
}
.mainContent .tips {
  padding: 10px 0;
}
.mainContent .tips a {
  color: #4198FF;
}
.upload .upItem {
  width: 200px;
  float: left;
}
.upload .upItem:nth-child(2) {
  float: right;
}
.upItem .upInput {
  width: 100%;
  height: 180px;
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.upItem .upInput input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.upItem .upInput .add {
  font-size: 60px;
  font-weight: 100;
  color: #999999;
  text-align: center;
}
.upItem .upInput .tips {
  text-align: center;
  color: #d6363b;
}
.mainContent .itemInput input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
.upItem .upTips {
  padding: 0 0 10px;
}
.upItem .upTips img {
  display: block;
  width: 100px;
  margin-top: 10px;
}
.mainContent .tipBox {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 8px;
  margin: 10px 0;
}
.mainContent .tipBox p {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.mainContent .tipBox p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.mainContent .tipBox p:last-child {
  padding-left: 0;
}
.mainContent .tipBox p:last-child:before {
  display: none;
}
.centerBtn button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #ff552e;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  margin: 20px 0;
}
.post-main {
  width: 1366px;
  margin: 0 auto;
}
.post-main .hx-nav {
  width: 172px;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 60px;
}
.post-main .hx-nav-box {
  padding: 12px 8px 48px;
}
.post-main .hx-nav .hxnav-item {
  width: 156px;
  height: 48px;
  padding: 0 16px;
  margin-bottom: 4px;
  font-size: 16px;
  text-align: left;
  line-height: 48px;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.post-main .hx-nav .hxnav-item:hover {
  color: #ff3c00;
}
.post-main .hx-nav .hxnav-item.active {
  background-color: rgba(255, 60, 0, 0.1);
  color: #ff3c00;
}
.post-main .hx-content {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding-top: 60px;
}
.post-main .hx-content-box {
  min-width: 1180px;
  min-height: calc(100vh - 180px);
  box-sizing: border-box;
  padding: 12px 24px;
}
.post-main .hx-content-box .unit {
  background: #fff;
  padding: 8px 16px;
  margin-bottom: 24px;
}
.post-main .hx-content-box .postItem {
  margin: 16px 0;
}
.post-main .hx-content-box .postItem .label {
  width: 85px;
  margin-right: 20px;
  text-align: right;
}
.post-main .hx-content-box .postItem .label span {
  color: #ff552e;
  margin-right: 5px;
}
.post-main .hx-content-box .postItem .input-box input,
.post-main .hx-content-box .postItem .input-box select,
.post-main .hx-content-box .postItem .input-box textarea {
  outline: none;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  font-size: 14px;
  color: #333333;
  padding: 0 14px;
  border-radius: 4px;
}
.post-main .hx-content-box .postItem .input-box input:focus,
.post-main .hx-content-box .postItem .input-box select:focus,
.post-main .hx-content-box .postItem .input-box textarea:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .postItem .input-box input,
.post-main .hx-content-box .postItem .input-box select {
  width: 520px;
  height: 36px;
}
.post-main .hx-content-box .postItem .input-box textarea {
  width: 100%;
  height: 80px;
  padding-top: 10px;
  resize: none;
}
.post-main .hx-content-box .postItem .last-job span {
  color: #999999;
}
.post-main .hx-content-box .postItem .last-job a {
  display: inline-block;
  margin-left: 20px;
  background: #e3e3e3;
  padding: 4px 8px;
}
.post-main .hx-content-box .postItem .ment {
  color: #999999;
  margin-left: 10px;
}
.post-main .hx-content-box .postItem .input-salary .ant-input {
  width: 200px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #e8eaec;
  border-radius: 4px;
}
.post-main .hx-content-box .postItem .input-salary .ant-input:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .postItem .input-salary .split-text {
  font-size: 12px;
  color: #999999;
  margin: 0 16px;
}
.post-main .hx-content-box .postItem .input-salary .salary-checkbox {
  font-size: 14px;
  color: #9fa4b0;
  cursor: pointer;
}
.post-main .hx-content-box .postItem .input-salary .salary-checkbox .ant-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.post-main .hx-content-box .postItem .input-salary .salary-checkbox .ant-checkbox-input {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.post-main .hx-content-box .postItem .post-allowance {
  position: relative;
}
.post-main .hx-content-box .postItem .post-allowance a {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px rgba(0, 0, 0, 0.016);
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.post-main .hx-content-box .postItem .post-allowance a:hover {
  color: #ff3c00;
  border-color: #ff3c00;
}
.post-main .hx-content-box .postItem .post-allowance .active {
  background: #ff3c00;
  border-color: #ff3c00;
  color: #FFFFFF;
}
.post-main .hx-content-box .postItem .post-allowance .active:hover {
  color: #FFFFFF;
  background: #ff6229;
}
.post-main .hx-content-box .postItem .post-allowance .more {
  position: relative;
  padding-right: 30px;
}
.post-main .hx-content-box .postItem .post-allowance .more::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999999;
}
.post-main .hx-content-box .postItem .post-allowance .allowance-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9;
  width: 75px;
  background: #FFFFFF;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.post-main .hx-content-box .postItem .post-allowance .allowance-dropdown ul li {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
}
.post-main .hx-content-box .postItem .post-allowance .allowance-dropdown ul li:hover {
  background-color: #fff0e6;
}
.post-main .hx-content-box .postItem .allowance-checkbox {
  font-size: 14px;
  color: #9fa4b0;
  margin-left: 15px;
  cursor: pointer;
}
.post-main .hx-content-box .postItem .allowance-checkbox .ant-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.post-main .hx-content-box .postItem .allowance-checkbox .ant-checkbox-input {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.post-main .hx-content-box .postItem .post-workyear {
  position: relative;
}
.post-main .hx-content-box .postItem .post-workyear a {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px rgba(0, 0, 0, 0.016);
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.post-main .hx-content-box .postItem .post-workyear a:hover {
  color: #ff3c00;
  border-color: #ff3c00;
}
.post-main .hx-content-box .postItem .post-workyear .active {
  background: #ff3c00;
  border-color: #ff3c00;
  color: #FFFFFF;
}
.post-main .hx-content-box .postItem .post-workyear .active:hover {
  color: #FFFFFF;
  background: #ff6229;
}
.post-main .hx-content-box .postItem .post-workyear .more {
  position: relative;
  padding-right: 30px;
  min-width: 38px;
}
.post-main .hx-content-box .postItem .post-workyear .more::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999999;
}
.post-main .hx-content-box .postItem .post-workyear .workyear-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9;
  width: 85px;
  background: #FFFFFF;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.post-main .hx-content-box .postItem .post-workyear .workyear-dropdown ul li {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
}
.post-main .hx-content-box .postItem .post-workyear .workyear-dropdown ul li:hover {
  background-color: #fff0e6;
}
.post-main .hx-content-box .postItem .welfare-input input {
  width: 240px;
  height: 36px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  font-size: 14px;
  color: #333333;
  padding: 0 14px;
  border-radius: 4px;
}
.post-main .hx-content-box .postItem .welfare-input input:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .postItem .welfare-add {
  margin-left: 15px;
}
.post-main .hx-content-box .postItem .welfare-add a {
  color: #ff3c00;
}
.post-main .hx-content-box .job-description {
  margin: 16px 0;
}
.post-main .hx-content-box .job-description .label {
  width: 85px;
  margin-right: 20px;
  text-align: right;
}
.post-main .hx-content-box .job-description .label span {
  color: #ff552e;
  margin-right: 5px;
}
.post-main .hx-content-box .job-description .description-input .ant-input-textarea {
  position: relative;
}
.post-main .hx-content-box .job-description .description-input textarea {
  width: 800px;
  height: 200px;
  padding: 10px 14px;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  outline: none;
  resize: none;
  line-height: 30px;
}
.post-main .hx-content-box .job-description .description-input textarea:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .job-description .description-input .desc_input_limit {
  position: absolute;
  bottom: 10px;
  right: 14px;
  color: #999999;
}
.post-main .hx-content-box .job-description .description-ment {
  margin-top: 8px;
  color: #999999;
}
.post-main .hx-content-box .invite-box {
  margin-bottom: 20px;
}
.post-main .hx-content-box .invite-box .invite-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input {
  margin-bottom: 15px;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input span {
  display: block;
  width: 30px;
  line-height: 36px;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input input {
  width: 572px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #e8eaec;
  border-radius: 4px;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input input:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input textarea {
  width: 600px;
  height: 120px;
  padding: 2px 14px;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  outline: none;
  resize: none;
  line-height: 30px;
}
.post-main .hx-content-box .invite-box .invite-input .ant-input textarea:focus {
  border-color: #ff3c00;
}
.post-main .hx-content-box .invite-box .invite-input .fx-btn {
  padding: 6px 20px;
  background: #ff3c00;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 15px;
}
.post-main .hx-content-box .invite-box .addInput {
  width: 100px;
  height: 28px;
  line-height: 28px;
  background-color: #ff3c00;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
}
.post-main .hx-content-box .form-submit {
  margin-bottom: 80px;
}
.post-main .hx-content-box .form-submit .form-agree {
  margin-bottom: 10px;
}
.post-main .hx-content-box .form-submit .form-btn button {
  width: 240px;
  height: 36px;
  line-height: 36px;
  border: 0;
  color: #fff;
  background-color: #ff3c00;
  border-color: #ff3c00;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px rgba(0, 0, 0, 0.043);
  cursor: pointer;
}
.post-main .hx-content-box .form-submit .form-btn .declare {
  margin-left: 20px;
  color: #999999;
}
.post-main .hx-content-footer {
  color: #9fa4b0;
  font-size: 12px;
  text-align: center;
  padding: 24px 0;
}
.post-main .hx-content-footer .footer-links {
  margin-bottom: 8px;
}
.post-main .hx-content-footer .footer-links a {
  color: #9fa4b0;
}
.post-main .hx-content-footer .footer-links .footer-separator {
  margin: 0 16px;
}
.layui-layout-admin .layui-header {
  background-color: #FFFFFF;
}
.layui-layout-admin .layui-side {
  width: 162px;
  left: 15px;
  top: 75px;
}
.layui-layout-admin .layui-side .layui-nav {
  background-color: #FFFFFF;
  padding: 8px 0;
  border-radius: 8px;
}
.layui-layout-admin .layui-side .layui-nav-tree {
  width: 162px;
}
.layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child {
  background-color: #FFFFFF;
}
.layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item > a {
  padding: 0 20px;
  color: #828b97;
}
.layui-layout-admin .layui-side .layui-nav-tree .layui-this {
  background-color: rgba(0, 185, 239, 0.06);
}
.layui-layout-admin .layui-side .layui-nav-tree .layui-this a {
  background-color: rgba(0, 185, 239, 0.06);
  color: #333333;
}
.layui-layout-admin .layui-side .layui-nav-tree .layui-nav-more {
  padding: 0;
}
.layui-layout-admin .layui-side .layui-nav-itemed > a {
  box-sizing: border-box;
  background-color: rgba(0, 185, 239, 0.06);
  color: #333333 !important;
  padding: 0 20px;
}
.layui-layout-admin .layui-side .layui-nav-itemed > a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #00b9ef;
}
.layui-layout-admin .layui-body {
  left: 177px;
  min-width: 1100px;
}
.layui-layout-admin .layui-main {
  top: 60px;
  left: 0;
  min-width: 1200px;
}
.layui-side-scroll {
  width: 162px;
}
.layui-nav {
  color: #333333;
}
.layui-nav .layui-nav-item a {
  color: #333333;
}
.layui-nav .layui-nav-item a:hover {
  color: #2d8cf0;
}
.layui-nav .layui-this::after {
  width: 30px;
  left: 50%;
  margin-left: -15px;
}
.layui-nav .notice a {
  padding: 0;
}
.layui-nav .notice img {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-top: -6px;
}
.layui-nav .msg {
  width: 32px;
  height: 32px;
  background: #0ed0c3;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
.layui-nav .msg a {
  padding: 0;
}
.layui-nav .msg img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.layui-nav .upload a {
  width: 100px;
  height: 32px;
  box-sizing: border-box;
  background: linear-gradient(63.7deg, #83c3fb, #83c3fb 18%, #446dea 87%, #446dea);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  margin-right: 16px;
  cursor: pointer;
  font-weight: 400;
}
.common-search {
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.common-search .search-area {
  flex: 1 1 0%;
  position: relative;
}
.common-search .search-area input {
  background-color: #f5f8fc;
  border-radius: 40px;
}
.common-search .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 20px;
}
.common-search .search-btn img {
  display: block;
  width: 40px;
  height: 40px;
}
.filter-area {
  padding: 16px 24px 0;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 10px;
}
.accept-area {
  background: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 24px;
}
.accept-area .accept-header {
  padding: 24px 24px 0;
}
.accept-area .accept-header .accept-title {
  flex: 1;
  min-width: 0;
}
.accept-area .accept-header .accept-title a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
.accept-area .accept-header .accept-title .active {
  color: #00addf;
}
.accept-area .accept-header .accept-title .active::after {
  display: block;
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #00b9ef;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.accept-area .accept-select .layui-form-select {
  width: 160px;
  display: inline-block;
}
.accept-area .accept-select .layui-input {
  height: 32px;
  border-radius: 16px;
}
.accept-area .accept-select .accept-rules {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.accept-area .accept-select .accept-rules img {
  display: block;
  width: 28px;
  height: 28px;
}
.accept-area .accept-list {
  padding: 24px 24px;
}
.accept-area .accept-list .acceptItem {
  padding: 24px 24px 14px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: rgba(104, 152, 166, 0.16) 0px 1px 6px 2px;
  margin-bottom: 15px;
  cursor: pointer;
}
.accept-area .accept-list .acceptItem .item-header {
  padding-bottom: 12px;
  border-bottom: 1px dashed #dce4ed;
}
.accept-area .accept-list .acceptItem .item-header .header-info {
  margin-bottom: 10px;
}
.accept-area .accept-list .acceptItem .item-header .header-info .job-name {
  font-size: 16px;
  font-weight: 600;
  color: #00ADDF;
  flex: 1;
  min-width: 0;
}
.accept-area .accept-list .acceptItem .item-header .header-info .partner-name {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.accept-area .accept-list .acceptItem .item-header .header-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .intro {
  font-size: 0;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .intro span {
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
  font-size: 12px;
  color: #999999;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .intro span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: rgba(130, 139, 151, 0.4);
}
.accept-area .accept-list .acceptItem .item-header .header-detail .intro span:last-child::after {
  display: none;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .func-item {
  margin-left: 10px;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .func-item span {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  vertical-align: middle;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .func-item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 2px;
  background: #868686;
  vertical-align: middle;
  margin-right: 5px;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .func-item .icon img {
  display: block;
  width: 12px;
  height: 12px;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .active span {
  color: #00ADDF;
}
.accept-area .accept-list .acceptItem .item-header .header-detail .extra-funcs .active .icon {
  background: #00ADDF;
}
.accept-area .accept-list .acceptItem .item-body {
  padding: 16px 0;
  border-bottom: 1px dashed #dce4ed;
}
.accept-area .accept-list .acceptItem .item-body .price {
  width: 45%;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-type {
  width: 120px;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-label {
  flex: 1;
  min-width: 0;
  font-size: 12px;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-label div {
  margin-top: 8px;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-label .label {
  color: #999999;
  margin-top: 0;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-detail {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: #df8400;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-detail div {
  margin-top: 8px;
}
.accept-area .accept-list .acceptItem .item-body .price .charge-detail .label {
  color: #999999;
  margin-top: 0;
}
.accept-area .accept-list .acceptItem .item-body .status {
  width: 30%;
}
.accept-area .accept-list .acceptItem .item-body .status .total p {
  font-size: 12px;
  color: #999999;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
}
.accept-area .accept-list .acceptItem .item-body .status .total p span {
  color: #333333;
}
.accept-area .accept-list .acceptItem .item-body .status .total p::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 9px;
  transform: translate(-50%, -50%);
  background-color: rgba(130, 139, 151, 0.4);
}
.accept-area .accept-list .acceptItem .item-body .status .total p:last-child::after {
  display: none;
}
.accept-area .accept-list .acceptItem .item-body .job-msg {
  width: 19%;
}
.accept-area .accept-list .acceptItem .item-body .job-msg .msgItem {
  font-size: 12px;
  margin-bottom: 5px;
}
.accept-area .accept-list .acceptItem .item-body .job-msg .msgItem .label {
  color: #999999;
}
.accept-area .accept-list .acceptItem .item-body .job-invit {
  width: 19%;
}
.accept-area .accept-list .acceptItem .item-body .job-invit .num {
  font-size: 32px;
  font-weight: 500;
  color: #00B9EF;
}
.accept-area .accept-list .acceptItem .item-body .job-invit .num span {
  padding-right: 10px;
  position: relative;
}
.accept-area .accept-list .acceptItem .item-body .job-invit .active span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff3c00;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}
.accept-area .accept-list .acceptItem .item-foot {
  padding-top: 12px;
}
.accept-area .accept-list .acceptItem .item-foot .company-info {
  width: 45%;
}
.accept-area .accept-list .acceptItem .item-foot .company-info .logo-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.accept-area .accept-list .acceptItem .item-foot .company-info .logo-box img {
  display: block;
  width: 36px;
  height: 36px;
}
.accept-area .accept-list .acceptItem .item-foot .company-info .intro {
  font-size: 12px;
}
.accept-area .accept-list .acceptItem .item-foot .company-info .intro .intro-type {
  color: #999999;
}
.accept-area .accept-list .acceptItem .item-foot .company-info .intro .intro-type span {
  margin: 0 5px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .other-allocate span {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #999999;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .avatar img {
  display: block;
  width: 36px;
  height: 36px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .info .status2 {
  font-size: 12px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .info .status2 img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .other-info .info .status2 span {
  display: inlin-block;
  vertical-align: middle;
  color: #999999;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .operate-btns button {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  width: 72px;
  padding: 0px;
  color: #ffffff;
  border: none;
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border-radius: 16px;
  cursor: pointer;
  margin-left: 10px;
}
.accept-area .accept-list .acceptItem .item-foot .right-area .operate-btns .default {
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #446dea;
  color: #446dea;
}
.layui-jobdetail {
  width: 100%;
  height: calc(100% - 90px);
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  top: 60px;
}
.layui-jobdetail .layui-side {
  top: 161px;
}
.layui-jobdetail .layui-body {
  top: 90px;
  height: calc(100% - 60px);
  overflow-y: auto;
}
.layui-jobdetail .jobdetail-header {
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding: 16px 32px;
  background: #FFFFFF;
  border-radius: 8px;
  position: fixed;
  top: 75px;
  left: 15px;
  z-index: 9;
}
.layui-jobdetail .jobdetail-header .jobtitle {
  font-size: 24px;
  font-weight: 600;
}
.layui-jobdetail .jobdetail-header .header-btn a {
  color: #00ADDF;
  margin-left: 10px;
}
.layui-jobdetail .jobdetail-header .header-btn .clue {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  width: 72px;
  padding: 0px;
  color: #ffffff;
  border: none;
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border-radius: 16px;
  text-align: center;
}
.layui-jobdetail .jobdetail-content {
  padding: 0 24px 24px;
  background: #FFFFFF;
  border-radius: 8px;
  flex: 1;
  min-width: 0;
}
.layui-jobdetail .jobdetail-content .jobdetail-qa .title {
  font-size: 16px;
  font-weight: 600;
  padding: 40px 0 10px;
  border-bottom: 1px dashed #dce4ed;
}
.layui-jobdetail .jobdetail-content .jobdetail-qa .qa-content {
  padding: 24px;
  border-radius: 8px;
  background: #f5f8fc;
  margin-top: 8px;
}
.layui-jobdetail .jobdetail-content .jobdetail-qa .qa-content ul li {
  margin-top: 16px;
}
.layui-jobdetail .jobdetail-info {
  width: 334px;
  margin-left: 10px;
}
.layui-jobdetail .jobdetail-info .info-review {
  width: 100%;
  min-height: 222px;
  box-sizing: border-box;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.layui-jobdetail .jobdetail-info .info-review .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #3d3d3d;
  text-align: left;
  margin-bottom: 24px;
}
.layui-jobdetail .jobdetail-info .info-review .title .line {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: linear-gradient(9.2deg, #83c3fb, #83c3fb 1%, #446dea 99%, #446dea);
  margin-right: 8px;
}
.layui-jobdetail .jobdetail-info .info-review .personInfo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.layui-jobdetail .jobdetail-info .info-review .personInfo .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 6px;
  overflow: hidden;
}
.layui-jobdetail .jobdetail-info .info-review .personInfo .avatar img {
  display: block;
  width: 48px;
  height: 48px;
}
.layui-jobdetail .jobdetail-info .info-review .personInfo .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #142d4c;
  text-align: left;
  margin-right: 6px;
  white-space: nowrap;
}
.layui-jobdetail .jobdetail-info .info-review .total {
  width: 100%;
  display: flex;
}
.layui-jobdetail .jobdetail-info .info-review .total .totalItem {
  flex: 1 1 0%;
}
.layui-jobdetail .jobdetail-info .info-review .total .totalItem .itemName {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #828b97;
  text-align: center;
  margin-bottom: 8px;
}
.layui-jobdetail .jobdetail-info .info-review .total .totalItem .itemValue {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #142d4c;
  text-align: center;
}
.layui-jobdetail .jobdetail-info .info-review .companyInfo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.layui-jobdetail .jobdetail-info .info-review .companyInfo .logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 6px;
  overflow: hidden;
}
.layui-jobdetail .jobdetail-info .info-review .companyInfo .logo img {
  display: block;
  width: 48px;
  height: 48px;
}
.layui-jobdetail .jobdetail-info .info-review .companyInfo .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #142d4c;
  text-align: left;
  margin-right: 6px;
  white-space: nowrap;
}
.layui-jobdetail .jobdetail-info .info-review .companyItem .item {
  display: flex;
  margin: 0 8px 8px;
}
.layui-jobdetail .jobdetail-info .info-review .companyItem .item .label {
  font-size: 14px;
  color: #828b97;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
}
.layui-jobdetail .jobdetail-info .info-review .companyItem .item .info {
  max-width: 226px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-left: 16px;
}
.layui-jobdetail .jobdetail-info .info-review .profile {
  margin: 30px 8px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #3d3d3d;
}
.layui-jobdetail .jobdetail-info .info-review .projectinfo {
  margin-top: 24px;
  font-size: 12px;
  color: #e17a25;
  line-height: 20px;
}
.myresume {
  padding: 24px 10px 0;
  background: #FFFFFF;
}
.myresume .search-area {
  display: flex;
  flex-wrap: wrap;
}
.myresume .search-area .formItem {
  flex-basis: 264px;
}
.myresume .search-area .formItem .label {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  color: #828b97;
}
.myresume .search-area .formItem .control input {
  box-sizing: border-box;
  width: 240px;
  height: 32px;
  line-height: 32px;
}
.myresume .search-area .formItem .control .layui-form-select {
  width: 240px;
}
.myresume .search-area .formItem .scope .layui-form-select {
  display: inline-block;
  width: 110px;
}
.myresume .search-area .formItem .scope input {
  display: inline-block;
  width: 110px;
}
.myresume .search-area .formItem .scope span {
  display: inline-block;
  margin: 0 3px;
}
.myresume .search-area .divider {
  width: 100%;
  margin: 24px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.myresume .search-area .form-operators {
  width: 100%;
  text-align: right;
}
.myresume .search-area .form-operators button {
  border-width: 1px;
  border-color: #446dea;
  border-radius: 16px;
  color: #446dea;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.043) 0px 2px 0px;
  text-shadow: rgba(0, 0, 0, 0.12) 0px -1px 0px;
  height: 32px;
  line-height: 1.5715;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-left: 24px;
}
.myresume .search-area .form-operators .primary {
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border: none;
  color: #ffffff;
}
.myresume .tabslist {
  margin-top: 24px;
  padding-bottom: 20px;
}
.myresume .tabslist .tabs-nav {
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.myresume .tabslist .tabs-nav .navItem {
  cursor: pointer;
  font-size: 14px;
  padding: 12px 0px;
  position: relative;
  margin-right: 30px;
}
.myresume .tabslist .tabs-nav .active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #00b9ef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.myresume .tabs-area .tabs-header {
  margin-bottom: 15px;
  padding: 0 17px;
}
.myresume .tabs-area .tabs-header button {
  display: inline-block;
  height: 32px;
  box-sizing: border-box;
  padding: 4px 15px;
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 16px;
  margin-right: 10px;
  cursor: pointer;
}
.myresume .tabs-area .tabs-header button[disabled] {
  background: #eaeef3;
  color: #a1aebe;
  cursor: default;
}
.myresume .tabs-area .tabs-header .select-sort {
  width: 180px;
  float: right;
}
.myresume .tabs-area .tabs-header .select-sort .layui-input {
  border: 0;
  text-align: right;
}
.myresume .tabs-area .tabs-header .select-sort .layui-input:focus {
  border: 0;
  box-shadow: none;
}
.myresume .tabs-list {
  margin-bottom: 20px;
}
.myresume .tabs-list .tabsItem {
  border: 1px solid #dddddd;
  display: flex;
  padding: 23px 16px;
  margin-top: 12px;
}
.myresume .tabs-list .tabsItem .tabs-checkbox {
  margin-top: 2px;
}
.myresume .tabs-list .tabsItem .userInfo {
  flex: 1;
  min-width: 0;
}
.myresume .tabs-list .tabsItem .userInfo .title .name {
  font-size: 16px;
}
.myresume .tabs-list .tabsItem .userInfo .title .name a {
  color: #00b9ef;
}
.myresume .tabs-list .tabsItem .userInfo .title .update-time {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}
.myresume .tabs-list .tabsItem .userInfo .base-info {
  font-size: 12px;
  margin: 8px 0;
}
.myresume .tabs-list .tabsItem .userInfo .base-info span {
  display: inline-block;
  vertical-align: middle;
}
.myresume .tabs-list .tabsItem .userInfo .base-info .line {
  margin: 0 20px;
  width: 1px;
  height: 10px;
  background: #DDDDDD;
}
.myresume .tabs-list .tabsItem .userInfo .expect {
  display: flex;
}
.myresume .tabs-list .tabsItem .userInfo .expect div {
  margin-right: 30px;
  font-size: 12px;
}
.myresume .tabs-list .tabsItem .userInfo .expect div span {
  color: #666666;
}
.myresume .tabs-list .tabsItem .stateInfo .operators {
  font-size: 12px;
  margin-top: 8px;
}
.myresume .tabs-list .tabsItem .stateInfo .operators span {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.add-form {
  width: 520px;
  box-sizing: border-box;
  padding: 24px;
  border-top: 1px solid #f0f0f0;
}
.add-form .form-item {
  margin-bottom: 20px;
}
.add-form .form-item .label {
  width: 85px;
  text-align: right;
}
.add-form .form-item .label span {
  color: #ff4d4f;
}
.add-form .form-item .control {
  flex: 1;
  min-width: 0;
}
.add-form .form-item .layui-form-select dl {
  max-height: 150px;
}
.dialog-footer {
  padding: 10px 16px;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}
.dialog-footer button {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.016) 0px 2px 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 1.5715;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  user-select: none;
  white-space: nowrap;
}
.dialog-footer .primary {
  background: #00b9ef;
  border-color: #00b9ef;
  box-shadow: rgba(0, 0, 0, 0.043) 0px 2px 0px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.12) 0px -1px 0px;
  margin-left: 10px;
}
.layui-form-checked[lay-skin=primary] > i {
  border-color: #00B9EF !important;
  background-color: #00B9EF;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
  background-color: #00B9EF;
}
.layui-nav-tree .layui-nav-bar {
  background: #00B9EF;
}
.layui-layout-admin .layui-logo {
  box-shadow: none;
}
.clue-header {
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 8px;
}
.clue-header .title {
  font-size: 16px;
  font-weight: 600;
  padding: 24px 0 10px;
  border-bottom: 1px dashed #dce4ed;
}
.clue-header .search-area {
  margin: 20px 0;
}
.clue-header .search-area .layui-input {
  border-radius: 19px;
  background: #f5f8fc;
}
.clue-header .search-area .search-select {
  width: 260px;
  margin-right: 15px;
}
.clue-header .search-area .search-input {
  width: 260px;
}
.clue-header .search-value {
  padding-bottom: 20px;
}
.clue-header .search-value .label {
  margin-right: 10px;
}
.clue-header .search-value .value-list span {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background: #f5f8fc;
  border-radius: 12px;
  vertical-align: middle;
}
.clue-header .search-value .value-list span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #DDDDDD;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  margin-top: -2px;
}
.clue-header .search-value .value-list span i::before,
.clue-header .search-value .value-list span i::after {
  position: absolute;
  content: ' ';
  background-color: #cccccc;
  width: 0px;
  height: 13px;
  border: 1px solid;
  left: 9px;
  top: 2px;
}
.clue-header .search-value .value-list span i::before {
  transform: rotate(45deg);
}
.clue-header .search-value .value-list span i::after {
  transform: rotate(-45deg);
}
.clue-header .search-value .clear-btn {
  color: #00B9EF;
  margin-left: 10px;
  cursor: pointer;
}
.clue-area {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 10px;
}
.clue-area .clue-list .clue-item {
  padding: 20px;
  background: #f5f8fc;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin-bottom: 10px;
}
.clue-area .clue-list .clue-item .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.clue-area .clue-list .clue-item .avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.clue-area .clue-list .clue-item .info {
  flex: 1;
  min-width: 0;
}
.clue-area .clue-list .clue-item .info .info-head .name {
  font-size: 16px;
  font-weight: 600;
}
.clue-area .clue-list .clue-item .info .info-head .update-tag {
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  color: #d47802;
  background-color: #fbf0db;
  margin-left: 8px;
}
.clue-area .clue-list .clue-item .info .info-intro {
  margin: 8px 0;
  font-size: 12px;
}
.clue-area .clue-list .clue-item .info .info-intro span {
  display: inline-block;
  vertical-align: middle;
}
.clue-area .clue-list .clue-item .info .info-intro .line {
  width: 1px;
  height: 10px;
  background: #DDDDDD;
  margin: 0 4px;
}
.clue-area .clue-list .clue-item .info .info-expect {
  font-size: 12px;
}
.clue-area .clue-list .clue-item .info .info-expect .label {
  color: #999999;
}
.clue-area .clue-list .clue-item .info .info-expect .line {
  width: 1px;
  height: 10px;
  background: #DDDDDD;
  margin: 0 4px;
}
.clue-area .clue-list .clue-item .operation .phone {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 12px;
}
.clue-area .clue-list .clue-item .operation .phone span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.clue-area .clue-list .clue-item .operation .phone a {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -4px;
  margin-left: 5px;
}
.clue-area .clue-list .clue-item .operation .phone a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.clue-area .clue-list .clue-item .operation .btn {
  width: 107px;
  height: 28px;
  line-height: 26px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #446DEA;
  border-radius: 16px;
  float: right;
  margin-top: 20px;
  font-size: 0;
}
.clue-area .clue-list .clue-item .operation .btn a {
  display: inline-block;
  width: 35px;
  font-size: 12px;
  text-align: center;
  color: #446DEA;
  position: relative;
}
.clue-area .clue-list .clue-item .operation .btn a:nth-child(2) {
  color: #999999;
}
.clue-area .clue-list .clue-item .operation .btn a:nth-child(3) {
  color: #FF0000;
}
.clue-area .clue-list .clue-item .operation .btn a:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #DDDDDD;
  position: absolute;
  top: 6px;
  left: 0px;
}
.clue-area .clue-list .clue-item .operation .btn a:nth-child(3)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #DDDDDD;
  position: absolute;
  top: 6px;
  left: 0px;
}
.clue-area .clue-foot .add-btn a {
  display: inline-block;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: #446dea;
  border: 1px solid #446dea;
  border-radius: 16px;
}
.clue-area .clue-foot .foot-page a {
  display: inline-block;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: #999999;
  background: #e5e5e5;
  border: 1px solid #dddddd;
  border-radius: 16px;
  margin-left: 10px;
}
.clue-area .clue-foot .foot-page .active {
  background: transparent;
  color: #446dea;
  border: 1px solid #446dea;
}
.resume {
  min-width: 1366px;
}
.resume-detail {
  flex: 1;
  min-width: 0;
}
.resume-detail .detail-header {
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
  margin-bottom: 10px;
}
.resume-detail .detail-header .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.resume-detail .detail-header .avatar img {
  display: block;
  width: 96px;
  height: 96px;
}
.resume-detail .detail-header .personal-area {
  flex: 1;
  min-width: 0;
  margin-left: 16px;
}
.resume-detail .detail-header .personal-area .personal-info .name {
  color: #142d4c;
  font-size: 18px;
  font-weight: 700;
}
.resume-detail .detail-header .personal-area .personal-info .resume-id {
  color: #828b97;
  margin-left: 16px;
}
.resume-detail .detail-header .personal-area .personal-info .resume-id a {
  margin-left: 5px;
}
.resume-detail .detail-header .personal-area .personal-info .resume-id a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.resume-detail .detail-header .personal-area .personal-info .liveness .tag {
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  color: #3db194;
  background-color: #eafaf6;
  margin-left: 8px;
}
.resume-detail .detail-header .tag-list {
  margin-top: 16px;
  color: #828b97;
}
.resume-detail .detail-header .tag-list span {
  display: inline-block;
  vertical-align: middle;
}
.resume-detail .detail-header .tag-list .line {
  border-right: 1px solid #828b97;
  height: 10px;
  margin: 0px 8px;
}
.resume-detail .detail-header .out-call {
  margin-top: 8px;
}
.resume-detail .detail-header .out-call .phone-number {
  margin-bottom: 4px;
}
.resume-detail .detail-header .out-call .phone-number .phone-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.resume-detail .detail-header .out-call .phone-number .phone-icon img {
  display: block;
  width: 16px;
  height: 16px;
}
.resume-detail .detail-header .out-call .phone-number .callComp {
  margin-left: 4px;
}
.resume-detail .detail-header .out-call .phone-number .callComp a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.resume-detail .detail-header .out-call .phone-number .callComp a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.resume-detail .detail-header .out-call .call-number {
  padding-left: 24px;
}
.resume-detail .detail-header .out-call .call-number span {
  color: #e17a25;
}
.resume-detail .detail-header .action-area button {
  display: block;
  height: 24px;
  min-width: 72px;
  padding: 0px 12px;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #446dea;
  background: transparent;
  color: #446dea;
  border-radius: 16px;
  margin: 8px 0;
  cursor: pointer;
}
.resume-detail .base-information {
  font-size: 14px;
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
}
.resume-detail .base-information .block {
  margin-bottom: 30px;
}
.resume-detail .base-information .block-title {
  padding-bottom: 16px;
  padding-left: 15px;
  font-size: 16px;
  color: #142d4c;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.resume-detail .base-information .block-title::after {
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background: linear-gradient(10.5deg, #83c3fb, #83c3fb 1%, #446dea 99%, #446dea);
  position: absolute;
  top: 5px;
  left: 0;
}
.resume-detail .base-information .block-title span {
  font-size: 12px;
  line-height: 24px;
  color: #828b97;
  font-weight: 400;
  margin-left: 8px;
}
.resume-detail .base-information .content {
  color: #142d4c;
}
.resume-detail .base-information .content .item {
  padding-bottom: 8px;
}
.resume-detail .base-information .content .label {
  color: #828b97;
  text-align: left;
  margin-right: 8px;
  white-space: nowrap;
}
.resume-detail .base-information .content .timeline-item {
  position: relative;
}
.resume-detail .base-information .content .timeline-item .item-dot {
  width: 8px;
  height: 8px;
  background-color: #00b9ef;
  border-radius: 4px;
  position: absolute;
  top: 7px;
  left: 0;
}
.resume-detail .base-information .content .timeline-item .item-content {
  margin-left: 24px;
}
.resume-detail .base-information .content .timeline-item .item-content .items {
  margin-bottom: 8px;
}
.resume-detail .base-information .content .timeline-item .item-content .items .time {
  margin-right: 8px;
}
.resume-detail .base-information .content .timeline-item .item-content .items .status {
  font-weight: 600;
  margin-right: 8px;
}
.resume-detail .base-information .content .timeline-item .item-content .items .split {
  margin: 0 8px;
}
.resume-detail .base-information .content .timeline-item .item-content .items .info {
  font-size: 12px;
}
.resume-detail .base-information .content .timeline-item .item-content .items .label {
  font-size: 12px;
  margin-right: 0;
}
.resume-detail .base-information .content .timeline-item .item-content .items .value {
  font-size: 12px;
}
.resume-detail .base-information .content .map-btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f8fc;
  border-radius: 20px;
  font-size: 14px;
  color: #00addf;
  cursor: pointer;
}
.resume-operation {
  width: 460px;
  margin-left: 10px;
}
.resume-operation .communication-record {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.resume-operation .communication-record .block-header {
  padding-bottom: 24px;
  font-size: 16px;
  color: #142d4c;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
}
.resume-operation .communication-record .block-header .aligin-center {
  display: flex;
  align-items: center;
}
.resume-operation .communication-record .block-header .aligin-center .block-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.resume-operation .communication-record .block-header .aligin-center .block-title::before {
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  margin-right: 8px;
  background: linear-gradient(10.5deg, #83c3fb, #83c3fb 1%, #446dea 99%, #446dea);
}
.resume-operation .communication-record .block-header .link-btn {
  color: #00b9ef;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.resume-operation .communication-record .content .add-commu-record {
  margin-bottom: 24px;
}
.resume-operation .communication-record .content .add-commu-record .add-nav {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
  font-size: 0px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}
.resume-operation .communication-record .content .add-commu-record .add-nav label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
}
.resume-operation .communication-record .content .add-commu-record .add-nav .active {
  color: #ffffff;
  background: #00b9ef;
  border-color: #00b9ef;
}
.resume-operation .communication-record .content .add-commu-record .tab-list {
  margin: 16px 0px -4px;
  display: flex;
  flex-wrap: wrap;
}
.resume-operation .communication-record .content .add-commu-record .tab-list .tab {
  cursor: pointer;
  background-color: #f5f8fc;
  border-radius: 12px;
  margin: 0px 8px 4px 0px;
  padding: 1px 11px;
  border: 1px solid #f5f8fc;
  color: #142d4c;
  font-size: 12px;
  line-height: 20px;
}
.resume-operation .communication-record .content .add-commu-record .tab-list .active {
  background-color: #e7faff;
  border: 1px solid #00b9ef;
  border-radius: 12px;
  color: #00addf;
}
.resume-operation .communication-record .content .add-commu-record .content-form {
  margin-top: 16px;
  position: relative;
}
.resume-operation .communication-record .content .add-commu-record .content-form .layui-textarea:focus {
  border-color: #00b9ef !important;
  box-shadow: 0 0 0 3px rgba(0, 185, 239, 0.08);
}
.resume-operation .communication-record .content .add-commu-record .content-form .desc_input_limit {
  font-size: 12px;
  color: #999999;
  position: absolute;
  bottom: 2px;
  right: 10px;
}
.resume-operation .communication-record .content .add-commu-record .content-foot {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.resume-operation .communication-record .content .add-commu-record .content-foot button {
  width: 64px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: none;
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border-radius: 16px;
  cursor: pointer;
}
.resume-operation .position {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
}
.resume-operation .position .block-header {
  padding-bottom: 24px;
  font-size: 16px;
  color: #142d4c;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
}
.resume-operation .position .block-header .aligin-center {
  display: flex;
  align-items: center;
}
.resume-operation .position .block-header .aligin-center .block-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.resume-operation .position .block-header .aligin-center .block-title::before {
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  margin-right: 8px;
  background: linear-gradient(10.5deg, #83c3fb, #83c3fb 1%, #446dea 99%, #446dea);
}
.resume-operation .position .block-header .position-select {
  width: 250px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
.resume-operation .position .block-header .position-select .city-render {
  position: relative;
}
.resume-operation .position .block-header .position-select .city-render input {
  background: transparent;
  border: 0;
  padding-right: 25px;
  text-align: right;
  cursor: pointer;
}
.resume-operation .position .block-header .position-select .city-render::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #c2c2c2;
  border-top-style: solid;
}
.resume-operation .position .block-header .position-select .layui-form-select input {
  border: 0;
  text-align: right;
  color: #00B9EF;
}
.resume-operation .position .content .position-search {
  position: relative;
}
.resume-operation .position .content .position-search img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 7px;
}
.resume-operation .position .content .position-search input {
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  background-color: #f5f8fc;
  border: 0;
  padding: 0 30px;
}
.resume-operation .position .content .position-search .layui-input:focus {
  border-color: #00b9ef !important;
  box-shadow: 0 0 0 3px rgba(0, 185, 239, 0.08);
}
.resume-operation .position .content .recomm-list .recommItem {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(190, 190, 190, 0.3);
  margin-top: 20px;
  position: relative;
}
.resume-operation .position .content .recomm-list .recommItem .sublabel {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -3px;
  left: 10px;
}
.resume-operation .position .content .recomm-list .recommItem .sublabel img {
  display: block;
  width: 100%;
  height: 100%;
}
.resume-operation .position .content .recomm-list .recommItem .recomm-header {
  margin-bottom: 15px;
}
.resume-operation .position .content .recomm-list .recommItem .recomm-header .name {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
}
.resume-operation .position .content .recomm-list .recommItem .recomm-header .recomm-btn {
  height: 24px;
  width: 42px;
  padding: 0px 12px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #446dea;
  background: transparent;
  color: #446dea;
  border-radius: 16px;
  cursor: pointer;
}
.resume-operation .position .content .recomm-list .recommItem .info-item {
  margin-bottom: 5px;
}
.resume-operation .position .content .recomm-list .recommItem .info-item .split {
  margin: 0 5px;
}
.resume-operation .position .content .recomm-list .recommItem .item {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.resume-operation .position .content .recomm-list .recommItem .item .label {
  margin-right: 5px;
}
.resume-operation .position .content .recomm-list .recommItem .item .value {
  color: #333333;
}
.resume-operation .position .content .recomm-list .recommItem .item .btn {
  color: #00B9EF;
  margin-left: 5px;
  cursor: pointer;
}
.resume-operation .position .content .recomm-list .recommItem .item input {
  flex: 1;
  min-width: 0;
  height: 32px;
  line-height: 32px;
  background: #f5f8fc;
  border: 0;
  border-radius: 16px;
}
.resume-operation .position .content .recomm-list .recommItem .item .status {
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  color: #3db194;
  background-color: #eafaf6;
  margin-left: 8px;
}
.resume-operation .position .content .recomm-list .recommItem .item .prop {
  color: #e17a25;
}
.resume-operation .position .content .recomm-list .recommItem .progress {
  width: 100%;
  height: 8px;
  background: #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.resume-operation .position .content .recomm-list .recommItem .progress span {
  display: block;
  width: 0%;
  height: 8px;
  background: #e17a25;
}
.process .tabs-nav-list {
  display: flex;
}
.process .tabs-nav-list .navItem {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0px 16px;
  border: none;
  border-radius: 8px 8px 0px 0px;
  background: #dce4ed;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  color: #142d4c;
  cursor: pointer;
}
.process .tabs-nav-list .active {
  background: #ffffff;
}
.process .form-filter-area {
  padding: 16px 24px 8px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #ffffff;
  position: relative;
  border-top-left-radius: 0px;
}
.process .form-filter-area .filter-header {
  width: 100%;
  border-bottom: 1px dashed #dce4ed;
}
.process .form-filter-area .filter-header .filter-item {
  margin-right: 16px;
  margin-bottom: 8px;
  width: 230px;
}
.process .form-filter-area .filter-header .filter-item input {
  height: 28px;
  box-sizing: border-box;
  padding: 4px 16px;
  border: 1px solid transparent;
  background-color: #f5f8fc;
  border-radius: 14px;
  font-size: 12px;
  color: #142d4c;
}
.process .form-filter-select {
  padding-top: 8px;
  position: relative;
}
.process .form-filter-select .field-select {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.process .form-filter-select .field-select::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #999999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.process .form-filter-select .active {
  color: #00addf;
}
.process .form-filter-select .active::after {
  border-width: 2px 0 0 2px;
  border-color: #00addf;
  top: 9px;
}
.process .form-filter-select .dropdown-wrapper {
  width: 526px;
  height: 128px;
  box-sizing: border-box;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 1px 8px 2px rgba(104, 152, 166, 0.24);
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 10;
}
.process .form-filter-select .dropdown-wrapper .line {
  display: flex;
  padding-bottom: 8px;
  line-height: 20px;
  font-size: 12px;
}
.process .form-filter-select .dropdown-wrapper .line .label {
  color: #828b97;
  width: 72px;
}
.process .form-filter-select .dropdown-wrapper .line .value {
  color: #142d4c;
  cursor: pointer;
  margin-right: 5px;
}
.process .form-filter-select .dropdown-wrapper .line .selected {
  color: #00addf;
}
.process .select-value {
  font-size: 12px;
}
.process .select-value .label {
  margin-right: 10px;
}
.process .select-value .value-list span {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background: #f5f8fc;
  border-radius: 12px;
  vertical-align: middle;
}
.process .select-value .value-list span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #DDDDDD;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  margin-top: -4px;
}
.process .select-value .value-list span i::before,
.process .select-value .value-list span i::after {
  position: absolute;
  content: ' ';
  background-color: #cccccc;
  width: 0px;
  height: 13px;
  border: 1px solid;
  left: 9px;
  top: 2px;
}
.process .select-value .value-list span i::before {
  transform: rotate(45deg);
}
.process .select-value .value-list span i::after {
  transform: rotate(-45deg);
}
.process .select-value .clear-btn {
  color: #00B9EF;
  margin-left: 10px;
  cursor: pointer;
}
.process .table-container {
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 8px;
}
.process .table-container table thead th {
  background: #edf3fb;
  color: #142d4c;
  font-weight: 600;
}
.process .table-container table a {
  color: #00B9EF;
}
.process .table-container table a:hover {
  color: #00ADDF;
}
.process .table-container table .copy {
  cursor: pointer;
}
.process .table-container table .copy img {
  display: block;
  width: 14px;
  height: 14px;
}
.process .table-container table .price {
  color: #df8400;
}
.process .table-container table .price span {
  color: #5f5f5f;
}
.process .table-container .layui-table td,
.process .table-container .layui-table th {
  box-sizing: border-box;
  padding: 10px 8px;
}
.process .table-foot .operation .select-count {
  color: #828b97;
  margin-right: 10px;
}
.process .table-foot .operation .operator-btn button {
  padding: 0px 11px;
  box-sizing: border-box;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  margin-left: 10px;
  color: #ffffff;
  border: none;
  background: linear-gradient(60.7deg, #83c3fb, #83c3fb 17%, #446dea 88%, #446dea);
  border-radius: 16px;
  cursor: pointer;
}
.process .table-foot .operation .operator-btn button:disabled {
  background: linear-gradient(60.7deg, rgba(177, 219, 255, 0), rgba(177, 219, 255, 0) 17%, rgba(114, 148, 255, 0) 88%, rgba(114, 148, 255, 0)) #eaeef3;
  color: #a1aebe;
  cursor: default;
}
.process .table-foot .pagination {
  font-size: 12px;
  color: #828b97;
}
.process .table-foot .pagination ul li {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  line-height: 24px;
  vertical-align: middle;
}
.hr-center {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 12px;
  margin: 20px auto 0;
}
.hr-center-header {
  border-bottom: 1px solid #e8e8e8;
}
.hr-center-header .header-tab {
  flex: 1;
  min-width: 0;
}
.hr-center-header .header-tab a {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.hr-center-header .header-tab .active {
  font-size: 16px;
  color: #00B9EF;
}
.hr-center-header .header-tab .active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 42px;
  width: 26px;
  height: 4px;
  background-color: #00B9EF;
  border-radius: 2px;
}
.hr-center-header .header-btn a {
  display: block;
  width: 136px;
  height: 40px;
  border-radius: 4px;
  background: #ff704f;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.hr-center-header .header-btn a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.hr-center-content {
  padding: 20px;
}
.hr-center-content .person {
  width: 700px;
}
.hr-center-content .person .item {
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.hr-center-content .person .item.itemHeader {
  height: 130px !important;
}
.hr-center-content .person .item .label {
  width: 80px;
  color: #666666;
}
.hr-center-content .person .item .avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 130px;
}
.hr-center-content .person .item .avatar img {
  display: block;
  width: 120px;
  height: 120px;
}
.hr-center-content .person .item .info input {
  outline: none;
  margin-right: 15px;
  padding: 0 14px;
  width: 206px;
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.hr-center-content .person .item .btn {
  color: #ff552e;
  cursor: pointer;
}
.hr-center-content .person .item .btn img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.hr-center-content .auth {
  padding: 20px 0;
}
.hr-center-content .auth-header {
  width: 800px;
  box-sizing: border-box;
  padding: 30px;
  background: #FBFBFB;
}
.hr-center-content .auth-header .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.hr-center-content .auth-header .item .label {
  color: #999999;
  margin-bottom: 20px;
}
.hr-center-content .auth-header .item .btn a {
  display: block;
  text-align: center;
  width: 107px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #FF542E;
  text-decoration: none;
  border-radius: 2px;
}
.hr-center-content .auth-header .m-top {
  margin-top: 20px;
}
.hr-center-content .editpwd {
  padding: 20px 0;
}
.hr-center-content .editpwd .item {
  margin-bottom: 20px;
}
.hr-center-content .editpwd .item .label {
  width: 80px;
  color: #666666;
  text-align: right;
  margin-right: 30px;
}
.hr-center-content .editpwd .item .label span {
  color: #ff552e;
  margin-right: 5px;
}
.hr-center-content .editpwd .item .info input {
  outline: none;
  padding: 0 14px;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.hr-center-content .editpwd .item .info input[disabled] {
  background: none;
  border: none;
  color: #333333 !important;
}
.hr-center-content .editpwd .item .info button {
  height: 40px;
  border: 0;
  background: #ff552e;
  color: #fff;
  width: 140px;
  font-size: 16px;
  padding-left: 0;
  outline: none;
  cursor: pointer;
}
.hr-center-content .editpwd .item .info a {
  margin-left: 20px;
}
.hr-center-content .account {
  padding: 20px 0;
}
.hr-center-content .account .item {
  margin-bottom: 20px;
}
.hr-center-content .account .item .label {
  width: 135px;
  color: #999999;
  text-align: right;
  margin-right: 30px;
}
.hr-center-content .account .item .label span {
  color: #ff552e;
  margin-right: 5px;
}
.hr-center-content .account .item .info input {
  outline: none;
  padding: 0 14px;
  width: 290px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 14px;
  background: none;
  color: #333333 !important;
}
.hr-center-content .account .item .info input[disabled] {
  background: none;
  border: none;
  color: #333333 !important;
}
.hr-center-content .account .item .info button {
  height: 40px;
  border: 0;
  background: #ff552e;
  color: #fff;
  width: 140px;
  font-size: 16px;
  padding-left: 0;
  outline: none;
  cursor: pointer;
}
.hr-center-content .account .item .info a {
  margin-left: 20px;
}
.hr-center-box {
  min-width: 1180px;
  min-height: calc(100vh - 184px);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 12px 24px;
}
.msg-box {
  width: 1200px;
  margin: 20px auto 0;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 24px 40px;
}
.msg-box-header {
  padding: 0 0 20px 0;
}
.msg-box-header h2 {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.msg-box-content {
  width: 100%;
  height: calc(100vh - 260px);
}
.msg-box-content .msg-session {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 12px;
}
.msg-box-content .msg-session .session-list {
  padding: 20px 0;
}
.msg-box-content .msg-session .session-list .item {
  padding: 10px 25px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  position: relative;
}
.msg-box-content .msg-session .session-list .item:hover {
  background: #e8e8e8;
}
.msg-box-content .msg-session .session-list .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}
.msg-box-content .msg-session .session-list .item .title .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #ff3c00;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 10px;
}
.msg-box-content .msg-session .session-list .item .time {
  color: #999999;
}
.job-promotion {
  display: flex;
  justify-content: center;
  font-size: 12px;
  overflow:hidden;
}
.job-promotion-wrap {
  display: flex;
  justify-content: flex-start;
}
.job-promotion-wrap .card-info {
  background: url(../images/card_bg.png) no-repeat 50% / cover;
  border-radius: 8px 0 0 8px;
  height: 600px;
  width: 200px;
  position: relative;
}
.job-promotion-wrap .card-info .card-name {
  background: url(../images/card-name.png) no-repeat 50% / cover;
  height: 80px;
  position: relative;
  width: 100%;
}
.job-promotion-wrap .card-info .tags-wrap {
  height: 24px;
  line-height: 24px;
  margin: 0 0 20px 20px;
}
.job-promotion-wrap .card-info .tags-wrap .tag-item {
  background: #656364;
  border-radius: 12px;
  color: #fff2ea;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 4px;
  padding: 4px 10px;
}
.job-promotion-wrap .card-info .card-detail {
  padding: 0 14px;
}
.job-promotion-wrap .card-info .card-detail .item {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  line-height: 20px;
  margin-bottom: 8px;
}
.job-promotion-wrap .card-info .card-detail .item .point {
  color: #ffd7b5;
  display: flex;
  margin-right: 5px;
}
.job-promotion-wrap .card-info .card-detail .item .p {
  color: #d4d6d8;
}
.job-promotion-wrap .card-info .option-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
  padding-left: 16px;
}
.job-promotion-wrap .card-info .option-wrap .item {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 12px;
  color: #ffd7b5;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-left: 8px;
  padding: 3px 12px;
}
.job-promotion-wrap .card-info .option-wrap .item:first-child {
  margin-left: 0;
}
.job-promotion-wrap .card-info .gif-img {
  bottom: 50px;
  display: flex;
  height: 140px;
  left: 0;
  position: absolute;
  width: 200px;
}
.job-promotion-wrap .card-info .gif-img img {
  display: inline-block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.job-promotion-detail {
  background: #fff;
  height: 568px;
  min-width: 502px;
  overflow-x: visible;
  overflow-y: auto;
  padding-top: 32px;
  position: relative;
  width: 502px;
}
.job-promotion-detail .product-type {
  padding: 0 32px;
  user-select: none;
}
.job-promotion-detail .product-type .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .product-type .dict-list {
  margin-top: 12px;
}
.job-promotion-detail .product-type .dict-list .dict-item {
  width: 98px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  cursor: pointer;
  height: 36px;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  background: linear-gradient(180deg, #fff8ee, #f8f8f8);
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 12px;
}
.job-promotion-detail .product-type .dict-list .active {
  background: #fff1e5;
  border: 1px solid #ff7800;
  color: #ff7800;
}
.job-promotion-detail .field {
  margin-top: 24px;
  padding: 0 32px;
}
.job-promotion-detail .field .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .field .control {
  margin-top: 12px;
}
.job-promotion-detail .field .control .job-selector {
  cursor: pointer;
  position: relative;
}
.job-promotion-detail .field .control .job-selector .current-job {
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 100%;
  line-height: 35px;
  max-height: 35px;
  max-width: 358px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  width: 100%;
}
.job-promotion-detail .field .control .job-selector .current-job::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  margin-top: -3px;
}
.job-promotion-detail .field .control .job-selector .down-menu {
  background-color: #fff;
  box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.11);
  width: 358px;
  max-height: 248px;
  overflow: auto;
  padding: 4px 0;
  position: absolute;
  z-index: 20;
}
.job-promotion-detail .field .control .job-selector .down-menu ul li {
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  white-space: nowrap;
}
.job-promotion-detail .field .control .job-selector .down-menu ul li:hover {
  background-color: #f5f5f5;
}
.job-promotion-detail .comm-count {
  margin-top: 15px;
  padding: 0 30px;
  user-select: none;
}
.job-promotion-detail .comm-count .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .comm-count .dict-input {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job-promotion-detail .comm-count .dict-input .input-box {
  width: 160px;
  position: relative;
}
.job-promotion-detail .comm-count .dict-input .input-box input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding: 0 36px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.job-promotion-detail .comm-count .dict-input .input-box input::placeholder {
  color: #ccc;
}
.job-promotion-detail .comm-count .dict-input .input-box button {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}
.job-promotion-detail .comm-count .dict-input .input-box button:nth-child(1) {
  top: 0;
  left: 0 !important;
  right: auto;
  border-radius: 6px 0 0 6px;
}
.job-promotion-detail .comm-count .dict-input .input-box button:nth-child(2) {
  border-radius: 0 6px 6px 0;
}
.job-promotion-detail .comm-count .dict-input .unit {
  margin-left: 8px;
  color: #666;
}
.job-promotion-detail .comm-count .dict-tip {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.job-promotion-detail .invite-count {
  margin-top: 15px;
  padding: 0 30px;
  user-select: none;
}
.job-promotion-detail .invite-count .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .invite-count .dict-input {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job-promotion-detail .invite-count .dict-input .input-box {
  width: 160px;
  position: relative;
}
.job-promotion-detail .invite-count .dict-input .input-box input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding: 0 36px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.job-promotion-detail .invite-count .dict-input .input-box input::placeholder {
  color: #ccc;
}
.job-promotion-detail .invite-count .dict-input .input-box button {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}
.job-promotion-detail .invite-count .dict-input .input-box button:nth-child(1) {
  top: 0;
  left: 0 !important;
  right: auto;
  border-radius: 6px 0 0 6px;
}
.job-promotion-detail .invite-count .dict-input .input-box button:nth-child(2) {
  border-radius: 0 6px 6px 0;
}
.job-promotion-detail .invite-count .dict-input .unit {
  margin-left: 8px;
  color: #666;
}
.job-promotion-detail .invite-count .dict-tip {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.job-promotion-detail .rebate {
  margin-top: 15px;
  padding: 0 30px;
  user-select: none;
}
.job-promotion-detail .rebate .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .rebate .prop-list {
  margin-top: 12px;
}
.job-promotion-detail .rebate .prop-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.job-promotion-detail .rebate .prop-list .item .name {
  width: 100px;
  color: #666;
}
.job-promotion-detail .rebate .prop-list .item .input-box {
  position: relative;
}
.job-promotion-detail .rebate .prop-list .item .input-box input {
  width: 120px;
  height: 36px;
  box-sizing: border-box;
  padding: 0 36px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.job-promotion-detail .rebate .prop-list .item .input-box input::placeholder {
  color: #ccc;
}
.job-promotion-detail .rebate .prop-list .item .unit {
  margin-left: 8px;
  color: #666;
}
.job-promotion-detail .set-time {
  margin-top: 12px;
  padding: 0 32px;
  user-select: none;
}
.job-promotion-detail .set-time .set-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.job-promotion-detail .set-time .set-header .label {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
}
.job-promotion-detail .set-time .set-header .set-selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}
.job-promotion-detail .set-time .set-header .set-selector .item {
  cursor: pointer;
  padding: 4px 12px;
  border: 1px solid #dbdbdb;
}
.job-promotion-detail .set-time .set-header .set-selector .item.active {
  color: #ff7800;
  border-color: #ff7800;
}
.job-promotion-detail .set-time .set-header .set-selector .item:nth-child(1) {
  border-radius: 6px 0 0 6px;
}
.job-promotion-detail .set-time .set-header .set-selector .item:nth-child(2) {
  border-radius: 0 6px 6px 0;
}
.job-promotion-detail .set-time .layui-form-item {
  margin-top: 12px;
}
.job-promotion-detail .panel-desc {
  margin-bottom: 45px;
  margin-top: 20px;
  padding-left: 32px;
}
.job-promotion-detail .panel-desc p {
  color: #9fa3b0;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
}
.job-promotion-detail .panel-desc p a {
  color: #00a6a7;
  margin: 0 2px;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.job-promotion .payment-wrap {
  background-color: #f8f8f9;
  border-radius: 0 8px 8px 0;
  height: 600px;
  position: relative;
  width: 300px;
}
.job-promotion .payment-wrap .pay-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 18px 0;
}
.job-promotion .payment-wrap .price-wrap {
  width: 260px;
}
.job-promotion .payment-wrap .price-wrap .price-show {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.job-promotion .payment-wrap .price-wrap .price-show::before {
  border-color: #f8f8f9 #f8f8f9 transparent transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  top: 54px;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  z-index: 2;
}
.job-promotion .payment-wrap .price-wrap .price-show::after {
  border-color: #f8f8f9 transparent transparent #f8f8f9;
  border-radius: 50%;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 54px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  z-index: 2;
}
.job-promotion .payment-wrap .price-wrap .price-show .need-pay {
  align-items: center;
  display: flex;
  height: 60px;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 24px 20px 16px;
  position: relative;
}
.job-promotion .payment-wrap .price-wrap .price-show .need-pay .pay-result {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.job-promotion .payment-wrap .price-wrap .price-show .need-pay .value {
  color: #fc6c38;
  font-size: 16px;
  font-weight: 500;
}
.job-promotion .payment-wrap .price-wrap .price-show .line {
  border-bottom: 1px dashed #e8e8e8;
}
.job-promotion .payment-wrap .price-wrap .price-show .coupon-wrap {
  margin: 0 0 0 20px;
  max-height: 152px;
  overflow: auto;
  padding-right: 20px;
}
.job-promotion .payment-wrap .price-wrap .price-show .coupon-wrap .balance-wrap {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  height: 35px;
  justify-content: space-between;
}
.job-promotion .payment-wrap .price-wrap .price-show .coupon-wrap .balance-wrap .label {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-promotion .payment-wrap .price-wrap .price-show .coupon-wrap .balance-wrap .price {
  font-size: 14px;
  font-weight: 500;
}
.job-promotion .payment-wrap .price-btn {
  width: 100%;
  margin-top: 30px;
}
.job-promotion .payment-wrap .price-btn button {
  background: #ff704f;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  width: 100%;
  border: none;
  cursor: pointer;
}
.job-promotion .payment-wrap .disclaimer {
  color: #757575;
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
}
.job-promotion .payment-wrap .disclaimer a {
  color: #00a6a7;
  cursor: pointer;
}
.hr-wallet {
  width: 1200px;
  min-height: 600px;
  margin: 20px auto;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 24px 40px;
}
.hr-form {
  width: 1200px;
  min-height: 600px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 20px 24px 40px;
}
.hr-form .form-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.hr-form .unit {
  background: #fff;
  padding: 8px 16px;
  margin-bottom: 24px;
}
.hr-form .postItem {
  margin: 16px 0;
}
.hr-form .postItem .label {
  width: 85px;
  margin-right: 20px;
  text-align: right;
}
.hr-form .postItem .label span {
  color: #ff552e;
  margin-right: 5px;
}
.hr-form .postItem .layui-form {
  position: relative;
}
.hr-form .postItem .input-box input,
.hr-form .postItem .input-box select {
  outline: none;
  box-sizing: border-box;
  border: 1px solid #e8eaec;
  font-size: 14px;
  color: #333333;
  padding: 0 14px;
  border-radius: 4px;
  position: relative;
}
.hr-form .postItem .input-box input:focus,
.hr-form .postItem .input-box select:focus {
  border-color: #ff3c00;
}
.hr-form .postItem .input-box .layui-textarea:focus {
  border-color: #ff3c00 !important;
  box-shadow: none;
}
.hr-form .postItem .input-box .desc_input_limit {
  font-size: 12px;
  color: #999999;
  position: absolute;
  bottom: 2px;
  right: 10px;
}
.hr-form .postItem .input-box input,
.hr-form .postItem .input-box select {
  width: 520px;
  height: 36px;
}
.hr-form .postItem .input-box textarea {
  width: 520px;
  height: 80px;
  padding-top: 10px;
  border-radius: 4px;
  resize: none;
}
.hr-form .form-btn button {
  width: 240px;
  height: 36px;
  line-height: 36px;
  border: 0;
  color: #fff;
  background-color: #ff3c00;
  border-color: #ff3c00;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px rgba(0, 0, 0, 0.043);
  cursor: pointer;
}
/*暂无数据*/
.noData{
  padding: 20px;
}
.noData .icon{
  width:120px;
  margin:0 auto;
}
.noData .icon img{
  display:block;
  width:100%;
  height:auto;
}
.noData .txt{
  font-size:14px;
  color:#999999;
  text-align:center;
  margin-top:20px;
}
.login-header {
  height: 64px;
  background: #FFFFFF;
}
.login-header .logo {
  width: 185px;
  height: 46px;
  margin: 9px 0;
}
.login-header .txt{
  flex:1;
  min-width:0;
}
.login-header .txt span{
  margin-left:10px;
}
.login-header .menu {
  flex: 1;
  min-width: 0;
}
.login-header .menu a {
  position: relative;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #142D4C;
  cursor: pointer;
  user-select: none;
}
.login-header .menu a:hover {
  color: #00B9EF;
}
.login-banner {
  height: 612px;
  background-color: #f5fcfe;
  background-image: url(../images/login-banner.jpg);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52px;
  position: relative;
}
.login-boxs {
  width: 430px;
  height: 530px;
  background: #FFFFFF;
  box-shadow: rgba(167, 167, 167, 0.3) 0 0 10px;
  margin-left: 200px;
  box-sizing: border-box;
  padding: 70px 60px 30px;
  position: absolute;
  left: 50%;
  top: 52px;
  border-radius: 12px;
}
.login-boxs-tabs {
  margin-top: 15px;
}
.login-boxs-tabs ul li {
  flex: 1;
  min-width: 0;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.login-boxs-tabs ul .active {
  color: #333333;
  font-weight: 600;
}
.login-boxs-tabs ul .active::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #0FAEF6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-boxs-content {
  margin-top: 32px;
}
.login-boxs-content .input-box {
  position: relative;
  margin-bottom: 30px;
}
.login-boxs-content .input-box .area-code {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  cursor: pointer;
}
.login-boxs-content .input-box .area-code::before {
  background-color: #e8eaec;
  bottom: 0;
  content: '';
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.login-boxs-content .input-box .area-code::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  border-color: #999999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.login-boxs-content .input-box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px 0 90px;
  border: 1px solid #e8eaec;
  font-size: 16px;
  outline: 0;
}
.login-boxs-content .input-box input:focus {
  border-color: #0FAEF6;
}
.login-boxs-content .input-box.sms-code {
  margin-bottom: 10px;
}
.login-boxs-content .input-box.sms-code input {
  padding: 0 160px 0 20px;
}
.login-boxs-content .input-box .sms-send {
  bottom: 1px;
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 128px;
}
.login-boxs-content .input-box .sms-send button {
  background: #fff;
  border: none;
  display: block;
  height: 100%;
  outline: none;
  text-align: center;
  width: 100%;
  color: #198afa;
  cursor: pointer;
}
.login-boxs-content .input-box .sms-send::after {
  background-color: #e8eaec;
  bottom: 0;
  content: '';
  height: 20px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.login-boxs-content .input-box.password-box {
  margin-bottom: 10px;
}
.login-boxs-content .input-box.password-box input {
  padding: 0 20px;
}
.login-boxs-content .login-type {
  margin-bottom: 20px;
  color: #198afa;
  text-align: right;
  cursor: pointer;
}
.login-boxs-content .login-btn button {
  background: #198afa;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.login-boxs-content .login-accept {
  margin-top: 20px;
  color: #999999;
}
.login-boxs-content .login-accept input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.login-boxs-content .login-accept label {
  cursor: pointer;
}
.login-boxs-content .login-accept a {
  color: #198afa;
}
.login-boxs-content .login-accept a:hover {
  color: #0FAEF6;
}
.login-service {
  position: relative;
}
.login-service .main {
  height: 774px;
  box-sizing: border-box;
  padding-top: 76px;
  position: relative;
  z-index: 1;
}
.login-service .section-title {
  margin-bottom: 46px;
}
.login-service .tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.login-service .tab-list .tab-container {
  position: relative;
  display: flex;
}
.login-service .tab-list .tab-bg {
  width: 112px;
  height: 40px;
  background-color: #00b9ef;
  border-radius: 20px;
  position: absolute;
  z-index: 0;
  transition: left 0.3s;
}
.login-service .tab-list .tab {
  padding: 8px 22px;
  font-size: 16px;
  color: #434343;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.5s;
  z-index: 1;
}
.login-service .tab-list .tab:not(:last-child) {
  margin-right: 14px;
}
.login-service .tab-list .tab-active {
  color: #FFFFFF;
}
.login-service .tab-panel {
  width: 100%;
  height: 368px;
  background-color: #0f2830;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.login-service .tab-panel-active {
  opacity: 1;
  z-index: 2;
}
.login-service .tab-panel .image {
  width: 51%;
  background-size: cover;
  background-position: 50%;
}
.login-service .tab-panel .panel-content {
  width: 49%;
  padding: 76px 54px 0 52px;
}
.login-service .tab-panel .panel-content .desc-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #00b9ef;
}
.login-service .tab-panel .panel-content .desc-subtitle {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
}
.login-service .tab-panel .panel-content .desc-infos {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #dce4ed;
  text-align: justify;
}
.login-service .tab-panel .panel-content .desc-infos p {
  margin-bottom: 6px;
}
.login-service .data-list {
  width: 100%;
  position: absolute;
  bottom: 66px;
  display: flex;
  overflow: hidden;
}
.login-service .data-list .data-block {
  flex: 0 1 25%;
  padding-left: 30px;
  display: flex;
  white-space: nowrap;
}
.login-service .data-list .data-block .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-service .data-list .data-block .icon img {
  vertical-align: middle;
  border-style: none;
}
.login-service .data-list .data-block .value {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
}
.login-service .data-list .data-block .label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #434343;
}
.login-service .service-bg {
  width: 100%;
  height: 289px;
  position: absolute;
  bottom: 0;
  background: url(../images/service-bg.png) 50% no-repeat;
  background-size: cover;
  z-index: 0;
}
.login-footer {
  background-color: #0f2830;
  overflow: hidden;
}
.login-footer .main {
  padding: 48px 0 0 35px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.login-footer .block {
  flex-shrink: 0;
}
.login-footer .block-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.login-footer .block-content div {
  margin-bottom: 12px;
}
.login-footer .block-content a {
  margin-bottom: 0;
  line-height: 22px;
  color: hsla(0, 0%, 100%, 0.8);
}
.login-footer .block-content .qrcode-wrap {
  display: flex;
}
.login-footer .block-content .qrcode-item {
  margin-right: 42px;
}
.login-footer .block-content .qrcode-item-title {
  margin-bottom: 4px;
  text-align: center;
}
.login-footer .bottom {
  margin-top: 26px;
  border-top: 1px solid #404c51;
  height: 70px;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.8);
}
.login-footer .bottom a {
  color: hsla(0, 0%, 100%, 0.8);
}
.section-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
}
.advantage {
  overflow: hidden;
}
.advantage .main {
  height: 558px;
  box-sizing: border-box;
  padding-top: 76px;
  position: relative;
}
.advantage .section-title {
  margin-bottom: 62px;
}
.advantage-bg {
  width: 646px;
  height: 316px;
  background: url(../images/advantage-bg.png) 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -278px;
  z-index: -1;
}
.advantage-container {
  height: 300px;
  padding: 0 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(222, 240, 252, 0.64);
  display: flex;
  justify-content: center;
}
.advantage-item {
  flex: 1 1 376px;
  padding: 53px 0 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-item-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 36px;
}
.advantage-item img {
  vertical-align: middle;
  border-style: none;
}
.advantage-item-title {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}
.advantage-item-desc {
  font-size: 18px;
  line-height: 26px;
}
.cooperation {
  background: #f5fcfe;
}
.cooperation .main {
  width: 1320px !important;
  padding: 76px 0;
  position: relative;
}
.cooperation .section-title {
  margin-bottom: 62px;
}
.cooperation .case-list .case-item {
  flex: 0 0 200px;
  height: 100px;
  background-color: #fff;
  margin: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.connect {
  background: #FFFFFF;
}
.connect .timeline-item {
  position: relative;
}
.connect .timeline-item .item-dot {
  width: 8px;
  height: 8px;
  background-color: #00b9ef;
  border-radius: 4px;
  position: absolute;
  top: 7px;
  left: 0;
}
.connect .timeline-item .item-content {
  margin-left: 24px;
}
.connect .timeline-item .item-content .items {
  margin-bottom: 8px;
}
.connect .timeline-item .item-content .items .time {
  margin-right: 8px;
}
.connect .timeline-item .item-content .items .status {
  font-weight: 600;
  margin-right: 8px;
}
.connect .timeline-item .item-content .items .split {
  margin: 0 8px;
}
.connect .timeline-item .item-content .items .info {
  font-size: 12px;
}
.connect .timeline-item .item-content .items .label {
  font-size: 12px;
  margin-right: 0;
}
.connect .timeline-item .item-content .items .value {
  font-size: 12px;
}
.log {
  padding: 16px;
}
.log .item {
  padding: 10px 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.log .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  flex: 1;
  min-width: 0;
}
.log .item .title .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #00a0d7;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 5px;
}
.log .item .time {
  color: #999999;
}
.agree .main-bg {
  height: 600px;
  width: 100%;
  background-color: #45a1c1;
}
.agree .main-content {
  position: relative;
  width: 1000px;
  height: 100%;
  background-color: #fff;
  margin: -500px auto 46px;
  padding: 48px 60px;
  border: 1px solid #ebebeb;
  line-height: 2.2;
  color: #333;
}
.agree .main-content h1 {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}
.agree .main-content h4 {
  padding: 12px 0;
  font-weight: 700;
}
.agree .main-content a {
  color: #00a0d7;
}


