﻿

.store-left {
    width:270px;
    float:left;
    position:fixed;
}
    .store-left .store-inf {
        border: 2px solid #D7AE5C;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 15px 15px;
        position: relative;
        margin-top: 70px;
        text-align: center;
    }
        .store-left .store-inf .logo { 
            position: absolute;
            top: -75px;
            left: 60px;
        }
            .store-left .store-inf .logo img {
                width: 120px;
                height: 120px;
                border:15px solid #FFF;
                border-radius: 90px;
            }


        .store-left .store-inf h1 {
            color: #000;
            font-size: 18px;
            line-height: 48px;
            padding-top:60px;
            font-weight:normal;
        }
        .store-left .store-inf .level { 
        }
        .store-left .store-inf .con {
            color: #666; 
            padding:10px 0;
        }
        .store-left .store-inf .gz{
            padding:25px 0;
        }
        .store-left .store-inf .gz a.bt {
            width: 120px;
            font-size: 16px;
            text-align: center;
            color: #000;
            line-height: 27px;
            height: 27px;
            cursor: pointer;
            display: inline-block;
            background-color: #fff;
            font-family: Verdana,微软雅黑;
            border-radius: 5px;
            border: 1px solid #CCC;
        }

            .store-left .store-inf .gz a.bt:hover {
                background-color: #A47535;
                border: 1px solid #A47535;
                color: #FFF;
            }

        .store-left .store-inf .address {
            border-top:1px solid #CCC;
            padding-top:10px;
            font-size: 14px;   
            text-align:left;
            color:#999;
        }

    .store-left .count {
        border: 2px solid #D7AE5C;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 15px 15px;
        position: relative; 
        text-align: center;
    }
        .store-left .count ul { 
            margin: auto;
        }
            .store-left .count ul li {
                width: 115px;
                float: left;
                text-align: center;
                border-right: 1px solid #ccc;
            }
                .store-left .count ul li:last-child {
                    border-right: 0px solid #ccc;
                }
                .store-left .count ul li p {
                    font-size: 14px;
                    line-height: 27px;
                }
                    .store-left .count ul li p strong {
                        font-size: 24px;
                        color: #000;
                    }

.common-title {
    border-bottom: 1px solid #D7AE5C;
    margin-bottom: 10px;
    padding:0 10px;
}



.store {
    width: 800px;
    min-height:680px;
    float: right;
}

    .store .acts {
        border: 1px solid #eee;
        border-radius: 5px;
        margin-bottom: 15px;  
    }
        .store .acts .item {
            width: 240px;
            float: left;
            padding: 0 0;
            border: 1px solid #D7AE5C;
            border-radius: 5px;
            margin: 10px 11px 20px;
            text-align: center;
        }
        .store .acts .item:hover { 
            border: 1px solid #A47535; 
        }
            .store .acts .item .aimg {
                position: relative;
            }
                .store .acts .item .aimg .hjf {
                    background-color: #FFF;
                    border-top-left-radius: 5px;
                    border-bottom-right-radius: 50px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    filter: alpha(opacity=90);
                    -moz-opacity: 0.9;
                    -khtml-opacity: 0.9;
                    opacity: 0.9;
                    background-color: #F74A56; 
                    font-size: 12px;
                    padding: 5px;
                    text-align:center;
                    padding:10px;
                }
                    .store .acts .item .aimg .hjf p {
                        line-height: 21px;
                        color: #fff;
                    }
                    .store .acts .item .aimg .hjf strong {
                        padding:0 5px;
                        font-size: 24px;
                        color: #fff;
                    }
                .store .acts .item .aimg a img {
                    width: 240px;
                    height: 240px;
                    border-radius: 5px;
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                }
            .store .acts .item h2 {
                font-size: 18px;
                line-height: 32px;
                height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: normal;
                border-bottom: 1px solid #ccc;
                margin-bottom:10px;
            }
            .store .acts .item p {
                font-size: 14px;
                color:#666;
                line-height:18px;
            } 
            .store .acts .item .opat a {
                font-size: 14px;
                text-align: center;
                color: #D7AE5C;
                line-height: 27px;
                height: 27px;
                padding: 0px 15px;
                cursor: pointer;
                display: inline-block;
                border: 2px solid #D7AE5C;
                font-family: Verdana,微软雅黑;
                border-radius: 5px;
                margin: 10px 0;
            }
                .store .acts .item .opat a:hover {
                    background-color: #A47535;
                    border: 2px solid #A47535;
                    color: #FFF;
                }





    .store .pros {
        border: 1px solid #eee;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .store .pros .item {
            width: 240px;
            float: left;
            padding: 0 0;
            border: 1px solid #D7AE5C;
            border-radius: 5px;
            margin: 10px 11px 20px;
            text-align: center;
        }
            .store .pros .item:hover {
                border: 1px solid #A47535;
            }

            .store .pros .item .pimg {
                position: relative;
            }

                .store .pros .item .pimg .hjf {
                    background-color: #FFF;
                    border-top-left-radius: 5px;
                    border-bottom-right-radius: 50px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    filter: alpha(opacity=90);
                    -moz-opacity: 0.9;
                    -khtml-opacity: 0.9;
                    opacity: 0.9;
                    background-color: #F74A56;
                    font-size: 12px;
                    padding: 5px;
                    text-align: center;
                    padding: 10px;
                }

                    .store .pros .item .pimg .hjf p {
                        line-height: 21px;
                        color: #fff;
                    }

                    .store .pros .item .pimg .hjf strong {
                        padding: 0 5px;
                        font-size: 24px;
                        color: #fff;
                    }

                .store .pros .item .pimg a img {
                    width: 240px;
                    height: 240px;
                    border-radius: 5px;
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                }

            .store .pros .item h2 {
                font-size: 18px;
                line-height: 32px;
                height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: normal;
                border-bottom: 1px solid #ccc; 
            }

            .store .pros .item .rmb {
                line-height: 42px;
            }

                .store .pros .item .rmb span {
                    font-size: 24px;
                    color: #F74A56;
                }
                .store .pros .item .rmb del {
                    font-size: 14px;
                    color: #999;
                    font-weight: normal;
                }



.store_icon_approve {
    width: 14px;
    height: 12px;
    margin-left: 3px;
    vertical-align: 5px;
    background-image: url(../../images/ico-rz.png);
    background-size: 14px 12px;
    background-repeat: no-repeat;
    display: inline-block;
}

.store_icon_level {
    width: 18px;
    height: 18px; 
    background-image: url(../../images/ico-hy.png);
    background-size: 18px 18px;
    background-repeat: repeat-x;
    display: inline-block;
}
.level_1 {
    width: 18px; 
}
.level_2 {
    width: 36px;
}
.level_3 {
    width: 54px;
}

.level_4 {
    width: 72px;
}
.level_5 {
    width: 90px;
}

.level_6 {
    width: 108px;
}