a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1279px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1339px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1479px) {
  .container {
    width: 1440px;
  }
}
.container:before, .container:after {content: " ";display: table;}
.container:after {clear: both;}
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}

.comp-pages {
  padding-top: 40px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #666666;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #D5D5D5;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 6px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3389d7;
  border: 1px solid #3389d7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3389d7;
  border: 1px solid #3389d7;
  color: #fff;
}
.header {
  min-height: 82px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(39, 39, 39, 0.28);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header .header-logo {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .header-logo img {
  display: block;
}
.header .header-nav {
  float: right;
  margin-top: 38px;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header .header-nav .layui-this:after,
.header .header-nav .layui-nav-bar {
  background: #004098;
  height: 3px;
}
.header .header-nav .layui-nav-item {
  line-height: 40px;
  height: 44px;
  margin-left: 60px;
}
.header .header-nav .layui-nav-item:first-child {
  margin-left: 0;
}
.header .header-nav .layui-nav-item a {
  color: #444444;
  font-size: 16px;
  padding: 0;
  min-width: 60px;
  text-align: center;
}
.header .header-nav .layui-nav-item a i {
  display: none;
}
.header .header-nav .layui-anim-upbit {
  min-width: 120px;
}
.header .header-other {
  position: absolute;
  right: 0px;
  top: 12px;
  line-height: 20px;
}
.header .header-other li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.header .header-other li:last-child::after {
  display: none;
}
.header .header-other li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #c5c5c5;
}
.header .header-other li a {
  color: #999999;
}
.header .header-other li a:hover {
  color: #004098;
}
.header .header-other li i {
  margin-right: 3px;
}
.footer {
  background: #3389d7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-cont {
  position: relative;
  min-height: 130px;
  padding-right: 150px;
}
.footer .footer-erwm {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}
.footer .footer-erwm img {
  display: block;
  width: 130px;
  height: 130px;
}
.footer .footer-inner li {
  float: left;
  padding-right: 20px;
}
.footer .footer-inner li:nth-child(1) {
  width: 42%;
}
.footer .footer-inner li:nth-child(2) {
  width: 58%;
}
.footer .footer-inner .inner-title {
  height: 26px;
  line-height: 26px;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-inner .inner-title img {
  display: block;
}
.footer .footer-inner .inner-cont {
  font-size: 15px;
  line-height: 28px;
  color: #cfe8ff;
}
.footer .footer-inner .inner-cont a {
  color: #cfe8ff;
}
.footer .footer-inner .inner-cont a:hover {
  color: #fff;
}
.footer .footer-inner .cont-box {
  float: left;
  padding-right: 15px;
}
.footer .footer-inner .cont-box:last-child {
  padding-right: 0;
}
.footer .footer-inner .cont-box:nth-child(1) {
  width: 40%;
}
.footer .footer-inner .cont-box:nth-child(2) {
  width: 60%;
}
.index-banner {
  height: 545px;
  position: relative;
  overflow: hidden;
}
.index-banner video {
  transform: translateX(50%) translateY(50%);
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.index-banner .banner-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.index-banner .banner-inner .middle-cont {
  width: 100%;
}
@media(max-width:991px) and (min-width:767px){
  .index-banner .banner-inner .middle-cont {
    position: relative;
    top: 38px;
  }
  .index-compensation .box-s {
    max-height: 187px;
  }
}
.index-park-life .swiper-slide img {
  width: auto!important;
  min-width: 100%!important;
  height: 500px!important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 1366px){
  .index-park-life .swiper-slide img {
    height: 464px!important;
  }
}
@media(max-width: 1280px){
  .index-park-life .swiper-slide img {
    height: 433px!important;
  }
}
@media(max-width: 1199px){
  .index-park-life .swiper-slide img {
    height: 383px!important;
  }
}
@media(max-width: 991px){
  .index-park-life .swiper-slide img {
    height: 327px!important;
  }
}
@media(max-width: 767px){
  .index-park-life .swiper-slide img {
    width: auto!important;
    min-width: 100%!important;
    height: 256px!important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(max-width: 390px){
	.index-park-life .swiper-slide img {
	height: 240px !important;
	}
}
@media(max-width: 380px){
	.index-park-life .swiper-slide img {
	height: 230px !important;
	}
}
.index-banner .banner-inner .inner-title-cn {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 5px;
  text-shadow: 0 0 7px #272727;
}
.index-banner .banner-inner .inner-title-en {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-family: Arial, serif;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 2px;
  text-shadow: 0 0 7px #272727;
}
.index-banner .banner-inner .inner-title-en::after,
.index-banner .banner-inner .inner-title-en::before {
  content: '';
  height: 1px;
  width: 95px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.index-banner .banner-inner .inner-title-en::before {
  left: -95px;
}
.index-banner .banner-inner .inner-title-en::after {
  right: -95px;
}
.index-inform {
  margin-top: -36px;
  position: absolute;
  left: 0;
  right: 0;
}
.index-inform .inform-cont {
  height: 72px;
  background: url('../image/zpw-icon-01.png') no-repeat 25px 24px #ffffff;
  box-shadow: 0 0 9px 0 rgba(39, 39, 39, 0.09);
  border-radius: 10px;
  padding: 20px 120px 20px 170px;
  line-height: 32px;
  position: relative;
}
.index-inform .inform-cont .swiper-container {height: 32px;}
.index-inform .cont-title {
  font-size: 22px;
  color: #004098;
  font-weight: bold;
  position: absolute;
  left: 55px;
  top: 20px;
}
.index-inform .cont-more {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #3389d7;
}
.index-inform .cont-more:hover {
  color: #004098;
}
.index-inform .box-s {
  position: relative;
  padding-right: 100px;
}
.index-inform .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #999999;
}
.index-inform .box-s .box-title {
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.index-inform .box-s .box-title:hover {
  color: #004098;
}
.index-title {
  text-align: center;
  margin-bottom: 25px;
}
.index-title .title-cn {
  font-size: 32px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}
.index-title .title-en {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-family: Arial, serif;
  font-size: 13px;
  line-height: 22px;
  color: #d1d1d1;
  text-transform: uppercase;
}
.index-title .title-en::after,
.index-title .title-en::before {
  content: '';
  height: 1px;
  width: 95px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
}
.index-title .title-en::before {
  left: -95px;
}
.index-title .title-en::after {
  right: -95px;
}
.index-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.index-box .main-cont {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .cont-w {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.333333%;
}
.index-join-us {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 70px;
}
.index-join-us .join-us-search {
  margin-bottom: 55px;
}
.index-join-us .join-us-search .search-title {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 30px;
}
.index-join-us .join-us-search .search-inner {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index-join-us .join-us-search .search-inner .s-inp {
  line-height: 50px;
  border-radius: 28px;
  height: 55px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(39, 39, 39, 0.09);
  border: solid 2px #ff7d00;
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-right: 70px;
  font-size: 16px;
  color: #666;
}
.index-join-us .join-us-search .search-inner .s-btn {
  position: absolute;
  background: url('../image/zpw-search-a.png') no-repeat;
  width: 45px;
  height: 45px;
  top: 5px;
  right: 5px;
  border-radius: 23px;
}
.index-join-us .join-us-class {
  margin-left: -15px;
  margin-right: -15px;
}
.index-join-us .join-us-class .box-w {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 20%;
}
.index-join-us .join-us-class .box-w:nth-child(1) .box-s {
  background-color: #115ed0;
  background-image: url('../image/zply-icon01.png');
}
.index-join-us .join-us-class .box-w:nth-child(1) .box-s .box-num {
  color: #115ed0;
}
.index-join-us .join-us-class .box-w:nth-child(2) .box-s {
  background-color: #499c11;
  background-image: url('../image/zply-icon02.png');
}
.index-join-us .join-us-class .box-w:nth-child(2) .box-s .box-num {
  color: #499c11;
}
.index-join-us .join-us-class .box-w:nth-child(3) .box-s {
  background-color: #d11d1d;
  background-image: url('../image/zply-icon03.png');
}
.index-join-us .join-us-class .box-w:nth-child(3) .box-s .box-num {
  color: #d11d1d;
}
.index-join-us .join-us-class .box-w:nth-child(4) .box-s {
  background-color: #0263ba;
  background-image: url('../image/zply-icon04.png');
}
.index-join-us .join-us-class .box-w:nth-child(4) .box-s .box-num {
  color: #0263ba;
}
.index-join-us .join-us-class .box-w:nth-child(5) .box-s {
  background-color: #de5c06;
  background-image: url('../image/zply-icon05.png');
}
.index-join-us .join-us-class .box-w:nth-child(5) .box-s .box-num {
  color: #de5c06;
}
.index-join-us .join-us-class .box-s {
  display: block;
  height: 116px;
  border-radius: 5px;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
  transition: all 0.5s;
}
.index-join-us .join-us-class .box-s:hover {
  margin-top: -10px;
}
.index-join-us .join-us-class .box-s:hover .box-num {
  background-color: #fff;
}
.index-join-us .join-us-class .box-s .box-title {
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
}
.index-join-us .join-us-class .box-s .box-num {
  min-width: 118px;
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
}
.index-recruitment-position {
  background: url('../image/zpw-bg-01.png') no-repeat top center;
}
.index-recruitment-position .index-title .title-cn,
.index-recruitment-position .index-title .title-en {
  color: #fff;
}
.index-recruitment-position .groups-box {
  height: 476px;
  background-color: #ffffff;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.index-recruitment-position .groups-box .groups-title {
  border-bottom: solid 1px #e9e9e9;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 58px;
  margin-bottom: 5px;
}
.index-recruitment-position .groups-box .groups-title .title-txt {
  position: relative;
  font-size: 22px;
  color: #004098;
  font-weight: bold;
}
.index-recruitment-position .groups-box .groups-title .title-txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #f66200;
}
.index-recruitment-position .groups-box .groups-title .title-more {
  color: #b3b3b3;
}
.index-recruitment-position .groups-box .groups-title .title-more:hover {
  color: #004098;
}
.index-recruitment-position .groups-box .groups-cont {
  padding-left: 30px;
  padding-right: 30px;
}




.index-recruitment-position .box-s {
  border-bottom: 1px dashed #d6d6d6;
  padding-top: 16px;
  padding-bottom: 16px;
}
.index-recruitment-position .box-s:hover .box-title {
  color: #004098;
}
.index-recruitment-position .box-s .box-title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.index-recruitment-position .box-s .box-other {
  color: #8a8a8a;
}
.index-compensation {
  padding-top: 0;
  padding-bottom: 0px;
}
.index-compensation .box-s {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.index-compensation .box-s:hover img {
  transform: scale(1.1);
}
.index-compensation .box-s img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s;
}
.index-compensation .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 55, 212, 0.45);
}
.index-compensation .box-s .box-mc .title-cn {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.index-compensation .box-s .box-mc .title-en {
  text-transform: uppercase;
}
.index-park-life {
  background: #f7f7f7;
}
.index-park-life .swiper-slide {
  width: 750px;
  background: #000;
  border-radius: 5px;
}
.index-park-life .swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0.7;
}
.index-park-life .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.index-park-life .scroll-prev,
.index-park-life .scroll-next {
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.index-park-life .scroll-prev::after,
.index-park-life .scroll-next::after {
  display: none;
}
.index-park-life .scroll-prev {
  background-image: url('../image/zpw-prev.png');
  left: -85px;
}
.index-park-life .scroll-next {
  background-image: url('../image/zpw-next.png');
  right: -85px;
}
.index-park-life #scroll-img {
  position: relative;
}
.other-banner {
  height: 368px;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 82px;
  background-color: #014cbc;
}
.page-wrap {
  background: #f7f7f7;
  margin-bottom: -24px;
}
.page-content {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 35px 50px;
  min-height: 500px;
  top: -84px;
  position: relative;
}
.content-top {
  line-height: 62px;
  position: relative;
  border-bottom: 1px solid #e8ebf2;
  margin-bottom: 25px;
}
.content-top .channle-title {
  float: left;
  border-bottom: 4px solid #f65700;
  font-size: 26px;
  color: #333333;
}
.content-top .channel-tip {
  font-size: 15px;
  color: #e01818;
  margin-left: 30px;
  float: left;
}
.content-top .bread-crumbs {
  float: right;
  padding-top: 15px;
}
.channle-title {
  color: #1B3A5E;
}
.bread-crumbs .bread-item {
  color: #8f8f8f;
  line-height: 32px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
  font-size: 15px;
  vertical-align: bottom;
}
.bread-crumbs .bread-item a {
  color: #8f8f8f;
}
.bread-crumbs .bread-item a:hover {
  color: #003c96;
}
.bread-crumbs .bread-item a:last-child {
  color: #003c96;
}
.bread-crumbs .bread-item > span {
  color: #8f8f8f;
  position: relative;
  width: 20px;
  text-align: center;
}
.bread-crumbs .bread-item > span::before {
  content: '\f105';
  padding: 0;
  font-size: 15px;
  font-family: 'FontAwesome', serif;
}
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.details-page .detail-top .title-s {
  color: #003c96;
  line-height: 1.6;
  font-weight: bold;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}
.details-page .detail-top .top-other {
  color: #afafaf;
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
  color: #afafaf;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .title-s {
  color: #0064bf;
  font-weight: bold;
}
.details-page .main-cont {
  color: #444444;
  text-align: justify;
  font-size: 16px;
  line-height: 2.2;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #404040;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #404040;
}
.details-page .cont-page .a-page:hover {
  color: #294A70;
}
.details-page .cont-page .a-page:hover a {
  color: #294A70;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
.list-txt .box-s {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 125px;
}
.list-txt .box-s:last-child {
  margin-bottom: 0;
}
.list-txt .box-s:hover .box-title {
  color: #004098;
}
.list-txt .box-s:hover .box-date .date-01 {
  color: #004098;
}
.list-txt .box-date {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
.list-txt .box-date .date-01 {
  font-size: 30px;
  line-height: 34px;
  color: #bfbfbf;
  font-weight: bold;
}
.list-txt .box-date .date-02 {
  font-size: 15px;
  line-height: 20px;
  color: #b8b8b8;
}
.list-txt .box-info {
  overflow: hidden;
}
.list-txt .box-title {
  color: #222222;
  margin-bottom: 9px;
  font-size: 17px; display: block; overflow: hidden;line-height: 1.4;
}
.list-txt .box-txt {
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 20px;
}
.public-title {
  text-align: center;
  font-size: 32px;
  line-height: 56px;
  color: #333333;
  margin-bottom: 25px;
}
.public-class-search {
  position: relative;
  min-height: 42px;
  padding-right: 200px;
  margin-bottom: 40px;
}
.public-class-search .search-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 42px;
  line-height: 42px;
  background-color: #ff6000;
  border-radius: 5px;
  display: block;
  border: none;
  font-size: 16px;
  color: #ffffff;
}
.public-class-search ul {
  margin-left: -10px;
  margin-right: -10px;
}
.public-class-search ul li {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 20%;
}
.public-class-search ul li .class-title {
  font-size: 15px;
  line-height: 36px;
  color: #9e9e9e;
  padding-left: 10px;
}
.public-class-search .layui-input {
  height: 42px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  font-size: 15px;
}
.list-table table {
  border: none;
}
.list-table table tr td,
.list-table table tr th {
  padding: 15px 30px;
  line-height: 1.5;
  border: none;
}
.list-table table thead {
  background-color: #f7f7f7;
}
.list-table table thead tr th {
  color: #004098;
  font-weight: bold;
  font-size: 17px;
}
.list-table table thead tr th:last-child {
  text-align: center;
}
.list-table table tbody tr td {
  border-bottom: 1px solid #e7e7e7;
}
.list-table .td-title {
  font-size: 16px;
  color: #2f2f2f;
}
.list-table .td-title:hover {
  color: #0055bf;
}
.list-table .td-txt {
  color: #999999;
}
.list-table .td-btn {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #3389d7;
  border-radius: 3px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.list-table .td-btn:hover {
  background: #ff6000;
}
.job-details .details-top {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
}
.job-details .details-top .top-btn {
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: #014fbf;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 0;
}
.job-details .details-top .top-title {
  font-size: 24px;
  line-height: 36px;
  color: #0e0e0e;
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 186px;
}
.job-details .details-top .top-other {
  color: #999999;
  line-height: 24px;
}
.job-details .details-top .top-other span {
  padding-left: 15px;
  padding-right: 15px;
}
.job-details .details-list .list-box {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.job-details .details-list .list-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.job-details .details-list .list-box .box-title {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  line-height: 36px;
  color: #2e2e2e;
  margin-bottom: 8px;
}
.job-details .details-list .list-box .box-title::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #ff6000;
  top: 7px;
  left: 0;
}
.job-details .details-list .list-box .box-cont {
  font-size: 15px;
  line-height: 28px;
  color: #585858;
}
.job-details .details-list .list-box .cont-info {
  padding-top: 2px;
}
.job-details .details-list .list-box .cont-info .info-table {
  margin-bottom: 15px;
  font-size: 15px;
}
.job-details .details-list .list-box .cont-info .info-table table thead tr th {
  color: #9e9e9e;
  line-height: 30px;
}
.job-details .details-list .list-box .cont-info .info-table table tbody tr td {
  line-height: 26px;
  color: #333333;
  padding-top: 2px;
  padding-bottom: 2px;
}
.job-details .details-list .list-box .cont-info .info-tag span {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #f1f1f1;
  color: #858585;
  font-size: 14px;
}
.page-login-reg {
  padding-top: 155px;
  padding-bottom: 80px;
  background: url('../image/zpw-bg-02.png') no-repeat center center #eef5ff;
  background-size: cover;
}
.page-login-reg .login-reg-cont {
  width: 1140px;
  height: 534px;
  background-color: #ffffff;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.page-login-reg .cont-img {
  float: left;
  width: 738px;
  height: 534px;
}
.page-login-reg .cont-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-login-reg .cont-main {
  width: 402px;
  float: right;
  padding: 25px 30px;
}
.page-login-reg .tabs-title {
  text-align: center;
  line-height: 46px;
  margin-bottom: 30px;
}
.page-login-reg .tabs-title a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  color: #cccccc;
  position: relative;
  margin-right: 40px;
  transition: all 0.5s;
}
.page-login-reg .tabs-title a:last-child {
  margin-right: 0;
}
.page-login-reg .tabs-title a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #ff6c0e;
  border-radius: 2px;
  bottom: -4px;
  left: 50%;
  transition: all 0.5s;
}
.page-login-reg .tabs-title a:hover,
.page-login-reg .tabs-title a.active {
  color: #333333;
}
.page-login-reg .tabs-title a:hover::after,
.page-login-reg .tabs-title a.active::after {
  width: 30px;
  margin-left: -15px;
}
.page-login-reg .tabs-title a.active {
  font-size: 24px;
}
.page-login-reg .tabs-cont > div {
  display: none;
}
.page-login-reg .tabs-cont > div:first-child {
  display: block;
}
.page-login-reg .box-s {
  position: relative;
  min-height: 46px;
  font-size: 15px;
  padding-left: 105px;
  margin-bottom: 20px;
}
.page-login-reg .box-s.form-radio {
  margin-bottom: 10px;
}
.page-login-reg .box-s.form-radio .layui-form-radio:hover *,
.page-login-reg .box-s.form-radio .layui-form-radioed,
.page-login-reg .box-s.form-radio .layui-form-radioed > i {
  color: #0075ff;
}
.page-login-reg .box-s.form-radio .box-form {
  padding-top: 4px;
}
.page-login-reg .box-s.form-txt {
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
  min-height: 36px;
}
.page-login-reg .box-s.form-txt span {
  color: #e61010;
}
.page-login-reg .box-s.form-txt .box-title {
  line-height: 36px;
}
.page-login-reg .box-s .box-title {
  text-align: right;
  width: 85px;
  line-height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 16px;
}
.page-login-reg .form-inp {
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-input {
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-login-reg .form-inp.inp-01 {
  width: 120px;
}
.page-login-reg .form-yzm {
  width: 98px;
  height: 46px;
  display: block;
  margin-left: 10px;
}
.page-login-reg .box-btn {
  padding-top: 10px;
}
.page-login-reg .form-btn {
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #ff6c0e;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-left: 5px;
  width: 339px;
}
.page-login-reg .box-tip {
  padding-top: 25px;
  padding-left: 20px;
  line-height: 22px;
  color: #666666;
}
.page-login-reg .form-pyzm {
  width: 104px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ff6c0e;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  margin-left: 10px;
}
.page-login-reg .box-pyzm {
  display: none;
}
.user-center-menu {
  float: left;
  width: 235px;
  margin-right: 60px;
  position: relative;
  min-height: 495px;
}
.user-center-menu .menu-title {
  background: url('../image/zpw-icon-02.png') no-repeat left bottom;
  margin-bottom: 40px;
  padding-bottom: 15px;
  color: #242424;
  font-size: 32px;
  font-weight: bold;
}
.user-center-menu::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5eefc;
}
.user-center-menu .a-box {
  margin-bottom: 15px;
}
.user-center-menu .a-box:hover .icon-s img.img-d,
.user-center-menu .a-box.active .icon-s img.img-d {
  display: none;
}
.user-center-menu .a-box:hover .icon-s img.img-h,
.user-center-menu .a-box.active .icon-s img.img-h {
  display: inline;
}
.user-center-menu .a-box:hover a::after,
.user-center-menu .a-box.active a::after {
  display: block;
}
.user-center-menu .a-box a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 48px;
  color: #333333;
  font-size: 18px;
}
.user-center-menu .a-box a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 40px;
  background-color: #ff6000;
  display: none;
  z-index: 1;
}
.user-center-menu .a-box a .icon-s {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.user-center-menu .a-box a .icon-s img {
  vertical-align: middle;
  margin-top: -3px;
}
.user-center-menu .a-box a .icon-s img.img-h {
  display: none;
}
.user-center-content {
  overflow: hidden;
}
.my-delivery-table table thead tr th {
  background-color: #f7f7f7;
  color: #004098;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 26px;
  font-size: 17px;
}
.my-delivery-table table tbody tr td {
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #999999;
}
.my-delivery-table .td-title {
  color: #333333;
  text-align: left;
}
.my-completeInfo-div span a {
  display: inline-block;
  color: #fff;
  margin-right: 0;
  font-size: 12px;
  background: #3389d7;
  padding: 3px 5px;
  border-radius: 5px;
}

.my-delivery-table .td-a a {
  display: inline-block;
  color: #fff;
  margin-right: 0;
  font-size: 12px;
  background: #3389d7;
  padding: 2px 5px;
  border-radius: 5px;
}
.my-delivery-table .td-a a:hover{
  background: #399af1;
}

.my-delivery-table .td-a a:last-child {
  margin-right: 0;
}
.my-delivery-table{
  padding-top: 15px;
}
.personal-center {
  position: relative;
}
.personal-center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eef2f9;
  z-index: -1;
  height: 245px;
}
.personal-center hr {
  margin-top: 0;
}
.personal-center .form-group {
  margin-bottom: 0;
}
.personal-info {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 30px 270px 30px 30px;
  margin-bottom: 40px;
  min-height: 106px;
  z-index:1000;
  top: 80px;
  position: sticky;
}
.personal-info .info-main .info-title {
  font-size: 24px;
  line-height: 36px;
  color: #0e0e0e;
  font-weight: bold;
}
.personal-info .info-main .info-other {
  color: #999999;
}
.personal-info .info-main .info-other span {
  display: inline-block;
}
.personal-info .info-main .info-other span.line {
  padding-left: 15px;
  padding-right: 15px;
}
.personal-info .info-btn {
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  background: #3389d7;
  font-size: 17px;
  border-radius: 5px;
  display: block;
}
.personal-info .info-btn:hover {
  background: #ff6000;
}
.center-main .main-left {
  float: left;
  width: 246px;
  top: -180px;
  margin-right: 50px;
}
.center-main .main-right {
  overflow: hidden;
}
.center-main .center-menu {
  background-color: #0062ae;
  border: solid 1px #eeeeee;
  padding: 20px;
  min-height: 400px;
  margin-top: 180px;
}
.center-main .center-menu ul {
  position: relative;
}
.center-main .center-menu ul:after {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 6px;
  width: 1px;
  background-color: #fff;
}
.center-main .center-menu ul li {
  line-height: 32px;
  height: 32px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}
.center-main .center-menu ul li a {
  color: #fff;
}
.center-main .center-menu ul li:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  border-radius: 6px;
  left: 0;
  top: 9px;
  background-color: #205db7;
}
.center-main .center-menu ul li:last-child {
  margin-bottom: 0;
}
.center-main .center-menu ul li.active {
  font-size: 18px;
  font-weight: bold;
}
.center-main .center-menu ul li.active:after {
  background-color: #fff;
}
.form-horizontal .layui-table td,
.form-horizontal .layui-table th {
  padding-left: 10px;
  padding-right: 10px;
}
.form-horizontal .form-box {margin: 0 auto 20px;width: 100%;}
.form-horizontal .form-box[data-v-zh] {width: 500px;}
.form-horizontal .form-box .box-title {
  margin-bottom: 15px;
}
.form-horizontal .form-box .box-title .title-s {
  float: left;
  position: relative;
  color: #2e2e2e;
  font-size: 22px;
  line-height: 40px;
  padding-left: 20px;
}
.form-horizontal .form-box .box-title .title-s::after {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 20px;
  top: 10px;
  background-color: #ff6000;
}
.form-horizontal .form-box .box-title .operation-s {
  float: right;
  padding-top: 8px;
}
.form-horizontal .form-box .box-title .operation-s .a-s {
  display: block;
  width: 52px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #3389d7;
  border-radius: 3px;
  color: #fff;
}
.form-horizontal .form-info-groups {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.form-horizontal .form-info-groups .info-box {
  margin-bottom: 20px;
}
.form-horizontal .form-info-groups .info-box .col-w:nth-child(1) .box-form {
  position: relative;
  min-height: 40px;
  padding-left: 95px;
}
.form-horizontal .form-info-groups .info-box .col-w:nth-child(1) .box-form .form-title {
  line-height: 40px;
  text-align: right;
  width: 80px;
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}
.form-horizontal .box-form {
  position: relative;
  min-height: 40px;
  padding-left: 180px;
}
.form-horizontal .box-form .form-title {
  line-height: 1.3;
  text-align: right;
  width: 165px;
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 10px;
}
.form-horizontal .box-form .info-upload {
  margin-bottom: 10px;
}
.form-horizontal .box-form .info-txt {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}
.form-horizontal .box-form .info-txt span {
  color: #e61010;
}
.form-horizontal .box-form .upload-a {
  background-color: #e0ebf6;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 15px;
}
.form-horizontal .form-inp {
  height: 40px;
  line-height: 38px;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  width: 100%;
}
.item-table .td-input {
  height: 26px;
  line-height: 26px;
  display: block;
  width: 100%;
  color: #555555;
  font-size: 15px;
  text-align: center;
}
.item-table .a-s {
  display: inline-block;
  margin-right: 14px;
}
.item-table .a-s:hover {
  text-decoration: underline;
}
.item-table .a-s:last-child {
  margin-right: 0;
}
.item-table .a-s.a-1 {
  color: #3887ce;
}
.item-table .a-s.a-2 {
  color: #ff6000;
}
.item-table table {
  text-align: center;
}
.item-table table thead tr th {
  background-color: #f7f7f7;
  text-align: center;
  color: #3e3e3e;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.item-table table tbody tr td {
  color: #555555;
  font-size: 15px;
  line-height: 26px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.item-text .fomr-text {
  width: 100%;
  display: block;
  height: 185px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  padding: 10px 15px;
}
.step-wrap {
  position: relative;
  min-height: 80px;
  text-align: left;
}
.step-header {
  width: 90%;
  left: 5%;
  height: 33px;
  position: absolute;
  bottom: 5px;
  z-index: 1;
}
.step-header.step-correct li.step-active .jump-steps {
  font-size: 0;
  background: url('../image/zpw-icon-07.png') no-repeat center center;
}
.step-header.step-correct li.step-current .jump-steps {
  background: #51bd00;
}
.step-header.step-correct .step-bar .step-bar-active {
  background: #51bd00;
}
.step-header.step-error li.step-active .jump-steps {
  font-size: 0;
  background: url('../image/zpw-icon-08.png') no-repeat center center;
}
.step-header.step-error li.step-current .jump-steps {
  background: #e51515;
}
.step-header.step-error .step-bar .step-bar-active {
  background: #e51515;
}
.step-header .step-bar {
  height: 7px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  z-index: -1;
}
.step-header .step-bar .step-bar-active {
  height: 7px;
}
.step-header ul {
  width: 100%;
}
.step-header li {
  float: left;
  position: relative;
  width: 20%;
  height: 33px;
}
.step-header li:last-child {
  width: 0;
}
.step-header li .jump-steps {
  position: absolute;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #dedede;
  color: #ffffff;
  border-radius: 50%;
  margin-left: -17px;
}
.step-header li .step-name {
  position: absolute;
  line-height: 32px;
  color: #666666;
  font-size: 16px;
  top: -40px;
  min-width: 60px;
  text-align: center;
  transform: translateX(-50%);
}
.affirm-offer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  z-index: 998;
  
}
.questionnaire-box{
  width: 1100px;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.affirm-offer-box {
  width: 1100px;
  height: 756px;
  background: #efefef;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: #efefef solid 1px;
}
.affirm-offer-box .affirm-offer-inner {
  padding: 0 40px 0;
  background: #fff;
  height: 550px;
}
.affirm-offer-box .questionnaire-inner {
  padding: 0 40px 0;
  background: #fff;
  height: 820px;
}
.affirm-offer-box .questionnaire-inner .inner-title {
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 36px;
  padding-top: 25px;
}

.affirm-offer-box .affirm-offer-inner .inner-title {
  text-align: center;
  position: relative;
  font-size: 24px;
  
  line-height: 36px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.affirm-offer-box .affirm-offer-inner .inner-title::after {
  content: '';
  width: 30px;
  height: 4px;
  background-color: #ff6c0e;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}
.affirm-offer-box .affirm-offer-inner .inner-cont {
  height: 460px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 22px;
  
}
.affirm-offer-box .affirm-offer-btm {
  padding: 0 40px 0;
  font-size: 16px;
  line-height: 22px;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 38px;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 .layui-form-radio:hover *,
.affirm-offer-box .affirm-offer-btm .btm-box-01 .layui-form-radioed,
.affirm-offer-box .affirm-offer-btm .btm-box-01 .layui-form-radioed > i {
  color: #0075ff;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 .layui-form-select dl dd.layui-this {
  color: #0075ff;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 .layui-form-radio {
  margin-top: -2px;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 span {
  display: inline-block;
  margin-right: 10px;
}
.affirm-offer-box .affirm-offer-btm .btm-box-01 span:last-child {
  margin-right: 0;
}
.affirm-offer-box .affirm-offer-btm .btm-box-btn {
  text-align: center;
}
.affirm-offer-box .affirm-offer-btm .btm-box-btn .btn-s {
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
}
.affirm-offer-box .affirm-offer-btm .btm-box-btn .btn-s.btn-01 {
  background-color: #3389d7;
}
.affirm-offer-box .affirm-offer-btm .btm-box-btn .btn-s.btn-02 {
  background-color: #ff6c0e;
}
.pointerBtn{
  cursor: pointer;
}
@media (max-width: 1599px) {
  .page-content {
    padding: 25px 35px;
    top: -54px;
  }
  .user-center-menu {
    width: 200px;
    margin-right: 40px;
  }
  .index-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-box .main-cont {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-box .cont-w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1536px) {
  .index-park-life .scroll-next {right: 10px;}
  .index-park-life .scroll-prev {left: 10px;}
}
@media (max-width: 1366px) {
  .index-park-life .swiper-slide {
    width: 696px;
  }
}
@media (max-width: 1280px) {
  .index-park-life .swiper-slide {
    width: 650px;
  }
}
@media (max-width: 1199px) {
  .header .header-nav .layui-nav-item {margin-left:30px;}
  .index-box {padding-top: 50px;padding-bottom: 50px;}
  .index-park-life .swiper-slide {width: 574px;}
  .index-join-us {padding-top: 80px;padding-bottom: 46px;}
  .index-join-us .join-us-search {margin-bottom: 36px;}
  .index-join-us .join-us-class .box-s .box-title {font-size: 22px;}
  .page-login-reg .login-reg-cont {width: 910px;}
  .page-login-reg .cont-img {width: 506px;}
  .affirm-offer-box {width: 91%;}
  .center-main .center-menu {display: none;}
}
@media (max-width: 991px) {
  .header .header-nav .layui-nav-item {margin-left:10px;}
  .header .header-nav .layui-nav-item a {font-size: 15px;}
  .header .header-logo {width: 249px;}
  .index-banner {height: 445px;}
  .index-join-us .join-us-class .box-w {width: 50%;margin-bottom: 30px;height: 116px;}
  .index-join-us .join-us-class .box-w:last-child {width: 100%;margin-bottom: 0;}
  .index-box .cont-w {width: 50%;margin-bottom: 30px;}
  .index-box .cont-w:last-child {width: 100%;margin-bottom: 0;}
  .index-park-life .swiper-slide {width: 490px;}
  .other-banner {background-size: 155% 100%;height: 268px;}
  .public-class-search {padding-right: 0;}
  .public-class-search ul li {width: 33.333333%;}
  .public-class-search .search-btn {width: 212px;}
  .list-txt .box-txt {-webkit-line-clamp: 2;max-height: 40px;}
  .page-login-reg .login-reg-cont {width: 720px;}
  .page-login-reg .cont-img {width: 316px;}
  .my-delivery-table {margin-top: 20px;}
  .my-delivery-table table {width: 636px;margin: 0;}
  .my-delivery-table table thead tr th {width: 15%;font-size: 15px;}
  .my-delivery-table table thead tr th:first-child {width: 10%;}
  .my-delivery-table table tbody tr td {font-size: 14px;line-height: 1.4;padding: 10px 6px;}
  .step-wrap {margin: 9px;min-height: 60px;}
  .step-header li .step-name {font-size: 14px;top: -35px;}
  .my-delivery-table .td-a a {margin-bottom: 3px;}
  .form-horizontal .form-box[data-v-zh] {width: 100%;}
  .job-details .details-top .top-title span {padding-left: 0;}
}
@media (max-width: 800px) {
  .other-banner {height: 227px;}
}
@media (max-width: 767px) {
  .header .header-logo {padding-top: 40px;padding-bottom: 14px;}
  .header .header-other {width: 100%;left: 0;text-align: center;top:7px;}
  .header .header-other li {float: inherit;padding-left: 6px;padding-right: 6px;display: inline-block;}
  .header .header-other li a {font-size: 13px;}
  .index-banner .banner-inner .inner-title-cn {font-size: 24px;line-height: 34px;letter-spacing: 2px;}
  .index-banner .banner-inner .inner-title-en {font-size: 12px;}
  .index-join-us .join-us-search .search-inner {width: 100%;}
  .index-join-us .join-us-search .search-inner .s-btn {width: 30px;height: 30px;border-radius: 28px;background-size: cover;}
  .index-join-us .join-us-search .search-inner .s-inp {font-size: 15px;line-height: 40px;height: 40px;}
  .index-join-us .join-us-search { margin-bottom: 30px;}
  .index-inform {margin-top: -28px;}
  .index-inform .inform-cont {height: auto;padding: 50px 20px 10px;background-position: 25px 21px;}
  .index-inform .cont-title {font-size: 18px;}
  .index-inform .box-s .box-title {font-size: 15px;}
  .index-inform .box-s .box-date {font-size: 14px;}
  .index-inform .cont-title, .index-inform .cont-more {top:16px;}
  .index-title .title-en::after, .index-title .title-en::before {width: 40px;}
  .index-title .title-en::before {left: -40px;}
  .index-title .title-en::after {right: -40px;}
  .index-box {padding-top: 32px;padding-bottom: 32px;}
  .index-join-us {padding-top: 90px;padding-bottom: 32px;}
  .index-join-us .join-us-class {margin-left: -8px;margin-right: -8px;}
  .index-join-us .join-us-class .box-w {padding-left: 8px;padding-right: 8px;margin-bottom: 16px;height: auto;}
  .index-join-us .join-us-class .box-s:hover {margin-top: 0;}
  .index-join-us .join-us-search .search-title {margin-bottom: 12px;font-size: 24px;}
  .index-join-us .join-us-class .box-s {height: 104px;}
  .index-join-us .join-us-class .box-s .box-title {font-size: 17px;line-height: 42px;}
  .index-join-us .join-us-class .box-s .box-num {font-size: 12px;}
  .index-box .cont-w {width: 100%;margin-bottom: 20px;}
  .index-title {margin-bottom: 16px;}
  .index-title .title-cn {font-size: 24px;margin-bottom: 5px;}
  .index-title .title-en {font-size: 12px;line-height: 1.1;}
  .footer {padding-top: 36px;padding-bottom: 40px;}
  .footer .footer-cont {min-height: inherit;padding-right: 0;}
  .footer .footer-inner li:nth-child(1) {width: 100%;margin-bottom: 22px;}
  .footer .footer-inner li:nth-child(2), .footer .footer-inner .cont-box:nth-child(1), .footer .footer-inner .cont-box:nth-child(2) {width: 100%;}
  .footer .footer-erwm {position: inherit;margin-top: 22px;width: 100%;}
  .footer .footer-erwm img {margin: 0 auto;}
  .footer .footer-inner li {padding-right: 0;}
  .index-park-life .swiper-slide {width: 100%;}
  .index-banner {margin-top: 80px;height: 188px;}
  .page-wrap {padding: 0 18px;}
  .other-banner {background-size: 225% 100%;margin-top: 84px;height: 188px;}
  .page-content {padding: 18px 15px 22px;}
  .list-table table tbody tr td {border: 0;line-height: 1.3;}
  .list-table table.bt tbody td:nth-child(2):before, .list-table table.bt tbody td:nth-child(4):before {color: transparent;}
  .layui-table tr {border-bottom: 1px solid #e7e7e7;}
  .list-table .td-btn {margin-left: inherit;margin-right: inherit;line-height: 24px;height: auto;font-size: 14px;}
  .public-class-search .layui-input {height: 36px;font-size: 13px;}
  .public-class-search ul li {width: 50%;}
  .public-class-search ul li:last-child {width: 100%;}
  .public-class-search ul li .class-title {font-size: 14px;}
  .public-class-search {padding-bottom: 50px;margin-bottom: 10px;}
  .public-title {margin-bottom: 15px;font-size: 24px;line-height: 1.1;}
  .public-class-search .search-btn {width: 100%;height: 34px;line-height: 34px;font-size: 15px;}
  .comp-pages {padding-top: 20px;}
  .list-txt .box-date .date-01 {float: left;}
  .list-txt .box-date .date-02 {float: left;line-height: 40px;margin-left: 15px;}
  .list-txt .box-s {padding-left: 0;padding-top: 50px;}
  .content-top .bread-crumbs {float: left;padding-top: 0;width: 100%;}
  .details-page .detail-top .title-s {font-size: 24px;line-height: 1.4;}
  .job-details .details-top .top-btn {position: inherit;display: block;width: 100%;margin-top: 20px;font-size: 15px;height: 36px;line-height: 36px;}
  .job-details .details-list .list-box .box-title {margin-bottom: 0;font-size: 19px;}
  .job-details .details-list .list-box .cont-info .info-table {margin-bottom: 5px;}
  .job-details .details-list .list-box .cont-info .info-table table tbody tr td {line-height: 1.5;}
  .page-login-reg .login-reg-cont {width: 90%;height: auto;}
  .page-login-reg .cont-img {display: none;}
  .page-login-reg .cont-main {width: 100%;padding: 18px;}
  .page-login-reg .form-btn {width: 100%;margin-left: 0;}
  .page-login-reg .box-s {padding-left: 92px;margin-bottom: 12px;}
  .page-login-reg .form-inp {padding-left: 8px;padding-right: 8px;height: 38px;line-height: 36px;}
  .page-login-reg .form-inp.inp-01 {width: 90px;font-size: 14px;}
  .page-login-reg .box-s .box-title {line-height: 38px;font-size: 15px;width: 77px;}
  .user-center-menu {width: 100%;margin-right: 0;min-height: inherit;margin-bottom: 8px;}
  .user-center-content {float: left;width: 100%;}
  .user-center-menu .a-box {width: 50%;float: left;}
  .user-center-menu::after, .user-center-menu .a-box:hover a::after, .user-center-menu .a-box.active a::after {content: none;}
  .user-center-menu .menu-title {margin-bottom: 20px;font-size: 24px;}
  .user-center-menu .a-box {margin-bottom: 2px;}
  .user-center-menu .a-box a {padding-left: 38px;font-size: 16px;height: 36px;line-height: 36px;}
  .my-delivery-table {padding-top: 0;}
  .affirm-offer-box {top:56%;height: 480px;}
  .affirm-offer-box .affirm-offer-inner {padding: 0 18px 0;height: 278px;}
  .affirm-offer-box .affirm-offer-inner .inner-cont {height: 198px;}
  .affirm-offer-box .affirm-offer-btm .btm-box-btn {margin-top: 15px;}
  .affirm-offer-box .affirm-offer-btm .btm-box-btn .btn-s {margin-left: 0;margin-right: 0;width: 48%;}
  .affirm-offer-box .affirm-offer-btm {padding: 0 18px 0;}
  .affirm-offer-box .affirm-offer-inner .inner-title {padding-bottom: 10px;padding-top: 12px;}
  .item-table colgroup {display: none;}
  .item-table table {text-align: left;border: #eee solid 1px;}
  .item-table .layui-table {margin: 0 0 10px;}
  .item-table table tbody tr td {line-height: 22px;font-size: 14px;}
  .personal-info {padding: 18px;margin-bottom: 18px;top: 102px;}
  .personal-info .info-btn {position: inherit;top:inherit;right: inherit;width: 100%;margin-top: 15px;height: 36px;line-height: 36px;font-size: 15px;}
  .personal-info .info-main .info-title {font-size: 20px;}
  .form-horizontal .layui-col-xs6 {width: 100%;}
  .form-horizontal .box-form, .form-horizontal .box-form:last-child {margin-bottom: 9px;}
  .form-horizontal .form-info-groups .info-box {margin-bottom: 2px;}
  .form-horizontal .box-form .form-title {width: 108px;font-size: 15px;}
  .form-horizontal .form-inp {font-size: 14px;height: 36px;line-height: 34px;}
  .form-horizontal .form-info-groups .info-box .col-w:nth-child(1) .box-form .form-title {width: 108px;font-size: 15px;}
  .form-horizontal .box-form, .form-horizontal .form-info-groups .info-box .col-w:nth-child(1) .box-form  {padding-left: 118px;}
  .form-horizontal .form-box[data-v-zh] .form-info-groups .info-box .col-w:nth-child(1) .box-form .form-title {width: 74px;}
  .form-horizontal .form-box[data-v-zh] .box-form, .form-horizontal .form-box[data-v-zh] .form-info-groups .info-box .col-w:nth-child(1) .box-form  {padding-left: 90px;}
  .form-horizontal .form-box .layui-input-block {margin-left: 0;}
  .form-horizontal .form-box .layui-form-label {width: 100%;text-align: left;}
  .form-horizontal .layui-table td, .form-horizontal .layui-table th {padding: 0;}
  .form-horizontal .form-box .box-title {margin-bottom: 6px;margin-top: 6px;}
  .form-horizontal .form-box .box-title .title-s {font-size: 17px;padding-left: 15px;}
  .form-horizontal .form-box .box-title .title-s::after {height: 18px;top: 11px;}
  .form-horizontal .form-box .layui-word-aux {padding-top: 8px;font-size: 14px;}
  .form-horizontal .box-form .info-txt {font-size: 14px;}
  .content-top .channel-tip {float: inherit;line-height: 1.2;padding-top: 40px;margin-left: 107px;font-size: 14px;}
	.index-recruitment-position .groups-box .groups-cont {padding-left: 20px;padding-right: 20px;}
	.index-recruitment-position .groups-box .groups-title {padding-left: 20px;padding-right: 20px;line-height: 52px;}
	.index-recruitment-position .groups-box .groups-title .title-txt {font-size: 19px;}
	.index-recruitment-position .box-s .box-title {font-size: 15px;margin-bottom: 0;}
	.index-recruitment-position .groups-box {height: auto;padding-bottom: 20px;}
	.index-recruitment-position .box-s {padding-top: 12px;padding-bottom: 12px;}
	.index-compensation .box-s .box-mc .title-cn {font-size: 20px;}
	.index-compensation .box-s .box-mc .title-en {font-size: 12px;}
	.comp-pages .page-pc a, .comp-pages .page-pc span {height: 30px;min-width: 30px;line-height: 30px;padding-left: 10px;padding-right: 10px;}
	.content-top {line-height: 48px;margin-bottom: 20px;}
	.content-top .channle-title {font-size: 22px;}
	.details-page .main-cont {font-size: 15px;}
	.form-horizontal .form-box {margin: 0 auto;}
	.form-horizontal .form-info-groups {margin-bottom: 5px;}
	.form-horizontal .box-form .upload-a {font-size: 14px;height: 32px;line-height: 32px;}
	.form-horizontal .form-box .box-title .operation-s .a-s {font-size: 12px;height: 22px;line-height: 22px;}
	.item-text .fomr-text {font-size: 14px;}
	.job-details .details-top .top-title {font-size: 20px;padding-right: 0;}
	.list-table .td-title {font-size: .95rem;}
	.list-table table.bt tbody td:before {display: none;}
	.list-table table.bt tbody td:nth-child(1) .bt-content {width: 100%;padding-top: 12px;}
	.list-table tr {position: relative;}
	.list-table .td-btn {
		position: absolute;
		width: 48px;
		height: 46px;
		right: 0;
		bottom: 15px;
		padding: 7px 7px;
		line-height: 16px;
		letter-spacing: 2px;
	}
	.list-table table.bt tbody td:last-of-type .bt-content {padding-bottom: 0;}
	.list-table table tbody tr td:nth-child(4) {height: 10px;min-height: inherit;}
}

@media (min-width: 1920px) {
  .index-recruitment-position {background-size: 100%;}
  .other-banner {background-size: 100%;}
}
@media (min-width: 300px) {
  .index-compensation {padding-top: 0;}
}
@media(max-width: 991px){
  .table-responsive{
    width: 100%;
  }
}


.navbar-toggle {float: right;padding: 0 5px;margin-top: 50px;margin-bottom: 0; margin-right:0px;border: 0px solid #F6FAFC;}
.header .navbar-toggle .toggle-icon{position:relative;width:21px;height:2px;display:inline-block;background:#1a6edf;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}
.header .navbar-toggle .toggle-icon:after,.header .navbar-toggle .toggle-icon:before{position:absolute;left:0;background:#1a6edf;content:" "}
.header .navbar-toggle:hover .toggle-icon,.header .navbar-toggle:hover .toggle-icon:after,.header .navbar-toggle:hover .toggle-icon:before{background:#1a6edf;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}
.header .navbar-toggle .toggle-icon:before{width:10px;height:2px;bottom:12px;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}
.header .navbar-toggle .toggle-icon:after{width:16px;height:2px;top:-6px;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}
.header .navbar-toggle:hover .toggle-icon:after,.header .navbar-toggle:hover .toggle-icon:before{width:21px;height:2px}
.header .navbar-toggle:hover .toggle-icon.is-clicked{background:rgba(81,87,105,0)}

.sidenav {
  background-color: #3a56b6;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  font-weight: 600;
  z-index: 1200;
  overflow-y: auto;
  -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
  display: none;
}
.sidenav--is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.content-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 121;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  -moz-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  -ms-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  -o-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  background-color: rgba(0, 0, 0, 0.5); }
.content-overlay--is-visible {
  opacity: 1;
  visibility: visible; }


.nav-icon-toggle {
  padding: 0;
  
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  
  overflow: visible; }
.nav-icon-toggle:focus {
  outline: none; }
.nav-icon-toggle__box {
  width: 18px;
  height: 20px;
  position: relative;
  display: block; }
.nav-icon-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  width: 18px;
  height: 2px;
  background-color: #8c9598;
  position: absolute;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
  background-color: #fff; }
.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  content: "";
  display: block; }
.nav-icon-toggle__inner:before {
  top: -6px; }
.nav-icon-toggle__inner:after {
  bottom: -6px; }


.sidenav__logo {margin: 16px 0 0 15px;}
.sidenav__menu-container {margin-top: 25px;margin-bottom: 12px; }
.sidenav__menu ul {
  list-style: none;
  padding: 0; }

.sidenav__menu li {
  position: relative;
  border-bottom: 1px solid #4a65c1;
  font-size: 14px; }

.sidenav__menu-dropdown {
  overflow: hidden;
  display: none;
  background-color: #242884;border-top: #242884 solid 1px; }
.sidenav__menu-dropdown li {
  border-color: #3a4c92; }
.sidenav__menu-dropdown a, .sidenav__menu-dropdown:hover,
.sidenav__menu-dropdown .sidenav__menu-toggle {
  color: #f1f4ff;font-weight: 500; }
.sidenav__menu-dropdown li a {font-size: 16px;padding: 11px 22px 11px 40px;}
.sidenav__menu-dropdown li ul li a {padding: 11px 22px 11px 56px;}
.sidenav__menu-dropdown li ul li ul li a {padding: 11px 22px 11px 72px;}
.sidenav__menu-dropdown li ul li ul li ul li a {padding: 11px 22px 11px 88px;}
.sidenav__menu-dropdown li ul li ul li ul li ul li a {padding: 11px 22px 11px 104px;}
.sidenav__menu-toggle {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 0;
  width: 46px;
  height: 46px;
  text-align: center; }
.sidenav__menu-toggle:focus {
  outline: none; }

.sidenav__menu--is-open > a {background-color: #2d48a5;color: #fff; }
.sidenav__menu--is-open > a:hover {color: #fff; }

.sidenav__menu--is-open > .sidenav__menu-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff; }
.sidenav__menu--is-open > .sidenav__menu-toggle:hover {
  color: #fff; }

.sidenav__menu-link {
  width: 100%;cursor: pointer;
  display: block;
  color: #fff;
  padding: 12px 49px 12px 22px;
  font-family: Arial;
  font-size: 17px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
.sidenav__menu-link:hover, .sidenav__menu-link:focus {
  color: #fff;
  background-color: #263980; }

.sidenav__close {
  position: absolute;
  right: 15px;
  top: 15px; }
.sidenav__close-button {
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  width: 24px;
  height: 24px; font-size: 16px;}
.sidenav__close-button:hover {
  color: #a1c1ff; }
.sidenav__close-icon {
  font-size: 22px;
  line-height: 24px; }

.sidenav__menu-link-category {
  padding-left: 19px; }

.sidenav__menu-link--orange {
  border-left: 3px solid #fc7e19; }

.sidenav__menu-link--red {
  border-left: 3px solid #ec3128; }

.sidenav__menu-link--blue {
  border-left: 3px solid #0098d0; }

.sidenav__menu-link--salad {
  border-left: 3px solid #a3ef41; }

.sidenav__menu-link--yellow {
  border-left: 3px solid #ffe744; }

.sidenav__menu-link--light-blue {
  border-left: 3px solid #00c9d0; }

.sidenav__menu-link--violet {
  border-left: 3px solid #6b41ef; }

.sidenav__menu-link--purple {
  border-left: 3px solid #9e45ff; }
@media (min-width: 767px){
  .navbar-toggle {display: none;}
  .header .header-other li:last-child {padding-right: 0;}
}
@media (max-width: 767px){
  .layui-nav {display: none;}
  .sidenav {display: block;}
}



table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
  font-size: .92rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 138px;
  display: inline-block;
  color: #0055bf;
  margin-right: 5px;
  padding: 3px 8px 3px 0;
  text-align: right;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  display: inline-block;
  padding: 3px 0;width: 72%;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 16px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 19px;
}
@media (max-width: 767px){
  table.bt tfoot th, table.bt tfoot td, table.bt tbody td {width: 100%;}
  table.bt tbody td:before {width: 80px;}
  table.bt tbody td .bt-content {width: 73%;text-align: justify;}
  .cg-hj table.bt tbody td:before {width: 94px;}
  .cg-hj table.bt tbody td .bt-content {width: 73%;}
  table.bt tfoot th:before, table.bt tfoot td:before, table.bt tbody td:before {padding: 2px 8px 3px 0;}
  .item-table table.bt tbody td:before {width: 156px;}
  .item-table table.bt tbody td .bt-content {width: 48%;}
}
@media (max-width: 390px){
  table.bt tbody td .bt-content {width: 71%;}
  .cg-hj table.bt tbody td .bt-content {width: 70%;}
  .item-table table.bt tbody td .bt-content {width: 43%;}
}
@media (max-width: 320px){
  table.bt tbody td .bt-content {width: 66%;}
  .cg-hj table.bt tbody td .bt-content {width: 64%;}
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}