html,body,.i_box{
	width:100%;
	height:100%;
	overflow: hidden;
}
@media screen and (orientation: landscape) {  
  /*横屏 css*/  
  	.i_box{
		position: relative;
	}
	.i_con_01{
		position: absolute;
	    right: 0.7rem;
	    top: 0rem;
	    width: 0.9rem;
	    height: 0.6rem;
	}
	.i_c_03{
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	.i_con_02{
	   width: 3.89rem;
   	 	position: absolute;
    	right: 1.44rem;
    	top: 0.3rem;
	}
	.i_con_03{
		width:100%;
		position: absolute;
		left:0rem;
		top:1.5rem;
	}
	
	.i_text{
		position: absolute;
	    left: 5.5rem;
	    top: 3rem;
	    letter-spacing: 0.5px;
	}
	
	.i_text>p:nth-of-type(1){
		color:#3f3f3f;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(2){
		color:#000;
		font-size: 1rem;
		font-weight: bolder;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(2) img{
		display: inline-block;
		width:1rem;
		margin-left: 0.5rem;
	}
	.i_text>p:nth-of-type(3){
		color:#000;
		font-weight: bolder;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(3) span{
		color:#f22946;
	}
	.i_con_04{
		width:13.22rem;
		margin:0 auto;
		position: absolute;
		left:4.7rem;
		/*//top:13.5rem;*/
		bottom:0;
		display: none;
	}
}  
@media screen and (orientation:portrait){
	.i_box{
		position: relative;
	}
	.i_con_01{
		position: absolute;
		right: 0.6rem;
		top:0;
		width:1.8rem;
		height: 1.6rem;
	}
	
	
	.i_c_03{
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	.i_con_02{
		width:6.93rem;
		position: absolute;
		right:2rem;
		top:0.533rem;
	}
	
	.i_con_03{
		width:100%;
		position: absolute;
		left:0rem;
		top:5rem;
	}
	
	.i_text{
		position: absolute;
	    left: 5.5rem;
	    top: 6.8rem;
	    letter-spacing: 0.5px;
	}
	
	.i_text>p:nth-of-type(1){
		color:#3f3f3f;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(2){
		color:#000;
		font-size: 1rem;
		font-weight: bolder;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(2) img{
		display: inline-block;
		width:1.8rem;
		margin-left: 0.5rem;
	}
	.i_text>p:nth-of-type(3){
		font-family: "Microsoft YaHei"!important;
		color:#000;
		font-weight: bolder;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
	.i_text>p:nth-of-type(3) span{
		color:#f22946;
	}
	.i_con_04{
		width:100%;
		margin:0 auto;
		position: absolute;
		left:0rem;
		top: 12.5rem;
	}
}


