#app .app-wrapper {
  background-color: #f4f4f4;
}
#app .app-wrapper .container {
  height: 100%;
  margin: 0 auto;
}
#app .app-wrapper .banner-container {
  width: 100%;
  height: 380px;
  background: url("/resources/images/bloc/products/lean-production/banner1.png") center no-repeat;
  background-size: cover;
  color: #fff;
}
#app .app-wrapper .banner-container .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box .title {
  font-size: 30px;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box .desc {
  padding: 24px 0;
  font-size: 18px;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box .btn-box {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box .btn-box a {
  display: block;
}
#app .app-wrapper .banner-container .container .center .title-box .title-content-box .btn-box a .btn {
  width: 120px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
#app .app-wrapper .content-wrap {
  background-color: #f7f9fc;
}
#app .app-wrapper .content-wrap .consultation-container {
  background-color: #fff;
}
#app .app-wrapper .content-wrap .consultation-container .consultation-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 50px 0;
}
#app .app-wrapper .content-wrap .consultation-container .consultation-content img {
  margin: 0 auto;
  width: 70%;
  height: auto;
  display: block;
  padding: 20px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container {
  background-color: #fff;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content {
  width: 100%;
  padding-bottom: 40px;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .desc {
  color: #505050;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 10px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .title {
  color: #378cf9;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box .bin-row {
  width: 100%;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box .bin-row .item-box {
  cursor: pointer;
  height: 80px;
  border: 1px solid rgba(0,0,0,0.1);
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box .bin-row .item-box .item {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box .bin-row .item-box .item .text {
  width: 100%;
  white-space: normal;
  word-break: break;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .tab-box .bin-row .active {
  color: #fff;
  background-color: #0085f0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .center-img-box {
  width: 100%;
  padding: 40px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .center-img-box img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .center-img-box .small-img {
  width: 50%;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .label {
  color: rgba(0,0,0,0.65);
  font-size: 22px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
  padding: 20px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .effect-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9fa;
  padding: 30px 0;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .effect-box .effect-item {
  width: 50%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .effect-box .effect-item .dot {
  width: 11px;
  height: 11px;
  color: #505050;
  background-color: #1caeff;
  border-radius: 50%;
}
#app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .effect-box .effect-item .text {
  padding-left: 16px;
  color: #505050;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .header-top .head-content .menu-box,
  .header-top .head-content .code-box {
    display: none;
  }
  #app .app-wrapper .content-wrap .head-title .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app .app-wrapper .content-wrap .concat-container .concat-content .phone-box .phone {
    font-size: 20px;
    padding: 10px 0;
  }
  #app .app-wrapper .content-wrap .lean-tab-container .lean-tab-content .effect-box .effect-item {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
