section[role="content"]{
    background-color: #f5f6fa;
    position: relative;
    z-index: 2
}
.addressBox {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.18rem;
    margin-top: var(--a-safeAreaTop);
}

.addressBox .uiBox1Right {
    position: absolute;
    right: 1rem;
}

.uiBox1Right  img {
    margin-left: 0.7rem;
}

.addressBox a {
    color: white;
}
.screen_block {
    width: 100vw;
    height: 3rem;
    top: 3rem;
    left: 0;
    z-index: 99;
}
.screen_search_block {
    height: 100%;
    padding: 0 1rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.screen_search_block>input {
    width: 100%;
    height: 2.4rem;
    border: 0;
    outline: none;
    -webkit-border-radius: 0.4rrem;
    -moz-border-radius: 1.2rem;
    padding-left: 2rem;
    color: #333;
    background-size: 0.97rem;
    background-position-x: 0.8rem;
    border-radius: 5rem;
    background-color: white;
}

.screen_search_block>span {
    width: 10rem;
    text-align: center;
    display: inline-block;
    height: 3.2rem;
    line-height: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.screen_search_block>input::-webkit-input-placeholder {
    color: #999;
    font-size:1.0417rem;
}

.screen_search_block>input:-moz-placeholder {
    color: #999;
    font-size:1.0417rem
}

.screen_search_block>input::-moz-placeholder {
    color: #999;
    font-size:1.0417rem
}

.screen_search_block>input:-ms-input-placeholder {
    color: #999;
    font-size:1.0417rem
}

.screen_search_block .search-btn {
    border-radius: 2rem;
    color: #fff;
    position: absolute;
    right: 1.2rem;
    padding: 0.2rem;
    width: 4rem;
    text-align: center;
    font-size:1.0417rem;
    font-weight: 300;
    background: linear-gradient( 90deg, #FFA704 0%, #FF6104 100%);
}

.screen_search_block .search-btn a {
    color: white;
    display:inline-block;
    width: 100%;
}

.screen_search_block .ui-image img {
    filter: grayscale(100%) brightness(60%) !important;
}

.screen_search_block>img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1.5rem;
}

.mallIndexNav {
    width: calc(100% - 2rem);
    aspect-ratio: 750 / 320;
    overflow: hidden;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem auto;
    border-radius: 0.5rem;
}

.mallIndexNav .block601 img, .mallIndexNav .block601 {
	/* border:1px solid red; */
    width: 100%;
    height: 100%;
    object-fit:contain;
    object-position: center; /* 居中裁剪 */
}

.classify_content .block601 img, .classify_content .block601 {
    width: 100%;
    height: 8em;
}

.mallIndexNav>a {
    width: 20%;
    height: auto;
    text-align: center;
}

/* .mallIndexNav a img {
    width: 3.2em;
    height: 3.2em;
    width: 100%;
    height: 100%;
    
} */

.mallIndexNav>a span {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 0.9em
}

.mallClassifyBox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    /* box-shadow: 0rem .1rem .3rem 0rem rgba(167, 167, 167, .5); */
    padding: .5rem 0.7rem 0 0.7rem;
    justify-content: space-around;
    width: calc(100% - 2rem);
    margin: 0.5rem auto;
}

.mallClassifyBox::-webkit-scrollbar {
    display: none;
}

.newsBox {
    display: flex;
    background-color: #F9F9F9;
}

.newsBox>a {
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 .55rem;
}

.newsBox>a>span:first-child {
    font-size: .85rem;
    color: #fff;
    padding: .45rem;
    background-color: var(--p-color);
    line-height: .85rem;
    border-radius: .12rem;
}

.newsBox>a>div {
    font-size: .85rem;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: .69rem;
    color: #333333;
}

.newsBox .blockHorn {
    width: 0;
    flex: 1;
    height: 2.75rem;
    line-height: 2.75rem;
    align-items: flex-start;
    background-color: transparent;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
}

.newsBox .blockHorn>a {
    display: none;
}

.newsBox .swiper-container {
    height: 100%;
}

.couponList {
    border-radius: .25rem;
    overflow: hidden;
    display: flex;
}
.couponList2 {
    border-radius: .25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.couponList>li ,.couponList2>li {
    display: flex;
    background-color: #fff;
    border-radius: .25rem;
/*     box-shadow: 0rem .1rem .3rem 0rem rgba(167, 167, 167, .5); */
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    background-image: url("/images/coupon.png");
    background-size: 100% 100%; /* 图片完整拉伸，保留所有细节 */
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    overflow: hidden;
    margin: 0rem 2px;
}

.couponList2>li{
    width: calc(100% - 2rem);
    margin: 5px auto;
}
.couponList2>li span.useBtn{
    background: linear-gradient(90deg, #FFA704 0%, #FF6104 100%);
    color: white;
    width: 50px;
    border-radius: 55px;
    position: absolute;
    right: 10px;
    top: 40%;
    text-align: center
}
.couponType {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%
}

.couponList2 .couponType .number{
    font-size: 1.5rem;
}
.couponList2 .couponType .number i{
    position: relative;
    bottom: -4px;
}
.couponType .number {
    font-size: 1.0rem;
    font-weight: bold;
    color: #FF4800;
    display: flex;
    align-items: flex-start;
    line-height: 1em;
}

.couponType .number i {
    font-size: 0.6rem;
    font-weight: bold;
}

.couponType .numberDescribe {
    font-size: .75rem;
    color: #FF4800;;
    margin-top: .21rem;
    padding: 5px;
    line-height: 1.2;
    text-align: center;
}

.couponDescribe {
    flex: 1;
    padding: .69rem;
    box-sizing: border-box;
}

.couponDescribe .subject {
    font-size: .8rem;
    line-height: .88rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1rem;
    height: 2rem;
    max-height: 2rem;
}
.couponList2 .couponDescribe .subject{
    font-size: 15px
} 
.couponDescribe .endDate {
    font-size: .75rem;
    color: #999999;
    line-height: .75rem;
    padding-top: .29rem;
}

.couponDescribe .hasuse, .couponDescribe .expired {
    color: #999;
}

.couponDescribe .use {
    display: flex;
    align-items: center;
    font-size: .75rem;
    line-height: .75rem;
    margin-top: .49rem;
    color: #FF4800;
}

.couponDescribe .use a {
    color: #FF4800;
    position: relative;
}

.couponDescribe .use a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -1.5rem;
}

.couponDescribe .use img {
    width: .86rem;
    margin-left: .49rem;
}

.couponList>li>span {
    background-color: var(--p-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.25rem;
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.couponList>li>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* 图标样式 */
.icons {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin: 0 2px;
    display: inline-block;
    color: var(--p-color);
}

.couponAreaBox {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    border-radius: .5rem;
    padding: 0 10px 10px;
    /* box-shadow: 0rem .1rem .3rem 0rem rgba(167, 167, 167, .5); */
    background-image: url('../images/coupon-BG.png')
}

.couponAreaBox>div[role=group] {
    display: flex;
    align-items: center;
}

.couponAreaBoxItem {
    white-space: nowrap;
    font-size: 14px;
    color:#9D4E00
}
.couponAreaBoxItem a{
    color:#9D4E00
}

.supPartList {
    padding: 0;
}

.commodityItemBox {
    width: calc(100% - 2rem);
    height: auto;
    color: #999999;
    margin: 0rem auto;
}

.salesStatusList {
    padding: 0 1rem;
}

.commodityItemBox .item-boxTitle {
    width: 100%;
    height: 3.4em;
    line-height: 3.4em;
    position: relative;
}
.titleBox .item-boxTitle{
    text-align: center;
    
}
.commodityItemBox .item-boxTitle>a {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: inherit;
    color: #999;
    font-size: 0.85em;
}

.commodityItemBox .item-boxTitle>a i {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../jui/phone/block101-go.png) no-repeat center scroll;
    background-size: 0.6em 1em;
    margin-left: 0.4em;
}
.commodityItemBox .item-boxTitle>span {
    font-size: 1.39em;
    font-weight: bold;
    color: #9D4E00;
    position: relative;
    padding-left: 0.89rem;
}
.titleBox .item-boxTitle>span{
    color:red
}
.couponAreaBox .item-boxTitle>span {
    font-style: italic;
    padding: 0
}
.couponAreaBox .item-boxTitle>span:before{
    height: 0;
    background-color: red
}
.mallClassifyItem {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.mallClassifyItem img {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: .4rem;
}

.mallClassifyLabel {
    font-size: .8rem;
    color: #333;
}

.tuijian {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin-right: 0.3rem;
    position: relative;
    top: -2px
}

.block401 div[role='title'] {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 最多显示 2 行 */
    -webkit-box-orient: vertical;
    line-height: 1rem;
    max-height: 2rem; 
    word-break: break-word;
}
.block401 .up_con{
    justify-content: space-between;
}
.bgImage {
    position: absolute;
    top: calc(-1 * (3rem + var(--a-safeAreaTop)));
    top:-4rem;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 25rem;
    background: linear-gradient( 180deg, #FF5204 0%, #FF8004 51.68%, rgba(255,214,4,0) 100%);
    z-index: -1;
}
.block401 .info>span>i>span{
    font-size: 0.8rem;
    color:#999999
}
.block401 .info button{
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.2rem;
    padding: 0;
    margin: 0.3rem 0.3rem 0 0;
    border: 0;
    outline: none;
    background: url(../images/shoppingImages/shopping_car.png) no-repeat center center;
    background-size: 0.7rem;
    background-color: var(--p-buttonHoverBgc);
    border-radius: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}
header{
    color:black;
}
header>nav>a{
    color:black;
    font-weight: 500
}

.Box{
    margin: 10px;
    background-color: white;
    border-radius: 10px;
    height: 90vh;
    padding: 10px 0;
}
.block401{
    border-radius: 0.5rem;
}
.block401 span[role='remark'] i{
    color:#FA4F0D
}

/* 首页地址弹窗 */
.address-text {
    cursor: pointer;
    color:white
}
#addressPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
#addressPop .popup-box {
    position: absolute;
    top: 50%;
    left: 3rem;
    right: 3rem;
    transform: translateY(-50%);
    min-height: 10vh;
    max-height: 61vh;
    background: #f5f6fa;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#addressPop .popup-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    flex-shrink: 0;
}
#addressPop .popup-close {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}
#addressPop .popup-close img {
    width: 1.5rem;
    height: 1.5rem;
}
#addressPop .popup-content {
    flex: 1;
    overflow-y: auto;
    padding:0 0.75rem;
    min-height: 0;
}
#addressPop .popup-no-data {
    display: block;
    text-align: center;
    padding: 3rem 1rem;
    color: #999;
}
#addressPop .popup-footer {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem;
    flex-shrink: 0;
}
#addressPop .popup-cancel-btn {
    flex: 1;
    height: 2.5rem;
    background: #ccc;
    color: #333;
    border-radius: 0.3rem;
    cursor: pointer;
}
#addressPop .popup-add-btn {
    flex: 1;
    height: 2.5rem;
    background: var(--p-color);
    color: #fff;
    border-radius: 0.3rem;
}
#addressPop a.address-card-select {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    background: #fff;
}
#addressPop .address-content {
    display: block;
    width: 100%;
    padding: 0.94rem 1rem;
    box-sizing: border-box;
}
#addressPop .address-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    line-height: 1.5;
}
#addressPop .address-contact .name,
#addressPop .address-contact .mobile {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
#addressPop .address-contact .default-tag {
    color: #ff8d2d;
    font-size: 0.69rem;
    background-color: #ffe6cd;
    padding: 0.06rem 0.25rem;
    border-radius: 0.25rem;
}
#addressPop .address-detail {
    margin-top: 0.5rem;
    color: #666;
    font-size: 0.94rem;
    line-height: 1.45;
    word-break: break-all;
}