/*IE-Topspeed*/
* {
    padding: 0;
    margin: 0;
}

body {
    min-height: 568px;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

.body {
    z-index: 9999;
    width: 100%;
    position: absolute;
    overflow-y: hidden;
    display:none;
    min-width:1200px;
}

.body > img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main {
    width: 72%;
    height: 63%;
    min-width:980px;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    min-height: 420px;
    background-color:#fff;
}

.main > .palette {
    width: 100%;
    height: 100%;
}

.main > .rocket {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -75px;
    margin-top: -120px;
    width: 150px;
}

.main > .text-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.body.active {
    display: block;
}

.main > .text-content > p {
    width: 640px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
}

.main > .text-content > .low-first {
    top: 50%;
    margin-top: -32px;
}

.main > .text-content > .low-second {
    top: 25%;
}

.text-content > p span {
    color: #007bff;
}

.text-content .Ie {
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -88px;
    text-align: center;
}

.text-content .compatible {
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -324px;
}

.text-content .Ie > img {
    padding: 18px;
    background: #fff;
    border-radius: 4px !important;
    box-shadow: 0 0 7px rgba(99, 99, 99, 0.15);
}

.text-content .Ie a {
    display: inline-block;
    margin-top: 15px;
    color: #539c1e;
    font-size: 20px;
}

.text-content > a {
    display: inline-block;
    width: 320px;
    height: 46px;
    line-height: 46px;
    background: #ff9d1e;
    border-radius: 4px !important;
    position: absolute;
    top: 85%;
    left: 50%;
    margin-left: -160px;
    font-size: 20px;
    color: #fff;
}