

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: 1132px;
    background: url('../img/common/not_recommended_bg.jpg') center center no-repeat;
    background-size: cover;
}
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;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1126px;
    height: 554px;

}

#ie .center h1 {
    text-align: center;
}
#ie .center .content {
    margin-top: 5px;
}
#ie .center .content h2 {
    text-align: center;
}
#ie .center .content p {
    margin-top: 23px;
    text-align: center;
}
#ie .center .content .browsers {
    margin-top: 60px;
}
#ie .center .content .browsers ul {
    overflow: hidden;
}
#ie .center .content .browsers ul li {
    float: left;
    width: 371px;
    margin-left: 6px;
}
#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 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    padding-bottom: 8px;
    z-index: 702;
    box-sizing: border-box;
    background-color: #ff8cd5;
}
#footer img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}