/*body {
    font-size: 26px;
    font-family: "微软雅黑";  
    -webkit-user-select: none; color: #fefefe; 
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none; 
    background:#eee; 
    margin: 0;
}
*/

body, ul, li, p {
    margin: 0;
}

img {
    display: block;
}

div, li { 
    /*-webkit-box-sizing: border-box; */
    /*box-sizing: border-box; */
    margin: 0;
}

.main {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.content {
    height: 120px;
    background-color: #000000;
}

.redirect {
    margin: auto auto;
    z-index: 3;
}

.copyright {
    background-color: #000000;
    font-size: 18px;
    color: #fefefe;
    text-align: center;
}

/*
.info {
    position: absolute;
    line-height: 40px; 
    margin: 20px 130px; 
    color:#fdfdfd;
    font-size: 18px;
}

.redirect {
    float: center;
    z-index: 3;
}

.icon {
    float: center;
    margin: 20px 20px;
    z-index: 2;
}*/