
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
tr.heng {
  color: #fff;
  background: #226eb3;
  font-size: 16px;
  line-height: 44px;
}
.header_tit {
  position: relative;
  color: #333;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  font-weight: bold;
}

.header_tit .box {
  display: none;
}

.sudy-form {
  margin: 0px;
  padding: 0px;
}

.sudy-form li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.sudy-form label {
  cursor: pointer;
  border-radius: 15px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 5;
  color: #333;
  margin-bottom: 0px;
  line-height: 32px;
  font-size: 15px;
  /* vertical-align:middle; */
  padding: 0 10px;
}

.sudy-form li input,
.sudy-form li .input {
  margin: 0px 0 0;
  float: left;
  line-height: 22px;
  vertical-align: middle;
}

.sudy-form li img#validateCodeImg {
  height: 28px;
  line-height: 28px;
  width: auto;
  margin-left: 2px;
  vertical-align: middle;
}

.sudy-form .button {
  margin-left: 130px;
}

.sudy-form .register-info {
  margin-top: 5px;
  padding-left: 130px;
}

.btnPrint {
  padding: 2px 10px;
}

.combo-arrow {
  height: 28px;
  background-position: 3px 7px;
}

.form-linkbutton {
  line-height: 24px;
  border-radius: 0px;
}

.form-linkbutton .l-btn-text {
  line-height: 24px;
}

.form-title-inline {
  font-weight: bold;
  float: left;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  text-align: right;
  color: #131212;
}
.sudy-form li {
  overflow: hidden;
}
.sudy-form .form-title-inline.w130 {
  width: 4em;
  float: left;
}
.sudy-form .form-title-inline.w130 + span {
  width: calc(100% - 4em);
  float: left;
  font-size: 16px;
}
.form-head-title {
  position: relative;
  line-height: 35px;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #ececec;
  border-bottom: 1px dashed #ccc;
}

.form-head-title .head-down {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

.cq_resultTable {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.cq_resultTable td,
.cq_resultTable th {
  padding: 10px 4px;
  line-height: 1.4;
  border: 1px solid #eee;
  text-align: center;
}

.sudy-form label.active {
  color: #fff;
  background: #226eb3 !important;
}
.sudy-form label:hover {
  color: #fff;
  background: #226eb3 !important;
}

.icheckbox_square-green,
.iradio_square-green {
  display: block !important;
  border-radius: 15px;
  z-index: -1;
  position: absolute !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  cursor: pointer !important;
  background: transparent !important;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
.form-text-describe {
  padding: 0px;
  line-height: 26px;
  color: #353535;
}

.data-box{
  overflow-x: auto;
}


@media screen and (max-width: 1200px) {
  .cq_resultTable td, .cq_resultTable th {
    white-space: nowrap;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 768px) {
  .sudy-form .form-title-inline.w130{
    width: auto;
  }
}