﻿	/* a:visited{text-decoration:none; } */
		a:link{text-decoration:none; }
		/* a:hover{text-decoration:none;} */
		/* a:active{text-decoration:none;} */
		 .col-sm-12{
		  text-align: center;
	  }
 .test{
 float: left;
 width: 20%;
 box-sizing: border-box;
 padding: 10px;
 min-width: 150px;
 }
 @media (max-width:615px ) {
 .test{
 float: left;
 width: 33%;
 box-sizing: border-box;
 padding: 10px;
 min-width: 150px;
 }
 }
 
 @media (max-width:465px ) {
 .test{
 float: left;
 width: 50%;
 box-sizing: border-box;
 padding: 10px;
 min-width: 150px;
 }
 }
 
 @media (max-width:315px ) {
 .test{
 float: left;
 width: 100%;
box-sizing: border-box;
padding: 10px;
 
 }
 }
 
 
 /* 默认隐藏友情链接 */
.pc-only-links {
  display: none;
  margin-top: 20px; /* 与 FAQ 栏目内容的间距 */
  text-align: center; /* 居中对齐 */
}

/* 标题样式 */
.pc-only-links .links-title {
  font-size: 1.2em;
  color: #333; /* 标题颜色 */
  display: block; /* 使标题占据一行 */
  margin-bottom: 10px; /* 标题与链接之间的间距 */
}

/* PC端显示友情链接（宽度大于768px） */
@media (min-width: 768px) {
  .pc-only-links {
    display: block;
  }
  .pc-only-links a {
    margin: 0 15px; /* 设置链接间距 */
    color: #333; /* 链接颜色 */
    text-decoration: none; /* 去掉下划线 */
  }
  .pc-only-links a:hover {
    text-decoration: underline; /* 悬停时加下划线 */
  }
}

 
 
 /* 主容器样式 */
.solution-banner-content {
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 垂直排列图标和标题 */
  align-items: center; /* 水平居中对齐 */
  text-align: center; /* 确保文字居中 */
}

/* 图标样式 */
.app-icon {
  width: 80px; /* 图标宽度 */
  height: auto; /* 保持宽高比例 */
  margin-bottom: 10px; /* 图标与标题之间的间距 */
  display: block; /* 强制让图片成为块级元素 */
  margin-right: auto; /* 水平居中 */
}

/* 响应式调整 */
@media (max-width: 768px) {
  .app-icon {
    width: 60px; /* 小屏幕上的图标宽度 */
     margin-left: auto; /* 水平居中 */
  }
}
 
 
 