

	     .mui-content{
	     	margin-top:15rem;
	     }
		.ly-h-info1{
			height:10rem;
			width:100%;
			background-image:url(../images/bar.png);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 100% 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;
            margin-top:-2.5rem;
            justify-content: flex-start;
            padding-left:1rem;
            overflow: hidden;

		}
		.ly-h-info1>div:nth-child(1) label{
			
				font-size: 1rem;
			    border-radius: 50%;
			    background: #fff;
			    display: inline-block;
			    height: 4rem;
			    text-align: center;
			    width: 4rem;
			    overflow: hidden;
		}
		.ly-h-info1>div:nth-child(1) label img{
                width:100%;
                height:100%
		}
		.ly-h-info1>div:nth-child(1) span{
			 font-size:0.8rem;
			padding-left:1rem;
			text-align: left;
			width: calc(100% - 90px);
		    overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;

			
		}
		.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;
			padding-right:1rem;
			padding-left:1rem


		}
		.show{
			height:5rem;
			width:75%;
			background-image:  url(../images/show.png);
			margin: auto;
				background-position: center;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			margin-top:-2.5rem;
			border-radius:1rem;
			box-sizing: border-box;
			box-shadow: 0rem 0rem 1rem 0rem 
			 rgba(0, 0, 0, 0.15);
			 display: flex;
			 align-items: center;
			 vertical-align: middle;
			 text-align: center;
			 z-index:2;
			 margin-bottom:0.5rem;
		
		}
		

		.show>div{
			flex:1;
		}
		.show-red{
		    color: #ff2c5b;	
		    font-size: 1rem;
		    line-height: 1.5rem;

		}
		.show>div>div:nth-child(2)
		{
			font-size:0.75rem;
		}
		
		.ly-list-jilu{
			padding-top:1rem;
			padding-bottom:1rem;
			background: #efeff4;
		}
		.ly-jilu{
			width:100%;
			margin-bottom:1rem;
			position: relative;
			display: flex;
			height:4rem;
			background:#fff;
		}
	
		.ly-jilu .left{
			position: absolute;
			height:100%;
			width:66%;
			left:0;
			z-index:1;
			padding-top:0.5rem;
			padding-left:2rem;

		}
		.ly-jilu .left>div:nth-child(1){
			font-size:1rem;
		}
		.ly-jilu .left>div:nth-child(2){
			margin-top:0.6rem;
			font-size: 0.75rem;
			color: #adadad;

		}
		.ly-jilu .right{
			position: absolute;
			height:100%;
			right:0;
			width:33%;
			flex:1;
			z-index:1;
			display: flex;
			text-align: center;
			align-items: center;
			vertical-align: middle;
			text-align: center;
		}
		.ly-jilu .right>div{
			flex:1;
			margin:auto;
			font-size:0.75rem;
			
		}