/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
}
.serviceMatrixOne {
  margin-top: 64px;
  /* overflow-x: hidden; */
}
.serviceMatrixOne a {
  text-decoration: none;
  color: black;
}

.serviceMatrixOne .serviceMatrixOneTitle {
  font-size: 24px;
  color: #1bd1d1;
  margin-bottom: 31px;
  text-align: center;
}
.serviceMatrixOne .serviceMatrixOneContent {
  max-width: 1200px;

  margin: 0 auto;
  position: relative;
}
.serviceMatrixOne .serviceMatrixOneContent > div {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}
.serviceMatrixOne .serviceMatrixOneContent .MatrixContentHeader {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  > div:first-child {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  .MatrixHeaderbutton {
  width: 240px;
  height: 64px;
  font-size: 24px;
  text-align: center;
  line-height: 64px;
  position: relative;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 182, 176, 0.2);
  background-color: white;
}
.serviceMatrixOne .href.roundButton:hover {
  cursor: pointer !important;
  background-color: #1bd1d1 !important;
  color: white !important;
}
.serviceMatrixOne .nohrefIcon,.serviceMatrixOne .nohrefNoIcon{
cursor:auto;
}
.serviceMatrixOne .href.roundButton .littleIntoImg,
.serviceMatrixOne .href.roundButton:hover .littleIntoGreenImg {
  display: none !important;
}

.serviceMatrixOne .href.roundButton .littleIntoGreenImg,
.serviceMatrixOne .href.roundButton:hover .littleIntoImg {
  display: block !important;
}
.serviceMatrixOne .nohrefNoIcon > img {
  display: none !important;
}
.serviceMatrixOne .nohrefNoIcon.roundButton:hover {
  background-color: #f1f2fb;
  color: #999999;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  .MatrixHeaderbutton
  > span {
  margin-right: 19px;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  .MatrixHeaderbutton
  > img {
  position: absolute;
  top: 16px;
  right: 20px;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  .MatrixHeaderTitle {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: MicrosoftYaHei, "微软雅黑" !important;
}
.serviceMatrixOne
  .serviceMatrixOneContent
  .MatrixContentHeader
  .MatrixHeaderDes {
  font-size: 14px;
  font-family: MicrosoftYaHei, "微软雅黑" !important;
  color: #666666;
}

.serviceMatrixOne .MatrixContentHeader .littleIntoImg,
.serviceMatrixOne .MatrixContentHeader .littleIntoGreenImg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1200px) {
  .serviceMatrixOne .serviceMatrixOneContent {
    -ms-grid-columns: 33.3% 0px 33.3% 0px 33.3%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    -ms-grid-rows: 168px 0px 336px 0px 168px;
    grid-template-rows: 168px 336px 168px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    position: relative;
    /* left: calc(5% - 20px); */
    /* overflow-x: hidden; */
    width: 94%;
  }
  .serviceMatrixOne .serviceMatrixOneContent .MatrixContentHeader {
    margin-bottom: 20px;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderbutton {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderbutton
    > img {
    width: 24px;
    height: 24px;
    top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .serviceMatrixOne {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .serviceMatrixOne .serviceMatrixOneContent {
    display: block;
  }
  .serviceMatrixOne .serviceMatrixOneTitle {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .serviceMatrixOne .serviceMatrixOneContent .MatrixContentHeader {
    padding: 24px 24px 56px 24px;
  }
  .serviceMatrixOne .serviceMatrixOneContent > div {
    padding: 24px;
  }
  .serviceMatrixOne .serviceMatrixOneContent .MatrixContentHeader {
    position: relative;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    > div:first-child {
    width: 0px;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderbutton {
    position: absolute;
    bottom: 24px;
    left: 24px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: calc(100% - 48px);
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderbutton
    > img {
    width: 20px;
    height: 20px;
    top: 6px;
    right: 10px;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderTitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .serviceMatrixOne
    .serviceMatrixOneContent
    .MatrixContentHeader
    .MatrixHeaderDes {
    margin-bottom: 12px;
  }
}
