@charset "gb2312";
/* CSS Document */
.container{
    width: 100%;
    height: 100%;
}

.layui-form-item{
    margin-bottom: 5px !important;
}

.layui-layer-open,.layui-layer-title{
    border-radius: 0.5rem !important;
}



.imgdiv{
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-size:cover;
    object-fit:cover;
    background-repeat:no-repeat;
    background-position:50%;
    position:absolute;
}

.content{
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 28%;
    left: 3%;
    padding-left: 4%;

}

.content ul li{
    width: 28%;
    display: inline-block;
    float: left;
    padding: 0;
    margin-left:3%;
    margin-bottom: 3%;
}

.content img{
    width: 100%;
    height: 100%;

}
.footer{
    width: 90%;
    position: absolute;
    bottom: 1rem;
    left: 5%;
    clear: both;
    color: #444;
    font-size: 0.6rem;
}
.footer div{
    margin-bottom: 0.2rem;
}
.footer div p{
    line-height: 1rem;
    text-align: left;
}
.footer div p.header{
    color: #333;
    font-weight: bolder;
    font-size: 0.7rem;
}

.contentlogin{
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 50vh;
    margin-top: 25vh;
}

.contentlogin2{
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 90vh;
    margin-top: 5vh;

}

.contentlogin3{
    padding: 0;
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    margin-top: 10vh;
    padding-top:0.5rem;
    height: 80vh;

}

.contentlogin4{
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 68vh;
    margin-top: 14vh;

}

.contentlogin5{
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 66vh;
    margin-top: 17vh;

}

.award{
    background: white;
    width: 94%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 95vh;
    margin-top: 2vh;
    padding-top: 1vh;
    overflow: hidden;
}


.record{
    width: 100%;
    margin: 0 auto;
    border-radius: 0.5rem;
    height: 90vh;
    overflow-y:auto !important;
    padding-top: 0.5rem;
}



/*ΉΜΆ¨±νΝ·*/
.table-sticky-head .layui-table tbody{
    height: calc(100vh - 130px);
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
}
.table-sticky-head .layui-table tbody::-webkit-scrollbar {
    display: none;
}
.table-sticky-head .layui-table thead,
.table-sticky-head .layui-table tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.layui-table-auto .layui-table td{
    white-space: inherit!important;
    font-size: 0.8rem !important;
}
.layui-table{
    display: block !important;
}



.activity{
    background: white;
    width: 90%;
    margin: 1rem auto;
    height: 94vh;
    border-radius: 0.5rem;
    overflow-y: auto;
}

.layui-col-space15{
    margin: 0;
    padding: 0;
}
.layui-col-md6{
    padding: 0;
}
.layui-card{
    margin: 0px;
}
.gaojianimg{
    width: 100%;
    display: inline-block;
    height: 20rem;
}
.gjimg{
    width: 100%;
    height: auto;
}


#inform{
    width: 85%;
    height: 70%;
    position: absolute;
    background: white;
    color: #000000;
    z-index: 999999999;
    top:10%;
    left:5%;
    border-radius: 10px;
    padding: 12px;
    overflow: auto;
    display: block;
}

#inform .iheader{
    line-height: 25px;
    text-align: center;
    font-weight: bolder;
    font-size: 1rem;
    padding-top: 8px;
}
#inform .icontent{
    line-height: 27px;
    text-align: left;
    font-size: 14px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#inform .iright{
    text-align: right !important;
}

#inform .indext{
    text-indent: 2ch;
}


#inform .iclose{
    position: relative;
    right: 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bolder;
    float: right;
    text-align: right;
    top: -10px;
}









