.content {
    float: left;
    width: 100%;
    padding-bottom: 56px;
}
/*详情说明*/
.product-d {
    position: relative;
    background-color: #fff;
    margin-top: -48px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.introduce-d .mod-info p {
    line-height: 1.8em;
    margin-bottom: 1em;
}

.introduce-d .mod-info img {
    margin-bottom: 10px;
}

.mod {
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}

    .mod .mod-title {
        padding: 5px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: left;
        text-indent: .5em;
        border-bottom: 1px solid #ddd;
        border-left: 4px solid #0091ff;
    }

    /*商家介绍*/
    .mod .mod-info {
        padding: 10px 15px;
    }

        .mod .mod-info strong {
            font-size: 13px;
            color: #333;
        }

        .mod .mod-info p {
            text-align: left;
        }

        .mod .mod-info img {
            max-width: 100%;
        }

        .mod .mod-info embed {
            max-width: 100%;
        }

    .mod .mod-explain {
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
        word-break: break-all;
    }


.back {
    cursor: pointer;
    font-weight: normal;
    border: 1px #CDCDCD solid;
    padding: 2px 4px;
}

.tag {
    float: left;
    width: 100%;
    background: #fff;
    border: solid 1px #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

    .tag .tag-header p {
        text-indent: 10px;
        padding: 5px 0px;
    }

.book-box {
    float: left;
    width: 100%;
}

    .book-box .list {
        float: left;
        width: 100%;
    }
/*场馆门票*/
.tickets .tag-header p {
    border-left: 5px #9682FD solid;
}

/*训练培训*/
.training .tag-header p {
    border-left: 5px #0091FF solid;
}
/*体育用品*/
.goods .tag-header p {
    border-left: 5px #AAAAAA solid;
}

/*场馆预订*/
.book {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 3px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
}

    .book .tag-header p {
        border-left: 5px #80c269 solid;
        text-indent: 10px;
        padding: 5px 0px;
    }

.item .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.item .address {
    position: relative;
    padding-left: 25px;
}

    .item .address:before {
        content: " ";
        position: absolute;
        left: 0;
        width: 20px;
        height: 25px;
        background: url("/css/images/icon.png") -35px -75px no-repeat;
        background-size: 400%;
    }

.item .text {
    font-size: 13px;
}

.item .info .book {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #015ca1;
    border-radius: 5px;
    background: #0091ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .item .info .book:hover, .item .info .book:active {
        background: #007edf;
    }

.item {
    width: 50%;
    float: left;
}

    .item .info {
        margin: 4px;
        background: #fff;
        border: 4px solid #fff;
        box-shadow: 0 0 1px #bfbfbf;
        position: relative;
    }

        .item .info .photo img {
            width: 100%;
            height: 275px;
        }

        .item .info .title {
            position: absolute;
            top: -4px;
            left: -4px;
            right: -4px;
            height: 40px;
            line-height: 40px;
            display: block;
            background: #fff;
            text-align: left;
            text-indent: 1em;
        }

    .item .address {
        position: absolute;
        bottom: 96px;
        left: 0;
        right: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #ddd;
        text-align: left;
        background-color: rgba(0,0,0,0.75);
    }

    .item .info .text {
        padding: 5px;
        text-align: left;
        font-size: 13px;
    }

    .item .info .book {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
/*商品样式*/
.coupon {
    float: left;
    width: 50%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

    .coupon .photo {
        padding: 6px;
    }

        .coupon .photo img {
            width: 100%;
            height: 280px;
        }

.info {
    position: relative;
    text-align: left;
}

    .info .text {
        position: relative;
        padding: 0 10px;
        margin: 7px 0 3px 0;
    }

        .info .text .seller {
            position: relative;
            margin-left: 2.6em;
        }

            .info .text .seller:before {
                content: "商家";
                position: absolute;
                left: -2.6em;
                width: 2.4em;
                color: #fff;
                background: #aaa;
                text-align: center;
            }

        .info .text .goods {
            position: absolute;
            top: -49px;
            left: 6px;
            right: 6px;
            line-height: 36px;
            background: #000;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-indent: 5px;
            opacity: .65;
        }

        .info .text .day {
            color: #eb6100;
            position: relative;
            margin-left: 1.5em;
        }

            .info .text .day:before {
                content: " ";
                position: absolute;
                left: -20px;
                width: 20px;
                height: 30px;
                background: url("/css/images/icon.png") 0 -73px;
                background-size: 400%;
            }

.price p {
    display: inline-block;
}

.price {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 0;
}

    .price .price-now {
        font-size: 28px;
        color: #eb6100;
    }

    .price .price-past {
        text-decoration: line-through;
    }

/*自适应屏幕宽度小于等于640像素*/
@media screen and (max-width: 640px) {
    .item {
        width: 100%;
        float: left;
    }

        .item .info {
            margin-left: 0;
            margin-right: 0;
            text-align: left;
        }

            .item .info .title {
                border-bottom: 1px solid #ddd;
            }

            .item .info .text {
                position: absolute;
                top: 40px;
                left: 250px;
                padding: 5px;
            }

            .item .info .photo img {
                width: 50%;
                max-width: 240px;
                height: auto;
                min-height: 180px;
                max-height: 200px;
            }

        .item .address {
            bottom: 0;
            right: 50%;
            max-width: 240px;
        }

    .coupon .photo {
        padding: 3px;
    }

        .coupon .photo img {
            width: 100%;
            height: 180px;
        }

    .info .text {
        font-size: 13px;
    }

        .info .text .goods {
            left: 3px;
            right: 3px;
            top: -46px;
        }
}

/*自适应屏幕宽度小于等于480像素*/
@media screen and (max-width: 480px) {
    .item .info .title {
        border-bottom: none;
    }

    .item .info .photo img {
        width: 100%;
        max-width: none;
        min-height: 150px;
        max-height: 200px;
    }

    .item .address {
        bottom: 98px;
        right: 0;
        max-width: none;
    }

    .item .info .text {
        position: static;
    }

    .coupon {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 5px;
    }

        .coupon .photo {
            float: left;
            width: 120px;
            height: 90px;
            overflow: hidden;
            padding: 0;
        }

            .coupon .photo img {
                height: auto;
            }

        .coupon .info {
            margin-left: 125px;
        }

            .coupon .info .text {
                margin: 0;
                padding: 0;
                font-size: 12px;
            }

                .coupon .info .text :nth-child(3), .coupon .info .text :nth-child(4) {
                    display: none;
                }

        .coupon .photo img {
            width: 100%;
        }

    .info .text .goods {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        color: #000000;
        background: none;
        text-indent: 0;
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .price {
        position: relative;
        right: 0;
        bottom: 0;
    }

        .price .price-now {
            font-size: 20px;
        }
}
