* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
}

.container {
  padding: 20px;
  text-align: center;
}

.ticket {
  /* width: 600px; */
  width: 700px;
  margin: 0 auto 20px;
  border: 1px solid #333;
  padding: 20px;
  background-color: white;
}
.gkzp .ticket{
  max-width: 800px;
  width: 100%;
}

.zkz_header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}

.zkz_header h1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

th,
td {
  border: 1px solid #333;
  padding: 8px 12px;
  text-align: left;
  font-size: 14px;
}

th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 150px;
}

.info-section {
  margin-bottom: 20px;
}

.exam-info {
  margin-top: 20px;
}

.notice {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #333;
}

.notice h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.notice ol {
  text-align: left;
  padding-left: 0px;
}

.notice li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.notice li h1{
  text-align:center;
  font-size: 20px;
  line-height:1;
  padding-top:8px;
}
.buttons {
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: #B81B24;
  color: white;
}

/* button:hover {
  background-color: #0056b3;
} */

#backBtn{
background: #e5e5e5;
border-radius: 4px;
color: #757575;
}

.main{
  max-width: 999px;
  margin: 40px auto 140px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 #6d5e5e2e;
  border-radius: 4px;
  width: 100%;
}

/* 表单区域 */
.chaxun{
  padding-bottom: 89px;
  /* display: none; */
}
.form-section {
    padding: 40px 60px;
    border-top: 1px dashed #ccc;
}

.form-item {
    margin-bottom: 20px;
    padding-left: 186px;
}

.form-label {
    width: 100px;
    font-size: 16px;
    color: #333;
    text-align: right;
    padding-right: 15px;
    display: inline-block;
}

.form-label .required {
    color: #ff4444;
    margin-right: 4px;
}

.form-input {
    width: 520px;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.form-input::placeholder {
    color: #aaa;
}

.form-input:focus {
    outline: none;
    border-color: #ff9999;
    box-shadow: 0 0 4px rgba(255, 153, 153, 0.4);
}

/* 查询按钮 */
.query-btn {
    margin-left: 290px;
    margin-top: 20px;
    width: 120px;
    height: 48px;
    /* opacity: 0.5; */
    background-color: #db8d91;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.query-btn:hover {
    background-color: #B81B24;
}

/* 温馨提示 */
.tip-section {
    margin: 111px auto 0;
    padding:17px 47px;
    width: 662px;
    height: auto;
    background: #F5F5F5;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
}

.zkz{
  display: none;
}

.nlq_box{
            margin: 0px auto 51px;
            width: 864.83px;
            height: 573px;
            background: url(../images/nlq_bgbg.png) top center no-repeat;
            padding: 320px 236px 0 315px;
        }
        .line_1{
            color: #000000;
            font-size: 20px;
        }
        .nlq_name{
            font-style: normal;
            font-weight: 700;
        }
        .line_2{
            font-weight: 700;
            font-size: 27px;
            color: #A4201D;
            margin: 15px 0;
        }
        .line_3{
            font-size: 13px;
            color: #333333;
        }
        .nlq_id{
            font-style: normal;
        }




/* 打印时的样式 */
@media print {
  /* 强制A4尺寸 */
  /* @page {
    size: A4;
    margin: 15mm;
  } */
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
  }
  .header,
  .top-nav,
  .nav,
  .banner,
  .footer{
    display:none;
  }
  .main{
    box-shadow:none;
  }
  .buttons{
    display:none;
  }
  .gkzp .ticket{
    margin-left:-100px;
    transform:scale(1.4)
  }
}