

:root {
    --shop-header-bg-color: #e35f22; /* 定义一个背景颜色变量 */
    --shop-button-bg-color: #e35f22; /* 定义一个背景颜色变量 */
    --shop-header-text-color: white; /* 定义一个文本颜色变量 */
    --me-exit-bg-color: #ccc; /* 定义一个文本颜色变量 */
    --merchant-header-bg-color: #8e96bf; /* 定义一个背景颜色变量 */
    --merchant-button-bg-color: #8e96bf; /* 定义一个背景颜色变量 */


}
/*body {*/
/*    background-color: var(--main-bg-color); !* 使用背景颜色变量 *!*/
/*    color: var(--main-text-color); !* 使用文本颜色变量 *!*/
/*}*/
/*前台商家模块*/
/*头部导航栏*/
.me-font-color{
    color: var(--shop-header-bg-color); !important;
}
.sc-htodjs,.shop-more,.header-return,.header,.nav{
    background-color: var(--shop-header-bg-color); !important;
}
/*选中底部边框*/
.swiper-wrapper .active a,.border-bottom,.slideTxtBox .hd ul li.on{
    border-bottom: 2px solid var(--shop-header-bg-color); !important;

}
/*按钮颜色*/
.order-md{
    background-color: var(--shop-header-bg-color); !important;
}
/*产品买单*/
.check-cart{
    background-color: var(--shop-header-bg-color); !important;
}
.page-container{
    background-color: var(--shop-header-bg-color); !important;
}
.page-container {
    width: 100%;
    height: 100%;
    /*background: #ffc300 url(/skin/v20191127/images/bg2023.png) repeat-x top left;*/
    background: var(--shop-header-bg-color) repeat-x top left;!important;
    padding: 0;
    margin: 0 auto;
}
.mobile-left img{
    border: 5px solid var(--shop-header-bg-color);!important;
}
/*会员中心卡片图*/
.mobile-bottom{
    background-color: #ccc;!important;
    border-redius: 0.2rem 0.2rem 0 0;!important;
}
.ext-btn{
    background-color:var(--me-exit-bg-color); !important;
    color: var(--shop-header-text-color);!important;
}
.me_btn{
    background: var(--shop-button-bg-color)!important;

}

/*商家详情评价部分*/
.comment-item{
    padding: 0.1rem 0.3rem;
    color: #ccc;
    text-align: left;
}
.comment-item-top{
    font: 0.3rem/0.2rem "微软雅黑";
}
.comment-item-content{
    margin: 0.1rem 0.2rem;
    padding: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*商家列表页*/
.platform,.navbars,.merchant-nav{
    background-color: var(--merchant-header-bg-color); !important;
    background-image: linear-gradient(135deg, var(--merchant-header-bg-color) 0%, var(--merchant-header-bg-color) 100%);!important;
}
.merchant-btn{
    background: var(--merchant-button-bg-color)!important;
}
.select-box{
    border: #FF6600 1px solid !important;
    background: url(/skin/images/05_03.png) #ebd5d5 no-repeat 3.333333rem 0.416666rem !important;
    background-size: 0.527777rem !important
}



