/** ????? **/
* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3 {
  font-size: 14px;
  font-weight: 400;
}
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
:focus {
  outline: none;
}
body {
  font: 13px/2 tahoma, arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  color: #333;
  background: #efefef;
  background: url(../_images/bg.png) no-repeat center/cover;
}
a {
  color: #3794e3;
  text-decoration: none;
  +cursor: pointer;
}
a:hover {
  color: #64b3f7;
}

/*form*/
/*form-panel*/
.sudy-form {
  margin: 0px;
  padding: 0px;
}
.sudy-form li {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  justify-content: flex-end;
}
.detail .sudy-form li {
  justify-content: flex-start;
}
.detail.main .inner .mod {
  padding: 10px;
}
.sudy-form label {
  line-height: 26px;
  font-size: 13px;
  vertical-align: middle;
}
.sudy-form li input,
.sudy-form li .input {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
.sudy-form li img#validateCodeImg {
  height: 24px;
  line-height: 24px;
  width: auto;
  vertical-align: middle;
}
.sudy-form .button {
  margin-left: 130px;
}
.sudy-form .register-info {
  margin-top: 5px;
  padding-left: 130px;
}
.btnPrint {
  padding: 6px 20px;
  background: #57a0f4;
  border: 0px;
  color: #fff;
}
.combo-arrow {
  height: 28px !important;
  background-position: 3px 8px;
}
.form-linkbutton {
  line-height: 24px;
  border-radius: 0px;
}
.form-linkbutton .l-btn-text {
  line-height: 24px;
}
/*form-title*/
.form-title-inline {
  float: left;
  display: inline-block;
  line-height: 26px;
  font-size: 16px;
  text-align: right;
  color: #7c7c7c;
}
.form-must,
.red {
  line-height: 26px;
  height: 26px;
  margin-right: 2px;
  color: #fe1b1b;
  vertical-align: middle;
}

/*form-title*/
.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;
}
.form-head-title .head-down a {
  color: #5898f0;
  text-decoration: none;
  padding-right: 15px;
  background: url(images/head-up.png) no-repeat right center;
}
.form-head-title .head-up {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}
.form-head-title .head-up a {
  color: #5898f0;
  text-decoration: none;
  padding-right: 15px;
  background: url(images/head-down.png) no-repeat right center;
}

.cq_resultTable {
  width: 100%;
  font-size: 14px;
}
.cq_resultTable td,
.cq_resultTable th {
  padding: 2px 4px;
  line-height: 28px;
  border: 1px solid #eee;
}

/*form-describe*/
.form-text-describe {
  padding: 0px 20px 10px;
  line-height: 26px;
  color: #353535;
}
/*form-title-width*/
.w130 {
  width: 130px;
}
.w100 {
  width: 100px;
}
.w80 {
  width: 80px;
}
/*form-text-width*/
.w400 {
  width: 400px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w110 {
  width: 110px;
}
.w40 {
  width: 40px;
}
/*search-button*/
.search-box {
}
.search-box .searchbox-button {
  width: 36px !important;
}
/**/
.sudy-searchbox {
  top: 16px;
  right: 20px;
  z-index: 1000;
}

/*text-align*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/*margin*/
.ml20 {
  margin-left: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml5 {
  margin-left: 5px;
}

.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 15px;
}
.mt5 {
  margin-top: 5px;
}

.mr20 {
  margin-right: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
/*padding*/
.pl130 {
  padding-left: 130px;
}
.pl100 {
  padding-left: 100px;
}
.pl80 {
  padding-left: 80px;
}

.pt20 {
  padding-top: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pt5 {
  padding-top: 5px;
}

.pad20-all {
  padding: 20px 0;
}
.pad10-all {
  padding: 10px 0;
}
.pad5-all {
  padding: 5px 0;
}
/*positioning*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.wrapper {
  min-height: unset !important;
}
.wrapper .inner {
  width: 1000px;
  margin: 0 auto;
}

.header {
  height: auto;
}
.header .inner {
  padding: 30px 0px;
}
.header .inner .title {
  padding: 0px 20px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
}
.header .inner .title img {
  width: 30%;
}

.main {
  padding: 125px 0px;
}
.main .inner {
  padding: 30px 20px;
  width: 24%;

  background: rgba(82, 104, 149, 0.3);
  border-radius: 6px;
}
.main .inner .mod {
  background: rgba(255, 255, 255, 0.6);

  display: flex;
  align-items: center;
  flex-direction: column;
}
/*Ã¤Â¸Å Ã¤Â¼Â Ã¦Å’â€°Ã©â€™Â®*/
.attach_div,
.attach_div div {
  line-height: 22px;
  height: 21px;
}
.qq-upload-button-image {
  float: left;
}
@media (max-width: 1400px) {
  .main .inner {
    width: auto;
  }
}
@media (max-width: 999px) {
  .wrapper {
  }
  .wrapper .inner {
    width: auto;
    margin: 0 auto;
  }
  .wrapper .inner .mod {
    padding: 10px 10px;
  }
  .main {
    padding: 0px 0px;
  }
  .main .inner {
    padding: 0px;
    width: auto;

    border-radius: 0px;
  }
  .form-text-describe {
    padding: 10px 0px 10px;
    line-height: 26px;
    color: #353535;
  }
}
@media (max-width: 765px) {
  .header .inner {
    padding: 25px 0px;
  }
  .main .inner {
    padding: 5px 0px 15px;
  }
  .header .inner .title {
    line-height: 30px;
    font-size: 25px;
    text-align: center;
  }
  /*form-title-width*/
  .w130 {
    width: 85px;
  }
  .sudy-form li textarea {
    margin-left: 86px;
    margin-top: -22px;
    width: 190px;
    vertical-align: top;
  }
  .sudy-form .button {
    margin-left: 85px;
  }
  .sudy-form .register-info {
    margin-top: 5px;
    padding-left: 85px;
  }
}

.login_div .form-title {
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
.formlist_div,
.formlist_div a {
  line-height: 30px;
  vertical-align: inherit !important;
}
.customform_list li.list_item {
  border-bottom: 1px solid #ddd !important;
}
.dg_search table {
  float: right;
  margin-bottom: 10px;
}

.control_button {
  text-align: center;
}

.search_menu li {
  float: left;
  width: auto;
}
.search_menu li .easyui-linkbutton {
  vertical-align: middle;
  margin-top: 5px;
}
