/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/blog.css ***!
  \**************************************************************************************************************/
.blog-container {
    padding-bottom: 18rem;
	padding-top: 16rem;
}
.blog-wrapper {
    padding-top: 7.6rem;
    position: relative;
	max-width: 62.5%;
}
.blog-container .floor-title {
	font-size: 6.4rem;
	text-align: center;
    font-weight: 700;
}
.blog-wrapper .blog-list li.no-data {
    width: 100%;
    text-align: center;
    color: #B4B4B4;
    font-size: 24px;
    padding-bottom: 120px;
}
.blog-wrapper .blog-list li.no-data .title {
    font-size: 48px;
    margin-bottom: 12px;
}
.blog-wrapper .blog-list li.no-data p {
    font-weight: 200;
}

.blog-wrapper .blog-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 0;
}
.blog-wrapper .blog-list li {
	width: 33.3333%;
	padding: 0 12px;
    margin-bottom: 6rem;
}
.blog-wrapper .blog-list li a {
	display: block;
	height: 100%;
}
.blog-wrapper .blog-card {
	position: relative;
	color: #555;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}
.blog-wrapper .blog-card .spu-name {
	font-size: 18px;
	color: #787878;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-wrapper .blog-card .img-box {
    aspect-ratio: 384 / 258;
    overflow: hidden;
}
.blog-wrapper .blog-card .img-box img {
	mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.blog-wrapper .blog-card:hover img {
    transform: scale(1.1);
}
.blog-wrapper .blog-card .name {
	font-size: 20px;
    line-height: 28px;
	margin: 20px 0 8px;
	color: #000;
    letter-spacing: 0.45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .blog-wrapper {
        max-width: 100%;
    }
   
    .blog-wrapper .blog-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .blog-wrapper .blog-list li {
        padding: 0 10px;
    }
    .blog-wrapper .blog-card .name {
        font-size: 22px;
        margin: 16px 0 6px;
    }
}
@media (max-width: 828px) {
    .blog-container {
        padding-top: 76px;
        padding-bottom: 60px;
    }
    .blog-wrapper {
        margin-top: 40px;
        padding: 0;
    }
    .blog-container .floor-title {
        font-size: 2.8rem;
    }
   
    .blog-wrapper .blog-list li.no-data {
        font-size: 14px;
    }
    .blog-wrapper .blog-list li.no-data .title {
        font-size: 24px;
    }
	.blog-wrapper .blog-list li {
		width: 100%;
		padding: 0 20px;
	}
	.blog-wrapper .blog-list {
		margin: 20px 0;
        padding: 0;
	}
	.blog-wrapper .blog-card .name {
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: 0.45px;
        margin: 2rem 0 0.8rem;
        display: block;
    }
    .blog-wrapper .blog-card .spu-name {
        font-size: 1.4rem;
        line-height: 1.4;
        display: block;
    }
}

.load-more {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.load-more .btn-load-more {
    display: inline-block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FAFAFA;
}
