﻿.store_list {
    width: 1200px;
    margin: 15px auto;
    margin-top: 15px;
    border-radius: 0px;
    background: #fff;
    padding-top: 30px;
    border: 1px solid #ebebeb;
}

    .store_list li {
        width: 33.33%;
        text-align: center;
        float: left;
        margin-bottom: 30px;
    }

        .store_list li .items {
            display: inline-block;
            text-align: center;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
            padding-bottom: 10px;
            width: 90%;
        }

            .store_list li .items .hd_img {
                border: 2px solid #f5f5f5;
                width: 356px;
                height: 225px;
                overflow: hidden;
                position: relative;
            }

                .store_list li .items .hd_img a {
                    display: block;
                    height: 345px;
                    overflow: hidden;
                }

                    .store_list li .items .hd_img a img {
                        display: inline;
                        width: 100%;
                        height: 100%;
                    }

                .store_list li .items .hd_img .sub {
                    position: absolute;
                    left: 0px;
                    right: 0px;
                    bottom: 0px;
                    text-align: center;
                    background: rgba(0,0,0,0.5);
                    color: #fff;
                    line-height: 35px;
                    display: none;
                    cursor: pointer;
                    z-index: 9;
                }

                    .store_list li .items .hd_img .sub label {
                        cursor: pointer;
                    }

                    .store_list li .items .hd_img .sub i.icon {
                        display: inline-block;
                        width: 21px;
                        height: 18px;
                        vertical-align: middle;
                        margin-right: 4px;
                    }

            .store_list li .items .desc {
                text-align: left;
                padding-left: 20px;
                padding-top: 10px;
            }

                .store_list li .items .desc p {
                    color: #888;
                }

                .store_list li .items .desc h4 {
                    color: #000;
                    font-size: 18px;
                    font-weight: 700;
                }

        .store_list li:hover .items .desc h4 {
            color: #f00;
        }



.store_detail_top {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px 30px;
}


.store_detail_user {
    width: 450px;
    float: left;
    overflow: hidden;
}

    .store_detail_user .hd {
        padding-top: 10px;
        width: 330px;
        overflow: hidden;
        height: 75px;
        position: relative;
    }

        .store_detail_user .hd ul li {
            width: 75px;
            height: 75px;
            float: left;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #ebebeb;
            padding: 5px;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align: center;
            cursor: pointer;
        }

        .store_detail_user .hd ul li {
            cursor: url("../images/cur_big.png"),auto;
        }

            .store_detail_user .hd ul li img {
                max-width: 100%;
                max-height: 100%;
            }

                .store_detail_user .hd ul li img.line {
                    height: 75px;
                    width: 1px;
                    margin-left: -1px;
                }

        .store_detail_user .hd .tips {
            position: absolute;
            left: 0px;
            top: 10px;
            right: 0px;
            bottom: 0px;
            text-indent: 8px;
            z-index: 2;
            background: rgba(255,255,255,0.95);
            color: #333;
            line-height: 75px;
        }

            .store_detail_user .hd .tips a {
                color: #14b5a0;
            }

        .store_detail_user .hd .no_photo {
            position: absolute;
            left: 0px;
            top: 10px;
            right: 0px;
            bottom: 0px;
            text-indent: 8px;
            z-index: 2;
            background: rgba(255,255,255,0.95);
            color: #333;
            line-height: 75px;
        }

            .store_detail_user .hd .no_photo span {
                color: #14b5a0;
                cursor: pointer;
                text-decoration: underline;
            }

    .store_detail_user .bd {
        position: relative;
    }



        .store_detail_user .bd ul li img {
            width: 450px;
            height: 282px;
            border-radius: 0px;
        }

/*基本信息*/
.store_detail_userinfo {
    float: right;
    width: 650px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}

    .store_detail_userinfo h3 {
        font-size: 24px;
        font-weight: normal;
        color: #333;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .store_detail_userinfo h3 span.name {
            display: inline-block;
            max-width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 24px;
            line-height: 30px;
            vertical-align: middle;
        }

        .store_detail_userinfo h3 .vip_default {
            width: 50px;
            vertical-align: middle;
        }

        .store_detail_userinfo h3 span {
            font-size: 14px;
            position: relative;
            top: -3px;
        }

            .store_detail_userinfo h3 span.info {
                font-size: 20px;
                position: relative;
                margin: 0 10px;
                color: #ff0d53;
                font-weight: 700;
            }



        .store_detail_userinfo h3 p.inotr_des {
            font-size: 14px;
            background: #f9f9f9;
            padding: 10px 15px;
            border-radius: 10px;
            border: solid 1px #e7e7e7;
        }

    .store_detail_userinfo .divinfo {
        overflow: hidden;
    }

        .store_detail_userinfo .divinfo .box {
            float: left;
            width: 100%;
            line-height: 45px;
            border-bottom: 1px dashed #ebebeb;
        }

        .store_detail_userinfo .divinfo span.items {
            color: #FF5722;
            margin-right: 10px;
            font-weight: 700;
            border: solid 1px #ffcfc0;
            padding: 5px 10px;
            border-radius: 5px;
        }


.info_content {
    padding-top: 15px;
    display: inline-block;
    background: #fff;
    width: 1200px;
}

    .info_content h1 {
        text-align: center;
        font-size: 20px;
        line-height: 70px;
        font-weight: bold;
        color: #333;
        padding-top: 10px;
        border-bottom: solid 1px #efefef;
    }

    .info_content .bd {
        font-size: 14px;
        line-height: 26px;
        padding-top: 15px;
        padding: 2% 5% 5% 5%;
        text-align: center;
    }

        .info_content .bd img {
            max-width: 100%;
        }
