@charset "UTF-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  border-collapse: collapse;
}
a,
i,
em,
img {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-style: normal;
  border: none;
}
body,
input,
select,
textarea,
button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}
[role="button"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  touch-action: auto;
}
[role="button"]:hover {
  -webkit-tap-highlight-color: transparent;
}
[hidden] {
  display: none;
}
/* start */
html,
body {
  height: 100%;
  font-size: 0.24rem;
  line-height: 1.5;
}
.page {
  width: 7.5rem;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 3.2rem 0 0.2rem;
  margin: 0 auto;
  background: #0f49b4 url(../../images/dbyy/bg.png?v=2) 0 0 / 7.5rem auto no-repeat;
}
.floor-main {
  width: 6.2rem;
  box-sizing: border-box;
  margin: 0 auto 0.5rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
  padding-bottom:.1rem
}
.floor-main__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 0.8rem;
}
.floor-main__col-label {
  -webkit-box-flex: 0;
  flex: 0 0 1.5rem;
  margin-right: 0.3rem;
  text-align: right;
  font-size: 0.31rem;
  color: #333;
  margin-left: -0.2rem;
}
.floor-main__col-label i {
  color: #f00;
}
.floor-main__col-value {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
		  margin-right: -0.2rem;
}
.floor-main__col-value [type="tel"],
.floor-main__col-value [type="text"],
.floor-main__col-value [type="number"] {
  border: none;
  font-size: 0.32rem;
  border-bottom:1px solid #b6b5b5;
}
.floor-main__col-value [type="radio"] {
  display: none;
}
.floor-main__col-value [type="radio"] ~ span {
  display: inline-block;
  height: 0.5rem;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
  background: #eee;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #666;
}
.floor-main__col-value [type="radio"]:checked ~ span {
  background: #39f;
  color: #fff;
}
.floor-main__col-value .info {
  font-size: 0.28rem;
}
.floor-main__btn-confirm,
.floor-main__btn-cancel {
  display: block;
  width: 4rem;
  height: 0.6rem;
  margin: 0.2rem auto 0.4rem;
  border-radius: 0.1rem;
  background: #ddd -webkit-linear-gradient(#3af, #15d);
  background: #ddd linear-gradient(#3af, #15d);
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #fff;
}
.floor-main__btn-cancel {
  background-image: none;
  color: #666;
}
.floor-help {
  margin: 0 0.5rem;
}
.floor-help__title {
  width: 4rem;
  height: 0.3rem;
  margin: 0 auto 0.3rem;
  background: url(../../images/dbyy/wxts-title.png) 0 0 / 100% 100%;
}
.floor-help__content {
    font-size: 0.28rem;
  color: #333;
  background: #9CD6FF;
  padding: .3rem;
  border-radius: .2rem;
}
.floor-help__content p {
  margin-bottom: 0.1rem;
}
.floor-notice {
  height: 0.5rem;
  margin-bottom: 0.3rem;
  background: -webkit-linear-gradient(left, rgba(0, 153, 255, 0) 0%, #0099ff 50%, rgba(0, 153, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 153, 255, 0) 0%, #0099ff 50%, rgba(0, 153, 255, 0) 100%);
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #fff;
}
.popupWrapper {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}
.popup {
  position: fixed;
  top: 50%;
  left: 5%;
  z-index: 1;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup__close {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 -0.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.28rem;
  color: #666;
}
.popup__header {
  padding: 0.1rem;
  border-bottom: 1px solid gray;
  text-align: center;
  color: #0195ff;
  font-size: 18px;
}
.popup__body {
  padding: 10px 30px;
  line-height: 160%;
  color: #666;
}
.popup__footer {
  padding: 5px 0 15px;
  text-align: center;
}
.popup__footer button {
  display: inline-block;
  width: 42%;
  margin: 0 2%;
  border: 0;
  border-radius: 0.1rem;
  background: #0195ff;
  cursor: pointer;
  font-family: "微软雅黑";
  font-size: 0.28rem;
  line-height: 0.8rem;
  color: #fff;
}
.popup-query__tel {
  display: block;
  width: 90%;
  height: 0.8rem;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.28rem;
}
.popup-query__result {
  font-size: 0.28rem;
  line-height: 1.5;
  color: #666;
}
.floor-main ::-webkit-scrollbar{display: none;}