.warp {
    margin:0px;
    margin-top: 16px;
    width: 374px;
    height: 144px;
    background-image: url(https://file.labgogo.com/images/couponbg.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
}
.warp-div {
    margin: 0px;
}
.item-img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-img-div{
	width: 102px;
    height: 102px;
    margin: 21px 0px 0px 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.money-title{
	height: 50px;
	width: 184px;
	display: flex;
    margin: 9px 0px 0px 16px;
}
.iconmoeny {
    font-size: 18px;
    color: #FA103B;
    margin: 7px 0px 0px 0px;
    font-family: auto;
}
.moneycount {
    font-size: 32px;
    color: #FA103B;
    margin: 0px 0px 0px 4px;
    font-family: auto;
    line-height: normal;
}
.moneyend{
	color: #FA103B;
	background-color: #FFF4EC;
	font-size: 12px;
	display: flex;
	align-items: center;
	padding: 5px;
    margin: 13px 0px 0px 12px;
}
.coent {
    font-size: 16px;
    color: #000000;
    font-family: PingFang SC;
    margin: 12px 0px 0px 16px;
    width: 184px;
}
.begin-get {
    width: 16px;
    height: 92px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px;
    margin: 31px 0px 0px 18px;
    font-family: auto;
    cursor: pointer;
}
.info-div {
    margin:0px;
}


/*              List                */


.dian {
    margin: 0px;
    height: 45px;
    padding: 0px;
}
.head-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
    margin-bottom: 45px;
}
.headfont {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 37px;
    font-weight: bold;
    padding-left: 23px;
    padding-right: 23px;
    height: 53px;
    line-height:53px;
}
.title-img{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;

}
.warp-title {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    flex-wrap: wrap !important;
}
    .warp-title:after {
        content: '';
        width: 374px;
    }
.warp-tr {
    background: #fff;
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    flex-wrap: wrap !important;
}
    .warp-tr:after {
        content: '';
        width: 374px;
    }
.Invalid {
    /*color: #7d7d7d !important;*/
}