	.iframe {
						position: relative;
						height: 100%;
						font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
						font-size: 14px;
						color: #000;
						margin: 0;
						padding: 0;
					}

					.swiper {
						width: 100%; 
					}

					.swiper-slide {
						text-align: center;
						font-size: 18px;
						background: #fff;

						/* Center slide text vertically */
						display: -webkit-box;
						display: -ms-flexbox;
						display: -webkit-flex;
						display: flex;
						-webkit-box-pack: center;
						-ms-flex-pack: center;
						-webkit-justify-content: center;
						justify-content: center;
						-webkit-box-align: center;
						-ms-flex-align: center;
						-webkit-align-items: center;
						align-items: center;
						border: 1px #ddd solid;
						box-sizing: border-box;
					}

					.swiper-slide img {
						display: block;
						    width: 100%;
						    height: 100%;
						    object-fit: cover;
					}

					.mySwiper .swiper-wrapper .swiper-slide>p {
						background: rgba(0, 0, 0, .2);
						position: absolute;
						width: 100%;
						height: 100%;
						display: none;

					}

					.mySwiper .swiper-wrapper .swiper-slide:hover>p {
						display: block;
					}
					
					#contentDialog{ 
						padding: 0 30px 0;
						display: flex;
						justify-content: center; 
					} 
					#sidebar2{
						width: 65%;
						margin-right: 5%;
						height: 600px;
						padding-top: 30px;
					}
					
					
					
					#sidebar2 .swiper-slide{
						border: none;
					}
					
					.el-dialog__headerbtn{
						font-size: 26px;
					}
					
					#contentDialog .rightText{
						width: 30%; 
					}
					
					#contentDialog .rightText >p{
						display: none; 
						font-size: 22px;
						line-height: 1.6;
						margin-top: 20px; 
					}
					.love{  
						top: -30px;
						    left: 40px;
						cursor: pointer;
						position: absolute; 
						display: flex;
					}
					
					 .fullscreen-icon.fullscreen-social-love.pro-gallery-loved{
						    color: #e03939 !important;
					} 
					.dialog2 .el-dialog__header{
						 padding: 0;
					 }
					 .dialog2 .el-dialog__body{
						 padding: 0;
					 }
					 #sidebar3{
						 height: 400px;
					 }
					 
					 #sidebar3 .swiper-slide{
					 	border: none;
					 }
					 
					 #sidebar3 .leftText{
						 width: 60%;
					 }
					 
					 #sidebar3 .rightText{
					 	  width: 40%; 
						  box-sizing: border-box;
						  height: 400px;
						  background-color: #f7f7f7;
						
					 }
				 #sidebar3 .rightText p{ 
					 text-align: left;
					 margin: 0;
					 padding: 0;
					 font-size: 16px;
					 line-height: 1.7;
					 padding-left: 20px;
				 }
				#sidebar3 .rightText .title{
					text-align: left; 
					border-bottom: 1px #ddd solid;
					margin-bottom: 20px;
					  padding: 15px 20px; 
				}
				#sidebar3 .rightText .title>span{
					font-size: 14px;
					display: block;
				}
				
			.leftText	.videoSty{
				width: 100%;
				height: 407px;
			}
			
			#sidebar .swiper-pagination-bullet-active{
				background-color: #fff;
			}
					
					 
						
						 