.hide {
  display: none;
}
/* 判断iPhoneX 将 footer 的 padding-bottom 填充到最底部 */
@supports (bottom: env(safe-area-inset-bottom)) {
  body,
  .operational-clue,
  .btm-nav {
    padding-bottom: constant(safe-area-inset-bottom, 40px);
    padding-bottom: env(safe-area-inset-bottom, 40px);
    padding-top: var(safe-area-inset-bottom, 40px);
  }
}
.operational-fix {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  bottom: 0;
  background: rgba(4, 8, 24, 0.6);
  z-index: 99;
}
.operational-clue {
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 55px;
}
.operational-clue .close-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  height: 20px;
}
.operational-clue .operational-clue img {
  display: inline-block;
}
.operational-clue .bj-des-1 {
  width: 100%;
  display: block;
}
.operational-clue .bj-des-2 {
  width: 84px;
  position: absolute;
  right: 19px;
  top: -20px;
}
.operational-clue .jz-des-1 {
  width: 100%;
}
.operational-clue .jz-des-2 {
  width: 84px;
  position: absolute;
  right: 19px;
  top: -20px;
}
.operational-clue .px-des-1 {
  width: 100%;
  display: block;
}
.operational-clue .px-des-2 {
  width: 84px;
  position: absolute;
  right: 19px;
  top: -20px;
}
.operational-clue .des {
  font-size: 14px;
  color: #040818;
  margin: 18px 0 4px 20px;
}
.operational-clue .des span {
  padding: 0 3px;
  height: 16px;
  background: #ff4d4c;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 0 2px;
}
.operational-clue__form {
  margin: 0 20px;
}
.operational-clue__form .input-item {
  position: relative;
  height: 44px;
  margin-top: 12px;
  line-height: 44px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 16px;
}
.operational-clue__form .input-item:after {
  content: '';
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  border: 1px solid #B9BEC3;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.operational-clue__form .input-item .arrow {
  background: url(../m-operational/arrow.png) center top no-repeat;
  background-size: 18px 18px;
  position: absolute;
  right: 16px;
  top: 13px;
  width: 18px;
  height: 18px;
  z-index: 2;
}
.operational-clue__form .input-item .input {
  color: #040818;
  height: 44px;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
  width: 80%;
}
.operational-clue__form .input-item .input .city-result {
  display: block;
}
.operational-clue__form .input-item .placeholder {
  color: #888B99;
}
.operational-clue__form .input-item .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888B99;
}
.operational-clue__form .input-item .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888B99;
}
.operational-clue__form .input-item .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888B99;
}
.operational-clue__form .clear {
  height: 56px;
}
.operational-clue__form .item-city {
  width: 48%;
  float: left;
}
.operational-clue__form .tpye-list {
  width: 48%;
  float: right;
  margin-right: 1px;
  position: relative;
}
.operational-clue__form .tpye-list__info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 44px;
  background: #fff;
  z-index: 22;
}
.operational-clue__form .tpye-list__info .list__info {
  position: relative;
}
.operational-clue__form .tpye-list__info .list__info:after {
  content: '';
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  border: 1px solid #B9BEC3;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.operational-clue__form .tpye-list__info .item {
  padding-left: 16px;
  position: relative;
  z-index: 2;
}
.operational-clue__form .tpye-list__info .item:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #B9BEC3;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.operational-clue__form .submit-btn {
  height: 44px;
  background: -webkit-linear-gradient(315deg, #ff7b5a, #ff4d4c 97%);
  background: linear-gradient(135deg, #ff7b5a, #ff4d4c 97%);
  border-radius: 4px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.operational-hidden {
  border-radius: 0 0 0 0;
}
.btm-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 99;
  height: 55px;
}
.btm-nav__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.btm-nav__list:after {
  content: " ";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.btm-nav .border-space {
  height: 20px;
  width: 1px;
  background: #d8d8d8;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  margin-top: 16px;
}
.btm-nav .item {
  text-align: center;
  margin: 12px 0 4px;
  color: #040818;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  /*iPhone6和iPhone8*/
  /*iPhone6 Plus 和iPhone8 Plus*/
  /*iPhoneX*/
}
.btm-nav .item .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.btm-nav .item .icon span {
  font-size: 14px;
}
.btm-nav .item .b-icon {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}
.btm-nav .baojia .b-icon {
  background: url(../m-operational/price-icon.png) center top no-repeat;
  background-size: 25px 25px;
}
.btm-nav .baojia.active {
  color: #FF4D4C;
}
.btm-nav .baojia.active .b-icon {
  background: url(../m-operational/pick-price.png) center bottom no-repeat;
  background-size: 25px 25px;
}
.btm-nav .zhaopin .b-icon {
  background: url(../m-operational/ayi-icon.png) center top no-repeat;
  background-size: 25px 25px;
}
.btm-nav .zhaopin.active .b-icon {
  background: url(../m-operational/pick-ayi.png) center top no-repeat;
  background-size: 25px 25px;
}
.btm-nav .zhaopin.active {
  color: #FF4D4C;
}
.transparent {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  bottom: 0;
  background: rgba(4, 8, 24, 0.6);
  z-index: 999;
}
.transparent .error {
  border-radius: 2px;
  background: #fff;
  color: #040818;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
}
/*iPhone6和iPhone8*/
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .operational-clue {
    bottom: 50px;
  }
  .btm-nav {
    height: 50px;
  }
}
/*iPhoneX*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .operational-clue {
    bottom: 50px;
  }
  .btm-nav {
    height: 50px;
  }
}
.city-modal {
  position: fixed;
  z-index: 1105;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
.city-modal .modal-title {
  position: relative;
  background: #fff;
  z-index: 17;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dfe2e9;
  font-weight: bold;
  font-size: 16px;
}
.city-modal .close {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #e6454a;
  border-radius: 50%;
  top: 10px;
  left: 15px;
}
.city-modal .close:before,
.close:after {
  content: " ";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #e6454a;
  margin-top: -1px;
  left: 3px;
  top: 50%;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
.close:after {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}
#wrapper {
  position: absolute;
  z-index: 16;
  top: 60px;
  left: 15px;
  bottom: 10px;
  right: 15px;
  background: #fff;
  font-size: 16px;
}
.city-modal .city-list {
  list-style: none;
  padding-bottom: 20px;
}
.city-modal .city-list .city-item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dfe2e9;
  color: #1E1E27;
  text-align: left;
}
#wrapper .code-az {
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  background: rgba(120, 120, 120, 0.1);
  z-index: 6;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#wrapper .code-az .az-item {
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 2px;
  text-align: center;
  line-height: 20px;
  color: #666;
}
#wrapper .code-az .az-item.active {
  color: #e6454a;
}
.sort_letter {
  height: 40px;
  line-height: 20px;
  border-bottom: 1px solid #dfe2e9;
  font-size: 18px;
  padding-top: 15px;
}

/*# sourceMappingURL=m-operational.css.map */
