.table {
  width: 100%;
  font-size: 16px;
  border: 1px solid #BFBFBF;
}
.table .fixed-td {
  min-width: 120px;
  vertical-align: middle;
}
.table tr:nth-child(2n) {
  background: #E1E1E1;
}
.table td {
  padding: 20px;
}
.table td p {
  line-height: 1.6;
}
.table td.fixed-td {
  font-weight: bold;
}
.intetrated-wrap .table {
  background-color: #fff;
}
.intetrated-wrap .content .left {
  padding-right: 30px;
  width: 40%;
  box-sizing: border-box;
}
.intetrated-wrap .content .table-box {
  width: 60%;
}
.tmce-wrap .speed-compare-img {
  max-width: 600px;
}
.upgrade-wrap .table {
  background-color: #fff;
}
.service-wrap .left {
  padding-right: 40px;
  width: 60%;
  box-sizing: border-box;
}
.service-wrap .right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .table .fixed-td {
    min-width: 0.4rem /* 30/75 */;
    width: 0.4rem /* 30/75 */;
  }
  .table td {
    padding: 0.267rem /* 20/75 */;
  }
  .intetrated-wrap .content .left {
    margin-bottom: 0.4rem /* 30/75 */;
    padding-right: 0;
    width: 100%;
  }
  .intetrated-wrap .content .table-box {
    width: 100%;
  }
  .service-wrap .left {
    padding-right: 0;
    width: 100%;
  }
  .service-wrap .right {
    width: 100%;
  }
}
/*# sourceMappingURL=upgrade.css.map */