@charset "utf-8";
/* CSS Document */
.active-body {
    background-color: #be0625;
}
.active-banner-bg {
    height: 638px;
}
.active-banner {
    height: 638px;
}
.active-banner img {
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    height: auto;
}
.active-nav {
background-color: #017c55;
margin-top: -20px;
padding-top: 12px;
}
.active-list-title a {
    margin: 18px auto;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}
.active-list .shop-price {
    color: #ef1414;
}
.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: 0px solid #fbf5f0;
    padding: 30px;
	height: 44px
}
.active-list li:hover {
    border-color: #b78122;
}
.active-body {
    position: relative;
    padding-bottom: 60px;
    background-color: #ae062b;
    background: url(https://uidesign.rglcdn.com/RG/image/promotion/20171222_1902/aa_BFBDjAHDaBa.jpg) no-repeat;
    background-attachment: fixed;
    background-position: 0 -300px;
}

.active-nav li a {
    color: #fff;
    border-bottom: 4px solid #017c55;
	font-size: 20px;
    padding: 10px 1px 10px;
    margin:0 -20px 10px -15px;
}
.active-nav li a:hover, .active-nav li a.active {
    border-color: #fee13e;
    color: #fee13e;
}
.active-list .goods-discount em {
    font-size: 20px;
}
.active-list .goods-discount {position: absolute;text-align: center;color: #fff;width:66px;height:66px;font-size: 14px;padding-top: 18px;background: url("https://uidesign.rglcdn.com/RG/image/promotion/20171222_1902/offa.png") no-repeat 0 0;left: 210px;font-weight: bold;top: 0px;z-index: 10;}
.active-list li:hover {
    -webkit-transform: translate(0,-5px);
}
.active-list .goods-buy a {
background: #be0625;
}
