.m-hd {background:-webkit-linear-gradient(top,#FFC200,#ff6600);box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);border-bottom: 1px solid #DB5800;} .tit {text-shadow: 0 1px rgba(0, 0, 0, 0.2);color: #FFF;} .m-hd div a.back {border-right: 1px solid #ff6600;} .m-hd div a.cart {border-left: 1px solid #FFC200;} .m-hd div a.cat, .m-hd div.logo, .m-hd div.tit, .m-hd div a.uc {border-right: 1px solid #ff6600;border-left: 1px solid #FFC200;} .m-hd div a.back:after {background: url(/tpl/static/store/back2.png) no-repeat;background-size: contain;} .m-hd div a.cat:after {background: url(/tpl/static/store/caticon2.png) no-repeat;background-size: contain;} .m-hd div a.uc:after {background: url(/tpl/static/store/user2.png) no-repeat;background-size: contain;} .m-hd div a.cart:after {background: url(/tpl/static/store/cart2.png) no-repeat;background-size: contain;}
/*下面为新増样式*/
.m-l-search .btn-search {
width: 5.8rem;
height: 3.6rem;
background: url(21/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 .buynow, .m-detail-mainout .d-info .i-row.act .addcart {
display: block;
border: none;
width: 48.5%;
background: #fec200; /*2中左侧按钮.*/
font-size: 1.4rem;
}

.m-detail-mainout .d-info .i-row.act .addcart {
background: #deaf17;/*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 #fec200; /*需要与2中左侧按钮同色*/
line-height: 2.8rem;
color: #fec200;/*需要与2中左侧按钮同色*/
}

.m-cart-e .gobuy {
line-height: 42px;
display: block;
border-radius: 2px;
background: #fec200;/*3中按钮背景颜色.*/
font-size: 16px;
text-shadow: -1px -1px 1px #d1a413;/*3中文字阴影颜色.*/
margin: 15px;
-webkit-box-shadow: 0 -1px 1px #97770e 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: #fec200;/*4中按钮颜色，需要与2中左侧按钮同色*/
-webkit-box-shadow: 0 -1px 1px #97770e inset;/*4中按钮阴影颜色.*/
font-weight: 700;
line-height: 36px;
}
