.header,
.sudy-form.foot,
.footer {
  display: none;
}
.main {
  padding: 0;
}
.main .inner {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.sudy-form.head {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 1px solid #70707033;
  text-align: center;
}
.sudy-form.content_box {
  width: 400px;
  margin: 20px auto;
}
.sudy-form.content_box,
.sudy-form li {
  text-align: center;
}
.form-title-inline {
  text-align: right;
  float: none;
  width: 80px;
  padding: 0 !important;
}
.btnPrint {
  width: 87px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px !important;
  padding: 0;
  outline: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  margin: 10px 7px;
}
.btnPrint.search {
  background: #3b1b9f !important;
}
.btnPrint.reset {
  background: #1d53bf !important;
}
.sudy-form.content_box li {
  display: flex;
  justify-content: center;
}
.sudy-form.content_box li .input {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
}
.sudy-form.content_box li input {
  height: 40px;
  line-height: 40px;
}
#validateCode {
  width: calc(100% - 98px);
}
.sudy-form li img#validateCodeImg {
  height: 36px;
  width: 92px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left !important;
}
.main {
  background: #fff url(../_images/con_bg1.png) no-repeat center bottom / 100%
    auto;
}
.main .inner {
  background: transparent;
}

.main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #bebebe transparent;
  border-width: 0px 8px 15px 8px;
  transform: translateY(-50%);
  margin-left: -13px;
}
.main
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #bebebe transparent transparent transparent;
  border-width: 15px 8px 0px 8px;
}
.main .form-title-inline,
.main .select2-container--default .select2-selection--single,
.main .select2-selection .select2-selection--single,
.main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
}
.sudy-form.content_box li {
  margin: 0;
  margin-bottom: 20px;
}
#result_list > p {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sudy-form.content_box {
    width: 100%;
  }
  .resule_box .tt {
    width: 35%;
    background-color: rgb(169, 203, 226);
  }
  .cxtg {
    margin: 20px auto;
    width: 100%;
  }
  .resule_box .con {
    width: calc(100% - 35%);
  }
  .resule_box .con .con_item {
    border-bottom: 1px solid rgb(40, 156, 234);
    font-size: 14px;
    line-height: 32px;
  }
}
