@font-face {
  font-family: 'SimStdBd';
  src: url('../fonts/SimStdBd.otf') format('opentype')
}

body {
  background-color: #FAFAFA;
  font-family: 'SimStdBd', Helvetica, Arial, sans-serif;
  color: #555;
  padding: 0;
  font-size: 16px;
  letter-spacing: .5px;
}

/*main {*/
  /*min-height: 70vh;*/
  /*margin-top: 7.8rem*/
/*}*/

/*footer {*/
  /*margin: 0.5rem;*/
  /*margin-bottom: 0.5rem*/
/*}*/
/*footer a,*/
/*footer a:hover,*/
/*footer a:visited {*/
  /*color: #666;*/
  /*text-decoration: none;*/
  /*font-size: 0.8rem;*/
/*}*/

/* fancy inputs */

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}
/* graceful degradation for ie8 */

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type='checkbox']+label,
input[type='radio']+label {
  cursor: pointer;
}

input[type='checkbox']:checked+label::before,
input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 1px;
  position: relative;
  top: 2px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 0.5em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover+label::before,
input[type='radio']:hover+label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
  background: #777;
  box-shadow: inset 0 0 0 2px white;
}

/* end fancy inputs */

@media screen and (max-width: 1390px) {
  body {
    font-size: .9rem;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: .8rem;
    letter-spacing: normal;
    line-height: 1.1em
  }
}
.proposal-select .el-select-dropdown__wrap {
  max-height: 600px !important;
}
