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

body {
    font-size: 14px;

}
}
a{    
	text-decoration: none;
	color: #000;
}
.row {
margin: 0px auto;
display: flow-root;
width: 100%;
max-width: 750px;
}

/***/

.fixed-top{
    line-height: 3rem;
    font-size: 1rem;
}
.text-center {
    text-align: center!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
	background: #fff;
}
.fixed-top i {
    position: absolute;
    left: 10px;
    font-size: 1.25rem;
    cursor: pointer;
}
.product-detail {
    display: flex;
    background-color: #fff;
    background-color: #fff;
    padding: 10px !important;
}
.product-detail .pro-img {
    width: 88px;
    height: 88px;
    transition: all .5s;
}
.product-detail .pro-info {
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-detail .pro-info .title {
    max-width: 252px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    line-height: 20px;
}

.product-detail .pro-info .product-price {
    color: #bd0f11;
    font-size: 19px;
    font-weight: bold;
    transition: all .5s;
}
.product-detail .pro-info .product-price .old-price {
    color: #999;
    font-size: 12px;
    margin: 8px;
    font-weight: normal;
}
