@charset "utf-8";
@charset "utf-8";
/* CSS Document */
.active-body {
    background-color: #fff1e7;
}
.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: #dc5706;
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: #a5263b;
}
.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 #fff1e7;
    margin: 10px 0 5px 10px;
    z-index: 0;
    transition: 0.3s;
}
.active-list-title {
    border: 1px solid #fff1e7;
    padding: 30px;
	height: 44px
}
.active-list li:hover {
    border-color: #b89b8b;
}

.active-nav li a {
    color: #fff;
    border-bottom: 4px solid #dc5706;
    font-size: 20px;
    padding: 10px 1px 10px;
    margin:0 -20px 10px -15px;
}
.active-nav li a:hover, .active-nav li a.active {
    border-color: #ffb178;
    color: #ffb178;
}
.active-list .goods-discount em {
    font-size: 20px;
}
.active-list .goods-discount {
position: absolute;
text-align: center;
color: #fff;
width:66px;
height:100px;
font-size: 14px;
padding-top:12px;
background: url("https://uidesign.rglcdn.com/RG/email/20171102_1274/66.png") no-repeat 0 0;
left: 10px;
font-weight: bold;
top: 10px;
z-index: 10;
}
.active-list li:hover {
    -webkit-transform: translate(0,-5px);
}
.active-list .goods-buy a {background: #4c1d00;}
/* CSS Document */

