html,body {
    height: 100%;
}
.layui-container {
    width: 700px !important;
}
.login-layout {
    min-height: 100%;
    display: flex;
}
.login-left {
    width: 520px;
background: #F0F5FF url(../img/bg.png) center center no-repeat;
}
body, button, input, select, textarea {
font: 14px / 1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, "SimSun", "sans-serif";
}
.logo {
    margin: 10px 0 0 10px;
}
.login-right {
padding-top: 128px;
min-height: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding-bottom: 132px;
box-sizing: border-box;
}
.login-logo {
position: absolute;
top: 36px;
left: 32px;
display: flex;
align-items: center;
width: calc(100% - 64px);
box-sizing: border-box;
height: 22px;
}
.login-content {
width: 600px;
}
.login-form h2 {
font-size: 32px;
font-weight: 700;
color: #13161B;
line-height: 40px;
text-align: center;
margin-bottom: 12px;
}
.login-form h3 {
font-size: 14px;
font-weight: 400;
color: #8D949F;
line-height: 22px;
text-align: center;
margin-bottom: 30px;
}
.login-box {
    padding: 3px;
    border-radius: 20px;
    border: 3px solid #4c99ff;
    background-color: #f7f7f7;
}

.login-footer {
position: absolute;
width: 100%;
bottom: 0;
height: 62px;
padding: 20px;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: 400;
color: #8D949F;
line-height: 22px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}

.login-footer-item:not(:last-child) {
margin-bottom: 8px;
}

.login-footer a {
color: #8D949F;
}
.login-footer a:hover {
color: #8D949F;
text-decoration: underline;
}
.seach-result {
width: 80%;
}
.layui-card-body table {
font-size: 14px;
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
margin: 0 auto;
width: 800px;
}
.layui-card-body td {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding-left: 10px;
height: 40px;

}
.photo {
text-align: center;
font-size: 12px;
}
.photo p {
padding-top: 10px;
}
.school-title {
text-align: center;
font-size: 24px;
padding-bottom: 26px;
} 
.re-search {
    margin-top: 20px;
    text-align: center;
}