@charset "utf-8";
/* CSS Document */
.footer{ margin-top:0px!important;}
/*网红评选*/
.sg-bg1{background: url(../images/sg-bg1.jpg) top center;height:80px}
.sg-bg2{background: url(../images/sg-bg2.jpg) top center;height:394px}
.sg-bg3{background: url(../images/sg-bg3.jpg) top center;height:302px}
.sg-bg4{background: url(../images/sg-bg4.jpg) top center;height:246px}
.sg-bg5{background: url(../images/sg-bg5.jpg) top center;height:270px}
.sg-cont{background: url(../images/sg-contbg.jpg) top center; padding-top:25px; padding-bottom:125px;}
.sg-list{ width:990px; margin:0 auto; background:#eb6877; margin-top:25px;}
.sg-list li{ float:left; width:184px; height:402px; margin:7px; background:#fff; position:relative;} 
.sg-list li .bor{ position:absolute; left:0px; top:0px; width:174px; height:314px; border:5px solid #fff; display:none;}
.sg-list li:hover .bor{display:block;}
.sg-list li .img{ width:184px; height:324px; overflow:hidden;}
.sg-list li img{ 
    width:184px; 
    height:324px; 
    display:block;
    -moz-transition:all 0.5s ease 0s; 
    -ms-transition:all 0.5s ease 0s; 
    -webkit-transition:all 0.5s ease 0s; 
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.sg-list li:hover img{ 
    -moz-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    transform:scale(1.05,1.05);
}
.sg-list li p{ height:28px; line-height:25px; margin:0 auto; font-size:18px; font-weight:bold; text-align:center;}
.sg-list li .vote{ width:144px; cursor:pointer; margin-top:10px; color:#f50f96; border:1px solid #e4007f;}
.sg-list li:hover .vote{ color:#fff; border:1px solid #e4007f; background:#e4007f;}
.sg-list li .voted{ width:144px; cursor:default; margin-top:10px; color:#757575; border:1px solid #959595;}
.sg-list li .p-num { color:#989898; margin-top:5px;}
.sg-list li .p-num i{ display:inline-block; vertical-align:top; width:38px; height:26px; background:url(../images/sg-chun.jpg) no-repeat;}
.sg-list li .p-num b{ color:#ea1429; padding:0 10px 0 5px;}
