/* 10分钟 */
.row-common .col {
  padding-bottom: 1.875rem;
}
.common-modify{
  background: #F5F6FF; 
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 7.8125rem;
  height: 6.375rem;
}
.common-hor-line {
  margin: 0 auto 1.875rem;
  width: 5rem;
  height: 0.125rem;
  background: #02ACCD;
}
.common-title {
  font-size: 2.25rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121029;
}
.common-s-title {
  font-size: 1rem;
  max-width: 41rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9B9BA5;
}
.container .common-card {
  text-align: center;
  padding: 2.5rem 0;
  border: none;
  min-height: 27.8rem;
}
.container .common-card:hover {
  box-shadow: 0px 1.25rem 5rem 0.4375rem #F8F8F9;
}
.common-img-bg {
  margin: 0 auto;
  /* background: url('./../images/hexagon.png') no-repeat;
  background-size: cover;
  width: 160.125rem;
  height: 12.25rem; */
}

.hexagon {
  width: 6.25rem;
  /* height: 3.4375rem; */
  position: relative;
}

.hexagon, 
.hexagon:before, 
.hexagon:after {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1.25rem 5rem 0.4375rem #F3F3F7;   
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  left: 1.375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  transform: rotate(147deg) skew(28deg);
}

.hexagon:before {
  top: 0.125rem;
}

.hexagon:after {
  top: 4.5rem;
}

.hexagon span {
  position: absolute;
  top: 2.5625rem;
  left: -0.5rem;
  width: 9.25rem;
  height: 4.25rem;
  background: #fff;
  z-index: 1;
}
.hexagon-box {
  height: 10.125rem;
}
.hexagon-box .card-img-top{
  position: absolute;
  top: 2.875rem;
  left: 50%;
  margin-left: -2.3125rem;
  margin-top: 1.25rem;
  height: 6.25rem;
  width: 6.5rem;
  z-index: 99;
}
.common-img-bg .reset-img {
  width: 80.5625rem;
  height: 5.3125rem;
}
.common-card .card-title{
  font-size: 1.5rem;
  font-family: MicrosoftYaHei;
  color: #121029;
}
.common-card .card-text {
  font-size: 1.25rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #9B9BA5;
}
.card-text-active {
  color: #5C49D5;
}