@charset "UTF-8";
/**!
 * 子页面公用代码
 * date:2022-05-16
 * author: zsy; 
 */
.office-box {
  margin-top: 30px;
}

.office-hd {
  height: 52px;
  line-height: 52px;
}

.office-hd .floor {
  width: 44px;
  height: 52px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  background: url("../images/mro_index/labour_tt.png") no-repeat;
}

.office-tt {
  margin-left: 14px;
  font-size: 28px;
  font-weight: 800;
}

.office-bd {
  margin-top: 10px;
}

.officetab-hd {
  margin-left: -4px;
}

.officetab-hdl {
  width: calc(25% - 4px);
  margin-left: 4px;
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  text-align: center;
  font-size: 22px;
  background-color: #fff;
}

.officetab-hdl > a {
  display: block;
  height: 100%;
  color: #333;
}

.officetab-hdl > a > span {
  display: inline-block;
  max-width: 100%;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.officetab-hdl.active {
  font-weight: 800;
  background-color: #767FEE;
}

.officetab-hdl.active > a {
  color: #fff;
}

.bdl {
  display: none;
}

.type-box {
  line-height: 32px;
  padding: 13px 0 0 20px;
  overflow: hidden;
  color: #fff;
}

.type-box .type {
  width: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.type-list {
  width: calc(100% - 58px);
  margin-left: 22px;
}

.type-item {
  font-size: 16px;
}

.type-item:after {
  content: "/";
  padding: 0 17px;
  color: #fff;
}

.type-item:last-child:after {
  display: none;
}

.goods-list {
  padding: 25px 25px 0;
  margin: -20px 0 0 -20px;
}

.goods-item {
  width: calc(20% - 20px);
  margin: 20px 0 0 20px;
}

.goods-item > a {
  display: block;
  height: 250px;
  padding: 30px 16px 0;
  border: 2px solid #fff;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.goods-img {
  height: 110px;
}

.goods-img > img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.goods-name {
  height: 44px;
  line-height: 22px;
  margin-top: 15px;
  color: #333;
  overflow: hidden;
}

.goods-price {
  line-height: 24px;
  margin-top: 7px;
  font-size: 24px;
  font-weight: 600;
  color: #FD0707;
}

.goods-item > a:hover {
  border-color: #FF6B00;
}

/* 当前位置 */
.route-box {
  height: 49px;
  line-height: 49px;
  padding-left: 24px;
}

.route-list {
  font-size: 0;
}

.route-item {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.route-item > a {
  color: #333;
}

.route-item.active {
  color: #FF0000;
}

.route-item + .route-item:before {
  content: "\3E";
  padding: 0 5px;
  color: #333;
}
