.main{
	background: #e20016;
}
.ban {
    width: 100%;
}
.ban img{
	width: 100%;
}

.content{
	width: 1200px;
	margin:auto;
	padding-bottom: 30px;
}

/*红包*/
.redbox{
	background: #ffda01;
	width: 100%;
}
.redbox .redcon{
	width: 1200px;
	margin: auto;
}
.redbg{
	width: 100%;
	height: 16px;
	background: url(../images/bgred2.png);
}
.redPacket{
	width: 1200px;
}
.redPacket dl {
    float: left;
    margin: 10px 10px 10px 0;
    width: 275px;
    height: 120px;
    background: #fff;
    background-size: cover;
}
.redPacket dl dd .txt{
	width: 275px;
	height: 120px;
}
.redPacket dl dd .left {
	background-image:linear-gradient(135deg, #815ffa 10px, #4c76ff 80px);
    width: 100px;
    height: 100px;
    float: left;
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.redPacket dl dd .left img{
	position: absolute;
	right: -10px;
	top: 50px;
}
.redPacket dl dd .left span{
	font-size: 14px;
	font-weight: normal;
}
.redPacket dl dd .left p{
    font-weight: bold;
	font-size: 42px;
}
.redPacket dl dd .right {
        width: 150px;
    float: left;
    font-size: 16px;
    margin-top: 4px;
    margin-left: 14px;
    
}
.redPacket dl dd .right p{
	line-height: 30px;
	height: 30px;
    display: -webkit-box;
        overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.redPacket .redlist .usage .down{
	    color: #fff;
    background-image:linear-gradient(135deg, #815ffa 10px, #4c76ff 80px);
    height: 26px;
    line-height: 26px;
    font-size: 14px;
	width: 140px;
    margin: 10px auto 0;
    text-align: center;
	cursor: pointer;
}
.redPacket .redlist .usage .down a{
	color: #fff;
}
.redPacket .redlist .usage .use{
	   color: yellow;
    background-image:linear-gradient(135deg, #815ffa 10px, #4c76ff 80px);
    height: 26px;
    line-height: 26px;
    font-size: 14px;
	width: 140px;
    margin: 10px auto 0;
    text-align: center;
}
.redPacket .redlist .usage .use a{
	color: yellow;
}
.redPacket .redlist .usage .out{
       color: #fff;
    background:#ccc;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
	width: 140px;
    margin: 10px auto 0;
    text-align: center;
}
.redPacket .redlist .usage .out a{
	 color: #fff;
}
.redPacket .more{
	    width: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    float: right;
}
/*标题*/
.titlebox{
	width: 1200px;
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	position: relative;
}
.titlebox img{margin: 0 10px;}
.titlebox .stillmore{
	color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
/*广告*/

.adbox{
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.adbox .adcon{
	width: 598px;
	margin: 1px;
	float: left;
}

.adbox .adcon .tit{
	color: #080609;
	font-size: 24px;
	margin-bottom: 14px;
	line-height: 28px;
}
.adbox .adcon .ad1{
	float: left;
	width: 290px;
	height: 440px;
}
.adbox .adcon .ad2{
	float: left;
	width: 308px;
	height: 440px;
}
.adbox .adcon .ad2 img{
	width: 308px;
	height: 220px;
}
.adbox .adcon li img{
	width: 100%;
	height: 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.adbox .adcon li img:hover{
	transform:translate3d(0px, -4px, 0px) scale(0.94);
	-webkit-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-moz-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-o-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-ms-transform:translate3d(0px, -4px, 0px) scale(0.94);
}
.adbox1 .ad4{
	float: right;
}
.adbox2 .ad4{
	float: left;
}
.adbox1 .ad4 .circle{
	position: absolute;
	right: 0;
	top: 20px;
}
.adbox2 .ad4 .circle{
	position: absolute;
	left: 0;
	top: 20px;
}
.adbox1 .ad4 img{
	position: absolute;
	left: 16px;
	top: 0;
}
.adbox2 .ad4 img{
	position: absolute;
	right: 16px;
	top: 0;
}
.adbox .ad4{
	width: 390px;
	height: 455px;
	position: relative;
}
.adbox .ad4 .circle{
	width: 342px;
	height: 425px;
	border: 5px solid #fff;
}
.adbox .ad4 img{
	width: 344px;
	height: 424px;
	background: #000;
}
/*广告部分商品*/
.adbox .procon{
	width: 390px;
	height: 455px;
	float: left;
	margin-left: 10px;
}
.adbox .procon li{
	width: 170px;
	height: 202px;
	background: #fff;
	float: left;
	padding: 10px;
	text-align: center;
}
.adbox .procon li img{
	width: 100%;
	height: 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.adbox .procon li img:hover{
	transform:translate3d(0px, -4px, 0px) scale(0.94);
	-webkit-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-moz-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-o-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-ms-transform:translate3d(0px, -4px, 0px) scale(0.94);
}
.adbox .procon .pro2{
	margin-left: 10px;
}
.adbox .procon .pro3{
	margin-top: 10px;
}
.adbox .procon .pro4{
	margin-left: 10px;
	margin-top: 10px;
}
.adbox .procon li .pic{
	width: 170px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.adbox .procon li .pic img{
	max-height: 150px;
	max-width: 160px;
}
.adbox .procon li .name{
	font-size: 12px;
	color: #090909;
	height: 24px;
	line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.adbox .procon li .price{
	color: #ff0000;
	font-size: 14px;
}
/*店铺*/
.adbox .shopcon{
	float: right;
	width: 360px;
	height: 455px;
	background: #fff;
}
.adbox .shopcon img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.adbox .shopcon img:hover{
	transform:translate3d(0px, -4px, 0px) scale(0.94);
	-webkit-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-moz-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-o-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-ms-transform:translate3d(0px, -4px, 0px) scale(0.94);
}
.adbox .shopcon .shopname{
	height: 40px;
}
.adbox .shopcon .shoplogo{
	width: 100px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	float: left;
	border: 1px solid #ddd;
}
.adbox .shopcon .shoplogo img{
	max-height: 36px;
	max-width: 100px;
	padding: 0 10px;
}
.adbox .shopcon .shopname span{
	float: left;
	width: 240px;
	margin-left: 10px;
	height: 40px;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #0a0a0a;
    font-size: 14px;
}
.adbox .shopcon .shopad{
	width: 360px;
	height: 222px;
	background: #ff0000;
	margin-top: 20px;
}
.adbox .shopcon .shopad img{
	width: 360px;
	height: 222px;
}
.adbox .shopcon .pro{
	margin-top: 30px;
}
.adbox .shopcon .pro li{
	float: left;
	width: 120px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.adbox .shopcon .pro li img{
	max-width: 100px;
	max-height: 100px;
}
/*商品列表*/
.productBox{
	width: 1200px;
	padding: 20px 0 10px 0;
}
.productBox .product {
    position: relative;
    float: left;
    width: 280px;
    margin: 10px;
    background: #fff;
}

.product .tagword {
    position: absolute;
    padding: 0;
    z-index: 9;
    left: 0;
    top: -1px;
}

.product .cx_txt {
    width: 50px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 2px;
    font-size: 12px;
    line-height: 15px;
    top: 8px;
    color: #fff;
    height: 30px;
    text-align: center;
}

.productBox .product .product_img {
       padding: 10px;
    width: 220px;
    margin: auto;
    text-align: center;
    height: 220px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
}

.productBox .product .product_img img:hover {
    transform: translate3d(0px, -4px, 0px) scale(1);
    -webkit-transform: translate3d(0px, -4px, 0px) scale(1);
    -moz-transform: translate3d(0px, -4px, 0px) scale(1);
    -o-transform: translate3d(0px, -4px, 0px) scale(1);
    -ms-transform: translate3d(0px, -4px, 0px) scale(1);
}

.productBox .product .product_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.productBox .product .product_name {
    color: #000;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    font-family: "宋体";
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}

.productBox .product .product_slogan {
    color: #585858;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.productBox .product .product_price {
	    margin-top: 4px;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    color: #f20302;
    text-align: center;
}
.productBox .product .product_price span{
	font-size: 14px;
}
.productBox .product .product_price i{
    font-size: 18px;
}
.productBox .product .product_price .txt{
	float: left;
	font-size: 26px;
}
.productBox .product .product_price .img{
	float: right;
}

/*商品抢*/
.productBox .product .rob .on {
    color: #fff;
    background: #f20302;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 140px;
    margin: 16px auto;
    border-radius: 20px;
    text-align: center;
}
.productBox .product .rob .out {
    color: #fff;
    background: #ccc;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 140px;
    margin: 16px auto;
    border-radius: 20px;
    text-align: center;
}

/*广告*/
.ibm {
	width: 1200px;
	padding: 20px 0 10px 0;
}
.ibm a {
    float: left;
    display: inline-block;
    width: 385px;
    height: 190px;
    margin: 5px;
}

.ibm a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
     transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.ibm a img:hover{
	transform:translate3d(0px, -4px, 0px) scale(0.94);
	-webkit-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-moz-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-o-transform:translate3d(0px, -4px, 0px) scale(0.94);
	-ms-transform:translate3d(0px, -4px, 0px) scale(0.94);
}
/*商品logo*/
.logo{
	width: 1200px;
	padding: 20px 0 10px 0;
}
.logo li{
	float: left;
	width: 260px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	margin: 10px 10px;
	padding: 10px;
}
.logo li img{
	    max-width: 250px;
    max-height: 120px;
}


