.hmform .banner-input-con {
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hmform .banner-input-con .banner-city {
  display: none;
}
.hmform .banner-input-con .banner-selCity {
  font-size: 0.28rem;
  line-height: 0.86rem;
  color: #666666;
}
.hmform .banner-input-con .banner-selCity,
.hmform .banner-input-con .banner-name {
  background-color: #fff;
  box-sizing: border-box;
  width: 6.94rem;
  height: .86rem;
  border: 0.02rem solid #d74818;
  margin-bottom: .2rem;
  padding: 0 .26rem;
}
.hmform .banner-input-con .banner-selCity input,
.hmform .banner-input-con .banner-name input {
  width: 100%;
  height: .82rem;
  font-size: 0.28rem;
  line-height: 0.86rem;
  color: #666666;
  display: block;
}
.hmform .banner-input-con .banner-trade,
.hmform .banner-input-con .banner-suffix {
  background-color: #fff;
  box-sizing: border-box;
  width: 3.35rem;
  height: .86rem;
  border: 0.02rem solid #d74818;
  margin-bottom: .2rem;
  padding: 0 .26rem;
  z-index: 900;
}
.hmform .banner-input-con .banner-trade input,
.hmform .banner-input-con .banner-suffix input {
  width: 100%;
  height: .82rem;
  font-size: 0.28rem;
  line-height: 0.86rem;
  color: #666666;
  display: block;
}
.hmform .banner-input-con .xlIcon {
  position: relative;
}
.hmform .banner-input-con .xlIcon .xlIcon-img {
  width: 0.2rem;
  height: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.21rem;
  margin-top: -0.06rem;
}
.hmform .banner-input-con .banner-trade-select {
  display: none;
  position: absolute;
  top: 0.88rem;
  left: -0.28rem;
  width: 7.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px #eeeeee;
          box-shadow: 0 5px 20px #eeeeee;
}
.hmform .banner-input-con .banner-trade-select .lists {
  display: none;
  padding-left: 0.3rem;
  padding-bottom: .32rem;
}
.hmform .banner-input-con .banner-trade-select .lists li.actived {
  display: none;
}
.hmform .banner-input-con .banner-trade-select .lists li {
  width: 2rem;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  border: 1px solid #d9d9dd;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  color: #3d4450;
  margin-right: 0.32rem;
  margin-bottom: 0.2rem;
}
.hmform .banner-input-con .banner-trade-select .lists li.mTradeSelect {
  color: #d74818;
  border-color: #d74818;
}
.hmform .banner-input-con .banner-trade-select ul.lists6 {
  display: none;
}
.hmform .banner-input-con .banner-trade-select .lists.show {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs {
  border-bottom: 0.02rem solid #d9d9dd;
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs li {
  width: 0.86rem;
  font-size: .28rem;
  margin-right: .66rem;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs li:first-child {
  margin-left: .32rem;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs li:last-child {
  margin-right: 0;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs li a {
  display: block;
  color: #3d4450;
  width: 0.86rem;
  text-align: center;
  padding: 0.3rem 0 .32rem;
}
.hmform .banner-input-con .banner-trade-select #hm-tabs li a.clicklist {
  border-bottom: 0.04rem solid #d74818;
}
.hmform .banner-input-con .banner-suffix-select {
  display: none;
  position: absolute;
  top: 0.88rem;
  right: -0.28rem;
  width: 7.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px #eeeeee;
          box-shadow: 0 5px 20px #eeeeee;
}
.hmform .banner-input-con .banner-suffix-select ul li {
  line-height: 1rem;
  text-align: center;
  border-bottom: 1px solid #d9d9dd;
  font-size: .28rem;
  color: #3D4450;
  margin: 0 .3rem;
}
.hmform .banner-input-con .banner-suffix-select ul li.last-bot {
  border-bottom: none;
}
.hmform .banner-input-con .banner-suffix-select ul li.suffix-actived {
  color: #d74818;
}
.hmform .banner-btn {
  width: 6.98rem;
  height: 0.9rem;
  border-radius: 0;
  /* background-color: #d74818; */
  background: -webkit-gradient(linear, left top, right top, from(#da4715), to(#fd8430));
  background: linear-gradient(left, #da4715, #fd8430);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#ef3500, endColorstr=#ff7d00);
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.9rem;
  color: #ffffff;
}
.hmform .banner-hint {
  display: none;
}
.hm-waiting-wrap {
  width: 6.9rem;
  height: 1.6rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -3.45rem;
  z-index: 991;
  background: url(../../images/common/bg4.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  display: none;
}
.hm-waiting-wrap .hm-waiting-des {
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.hm-waiting-wrap .hm-waiting-des span {
  display: block;
  position: absolute;
  left: 5.7rem;
  top: 0;
}
.hm-waiting-wrap .hm-waiting-des span:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis 2s infinite;
  animation: ellipsis 2s infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
}
.hm-report-wrap {
  width: 6.9rem;
  height: 2.2rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -3.45rem;
  z-index: 99993; 
  text-align: center;
  background: url(../../images/common/bg4.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  display: none;
}
.hm-report-wrap .hm-report-des {
  font-size: 0.36rem;
  line-height: 0.9rem;
  color: #ffffff;
  padding-top: .1rem;
}
.hm-report-wrap .hm-report-check {
  display: block;
  width: 5rem;
  height: 0.9rem;
  border-radius: 0;
  background-color: #d74818;
  font-size: 0.32rem;
  line-height: 0.9rem;
  color: #ffffff;
  margin: 0 auto;
}
.count-wrap {
  position: fixed;
  top: 25%;
  left: .3rem;
  width: 6.9rem;
  background: #fff;
  z-index: 9999;
  border-radius: 0.1rem;
  padding-bottom: .48rem;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  display: none;
}
.count-wrap .count-title {
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.28rem;
  color: #fff;
  background: url(../../images/common/bg6.png) no-repeat center;
  background-size: cover;
  padding: 0.5rem 0 0.5rem 1.32rem;
  line-height: 0.4rem;
}
.count-wrap .count-title span {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  left: 0.68rem;
  top: 0.5rem;
  background: url(../../images/common/hm_icon_hint.png) no-repeat;
  background-size: 0.44rem 0.44rem;
}
.count-wrap .count-con {
  width: 100%;
}
.count-wrap .count-yzm {
  width: 6.08rem;
  height: 0.88rem;
  line-height: 0.86rem;
  border-radius: 0.1rem;
  border: 1px solid #d2d2d2;
  margin: 0.64rem auto 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .3rem;
}
.count-wrap .count-yzm .count-yzm-input {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.28rem;
  color: #888b93;
  padding: 0;
  margin: 0;
}
.count-wrap .count-tp {
  width: 6.08rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 0.1rem;
  border: 1px solid #d2d2d2;
  margin: 0 auto 0.2rem;
  position: relative;
}
.count-wrap #count-img {
  display: block;
  width: 1.4rem;
  height: 0.7rem;
  position: absolute;
  left: 0.3rem;
  top: 0.08rem;
}
.count-wrap .count-tp p {
  font-size: 0.28rem;
  color: #888b93;
  padding-left: 4.45rem;
}
.count-wrap .count-tp p span {
  display: block;
  width: 0.26rem;
  height: 0.22rem;
  position: absolute;
  right: 1.75rem;
  top: 0.32rem;
  background: url(../../images/common/ht_icon_sx.png) no-repeat;
  background-size: 0.26rem 0.22rem;
}
.count-wrap .count-btn {
  width: 6.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 0.1rem;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right top, from(#6af7c2), to(#0990c3));
  background: linear-gradient(to right, #6af7c2, #0990c3);
}
.count-wrap .count-close {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: url(../../images/common/m_icon_close.png) no-repeat center center;
  background-size: 100%;
  background-color: #fff;
}
.count-wrap .count-err {
  position: relative;
  font-size: 0.26rem;
  color: #f56600;
  padding-left: 0.7rem;
  margin-bottom: 0.2rem;
  display: none;
}
.count-wrap .count-err span {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../../images/common/icon_hint.png) no-repeat;
  background-size: 0.22rem 0.22rem;
  position: absolute;
  left: 0.42rem;
  top: 0.08rem;
}
.hm-dynamic-wrap {
  width: 6.9rem;
  padding-bottom: .3rem;
  border-radius: .1rem;
  background-color: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -3.45rem;
  z-index: 99991;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  display: none;
}
.hm-dynamic-wrap .hm-dynamic-title-wrap {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.1rem;
  background-color: transparent;
  background: url(../../images/common/bg4.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.hm-dynamic-wrap .hm-dynamic-title-wrap .hm-dynamic-title {
  font-size: 0.32rem;
  line-height: 0.66rem;
  color: #ffffff;
  padding-top: .1rem;
}
.hm-dynamic-wrap .hm-dynamic-title-wrap .hm-dynamic-des {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #ffffff;
}
.hm-dynamic-wrap .hm-dynamic-con input {
  width: 100%;
  height: .76rem;
  border: none;
  outline: none;
  padding: 0;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #666;
  display: block;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-tel .hm-dynamic-tel-name {
  display: none;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-tel .hm-dynamic-tel-input {
  width: 6.1rem;
  height: 0.8rem;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.3rem auto 0.2rem;
  border-radius: 0.1rem;
  padding: 0 .2rem;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic {
  width: 6.1rem;
  height: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic .hm-dynamic-pic-name {
  display: none;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic .hm-dynamic-pic-wrap {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 4rem;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.1rem;
  padding: 0 .2rem;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic .hm-dynamic-pic-wrap input {
  width: 2.9rem;
  z-index: 2;
  display: block;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic .hm-dynamic-pic-wrap .hm-register-img {
  width: 1.2rem;
  height: 0.76rem;
  border-radius: 0 .1rem .1rem 0;
  margin-left: -.4rem;
  z-index: 3;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-pic .hm-dynamic-pic-fresh {
  width: 2.1rem;
  height: 0.8rem;
  color: #6d7373;
  line-height: 0.8rem;
  text-align: center;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 6.1rem;
  height: 0.8rem;
  margin: 0.2rem auto;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-code .hm-dynamic-code-name {
  display: none;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-code .hm-dynamic-code-wrap {
  height: 0.8rem;
  width: 4rem;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.1rem 0 0 0.1rem;
  padding: 0 .2rem;
  border-right: none;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-code .hm-dynamic-code-btn {
  width: 2.1rem;
  height: 0.8rem;
  line-height: .8rem;
  border: none;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  background: #64a6fe;
  border-radius: 0 0.1rem 0.1rem 0;
}
.hm-dynamic-wrap .hm-dynamic-con .hm-dynamic-button {
  width: 6.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  background: #d74818;
  margin: .3rem auto;
  border-radius: 0.1rem;
  display: block;
}
.hm-dynamic-wrap .hm-dynamic-close,
.hm-report-wrap .hm-report-close,
.hm-waiting-wrap .hm-waiting-close {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: url(../../images/common/m_icon_close.png) no-repeat center center;
  background-size: 100%;
  background-color: #fff;
}
.hm-dynamic-wrap .hm-dynamic-close img,
.hm-report-wrap .hm-report-close img,
.hm-waiting-wrap .hm-waiting-close img {
  display: none;
}
.hm-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
}
@-webkit-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}
@keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}
