
[v-cloak]
{
    display: none
}
@media print {
    @page {
    margin: 0;
    }
}

.page{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title{
    font-size: 32px;
    font-weight: 700;
    margin-top: 80px;
}
.title_tip{
    font-size: 18px;
    color: #999;
    margin-top: 10px;
}

.container{
    min-width:320px ;
    width: 80%;
    max-width: 364px;
    margin-top: 60px;
}

.container-top {
    color: #fff;
    background-color: #3f9ce8;
    height: 50px;
    padding:0 20px;
    line-height: 50px;
    box-sizing: border-box;
}

.container-center {
    background: #FFF;
    padding-bottom: 30px;
}
.container-center .ck {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ck .ck_btn{
    color: #FFF;
    background: crimson;
    width: 70%;
    height: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    margin-top: 36px;
    cursor: pointer;
}

.ck .ck_close_btn{
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}


.container-center .sd {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.container-center .sd img{
    width: 57px;
    padding: 40px 0;
}

.container-center .sd_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #575757;
    font-size: 14px;
    font-weight: 700;
}

.container-footer{
    color: #6c757d;
    background: gainsboro;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

a{
    color: cornflowerblue;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    margin-top: 20px;
}

.cx_top,
.cx_code{
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.cx .cx_title{
    font-size: 15px;
    font-weight: 700;
    cursor: default;
}

.cx_top input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.cx_code .cx_captcha{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.cx_code input{
    width: 56%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

.cx_code img{
    border: 1px solid #eff2f5;
    cursor: pointer;
}

.cx_btn{
    padding: 0 20px;
    box-sizing: border-box;
}

.cx_btn div{
    background: lightskyblue;
    text-align: center;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 16px;
    cursor: pointer;
}

#page .admissionticket .el-dialog__wrapper {
    top: -70px;
}
#page .admissionticket .el-dialog__wrapper .el-dialog {
    border-radius: 8px;
}
 #page .admissionticket .el-dialog__wrapper .el-dialog .el-dialog__body {
    padding: 30px 70px;
    overflow: auto;
}
.admissionform {
    display: flex;
    flex-direction: column;
    /* 合并边框 */
    border-collapse: collapse;
    width: 590px;
    /* 设置行高 */
    /* 设置单元格的样式 */
}
.admissionform tr {
    height: 50px;
}
.admissionform td {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    width: 143px;
    padding: 0px 10px;
}
.admissionform td .idPhoto {
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}
.admissionform th {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    width: 160px;
}
.admissionform caption {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    text-align: center;
    color: #000000;
}
.admissionform .noticecenter {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 26px;
    color: #000000;
}
.admissionform .notice {
    padding: 20px;
}
.admissionform .notice .instructions {
    margin-bottom: 25px;
}
.admissionform .notice .instructions div {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px ;
    line-height: 30px;
    color: #4b4b4b;
}
 .admissionform .notice .noticedate div {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 40px;
    text-align: right;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #000000;
}

.demo-input-suffix {
    margin-bottom: 10px;
}
.el-dialog__header{
    border-bottom: 1px solid #f0f0f0;
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px !important;
    text-align: center;
}
.avatar {
    width: 178px;
    height: 178px;
    display: block;
}
