@charset "utf-8";
/* CSS Document */
.active-body {
    background-color: #fff4fd;
}
.active-banner-bg {
    height: 700px;
}
.active-banner {
    height: 700px;
}
.active-banner img {
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    height: auto;
}
.active-nav {
background-color: #a039c3;
margin-top: -10px;
padding-top: 12px;
}
.active-list-title a {
    margin: 18px auto;
    font-size: 36px;
    color: #4d0055;
    text-decoration: none;
    text-transform: uppercase;

}
.active-list .shop-price {
    color: #5f0369;
}
.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 #fef5e7;
    margin: 12px 0 5px 10px;
    z-index: 0;
    transition: 0.3s;
}
.active-list-title {
    border: 1px solid #fbf5f0;
    padding: 30px;
	height: 44px
}
.active-list li:hover {
    border-color: #eebbff;
}

.active-nav li a {
    color: #fff;
    border-bottom: 4px solid #a039c3;
	font-size: 20px;
    padding: 10px 1px 10px;
    margin:0 -20px 10px -15px;
}
.active-nav li a:hover, .active-nav li a.active {
    border-color: #d97cf8;
    color: #d97cf8;
}
.active-list .goods-discount em {
    font-size: 20px;
}
.active-list .goods-discount {position: absolute;text-align: center;color: #fff;width: 64px;height: 74px;font-size: 14px;padding-top: 12px;background: url("https://uidesign.rglcdn.com/RG/image/promotion/20180112_2159/off.png") no-repeat 0 0;left: 218px;font-weight: bold;top: 7px;z-index: 10;}
.active-list li:hover {
    -webkit-transform: translate(0,-5px);
}
.active-list .goods-buy a {
background: #5f0369;
}
