﻿.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    float: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.border-b5 {
    border-bottom: 5px solid #f5f5f5;
}

.pad-top {
    padding: 7px 10px 5px;
}

.coca-info {
    padding-bottom: 5px;
}

.coca-price {
    border-bottom: 1px dashed #ddd;
    line-height: 15px;
    overflow: hidden;
    margin-top: 5px;
}

.flash-price {
    color: #e62889;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
}

.old-price {
    display: inline-block;
    color: #788188;
    text-decoration: line-through;
    font-size: 12px;
}

.sales-warp {
    font-size: 12px;
    color: #666;
}

.free-wrap {
    width: 100%;
    height: 40px;
    color: #666;
}

    .free-wrap .fl-l span {
        position: relative;
        margin-left: 5px;
    }

        .free-wrap .fl-l span:before, .free-wrap .fl-l span:after {
            content: '';
            width: 1px;
            height: 9px;
            background: #555;
            border-radius: 5px;
            position: absolute;
            top: 6px;
        }

        .free-wrap .fl-l span:before {
            -ms-transform: rotateZ(-40deg);
            -moz-transform: rotateZ(-40deg);
            -webkit-transform: rotateZ(-40deg);
            -o-transform: rotateZ(-40deg);
            transform: rotateZ(-40deg);
            right: -8px;
        }

        .free-wrap .fl-l span:after {
            -ms-transform: rotateZ(40deg);
            -moz-transform: rotateZ(40deg);
            -webkit-transform: rotateZ(40deg);
            -o-transform: rotateZ(40deg);
            transform: rotateZ(40deg);
            right: -13px;
        }

.coca-promotion {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
}

.shopee-icon {
    color: #000;
    stroke: currentColor;
    width: 16px;
    height: 21px;
    vertical-align: middle;
}

.coca_share a {
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3;
    color: #666;
    line-height: 12px;
    font-size: 12px;
    border-radius: 3px;
}

    .coca_share a img {
        height: 12px;
        width: auto;
    }

    .coca_share a:nth-child(1) {
        background-color: #3e59a5;
        border-color: #3e59a5;
        color: #fff;
    }

.coca_title {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.footmenu {
    background: #f9f9f9;
    padding: 20px 0;
    text-align: center;
    /*margin-top: 20px;*/
    padding-bottom: 45px;
}

    .footmenu .footmenu-list a {
        display: inline-block;
        margin: 0 10px;
        color: #5c5c5c;
        font-size: 15px;
        margin-top: 15px;
    }

    .footmenu .copyright {
        margin-top: 15px;
        font-size: 15px;
    }

        .footmenu .copyright a {
            color: #8f8f94;
        }

.buy-box {
    width: 100%;
    height: 44px;
    position: fixed;
    max-width: 640px;
    bottom: 0;
    box-shadow: 0 0 3px rgba(0,0,3,0.15);
    background: #fff;
    z-index: 999;
}

    .buy-box li {
        width: 21%;
        display: block;
        float: left;
        cursor: pointer;
        background: #00b59c;
        height: 100%;
        position: relative;
        padding: 4px 0;
        text-align: center;
        color: #fff;
        line-height: 15px;
    }

        .buy-box li:nth-child(1):after {
            content: '';
            display: block;
            width: 1px;
            height: 30px;
            background: rgba(0,0,0,0.1);
            position: absolute;
            right: 0;
            top: 7px;
        }

        .buy-box li img {
            width: 20px;
        }

        .buy-box li:last-child {
            background-color: #ee4d2d;
            width: 58%;
            font-size: 18px;
            font-weight: 600;
            line-height: 36px;
        }

            .buy-box li:last-child img {
                display: inline-block;
                width: 16px;
                vertical-align: middle;
                margin-left: 5px;
            }

#goTop {
    position: fixed;
    bottom: 140px;
    cursor: pointer;
    right: 15px;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 1;
    opacity: 0.8;
    color: #999;
    background: url(http://www.ruidj.cf/tg/tw/gjy/005/images/backtop_03.png) no-repeat;
    background-size: 25px;
}

.coca_freight_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 640px;
    background-color: rgba(0,0,0,.3);
    display: none;
    z-index: 99999;
}

.coca_freight_show {
    display: block;
}

.coca_freight {
    width: 100%;
    height: 50%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    max-width: 640px;
}

.free-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.free-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

    .free-box li {
        overflow: hidden;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

.free-container {
    color: #333;
}

.free-type {
    font-size: 12px;
    color: #333;
}

.free-button {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .free-button span {
        width: 100%;
        text-align: center;
        line-height: 35px;
        background: #e62889;
        color: #fff;
        border-radius: 4px;
        border: 1px solid #c10a68;
        display: inline-block;
    }

@media screen and (max-width: 640px) {
    .footmenu .footmenu-list a {
        display: block;
    }
}

/*#detial-table , */
.footer-img {
    display: none;
}
