
.table th, .table td {
    vertical-align: middle !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid !important;
}

button.close {
    margin-top: 2px !important;
    margin-bottom: 0;
}

.b-r {
    border-right: 1px solid #e7eaec !important;
}

#cdk {
    width: 100%;
    height: 400px;
    font-size: 8px;
    padding: 12px;
}
#cdk_pay {
    width: 100%;
    height: 150px;
    font-size: 8px;
    padding: 12px;
}

#cdk_info {
    width: 100%;
    height: 200px;
    font-size: 8px;
    padding: 12px;
}

.weixin-tip{
    display: none;
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.8);
    filter:alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.weixin-tip p{
    text-align: center;
    margin-top: 10%;
    padding:0 5%;
}

.btn-minixs {
    padding: 4px 5px;
    line-height: 9px;
    font-size: 10px;
}


.baoliao_content {
    float: left;
    width: 100%;
    margin-top: 5px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f1f1f1;
    background-color:#FFFFFF;
}
.baoliao_content .bl_img {
    float: left;
    margin: 3px;
    width: 11%;
}
.baoliao_content .bl_img img {
    position:relative;
    width: 55px;
}

.baoliao_content .bl_left {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 75%;
}

.baoliao_content .bl_title {
    float: left;
    font-size: 13px;
    margin-top: 3px;
    line-height: normal;
    width: 100%;
    height: 100%;
    color: #666666;
}
.baoliao_content .bl_img {
    float: right;
    margin-right: 10px;
    width: 15%;
}

#backTop_im {
    z-index: 9000;
    display: none;
    cursor: pointer;
    position: fixed;
    text-decoration: none;
    right: 20px;
    bottom: 55px;
    width: 37px;
    height: 38px;
    background: url('../images/top.png');
    _background-image: url('../images/top.png');
    z-index: 999;
}
#backTop_top {
    z-index: 9000;
    display: none;
    cursor: pointer;
    position: fixed;
    text-decoration: none;
    right: 20px;
    bottom: 100px;
    width: 37px;
    height: 38px;
    background: url('../images/im.png');
    _background-image: url('../images/im.png');
    z-index: 999;
}

#chatBtn {
    position: fixed;
    background-color: #4099ff;
    left: 38px;
    bottom: -1px;
    padding: 4px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    z-index: 9999;
    width: auto;
    box-sizing: content-box!important;
}


@media (max-width: 950px) {
    .goods-left-images{
        display: none;
        background-color: #0C0C0C;
    }

}
@media (max-width: 650px) {
    .goods-left-images{
        display: none;
        background-color: #0C0C0C;
    }
    .product-detail-page{
    }

}

.baoliao_content2 {
    float: left;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f1f1f1;
    background-color:#FFFFFF;
    cursor:pointer;
}
.baoliao_content2 .bl_img {
    float: left;
    margin: 5px 0px 5px 0px;
    width: 62.5px;
}
.baoliao_content2 .bl_img img {
    border-radius: 5px;
    position:relative;
    width: 60px;
}
.baoliao_content2:hover{
    background-color: rgba(0, 0, 0, 0.075);
}

.baoliao_content2 .bl_right {
    float: left;
    margin: 5px 0px 5px 5px;
    width: calc(100% - 70px);
}

.baoliao_content2 .bl_left {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 75%;
}
.baoliao_content2 .bl_title {
    font-size: 13px;
    width: 100%;
    min-height: 30px;
    color: #555555;
}