﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:微软雅黑;}
li{ list-style:none}
a{ text-decoration:none;tap-highlight-color: rgba(0,0,0,0);  
focus-ring-color: rgba(0, 0, 0, 0);  
-webkit-tap-highlight-color: rgba(0,0,0,0);  
-webkit-focus-ring-color: rgba(0, 0, 0, 0);  
-moz-tap-highlight-color: rgba(0,0,0,0);  
-moz-focus-ring-color: rgba(0, 0, 0, 0);  }
.clear{ clear:both}
html{font-size:62.5%; /* 10÷16=62.5% */}
body {font-size:inherit;font-size:1.2em ;}

/**/
.logo{width: 50px;padding: 11px;position: absolute;}
.paizi{width: 283px;position: relative;top: 0;left: 20%;}
.youshi{ width:85%; margin:0 auto;margin-top: 40px;display: block;overflow: hidden;}
header{ display:block; overflow:hidden;}
.youshi ul li{ float:left; font-size:18px; color:#fff;width: 33%; line-height: 40px;}
.youshi .icon-uniE90B{ color:#fc9e4b; margin-right:3px;}
.twoan{margin-top: 57px; padding-bottom: 40px;}
.iphone{ width:79%; border-radius:4px; background-color:#b3d465; margin: 0 auto; height: 50px; margin-bottom: 20px;}
.iphone .icon-uniE90C{float: left;color: #fff;line-height: 50px;font-size: 24px;position: relative;left: 60px;}
.iphone p{text-align: center;line-height: 50px;font-size: 20px;color: #fff;}
.Android{ background-color:#fc9e4b; width:79%; border-radius:4px; margin: 0 auto; height: 50px;}
.Android .icon-uniE90A{float: left;color: #fff;line-height: 50px;font-size: 24px;position: relative;left: 60px;}
.Android p{text-align: center;line-height: 50px;font-size: 20px;color: #fff;}
#deleteyrn{width: 100%;position: absolute;top: 0;display: none;}
.deleteyrn{ max-width:100%;position: fixed;z-index: 2;}
.main{ height:100%;}
/*弹窗
--------------------4--------------------3--------------------2*/
#hidebg { position:absolute;left:0px;top:0px;
      background-color:#000;
      width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
      filter:alpha(opacity=60);  /*设置透明度为60%*/
      opacity:0.4;  /*非IE浏览器下设置透明度为60%*/
      display:none; /* http://www.jb51.net */
      z-Index:2;}
	  
	  
	  
@media(max-width:375px){
	.youshi ul li { font-size:16px;}
	.paizi {width: 275px; left: 17%;}
	
	}

@media(max-width:360px){
	.twoan { padding-bottom: 70px;}
	.iphone .icon-uniE90C {left: 40px;}
	.Android .icon-uniE90A { left:40px;}
}
	
@media(max-width:320px){
	.paizi {width: 217px;left: 63px;}
	.youshi ul li {font-size: 14px;line-height: 34px;}
	.youshi { margin-top:13px;}
	.twoan {margin-top: 21px;padding-bottom: 30px;}
}



