.home-banner {
    position: relative;
    background: #f5f5f5;
}

.home-banner .banner {
    height: 500px;
    width: 100%;
    background: url(../uploads/banner1.png);
}

.menu {
    position: absolute;
    z-index: 999;
}

.menu ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 10px;
    height: 50px;
    width: 250px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    color: #fff;
}

.menu ul li a {
    color: #fff;
}

.menu ul li:hover {
    background: #00be9a;
}

.menu ul li p a {
    font-size: 16px;
}

.menu ul li p small a {
    font-size: 14px;
}

/* 品牌好物部分 */
.module-goods .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 112px;
    width: 100%;
}

.module-goods .title p {
    font-size: 30px;
}

.module-goods .title small {
    font-size: 16px;
    padding-left: 20px;
    color: #a1a1a1;
}

.module-goods .title a,
.module-goods .title i {
    color: #a1a1a1;
    font-size: 16px;
}

.module-goods .title p:hover a,
.module-goods .title p:hover i {
    color: #00be9a;
}

.module-goods .goods ul {
    display: flex;
    justify-content: space-between;
}

.module-goods .goods ul li {
    width: 304px;
    height: 404px;
}

.module-goods .goods a {
    display: block;
    width: 100%;
    height: 100%;
    background: #eef9f4;
}

.module-goods .goods ul li img {
    width: 304px;
    height: 304px;
}

.module-goods .goods ul li p {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
}

.module-goods .goods ul li p:nth-child(3) {
    color: #aa2113;
}

/* 人气推荐部分 */
.module-recommend .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 112px;
    width: 100%;
}

.module-recommend .title p {
    font-size: 30px;
}

.module-recommend .title small {
    font-size: 16px;
    padding-left: 20px;
    color: #a1a1a1;
}

.module-recommend .title a,
.module-recommend .title i {
    color: #a1a1a1;
    font-size: 16px;
}

.module-recommend .title p:hover a,
.module-recommend .title p:hover i {
    color: #00be9a;
}

.module-recommend .recommend ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 77px;
}

.module-recommend .recommend ul li {
    width: 304px;
    height: 404px;
}

.module-recommend .recommend a {
    display: block;
    width: 100%;
    height: 100%;
}

.module-recommend .recommend ul li img {
    width: 304px;
    height: 304px;
}

.module-recommend .recommend ul li p {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
}

.module-recommend .recommend ul li p:nth-child(3) {
    font-size: 16px;
    color: #a1a1a1;
}

/* 热门品牌部分 */
.module-hot {
    background: #f5f5f5;
    height: 468px;
    width: 100%;
}

.module-hot .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 142px;
    width: 100%;
}

.module-hot .title p {
    font-size: 42px;
}

.module-hot .title p small {
    font-size: 16px;
    padding-left: 20px;
    color: #a1a1a1;
}

.module-hot .title p a,
.module-hot .title p i {
    font-size: 16px;
    color: #a1a1a1;
}

.module-hot .title p:hover a,
.module-hot .title p:hover i {
    color: #00be9a;
}

.module-hot .hot ul {
    display: flex;
    justify-content: space-between;
}

.module-hot .hot img {
    height: 306px;
    width: 244px;
}

/* ====== 综合模块：comprehensive ====== */
.module-comprehensive .title {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.module-comprehensive .title p {
    font-size: 42px;
}

.module-comprehensive .title p a {
    font-size: 16px;
    padding: 2px 8px;
}

.module-comprehensive .title p a:hover {
    color: #fff;
    background: #00be9a;
}

.module-comprehensive .title p a:last-child:hover {
    color: #00be9a;
    background: transparent;
}

.module-comprehensive .comprehensive {
    display: flex;
    margin-top: 20px;
    gap: 24px;
}

.module-comprehensive .left {
    flex-shrink: 0;
}

.module-comprehensive .left a {
    display: block;
    width: 100%;
    height: 100%;
}

.module-comprehensive .left img {
    width: 248px;
    height: 610px;
    display: block;
}

.module-comprehensive .right {
    flex: 1;
    height: 610px;
}

.module-comprehensive .right ul {
    display: flex;
    flex-wrap: wrap;
}

.module-comprehensive .right ul li {
    width: 242px;
    height: 305px;
    position: relative;
    transition: 0.3s;
    outline: 2px solid rgba(0, 190, 154, 0);
}

.module-comprehensive .right ul li:hover {
    outline: 2px solid rgba(0, 190, 154, 1);
}

.module-comprehensive .right ul li .item img {
    width: 190px;
    height: 171px;
    margin: 15px 26px;
}

.module-comprehensive .right ul li .item p {
    width: 190px;
    height: 57px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.module-comprehensive .right ul li .item a p:last-child {
    margin-top: 10px;
    font-size: 22px;
    color: #af2f22;
}

.module-comprehensive .right a {
    display: block;
    height: 100%;
    width: 100%;
}

.module-comprehensive .right .box {
    position: absolute;
    bottom: 0;
    width: 242px;
    height: 84px;
    background: #00be9a;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
}

.module-comprehensive .right li:hover .box {
    pointer-events: auto;
    opacity: 1;
}

.module-comprehensive .right .box .line {
    width: 120px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 15px auto 0;
}

.module-comprehensive .right .box a {
    display: block;
    width: 242px;
    height: 84px;
}

.module-comprehensive .right .box p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}

.module-comprehensive .right .box p:first-child {
    font-size: 18px;
}

.module-comprehensive .right .box:hover {
    height: 94px;
}

/* 最新专题 */

.module-topic .title {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.module-topic .title p {
    font-size: 42px;
}

.module-topic .title p a {
    font-size: 16px;
    padding: 2px 8px;
}

.module-topic .title p a:hover {
    color: #fff;
    background: #00be9a;
}

.module-topic .title p a:last-child:hover {
    color: #00be9a;
    background: transparent;
}

.module-topic .box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.module-topic .box ul li {
    width: 405px;
    height: 355px;
}

.module-topic .box ul li img {
    width: 405px;
    height: 288px;
    transition: .3s;
}

.module-topic .logo {
    display: flex;
    justify-content: space-between;
    margin: 13px 15px;
}

.module-topic .logo p {
    font-size: 14px;
    display: inline-block;
    margin: 5px auto;
}

.module-topic i {
    margin-right: 2px;
}

.module-topic .logo .left .icon-favorites-fill {
    color: red;
}

.module-topic .box img:hover {
    transform: translateY(-5px);
}