body {
  
}
.wp {
  max-width: 1200px;
  margin: 0 auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.placeholder {
  color: #aaa;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
/* 顶部 */
.relieve-top {
  height: 470px;
  background: #1a1a1a url('../images/banner@2x.png') no-repeat center top;
  padding-top: 91px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:60px;
}
.relieve-title {
  height: 63px;
  line-height: 1;
  font-size: 62px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
}
.relieve-title-sub {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  color: #8f8f8f;
  text-align: center;
  margin-top: 28px;
  letter-spacing: 1px;
}
.relieve-search {
  margin: 60px auto 0 auto;
  width: 991px;
  font-size: 0;
}
.relieve-search-type,
.relieve-search-form {
  display: inline-block;
  font-size: 18px;
}
.relieve-search-type {
  width: 138px;
  height: 68px;
  line-height: 68px;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 800;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.relieve-search-type:after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background: url('../images/sanjiao@2x.png') no-repeat center center;
  position: absolute;
  z-index: 9;
  top: 32px;
  right: 17px;
}
.relieve-search-type-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
}
.relieve-search-type.open {
  overflow: visible;
}
.relieve-search-type.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.relieve-search-form {
  margin-left: 9px;
  width: 844px;
  height: 68px;
  line-height: 68px;
  font-size: 0;
  position: relative;
}
.relieve-search-form input {
  font-size: 18px;
  width: 650px;
  line-height: 68px;
  height: 68px;
  border-radius: 4px 0 0 4px;
}
.relieve-search-form input::-webkit-input-placeholder {
  color: #aaa;
}
.relieve-search-form input:-moz-placeholder {
  color: #aaa;
}
.relieve-search-form input::-moz-placeholder {
  color: #aaa;
}
.relieve-search-form input:-ms-input-placeholder {
  color: #aaa;
}
.relieve-search-form input:focus {
  border-color: #fff;
}
.relieve-search-btn {
  display: inline-block;
  width: 194px;
  height: 68px;
  line-height: 68px;
  font-weight: 800;
  font-size: 20px;
  color: #1a1a1a;
  background-color: #ff8b03;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: top;
  cursor: pointer;
  border: none;
}
.relieve-search-btn:focus {
  outline: none;
}
.relieve-search .error-info {
  display: none;
  position: absolute;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  background-color: #d73621;
  color: #fffefe;
  border-radius: 4px;
  padding: 0 10px;
  bottom: -42px;
}
.relieve-search .error-info:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images/wraning@2x.png') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.relieve-search .error-info:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 8px solid #d73621;
  border-top: 8px solid transparent;
  top: -8px;
  left: 13px;
}
.relieve-list {
  min-height: 420px;
  background-color: #fff;
  background-blend-mode: normal,normal;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(238, 223, 220, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(238, 223, 220, 0.75);
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
}
.relieve-list .nolist,
.relieve-list .ready {
  height: 134px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -67px;
  font-size: 24px;
  color: #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 111px;
  background: url('../images/startbg@2x.png') no-repeat center top;
}
.relieve-list .nolist {
  background-image: url('../images/no-result@2x.png');
}
.relieve-result {
  padding: 40px;
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 420px;
}
.relieve-result-title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 800;
  letter-spacing: 2px;
  height: 70px;
  line-height: 70px;
}
.relieve-result-title-sub {
  font-size: 20px;
  color: #bbb;
}
.relieve-table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  color: #333333;
}
.relieve-table thead {
  line-height: 68px;
  color: #999;
  font-weight: normal;
  border-bottom: 1px solid #f3f3f3;
}
.relieve-table td {
  height: 68px;
}
/*# sourceMappingURL=relieve.css.map */