.performance-banner{
  width: 100%;
  height: 400px;
  background: url(../images/apm-banner.jpg) no-repeat center;
  color: #fff;
}

.performance-container{
  width: 1200px;
  margin: 0 auto;
}

.performance-banner-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.performance-banner h2{
  font-size: 32px;
  font-weight: bold;
}

.performance-banner-content p{
  max-width: 770px;
  font-size: 16px;
  color: #fff;
  margin: 30px 0 50px;
  line-height: 28px;
}

.apm-buttons{
  display: flex;
}

.apm-buttons>a{
  display: flex;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.apm-buttons>a:not(:last-child) {
  background-color: #DE6E36;
  margin-right: 10px;
}

.apm-buttons>a:last-child{
  background-color: #4794ED;
}

section{
  padding: 80px 0 60px;
}

section h2{
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 56px;
}

section h3{
  font-size: 18px;
  color: #333;
  font-weight: bolder;
}

section p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.product-value{
  width: 100%;
  /* border-collapse: collapse; */
  border: 1px solid #e1e4e5;
  background-color: #fff;
  border-radius: 10px;
  border-spacing: 0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}

.product-value tr {
  height: 50px;
  vertical-align: middle;
  background-color: #F6F7F9;
  box-sizing: border-box;
  border-radius: 10px;
}

.product-value tr td:last-child{
  border-right: 0;
}
.product-value tr:last-child td{
  border-bottom: 0;
}

.product-value tr td {
  line-height: 26px;
  padding: 30px 20px;
  border-right: 1px solid #e1e4e5;
  border-bottom: 1px solid #e1e4e5;
  text-align: left;
}

.product-value tr td img{
  vertical-align: middle;
  margin-right: 10px;
}

.product-value tr td:first-child h3{
  display: inline-block;
}


.monitor-the-process{
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.monitor-the-process::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1C93E5;
  left: 0;
  top: 42px;
  z-index: -100;
}

.monitor-the-process>li{
  text-align: center;
}

.monitor-the-process>li p{
  font-size: 16px;
  margin-top: 10px;
}


.product-function{
  width: 100%;
}

.product-function label{
  font-size: 18px;
  color: #0090FF;
  border-radius: 50%;
  border: 2px solid #0090FF;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}

.product-function td>img{
  width: 100px;
  margin-bottom: 10px;
}

.product-function tr td:last-child{
  text-align: center;
}

.product-function tr td:last-child p{
  text-align: center;
}

.view-the-image{
  color: #0090FF;
  cursor: pointer;
}

.bigImg {
  position: absolute;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*é®ç½©å±‚*/
.opacityBottom {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  top: 0;
  left: 0;
}

/* é€‚é…ç§»åŠ¨ç«¯ */
@media screen and (max-width:1024px) {
  .performance-container{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .performance-banner{
    width: 100%;
    background-size: cover;
    padding: 2rem 0;
    height: auto;
  }

  .performance-banner-content p {
    font-size: .95rem;
    margin: 1.3rem 0;
  }

  .performance-banner h2{
    font-size: 1.3rem;
  }

  .performance-banner h3{
    font-size: 1rem;
    margin: 1.5rem 0px;
  }

  .performance-banner a{
    font-size: .8rem;
    padding: .5rem 2rem;
  }

  section{
    padding: 1rem 0;
  }

  section h2{
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }

  section h3{
    font-size: 1rem;
  }

  section p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
  }

  .monitor-the-process {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .monitor-the-process li{
    margin-bottom: 1rem;
  }

  .product-function label{
    display: none;

  }

  .product-value tr td img {
    display: none;
  }




}