* {
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.scroll{
    overflow-y: auto;
    overflow-x: hidden;
}
.container{
    height: 100%;
    background: url(./images/Frame_37.png) no-repeat center center;
    background-size: cover;
}
.con_box{
    height: 100%;
    padding:60px 60px 20px;
    position: relative;
    box-sizing: border-box;
}
.sys_name{
    max-width: 416px;
    max-height: 68px;
}
.sys_name img{
    width: 100%;
    height: 100%;
}
.project_box{
    margin:auto;
    width: 1000px;
    text-align: center;
    position: absolute;
    /* top:50%; */
    left:50%;
    transform: translateX(-50%);
    margin-top:50px;
}
.s_logo{
    max-height: 65px;
}
.s_logo img{
    max-width: 415px;
    height: 100%;
}
.project_name{
    color: rgb(1, 85, 157);
    font-size: 32px;
    margin:22px 0 34px;
}
.project_table_box, .project_table_box td, .project_table_box th{
    text-align: left;

}
.project_table_box{
    font-size: 14px;
    border-collapse: collapse;
    color:rgb(64, 65, 63);
    width: 100%;
}
.project_table_box th{
    height: 32px;
    background: rgb(230, 239, 252);
    border:1px solid rgb(178, 207, 223);
}
.project_table_box td, .project_table_box th{
    padding: 0 8px;
    box-sizing: border-box;
}
.project_table_box td{
    height: 33px;
    background: #fff;
    color: rgb(64, 65, 63);
    border: 1px solid rgb(217, 217, 217);
}

.sys_footer{
    /* position: absolute;
    bottom: 20px;
    left:50%;
    transform: translateX(-50%); */
    color: rgb(111, 111, 111);
    font-size: 12px;
    margin-top:50px;
}

/* 证书查询页面 */
.form_box{
    color:rgb(64, 65, 63);
    font-size: 16px;
    height: 70px;
}
.form_box .form{
    display: flex;
}
.form_box input{
    width: 200px;
    height: 100%;
    padding:5px 10px;
    background: #fff;
    border-radius: 80px;
    box-sizing: border-box;
    outline: none;
    border:none;
}

.form_box button{
    width:110px;
    padding:12px 36px;
    background: rgb(233, 122, 42);
    color:#fff;
    font-size: 18px;
    border-radius: 57px;
    border:none;
    margin-left: 10px;
    cursor: pointer;
}

.form_result{
    width:1000px;
    /* height: 354px; */
    background: #fff;
    border-radius: 20px;
    padding:24px 24px 22px;
    box-sizing: border-box;
    margin-top:20px;
}
.form_result p{
    text-align: center;
    color: rgb(64, 65, 63);
    margin-top: 0;
    font-size: 16px;
}
.form_result_info{
    display: flex;
    height: 70px;

}
.form_result_info div{
    width: 49%;
    display: flex;
    text-align: left;
    padding:0 10px;
    height: 100%;
    align-items: center;
}
.form_result_info div label{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.form_result_info span{
    white-space: wrap;
}
.page-toolbar {
    height: 56px;
    border: 1px solid #d4d4d4;
    border-width: 1px 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #e6effc;
    overflow: hidden;
    zoom: 1;
}
.clearfix {
    clear: both;
}