/* body内容 */
.blcu-body .cert_content {
    margin: 0 auto;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    /*background: url(../image/certificate_bg.jpg) no-repeat left top;*/
    background-size: 100% 100%;
    margin-bottom:45px;
}

/* 证书查询 */
.blcu-body .cert_content .web_certificate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.web_certificate_content h3{
    font-weight: bold;
    width: 727px;
    margin: 43px auto 0px;
    font-size: 36px;
    color: #022f5c;
    text-align: center;
    padding-bottom: 34px;
    /*background: url(../images/zscx-title.png) no-repeat left bottom;*/
}

.blcu-cert-form{
    width: 790px;
    height: 100%;
    /*float: left;*/
    /*margin-left: 50px;*/
    /*display: flex;*/
    margin: 0 auto;
    border: 14px solid #2ea7aa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.blcu-cert-form h4{
    font-size: 26px;
    color: #022f5c;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}
.blcu-cert-form div {
    width: 360px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.blcu-cert-form div select{
    width: 270px;
    height: 34px;
    border: 1px solid #ddd;
}
.blcu-cert-form div label,
.blcu-cert-form div input{
    float: left;
}
.blcu-cert-form div label{
    font-size: 16px;
    color: #022f5c;
    line-height: 32px;
    width: 90px;
    text-align: right;
}
.blcu-cert-form div input{
    padding: 5px 10px;
    width: 270px;
    height: 34px;
    border: 1px solid #ddd;
}
.blcu-cert-form button{
    display: block;
    width: 110px;
    height: 38px;
    background: #2ea7aa;
    font-size: 20px;
    color: #fff;
    margin: 0 auto 15px auto;
    cursor: pointer;
    border: none;
}



.blcu-cert-info{
    width: 790px;
    height: 100%;
    margin: 0 auto;
    border: 14px solid #2ea7aa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.blcu-cert-info div {
    width: 496px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.blcu-cert-info div label,
.blcu-cert-info div input{
    float: left;
}
.blcu-cert-info div label{
    font-size: 16px;
    color: #022f5c;
    line-height: 32px;
    width: 172px;
    text-align: right;
}
.blcu-cert-info div input{
    padding: 5px 10px;
    width: 270px;
    height: 34px;
    border: 1px solid #ddd;
}
.blcu-cert-info button{
    display: block;
    width: 61px;
    height: 28px;
    background: #2ea7aa;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 15px auto;
    cursor: pointer;
    border: none;
    float: left;
}

.error {
    font-family: "Microsoft YaHei", YaHeiUI;
    font-size: 13px;
    margin: 2px 0;
    display: block;
    padding-left: 88px;
    color: red;
    width: 300px;
}