.container {
  padding-top: 90px;
}

.max_1440 {
  margin: 0 auto;
  max-width: 1440px;
}

/* 头部 */
.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 90px;
  background: #424242;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #85cfb4;
  text-align: left;
  font-style: normal;
  line-height: 16px;
}
.header_fix .max_1440 {
  height: 90px;
}
.header_fix .logo {
  margin-right: 24px;
  display: block;
  width: 40px;
  height: 40px;
}

.foot_box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  background: #424242;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #898989;
  line-height: 50px;
  text-align: center;
  font-style: normal;
}

.main_wrap {
  padding: 120px 0 70px;
}

.input_wrap {
  padding-left: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.input_wrap .m-input {
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.input_wrap .input_btn {
  padding: 0!important;
  margin: 0!important;
  width: 110px;
  height: 100%;
  background: #7fd2b3;
  border-radius: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  user-select: none;
  line-height: 60px;
}

.input_wrap .fangwei {
  margin-right: 5px;
  width: unset;
  height: unset;
  color: #c4cfdb!important;
}

.nothing_text {
  padding: 70px 0 0;
  text-align: center;
}

.result_wrap {
  padding: 70px 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.info_wrap {
  padding: 50px 160px;
  border-bottom: 0;
  text-align: left;
}
.info_wrap .key {
  width: 4em;
  color: #898989;
}
.info_wrap .value {
  color: #101010;
}

/*------------------------------------------1440px------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .container {
    padding-top: 68px;
  }

  .max_1440 {
    max-width: 1080px;
  }
  .max_500 {
    max-width: 500px !important;
  }
  .mb30 {
    margin-bottom: 23px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
  .mr50 {
    margin-right: 38px;
  }

  /* 头部 */
  .header_fix {
    height: 68px;
  }
  .header_fix .max_1440 {
    height: 68px;
  }
  .header_fix .fs14 {
    line-height: 14px;
  }
  .header_fix .fs10 {
    line-height: 12px;
  }
  .header_fix .mb10 {
    margin-bottom: 8px;
  }

  .header_fix .logo {
    margin-right: 18px;
    width: 30px;
    height: 30px;
  }
  .main_wrap {
    padding: 90px 0 50px;
  }

  .input_wrap {
    padding-left: 15px;
    max-width: 600px;
    height: 45px;
    border-radius: 4px;
  }
  .input_wrap .m-input {
    font-size: 15px;
    line-height: 18px;
  }
  .input_wrap .input_btn {
    width: 84px;
    font-size: 15px;
    line-height: 45px;
  }

  .m-nothing {
    padding: 98px 0 0;
  }
  .m-nothing img {
    width: 450px;
    height: 457px;
  }

  .nothing_text {
    padding: 53px 0 0;
  }
  .result_wrap {
    padding: 53px 0 10px;
    max-width: 600px;
  }
  .info_wrap {
    padding: 37px 100px;
  }
}

/*------------------------------------------1024px------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .container {
    padding-top: 48px;
  }
  .max_1440 {
    max-width: 980px;
  }
  .mb30 {
    margin-bottom: 16px;
  }
  .mb20 {
    margin-bottom: 11px;
  }
  .mr50 {
    margin-right: 27px;
  }

  /* 头部 */
  .header_fix {
    height: 48px;
  }
  .header_fix .max_1440 {
    height: 48px;
  }
  .header_fix .fs14 {
    font-size: 12px;
    line-height: 14px;
  }
  .header_fix .fs10 {
    line-height: 12px;
  }
  .header_fix .mb10 {
    margin-bottom: 4px;
  }
  .header_fix .logo {
    margin-right: 14px;
    width: 22px;
    height: 22px;
  }
  .main_wrap {
    padding: 64px 0 37px;
  }

  .input_wrap {
    padding-left: 10px;
    max-width: 425px;
    height: 32px;
    border-radius: 3px;
  }
  .input_wrap .m-input {
    font-size: 12px;
  }
  .input_wrap .input_btn {
    width: 60px;
    font-size: 12px;
    line-height: 32px;
  }

  .m-nothing {
    padding: 70px 0 0;
  }
  .m-nothing img {
    width: 320px;
    height: 325px;
  }

  .nothing_text {
    padding: 37px 0 0;
  }

  .result_wrap {
    padding: 37px 0 10px;
    max-width: 425px;
  }

  .info_wrap {
    padding: 26px 40px;
  }
}

/*------------------------------------------768px------------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*-------------------------------- 手机 767px-------------------------------------------*/
@media screen and (max-width: 767px) {
  .container {
    padding-top: 69px;
  }

  .max_1440 {
    max-width: 100%;
  }

  .mb30 {
    margin-bottom: 12px;
  }
  .mb20 {
    margin-bottom: 8px;
  }

  .header_fix {
    height: 69px;
  }
  .header_fix .max_1440 {
    height: 69px;
  }
  .header_fix .logo {
    margin-right: 10px;
    width: 33px;
    height: 34px;
  }
  .header_fix .fs14 {
    font-size: 15px;
  }

  .header_fix .fs10 {
    font-size: 11px;
  }

  .header_fix .mb10 {
    margin-bottom: 10px;
  }

  .foot_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #424242;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 50px;
    text-align: center;
    font-style: normal;
  }

  /*  */

  .main_wrap {
    padding: 50px 15px;
  }

  .input_wrap {
    padding-left: 15px;
    max-width: 100%;
    height: 45px;
  }

  .input_wrap .m-input {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #101010;
    font-style: normal;
    font-size: 15px;
  }

  .input_wrap .input_btn {
    width: 75px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    line-height: 45px;
  }

  .m-nothing {
    padding: 115px 0 0;
  }
  .m-nothing img {
    width: 300px;
    height: 305px;
  }

  .nothing_text {
    padding: 53px 0 0;
  }

  .nothing_text .fs20 {
    margin: 0 0 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 14px;
    font-style: normal;
  }
  .nothing_text .fs34 {
    margin: 0 0 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #101010;
    line-height: 22px;
    font-style: normal;
  }
  .nothing_text .fs24 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 16px;
    font-style: normal;
  }

  .mr50 {
    margin-right: 20px;
  }

  .result_wrap {
    padding: 53px 0 10px;
    max-width: 100%;
  }
  .result_wrap .text1 {
    margin: 0 0 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 14px;
    font-style: normal;
  }
  .result_wrap .text2 {
    margin: 0 0 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #101010;
    line-height: 22px;
    font-style: normal;
  }
  .result_wrap .text3 {
    margin: 0 0 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
  }
  .result_wrap .text4 {
    margin: 0 0 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 14px;
    font-style: normal;
  }
  .result_wrap .text5 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 14px;
    font-style: normal;
  }
  .result_wrap .text5 .fs24 {
    font-size: 15px;
  }
  .result_wrap .text6 {
    margin-right: 20px;
  }
  .info_wrap {
    padding: 27px 5px 30px 44px;
  }
  .info_wrap .key {
    margin-right: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    line-height: 14px;
    font-style: normal;
  }
  .info_wrap .flex-grow-1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #101010;
    line-height: 14px;
    font-style: normal;
  }
  .info_wrap .mb30 {
    margin-bottom: 20px;
  }
}

/*新增*/
.g_btn1 {
  margin: 10px 5px;
  display: block;
  height: 45px;
  background: #60d5b1;
  border-radius: 8px;
  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  font-style: normal;
}
.g_btn2 {
  margin: 0 5px;
  display: block;
  height: 45px;
  background: #ccc;
  border-radius: 8px;
  font-size: 15px;
  color: #101010;
  line-height: 45px;
  text-align: center;
  font-style: normal;
}
.login_wrap {
  padding: 22px 20px 70px;
  font-family: PingFangSC, PingFang SC;
}

.login_wrap .heading1 {
  margin: 0 0 22px;
  font-weight: 500;
  font-size: 17px;
  color: #101010;
  line-height: 19px;
}

.input_box {
  margin: 0 0 15px;
  border-radius: 8px;
  overflow: hidden;
}

.input_box .row1 {
  padding: 0 15px;
  height: 45px;
  background: #f0f4f7;
}

.input_box .t1 {
  font-size: 15px;
  color: #101010;
}

.input_box .icon_arrow {
  margin-left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../../images/icon_arrow1.png");
  background-size: 12px;
  background-repeat: no-repeat;
}
.input_box .select_wrap {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}
.input_box .row1.show {
  background-color: #fff;
}
.input_box .row1.show + .select_wrap {
  max-height: 180px;
  overflow-y: scroll;
}

.input_box .item {
  padding: 0 0 15px;
  font-size: 15px;
  color: #898989;
}
.input_box:has(.show) {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
