body {
  background: #f6f6f8;
  line-height: 26px;
  color: #414a60;
  font-size: 14px;
}

#app ::-webkit-scrollbar {
  width: 4px;
}
#app ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #d1d4db;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#app ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
}

/* a:hover {
  color: #00d7c6;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
} */
.container {
  position: relative;
  width: 1184px;
  margin: 0 auto;
}
.sm .container {
  width: 95%;
}

.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.pr {
  position: relative;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.nav-container {
  width: 100%;
  background: #0a36a4;
  position: relative;
  z-index: 1005;
  height: 49px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
/* .nav-container .container:before {
  content: ' ';
  height: 49px;
  width: 726px;
  display: block;
  position: absolute;
  left: 196px;
  top: 0;
  z-index: -1;
  background: url(./../images/nav-bg.png) 0 0 / auto 49px no-repeat;
} */
.nav-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container a {
  color: #fff;
}
.nav-container a:hover {
  color: #00bebd;
}
.nav li.active a {
  color: #00bebd;
}
.logo {
  float: left;
}
.logo a {
  display: block;
}
.logo a img {
  height: 49px;
}

.nav-city {
  float: left;
  position: relative;
  cursor: pointer;
  height: 49px;
  line-height: 49px;
  color: #00bebd;
}
.nav-city .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(./../images/icon.png) 0 -18px/18px auto no-repeat;
  margin: 16px 3px 0 24px;
}
.nav-city .switchover-city {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.nav,
.user-nav {
  /* font-size: 0; */
  float: left;
  margin-left: 14px;
  height: 49px;
  line-height: 49px;
}
.nav ul,
.user-nav ul {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.nav li,
.user-nav li {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
}
.nav li a,
.user-nav li a {
  display: block;
  padding: 0 5px;
  position: relative;
}
.user-nav {
  float: right;
  margin-left: 5px;
}

.user-nav a {
  font-size: 14px;
}
.user-nav .link-sign-resume {
  position: relative;
  margin-right: 20px;
  display: inline;
}
.user-nav .btns .link-scan {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.user-nav .btns .btn-outline {
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 11px;
  min-width: 0;
  margin-left: 10px;
  color: #fff;
  vertical-align: inherit;
  background: 0 0;
}
.user-nav .btns .btn-outline:hover {
  color: #00bebd;
  background: rgba(0, 190, 189, 0.2);
}

.btn {
  display: inline-block;
  min-width: 112px;
  box-sizing: content-box;
  height: 36px;
  line-height: 36px;
  border: 1px #5dd5c8 solid;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: #5dd5c8;
  text-align: center;
  cursor: pointer;
}

.sm .nav-sm-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sm .btn-toggle {
  width: 30px;
  height: 30px;
  background-color: transparent;
  outline: 0;
  border: none;
  border-radius: 4px;
}
.sm .btn-toggle img {
  width: 30px;
  height: 30px;
}
.nav-container .navbar-nav {
  margin: 6px 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: #00bebd;
  font-weight: 600;
}
.divider {
  height: 1px;
  background-color: #dcdfe6;
  margin: 5px auto;
}
#footer {
  padding: 20px 0 10px;
  margin-top: 43px;
  position: relative;
  z-index: 24;
  border-top: solid 1px #f6f6f8;
  background: #0a36a4;
  color: rgba(255, 255, 255, 0.5);
}
.footer-social {
  position: absolute;
  font-size: 12px;
  text-align: right;
  right: 0;
  top: 0;
  width: 180px;
}
.sm .footer-social {
  text-align: center;
  margin-bottom: 15px;
}
.sm .sm-img-wrapper {
  margin-top: 6px;
  font-size: 60px;
}
.footer-social a {
  -webkit-transition: none;
  transition: none;
}
.footer-social img {
  margin: 6px 0 6px 0;
  width: 88px;
  /* height: 16px; */
}
.footer-social p {
  padding: 0;
  font-size: 13px;
  text-align: right;
}
.footer-social p img {
  width: 100px;
  height: 100px;
}
.footer-social p span {
  font-size: 13px;
  padding-left: 5px;
}
.footer-icon {
  margin-top: 20px;
}
.icon-app,
.icon-weibo,
.icon-weixin {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  margin-left: 23px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .icon-client-app {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  margin-left: 23px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-weibo {
  display: inline-block;
  background-image: url(./../images/icons.png);
  background-repeat: no-repeat;
  background-position: 10px -190px;
}

.icon-weixin {
  display: inline-block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 10px -254px;
  position: relative;
}
.icon-weixin:hover .qrcode-weixin {
  display: block;
}
.qrcode-weixin {
  display: none;
  position: absolute;
  right: -25px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.icon-app {
  display: inline-block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: 6px -313px;
}
#footer .icon-client-app img.icon-image {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin: 6px 0 7px 0;
}
#footer .icon-client-app img.icon-image.weixin {
  width: 24px;
}
#footer .icon-client-app img.icon-image.app {
  width: 22px;
}
#footer .icon-client-app:hover {
  border-color: #cbcdd4;
}
#footer .icon-client-app:hover .download-app-tip,
#footer .icon-client-app:hover .download-app-img {
  display: block;
}
#footer .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: #ffffff;
  line-height: 20px;
  padding: 1px 6px;
  white-space: nowrap;
}
#footer .icon-client-app .download-app-img {
  display: none;
  position: absolute;
  bottom: 50px;
  right: -25px;
}
.footer-about {
  margin-right: 180px;
}
.footer-about dl {
  width: 192px;
  float: left;
}
.sm .footer-about dl {
  text-align: center;
}
.footer-about dl dt {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.footer-about dl dd a,
.footer-about dl dd p {
  display: block;
  width: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
.links-friends {
  margin-top: 20px;
  margin-right: 180px;
}
.sm .links-friends {
  margin-top: 20px;
}
.links-friends .links-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  float: left;
}
.links-friends .links {
  overflow: hidden;
}
.links-friends .links {
  margin-left: 80px;
}
.links-friends .links .link {
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin-right: 26px;
}
.links-friends .links .link a {
  color: rgba(255, 255, 255, 0.5);
}
.copyright a:hover,
.footer-about dl dd a:hover {
  color: #00bebd;
}
.copyright {
  font-size: 12px;
  margin-top: 20px;
  max-width: 900px;
}
.sm .copyright {
  text-align: center;
}
.sm .copyright p span {
  display: block;
}
.copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.copyright img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 2px 0 0;
}
.copyright span,
.copyright a {
  color: #8d92a1;
  display: inline-block;
  margin-right: 15px;
}
.copyright span.renshe-phone {
  cursor: pointer;
}
.icon-app span,
.icon-weibo span,
.icon-weixin span {
  display: none;
}
[cloak] {
  display: none;
}
.nav-item.language {
  float: right;
  height: 49px;
  line-height: 49px;
  margin-left: 16px;
}
.nav-item.language span,
.nav-item.language i {
  color: #fff;
  cursor: pointer;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.user-nav .btns .btn-lang {
  margin-left: 10px;
}
.user-nav .btns .btn-lang.active {
  color: #00bebd;
}