.conph {
	      position: relative;
	      margin:10px auto 60px auto;
	      max-width: 100%;
	    }


		.swiper-container{
			text-align: center;
			cursor: grab;
		}

		.swiper-container:active{
			cursor: grabbing;
		}

		.swiper-container .swiper-slide img {
			max-width: 100%;
			width: 100%;
			height: auto;			
                }


		
		#thumbs {
	        height: 15%;
	        box-sizing: border-box;
	        padding: 10px 0;
	        
	    }
	    #thumbs .swiper-slide {
	        width: 18%;
	        height: auto;
	        opacity: 0.3;
	        cursor: grab;
	    }
	    #thumbs .swiper-slide:active {
	        cursor: grabbing;
	    }
	    
	    #thumbs .swiper-slide-active {
	        opacity: 1;
	    }
		

		.swiper-blind-left,
		.swiper-blind-right {
		  position: absolute;
		  width: 11.55%;
		  height: 100%;
		  display: block;
		  top: 0;
		  background: rgba(255,255,255,.7);
		  z-index: 5;
		}
		.swiper-blind-left {
		  left: 0;
		}
		.swiper-blind-right {
		  right: 0;
		}
		@media (max-width: 600px) {
		  .swiper-blind-left,.swiper-blind-right {
		    display: none;
		  }
		}

		 .back{
		    width: 100%;
		    text-align: center;
		    margin: 60px 0;
		   }
		 .back a{
		    color: #2B59C3;
		   }
		 .back a:hover{
		    color: #1CCAD8;
		   }

