body{
    background-color: #F4F4F4;
    font-family: "Î¢ÈíÑÅºÚ";
}
.main{
    width: 660px;
    height: 360px;
    margin: 100px auto;
    border: 1px solid #ccc;
}
.main .title{
    font-size: 24px;
    text-align: center;
}

.main .content{
    width: 100%;
    height: 320px;
    padding-top: 5px;
}

.main .img{
    width: 200px;
    height: 120px;
    float: left;
    margin: 10px;
    position: relative;
}

.loading{
    width: 200px;
    height: 120px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #f9f9f9 url("../images/loading24.gif") no-repeat center center;
}