/* 公共样式 */
.kniu_opacity_0 {
  z-index: -9 !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.kniu_img {
  width: 100%;
}

.kniu_text_red {
  color: #0d57a7;
}

.kniu_mt_35 {
  margin-top: calc(35/var(--PCS)) !important;
}

.kniu_font_size_18 {
  font-size: calc(18/var(--PCS)) !important;
}

/* --------------------------------------------------------------------------------------------- */
/* 页面样式 */
.servicesupport_repair_service_group {
  padding: calc(115/var(--PCS)) 0;
}

.control_top {
  overflow: hidden;
}

.control_top1 {
  height: 100px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.control_top1 img {
  width: 52px;
  height: 52px;
}

.control_top1 span {
  font-size: 34px;
  font-weight: bold;
  color: rgba(17, 17, 17, 1);
  line-height: 96px;
  margin-left: 20px;
}

.control_top2 {
  overflow: hidden;
  margin-bottom: 50px;
}

.control_titel {
  font-size: 30px;
  font-weight: bold;
  color: rgba(17, 17, 17, 1);
  line-height: 96px;
  text-align: center;
  margin: 50px auto 30px;
}

.control_left,
.control_right {
  width: 50%;
  height: auto;
  background: rgba(245, 245, 245, 1);
  padding: 72px 98px;
}

.control_left .left1,
.control_right .left1 {
  margin: 15px 0;
  line-height: 1.3;
}

.control_left span,
.control_right span {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);

}

.control_left span {
  display: block;
  text-align: justify;
}

.control_left b {
  display: inline-block;
  width: 100%;
}

.control_left i,
.control_right i {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.control_left {
  float: left;
}

.control_right {
  float: right;
}

.repairService {
  width: 1200px;
  height: 850px;
  background: rgba(245, 245, 245, 1);
  border-radius: 2px;
}

.repairService_0 {
  padding: 70px 150px;
}

.repairService_1 img {
  width: 28px;
  height: 26px;
}

.repairService_1 span {
  font-size: 24px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-left: 10px;
  line-height: 90px;
}

table {
  width: 860px;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 50px;

}

table th {
  background: rgba(235, 235, 235, 1);
  border: 1px solid rgba(227, 227, 227, 1);
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

table tr {
  height: 46px;
  line-height: 46px;

}

table td {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(227, 227, 227, 1);

}

table th,
table td {
  border-left: none;
}

table tr th:last-child {
  border-right: none;
}

table tr td:last-child {
  border-right: none;
}

.repairService_1 p {
  margin-left: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(51, 51, 51, 1);
}

.img img {
  width: 50px;
  height: 50px;
  margin: 30px 80px 15px;
}

.img p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
}


@media screen and (max-width:1400px) {
  body {
    overflow-x: scroll;
  }
}

@media screen and (max-width:1366px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width:1200px) {
  body {
    overflow-x: scroll;
  }
}

@media screen and (max-width:768px) {
  .control_top1 span {
    font-size: 32px;
  }

  .control_titel {
    font-size: 24px;
  }

  .control_left span,
  .control_right span {
    font-size: 20px;
  }

  .control_left i,
  .control_right i {
    font-size: 20px;
  }

  .repairService_1 span {
    font-size: 22px;
  }

  .repairService_1 p {
    font-size: 16px;
  }

  table th {
    font-size: 16px;
  }

  .header_title {
    font-size: 16px;
  }

  .box_up_left {
    font-size: 16px !important;
  }

  .box_up_right {
    font-size: 16px !important;
  }
}

.repairService_group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.repair_cells {
  margin-top: 20px;
  padding: 40px 20px;
  background-color: #f5f5f5;
}

.repair_cell,
.repair_cell_text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.repair_cell {
  font-size: 16px;
}

.repair_cell_icon {
  margin-right: 20px;
  width: 35px !important;
}

.repair_cell_search {
  margin-right: 7px;
  width: 16px !important;
}

.repair_cell_text {
  line-height: 30.46px;
}

.repair_cell_btn {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 146px;
}

@media (min-width: 1024px) {
  .repair_cells {
    padding: 70px 150px;
  }

  .repair_cell {
    font-size: 18px;
  }
}

