/* ---------- 字体 ---------- */
html,
body {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  background-color: #f4f8fb;
  max-width: 750px;
}
.wrap {
  background-color: #f4f8fb;
}
.dflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -webkit--moz-box-pack: flex-start;
  box-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.dflex1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.dflex2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.dflex3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
/* ---- 固定顶部下拉导航---- */
.m-navbar {
  color: white;
  background: gray;
}
.m-navbar .navbar-center {
  margin-left: 25%;
}
.m-navbar .navbar-center .navbar-title {
  width: unset;
  font-size: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: white;
}
.m-navbar .navbar-item {
  color: white;
}
.m-navbar .navbar-item .menu {
  width: 0.5rem;
}
.m-navbar .navbar-item .back-ico:before {
  color: white;
}
.m-navbar .navbar-item .next-ico:before {
  color: white;
}
.m-navbar .navbar-item .rightNav {
  position: fixed;
  top: 0.9rem;
  right: 0;
  z-index: 100;
  width: 50%;
  background: rgba(241, 239, 239, 0.9);
}
.m-navbar .navbar-item .rightNav li.b1 {
  background: url('../images/icon-menu-sy.png') 11% center no-repeat;
  background-size: 0.47rem 0.47rem;
}
.m-navbar .navbar-item .rightNav li.b2 {
  background: url('../images/icon-menu-qzgh.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b3 {
  background: url('../images/icon-menu-jgsy.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b4 {
  background: url('../images/icon-menu-fgqy.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b5 {
  background: url('../images/icon-menu-jyz.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b6 {
  background: url('../images/icon-menu-wdgh.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b7 {
  background: url('../images/icon-menu-gywm.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b8 {
  background: url('../images/icon-menu-lxwm.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li.b9 {
  background: url('../images/icon-menu-grzx.png') 11% center no-repeat;
  background-size: 13%;
}
.m-navbar .navbar-item .rightNav li a {
  display: block;
  line-height: 0.9rem;
  text-align: center;
  color: #000;
  font-size: 0.28rem;
}
.m-navbar .sele {
  position: absolute;
  top: 0.9rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(40, 40, 40, 0.67);
}
.m-navbar .sele div {
  line-height: 0.9rem;
  text-align: center;
  color: white;
}
/* ------ 固定底部导航------ */
.bmNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.1rem 0 0.1rem;
  background-color: #fff;
  font-size: 0.22rem;
}
.bmNav a {
  text-align: center;
}
.bmNav a img {
  margin: 0 auto;
  width: 0.52rem;
}
.bmNav .cur {
  color: #3ca2f4;
}
/* ------ 供需资源tab ------ */
.gxzy-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.1rem 0 0.25rem 0;
  border-top: 1px solid #f7f7f7;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  /*顶部阴影*/
  z-index: 50;
}
.gxzy-tab li {
  flex-grow: 1;
  text-align: center;
}
.gxzy-tab li a {
  display: inline-block;
  font-size: 0.24rem;
  color: #8d8d8d;
}
.gxzy-tab li a img {
  width: 0.52rem;
  margin: 0 auto;
}
.gxzy-tab li a p {
  color: #000;
}
.gxzy-tab li a .sel-color {
  color: #3facf7;
}
/* ---------- 弹窗 ---------- */
.maskDiv {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.maskBox {
  width: 100%;
  margin: 0rem auto;
  min-height: 0.5rem;
  position: fixed;
  z-index: 9999;
  top: 8vh;
}
.maskBox .contentDiv {
  width: 88%;
  margin: 3.1rem auto 0 auto;
  background: #fff;
  text-align: left;
  border-radius: 0.06rem;
  padding: 0.2rem 0.5rem;
  position: relative;
}
.maskBox .closeDiv {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  position: absolute;
  bottom: -1.5rem;
  left: 44%;
  border: 1px solid #fff;
}
.update-pop .box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.update-pop .box h2 {
  font-weight: 600;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.update-pop img {
  width: 81.5%;
  display: block;
  margin: 0 auto;
}
.update-pop .contentDiv {
  padding: 0.2rem 0.4rem 0.5rem;
}
.update-pop .contentDiv p {
  color: #000;
  font-size: 0.28rem;
  line-height: 1.5;
  text-align: justify;
  text-indent: 2em;
}
.update-pop .contentDiv a {
  color: #fff;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0.42rem;
  line-height: 0.82rem;
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.pop-street {
  padding: 0.2rem 0;
}
.pop-street h2 {
  font-size: 0.3rem;
  color: #000000;
  line-height: 1;
  font-weight: 800;
  padding-left: 0.1rem;
  border-left: 0.1rem solid red;
  margin-bottom: 0.6rem;
}
.pop-street h3 {
  font-size: 0.3rem;
  color: #666666;
  margin-bottom: 0.32rem;
}
.pop-street .sel-box {
  border: 0.01rem solid #e8e8f0;
  padding: 0.1rem 0.3rem 0.1rem 0.2rem;
  margin-bottom: 0.5rem;
}
.pop-street .sel-box .fake-select {
  position: relative;
  width: 100%;
  padding-right: 0.3rem;
  background: url('../images/sjx-down.png') no-repeat;
  background-size: 0.22rem 0.14rem;
  background-position: right 58%;
}
.pop-street .sel-box .fake-select > select {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: transparent !important;
  color: transparent !important;
  border: 0;
  z-index: 1;
}
.pop-signUp {
  height: 91%;
  overflow-y: auto;
}
.pop-signUp .contentDiv {
  overflow-y: auto;
  margin: 0.1rem auto 0 auto !important;
  padding: 0.3rem 0 !important;
  border-radius: 0.2rem !important;
}
.pop-signUp .contentDiv h2 {
  text-align: center;
  font-size: 0.32rem;
  color: #000000;
  font-weight: 600;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3rem;
}
.pop-signUp .contentDiv form {
  padding: 0 0.36rem 0;
}
.pop-signUp .contentDiv form ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0;
}
.pop-signUp .contentDiv form ul li .l {
  width: 32%;
  min-width: 32%;
  color: #6d6d6d;
  font-size: 0.26rem;
}
.pop-signUp .contentDiv form ul li .r {
  width: 70%;
}
.pop-signUp .contentDiv form ul li .r input {
  width: 100%;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  padding: 0.1rem 0 0.1rem 0.25rem;
  font-size: 0.26rem;
  color: #0a0a0a;
}
.pop-signUp .contentDiv form .tip {
  background-color: #ffefef;
  padding: 0.25rem 0.3rem;
  color: #ff514e;
  font-size: 0.23rem;
  margin-bottom: 0.3rem;
  text-align: justify;
}
.pop-signUp .contentDiv form .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-signUp .contentDiv form .btn-box button {
  width: 2.4rem;
  line-height: 0.75rem;
}
.pop-signUp .contentDiv form .btn-box button:nth-of-type(2) {
  background: linear-gradient(174deg, #eaeaea, #eaeaea);
  box-shadow: none;
  color: #393939;
}
.newsTipPop .box {
  background-color: #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.2rem;
}
.newsTipPop .box h2 {
  font-weight: 600;
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.newsTipPop .box .contentDiv {
  width: 100%;
}
.newsTipPop .box .contentDiv p {
  color: #000;
  font-size: 0.28rem;
  line-height: 1.5;
  text-align: center;
  text-indent: 2em;
}
.newsTipPop .box .contentDiv a {
  color: #fff;
  border-radius: 0.42rem;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0.82rem;
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
/* -------- 标题区域 -------- */
.tit-box {
  padding: 0 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.tit-box .l {
  color: #000000;
  line-height: 0.38rem;
  font-size: 0.32rem;
  font-weight: bolder;
  position: relative;
  padding-left: 0.2rem;
}
.tit-box .l::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.04rem;
  width: 0.09rem;
  height: 0.31rem;
  background-color: #ff534f;
  border-radius: 0.05rem;
}
.tit-box .r a {
  display: inline-block;
  padding: 0.05rem 0.28rem;
  font-size: 0.24rem;
  color: #000000;
  font-weight: bold;
  border: 0.015rem solid rgba(0, 0, 0, 0.6);
  border-radius: 0.3rem;
}
/* ---------- 按钮 ---------- */
.my-btn1 {
  width: 3.3rem;
  line-height: 0.8rem;
  background: #e94837;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 0.3rem;
  border: 0;
}
.my-btn2 {
  width: 3.89rem;
  line-height: 0.88rem;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  box-shadow: 0px 0px 0.24rem 0px rgba(104, 115, 121, 0.22);
  border-radius: 0.44rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 0.3rem;
  border: 0;
  text-align: center;
}
/* ---------- 阴影 ---------- */
.shd1 {
  box-shadow: 0px 0.03rem 0.21rem 0px rgba(0, 0, 0, 0.1);
}
.shd2 {
  box-shadow: 0px 0px 0.05rem #888888;
}
.shd3 {
  box-shadow: 0px 0.01rem 0.12rem rgba(224, 221, 221, 0.6);
}
/* 隐藏元素 */
.none {
  display: none;
}
.hide {
  display: none;
}
.bk {
  border: 1px solid green;
}
/* ---------- 暂无数据 ---------- */
.mescroll-empty img {
  display: inline-block !important;
  width: 3.7rem;
}
.mescroll-empty .empty-btn {
  width: 2.16rem !important;
  line-height: 0.76rem !important;
  background: linear-gradient(-77deg, #44c0fd, #3ca2f4);
  border-radius: 37px;
  color: #fff !important;
  padding: 0 !important;
}
