  /* 公众号遮罩层 */
  #gzh {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
	z-index: 999;
  }
  /* 小程序遮罩层 */
  #xcx {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
  	z-index: 999;
  }
  /* 弹出框主体 */
  .popup {
    /* background-color: #ffffff; */
    max-width: 350px;
    min-width: 150px;
    height: 340px;
    border-radius: 5px;
    margin: 100px auto;
    text-align: center;
	margin-top: 150px;
  }

	.moveImg:hover {
            animation: move .5s linear forwards;
			
    }
	
	@keyframes move {
	            0% {
	                transform: scale(1);
	            }
	 
	            100% {
	                transform: scale(1.1);
	            }
	}
	.overflow {
		overflow: hidden;
	}
	
	
	/* 浚游商城 */
	.jyscimg {
		width: 100%;
	}
	
	
	@media (min-width: 1200px) {
	 
	    .jyscimg {
	 
	       width: 90%;
	 
	    }
	 
	}
	
	.sctest {
		color: #21273d;
		font-size: 20px;
		font-weight: 400;
		text-align: center;
	}
	
	.scbj {
		margin-top: 20px;
	}
	
	@media (min-width: 1200px) {
	 
	    .scbj {
			
	       margin-top: -120px;
	 
	    }
	 
	}
	
	.scH1 {
		width: 100%;
		text-align: center;
	}
	
	@media (min-width: 1200px) {
	 
	    .scH1 {
			
	       width: 110%;
	 
	    }
	 
	}
	
	/* 底部 */
	.dbimg {
		width: 100%;
	}
	
	@media (min-width: 1200px) {
	 
	    .dbimg {
			
	       width: 60%;
		   margin-right: 80px;
	 
	    }
	 
	}
	
	.jszc {
		color: #21273d;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	
	@media (min-width: 1200px) {
	 
	    .jszc {
			
	       font-size: 20px;
	 
	    }
	 
	}
	
	.image-row {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    width: 100%;
	    padding: 10px;
	    background: rgba(255, 255, 255, 0.1);
	    border-radius: 20px;
	    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	    backdrop-filter: blur(10px);
	}
	
	.image-container {
	    width:250px;
	    height: 80px;
	    overflow: hidden;
	    border-radius: 15px;
	    transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	@media (min-width: 1200px) {
	 
	    .image-container {
			
		   width:400px;
		   height: 190px;
	 
	    }
	 
	}
	
	.image-container:hover {
	    transform: scale(1.1);
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
	}
	
	.image-container img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    border-radius: 15px;
		/* margin-left: 20px; */
	}
	
	
	.gsjj {
		margin-top: 10px;
	}
	
	@media (min-width: 1200px) {
	 
	    .gsjj {
			
		   margin-top: 100px;
	 
	    }
	 
	}