*{
    margin: 0;
    padding: 0;
}
.zc-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: Arial MT;
}
img{
    width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
    border: none;
    display:block
}
.common{
    width: 95%;
    margin: 0.625rem auto;
}
h2{
    font-weight: bolder;
    font-size: 0.625rem;
    text-align: center;
}
p{
    margin-top: 0.5rem;
    font-size: 0.4375rem;
}
.contentbox{
    margin-bottom: 0.5rem;
}
.common2{
    width: 85%;
    margin: 0.625rem auto;
    text-align: center;
}
.projectsbox{
    margin-top: 0.3125rem;
}
dl{
    margin-bottom: 0.5rem;
}
dd{
  font-size:0.5625rem;
  font-weight: bolder;  
}
.specificationbox{
    margin-top: 0.3125rem;
}
.onboard {
    max-height: 218px;
    background: rgba(0, 160, 233, 1);
}
.onboard-inp{
    width: 70%;
    margin: 0.3125rem auto;
    display: flex;
    flex-direction: column;
}
.onboard-inp .inpu{
    margin-bottom: 0.3125rem;
    width: 100%;
    outline: none;
    border: none;
    background-color: rgba(248, 248, 248, 1);
    color: rgba(113, 113, 113, 1);
    line-height: 1.1875rem;
    text-align: center;
    border-radius: 0.9375rem;
    font-size: 0.5rem;
}
.btn{
    width: 100%;
    outline: none;
    border: none;
    height: 40px;
    line-height: 1.1875rem;
    text-align: center;
    border-radius: 0.9375rem;
    font-size: 0.25rem;
    background-color: rgba(0, 73, 134, 1);
    color: rgba(255, 255, 255, 1);
}
.imge{
    width: 92%;
    margin: 0 auto;
}
.imge>div{
    width: 100%;
}
h3{
    font-weight: bolder;
    font-size: 0.5rem
}
.page .main-page{
    width: 100%;
    margin-top: 0.5rem;
}
.com{
    margin: 0.5rem 0;
}
.text{
    margin-bottom: 0.5rem;
}
.tables table{
    width: 100%;
    border: 1px solid #ade2f5;
}
tr,td{
    border: 1px solid #ade2f5;
}  
td{
    padding-right: 3px;
}
.names{
    font-weight: bolder;
    text-align: right;
}
.types{
    text-align: right;
}