.breadcrumb{
    background: None;
    padding: 22px 0;
    margin-bottom: 0;
}
p{
    margin: 0;
}
.nav-pills {
    margin-bottom: 15px;
}

.thumbnail-img {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #f8f8f8;
}
.thumbnail img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.pagination {
    float: right;
}

.page-header span{
    color: red;
}
.detail{
    position: relative;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    padding: 0 20px;
    margin-bottom: 10px;
}
.row{
    padding: 20px;
    width: 100%;
}
.row-img{
    float: left;
}

.product-img{
    width: 360px;
    border-right: 1px solid #e0e0e0;
    margin-right: 50px;
}

.product-img img{
    width: 260px;
}

.qrcode-img{
    width: 260px;
}

.qrcode-img a{
    line-height: 30px;
    color: #009688;
}

.qrcode-img svg {
    border: 1px solid #e0e0e0;
}

.button-block {
    width: 260px;
    position:relative;
    margin-top: 10px;
    padding: 15px;
    color: #fff;
    background-color: #009688;
}

.sao-block {
    color: #fff;
    background-color: #009688;
}
.live-block {
    color: #009688;
    background-color: #fff;
    border: 1px solid #009688;

}

.modal-title {
    color: #000;
}

.button-block img{
    float: left;
    width: 36px;
    margin-right: 10px;
    padding: 0;
    border: 0;
}
.button-block p{
    line-height: 18px;
    display: block;
}
.modal-body{
    text-align: center;
}
.content{
    padding: 10px;
    margin-bottom: 20px;
}