﻿.noticefixed{
    position:fixed;background-color:#fff;border-top:1px solid #eee;bottom:0px;right:0px;left:0px;overflow:hidden; text-align:center;
    -moz-box-shadow:2px 2px 15px #ccc; -webkit-box-shadow:2px 2px 15px #ccc; box-shadow:2px 2px 15px #ccc;padding:5px 10px;
}
.noticefixed-pop {

}
    .noticefixed-pop + div {
        position:fixed;
        padding:0px;
        width:400px;
        border:10px solid #eee;
        border-radius:15px;
        bottom:40px;
        background-color:#fff;
        margin-left:-150px;
        -moz-box-shadow:2px 2px 15px #ccc; -webkit-box-shadow:2px 2px 15px #ccc; box-shadow:2px 2px 15px #ccc;
    }
        .noticefixed-pop + div:after {
            content: '';
            position: fixed;
            height: 15px;
            width: 15px;
            background-color: #eee;
            border-right:1px solid #E3E3E3;
            border-bottom:1px solid #E3E3E3;
            bottom:32px;
            transform:rotate(45deg);
        }
        .noticefixed-pop + div > div:first-child {
            background-color:#eee;width:100%;font-size:12px;line-height:10px;text-align:right;height:20px;
        }
        .noticefixed-pop + div > div:last-child{
            max-height:500px;
            min-height:100px;
            line-height:18px;
            overflow-y:auto;
            font-size:12px;
            text-align:left;
            padding:10px;
            text-indent:20px;
        }
.poptip {
    cursor:pointer;
}
.shop-head-title {    
    text-align:center;
    padding:20px;
}
    .shop-head-title div {
        letter-spacing:10px;
        font-size:18px;
        font-weight:500;
        color:#222;
        margin:5px;
        text-align:center;
        width:180px;
    }
     .shop-head-title  a{
         color:#fff;
         padding:5px;
         border-radius:5px;
         width:150px;
     }
.shopcenter-topmenu li a{
    min-width:120px;
    background-color:#eee;
    border:0px;
    font-size:16px;
    font-weight:600;
    color:#444;
    font-family:'Microsoft YaHei';
    letter-spacing:5px;
}
    .shopcenter-topmenu li a:not([href]) {
        color:#888 !important;
    }
.shopcenter-menuactive{
    background-color:#FF002E !important;
    color:#fff !important;
}
.leftmenu li {
    font-size: 12px;
    margin:0px 5px;
    border-bottom: 1px dashed #ccc;
    letter-spacing: 2px;
    line-height:25px;
}
.leftmenu .panel-heading{
    background-color:#E6E6E6;
    letter-spacing:5px;
    padding:5px 15px;
}
.leftmenu .panel-title {
    font-size:15px;
}
    .leftmenu .panel-title a {
        color:#FF4084;
    }
    .leftmenu .panel-body {
        padding:5px;
    }
    .leftmenu .panel-body li{
        color:lightgray;
    }
.right-body {
    padding-right:0px;
}
.shopcenter-logo img {
    border:1px solid #ddd;
    height:160px;
    width:160px;
    margin:15px;
    border-radius:100%;
    overflow:hidden;
}
.shopcenter-state1>li {
    margin-left:15px;
    font-size:18px;
    color:#000;
    letter-spacing:2px;
    text-align:center;
}
.shopcenter-state1 div{
    width:100%;
    text-align:center;
}
.shopsenter-state2 {
    padding:10px 40px;
    background-color:#eee;
    color:#FF002E;
    border-radius:5px;
    font-size:18px;
    letter-spacing:2px;
    width:160px;
    text-align:center;
}
.shopcenter-btn-refresh {
    border:1px solid #ddd;
    border-radius:30px;
    background-color:transparent;
    padding:0px 10px;
    color:#FF002E;
    margin-right:100px;
}
.shopcenter-data li{
    line-height:25px;
    padding:3px 10px;
}
.shopcenter-body{
    margin-top:20px;
    padding:20px 40px;
    line-height:30px;
}
.shopcenter-body li{
    min-width:200px;
}
.shopcenter-body-line{
    border-bottom:1px dashed #ddd;
}
.shopcenter-bg{
     background-color:#FBFBFB;
}
.shopindexsetting-panel-head {
    cursor:pointer;
}
.shopindexsetting-panel-head-rate{
    transition-duration:.2s;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.shopindexsetting-panel img{
    cursor:pointer;
    width:100%;
    height:230px;
}
.shopindexsetting-panel .col-xs-3{
    padding-top:5px;padding-bottom:5px;
}
.shopindexsetting-panel .col-xs-3:hover img{
    border:1px solid #FAFAFA;
    box-shadow:2px 2px 10px #E6E6E6;
    -moz-box-shadow:2px 2px 10px #E6E6E6;
    -webkit-box-shadow:2px 2px 10px #E6E6E6;
}

/*店铺简单信息悬浮显示*/
.ShopDetailShow {
    position:relative;
}
.ShopDetailShow:hover > div {
    display:initial;
}
.ShopDetailShow > div {
    position: absolute;
    z-index:1;
    width:500px;
    background-color:#F5F5F5;
    padding:10px;
    border:5px solid #5CC0DE;
    border-radius:5px;
    display:none;
    line-height:25px;
    top:0px;    
}
    .ShopDetailShow > div.show-on-right {
        margin-left:15px;margin-top:0px;
        left:80%;
    }
        .ShopDetailShow > div.show-on-right:before {
            position: absolute;
            height: 15px;
            width: 15px;
            top:5px;
            background-color: #F5F5F5;
            left: -11px;
            border-left: 5px solid #5CC0DE;
            border-top: 5px solid #5CC0DE;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }
        .ShopDetailShow > div.show-on-left {
        margin-right:15px;
        right:90%;
    }
        .ShopDetailShow > div.show-on-left:after {
            position: absolute;
            height: 15px;
            width: 15px;
            background-color: #F5F5F5;
            right: -11px;
            top:5px;
            border-right: 5px solid #5CC0DE;
            border-bottom: 5px solid #5CC0DE;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }
/*-----*/

.img-tooltip div {
    display:none;
    border:10px solid #E6E6E6;
    border-radius:10px;
    width:450px;
    height:450px;
    text-align:center;
    background-color:#fff;
}
.img-tooltip:hover div {
    display:initial;    
    position:absolute;
    z-index:1;
    margin-top:-200px;
    margin-left:10px;
}
    .img-tooltip:hover div:before {
        content:'';
        width:0px;
        height:0px;
        position:absolute;
        border-left:0px solid transparent;
        border-right:10px solid #E6E6E6;
        border-bottom:10px solid transparent;
        border-top:10px solid transparent;
        margin-left:-20px;
        margin-top:200px;
        z-index:2;
    }