.container {
  width: 95%;
  margin: 0 auto;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.nav-container {
  /* height: 66px; */
  position: fixed;
  width: 100%;
  z-index: 999;
}
.divider {
  height: 1px;
  background-color: #dcdfe6;
  margin: 5px auto;
}
.nav-container.has-background {
  background-color: #2c3e6f;
}
.nav-container.open {
  background-color: #2c3e6f;
}
.nav-container.open .nav {
  border-bottom: 1px solid #fff;
}
.nav-container .nav {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .logo {
  height: 40px;
}
.nav .btn-toggle {
  width: 30px;
  height: 30px;
  background-color: transparent;
  outline: 0;
  border: none;
  border-radius: 4px;
}
.nav .btn-toggle img {
  width: 30px;
  height: 30px;
}
.nav-container .navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.navbar-nav li.active a {
  color: #ff8d1a;
  font-weight: 600;
}

.banner-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  height: 0;
}
.banner-container .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #242424 url(./../images/banner_detail.jpg) center/cover no-repeat;
}
.position-container {
  padding-bottom: 50px;
  background-color: #2e2e2e;
}
.position-container .inner {
  margin: -160px auto 0;
  width: 95%;
  padding: 20px 12px 25px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.position-container .inner .back {
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
.position-container .inner .back img {
  height: 15px;
  margin-right: 5px;
}
.position-container .position-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.position-container .name {
  font-size: 24px;
  margin-bottom: 10px;
}
.position-container .salary {
  font-size: 24px;
  color: #ff8d1a;
  margin-bottom: 15px;
}
.position-container .position-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-desc .text-desc {
  display: flex;
}
.position-desc .text-desc span {
  color: #2e2e2e;
  margin-right: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.position-desc .text-desc .text-city:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/local_icon.png) 0 0/26px auto no-repeat;
}
.position-desc .text-desc .text-exp:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/exp_icon.png) 0 0/26px auto no-repeat;
}
.position-desc .text-desc .text-edu:before {
  content: '';
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background: url(./../images/detail/edu_icon.png) 0 0/26px auto no-repeat;
}

.position-container .blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.position-container .position-descript .title {
  font-size: 16px;
  padding: 18px 0;
}
.position-container .position-descript .content {
  border-radius: 8px;
  background: #f2f2f2;
  padding: 10px;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.8;
}
.position-container .position-bottom {
  margin-top: 30px;
}
.position-container .position-bottom .delivery-btn,
#submit {
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background: rgba(255, 141, 26, 1);
  box-shadow: 0px 2px 10px rgba(255, 141, 26, 1);
  cursor: pointer;
}
.dialog-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.dialog-container .dialog {
  width: 95%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.25);
  position: relative;
}
.dialog .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.dialog h1 {
  padding: 5px 0 18px;
  color: #ff8d1a;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ff8d1a;
}
.dialog .tip-img {
  width: 108px;
  display: block;
  margin: 35px auto 10px;
}
.dialog h3 {
  color: #ff8d1a;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.dialog h5 {
  color: #ff8d1a;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.dialog .mt60 {
  margin-bottom: 60px;
}
.form-container {
  margin-top: 36px;
}
.form-container .form {
  text-align: center;
}
.form-container .form .form-item-bottom {
  margin: 0;
}
.contact-us {
  background: #242424 url(./../images/address-map.jpg) center/cover no-repeat;
  padding: 48px 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

.contact-us h1 {
  color: #ff8d1a;
  font-size: 28px;
  text-align: center;
}

.contact-us h5 {
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.contact-us .content {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  width: 80%;
  margin: 30px auto 20px;
  line-height: 28px;
}
.contact-us .content .contact-way .iconfont {
  float: left;
  font-size: 24px;
}
.contact-us .content .contact-way {
  margin-bottom: 10px;
}
.contact-us .content .contact-way .text {
  margin-left: 35px;
}
.themeColor {
  color: #ff8d1a;
}
i {
  font-style: normal;
}
.copyright {
  background-color: #000;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}
.consult-container {
  position: fixed;
  bottom: 10%;
  right: 2.5%;
  z-index: 9999;
}
.consult-container .consult-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.consult-container .consult-wrapper img {
  width: 60px;
}
.privacy-content {
  padding: 100px 20px 50px;
}
.privacy-content .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-content p {
  margin-bottom: 10px;
}
