    .mui-content{
	     	margin-top:9.5rem;

	     }
		.ly-h-info1{
			height:7rem;
			width:100%;
			background-image: linear-gradient(117deg, 
			#5683f6 0%, 
			#a23cf8 100%);
			display: flex;
			align-items: center;		
		}
		.ly-h-info1>div:nth-child(1){
            flex:2;
            color:#fff;
            display: flex;
            align-items: center;
            text-align: right;
            justify-content: flex-end;
            padding-right:1rem;
		}
		.ly-h-info1>div:nth-child(1) label{
			
				font-size: 1rem;
			    border-radius: 50%;
			    color: #5683f6;
			    background: #fff;
			    padding:0.1rem;
			    display: inline-block;
			    height: 1.2rem;
			    line-height: 1.2rem;
			    text-align: center;
			    width: 1.2rem;
		}
		.ly-h-info1>div:nth-child(1) span{
			 font-size:2rem;
			 padding-top:0.2rem;
			
		}
		.ly-h-info1>div:nth-child(2)
		{
			flex: 1;
			align-items: center;
			justify-content: flex-start;

		}
		.ly-h-info1>div:nth-child(2)>div{
			height:1.5rem;
			background-image:linear-gradient(97deg, 
				#ff7f80 0%, 
				#ff2f5d 100%);
			box-shadow: 0rem 0rem 1rem 0rem 
				rgba(0, 0, 0, 0.19);
			border-radius: 1rem;
			color:#fff;
			line-height:1.5rem;
			font-size:0.75rem;
			width: max-content;
			width:-webkit-max-content;
			width:-moz-max-content;
			width:-o-max-content;
			width:-ms-max-content;
			    width: 4.25rem;
			padding-right:1rem;
			padding-left:1rem

		}
		
		.ly-list-hongbao{
			padding:1rem;
			background: #efeff4;
		}
		.ly-youhu-quan{
			width:100%;
			margin-bottom:1rem;
			position: relative;
			display: flex;
			height:5.8rem;
			overflow: hidden;
		}

		.ly-youhu-quan>img{
			position:absolute;
			top:0;
			right:0;
			left:0;
			width:100%;
			height:5.8rem
		}
		.ly-youhu-quan .left{
			position: absolute;
			height:100%;
			width:66%;
			left:0;
			z-index:1;
			padding:1rem;
			padding-top:0.5rem;
			overflow: hidden;

		}
		.ly-youhu-quan .left>div:nth-child(1){
			padding-top:0.5rem;
			font-size:1rem;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.ly-youhu-quan .left>div:nth-child(2){
			margin:0;
			padding:0;
			margin-top:1rem;
			font-size:0.7rem;
			color:#e83934;
			text-align:left;
			overflow:hidden;
			 white-space:nowrap;
			 border-radius: 5px; 
			text-overflow: ellipsis;
		}
		.ly-youhu-quan .left>div:nth-child(2)>label{
			padding:0.3rem;	
			background: #fef4eb;
			border-radius:5px;
			width:100%;	
		}

		.ly-youhu-quan .right{
			position: absolute;
			height:100%;
			right:0;
			width:33%;
			flex:1;
			z-index:1;
			padding-top:1.2rem;
			text-align: center;
			overflow: hidden;
		}
		.ly-youhu-quan .right>div:nth-child(1){
			margin:auto;
			font-size:1.5rem;
			padding:0.35rem;
            line-height:1.5rem;
			border-radius:50%;
			width: max-content;
			width:-webkit-max-content;
			width:-moz-max-content;
			width:-o-max-content;
			width:-ms-max-content;
			width:2.2rem;
			background:#e83934;
			color:#fff

		}
		.ly-youhu-quan .right>div:nth-child(2){
			margin-top:0.5rem;
			font-size:0.75rem;
			text-align: center;
			color:#adadad

		}
		.gray{
			border-radius:0 !important;
			background:#fff  !important;
			color:#adadad  !important;
			
			width:5.2rem !important;
		}
		.tishi{
			position: fixed;
			z-index:1000000;
			background:rgba(0,0,0,.3);
			top:0;
			bottom:0;
			right:0;
			left:0;
			display: none;
			
		}
		.tishi>div{
            height:6rem;
            width:270px;
            background:#fff;
            position: absolute;
            top:50%;
            margin:auto;
            margin-top:-3rem;
            left:50%;
            margin-left:-135px;
            border-radius:13px;
            font-size:1rem;
            text-align:center;
            padding:1rem;
            padding-right:0;
            padding-left:0;
            color:#e83934;
		}
		.tishi>div>div{
			margin:auto;
		}
		
		.ensure{
			position: absolute;
			bottom:0;
			height:44px;
			line-height:44px;
			font-size:17px;
			width:100%;
			color:#e83934;
			border-top:1px solid #ddd;
			margin-top:1rem !important;
		    font-weight: 600;
		  


		}
		.smalltishi{
			color:#ddd;
			font-size:14px;
		}