html, body{
	height: 100%;
	width: 100%;
}
body{

    font-family: Microsoft YaHei, Tahoma, Helvetica, Arial, "宋体b8b\4f53", sans-serif !important;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-color: #e5e5e5;
}
.over-main{ width: 100%;height: 100%; z-index: 999999;margin: 0px;padding: 0px;min-height: 300px;background-color: #FFFFFF;position: absolute;}
.main{
    min-height: 350px;
    height: 50%;
    background-color: #428BCA;
	margin: 0px;
	padding: 0px;
}

.logo{
    height: 60%;
    line-height: 300%;
    text-align: center;
    font-size: 80px;
    color: white;
}

.caption2{
    color: white;
    height: 10%;
    line-height: 300%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.download{
    height: 50%;
    background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
}

.browser-box{
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    width: 120px;
}

.browser-logo{
    text-align: center;
}

.browsers{
    text-align: center;
    padding-top: 40px;
}

.address{
    font-size: 12px;
    margin-top: 10px;
}

.official{
    float: left;
}

.local{
    float: right;

}