/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*background-color: #F5F5F5;*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
    background-color: #031720;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    /*background-color: #dedede;*/
    background-color: #F5F5F5;
}

html, body {
    height: 100%;
}
.zr-page{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    /*background: url(../images/my_bg.png) no-repeat;*/
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
/*****************************loading样式start********************************/
#loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    margin-top: 0px;
    top: 0px;
    left: 0;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#font-center-absolute {
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 52%;
    width: 100%;
    letter-spacing: 5px;
    color: #ddd;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 45%;
    height: 130px;
    width: 130px;
    margin-top: -65px;
    margin-left: -65px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #FFF;
    border-right: 3px solid transparent;

    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;

}

#object_one {
    left: 50px;
    top: 50px;
    width: 32px;
    height: 32px;
}

#object_two {
    left: 42px;
    top: 42px;
    width: 45px;
    height: 45px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 35px;
    top: 35px;
    width: 58px;
    height: 58px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;

}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/*****************************loading样式end********************************/
.index-page{
    background: url("../img/index_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.index-title{
    display: block;
    margin:8% auto;
}
.index-btn{
    width: 100%;
    height: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-btn img{
    max-height: 100%;
    margin: 0 4%;
    cursor: pointer;
}

.info-page{
    background: url("../img/bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.header{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #742419;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header img:first-child{
    float: left;
}.header img:last-child{
    float: right;
}
 .info-container{
     width: 100%;
     height: calc(100% - 100px);
 }
 .info-container .name{
     font-size: 32px;
     font-weight: bold;
     color: #742419;
     text-align: center;
     line-height: 40px;
     padding: 20px 0 10px 0;
 }
 .layui-form-label{
     font-size: 24px;
     color: #742419;
     font-weight: bold;
 }
 .searchBox{
     width: 100%;
     height: 40px;
     padding: 10px 0 0 0;
     text-align: center;
 }
 .searchBox input{
     background: transparent;
     border: 1px solid #742419;
 }
.layui-form-select dl dd.layui-this{
    background-color: rgba(116, 36, 25, 0.79) !important;
}
.searchBtn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #742419;
    text-align: center;
    font-size: 26px;
    color: white;
    display: inline-block;
    margin-left: 40px;
    cursor: pointer;
}
.info-content{
    width: 100%;
    height: calc(100% - 150px);
    box-sizing: border-box;
    /*padding: 20px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.tipsContent{
    padding-bottom: 420px;
    text-align: center;
    font-size: 28px;
    color: #742419;
    font-weight: bold;
}
.infoContent{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
}
.studentName span{
    font-weight: bold;
}
.swiper-container,.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 0 20px 0;
}
.studentImgNo{
    padding-top: 150px;
    text-align: center;
    font-size: 26px;
    color: #742419;
    font-weight: bold;
}
.studentName{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    font-size: 28px;
    color: #742419;
    min-height: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.studentName div{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow-y: auto;
}
.swiper-slide img{
    box-sizing: border-box;
    padding: 10px 10% 0 10%;
    max-width: 100%;
    max-height: 69%;
}
.photoviewer-title{
    text-align: center;
}
