* {
    margin: 0;
    padding: 0;
}

.raise {
    height: 120px;
}

.query-warp {
    /* width: 100vw; */
    height: calc(100vh - 176px);
    background-size: 100% 100%;
    position: relative;
}

.query-header {
    width: 100%;
    height: 10%;
    text-align: center;
    padding: 15px 0;
    background-color: #0675c9;
}

.query-header img {
    height: 100%;
    width: 300px;
}

.query-content {
    width: 60%;
    height: 80%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border: 7px #0a1b6f solid;
    border-radius: 16px;
}

.content-footer{
    display: block;
}

.tip{
    color: #999999;
    margin-top: 10px;
    display: none;
}

.mobile-footer{
    width: 100%;
    color: #9E9E9E;
    text-align: center;
    display: none;
    margin-top: 20px;
}

.mobile-footer p{
    margin: 0;
}

.mobile-show{
    display: none;
    width: 100%;
}

.applicationCard{
    width: 95%;
    margin: 2% 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    border-radius: 10px 10px 10px 10px;
}

.card_title{
    width: 100%;
    padding: 2% 0;
    border-bottom: #D8D8D8 1px solid;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application_ing{
    display: inline-block;
    background: #EA782F;
    color: #fff;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 2px 10px;
}

.application_over{
    display: inline-block;
    background: #D8D8D8;
    color: #999999;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 2px 10px;
}

.application_content{
    width: 100%;
}

.application_time{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.begin_time, .end_time{
    text-align: center;
}

.time_title{
    font-weight: 400;
    font-size: 1.2rem;
    color: #283C72;
}

.time_cont{
    font-size: 1.2rem;
    color: #999999;
}

.application_address{
    width: 100%;
    text-align: center;
}

.attend_btn{
    width: 100%;
    text-align: center;
}

.confirm_btn{
    width: 30%;
    border: none;
    color: #fff;
    padding: 1% 0;
    background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 2%;
}

.cancel_btn{
    width: 30%;
    border: none;
    color: #fff;
    padding: 1% 0;
    background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 2%;
}

.query-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 8px;
}

.query-wrap input {
    width: 300px;
    height: 40px;
    text-indent: 0.5em;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    outline: none;
}

.query-wrap .query-span {
    min-width: 60px;
    color: #0a1b6f;
    font-weight: bold;
}

#query {
    display: flex ;
    flex-direction: column;
}

.content-top,
.content-footer {
    width: 100%;
}

.content-top {
    height: 30%;
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    font-family:Microsoft YaHei;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #0a1b6f;
    /* margin: 0 auto; */
    text-align: center;
    color: #0a1b6f;
}

.el-form-item {
    margin-bottom: 22px;
}

/* 现场确认申报 */
.confirmation-top {
    font-size: 14px;
    background: #dbeeff;
    padding: 0 20px;
    height: 12%;
    align-items: center;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.confirmation-top ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#confirmations-table {
    width: 100%;
}
#confirmation-center{
    height: 425px;
    overflow-y: auto;
}
#confirmation-center::-webkit-scrollbar{
  width: 8px; /* 竖向滚动条宽度 */
  height: 8px; /* 横向滚动条高度 */
}
#confirmation-center::-webkit-scrollbar-track {
  background: #F5F6F7; /* 轨道背景色 */
}
#confirmation-center::-webkit-scrollbar-thumb {
  background: #9a9a9a; /* 滑块背景色 */
  border-radius: 10px; /* 滑块圆角 */
  opacity: .3;
}
.confirmations-th,
.confirmations-td {
    text-align: center;
    height: 60px;
}

.confirmations-th {
    background: #f9f9f9;

}

.confirmations-td {
    border-bottom: 2px solid #f5f5f5;
}

.confirmations-tr:hover {
    background: #dbeeff;
}

.signUp {
    cursor: pointer;
    color: #028be9;
}

.signUpOk {
    cursor: pointer;
    color: rgb(0, 197, 112);
}

/* 温馨提示 */
.reminder-bg {
    width: 100%;
    height: 100vh;
    background: #14131359;
    position: fixed;
    top: 0;
    display: none;
}

.reminder-wrap {
    width: 50%;
    height: 40%;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    border-radius: 6px;
    max-width: 600px;
}

.reminder-title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
.reminder-title1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #172B84;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
}
#reminder-center {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    text-indent: 2em;
}

#reminder-btn-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.reminder-btn {
    width: 30%;
    height: 30px;
    border: none;
    margin: 0 9.5%;
    border-radius: 18px;
}

.cancel {
    background: #d2e7fb;
}

.determine {
    background: #4ea6f9;
    color: #fff;
}

.reminder-wrap1 {
    width: 70%;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    border-radius: 6px;
    max-width: 800px;
    border-radius: 15px;
}

#reminder-center {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    text-indent: 2em;
}
#reminder-center1{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    font-size: 12px;
}
#reminder-center1::-webkit-scrollbar{
    width: 8px; /* 竖向滚动条宽度 */
    height: 8px; /* 横向滚动条高度 */
  }
#reminder-center1::-webkit-scrollbar-track {
  background: #F5F6F7; /* 轨道背景色 */
}
#reminder-center1::-webkit-scrollbar-thumb {
  background: #D8D8D8; /* 滑块背景色 */
  border-radius: 10px; /* 滑块圆角 */
  opacity: .3;
}

#reminder-btn-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#reminder-btn-wrap1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.reminder-btn {
    width: 30%;
    height: 30px;
    border: none;
    margin: 0 9.5% 10px;
    
    border-radius: 18px;
}

.cancel {
    background: #d2e7fb;
}
#reminder-btn-wrap1 .determine {
    background: #172B84;
    color: #fff;
}


/* 现场确认提交材料审核 */
.material-center {
    display: flex;
    width: 100%;
    height: 88%;
}

.material-left {
    width: 25%;
    height: 100%;
    border-right: 1px solid #ccc;
}

.material-left ul {
    height: 100%;
}

.material-left ul li {
    border-bottom: 1px solid #ccc;
    /* height: 15%; */
    padding: 0 10px;
}


.material-left ul li p {
    line-height: 40px;
    margin: 0;
}

.font18 {
    font-size: 18px;
    font-weight: bold;
}

.material-substance {
    margin: 0;
    text-indent: 2em;
}

.material-right {
    width: 75%;
    height: 100%;
    position: relative;
    margin: 0 10px;
}

.material-upload {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 90%;
    width: 96%;
    margin: 0 auto;
}

.upload-warp {
    width: 50%;
}

.upload-warp img {
    width: 150px;
    height: 150px;
    margin: 10px 0;
}

.example-warp {
    width: 50%;
}

.example-warp img {
    width: 100%;
    margin: 10px 0;
}

.material-right-btn {
    position: absolute;
    bottom: 60px;
    left: 30px;
}

.material-btn {
    width: 120px;
    border: none;
    height: 30px;
    border-radius: 6px;
    background: #7ec5f9;
    color: #fff;
}

#material-submit {
    background: #ffa64c;
}

/*  */
.content-middle,
.stuInfo {
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#result {
    width: 600px;
    height: 80%;
    border: 1px solid #0675ca;
    padding: 0px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.table-wrapper {
    width: 100%;
    height: 100%;
}

.sszx-student-table,
.zk-student-table,
.teacher-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: 100%;
    position: relative;
}

.stuInfo_list {
    display: flex;
    height: 15%;
    font-size: 20px;
    justify-content: flex-start;
    padding: 10px;
}

.result_right {
    position: absolute;
    right: 0;
    top: 30%;
    width: 150px;
}

.stuInfo_list_lable {
    flex: 1;
}

.stuInfo_list_center {
    flex: 4;
    text-align: left;
}

.stuInfo_right {
    position: absolute;
    top: 20%;
    width: 150px;
    right: 8%;
}

.content-footer {
    position: absolute;
    bottom: 0;
    height: 15%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0a1b6f;
    background-color: #fff;
}

.btns {
    height: 40px;
    line-height: 40px;
    background: #182b84;
    width: 60%;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 24px;
    display: inline-block;
    margin: 0 auto;
}

.sidentify {
    width: 60%;
}

.content-verification .el-form-item__content {
    display: flex;
}

.content-verification span,
.checkCode-wrap {
    flex: 3;
}

.content-verification input {
    flex: 4;
    outline: none;
    height: 40px;
    border: 1px solid #222324;
    border-radius: 2px;
    padding: 0 10px;
}

.content-verification button {
    flex: 2;
    background-color: #028be9;
    border: none;
    border-radius: 2px;
    margin-left: 4px;
    color: #fff;
}

.content-input input {
    flex: 7;
    outline: none;
    height: 40px;
    border: 1px solid #222324;
    border-radius: 2px;
    padding: 0 10px;
}

.el-button {
    width: 80%;
}

.code {
    font-family:Microsoft YaHei;
    font-style: italic;
    color: blue;
    font-size: 24px;
    border: 0;
    padding: 0 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: right;
    cursor: pointer;
    width: 38%;
}

a {
    text-decoration: none;
    font-size: 18px;
    color: #288bc4;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .content-top {
        font-size: 14px;
    }

    .query-wrap input {
        width: 100%;
        height: 40px;
        text-indent: 0.5em;
        border-radius: 4px;
        border: 1px solid #dcdfe6;
        outline: none;
    }

    .query-wrap .query-span {
        min-width: 60px;
    }

    #result {
        width: 80%;
        height: 80%;
        border: 1px solid #0675ca;
        padding: 0px 10px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .result_right {
        position: absolute;
        right: 0;
        top: 50%;
        width: 100px;
    }

    .stuInfo_list {
        display: flex;
        height: 15%;
        font-size: 14px;
        justify-content: flex-start;
        padding: 10px;
    }

    .stuInfo_list_lable {
        min-width: 70px;
    }
}

@media (max-width: 1024px) {
    .query-content{
        width: 95%;
        height: calc(100vh - 130px);
        border: 1px solid #283C72;
        top: 40%;
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
        border-radius: 10px 10px 10px 10px;
        overflow-y: auto;
    }
    .content-top{
        height: 30%;
        border-bottom: none;
        flex-direction: column;
        color: #182B84;
        font-size: 2.5rem;
    }
    .content-top::after {
        content: '';
        width: 70%;
        height: 1px;
        display: block;
        margin: 0 auto;
        border-bottom: 1px solid #182B84;
    }
    .tip{
        display: block;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .content-footer{
        display: none;
    }
    .mobile-footer{
        font-size: 1.2rem;
        display: block;
    }
    #query{
        width: 100%;
    }
    .query-wrap{
        justify-content: center;
    }
    .query-wrap input{
        width: 60%;
        height: 50px;
    }
    .query-wrap input::-webkit-input-placeholder {
        color: #D3D3D3;
        font-size: 2rem;
    }
    .query-wrap .query-span{
        color: #333333;
        font-size: 2rem;
        margin-right: 10px;
    }
    .btns{
        width: 60%;
        height: 50px;
        line-height: 30px;
        background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 50px;
    }
    .reminder-wrap1{
        width: 95%;
        height: 60%;
        max-width: auto;
    }
    #reminder-center1{
        height: 80%;
        overflow: auto;
    }
    .mobile-warp{
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #D8D8D8;  
    }
    .mobile-confirmation{
        background: #283C72;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        height: auto;
        font-size: 1.5rem;
    }
    .confirmation-top ul{
        flex-wrap: wrap;
        margin: 2%;
    }
    .confirmation-top ul li{
        margin-bottom: 2%;
    }
    .mobile_sc{
        margin-right: 5%;
    }
    .mobile-not{
        display: none;
    }
    .mobile-show{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .reminder-wrap {
        width: 80%;
        height: auto;
        max-width: auto;
    }
    .reminder-title{
        color: #283C72;
        font-weight: normal;
    }
    .cancel{
        background: #283C72;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 50px 50px 50px 50px;
        color: #fff;
    }
    #reminder-center{
        text-align: center;
        text-indent: 0%;
    }
    .font18{
        justify-content: center;
        border-radius: 10px 10px 0px 0px;
        padding: 2% 0;
    }
    .material-center{
        flex-direction: column;
    }
    .material-left{
        width: 100%;
    }
    .material-left ul{
        width: 100%;
    }
    .material-right{
        width: 100%;
        margin: 0px;
    }
    .material-left ul li .material-substance{
        text-indent:0%;
        white-space: wrap;
        margin-right: 0;
    }
    .material-left ul li{
        display: flex;
        justify-content: space-between;
        height: auto;
    }
    .material-left ul li p{
        white-space:nowrap;
        margin-right: 20%;
        line-height: 3rem;
    }
    .material-content{
        height: auto;
    }
    .material-right-btn{
        width: 100%;
        position: static;
        text-align: center;
        padding: 10% 0;
    }
    .upload-warp img{
        width: 90%;
        height: auto;
        margin: 0;
    }
    .header{
        height: 20%;
    }
    .reminder-btn{
        width: auto;
        margin: 0;
        padding: 0 10%;
    }
    #reminder-btn-wrap{
        position: static;
        margin-bottom: 2%;
    }
}

@media (max-width: 760px) {
    .query-content{
        width: 95%;
        height: calc(100vh - 130px);
        border: 1px solid #283C72;
        top: 40%;
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
        border-radius: 10px 10px 10px 10px;
        overflow-y: auto;
    }
    .content-top{
        height: 25%;
        border-bottom: none;
        flex-direction: column;
        color: #182B84;
        font-size: 1.5rem;
    }
    .content-top::after {
        content: '';
        width: 70%;
        height: 1px;
        display: block;
        margin: 0 auto;
        border-bottom: 1px solid #182B84;
    }
    .tip{
        display: block;
        font-size: 0.8rem;
        font-weight: normal;
    }
    .content-footer{
        display: none;
    }
    .mobile-footer{
        font-size: 0.9rem;
        display: block;
    }
    #query{
        width: 100%;
    }
    .query-wrap{
        justify-content: center;
    }
    .query-wrap input{
        width: 60%;
        height: 30px;
    }
    .query-wrap input::-webkit-input-placeholder {
        color: #D3D3D3;
        font-size: 1.2rem;
    }
    .query-wrap .query-span{
        color: #333333;
        font-size: 1.5rem;
        margin: 0;
    }
    .btns{
        width: 60%;
        height: 30px;
        line-height: 30px;
        background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 50px;
    }
    .mobile-warp{
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #D8D8D8;  
    }
    .material-content{
        height: auto;
    }
}

@media (max-width: 540px) {
    .query-content{
        width: 95%;
        height: calc(100vh - 130px);
        border: 1px solid #283C72;
        top: 40%;
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
        border-radius: 10px 10px 10px 10px;
        overflow-y: auto;
    }
    .mobile-warp{
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #D8D8D8;  
    }
    .material-content{
        height: auto;
    }
}

@media (max-height: 850px) {
    #reminder-center1{
        height: 70%;
    }
    .material-content{
        height: auto;
    }
}