@charset "utf-8";
html,body{
    height:100%;
    font-size:16px;
}

.container-fluid{
    height:100%;
}

.r1 .c1{
    height:50px;
    background-color:#70c0f0;
}

.r2{
    height:50%;
}
.r2 .c1{ 
    max-width:800px;
    height:200%;
    border:2px solid #70c0f0;
    border-top-style:none;
    border-bottom-style:none;
    margin-top:-50px;
    padding:0;
}
.r2 .bt{
    width:100%;
    height:50px;
    background-color:#70c0f0;
    margin-top:100px;
}
.r2 .bt h2{
    line-height:50px;
    
}
.r2 .nr{
    margin-top:10px;
}
.r2 .gybznr span{
    display:inline-block;
    width:120px;
}