/*列表CELL样式*/
.home-mob-list-item {
    width: 100%;
    margin-top: -15rem;
    position: relative;
}

.home-mob-list-item .image-box {
    width: 100%;
    height: 460rem;
}

.home-mob-list-item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-mob-list-item .text-box {
    width: 660rem;
    height: 160rem;
    margin-top: -30rem;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(180deg, #fff 0%, #ebebeb 100%);
    box-shadow: 0 -5rem 6rem rgba(0, 0, 0, 0.05);
    position: relative;
}

.home-mob-list-item .text-box .small-category {
    padding-top: 21rem;
    text-align: center;
    color: #000000;
    font-size: 22rem;
    font-weight: 700;
}

.home-mob-list-item .text-box .title {
    padding-top: 14rem;
    margin-left: 28rem;
    margin-right: 28rem;
    text-align: center;
    color: #333333;
    font-size: 24rem;
    font-weight: 500;
    font-family: "PingFang SC Medium";
}


/*根容器*/
.root {
    width: 100%;
}

/*去掉a标签的间隙*/
.root a {
    font-size: 0;
}

/*顶部导航*/
.root .nav-bar {
    width: 100%;
    height: 208rem;
    border-radius: 0 0 30rem 30rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10rem);
    -webkit-backdrop-filter: blur(10rem);
    position: fixed;
    padding: 37rem 30rem 28rem 30rem;
    box-sizing: border-box;
    z-index: 10;
    border-bottom: 1rem solid transparent;
}

.root .nav-bar .menu-search-box {
    display: flex;
    justify-content: space-between;
}

.root .nav-bar .menu-search-box .menu {
    width: 36rem;
    height: 30rem;
}

.root .nav-bar .menu-search-box .search {
    width: 30rem;
    height: 30rem;
}

.root .nav-bar .logo-box {
    margin-top: 23rem;
    display: flex;
    justify-content: center;
}

.root .nav-bar .logo-box .logo {
    width: 690rem;
    height: 90rem;
}

/*顶部广告*/
.root .top-gg {
    width: 100%;
    height: 1050rem;
    position: relative;
}

.root .top-gg .image-box {
    width: 100%;
    height: 100%;
}

.root .top-gg .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.root .top-gg .text-box {
    position: absolute;
    left: 69rem;
    right: 69rem;
    bottom: 40rem;
    display: flex;
    justify-content: center;
}

.root .top-gg .text-box .title {
    color: white;
    font-size: 36rem;
    font-weight: 700;
    text-align: center;
}

.root .top-gg .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 413rem;
}

.root .top-gg .mask img {
    width: 100%;
    height: 100%;
}

/*时髦办标题*/
.root .fashion-header {
    width: 100%;
    height: 413rem;
    background-color: #000000;
}

.root .fashion-header .name {
    width: 100%;
    height: 96rem;
    object-fit: fill;
    margin-top: 30rem;
}

/*时髦办列表*/
.root .fashion {
    width: 100%;
    margin-top: -246rem;
}

.root .fashion .fashion-list {
    width: 690rem;
    margin: 0 auto;
}

.root .fashion .more-box {
    margin-top: 21rem;
    margin-bottom: 80rem;
}

.root .fashion .more-box img {
    width: 186rem;
    height: 58rem;
    margin: 0 auto;
    display: block;
}

/*美人计*/
.root .beauty {
    width: 100%;
    background-color: #000000;
}

.root .beauty .beauty-header {
    width: 100%;
    height: 120rem;
    padding-top: 31rem;
}

.root .beauty .beauty-header .name {
    width: 100%;
    height: 100%;
}

.root .beauty .slide-box {
    width: 100%;
    height: 500rem;
    margin-top: 53rem;
}

.root .beauty .text-box {
    width: 100%;
    margin-top: 26rem;
}

.root .beauty .text-box .small-category {
    color: #FFFFFF;
    font-size: 22rem;
    font-weight: 700;
    text-align: center;
}

.root .beauty .text-box .title {
    height: 93rem;
    color: #BBBBBB;
    font-size: 24rem;
    font-weight: 400;
    text-align: center;
    margin-top: 10rem;
    margin-left: 126rem;
    margin-right: 126rem;
    padding-bottom: 204rem;
}

.root .beauty-list {
    width: 690rem;
    margin: -174rem auto 0;
}

.root .beauty-list .more-box {
    margin-top: 21rem;
    margin-bottom: 80rem;
}

.root .beauty-list .more-box img {
    width: 186rem;
    height: 58rem;
    margin: 0 auto;
    display: block;
}

/*乐活家*/
.root .lohas-header {
    width: 100%;
    height: 533rem;
    background-color: #000000;
}

.root .lohas-header .name-box {
    width: 100%;
    height: 96rem;
    padding-top: 116rem;
}

.root .lohas-header .name-box .name {
    width: 100%;
    height: 100%;
}

.root .lohas-list {
    width: 690rem;
    margin: -261rem auto 0;
}

.root .lohas-list .more-box {
    margin-top: 21rem;
    margin-bottom: 80rem;
}

.root .lohas-list .more-box img {
    width: 186rem;
    height: 58rem;
    margin: 0 auto;
    display: block;
}

.swiper {
    width: 100%;
    height: 500rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500rem;
    object-fit: cover;
}

.swiper-slide {
    width: 500rem; /*设为固定值*/
    height: 500rem;
}

.swiper-slide-active {
    width: 500rem !important;
}

.swiper-slide-prev {
    width: 400rem !important;
    height: 400rem !important;
    margin-top: 50rem;
    overflow: hidden;
}

.swiper-slide-next {
    width: 400rem !important;
    height: 400rem !important;
    overflow: hidden;
    margin-top: 50rem;
}