/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900_1.eot);src:url(../fonts/fa-solid-900_1.eot#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900_1.woff2) format("woff2"),url(../fonts/fa-solid-900_1.woff) format("woff"),url(../fonts/fa-solid-900_1.ttf) format("truetype"),url(../images/fa-solid-900_1.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}

.sevencom-image-box-img {
  font-size: 30px;                /* 字体大小 */
  font-weight: 700;               /* 加粗，像 logo */
  color: #ffffff;                 /* 白色字体 */
  text-decoration: none;          /* 去掉下划线 */
  letter-spacing: 2px;            /* 字间距更有品牌感 */
  text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* 微弱阴影，增强对比 */
  transition: color 0.3s ease;
}

.sevencom-image-box-img:hover {
  color: #ffd700;                 /* 悬停时变成金色，更高端 */
}