#search-cert{
    height: 100vh;
    background: url("../images/search-certbg.jpg") no-repeat top center;
    background-size: 100% 100%;
}
.zt{
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    font-size: 34px;
    color: #ffffff;
}
h2{
    margin-top: 22px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 10px;
}
.main-wrapper{
    margin-top: 40px;
    width: 100%;
    height: 476px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.left-wrapper{

}
.right-wrapper{

}
.search-title{
    width: 100%;
    height: 40px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.layui-input-block{
    margin-left: 0;
    margin-top: 12px;
}
.layui-input{
    border-radius: 6px;
}
.layui-btn{
    width: 100%;
    background-image: linear-gradient(to right, #2e77e7, #56b7e4);
    background-image: -moz-linear-gradient(to right, #2e77e7, #56b7e4);
    background-image: -ms-linear-gradient(to right, #2e77e7, #56b7e4);
    background-image: -o-linear-gradient(to right, #2e77e7, #56b7e4);
    background-image: -webkit-linear-gradient(to right, #2e77e7, #56b7e4);
}
#foot{
    margin-top: 52px;
    font-size: 11px;
    color: #dddddd;
}
.header-img-box{
    height: 238px;
    background: #f5f5f5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header-img{
    width: 155px;
    height: 163px;
}
.cert-box{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.qrcode-box{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.qrcode{
    width: 105px;
}
.qr-txt{
    color: #787878;
}
.cert-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cert-item{
    height: 42px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cert-tit{
    color: #808080;
}
.cert-content{
    color: #1e1e1e;
}
.research{
    font-size: 14px;
    color: #787878;
}