﻿.big {
    clear: both;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
            /*color: #666;*/
        }

    .big strong {
        font-weight: bold;
    }
/* 面包屑 */
.location p {
    width: 100%;
    line-height: 19px;
    margin: 11px auto;
    font-size: 14px;
}

.content {
    width: 96%;
    margin: 0px auto;
    /*padding: 1% 2%;*/
    margin-top: 20px;
}

    .content img, .content iframe {
        max-width: 100%;
    }

    .content a {
        text-decoration: underline;
        color: #0000EE;
    }

.blogtag {
    clear: both;
    width: 96%;
    margin: 0px auto;
    margin-top: 12px;
}

    .blogtag a {
        display: inline-block;
        padding: 0px 5px;
        line-height: 20px;
        margin-right: 5px;
        border: 1px solid #000;
        cursor: pointer;
    }

.headline {
    clear: both;
    width: 96%;
    margin: 0px auto;
}

    .headline .title {
        text-align: center;
        /*line-height: 36px;*/
        font-size: 25px;
        margin: 20px 0px 10px;
    }



.social-share .social-share-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 36px;
    margin: 4px;
}

.social-share .comment {
    /*background: url(../imgs/icon/comment.png) no-repeat;*/
}

.social-share .glgood {
    background: url(../imgs/icon/good.png) no-repeat;
}

.social-share .facebook {
    background: url(../imgs/icon/Facebook_hover.png) no-repeat;
}

.social-share .icon-google {
    background: url(../imgs/icon/Google_hover.png) no-repeat;
}

.social-share .twitter {
    background: url(../imgs/icon/twitter.png) no-repeat;
}

.social-share .tumblr {
    background: url(../imgs/icon/tumblr.png) no-repeat;
}

.social-share .whatsapp {
    background: url(../imgs/icon/whatsapp.png) no-repeat;
}

.social-share .line {
    background: url(../imgs/icon/line.png) no-repeat;
}

.social-share .copylink {
    background: url(../imgs/icon/link.png) no-repeat;
}

.share a {
    vertical-align: middle;
    line-height: 36px;
}

    .share a.icon {
        width: 24px;
        height: 24px;
        border: none;
        color: none;
        margin: 4px;
        display: inline-block;
    }

.share .facebook {
    background: url(../imgs/icon/Facebook_hover.png) no-repeat;
}

.share .icon-twitter {
    background: url(../imgs/icon/twitter.png) no-repeat;
}

.opera {
    clear: both;
    width: 96%;
    margin: 0px auto;
}

    .opera span {
        line-height: 36px;
    }

        .opera span:first-child {
            float: left;
        }

            .opera span:first-child a {
                color: #666;
            }

            .opera span:first-child img {
                width: 24px;
                position: relative;
                top: -1px;
            }

            .opera span:first-child a:not(:first-child) {
                cursor: pointer;
            }

        .opera span:last-child {
            float: right;
        }

.appendcontent table {
    margin: auto !important;
}

.goods {
    clear: both;
}

    .goods a {
        color: #666;
    }

.page {
    border-top: 1px solid #e6e6e6;
}

#page {
    float: right;
}

.comment .explain {
    margin-bottom: 10px;
}

    .comment .explain p {
        line-height: 30px;
        font-size: 17px;
    }

    .comment .explain ul {
        padding-left: 57px;
    }

        .comment .explain ul li {
            line-height: 23px;
            list-style-type: disc;
            text-indent: -6px;
        }
/*未登錄評論*/
.comment_nologin {
    width: 100%;
    line-height: 50px;
    background: #000;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    display: none;
    font-size: 14px;
}

    .comment_nologin a {
        margin: 0px 8px;
        cursor: pointer;
    }
/*評論*/
.comment {
    clear: both;
    width: 96%;
    margin: 0px auto;
    margin-top: 20px;
    /*padding: 1% 2%;*/
}


.comment_box textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    /*border-radius: 4px;*/
}

.comment_box {
    /*margin-top: 20px;*/
}

    .comment_box p a {
        font-size: 18px;
    }

    .comment_box p.tips {
        color: red;
    }

    .comment_box button {
        padding: 0px 30px;
        /*border-radius: 4px;*/
        line-height: 30px;
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-right: 10px;
    }

        .comment_box button.noget {
            background: #ccc;
            border: 1px solid #ccc;
        }

.comment_text .comment_list {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .comment_text .comment_list .left {
        float: left;
        margin-right: 3%;
        width: 48px;
    }

        .comment_text .comment_list .left .photo {
            overflow: hidden;
            border-radius: 100%;
            position: relative;
            /*height:48px;*/
        }

        .comment_text .comment_list .left img {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
        }

    .comment_text .comment_list .right {
        width: 80%;
        float: left;
    }

        .comment_text .comment_list .right p:first-child {
            /*margin-top: 10px;*/
            margin-bottom: 10px;
            font-size: 17px;
        }

        .comment_text .comment_list .right p {
            line-height: 25px;
            word-wrap: break-word;
            word-break: normal;
        }

            .comment_text .comment_list .right p img {
                width: 66px;
                margin-right: 10px;
            }

            .comment_text .comment_list .right p a {
                margin-right: 10px;
                margin-left: 10px;
                font-size: 15px;
                color: #666;
            }
/*.comment_text .comment_list {
    width: 100%;
    margin-bottom: 20px;
}

    .comment_text .comment_list .left {
        width: 4%;
        float: left;
    }

        .comment_text .comment_list .left .photo {
            overflow: hidden;
            border-radius: 100%;
            position: relative;
        }

        .comment_text .comment_list .left img {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }

    .comment_text .comment_list .right {
        width: 80%;
        padding-left: 10px;
        float: left;
    }

        .comment_text .comment_list .right p:first-child {
            color: #333;
        }

        .comment_text .comment_list .right p {
            line-height: 25px;
        }

            .comment_text .comment_list .right p a {
                font-size: 12px;
                color: #999;
            }*/
/*分页*/
#layuipage {
    float: right;
}

.layui-laypage a:hover {
    color: #333;
}

.tuijian {
    width: 96%;
    margin: 0px auto;
    display: none;
    clear: both;
    margin-top: 20px;
}

.htitle {
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

    .htitle span {
        display: inline-block;
        position: relative;
    }

        .htitle span:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            content: "";
            /*border-bottom: 2px solid #e97a8f;*/
        }

.good {
    margin-top: 20px;
}

    .good .goodslist {
        width: 25%;
        padding: 1%;
        padding-top: 0px;
    }

.goods img {
    width: 100%;
}

.goods .prod-name {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goods .prod-price {
    font-size: 16px;
    color: #000;
}

    .goods .prod-price s {
        font-size: 14px;
    }

    .goods .prod-price span:first-child {
        font-weight: bold;
    }

@media only all and (max-width:1023px) {
    .location p {
        padding: 0 15px;
    }

    .comment_text .comment_list .left {
        width: 10%;
    }

    .comment_text .comment_list .right {
        width: 87%;
    }

        .comment_text .comment_list .right p:first-child {
            line-height: 25px;
        }

    .content {
        margin-top: 40px;
    }

    .goods .item {
        width: 50%;
    }

    .w .good .goodslist {
        width: 50%;
    }

    .headline .social-share {
        top: 36px;
    }

    .headline .title {
        margin: 10px 0px;
    }

    .opera span:first-child, .opera span:last-child {
        float: none;
    }
}

@media (min-width: 1200px) {
    /*.goods .item {
        float: left;
        width: 25%;
        padding: 1%;
        padding-top: 0px;
        margin-top: 20px;
    }

        .goods .item:nth-child(4n) {
            margin-right: 0;
        }

    .goods a {
        display: block;
        width: 100%;
    }

    .goods img {
        width: 100%;
        display: block;
    }

    .goods .prod-name {
        height: 37px;
        font-size: 13px;
        margin-top: 17px;
    }

    .goods .prod-price {
        padding-top: 10px;
        font-size: 16px;
    }

        .goods .prod-price span:first-child {
            font-weight: bold;
        }*/
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
    /*.location {
        padding-left: 12px;
    }

    .goods {
        padding: 0 12px;
    }

        .goods .item {
            float: left;
            width: 239px;
            margin-right: 14px;
            padding-bottom: 20px;
        }

            .goods .item:nth-child(4n) {
                margin-right: 0;
            }

        .goods a {
            display: block;
            width: 100%;
        }

        .goods img {
            width: 100%;
            display: block;
            width: 100%;
        }

        .goods .prod-name {
            font-size: 12px;
            margin-top: 12px;
            line-height: 14px;
            height: 28px;
            padding: 0 5px;
        }

        .goods .prod-price {
            padding: 3px 5px 0;
            font-size: 12px;
        }

            .goods .prod-price span:first-child {
                font-weight: bold;
            }*/
}

@media (max-width: 1022px) {
    /*.location {
        padding-left: 8px;
    }

    .goods {
        padding: 0 8px;
    }

        .goods .item {
            float: left;
            width: 49%;
            margin-right: 6px;
            padding-bottom: 18px;
        }

            .goods .item:nth-child(2n) {
                margin-right: 0;
            }

        .goods a {
            display: block;
            width: 100%;
        }

        .goods img {
            width: 100%;
            display: block;
        }

        .goods .prod-name {
            height: 26px;
            font-size: 12px;
            margin-top: 6px;
            line-height: 13px;
        }

        .goods .prod-price {
            padding-top: 2px;
            font-size: 2px;
        }

            .goods .prod-price span:first-child {
                font-weight: bold;
            }*/
}
