* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: AlibabaPuHuiTi;
  /*src: url('../font/AlibabaPuHuiTi-3-55-Regular-BerBT4t6.woff');*/
}
.AlibabaPuHuiTi {
  font-family: AlibabaPuHuiTi;
}
.hexagon-container {
  padding: 0.3125rem 0;
  background: #F0F6FF;
}
.hexagon-container .hc-title h5 {
  font-size: 0.25rem;
  color: #131B26;
  font-family: AlibabaPuHuiTi;
  font-weight: 900;
  text-align: center;
}
.hexagon-container .hc-title img {
  margin: 0 auto;
  display: block;
  height: 0.1146rem;
  margin-top: 0.0521rem;
}
.hexagon-container .hexagon-list-box {
  width: 100%;
  overflow: hidden;
}
.hexagon-container .hexagon-grid {
  margin-top: 0.3125rem;
  padding: 0 0.1042rem;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  transition: all 0.5s linear;
}
.hexagon-container .hexagon-grid .hexagon-col {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.1875rem;
}
.hexagon-container .hexagon-grid .hexagon-col:nth-child(odd) .hexagon-item:first-child {
  margin-top: 0.7292rem;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item {
  margin-top: 0.1042rem;
  position: relative;
  width: 1.2813rem;
  height: 1.1458rem;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item .ht-txt {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0.1042rem;
  font-size: 0.1146rem;
  font-weight: 700;
  color: #131b26;
  text-align: center;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item .ht-txt p {
  max-width: calc(100% - 0.1563rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item .ht-txt i {
  position: relative;
  top: 0.0104rem;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item.chose-type .inset-box img {
  opacity: 1;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item.chose-type .inset-box .shadow {
  background: transparent;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item.chose-type .ht-txt {
  color: #3a8bff;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item.chose-type .svg-bg path {
  stroke: #0077e5;
}
.hexagon-container .hexagon-grid .hexagon-col .hexagon-item.no-hover .svg-bg:hover path {
  cursor: default;
  stroke: rgba(0, 119, 229, 0);
}
.hexagon-container .hexagon-grid .hexagon-col .svg-bg {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 6px 40px 0px #00000005;
  box-sizing: border-box;
}
.hexagon-container .hexagon-grid .hexagon-col .svg-bg path {
  cursor: pointer;
  stroke-width: 2;
  stroke: rgba(0, 119, 229, 0);
  stroke-linejoin: round;
}
.hexagon-container .hexagon-grid .hexagon-col .svg-bg path:hover {
  stroke: #0077e5;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-svg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  height: 86%;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-svg foreignObject {
  width: 100%;
  height: 100%;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-box {
  position: relative;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-box img {
  display: block;
  opacity: 0.5;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-box .txt-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("../images/txt-bg.png") no-repeat center center;
  background-size: 100% 100%;
}
.hexagon-container .hexagon-grid .hexagon-col .inset-box .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, #D9D9D9 20%, rgba(217, 217, 217, 0) 76%);
}
.hexagon-container .hexagon-type {
  margin-top: 0.3125rem;
  text-align: center;
}
.hexagon-container .hexagon-type .hexagon-type-box {
  display: inline-block;
  background: #ffffff;
  border-radius: 0.2083rem;
  height: 0.25rem;
  width: auto;
  padding: 0.0208rem;
  box-sizing: border-box;
}
.hexagon-container .hexagon-type .hexagon-type-box .ht-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 0.2083rem;
  border-radius: 0.2083rem;
  width: 0.6042rem;
  font-size: 0.0833rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 0.2083rem;
  font-family: AlibabaPuHuiTi;
}
.hexagon-container .hexagon-type .hexagon-type-box .ht-item.active {
  background-color: #3a8bff;
  font-weight: 800;
  color: #FFF;
}
.mt-140 {
  margin-top: 0.7292rem !important;
}
.mt-260 {
  margin-top: 1.3542rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
