.container{
	background-color: #f7f7f7;
    overflow: auto;
}
.container.indexGoods{
	background-color: #fff;
}
.indexGoods .banner img{
	width:100%;
}
.container.indexGoods .module{
	width: auto;
    margin: 0;
    padding: 0;
    margin-top: 0;
}
.title {
	border-bottom: 1px solid #f5f5f570;
    box-sizing: border-box;
}

.header {
	background: linear-gradient(to bottom, #66f6da, #f7f7f7);
	overflow: hidden;
}
.header .banner{
	display: flex;
    align-items: center;
    padding: 0.625rem 1rem 0;
}
.header .banner .l{
	flex:1;
	overflow: hidden;
}
.header .banner .img{
	width:6rem;
}
.header .banner .l .publicity{
	color: #699594;
    font-size: 0.75rem;
    margin-top: 0.31256rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height:1rem;
}
.header .banner .l .s-name{
    font-weight: 400;
    font-size: 1.5rem;
    color:#101010;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.header .banner .l .today {
	display:flex;
	margin-top: 0.3125rem;
}
.header .banner .l .today .date{
    color: #699594;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.45);
    padding: 0.3125rem 1rem;
    border-radius: 30px;
}
.box {
    margin: 0.75rem;
    background-color: #fff;
    padding: 1rem 0.625rem;
    border-radius: 0.75rem;
}

.group {
	display: flex;
	margin: 0px 10px;
	padding-bottom: 5px;
	position: relative;
}

.group::before {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("../img/No.png");
	background-size: 100%;
	margin-right: 10px;
}

.group .date {
	color: #aaaaaa;
    font-size: 0.875rem;
    margin-top: 0.3125rem;
}
.group .c{
	flex:1;
}
.gonghaoxingming{
	color: #101010;
    font-weight: 500;
    font-size: 1rem;
    min-height:21px;
}

.total {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 10px;
}

.total>div span {
	color:#101010;
	font-size:18px;
}

.total>div p {
	font-size: 0.875rem;
	color: #666666;
	margin-bottom: 6px;
}
.content{
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 1rem;
}
/* .content::after{
	content: "";
	display: block;
	clear: both;
} */
li{
    width: calc(calc(100% - 2rem) / 3);
    text-align: center;
}
li a{
	display: block;
}
.content li a{
	background-color: rgb(246, 249, 250);
    border-radius: 5px;
    /* margin-right:1rem; */
	padding: 0.75rem 0.3125rem;
}
/* .content li:nth-child(3n+1) a{
	margin-left:1rem;
} */
li .iconfont{
	font-size:2rem;
	color:var(--primary-color);
}
li p{
	color: #555555;
	font-size: 0.875rem;
	position:relative;
    white-space: nowrap;
    overflow: hidden;
    margin-top:0.3125rem;
}
.module{
    background-color: #fff;
    margin: 0 0.75rem;
    border-radius: 0.625rem;
    margin-top: 0.3125rem;
    padding: 1rem 0 0;
}
.module>span{
    padding: 0px 0px 10px;
    font-size: 14px;
    color: #787878;
    display: block;
    border-bottom: 1px dashed #ededed;
    margin: 0px 10px;
}
.tips{
	position: absolute;
    top: -55px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-color: #ee4343;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    display:none;
}
.deptName{
	flex: 1;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 114px;
    text-overflow: ellipsis;
}