.m-hd {
    background: #efefef;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #ccc;
}

.tit {
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    color: #999;
}

.m-hd div a.back {
    border-right: 1px solid #ccc;
}

.m-hd div a.cart {
    border-left: 1px solid #ccc;
}

.m-hd div a.cat, .m-hd div.logo, .m-hd div.tit, .m-hd div a.uc {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.m-hd div a.back:after {
    background: url(/tpl/static/storenew/home.png) no-repeat;
    background-size: contain;
}

.m-hd div a.cat:after {
    background: url(/tpl/static/storenew/caticon.png) no-repeat;
    background-size: contain;
}

.m-hd div a.uc:after {
    background: url(/tpl/static/storenew/user.png) no-repeat;
    background-size: contain;
}

.m-hd div a.cart:after {
    background: url(/tpl/static/storenew/cart.png) no-repeat;
    background-size: contain;
}

/*下面为新増样式*/
.m-l-search .btn-search {
    width: 5.8rem;
    height: 3.6rem;
    background: url(1/seach_btn.png) no-repeat right; /*1中按钮*/
    background-size: 100% auto;
    border: 0;
    border-radius: 0 .3rem .3rem 0;
}

.m-detail-mainout .d-info .i-row.act a.buynow, .m-detail-mainout .d-info .i-row.act a.addcart {
    width: 48.5%;
    background: #d80001; /*2中左侧按钮.*/
    color: #fff;
    font-size: 1.4rem;
}

.m-detail-mainout .d-info .i-row.act a.addcart {
    background: #d86600; /*2中右侧按钮.*/
}

.detailinfo .tabs {
    display: -webkit-box;
    border-bottom: .2rem solid #fff;
    background: #f5f5f5;
    font-size: 1.4rem;
}

.detailinfo .tabs li.on {
    background: #fff;
    border-top: .2rem solid #d80001; /*需要与2中左侧按钮同色*/
    line-height: 2.8rem;
    color: #d80001; /*需要与2中左侧按钮同色*/
}

.m-cart-e .gobuy {
    line-height: 42px;
    display: block;
    border-radius: 2px;
    background: #d80001; /*3中按钮背景颜色.*/
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #b50b0b; /*3中文字阴影颜色.*/
    margin: 15px;
    -webkit-box-shadow: 0 -1px 1px #950c0d inset; /*3中按钮阴影颜色.*/
    font-weight: 700;
}

.m-cart-toal .act a.checkout {
    border-radius: 2px;
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    width: 100%;
    background: #d80001; /*4中按钮颜色，需要与2中左侧按钮同色*/
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: 0 -1px 1px #950c0d inset; /*4中按钮阴影颜色.*/
    font-weight: 700;
    line-height: 36px;
}
