/*.container{
    background: url("/resources/web/certificate/images/cert_bg.jpg") #4c8cce no-repeat center center;
    background-size:100% 100%;
    width: 100%;
    padding: 94px 0;
    height: calc(100vh);
}*/
.container {
    width: 100%;
    background: url(/resources/web/certificate/images/cert_bg.jpg) #4c8cce no-repeat center center;
    background-size: cover;
    background-position: center 0;
    height: calc(100vh);
}
h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.main-left{
    height: 200px;
    background: #fff;
    opacity: 0.7;
    display: flex; /* 将 div 转为 Flex 容器 */
    align-items: center; /* 垂直方向居中（核心属性，实现图片垂直居中） */
    justify-content: center; /* 可选：水平方向居中（让图片同时水平垂直居中） */
    margin: 0 10px 10px 0;
}

.main-right{
    height: 200px;
    background: #4F81A9;
    opacity: 0.9;
    display: flex; /* 将 div 转为 Flex 容器 */
    align-items: center; /* 垂直方向居中（核心属性，实现图片垂直居中） */
    justify-content: center; /* 可选：水平方向居中（让图片同时水平垂直居中） */
    margin-bottom: 10px;
}

.main-img {
    max-width: 90%; /* 图片最大宽度不超过容器 90% */
    max-height: 90%; /* 图片最大高度不超过容器 90% */
}

.layui-form{
    padding-top: 50px;
}
.layui-input{
    border-color: #1760ad;
}
.layui-input:hover{
    border-color: #1760ad!important;
}

.input_style {
    margin: 8px 0;
    border: 1px solid #023f7e;
    float: left;
    width: 440px;
}
.input_style span {
    display: inline-block;
    margin: 12px 10px;
}
.input_style input {
    width: 380px;
    height: 45px;
    border: none;
    float: right;
    margin: 2px 0;
    background: transparent;
    outline: none;
}
.main_left ul,.main_right ul{
    padding-left: 30px;
}
.main_left ul li,.main_right ul li {
    color: #fff;
    line-height: 50px;
}
.main_left ul li span,.main_right ul li span {
    display: inline-block;
    margin: 0 5px;
    text-align: right;
}
.main_left ul .head_img {
    position: absolute;
    top: 20px;
    right: 143px;
}

.main_right .search_img {
    width: 126px;
    height: 300px;
    display: inline-block;
    margin-left: 230px;
    margin-top: 200px;
}
.main_right .search_img span {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #c0c4cc75;
}