* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

#bigContainer {
  width: 100%;
  min-height: 100%;
  background: url("../images/bgLoginNew.jpg") no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

#topHeader {
  width: 100%;
  height: 90px;
  position: absolute;
  padding: 10px 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(228, 228, 228, 0.75) 0%, rgba(245, 245, 245, 0.75) 100%); }
  #topHeader .logoTip {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  #topHeader .logoDiv {
    display: inline-block; }
    #topHeader .logoDiv img {
      height: 70px;
      width: auto; }
  #topHeader .topTitle {
    float: right;
    font-size: 24px;
    line-height: 70px;
    color: #0E1A3A; }

.aline {
  width: 100%;
  margin-bottom: 20px; }
  .aline .goPageA {
    font-size: 16px;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 70px; }
  .aline .goPageA:first-child {
    margin-left: 0; }
  .aline .goPageA.active {
    color: #333;
    font-weight: bold; }

.must {
  margin-bottom: 6px; }
  .must span {
    color: red;
    font-size: 12px;
    line-height: 30px; }
  .must img {
    max-height: 55px; }
  .must span, .must img {
    display: inline-block;
    vertical-align: middle; }

.noPassReason {
  text-align: center;
  margin-bottom: 10px; }

.part {
  display: none;
  position: relative;
  z-index: 33;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  background-color: #fff; }
  .part.active {
    display: inline-block; }
  .part .fgroup {
    border-bottom: 1px solid #DEDEDE;
    margin-top: 13px;
    position: relative; }
    .part .fgroup.btngroup {
      border-bottom: none; }
    .part .fgroup label {
      font-size: 15px;
      color: #383838;
      line-height: 42px;
      display: inline-block;
      vertical-align: bottom;
      width: 95px; }
    .part .fgroup input, .part .fgroup .showDiv {
      width: 300px;
      height: 42px;
      line-height: 42px;
      border: none;
      outline: none;
      font-size: 14px;
      display: inline-block;
      vertical-align: bottom; }
    .part .fgroup .red {
      font-size: 12px;
      color: red;
      margin-right: 5px;
      font-style: normal;
      position: absolute;
      top: 18px;
      left: -8px; }
    .part .fgroup .operaBtn {
      border-radius: 6px;
      margin-top: 36px;
      width: 100%;
      height: 42px;
      background: #0E1A3A;
      font-size: 16px;
      color: #fff;
      border: none;
      outline: none;
      cursor: pointer;
      text-align: center;
      line-height: 42px; }
      .part .fgroup .operaBtn.halfBtn {
        width: 49%;
        display: inline-block;
        vertical-align: middle; }
      .part .fgroup .operaBtn.halfBtn:first-child {
        margin-right: 2%;
        background: #aaa; }
    .part .fgroup .goUpdate {
      padding: 6px 12px;
      font-size: 12px;
      color: #fff;
      background-color: #46b8da;
      border-radius: 4px;
      position: absolute;
      right: 0;
      bottom: 4px;
      cursor: pointer; }
    .part .fgroup .showPrv {
      width: 300px;
      display: inline-block;
      vertical-align: bottom; }
  .part .infoDiv {
    width: 460px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #3389c9;
    line-height: 24px; }

.part.secondPart .fgroup label {
  width: 116px; }

.part.thirdPart .fgroup label {
  width: 126px;
  vertical-align: top; }

.btnAddFile label {
  color: #fff !important; }

.uploadDiv, .previewArea {
  display: inline-block;
  vertical-align: top; }

.previewArea {
  margin-left: 6px; }
  .previewArea .previewDiv {
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
    position: relative;
    cursor: pointer; }
    .previewArea .previewDiv i {
      font-size: 20px;
      position: absolute;
      top: -10px;
      right: -10px;
      color: red;
      cursor: pointer; }

#XSZP .previewDiv {
  width: 40px;
  height: 55px; }

#CidZM .previewDiv, #cidFM .previewDiv {
  width: 85px;
  height: 55px; }

.layui-layer-prompt .layui-layer-input {
  font-size: 14px; }

.ticketBox {
  margin: 0 auto;
  width: 650px;
  border: 1px solid #333;
  color: #333;
  background-color: #fff; }
  .ticketBox .tbTop {
    width: 100%;
    padding: 20px 25px 20px 40px;
    border-bottom: 1px solid #333; }
    .ticketBox .tbTop .tbTitle, .ticketBox .tbTop .schName {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 32px; }
    .ticketBox .tbTop .tbtLeft, .ticketBox .tbTop .tbRight {
      display: inline-block;
      vertical-align: top; }
    .ticketBox .tbTop .tbtLeft {
      width: 70%; }
      .ticketBox .tbTop .tbtLeft .bgroup {
        margin-top: 10px; }
        .ticketBox .tbTop .tbtLeft .bgroup .perbg {
          width: 50%;
          display: inline-block;
          vertical-align: top; }
        .ticketBox .tbTop .tbtLeft .bgroup label, .ticketBox .tbTop .tbtLeft .bgroup span {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px; }
        .ticketBox .tbTop .tbtLeft .bgroup label {
          /* font-weight: bold; */
          margin-right: 8px; }
        .ticketBox .tbTop .tbtLeft .bgroup p {
          font-size: 14px; }
      .ticketBox .tbTop .tbtLeft .bgroup:first-child {
        margin-top: 0; }
    .ticketBox .tbTop .tbRight {
      width: 30%;
      padding-top: 20px; }
      .ticketBox .tbTop .tbRight img {
        height: auto;
        width: 100%;}
  .ticketBox .tbBottom {
    width: 100%;
    padding: 10px; }
    .ticketBox .tbBottom .tbBtitle {
      font-size: 14px;
      /* font-weight: bold; */
      text-align: left;
      line-height: 32px; }
    .ticketBox .tbBottom .info {
      /* margin-bottom: 10px; */
      line-height: 24px;
      padding-left: 8px;
     }
      .ticketBox .tbBottom .info span, .ticketBox .tbBottom .info div {
        display: inline-block;
        vertical-align: top;
        font-size: 14px; }
      .ticketBox .tbBottom .info .index {
        width: 24px; }
      .ticketBox .tbBottom .info .cont {
        width: 100%;
        padding-left: 24px;
        margin-left: -24px; }
        .ticketBox .tbBottom .info .cont i {
          font-style: normal;
          font-weight: bold;
          font-size: 14px; }

.printfg {
  margin-bottom: 10px;
  text-align: center; }
  .printfg #printBtn {
    display: inline-block;
    background-color: #0E1A3A;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer; }

.gtWrap {
  margin: 0 auto;
  width: 600px;
  background-color: #fff; }
  .gtWrap .gtTitle {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
    text-align: center; }
  .gtWrap .gz {
    padding-top: 50px;
    text-align: right;
    position: relative; }
  .gtWrap .vcode {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .gtWrap .gzwrap {
    display: inline-block;
    text-align: center; }
  .gtWrap .gzwrap span {
    display: block;
    font-size: 14px;
    margin: 10px 0; }
  .gtWrap .gradeTable {
    border: 1px solid #333;
    border-bottom: none; }
    .gtWrap .gradeTable .line {
      border-bottom: 1px solid #333; }
    .gtWrap .gradeTable .lableT, .gtWrap .gradeTable .showT {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      padding: 6px; }
    .gtWrap .gradeTable .lableT {
      width: 40%;
      border-right: 1px solid #333;
      text-align: center; }
    .gtWrap .gradeTable .showT {
      width: 60%;
      padding: 6px 40px; }

#mustRead {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 80px 20%; }
  #mustRead .mrWrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 0; }
  #mustRead .mrTitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: -60px; }
  #mustRead .mrCont {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 80px; }
    #mustRead .mrCont .mrc {
      width: 100%;
      padding: 0 20px;
      height: 100%;
      overflow-y: auto; }
      #mustRead .mrCont .mrc * {
        font-size: 14px; }
      #mustRead .mrCont .mrc p {
        line-height: 24px; }
  #mustRead .mrFoot {
    width: 100%;
    padding: 0 20px;
    margin-top: -65px; }
    #mustRead .mrFoot .chooseBox {
      margin-bottom: 10px; }
      #mustRead .mrFoot .chooseBox input, #mustRead .mrFoot .chooseBox label {
        display: inline-block;
        vertical-align: middle; }
      #mustRead .mrFoot .chooseBox label {
        font-size: 14px;
        margin-left: 8px; }
    #mustRead .mrFoot .opbtn {
      text-align: center; }
      #mustRead .mrFoot .opbtn .operaBtn {
        border-radius: 6px;
        height: 36px;
        background: #0E1A3A;
        font-size: 16px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
        text-align: center;
        line-height: 36px;
        padding: 0 20px;
        display: inline-block; }

#payInfo {
  width: 540px;
  padding: 20px;
  display: none;
  text-align: center; }

#payInfo p {
  font-size: 14px;
  color: red;
  margin-bottom: 20px; }

#payInfo img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block; }

#payInfo a {
  font-size: 14px;
  text-decoration: underline;
  color: #46b8da; }

.codeImg {
  position: absolute;
  width: 200px;
  left: 105%;
  top: 30px; }

.headTxt{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin-bottom: 15px;
}
.ticketBox .tbTop .downGroup label{
  margin-right: 8px;
}
.ticketBox .tbTop .downGroup label,.ticketBox .tbTop .downGroup span{
  font-size: 14px;
}
.ticketBox .tbTop .downGroup{
  margin-top: 10px;
}
.gtWrap,.printScorePic{
  display: none;
}
.printScorePic img{
  width: 650px;
  height: 900px;
}
/*# sourceMappingURL=formPage.css.map */
