@charset "utf-8";
html,body{
    height:100%;
    font-size:16px;
}

.container-fluid{
    height:100%;
}

.r1 .c1{
    height:50px;
    background-color:#70c0f0;
    position:absolute;
}

.r2{
    height:100%;
}
.r2 .c2{ 
    min-height:100%;
    border:2px solid #70c0f0;
    border-top-style:none;
    border-bottom-style:none;
    padding:0;
}
.r2 .bt{
    width:100%;
    height:50px;
    background-color:#70c0f0;
    margin-top:100px;
}
.r2 .bt h3{
    line-height:50px;
    margin-left:20px;
}
.r2 .bt .input-group{
    width:300px;
    margin-top:10px;
}
.r2 .bt .form-control{
    height:30px;
}
.r2 .bt .input-group-text{
    width:60px;
    height:30px;
    background:#A2D4F2 url(../imgs/v2tu1.png) no-repeat scroll 5px 6px;
    line-height:10px;
    text-indent:8px;
}
.r2 .nr{
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
}
.r2 .nr a{
    border:none;
    border-bottom:1px solid #70c0f0;
    border-radius:0;
    line-height:20px;
    margin-top:20px;
}
.r2 .nr .rq{
    /* display:inline-block; */
    width:160px;
}



.r2 .fy li{
    border:1px solid #70c0f0;
}
.r2 .fy a{
    border:none;
}
