.mainArea{
    width:1200px;
    margin:0 auto;
    margin-top:20px;
}
.mainArea>div{
    display: inline-block;
}



.mainRow1{
    width:100%;
    margin:0 auto;
}
.mainRow1>div,.mainRow0>div{
    display: inline-block;
}


.mainRow0{
    margin:0 auto;
    width:1200px;
}


.mainRow{
    position: relative;
}
.mainRow .cg_noData{
    width:100%;
    height:100%;
    position: relative;
}
.mainRow .cg_img{
    width:98%;
    height:98%;
    position: relative;
    top:1%;
    left:1%;
}
.mainRow .cg_img img{
    height:100%;
}
.mainRow .cg_mask{
    width:98%;
    height:98%;
    position: absolute;
    top:1%;
    left:1%;
    background: rgba(0,0,0,.6);
}
.mainRow .cg_mask .noData{
    padding:50px 30px;
    line-height:30px;
    font-size:20px;
    text-align:center;
    color:#fff;
}
.mainRow .cg_mask span{
    display: block;
    font-size:16px;
    line-height:30px;
    color:#fff;
}