@media print {
  body {
    margin: 0;
    color: red;
    background-color: #fff;
    display: none;
  }
	.coupon-detail {
		color: red !important;
		border: 1px dashed #000;
		width: 48% !important;
	}
	.coupon-detail  .cover{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.coupon-detail .name{
		font-weight: bold;
	}
	.coupon-detail  .title{
		padding: 10px 0;
		font-weight: bold;
		font-size: 28px;
		line-height: 30px;
	}
	.coupon-detail  .des{
		word-wrap: break-word;
		white-space: pre-line;
	}
	.coupon-detail  .expirate {
		text-align: center;
		background-color: #4082ec1e;
		padding: 10px;
		color: var(--color-primary);
		font-size: 16px;
		font-weight: bold;
	}
}