.board-equipment {
  background: #F8F9FB;
}

@media (min-width: 769px) {
  .page-strength {
    background: #F8F9FB;
  }
  .board-equipment {
    padding-top: 0.25rem;
    padding-bottom: 0.375rem;
  }
  .equipment-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3.5rem;
    margin-top: -0.125rem;
  }
  .equipment-item {
    width: calc(33.3333333333% - 0.1708333333rem);
    margin-bottom: 0.25rem;
    position: relative;
  }
  .equipment-item + .equipment-item {
    margin-left: 0.25rem;
  }
  .equipment-item:nth-child(4n) {
    margin-left: 0;
  }
  .equipment-item img {
    width: 100%;
  }
  .equipment-item .mark {
    width: 100%;
    height: 100%;
    background: rgba(7, 207, 144, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .equipment-item .mark::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .equipment-item .mark, .equipment-item .mark::after,
.equipment-item .mark p {
    transition: 0.4s all ease;
  }
  .equipment-item .mark p {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.65rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .equipment-item:hover .mark {
    opacity: 1;
  }
  .equipment-item:hover .mark::after {
    transform: scale(0.9, 0.85);
  }
  .equipment-item:hover .mark p {
    font-size: 0.45rem;
  }
  .board-services {
    padding: 0;
  }
  .services-list {
    display: flex;
    justify-content: center;
    height: 8.15rem;
    margin-top: -1.25rem;
    padding-top: 2.0625rem;
    background-image: url("../../img/strength/bg-services.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .services-item {
    width: 3.225rem;
    height: 4.5875rem;
    margin: 0 0.15rem;
    transition: 0.3s all ease;
  }
  .services-item img {
    width: 100%;
    height: 100%;
  }
  .services-item:hover {
    margin: 0 0.5rem;
    transform: scale(1.2);
  }
  .services-info {
    padding: 0.625rem 5.75rem 0;
    font-size: .225rem;
    line-height: .375rem;
  }
  .services-info .info-item {
    color: #333;
    font-size: 18px;
    line-height: 36px;
  }
  .services-info .info-item + .info-item {
    margin-top: 2em;
  }
  .services-info .title {
    font-weight: bold;
  }
  .board-support {
    padding: 0.625rem 0 0;
    background: #fff;
    margin-bottom: -3.25rem;
  }
  .board-support .board-title {
    padding: 0;
    margin-bottom: -0.5rem;
  }
  .support-list {
    display: flex;
    justify-content: space-between;
    background-image: url("../../img/strength/bg-support.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 13.375rem;
    padding: 3.2rem 3.5rem 0;
  }
  .support-item {
    display: flex;
    width: 7.5rem;
    height: 5rem;
    padding: 0.9125rem 0.4875rem 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0.25rem;
  }
  .support-item img {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.45rem;
  }
  .support-item .tit {
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.45rem;
    line-height: 0.5rem;
    font-weight: bold;
  }
  .support-item .desc {
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
}
@media (max-width: 768px) {
  .board-equipment {
    background: #F8F9FB;
    padding-bottom: 1.1875rem;
  }
  .equipment-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.025rem;
  }
  .equipment-item {
    width: calc(50% - 0.2938rem);
    margin-left: 0.575rem;
    margin-bottom: 0.7625rem;
  }
  .equipment-item:nth-child(odd) {
    margin-left: 0;
  }
  .equipment-item img {
    width: 100%;
    height: 7.2875rem;
  }
  .equipment-item .mark {
    display: none;
  }
  .board-services {
    padding-top: 3.075rem;
  }
  .services-list {
    display: flex;
    align-items: center;
    height: 19.2rem;
    margin-top: -1.5rem;
    padding: 3.5rem 0.7rem 0;
    background-image: url("../../img/strength/bg-services.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: auto;
  }
  .services-item + .services-item {
    margin-left: 0.575rem;
  }
  .services-item img {
    width: 9rem;
    height: 12.8rem;
  }
  .services-info {
    padding: 1.5375rem 1.025rem;
    font-size: 1.15rem;
    line-height: 2.3rem;
  }
  .info-item {
    margin-bottom: 2em;
  }
  .info-item .title {
    color: #333;
    font-size: 1.15rem;
    line-height: 2.3rem;
    font-weight: bold;
  }
  .info-item .content {
    color: #333;
    font-size: 1.15rem;
    line-height: 2.3rem;
  }
  .board-support {
    padding: 4.1rem 0 0;
    background: #fff;
    margin-bottom: -3.5rem;
  }
  .board-support .board-title {
    padding: 0;
    margin-bottom: -0.75rem;
  }
  .support-list {
    background-image: url("../../img/strength/bg-support-mb.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 48.45rem;
    padding: 5.7625rem 1.025rem 0;
  }
  .support-item {
    display: flex;
    width: 100%;
    height: 17.5375rem;
    padding: 1.875rem 1.25rem 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1.275rem;
  }
  .support-item img {
    flex-shrink: 0;
    width: 3.8375rem;
    height: 3.8375rem;
    margin-right: 0.75rem;
  }
  .support-item .tit {
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 1.275rem;
    line-height: 1;
    font-weight: bold;
  }
  .support-item .desc {
    color: #333;
    font-size: 1.025rem;
    line-height: 1.6625rem;
  }
}