html{
    background-color: rgb(246, 246, 246);
}
body{
    background-color: white;
}
/* 模板01头部 */
.headerA{
    width: 100%;
    /*height: 3.3rem;*/
    position: relative;
}
.headerA .headerBack{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 2.1rem;
    background-color: var(--themeColorA);
    padding: 0.28rem 0.24rem 0 0.24rem;
}
.headerA .logo{
    width: 100%;
    height: 1.6rem;
    border-top: 0.03rem solid var(--themeColorA);
    padding: 0.4rem;
}
.headerA .logo>div{
    width: 100%;
    height: 100%;
}
.headerA .left{
    display: block;
    width: auto;
    height: 0.7rem;
    display: flex;
    align-items: center;
}
.headerA .left svg{
    width: 0.4rem;
    height: 0.4rem;
    color: white;
}
.headerA .left p{
    font-size: 0.4rem;
    color: white;
    font-weight: bold;
    margin-left: 0.14rem;
    /*letter-spacing: 0.06rem;*/
}
.headerA .right{
    width: auto;
    height: auto;
}
.headerA .right .p01{
    width: auto;
    height: 0.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.14rem;
}
.headerA .right .p01>svg{
    width: 0.3rem;
    height: 0.3rem;
    color: white;
    margin-right: 0.11rem;
}
.headerA .right .p01>p{
    font-size: 0.24rem;
    color: white;
    line-height: 0.3rem;
}
.headerA .headerMenu{
    width: 7.02rem;
    height: 2rem;
    background-color: white;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: -1.16rem;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.6rem;
}
.headerA .headerMenu .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 100%;
    min-width: 48px;
}
.headerA .headerMenu .item .svg{
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}
.headerA .headerMenu .item svg{
    width: 0.8rem;
    height: 0.8rem;
    color: var(--themeColorA);
}
.headerA .headerMenu .item>p{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1em;
    margin-top: 0.16rem;
}
.headerA .headerMenu .item>.svg>.cartnum{
    width: auto;
    height: 0.26rem;
    min-height: 15.6px;
    background-color: white;
    border: 1px solid var(--themeColorB);
    color: var(--themeColorB);
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding: 0 0.06rem;
    -webkit-border-radius: 0.13rem;
    -moz-border-radius: 0.13rem;
    border-radius: 0.13rem;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    top: 0;
    right: 0;
}

/* 模板02头部 */
.headerB{
    width: 100%;
    height: 3.7rem;
    position: relative;
}
.headerB .headerBack{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.1rem;
    background-color: var(--themeColorA);
    padding: 0 0.4rem 0.2rem 0.4rem;
}
.headerB .left{
    display: block;
    width: auto;
    height: 0.7rem;
    display: flex;
    align-items: center;
}
.headerB .left svg{
    width: 0.48rem;
    height: 0.48rem;
    color: white;
}
.headerB .left p{
    font-size: 0.5rem;
    color: white;
    font-weight: bold;
    margin-left: 0.14rem;
    /*letter-spacing: 0.06rem;*/
}
.headerB .right{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.headerB .right .signBtn{
    width: 1.4rem;
    height: 0.5rem;
    background-color: white;
    -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #aaaaaa;
    -moz-box-shadow: 0px 0px 0.1rem 0.01rem #aaaaaa;
    box-shadow: 0px 0px 0.1rem 0.01rem #aaaaaa;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #333333;
}
.headerB .right .p01{
    width: auto;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.24rem;
}
.headerB .right .p01>svg{
    width: 0.3rem;
    height: 0.3rem;
    color: white;
    margin-right: 0.11rem;
}
.headerB .right .p01>p{
    font-size: 0.24rem;
    color: white;
    line-height: 0.3rem;
}
.headerB .headerMenu{
    width: 100%;
    height: 2rem;
    background-color: white;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}
.headerB .headerMenu .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    min-width: 48px;
}
.headerB .headerMenu .item .svg{
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}
.headerB .headerMenu .item svg{
    width: 0.8rem;
    height: 0.8rem;
    color: var(--themeColorA);
}
.headerB .headerMenu .item:nth-child(1) .svgzj{
    background: url("../images/custom/headerA/01.png") center no-repeat;
    background-size: contain;
}
.headerB .headerMenu .item:nth-child(2) .svgzj{
    background: url("../images/custom/headerA/02.png") center no-repeat;
    background-size: contain;
}
.headerB .headerMenu .item:nth-child(3) .svgzj{
    background: url("../images/custom/headerA/03.png") center no-repeat;
    background-size: contain;
}
.headerB .headerMenu .item:nth-child(4) .svgzj{
    background: url("../images/custom/headerA/04.png") center no-repeat;
    background-size: contain;
}
.headerB .headerMenu .item:nth-child(5) .svgzj{
    background: url("../images/custom/headerA/05.png") center no-repeat;
    background-size: contain;
}
.headerB .headerMenu .item>p{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1em;
    margin-top: 0.16rem;
}
.headerB .headerMenu .item>.svg>.cartnum{
    width: auto;
    height: 0.26rem;
    min-width: 15.6px;
    min-height: 15.6px;
    background-color: white;
    border: 1px solid var(--themeColorB);
    color: var(--themeColorB);
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.06rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    top: 0;
    right: 0;
}

.headerD{
    width: 100%;
    height: 3.4rem;
    height: auto;
    min-height: 1rem;
    position: relative;
}
.headerD>.banner{
    width: 100%;
    height: 3.4rem;
}
.headerD>.banner .slideItem{
    display: block;
}
.headerD>.whiteMask{
    width: 100%;
    height: 0.25rem;
    background: url("../images/whiteMask.png") center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -0.02rem;
    z-index: 50;
}

.headerDinfo{
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 0.3rem;
}
.headerDinfo.sticked{
    background-color: white;
}
.headerDlogo{
    width: 1.28rem;
    /* height: 0.44rem; */
    height: 0.6rem;
    margin-right: 0.35rem;
    position: absolute;
    top: 0.18rem;
    left: 0.3rem;
    z-index: 100;
}
.headerDinfo>.search{
    /* width: 5.25rem; */
    flex: 1;
    height: 0.6rem;
    background-color: white;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    /* box-shadow: 0 0.1rem 0.27rem 0 rgba(178, 169, 25, 0.1); */
    box-shadow: 0 0 0.27rem 0 rgba(54, 54, 54, 0.1);
    overflow: hidden;
    position: relative;
}
.headerDinfo.sticked>.search{
    box-shadow: 0 0.1rem 0.27rem 0 rgba(178, 169, 25, 0.1);
}
.headerDinfo>.search>input{
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    padding: 0 0.5rem;
}
.headerDinfo>.search>svg{
    width: 0.24rem;
    height: 0.24rem;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0.27rem;
}
.headerDinfo>.search>p{
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1em;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 150%;
}
.headerDinfo>.search.ph>svg{
    left: 45%;
}
.headerDinfo>.search.ph>p{
    left: 55%;
}
.headerDinfo .messageIcon{
    width: 0.35rem;
    height: 0.35rem;
    color: #333333;
    min-width: 0.35rem;
    min-height: 0.35rem;
    margin-left: 0.2rem;
    position: relative;
}
.headerDinfo .messageIcon>svg{
    width: 100%;
    height: 100%;
    /* color: white; */
    color: #333333;
}
.headerDinfo .messageIcon>div{
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 0.01rem solid white;
    background-color: #E42A35;
    position: absolute;
    top: -0.05rem;
    right: -0.03rem;
}
.headerDinfo.sticked .messageIcon>svg{
    color: var(--themeColorA);
}


.headerD>.info{
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 2000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 0.3rem;
}
.headerD>.info.sticked{
    background-color: white;
}
.headerD>.info>.logo{
    width: 1.28rem;
    /* height: 0.44rem; */
    height: 0.6rem;
    margin-right: 0.35rem;
}
.headerD>.info>.search{
    /* width: 5.25rem; */
    flex: 1;
    height: 0.6rem;
    background-color: white;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    box-shadow: 0 0.1rem 0.27rem 0 rgba(178, 169, 25, 0.1);
    overflow: hidden;
    position: relative;
}
.headerD>.info.sticked>.search{
    box-shadow: 0 0.1rem 0.27rem 0 rgba(178, 169, 25, 0.1);
}
.headerD>.info>.search>input{
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    padding: 0 0.5rem;
}
.headerD>.info>.search>svg{
    width: 0.24rem;
    height: 0.24rem;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0.27rem;
}
.headerD>.info>.search>p{
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1em;
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 150%;
}
.headerD>.info>.search.ph>svg{
    left: 45%;
}
.headerD>.info>.search.ph>p{
    left: 55%;
}
.headerD>.info .messageIcon{
    width: 0.35rem;
    height: 0.35rem;
    color: #333333;
    min-width: 0.35rem;
    min-height: 0.35rem;
    margin-left: 0.2rem;
    position: relative;
}
.headerD>.info .messageIcon>svg{
    width: 100%;
    height: 100%;
    color: white;
}
.headerD>.info .messageIcon>div{
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 0.01rem solid white;
    background-color: #E42A35;
    position: absolute;
    top: -0.05rem;
    right: -0.03rem;
}
.headerD>.info.sticked .messageIcon>svg{
    color: var(--themeColorA);
}

.headerD>.topFill{
    width: 100%;
    height: 1rem;
}
.headerD.newStyle>.info{
    justify-content: space-between;
    background-color: white;
}
.headerD.newStyle>.info>.logo{
    width: auto;
    height: 0.8rem;
    flex: 1;
    margin: 0 0.1rem;
}
.headerD.newStyle>.info .messageIcon{
    margin: 0;
}
.headerD.newStyle>.info .messageIcon>svg{
    color: var(--themeColorA);
}
.headerD.newStyle>.info>svg{
    width: 0.35rem;
    height: 0.35rem;
    color: #333333;
}
.headerD.newStyle>.allMask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    filter:alpha(Opacity=0);
    -webkit-filter:alpha(Opacity=0);
    -moz-opacity:0;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.headerD.newStyle>.allMask.active{
    filter:alpha(Opacity=1);
    -webkit-filter:alpha(Opacity=1);
    -moz-opacity:1;
    opacity: 1;
    z-index: 10000;
}
.headerD.newStyle>.allMask>.wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.headerD.newStyle>.allMask>.wrap>.transMask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.headerD.newStyle>.allMask>.wrap>.searchGroup{
    width: 100%;
    height: 1rem;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
    position: relative;
    z-index: 10;
}
.headerD.newStyle>.allMask>.wrap>.searchGroup>input{
    flex: 1;
    height: 0.6rem;
    background-color: #eeeeee;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    margin-right: 0.1rem;
    padding: 0 0.3rem;
    font-family: 'phr';
    font-size: 0.24rem;
    color: #333333;
}
.headerD.newStyle>.allMask>.wrap>.searchGroup>svg{
    width: 0.35rem;
    height: 0.35rem;
    color: #333333;
}

.catesD{
    width: 6.9rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/
    padding-top: 0.15rem;
    margin: 0 auto;
    background-color: white;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.catesD>.item{
    width: 20%;
    height: auto;
    /*margin: 0 0.15rem 0.15rem 0.15rem;*/
    padding: 0.15rem;
}
.catesD>.item>div{
    width: 1rem;
    height: 1rem;
}
.catesD>.item>p{
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.1rem;
    width: 100%;
    text-align: center;
}

.sloganD{
    width: 100%;
    height: auto;
    min-height: 0.3rem;
    padding: 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sloganD>.item{
    width: auto;
    font-size: 0.24rem;
    font-weight: 500;
    color: var(--themeColorB);
    line-height: 0.5rem;
    margin: 0 0.17rem;
}

/* 模板05新闻横条 */
.indexNewsD{
    width: 6.9rem;
    height: 0.54rem;
    background-color: white;
    -webkit-border-radius: 0.27rem;
    -moz-border-radius: 0.27rem;
    border-radius: 0.27rem;
    margin: 0.34rem auto 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.indexNewsD>.title{
    width: 1.8rem;
    height: 0.54rem;
    background-color: var(--themeColorA);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.12rem;
}
.indexNewsD>.title>div{
    width: 1.2rem;
    height: 0.35rem;
    background: url("../images/todaynews.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexNewsD>.title>svg{
    width: 0.26rem;
    height: 0.26rem;
    color: white;
}
.indexNewsD>p{
    width: 5.1rem;
    height: 0.54rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.54rem;
    margin-left: 0.1rem;
}
.indexNewsD>.newsD{
    width: 5.1rem;
    height: 0.54rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.54rem;
    margin-left: 0.1rem;
    overflow: hidden;
}

/* 模板05首页新人福利 */
.indexFreshD{
    width: 6.9rem;
    height: 3.2rem;
    padding: 0.1rem;
    padding-top: 0.72rem;
    background: url('../images/fresh/freshBack.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0.3rem auto 0 auto;
    overflow: hidden;
    position: relative;
}
.indexFreshD>.freshTitle{
    width: 1.12rem;
    height: 0.26rem;
    background: url('../images/fresh/freshTitle.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.26rem;
    left: 0.2rem;
}
.indexFreshD>a{
    display: block;
    font-family: 'phr';
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: white;
    position: absolute;
    top: 0.28rem;
    right: 0.6rem;
}
.indexFreshD>span{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: url('../images/fresh/freshArrow.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.32rem;
    right: 0.26rem;
}
.indexFreshD>.list{
    width: 100%;
    height: 2.38rem;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
    background-color: white;
    display: flex;
    overflow-x: auto;
    padding: 0.2rem 0.1rem;
}
.indexFreshD>.list>.item{
    display: block;
    width: 1.8rem;
    min-width: 1.8rem;
    height: auto;
    margin-right: 0.3rem;
}
.indexFreshD>.list>.item:last-child{
    margin-right: 0;
}
.indexFreshD>.list>.item>.img{
    width: 1.8rem;
    height: 1.48rem;
    margin-bottom: 0.1rem;
}
.indexFreshD>.list>.item>.price{
    width: 100%;
    height: 0.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexFreshD>.list>.item>.price>p{
    display: flex;
    align-items: baseline;
}
.indexFreshD>.list>.item>.price>.p01{
    font-family: 'phr';
    font-size: 0.24rem;
    line-height: 0.34rem;
    /* color: #F43F43; */
    color: var(--themeColorB);
}
.indexFreshD>.list>.item>.price>.p02{
    font-family: 'phr';
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #999999;
    text-decoration: line-through;
    margin-left: 0.2rem;
}
.indexFreshD>.list>.item>.price svg{
    width: 0.12rem;
    height: 0.12rem;
    color: var(--themeColorB);
    margin-right: 0.05rem;
}
.indexFreshD>.list>.item>.price>.p02>svg{
    color: #999999;
}

/* 模板05首页限时抢购 */
.indexFastbuyD{
    width: 6.9rem;
    height: auto;
    margin: 0.3rem auto;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    background-color: var(--themeColorA);
    overflow: hidden;
}
.indexFastbuyD>.title{
    width: 100%;
    height: 1rem;
    background: url("../images/fasttitle.png") center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
    position: relative;
}
.indexFastbuyD>.title>span{
    width: 1.75rem;
    height: 0.35rem;
    background: url("../images/fastbuy.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexFastbuyD>.title>span.pintuan{
    background: url("../images/pintuan.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexFastbuyD>.title>span.kanjia{
    background: url("../images/kanjia.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexFastbuyD>.title>span.zhuli{
    background: url("../images/zhuli.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexFastbuyD>.title>.countDown{
    width: auto;
    height: 0.38rem;
    display: flex;
    align-items: flex-end;
    margin-left: 0.2rem;
}
.indexFastbuyD>.title>.countDown>.staticText{
    font-size: 0.24rem;
    font-weight: bold;
    color: white;
}
.indexFastbuyD>.title>.countDown>.times{
    margin-left: 0.1rem;
    display: flex;
    align-items: center;
}
.indexFastbuyD>.title>.countDown>.times>.staticText{
    font-size: 0.24rem;
    line-height: 1em;
    color: white;
    font-weight: bold;
}
.indexFastbuyD>.title>.countDown>.times>.num{
    padding: 0.1rem 0.05rem;
    font-size: 0.24rem;
    font-family: "dinBold";
    line-height: 1em;
    color: var(--themeColorB);
    background-color: white;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.indexFastbuyD>.title>p{
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1em;
    color: white;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0.27rem;
}

.indexFastbuyD>.list{
    width: 100%;
    /* height: 4.3rem; */
    height: 4.7rem;
    display: flex;
    align-items: center;
    padding: 0 0.08rem;
    overflow-x: auto;
}
.indexFastbuyD>.list>.item{
    display: block;
    width: 3rem;
    min-width: 3rem;
    /* height: 3.8rem; */
    height: 4.2rem;
    background-color: white;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    margin-right: 0.1rem;
    padding: 0.15rem 0.12rem;
}
.indexFastbuyD>.list>.item:last-child{
    width: 0.04rem;
    min-width: 0.04rem;
    background-color: var(--themeColorA);
}
.indexFastbuyD>.list>.item>.img{
    width: 2.6rem;
    /* height: 2.2rem; */
    height: 2.6rem;
    margin: 0 auto;
}
.indexFastbuyD>.list>.item>.p01{
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.36rem;
    width: 100%;
    height: 0.72rem;
    color: #333333;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
}
.indexFastbuyD>.list>.item>.p02{
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1em;
    width: 100%;
    color: var(--themeColorB);
    margin-top: 0.2rem;
}

/* 模板05中间部分banner */
.indexBannerD{
    width: 6.9rem;
    height: auto;
    margin: 0.3rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.indexBannerD>div{
    width: 100%;
    /* height: 100%; */
    height: 1.8rem;
    margin-bottom: 0.3rem;
}
.indexBannerD>div:last-child{
    margin-bottom: 0;
}

/* 模板05热兑 */
.hotListD{
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}
.hotListD>.title{
    width: 6.9rem;
    height: 0.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0.3rem;
}
.hotListD>.title>div{
    width: auto;
    height: 0.5rem;
    display: flex;
    align-items: flex-end;
}
.hotListD>.title>div>p{
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 1em;
    margin-left: 0.1rem;
    letter-spacing: 0.03rem;
}
.hotListD>.title>a{
    display: block;
    font-size: 0.22rem;
    font-weight: 100;
    line-height: 1em;
    color: #999999;
}
.hotListD>.list{
    width: 100%;
    height: 2.8rem;
    margin-top: 0.22rem;
}
.hotListD>.list .swiper-slide{
    width: 3.6rem;
    height: 2.8rem;
}
.hotListD>.list .item{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background-color: white;
    padding: 0.15rem;
    position: relative;
}
.hotListD>.list .item>.img{
    width: 3.1rem;
    height: 1.8rem;
    margin: 0 auto;
}
.hotListD>.list .item>.p01{
    width: 100%;
    height: 0.48rem;
    font-size: 0.2rem;
    line-height: 0.48rem;
    fotn-weight: 500;
    color: #333333;
    overflow:hidden;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.hotListD>.list .item>.p02{
    width: 100%;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: center;
    color: var(--themeColorB);
}
.hotListD>.list .item>.num{
    font-size: 0.24rem;
    color: var(--themeColorB);
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0.14rem;
    left: 0.25rem;
}

/* 模板05广告组合 */
.goodsGroupD{
    width: 7rem;
    height: 4.1rem;
    margin: 0.25rem 0.25rem 0 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.goodsGroupD>.item{
    display: block;
    width: 3.4rem;
    height: 1.95rem;
    margin: 0.05rem;
    background-color: white;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
}
.goodsGroupD>.item.xl{
    height: 4rem;
}
.goodsGroupD>.item>.info{
    width: 2.9rem;
    height: auto;
    position: absolute;
    top: 0.2rem;
    left: 0.25rem;
    z-index: 100;
}
.goodsGroupD>.item>.info>.p01{
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    /*line-height: 1em;*/
    /*line-height: 0.24rem;*/
    color: #333333;
    overflow:hidden;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}
.goodsGroupD>.item>.info>.p02{
    width: 100%;
    font-size: 0.2rem;
    font-weight: 500;
    /*line-height: 1em;*/
    /*line-height: 0.2rem;*/
    color: #999999;
    /*margin-top: 0.08rem;*/
    overflow:hidden;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}
.goodsGroupD>.item>.info>svg{
    width: 0.12rem;
    height: 0.12rem;
    color: #333333;
    margin-top: 0.18rem;
}
.goodsGroupD>.item>.img{
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 0.19rem;
    bottom: 0.17rem;
    z-index: 99;
}
.goodsGroupD>.item.xl>.info{
    top: 0.21rem;
    left: 0.17rem;
}
.goodsGroupD>.item.xl>.info>.p01{
    font-size: 0.3rem;
    /*line-height: 0.3rem;*/
}
.goodsGroupD>.item.xl>.info>.p02{
    font-size: 0.24rem;
    /*line-height: 0.24rem;*/
}
.goodsGroupD>.item.xl>.info>svg{
    width: 0.2rem;
    height: 0.2rem;
}
.goodsGroupD>.item.xl>.img{
    width: 2.3rem;
    height: 2.3rem;
    right: 0.26rem;
    bottom: 0.29rem;
}

/* 模板05首页底部商品标签切换 */
.goodsPage{
    width: 100%;
    height: auto;
}
.goodsPage>.cateTab{
    width: 6.9rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin: 0 0.3rem;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 1rem;
    left: 0;
    z-index: 2000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.goodsPage>.cateTab.sticked{
    background-color: white;
    margin: 0;
    padding: 0 0.3rem;
    width: 100%;
}
.goodsPage>.cateTab>.item{
    width: 1.45rem;
    min-width: 1.45rem;
    /*min-width: fit-content;*/
    height: 0.42rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.goodsPage>.cateTab>.item>p{
    width: 100%;
    font-size: 0.24rem;
    line-height: 1em;
    color: #999999;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.goodsPage>.cateTab>.item>div{
    width: 0.58rem;
    height: 0;
    background-color: var(--themeColorA);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.goodsPage>.cateTab>.item.active>p{
    font-size: 0.26rem;
    color: var(--themeColorA);
    font-weight: bold;
}
.goodsPage>.cateTab>.item.active>div{
    height: 0.06rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    border-radius: 0.03rem;
    margin-top: 0.06rem;
}
.goodsPage>.list{
    background: none;
}

/* 模板01推荐部分 */
.suggestA{
    width: 7.02rem;
    height: auto;
    margin: 0 auto;
    /*margin-top: 0.4rem;*/
    margin-top: 0.24rem;
}
.suggestA .list{
    width: 100%;
    height: 3.1rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.suggestA .list .item{
    width: 2rem;
    min-width: 2rem;
    height: 3.1rem;
    margin-right: 0.3rem;
}
.suggestA .list .item:last-child{
    margin-right: 0;
}
.suggestA .list .item .content{
    width: 2rem;
}
.suggestA .list .item .img{
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.suggestA .list .item .p01{
    width: 100%;
    height: 0.72rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.36rem;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.suggestA .list .item .p02{
    width: 100%;
    height: 0.26rem;
    display: flex;
    align-items: flex-end;
}
.suggestA .list .item .p02>svg{
    width: 0.14rem;
    height: 0.14rem;
    color: var(--themeColorB);
    margin: 0 0.04rem;
    margin-bottom: 0.02rem;
}
.suggestA .list .item .p02>p{
    font-size: 0.24rem;
    color: var(--themeColorB);
    line-height: 1em;
    margin-right: 0.04rem;
}
.suggestA .list .item .p02>p.cashPrice{
    font-size: 0.2rem;
}

/* 模板02推荐部分 */
.suggestB{
    width: 100%;
    height: auto;
    padding: 0 0.24rem;
    margin-top: 0.24rem;
}
.suggestB .list{
    width: 100%;
    height: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.suggestB .list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.4rem;
    height: 1.5rem;
    padding: 0.24rem;
    background-color: #F5F5F5;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.suggestB .list .item .img{
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.suggestB .list .item .info{
    width: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.suggestB .list .item .info .p01{
    width: 100%;
    font-size: 0.28rem;
    color: #333333;
    line-height: 1em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.suggestB .list .item .info .p02{
    display: flex;
    align-items: center;
    margin-top: 0.26rem;
}
.suggestB .list .item .info .p02 svg{
    width: 0.14rem;
    height: 0.14rem;
    color: var(--themeColorB);
    margin-right: 0.06rem;
}
.suggestB .list .item .info .p02 p{
    font-size: 0.2rem;
    color: var(--themeColorB);
}

/* 商品列表（推荐） */
.goodsListA{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.24rem;
}
.goodsListA .menus{
    width: 100%;
    height: 1.12rem;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding: 0.32rem 0.24rem 0.2rem 0.24rem;
    overflow-x: auto;
    background-color: white;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2000;
}
.goodsListA .menus .item{
    width: 1.6rem;
    min-width: 1.6rem;
    height: 0.6rem;
    background-color: #F6F6F6;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    border: 0.02rem solid #F6F6F6;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 0.2rem;
}
.goodsListA .menus .item:last-child{
    margin-right: 0;
}
.goodsListA .menus .item.active{
    border: 0.02rem solid var(--themeColorA);
    background-color: white;
    color: var(--themeColorA);
}
.goodsListA .list{
    width: 100%;
    /*height: 10.3rem;*/
}
.goodsListA .list .item{
    width: 100%;
    /*height: 10.3rem;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.1rem 0.24rem 0.3rem 0.24rem;
}
.goodsListA .list .goodsItem{
    width: 3.4rem;
    height: 4.8rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    -moz-box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    position: relative;
}
.goodsListA .list .goodsItem>.img{
    width: 3.4rem;
    height: 3.4rem;
}
.goodsListA .list .goodsItem>.p01{
    width: 100%;
    height: 0.72rem;
    margin-top: 0.13rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #333333;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding: 0 0.2rem;
}
.goodsListA .list .goodsItem>.p02{
    width: 100%;
    height: 0.35rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: flex-end;
}
.goodsListA .list .goodsItem>.p02>svg{
    width: 0.18rem;
    height: 0.18rem;
    color: var(--themeColorB);
    margin-right: 0.1rem;
    margin-bottom: 0.02rem;
}
.goodsListA .list .goodsItem>.p02>p{
    font-size: 0.28rem;
    color: var(--themeColorB);
    line-height: 1em;
    margin-right: 0.1rem;
}
.goodsListA .list .goodsItem>.p02>p.cashPrice{
    font-size: 0.22rem;
}

.goodsListB{
    width: 100%;
    height: auto;
}
.goodsListB .menus{
    width: 100%;
    height: 1.1rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0.2rem 0.24rem 0 0.24rem;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: white;
    -webkit-transition: all 0.2rem linear;
    -moz-transition: all 0.2rem linear;
    -ms-transition: all 0.2rem linear;
    -o-transition: all 0.2rem linear;
    transition: all 0.2rem linear;
}
.goodsListB .menus .item{
    font-size: 0.32rem;
    color: #999999;
    line-height: 1em;
    margin-left: 0.4rem;
    /*width: 1.7rem;*/
    min-width: 80px;
    text-align: center;
}
.goodsListB .menus .item:first-child{
    margin-left: 0;
}
.goodsListB .menus .item>div{
    width: 0.8rem;
    height: 0.03rem;
    background-color: white;
    margin: 0.08rem auto 0 auto;
    -webkit-border-radius: 0.015rem;
    -moz-border-radius: 0.015rem;
    border-radius: 0.015rem;
}
.goodsListB .menus .item.active{
    font-weight: bold;
    color: #333333;
    font-size: 0.32rem;
}
.goodsListB .menus .item.active>div{
    background-color: var(--themeColorA);
}
.goodsListB .list{
    width: 100%;
    /*height: 10.3rem;*/
}
.goodsListB .list .item{
    width: 100%;
    /*height: 10.3rem;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.1rem 0.24rem 0.3rem 0.24rem;
}
.goodsListB .list .goodsItem{
    width: 3.4rem;
    height: 4.8rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    -moz-box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    box-shadow: 0px 0px 0.1rem 0.01rem #d4d4d4;
    position: relative;
}
.goodsListB .list .goodsItem>.img{
    width: 3.4rem;
    height: 3.4rem;
}
.goodsListB .list .goodsItem>.p01{
    width: 100%;
    height: 0.72rem;
    margin-top: 0.13rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #333333;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding: 0 0.2rem;
}
.goodsListB .list .goodsItem>.p02{
    width: 100%;
    height: 0.35rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: flex-end;
}
.goodsListB .list .goodsItem>.p02>svg{
    width: 0.18rem;
    height: 0.18rem;
    color: var(--themeColorB);
    margin-right: 0.1rem;
    margin-bottom: 0.02rem;
}
.goodsListB .list .goodsItem>.p02>p{
    font-size: 0.28rem;
    color: var(--themeColorB);
    line-height: 1em;
    margin-right: 0.1rem;
}
.goodsListB .list .goodsItem>.p02>p.cashPrice{
    font-size: 0.22rem;
}

.singleBanner{
    display: block;
    width: 100%;
    height: 2.3rem;
    margin-top: 0.24rem;
    /* margin-bottom: 0.24rem; */
}