@charset "utf-8";
.index-box .title {
  color: #4D4F5C;
  text-align: center;
}
.index-box .title-detail {
  margin-top: 15px;
  color: #666;
  text-align: center;
}
.index-box .index-content {
  margin-top: 100px;
}
.index-box .index-content .box {
  width: 96%;
  height: 200px;
  background-color: #fbfbfb;
  text-align: center;
  transition: all 0.3s;
}
.index-box .index-content .box:hover {
  opacity: 0.6;
}
.index-box .index-content .box img {
  height: 60px;
}
.index-box .index-content .box .box-text {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .index-box {
    text-align: center;
  }
  .index-box .index-content {
    margin-top: 10px;
  }
  .index-box .index-content .box {
    width: 100%;
  }
}
