/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.zp-mobilewrapper-ms,.zp-mobilewrapper-yq,.zp-mobilewrapper-td{min-height:100px;}
.zp-mobile{background:#f4f4f4;margin-top:20px;}
.zp-mobilewrapper-h5{background:#b61469;color:#fff;margin-top:40px;padding:10px 20px;text-align:center;display:inline-block;}
.zp-content{padding:20px;display:flex;flex-direction:column;}
@media screen and (min-width: 729px) {
 .jq22-container,#zhaopinheader {
   display:block;
  }
  
  
  .mobile-container{display:none;}
}
@media screen and (max-width: 728px) {
 .jq22-container,#zhaopinheader {
   display:none;
  }
  
  
  .mobile-container{display:block;}
}
.panel-title span{display:inline-block;width:20%;line-height:48px;text-align:center;}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color:#000 !important;
}
.bodyleft{display:inline-block;width:43%;float:left;}
.bodymiddle{display:inline-block;width:1%;float:left;border-left-style: dashed;border-left-color: #ccc;border-left-width: 1px;height:250px;}
.bodyright{display:inline-block;width:49%;float:left;}
.bodyfooter{clear:both;padding-top:20px;}
.bodyfooterhr{border:1px dashed #ccc;}
.bodyfootercontent{padding-top:20px;padding-left:50px;}
.bodywrapper p{line-height:40px;}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.bodyleft,.bodyright{    padding: 20px 50px 20px 50px;}
div[class*='col-'] {
  padding: 0 30px;
}

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel .active {background:#ebebeb !important;}
.panel-title{border-bottom:1px solid #ccc !important;}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}
.panel-body{background:#f7f7f7 !important;}


.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color:#fff;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #8f8f8f;
  padding: 50px 0px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.panel-title a:hover,.panel-title a:visited,.panel-title a:linked{
    color:#8f8f8f !important;
}
.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '';
  position: absolute;
  font-family: 'Material Icons';
  right:180px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right:180px;
  top: 25px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  
 background:url(close.svg);
 background-repeat: no-repeat;
 background-size:cover;
  width:40px;
  height:40px;
  position: absolute;
/*  font-family: 'Material Icons';*/
  right: 180px;
  top: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
/*  -webkit-mask: url(open.svg) no-repeat 100% 100%;
  mask: url(open.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;*/
   background:url(open.svg) no-repeat;
   background-size: cover;
  width:40px;
  height:40px;
     color:#333;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}