﻿body {
}


.chanpin_content {
    width: 90%;
    padding: 5%;
    background-color: #FFF;
    font-size: 1.3rem;
    color: #777777;
}

    .chanpin_content img {
        width: 100%;
    }


.scfoot {
    width: 100%;
    min-height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 600;
    /*background-color: #d4141e;*/
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    color: #911d22;
}

    .scfoot dl {
        width: 100%;
        float: left;
    }

    .scfoot dd {
        min-height: 3rem;
        line-height: 3rem;
        float: left;
        text-align: center;
    }

.s-lmnb {
    float: left;
    position: absolute;
    top: 0px;
    left: 4rem;
    color: #FFF;
    background: url(../images/kkl_03.png);
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 1px 0 0 0;
    z-index: 999;
    line-height: 16px;
    margin-top: 0.5rem;
    background-color:red;
}