/**认证**/
#tooltip {
    font-size: 16px;
    background: #fff1f1;
    border: 1px solid #ff6f6f;
    color: #de0000;
    position: absolute;
    line-height: 1;
    padding: 3px 4px;
    border-radius: 4px;
    display: none;
    z-index: 9999;
}

#tooltip::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: 10px;
    bottom: 0;
    margin: auto;
    z-index: 0;
    border: 1px solid #ff6f6f;
    width: 6px;
    height: 6px;
    background: #fff1f1;
    transform: rotate(135deg);
    border-right: transparent;
    border-top: transparent;
    border-radius: 1px;
}
/**产品详情展开收起*/
.goods_product dd {
    padding-top: 30px;
    margin-bottom: 10px;
}

.goods_product .goods_img {
    margin-bottom: 20px;
    text-align: center;
}
.goods_product .goods-img img {
    display：block；
}
.goods_product p {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    border: 0;
}

    .goods_product p span {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

.goods_product .goods_info {
    padding: 10px 30px 30px 55px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

.goods_product .top_line {
    border-top: 1px solid #F5F5F5;
}

.goods_product .zk {
    position: relative;
    overflow: hidden;
}
/*
    .goods_product .zk:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        display: block;
        width: 100%;
        height: 100px;
        background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
        background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    }*/

.product-more-btn {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-weight: 700;
}
