

body, h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, article, section, figure {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 100%;
    font-style: normal;
    line-height: 1;
}
html {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
}
body {
    min-width: 1193px;
    background-color: #000;
}
img {
    border: none;
    vertical-align: bottom;
}
img {
    max-width: 100%;
}
li {
    list-style: none;
}
a {
    background-color: transparent;
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a img {
    border: 0px;
}
a:hover {
  opacity: 0.6;
}
#wrap {
    padding: 52px 0 34px 0;
}
#ie {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#ie .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1140px;
    height: 594px;
    
}

#ie .center h1 {
    text-align: center;
}
#ie .center .content {
    margin-top: 17px;
}
#ie .center .content h2 {
    text-align: center;
}
#ie .center .content p {
    margin-top: 32px;
    text-align: center;
}
#ie .center .content .browsers {
    margin-top: 40px;
}
#ie .center .content .browsers ul {
    overflow: hidden;
}
#ie .center .content .browsers ul li {
    float: left;
    width: 385px;
    margin-left: -8px;
}
#ie .center .content .browsers ul li:first-child {
    margin-left: 0;
}


#ie .center .content .browsers ul li a img {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#footer {
    display: table;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: #000;
    z-index: 702;
    
}
#footer p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #636363;
    font-size: 9px;
}
