@charset "utf-8";
/* CSS Document */
.col-lg-5sz01{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-top: 6px;}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

.clean-card {
    margin: -10px;
}

/* 首页商品表格尺寸定义 */
.piccenter {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding-top: 20px;
    height: 150px;  /* 需要指定高度 */
}

.logochicun {
    /*width: 380px;*/
    width: 16rem;
    height: auto;
}

  /* 手机居左设计 */
  /* 居中基本样式，适用于所有设备 */
.content1 {
    padding: 20px;
    border: 2px solid black;
    text-align: center;
  }

  /* 针对PC端的样式 */
@media (min-width: 768px) {
.content11 {
  text-align: left; /* 居左文本和链接 */
    margin: auto; /* 如果需要垂直居中，则在容器div中加上这个 */
    }
  }

  /* 针对手机端的样式 */
@media (max-width: 600px) {
.content11 {
  text-align: center; /* 水平居中文本和链接 */
    margin: auto; /* 如果需要垂直居中，则在容器div中加上这个 */
  }

.sr-only1 {
    position: relative; /* 更改定位方式，让它回到普通文档流 */
    width: 60px; /* 宽度设置为60px */
    height: 20px; /* 高度设置为20px */
    padding: 0; /* 内边距保持不变 */
    overflow: visible; /* 溢出内容可见 */
    clip: auto; /* 取消原来的裁剪，显示完整元素 */
    white-space: normal; /* 允许内容换行 */
    border: 0; /* 边框保持不变 */

}
