﻿*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body #page {
  background-color: #fff;
}

select.form-checkbox {
  appearance: none;
  
  -webkit-appearance: none;
  
  -moz-appearance: none;
  background-image: url('../image/shangxiashixinjiantou-1.png');
  
  background-repeat: no-repeat;
  background-position: right 10px center;
  
  background-size: 12px;
  
  width: 100%;
  font-size: 12px !important;
}

.jobs-header {
  position: relative;
}

.jobs-header .header-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.jobs-header .nav>li{
  margin: 0 8px;
}
.jobs-header .nav>li.menu-item-object-custom a{
  font-weight: bold;
}
.jobs-header .nav>li>a {
  padding: 0;
  color: #fff;
  line-height: 40px;
  padding:10px;
}
.jobs-header .nav>li>a:hover,
.jobs-header .nav>li>a:focus {
  background-color: transparent;
  font-weight: bold;
}

.jobs-header  .navbar-brand{
  padding: 0;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}

.jobs-header  .navbar-brand img {
  display: block;
  height: 24px!important;
}

@media (min-width: 768px){
  .jobs-header  .navbar-brand{
    height: 60px;
  }
  .jobs-header  .navbar-brand img {
    display: block;
    height: 30px!important;
  }
}

.jobs-header .menu-toggle,
.jobs-header .menu-toggle::before,
.jobs-header .menu-toggle::after{
  background-color: #fff;
}

.jobs-header [aria-expanded="true"] .menu-toggle{
  background-color: transparent;
}

.jobs-header [aria-expanded="true"] li>a{
  line-height: 24px;
}

.jobs-header .collapsing,
.jobs-header .navbar-collapse[aria-expanded="true"]  {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  border-radius: 0 0 12px 12px;
}
.jobs-header .navbar-collapse[aria-expanded="true"] .nav {
  margin: 12px 0;
}
.jobs-header .navbar-collapse[aria-expanded="true"]  li>a {
  color: #000;
  line-height: 24px;
}


.header-inner {
  position: relative;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #cad4d3;
}


.header-inner::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.55;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #0137d2 50%, #ff0095 100%);
}

.header-title {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 99;
  margin-top: -16px;
}

@media (min-width:768px) {
  .header-inner {
    height: 200px;
  }

  .header-title {
    font-size: 40px;
    margin-top: -20px;
  }

  #header .header-logo img {
    height: 30px;
  }

  #header .header-logo {
      left: 52px;
      top: 20px;
  }
}

.sjb-container.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 444px);
  padding-left: 0;
  padding-right: 0;
}


.sjb-page .sjb-filters-suoke {
  position: relative;
  background-color: transparent;
  
}

.filters-form {

  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
}

.sk-search {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.suoke-search-keyword {
  margin-top: -26px;
}

.suoke-search:hover .suoke-search-clear_icon {
  display: inline
}

.suoke-search-search_icon {
  margin-right: 14px;
  left: 26px;
  fill: #ccc !important
}

.suoke-search-clear_icon,
.suoke-search-search_icon {
  position: absolute;
  top: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.suoke-search-clear_icon {
  display: none;
  right: 100px;
  cursor: pointer;
  transition: all .3s
}

.suoke-search-clear_icon .suoke-icon {
  fill: #ccc
}

.suoke-search-clear_icon:hover .suoke-icon {
  fill: #999
}

.suoke-search-btn {
  padding: 8px 26px;
  color: #fff !important;
  border: none;
  border-radius: 18px;
  background-color: #ccc;
  outline: none;
  position: absolute;
  right: 12px;
  top: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all .3s
}

.suoke-search-btn:hover {
  opacity: .8
}

.suoke-search-input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 29px;
  outline: 0;
  padding: 15px 140px 15px 60px;
  transition: all .3s
}

.suoke-search-input::-moz-placeholder {
  color: #ccc
}

.suoke-search-input::placeholder {
  color: #ccc
}

.suoke-search-keyword .suoke-search-btn {
  background-color: #00a1d6
}

.suoke-search-keyword .suoke-search-input:active,
.suoke-search-keyword .suoke-search-input:focus,
.suoke-search.blue .suoke-search-input:hover {
  border: 1px solid #00a1d6;
  box-shadow: 0 0 4px 2px rgba(0, 161, 214, .2)
}

@media screen and (max-width: 575px) {
  .suoke-search-input {
    padding: 0 0 0 44px;
    box-shadow: 0 4px 6px 0 rgba(237, 239, 246, .8);
    height: 40px
  }

  .suoke-search-search_icon {
    top: 10px;
    left: 16px
  }

  .suoke-search-btn,
  .suoke-search-clear_icon {
    display: none !important
  }
}

.suoke-checkbox-wrap {

  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .suoke-checkbox-wrap {
    width: 70%;
    margin-top: 16px;
  }

}

.suoke-checkbox-wrap .checkbox-item {
  width: 31%;
}

.form-checkbox {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 16px;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 10px 7px 14px;
  position: relative;
  color: #000;
  background: #f6f8fb;
  border: none
}

.clear-btn {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  text-align: center;
}

.sjb-page .btn-primary {
  border-radius: 20px;
}

.sjb-page .list-view {
  margin-bottom: 40px;
}

.sjb-page .list-view .sk-item-card {
  color: rgba(0, 0, 0, .85);
}

.sk-infotags {
  color: #999
}

.sk-infotags>span:last-child:after {
  display: none
}

.sk-infotags>span:after {
  content: "|";
  color: #d1d1d1;
  padding-left: 14px;
  padding-right: 14px;
  opacity: .8
}


@media screen and (max-width: 575px) {
  .sk-infotags>span:after {
    padding-left: 5px;
    padding-right: 5px
  }
  
}

@media screen and (max-width: 413.5px) {
	.sk-infotags>span:last-child{
    display: block;
    margin-top: 8px;
  }
  .sk-infotags .job-location::after {
    content: '';
  }
}

.sk-item-card .item-target {
  display: flex;
  align-items: center;
}


.sk-navigation {
  display: flex;
  margin: 10px 0 40px;
}

.sk-navigation .pagination .list-item>.page-numbers {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-style: 12px;
}


.bg-gray-200 {
  background-color: #4f4f4f;
}

.text-gray-200 {
  color: #4f4f4f;
}

.position-relative {
  position: relative !important;
  padding-top: 60px;
}

.shape {
  position: absolute;
  pointer-events: none
}

.shape>* {
  display: block
}

.shape:not([class*=shape-blur]) {
  overflow: hidden
}

.shape:not([class*=shape-blur])>* {
  transform: scale(2)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .shape>svg {
    display: none
  }
}

.shape-top {
  top: 0;
  right: 0;
  left: 0
}

.shape-top>* {
  transform-origin: bottom center
}

.shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.shape-right>* {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  transform-origin: center left
}

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0
}

.shape-bottom>* {
  transform-origin: top center
}

.shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.shape-left>* {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  transform-origin: center right
}

.shape-fluid-x>* {
  width: 100%;
  height: auto
}

.shape-fluid-y>* {
  width: auto;
  height: 100%
}

.shape-blur-1 {
  top: 0;
  right: 0;
  left: 0
}

@media (min-width: 768px) {
  .shape-blur-1 {
    bottom: 0;
    left: 50%;
    right: auto
  }
}

.shape-blur-1>* {
  width: 100%;
  height: auto
}

@media (min-width: 768px) {
  .shape-blur-1>* {
    width: auto;
    height: 100%
  }
}

.shape-blur-2 {
  top: 0;
  right: 0;
  left: 0
}

@media (min-width: 768px) {
  .shape-blur-2 {
    bottom: 0;
    right: 50%;
    left: auto
  }
}

.shape-blur-2>* {
  width: 100%;
  height: auto
}

@media (min-width: 768px) {
  .shape-blur-2>* {
    width: auto;
    height: 100%;
    float: right
  }
}

.shape-blur-3 {
  top: 0;
  right: 0;
  left: 0
}

.shape-blur-3>* {
  width: 100%;
  height: auto
}

.shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.3)
}

.shape-blur-4>* {
  width: auto;
  height: 100%
}




.no-job-listing-text {
  text-align: center !important;
  font-size: 24px !important;
}



.position-header {
  padding: 16px 16px 15px;
    margin-bottom: 12px;
  
}

.position-header h1.position-title {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.48;
}

@media screen and (max-width: 575px){
  .position-header h1.position-title {
    font-size: 22px;
  }
  .sjb-job-details-box {
    margin-top: 0 !important;
  }
  .job-content {
    padding: 16px!important;
  }
  .position-header {
    margin-bottom: 8px;
  }
  .sjb-page {
    font-size: 13px!important;
  }
}

.job-content {
  padding: 20px 16px 0;
}
.job-content-item {
  margin-bottom: 32px;
  
  line-height: 28px;
}

.position-sub-title {
  font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px!important;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 6px #e9f6fc, inset 0 -6px #e9f6fc;
    box-shadow: 0 6px #e9f6fc, inset 0 -6px #e9f6fc;
    width: 72px;
    text-align: center;
    color: #333!important;
}
.job-content-item ol,
.job-content-item ul {
  list-style-position: inside;
  padding-left: 0px
}
.job-content-item .position-desc {
  padding-left: 8px;
  color: rgba(51, 51, 51,.8)!important;
}
.job-content-item .position-desc h5 {
  margin-top: 20px;
}

#header.sub-page-header {
  height: 48px;
  position: relative;
  border-bottom: 1px solid #ececec;
  z-index: 111;
}
@media (min-width:768px) {
  #header.sub-page-header {
    height: 60px;
  }
}
  
.jobs-header.sub-page-header .nav>li>a{
  color: #004080;
}

.jobs-header.sub-page-header .menu-toggle, .jobs-header.sub-page-header .menu-toggle::before, .jobs-header.sub-page-header .menu-toggle::after {
  background-color: #004080;
}

.jobs-header.sub-page-header  [aria-expanded="true"] .menu-toggle {
  background-color: transparent;
}

.back-list {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.back-list svg {
  margin-right: 8px;
  height: 30px;
}

.back-list a {
  color: #13227a!important;
}
.back-list a:hover {
  color: #1296db!important;
}


.jobs-header .navbar-header{
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.jobs-header .navbar-header .menu-collapse,
.jobs-header .navbar-header .navbar-brand {
  float: none;
}

.jobs-header .navbar-header .menu-collapse {
  margin: 0;
}

.jobs-header .navbar-header:before,
.jobs-header .navbar-header:after{
  display: none;
}


.form-agree .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-agree .custom-checkbox a{
  color: #00a1d6;
}
.form-agree .custom-checkbox a:hover {
  text-decoration: underline;
}


.custom-checkbox {
  display: inline-flex!important;
  align-items: center;
  cursor: pointer;
  user-select: none; 
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}


.custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}


.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}


.custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}


.custom-checkbox a {
  color: #007bff;
  text-decoration: none;
  margin-left: 5px;
}

.custom-checkbox a:hover {
  text-decoration: underline;
}