/* CSS Document */

/*iPad横板显屏 @media screen and (max-device-width: 1024px) and (orientation: landscape) */
/*iPad竖板显屏 @media screen and (max-device-width: 768px) and (orientation: portrait) */




@media screen and (min-width: 320px) and (max-width: 480px) {              

.swiper-container {
            /*  width: 320px;
              height: 480px;*/
            width:100%;
            height: 100%;
        }
	 #array{ left:150px;}


        .swiper-slide1{
            background-size:70%;
        }
       
#wsm1{font-size:1.2em;}

       #wsm1 li a{ font-size:1.4em;}


        .yi_1{ font-size:1em;}
		
		
		.diz{ font-size:2.4em; color:#fff; text-align:center; position:absolute; top:83%;}
		
		.diz p{ font-size:0.8em;}
		
		.diz8{ font-size:2.4em; color:#fff; text-align:center; position:absolute; top:83%;}
		
		.diz8 p{ font-size:0.5em;}


/*第三屏*/


.san{ font-size:0.9em;}






  


















 }   
 
@media screen and (device-width:375px) {
	
	/*第一屏*/





.yi p:nth-child(1){top:29%; left:9%;}
.yi p:nth-child(2){top:29%; left:50%;}
.yi p:nth-child(3){top:40.4%; left:50%;}
.yi p:nth-child(4){top:51.9%; left:9%;}
.yi p:nth-child(5){top:51.9%; left:50%;}
.yi p:nth-child(6){top:63.3%; left:9%;}
.yi p:nth-child(7){top:63.3%; left:50%;}



/*第四屏*/

.si p:nth-child(1){top:27%; left:12%;}
.si p:nth-child(2){top:27%; left:52%;}
.si p:nth-child(3){top:54.5%; left:12%;}
.si p:nth-child(4){top:54.5%; left:52%;}


	
	
	
	
	}          
 
 
 
 