html,body {
    width: 100%;
    height: 100%;
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
#ieContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/bg_filter.png);
    background-size: cover;
}
.downloadContainer {
    width: 800px;
    height: 480px;
    position: absolute;;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../image/rectangle.png);
    background-size: cover;
}
.downloadTitle {
    font-size: 62px;
    color: #ff9900;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 49px;
}
.downloadTip {
    text-align: center;
    font-size: 24px;
    color: #333;
}
.lineCon {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.line {
    display: inline-block;
    width: 400px;
    height: 1px;
    background-color: #ff9900;
}
.lineSpan {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 160px;
    height: 40px;
    font-size: 24px;
    color: #ff9900;
    background-color: #fff;
}
.downloadUrl {
    text-align: center;
    margin-top: 20px;
}
.downloadWrapper {
    display: inline-block;
}
.firefoxItem {
    margin-left: 80px;
}
.downloadWrapper a {
    display: inline-block;
    color: #282828;
    text-decoration: none;

}

.downloadWrapper img {
    width: 87px;
    margin-bottom: 10px;
    border: none;
}