<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show-img{
	position: relative;
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}

.vmc-centered{
	display:block;
	/*width: 990px;*/
	white-space:nowrap;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
/*ä¸æ¢è¡Œçš„é—´éš™*/
	font-size: 14px; 
	/*display:inline;*/
}
.vmc-centered li{
	display: inline-block;
	/*display:inline;*/
	padding-right: 15px ;
	overflow: hidden;
	
}
.vmc-centered li img{
	width: 100%;
	/*width:224px !important;*/
	height: 100%;
}

.vmc-centered .pic{

	position: relative;
	height:150px;
}
.pic .txt{
	display:block;
	z-index: 999;
	background: rgba(0,0,0,0.5);
  	line-height: 30px;
  	margin-top:-30px;
	padding: 3px 0;
	font-weight: bold;	
	position: absolute;
	height: 30px;
	width: 100%;
	text-align: center;
}
.txt h5{
	text-align: center;
	color: #fff;
	line-height: 10px;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.txt:hover h5{
	font-weight: bold;
}
.left_btn,.right_btn{
	position: absolute;
	width: 20px;
	height: 30px;
	line-height: 30px;
	top: 30%;
	z-index: 500;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
	
}
.left_btn:hover,.right_btn:hover{
	opacity: 1;
}
.left_btn{
	left: 0px;
}
.right_btn{
	right:0px;
	
}
 @media (max-width:375px) {
          .vmc-centered .pic {
             position: relative;
             height:210px;
             text-align:center;
            width: 350px !important;
            }          
           .vmc-centered li img {          
            width: 350px !important;
           
        	}
           .pic .txt {
              display: block;
              z-index: 999;
              background: rgba(0,0,0,0.5);
              line-height: 30px;
              margin-top: -30px;
              padding: 3px 0;
              font-weight: bold;
              position: absolute;
              height: 30px;
              width: 350px;
             
          }
        }
       @media (width:414px) {
          .vmc-centered .pic {
             position: relative;
             height:210px;
             text-align:center;
            width: 385px !important;
            }          
           .vmc-centered li img {          
            width: 385px !important;
           
        	}
           .pic .txt {
              display: block;
              z-index: 999;
              background: rgba(0,0,0,0.5);
              line-height: 30px;
              margin-top: -30px;
              padding: 3px 0;
              font-weight: bold;
              position: absolute;
              height: 30px;
              width: 385px;
             
          }
        }
        .list_img img {
        height:100%;
        }</pre></body></html>