*{
	padding:0px;
	margin:0px;
}

body {
	color: #000;
	background-image:url("../img/bj.jpg");
	
}
a{    
	text-decoration: none;
	color: #000;
}
.row {
margin: 0px auto;
display: flow-root;
width: 100%;
max-width: 750px;
}




/***/
.red-theme {
    background: linear-gradient(#f84738, #fd9b8a 9%, #da2516 50%, #b7141a);
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.price-area .price-box {
    padding-top: 6px;
    padding-right: 60px;
}
.red-theme .price-box {
    background: url("../fd07ee16853c4cd9afcd1e994d774900.png") top right no-repeat;
    background-size: 100% 108%;
}
.price-area .price-box {
    height: 68px;
    padding-right: 90px;
    padding-top: 12px;
    margin-top: -8px;
    padding-left: 15px;
    color: #fff;
    z-index: 2;
	    flex-direction: column;
}
.price-box .final-price {
    font-size: 1.65rem !important;
}
.price-area .price-box .old-price {
    font-size: 14px;
    text-decoration: line-through;
}
.price-box .old-price {
    margin-top: -3px;
    font-size: 12px;
    line-height: normal;
}

.price-area .promotion-flag {
    position: relative;
    margin-left: -30px;
    height: 60px;
    flex: 1;
}
.promotion-flag {
    padding-right: 10px !important;
    line-height: 22px;
}
.price-area .promotion-flag span {
    margin-left: 80px;
    display: none;
    padding: 6px 12px;
    background: #fff;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    color: #090909;
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.2;
    z-index: 1;
}

.product-name {
    color: #b7141a;
    border-bottom: 1px dashed #ccc;
}
.col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.product-name .sale-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: #333333;
}
.service-item {
    border-bottom: 1px dashed #ccc;
}
.service-item span {
    color: #666;
    margin-right: 15px;
}







/****/

.home-table, .footer-img {
    border-top: 10px solid #f5f5f5;
}
.about-shop {
    padding: 20px 10px;
}
.about-shop .shop-logo {
    max-width: 120px;
    margin-right: 10px;
    padding-right: 10px;
}
.about-shop .shop-slogan {
    flex: 1;
	    font-size: 14px;
}
.img-fluid {
    width: auto;
    max-height: 60px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.article {
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.text-center {
    text-align: center!important;
}
.article a {
    color: #999;
    text-decoration: underline;
    padding: 5px 10px;
}








/***/
.fixed-button-group {
    max-width: 750px;
    margin: 0 auto;
    padding: 2px 0;
    background: #fff;
    height: 58px;
    font-size: .875rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}
.text-center {
    text-align: center!important;
}
.fixed-bottom {
    border-top: 1px solid #dee2e6!important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.fixed-button-group .width {
    width: 80px;
    height: 100%;
    margin-right: 2px;
}
.fixed-button-group i {
    font-size: 1.65rem;
}
.fixed-button-group i {
    font-size: 1.8rem;
    margin-right: 5px;
    color: #666;
}
.fixed-button-group .width a p {
    line-height: 14px;
}
.fixed-button-group .width a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.service-btn i.iconfont {
    position: relative;
    color: #01bb00;
    z-index: 1;
}
.service-btn i.iconfont:before {
    content: "\e654";
}

.fixed-button-group .buy-now {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b7141a;
    color: #fff;
    font-size: 20px;
    border-radius: 42px;
    height: 84%;
}
.red-theme.buy-now {
    background: linear-gradient(#f84738, #fd9b8a 9%, #da2516 50%, #b7141a);
}
.buy-now {
    cursor: pointer;
}
.fixed-button-group .buy-now i {
    color: #fff;
    margin-right: 15px;
    display: inline;
    transform: scaleX(-1);
}
.fixed-button-group i {
    font-size: 1.65rem;
}