* {
    margin: 0;
    padding: 0;
}
/* html,body {
    height: 100%;
} */
.le-container {
    width: 100%;
    /* height: 100%; */
}
.le-top-title {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 99;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 0.1rem;
}

.le-top-title img {
    width: 0.18rem;
    height: 0.18rem;
}
.le-top-title span {
    display: block;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 0.17rem;
    color: #000000;
    letter-spacing: -0.1px;
    text-align: center;
    line-height: 0.17rem;
}
.le-top-bg {
    width: 100%;
    height: 1.6rem;
    /* 顶部背景图 */
    background-image: url('https://p2.lefile.cn/product/adminweb/2020/06/28/fd6c7555-5033-4ba9-a7b6-c9f4361ef341.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.1rem 0.12rem 0 0.12rem;
    /* margin-top: 0.5rem; */
}
.flash_banner {
    /* width: 3.55rem; */
    margin: 0 auto;
    overflow: hidden;
}

.flash_banner.bottom_banner {
    margin: .05rem 0 .2rem 0;
}






.flash_banner .swiper-slide {
    border-radius: .1rem;
}


.flash_banner .swiper-slide img {
    border-radius: .08rem;
}


.le-top-bg .le-top-main {
    width: 100%;
    height: 1.5rem;
}
.le-top-bg .le-top-main img {
    width: 100%;
    height: 100%;
    border-radius: 0.12rem;

}
.le-main-tab {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    box-sizing: border-box;
    padding: 0 0.12rem;
}

.le-main-tab span{
    font-family: PingFang-SC-Bold;
    font-size: 0.18rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.18rem;
    font-weight: normal;
    position: relative;
}
.le-main-tab span:first-child {
    margin-left: 0.1rem;
}
.le-main-tab span:last-child{
    margin-left: 0.28rem;
}
.le-main-tab span i {
    width: 0.3rem;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
    margin-left: -0.15rem;
    background-color: #FF2F2F;
    border-radius: 6px;
    display: none;
}
.le-main-first,.le-main-second {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.12rem;
}
.le-main-first ul,.le-main-second ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
}
.le-main-first ul li,.le-main-second ul li {
    width: 47%;
    height: 2.7rem;
    float: left;
    background-color: #fff;
    border-radius: 0.12rem;
    margin-top: 0.08rem;
    margin-left: 0.08rem;
}
.le-main-text {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.12rem;
    text-align: left;
}
.le-main-first li img,.le-main-second li img {
    width: 100%;
    height: 1.72rem;
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
}
.le-main-name {
    font-family: PingFang-SC-Bold;
    font-size: 0.13rem;
    color: #252525;
    letter-spacing: 0;
    line-height: 0.15rem;
    font-weight: bold;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 0.15rem;
}
.le-main-desc, .le-main-price {
    margin-top: 0.06rem;
}

.le-main-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: PingFangSC-Regular;
    font-size: 0.1rem;
    color: #606060;
    letter-spacing: 0;
    line-height: 0.13rem;
    height: 0.26rem;
}
.icon-price {
    font-size: 0.1rem;
    color:#E1140A;
}
.new-price {
    font-size: 0.14rem;
    color: #E1140A;
    font-family: PingFangSC-Semibold;
    letter-spacing: 0;
    line-height: 0.14rem;
}
.old-prize {
    font-family: PingFangSC-Regular;
    font-size: 0.1rem;
    color: #979797;
    letter-spacing: -0.06px;
    line-height: 0.1rem;
    margin-left: 0.1rem;
    text-decoration: line-through;
}
.le-bottom-line {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 0.1rem;
    color: #BDBDBD;
    letter-spacing: -0.06px;
}
.le-main-first, .le-main-second {
    display: none;
}
.active {
    display: block !important;
}
.le-main-online {
    position: fixed;
    bottom: 1.3rem;
    right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
}

