.info-banner {
  background: #f7f8fa url(img1/banner.jpg) no-repeat center bottom;
}

.virtue-list li::before {
  background-image: url("img1/virtue_bg.png");
}
.virtue-list .virtue-bg1 {
  background-image: url("img1/virtue_1.png");
}
.virtue-list .virtue-bg2 {
  background-image: url("img1/virtue_2.png");
}
.virtue-list .virtue-bg3 {
  background-image: url("img1/virtue_3.png");
}
.virtue-list .virtue-bg4 {
  background-image: url("img1/virtue_4.png");
}
.virtue-list .virtue-bg5 {
  background-image: url("img1/virtue_5.png");
}
.virtue-list .virtue-bg6 {
  background-image: url("img1/virtue_6.png");
}

table.table-info tr:nth-child(2) td, table.table-info tr:nth-child(4) td {
  height: 70px;
}
table.table-info tr:nth-child(3) td, table.table-info tr:last-child td {
  height: 140px;
}
table.table-info tr:nth-child(5) td {
  height: 354px;
}
table.table-info tr:nth-last-child(2) td {
  height: 221px;
}
table.table-info tr:first-child td:nth-child(3) {
  background-color: white !important;
  color: #333 !important;
  -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
          box-shadow: 0px 0px 6px 0px #d4d5d9;
  position: relative;
  z-index: 2;
}
table.table-info tr:first-child td:last-child, table.table-info tr:first-child td:nth-last-child(3) {
  background-color: #999 !important;
}
table.table-info tr td {
  height: 52px;
}
table.table-info tr td:first-child {
  width: 120px;
}
table.table-info tr td:first-child:nth-child(odd)::after {
  width: 84%;
}
table.table-info tr td:nth-child(3), table.table-info tr td:nth-child(5) {
  width: 360px;
}
table.table-info tr td:nth-child(3):nth-child(odd)::after, table.table-info tr td:nth-child(5):nth-child(odd)::after {
  width: 95%;
}
table.table-info tr td:nth-child(3) {
  color: #999;
}
table.table-info tr td:nth-child(5) {
  color: #ff2626;
}
table.table-info tr td:last-child, table.table-info tr td:nth-last-child(3) {
  width: 140px;
  color: #333;
}
table.table-info tr td:last-child:nth-child(odd)::after, table.table-info tr td:nth-last-child(3):nth-child(odd)::after {
  width: 86%;
}

.table-child-ul li {
  position: relative;
  height: 70px;
  line-height: 70px;
}
.table-child-ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  width: 280px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e6ebf2;
}

.param-shadow-list li:first-child {
  width: 120px;
}
.param-shadow-list li:nth-child(2), .param-shadow-list li:nth-child(3) {
  width: 360px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.param-shadow-list li:last-child, .param-shadow-list li:nth-last-child(2) {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.server-module.single {
  padding-bottom: 70px;
}

.product-scene-icon1 {
  background-image: url("img1/bm_scene_1.png");
}

.product-scene-icon2 {
  background-image: url("img1/bm_scene_2.png");
}

.product-scene-icon3 {
  background-image: url("img1/bm_scene_3.png");
}

.product-scene-icon4 {
  background-image: url("img1/bm_scene_4.png");
}