#browser {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top:0;
}
#blacklayer{
  background-color: #000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  background-size: cover;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  top:0;    
}
.browinfo2{
    width: 900px;
    height: 510px;
    text-align: center;
    background: none;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 2000;
}
.browinfo2 a.browinfo2bg{
    width: 900px;
    height: 510px;
    text-align: center;
    background: none;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1002;
}
.browinfo2 a.sbclose_btn{
    width:32px;
    height:32px;
    position: absolute;
    top: 20px;
    right: 27px;
    display: block;
    z-index: 1003;
}

.browinfo2 a.sbclose_btn img{
	width:100%;
}

.browinfo{
    width: 900px;
    height: 450px;
    text-align: center;
    padding: 40px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 1002;
}
.browinfo h2{
    font-size: 38px;
    margin-bottom:20px;
}
.browinfo .browtips{
    font-size: 14px;
    color: #666;
    margin-bottom:40px;
}
.browinfo .browserlist{
    margin: 20px 0;
    display: block;
    overflow: hidden;
}
.browinfo .brolist{
    width: 44%;
    background-color: #e8edf3;
    padding: 20px;
    position: relative;
}
.browinfo .brolist.left{
    float: left;
}
.browinfo .brolist.right{
    float: right;
}
.browinfo .brolist .brologo{
    float: left;
}
.browinfo .brolist .broname{
    float: left;
    margin-left: 20px;
    text-align: left;
}
.browinfo .brolist .broname .name{
    color: #333;
}
.browinfo .brolist .broname .browdownloadtxt{
    color: #999;
    font-size: 12px;
}
.browinfo .brolist a{
    position: absolute;
    display: block;
    background:#fff;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.browinfo .brolist a:hover{
    background:#999;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}
.browinfo .browgoon{
    font-size: 12px;
    margin-top: 40px;
}
.browinfo .goontxt{
    color: #5887f5;
}
.browinfo .goontxt:hover{
    color: #666;
}
.browinfo .goonbtn{
    position: absolute;
    top:0;
    right: 0;
    padding: 10px;
    background-color: #666;
}
.browinfo .goonbtn:hover{
    background-color: #333;
}
.appdownload{
	position: relative;
	display:none;
}

.appdownload .close{
	width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 34px;
    left: 20px;
}

.appdownload .link{
	display: block;
    width: 680px;
    height: 100px;
    position: absolute;
    right: 0;
}
