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.jpg);
    background-size: cover;
}
.downloadContainer {
    width: 800px;
    height: 650px;
    position: absolute;;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
	box-shadow: 0px 5px 20px 0pxrgba(8, 1, 3, 0.5);
	border-radius: 10px;
    /* 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;
    padding: 0 60px;
}
.downloadTipEn {
    padding-top: 30px;
    text-align: left;
    line-height: 1.2;
}
.lineCon {
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.ieContainer .line {
    display: inline-block;
    width: 600px;
    height: 1px;
    background-color: #ff9900;
}
.lineSpan {
    /* position: absolute; */
    /* top: 18px; */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    /* width: 160px; */
    height: 30px;
    font-size: 24px;
    color: #ff9900;
    background-color: #fff;
    line-height: 30px;
}
.lineSpan span {
    padding: 0 15px;
}
.lineSpan::before {
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #ff9900;
    vertical-align: middle;
}
.lineSpan::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #ff9900;
    vertical-align: middle;
}
.recomentEn {
    color: #ff9900;
    font-family: DINCond-Medium;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
}
.downloadUrl {
    text-align: center;
    margin-top: 45px;
    width: 800px;
}
.downloadWrapper {
    display: inline-block;
    margin-right: 110px;
}
.downloadWrapper:last-child {
    margin-right: 0;
}
.firefoxItem {
    margin-left: 80px;
}
.downloadWrapper a {
    display: inline-block;
    color: #282828;
    text-decoration: none;

}

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