@charset "utf-8";
body, div, p, ul, li, h1, h2, h3, h4, h5, h6, span, img, input, table, tr, td {
    margin: 0;
    padding: 0; 
}
body { height: 100%; font: normal 12px/22px '微软雅黑','Microsoft YaHei'; }
ul, ol, li { list-style: none; }
a { text-decoration: none; outline: none; _outline: expression(this.hideFocus=true); }
a:hover { text-decoration: none; }
.afterfix:after {
    display: block;
    height: 0;
    content: '.';
    visibility: hidden;
    clear: both;
}
.afterfix { zoom: 1; }

.icontent {
    width: 100%;
    background: #d5d5d5 url(images/bg.jpg) no-repeat center top;
}


.itop {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 358px;
    background: url(images/itopBg.jpg) no-repeat center top;
}
.backHome {
    position: absolute;
    top: 0;
    left: 685px;
    color: #fff;
    font-size: 14px;
}


.ibody {
    position: relative;
    height: 829px;
    margin: 0 auto;
    width: 1000px;  
    background: url(images/ibodyBg.jpg) no-repeat center top;
}

.starTime {
    position: absolute;
    left: 45px;
    top: 2px;
    font-size: 18px;
    background: #470000;
    color: #fff;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}

.starFight,
.competitive {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 206px;
    height: 97px;
    background: url(images/btn.png) no-repeat;
}
.competitive {
    left: 260px;
    background-position: -215px 0;
}

.intoRules li,
.gameRules li { 
    list-style: decimal;    
    line-height: 25px;
    margin-left: 25px;
}

.intoRules,
.gameRules {
    position: absolute;
    top: 270px;
    left: 135px;
    color: #fff;
    font-size: 14px;    
}
.gameRules { top: 560px; }

.redAlt { color: #ff2629; }


