@charset "utf-8";

article{
    background-image: url("http://n.sinaimg.cn/games/ti6/wings/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 1850px;
    position: relative;
}

article p {
    display: none;
    font-size: 16px;
    color: #fcf9f9;
    width: 250px;
    top: 200px;
    position: absolute;
    line-height: 1.6;
    left: 470px;
}

article img{
    width: 115px;
    top: 311px;
    left: 1030px;
    position: absolute;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxOverlay {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

/*element.style {*/
    /*opacity: 0.9;*/
    /*cursor: pointer;*/
    /*visibility: visible;*/
    /*display: block;*/
/*}*/