@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

.container {
    width: 8rem;
    margin: 0 auto;
    border: .01rem solid #ddd;
    position: relative;
    background: white;
    padding-bottom: .4rem;
}

.zkz-pdf {
    width: 100%;
    padding: .4rem;
    padding-bottom: 0;
    position: relative;
}

.seal {
    position: absolute;
    top: 20%;
    right: 24%;
    width: 1.6rem;
}


.zkz-pdf * {
    font-family: '仿宋';
}

.zkz-pdf h1 {
    text-align: center;
    font-family: 'sy';
    font-size: .22rem;
    margin-bottom: .1rem;
    line-height: 1;
}

.zkz-pdf h2 {
    text-align: center;
    font-family: 'sy';
    font-size: .2rem;
    margin-bottom: .1rem;
    line-height: 1;
}

.info-group {
    line-height: 2;
    font-size: .16rem;
    flex: 1;
    min-width: 0;
}

.ifo-pt {
    margin: .2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ifo-p {
    width: 1.5rem;
    margin-left: .3rem;
    padding: .1rem;
    border: .01rem solid #333;
}

.ifo-p img {
    width: 100%;
    display: block;
}

.zkz-pdf table {
    width: 100%;
    border-collapse: collapse;
    margin: .2rem 0;
}

.zkz-pdf table th,
.zkz-pdf table td {
    border: .01rem solid #000;
    padding: .08rem;
    text-align: center;
}

.notice {
    font-size: .14rem;
    line-height: 1.8;
    text-indent: 2em;
}




/* dy */
@media print {


    ::-webkit-scrollbar {
       display: none;
    }


    html,
    body {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    html {
        font-size: 100px !important;
    }

    .xz-zkz {
        overflow: hidden;
    }

    /* 隐藏不需要打印的元素 */
    .head,
    .m-index,
    .ny-banner,
    .zkz-box,
    .foot {
        display: none !important;
    }

    /* 只显示准考证容器 */
    .xz-zkz {
        display: block !important;
    }

    .container {
        box-shadow: none;
        border: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .zkz-pdf {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        font-size: 12pt;
        font-family: sans-serif;
        box-sizing: border-box;
    }


    .xz-close,
    .xz-btn {
        display: none !important;
    }



}


/* zkz */

.zkz-c h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'sy';
}

.zkz {
    padding: 50px 30px;
    border-radius: 50px;
}

.zkz-tit {
    position: relative;
    margin-bottom: 60px;
}

.zkz-tit h3 {
    text-align: center;
}

.zkz-tit h3 b {
    font-size: 50px;
    color: #a91f1f;
    display: block;
}

.zkz-tit h3 span {
    display: block;
    font-size: 20px;
    color: rgba(255, 148, 61, 0.4);
}

.zkz-wz {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.zkz-wz span,
.zkz-wz a {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.zkz-wz a:hover {
    color: #a91f1f;
}

.zkz-c {
    width: 580px;
    margin: 0 auto;
    max-width: 100%;
}

.zkz-c ul li span {
    width: 180px;
    display: block;
    text-align: right;
    line-height: 40px;
}

.zkz-c ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.zkz-r {
    flex: 1;
    min-width: 0;
}

.zkz-r p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
}

.zkz-r input {
    background: #ffffff;
    border: .01rem solid #E2E2E2;
    height: 40px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    padding: 0 20px;
}

.zkz-r input::placeholder {
    font-size: 16px;
    color: #C2C2C2;
}

.zkz-ifo {
    margin-top: 30px;
}

.zkz-ifo p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
}

.zkz-ifo h3 {
    font-size: 18px;
    color: #a91f1f;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.zkz-ifo h3 b {
    position: relative;
}

.zkz-ifo h3 b::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
    border-top: 1px solid #D8D8D8;
    width: 300px;
}

.zkz-ifo h3 b::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    border-top: 1px solid #D8D8D8;
    width: 300px;
}

.zkz-btn input[type="submit"] {
    border-radius: 30px;
    background: #a91f1f;
    width: 180px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    cursor: pointer;
}

.zkz-r select {
    width: 100%;
    height: 40px;
    border: .01rem solid #E2E2E2;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}

.pic-box {
    width: 120px;
    height: 166px;
    padding: 10px;
    background: #ffffff;
    margin-right: 20px;
}

.pic-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sc-pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pic-bth {
    flex: 1;
    min-width: 0;
}

.pic-bth p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.pic-bth input {
    background: #FFFFFF;
    border: .01rem solid #E2E2E2;
}

.pic-ipt {
    position: relative;
    margin-bottom: 10px;
}

.pic-ipt input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pic-ipt button {
    width: 96px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    text-align: center;
    color: #a91f1f;
    font-size: 14px;
}

.zkz-c ul li span i {
    font-size: 20px;
    color: #EB0000;
}

.zkz-r textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 20px;
    color: #333333;
    border: .01rem solid #E2E2E2;
    outline: none;
    resize: none;
}

.zkz-r textarea::placeholder {
    font-size: 16px;
    color: #C2C2C2;
}


/* 文件上传 */
#drop-area {
    width: 100%;
    height: 200px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #ffffff;
}

#fileElem {
    display: none;
}

#fileElemBtn {
    color: #333;
    font-size: 18px;
    padding-top: 35px;
    margin: 10px 0;
    background: url(../images/xz.png) no-repeat center top;
}

.file-list {
    width: 100%;
}

.file-list div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 文件上传 */

.bmcg img {
    display: block;
    margin: 10px auto;
    width: 70px;
}

.bmcg {
    color: #333333;
    font-size: 30px;
    text-align: center;
}

/* xz-zkz */
.xz-zkz {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    padding: 30px 0;
}

.xz-zkz {
    background: rgba(0, 0, 0, .5);
}


.xz-close {
    font-size: 50px;
    line-height: 1;
    font-weight: 100;
    transform: rotate(45deg);
    color: #333333;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.xz-btn {
    border-radius: 30px;
    background: #a91f1f;
    width: 180px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    cursor: pointer;
}


















@media screen and (max-width: 1024px) {
    .zkz-wz {
        transform: translateY(-0.7rem);
    }

    .zkz-tit h3 b {
        font-size: .3rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .zkz-c ul li span {
        width: 100%;
        text-align: left;
    }

    .zkz-c ul li {
        margin-bottom: .1rem;
    }

    .zkz-r {
        flex: auto;
        width: 100%;
    }
}