body {
  min-width: 1200px;
}

body a {
  color: #5b8aeb;
}

a:hover {
  text-decoration: none !important
}

.main-content {
  margin-top: 0.796875rem;
}

.main-content .container {
  width: 15rem;
  margin: 0 auto;
}

.main-content .container::before,
.main-content .container::after {
  content: "\20";
  display: table;
  clear: both;
}

.main-content .main-section {
  width: 9.90625rem;
  float: left;
}

.main-content .main-section .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #5b8aeb;
}

.main-content .main-section .layui-laypage a:hover {
  color: #5b8aeb;
}

.main-content .add-section {
  width: 4.4375rem;
  float: right;
}

form .form-row {
  line-height: 0.5625rem;
  font-size: 0.21875rem;
}

form .form-row::before,
form .form-row::after {
  content: "\20";
  display: table;
  clear: both;
}

form .form-row .label {
  float: left;
}

form .form-row .input-control {
  float: left;
  background: #fafcff;
  box-shadow: 0 0 2px #d8ddee inset;
  border-radius: 0.0625rem;
}

form .form-row .v-as-select {
  position: relative;
}

form .form-row .v-as-select input,
form .form-row .v-as-select select {
  position: relative;
  padding-right: 0.421875rem;
}

form .form-row .v-as-select::before {
  content: "^";
  position: absolute;
  right: 0.140625rem;
  transform: translateY(-50%) scale(1.2, 0.8) rotate(180deg);
  margin-top: -2.8px;
  top: 50%;
}

form .form-row input,
form .form-row select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  padding: 0 0.2109375rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  height: 40px;
}

form .form-row input,
form .form-row select,
form .form-row input:focus,
form .form-row select:focus {
  outline: none;
}

form .form-row input::placeholder,
form .form-row select::placeholder {
  color: #b0b8ca;
}

.filter-form {
  color: #3e3e3e;
  padding-bottom: 0.15625rem;
}

.filter-form h2 {
  font-size: 0.25rem;
  font-weight: bold;
  color: #b0b8ca;
  line-height: 0.46875rem;
  padding: 0.28125rem 0;
}

.filter-form .label {
  font-weight: bold;
  width: 1.078125rem;
  margin-left: 0.671875rem;
}

/* .filter-form .label:first-child {
  margin-left: 0;
} */
.filter-form .input-control {
  width: 2.09375rem;
}

.filter-form .broad-input {
  width: 5.9375rem;
}

.filter-form .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
}

.filter-form .form-row .submit,
.filter-form .form-row .only-checkbox {
  width: 2.734375rem;
  box-sizing: border-box;
  float: right;
  height: 0.5625rem;
  background: #5b8aeb;
  color: #fff;
  border-radius: 0.078125rem;
  border: 1px solid #3762b9;
  margin-left: 134px;
}

.filter-form .form-row .only-checkbox {
  border: none;
  background: none;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: #000;
}

.list-filter {
  border-top: 0.0546875rem solid #5b8aeb;
  padding: 0.25rem 0 0.140625rem;
  font-size: 0.21875rem;
  line-height: 0.5625rem;
  color: #999;
}

.list-filter ul li {
  float: left;
  margin: 0 0.2109375rem;
}

.list-filter ul li:first-child {
  margin-left: 0;
}

.list-filter ul::before,
.list-filter ul::after {
  content: "\20";
  display: table;
  clear: both;
}

.list-filter input[type=radio],
.list-filter input[type=checkbox] {
  display: none;
}

.list-filter input[type=radio]:checked+.name,
.list-filter input[type=checkbox]:checked+.name {
  color: #5b8aeb;
}

.list-table {
  font-size: 0.21875rem;
  line-height: 0.671875rem;
  color: #000;
}

.list-table .thead::before,
.list-table .row::before,
.list-table .thead::after,
.list-table .row::after {
  content: "\20";
  display: table;
  clear: both;
}

.list-table .col {
  padding-left: 0.1875rem;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-table .thead {
  color: #b0b8ca;
  background: #fafcff;
  border: 1px solid #d8ddee;
  border-radius: 0.0625rem;
}

.list-table .col1 {
  width: 2.6953125rem;
}

.list-table .col2 {
  width: 1.796875rem;
}

.list-table .col3 {
  width: 2.03125rem;
}

.list-table .col4 {
  width: 1.40625rem;
}

.list-table .row {
  border-bottom: 1px solid #f0f0f0;
}

.list-table .row .col5 {
  color: #999;
}

.list-table .row .or {
  display: inline-block;
  font-weight: bold;
  margin-left: 0.234375rem;
  transform: scale(1.2, 0.8);
  color: #000;
}

.add-section .sec {
  box-shadow: 0 3px 0.09375rem rgba(0, 0, 0, 0.06);
  border-radius: 0.046875rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 0.15625rem;
}

.add-section .hgroup {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.068rem 0.3125rem;
  line-height: 0.625rem;
}

.add-section .hgroup::before,
.add-section .hgroup::after {
  content: "\20";
  display: table;
  clear: both;
}

.add-section .hgroup h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  color: #c6cbd8;
}

.add-section .as-h-tip {
  font-size: 12px;
  line-height: 14px;
  width: 16px;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 2px;
  text-align: center;
  font-weight: 300;
  display: inline-block;
}

.as-h-tip.new-tip {
  color: #F48618;
}

.as-h-tip.hot-tip {
  color: #F48618;
}

.as-h-tip.nei-tip {
  color: #12B63D;
}

.as-h-tip.ji-tip {
  color: #F91111;
}

.add-section .hgroup .more {
  float: right;
  font-size: 0.1875rem;
  color: #5b8aeb;
}

.login-form {
  padding: 0 0.3125rem 0.46875rem;
}

.login-form h3 {
  font-size: 0.25rem;
  line-height: 1rem;
  font-weight: bold;
  color: #3e3e3e;
  text-align: center;
}

.login-form .input-control {
  width: 100%;
}

.login-form .form-row {
  margin-bottom: 0.3125rem;
}

.login-form .form-row:nth-of-type(3) {
  margin-bottom: 0;
}

.login-form .submit {
  width: 100%;
  box-sizing: border-box;
  height: 0.5625rem;
  background: #5b8aeb;
  color: #fff;
  border-radius: 0.078125rem;
  border: 1px solid #3762b9;
  font-size: 0.21875rem;
}

.login-form .narrow-input {
  width: 2.03125rem;
}

.login-form .vldt-image {
  float: right;
  width: 1.625rem;
  height: 0.5525rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}

.login-form .vldt-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.login-form .add-row {
  line-height: 0.4375rem;
  padding: 0.234375rem 0;
  font-size: 0.1875rem;
  color: #999;
}

.login-form .add-row input[type=checkbox] {
  margin-right: 0.0625rem;
  -webkit-appearance: checkbox;
}

.login-form .add-row a {
  color: #5b8aeb;
  margin-left: 0.0625rem;
}

.login-form .reg-link {
  padding: 0.2734375rem 0 0.234375rem;
  line-height: 0.3125rem;
  font-size: 0.1875rem;
  color: #999;
  text-align: center;
}

.login-form .reg-link a {
  color: #5b8aeb;
  margin-left: 0.0625rem;
}

.login-form .by-third-account {
  font-size: 0.21875rem;
  line-height: 0.46875rem;
}

.login-form .by-third-account span {
  margin-right: 0.25rem;
}

.login-form .by-third-account a {
  width: 0.46875rem;
  height: 0.46875rem;
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.328125rem;
  line-height: 1em;
  background: #c4c8d0;
  border-radius: 100%;
  padding: 0.0703125rem;
  margin-right: 0.15625rem;
}

.login-form .by-third-account a i {
  font-size: inherit;
}

.login-form .by-third-account a:hover {
  background-color: #da251c;
}

.login-form .by-third-account a:last-child:hover {
  background: #04b229;
}

.job-gen {
  line-height: 0.625rem;
}

.job-gen ul{
  padding: 10px 0px;
}

.job-gen li {
  padding: 10px 25px;
  /* border-bottom: 1px solid #f0f0f0; */
}

.job-gen li::before,
.job-gen li::after {
  content: "\20";
  display: table;
  clear: both;
}

.job-gen li:last-child {
  border-bottom: 0;
}

.job-gen li a {
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  max-width: 220px;
  display: inline-block;
  line-height: 1.1;
  font-size: 0.21875rem;
}

.job-gen li a:hover {
  color: #5b8aeb;
}

.job-gen li .times {
  float: right;
  color: #c7cbd4;
  font-size: 0.1875rem;
}

.rss form {
  padding: 0 0.3125rem 0.3125rem;
}

.rss .form-row {
  width: 100%;
}

.rss .input-control {
  width: 100%;
}

.rss .label {
  line-height: 0.6328125rem;
  font-size: 0.21875rem;
  color: #3e3e3e;
}

.rss .submit {
  width: 100%;
  box-sizing: border-box;
  height: 0.5625rem;
  background: #5b8aeb;
  color: #fff;
  border-radius: 0.078125rem;
  border: 1px solid #3762b9;
  font-size: 0.21875rem;
  margin-top: 0.3515625rem;
}

.job-detail h2 {
  line-height: 0.640625rem;
  background: #fafcff;
  border: 1px solid #d8ddee;
  border-radius: 0.0625rem;
  padding-left: 0.25rem;
  font-size: 0.21875rem;
  color: #5b8aeb;
}

.job-detail .jobname-profession {
  font-size: 0.21875rem;
  line-height: 0.78125rem;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.job-detail .jobname-profession a {
  font-weight: bold;
  color: #5b8aeb;
  margin-right: 42px;
}

.job-detail .job-belong {
  font-size: 0.21875rem;
  line-height: 0.703125rem;
  border-bottom: 1px solid #f0f0f0;
}

.job-detail .job-belong a {
  color: #5b8aeb;
}

.job-detail .job-more-info {
  color: #b0b8ca;
  font-size: 0.21875rem;
  line-height: 0.6875rem;
}

.job-detail .job-more-info dl:first-child {
  border-bottom: 0.0625rem solid #5b8aeb;
}

.job-detail .job-more-info dl::before,
.job-detail .job-more-info dl::after {
  content: "\20";
  display: table;
  clear: both;
}

.job-detail .job-more-info dt,
.job-detail .job-more-info dd {
  float: left;
}

.job-detail .job-more-info dt {
  width: 1.125rem;
}

.job-detail .job-more-info dd {
  text-align: center;
}

.job-detail .job-more-info .col2 {
  width: 1.53125rem;
}

.job-detail .job-more-info .col4 {
  width: 1.71875rem;
}

.job-detail .job-more-info .col6 {
  width: 1.0625rem;
}

.job-detail .job-more-info .col8 {
  width: 1.078125rem;
}

.job-detail .job-detail-info {
  font-size: 0.21875rem;
  line-height: 0.3125rem;
  color: #565656;
}

.job-detail .job-detail-info dl {
  margin-top: 0.28125rem;
}

.job-detail .job-detail-info dt {
  color: #000;
  font-weight: bold;
  line-height: 0.609375rem;
}

.job-detail .job-apply-sec {
  margin-top: 60px;
}

.job-detail .job-apply-sec::before,
.job-detail .job-apply-sec::after {
  content: "\20";
  display: table;
  clear: both;
}

.job-detail .job-apply-sec a {
  font-size: 0.21875rem;
  width: 2.734375rem;
  box-sizing: border-box;
  float: right;
  line-height: 0.5625rem;
  background: #5b8aeb;
  color: #fff;
  border-radius: 0.078125rem;
  border: 1px solid #3762b9;
  text-align: center;
}

.only-fast {
  display: flex;
  align-items: center;
  /* float: right; */
  font-size: 14px;
  cursor: pointer;
  /* margin-left: 207px; */
}

form .form-row .only-fast input {
  display: inline-block;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  padding: 0;
  -webkit-appearance: auto;
  margin-right: 14px;
}

.flex-box {
  display: inline-flex;
  align-items: center;
  float: left;
}

body .layer-btn-wrap .layer-cancel-btns input {
  background: #fff;
  color: #5b8aeb;
  border: 1px solid #5b8aeb;
}

body .layer-btn-wrap .layer-cancel-btns input:hover {
  color: #5b8aeb;
}

body .sureBtn input,
body .okBtn input,
body .cancelBtn input,
body .commonBtn input,
body .exportBtn input {
  border: 1px solid #5b8aeb;
  background-color: #5b8aeb;
}

body .sureBtn input:hover,
body .okBtn input:hover {
  border: 1px solid #5b8aeb;
  background-color: #5b8aeb;
}

body .btn-group-outer .pop-btn {
  color: #5b8aeb;
}

body .btn-group-outer .confirm {
  background: #5b8aeb;
  color: #fff;
}


body .btn-group-outer .pop-btn:hover {
  color: #5b8aeb;
}

body .btn-group-outer .confirm:hover {
  color: #fff;
  background: #5b8aeb;
}

body .selected-counter {
  color: #5b8aeb;
}

body .showbox .sHeader {
  height: unset;
}

body .showbox .sClose {
  background-image: url(../images/dialog-x.png);
}

body .showbox .sClose::before {
  content: "";
}

body .recommend-main .eo-cascader-panel .eo-cascader-menu:last-child li.branch.selected::before,
.dialog-wrap .eo-cascader-panel .eo-cascader-menu:last-child li.branch.selected::before,
.dialog-wrap .dialog-search-wrap .eo-cascader-menu:last-child li.branch.selected::before {
  content: "";
}

body .recommend-main .eo-cascader-panel .eo-cascader-menu:last-child li.branch.selected::before,
.dialog-wrap .eo-cascader-panel .eo-cascader-menu li.branch.selected:not(.has-child)::before,
.dialog-wrap .dialog-search-wrap .eo-cascader-menu li.branch.selected:not(.has-child)::before {
  font-family: layui-icon !important;
  content: "\e605";
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 6px;
}