*{
    margin: 0; 
    padding: 0;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	background: #f5f5f5;
}
.list-wrap-container{
    position: relative;
    padding-top: 20px;
}

.seckill-list {
    display: flex;
    margin-top: 10px;
}

.list-wrap-container .more{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.list-wrap-container .more a{
    color: #e60023;
    text-decoration:  none;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.seckill-list .seckill-item {
	width: 228px;
	position: relative;
	background-color: #fff;
	margin-top: 12px;
	margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.seckill-list .seckill-item:nth-child(5n){
	margin-right: 0;
}
.seckill-list .seckill-item .item-img-wrap {
	width: 100%;
	height: 148px;
    position: relative;
    overflow: hidden;
}
.seckill-list .seckill-item .item-img-wrap img.item-img {
	width: 228px;
	height: 148px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.3s ease-in;
}
.seckill-list .seckill-item:hover .item-img-wrap img.item-img{
    transform: scale(1.1);
}
.seckill-list .seckill-item .item-img-wrap .discount {
	position: absolute;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	background-color: #e60023;
	border-radius: 0px 0px 0px 4px;
	right: 0;
	top: 0;
	padding: 0 8px 0 4px;
	box-sizing: border-box;
}
.seckill-list .seckill-item .item-img-wrap .discount span {
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 4px;
	background-color: #ffe900;
	right: 0;
	top: 0;
}
.seckill-list .seckill-item .item-img-wrap .time-remain-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background:linear-gradient(180deg,rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.seckill-list .seckill-item .item-img-wrap .time-remain {
	width: 100%;
	color: #fff;
	text-align: center;
	word-wrap: none;
    font-size: 14px;
}
.seckill-list .seckill-item .item-img-wrap .time-remain .icon-time {
	margin-right: 2px;
	color: #fff;
}
.seckill-list .seckill-item .item-info-wrap {
	width: 100%;
	/* height: calc(-48%); */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 0px 24px 0;
	box-sizing: border-box;
}
.seckill-list .seckill-item .item-info-wrap .segment {
	font-size: 18px;
	color: #333;
}
.seckill-list .seckill-item .item-info-wrap .segment-date{
	font-size: 14px;
	margin-top: 6px;
	color: #858585;
}
.seckill-list .seckill-item .item-info-wrap .segment .icon-flight {
	padding: 0 4px;
	color: #858585;
}
.seckill-list .seckill-item .item-info-wrap {
	font-size: 12px;
	margin-top: 2px;
	color: #858585;
}
.seckill-list .seckill-item .item-info-wrap .pirce {
	margin-top: 6px;
	color: #e60023;
	font-size: 22px;
	line-height: 38px;
	font-weight: bold;
}
.seckill-list .seckill-item .item-info-wrap .pirce span {
	font-size: 14px;
	color: #e60023;
}
.seckill-list .seckill-item .item-info-wrap .btn-content {
	margin-top: 8px;
}
.seckill-list .seckill-item .item-info-wrap .btn-content button {
	border: 0px;
	width: 120px;
	height: 40px;
	background-color: #ffe900;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	outline: 0px;
}
.seckill-list .seckill-item .item-info-wrap .btn-content button:hover{
    background: #e60023;
    color: #fff;
}
.seckill-list .seckill-item .item-info-wrap .btn-content button:active{
    background: #BF0023;
}