.service {
   position: relative;
   padding-top: 52px;
   padding-bottom: 150px;
}

.service .navbar {
   position: absolute;
   top: 0px;
   width: 100%;
   height: 52px;
   z-index: 9999;
}

.service .container {
   margin: 0px auto;
   width: 65%;
   border: 1px solid #7777;
   height: 100%;
   padding: 10px 20px;
}

.service .container .row_title {
   line-height: 25px;
   text-indent: 2em;
   margin: 10px 0px;
}

.service .container .table {
   margin: 0px auto;
   width: 500px;
}

.service .container .table table,
td,
th {
   border: 1px solid black;
   height: 40px;
   /* line-height: 40px; */
   text-align: center;
   vertical-align: middle;
}

.service .container .table table th {
   background-color: aquamarine;
}

.service .container .table table {
   width: 100%;
}

.service .footer {
   width: 100%;
   position: absolute;
   bottom: 0px;
   height: 100px;
   background: #222;
}