@charset "utf-8";
/* CSS Document */
.active-body {
    background-color: #fff5f2;
}
.active-banner-bg {
    height: 500px;
}
.active-banner {
    height: 500px;
}
.active-banner img {
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    height: auto;
}
.active-nav {
background-color: #aa3d41;
margin-top: -10px;
padding-top: 12px;
}
.active-list-title a {
    margin: 18px auto;
    font-size: 36px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;

}
.active-list .shop-price {
    color: #aa3d41;
}
.active-list .goods-time b {
	color:#ff66ff
}
.active-list-title a:hover {
    font-size: 42px;
}
.active-list li {
    background: #fff;
    width: 246px;
    height: auto;
    float: left;
    border: 1px solid #fff5f2;
    margin: 10px 0 5px 10px;
    z-index: 0;
    transition: 0.3s;
}
.active-list-title {
    border: 1px solid #fff5f2;
    padding: 30px;
	height: 44px
}
.active-list li:hover {
    border-color: #e19ea0;
}

.active-nav li a {
    color: #fff;
    border-bottom: 4px solid #aa3d41;
	font-size: 20px;
    padding: 10px 1px 10px;
    margin:0 -20px 10px -15px;
}
.active-nav li a:hover, .active-nav li a.active {
    border-color: #42271c;
    color: #42271c;
}
.active-list .goods-discount em {
    font-size: 20px;
}
.active-list .goods-discount {
position: absolute;
text-align: center;
color: #fff5f2;
width:64px;
height:64px;
font-size: 14px;
padding-top: 10px;
background: url("https://uidesign.rglcdn.com/RG/image/promotion/20170918_849/off.png") no-repeat 0 0;
left: 10px;
font-weight: bold;
top: 0px;
z-index: 10;
}
.active-list li:hover {
    -webkit-transform: translate(0,-5px);
}
.active-list .goods-buy a {
background: #42271c;
}
