@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

.lr_bg {
  width: 100%;
  min-height: 100vh;
  background: url(../images/w/lr_bg.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lr_bg .lr_box1 {
  width: 7.5rem;
  height: auto;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.6rem 0.5rem;
  position: relative;
}
.lr_bg .lr_box1 h2 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.lr_bg .lr_box1 ul li {
  margin-top: 0.3rem;
}
.lr_bg .lr_box1 ul li > span {
  display: block;
}
.lr_bg .lr_box1 ul li > input.input1 {
  display: flex;
  width: 100%;
  height: 0.6rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0 0.3rem;
}
.lr_bg .lr_box1 ul li > input.input1::placeholder {
  color: #999;
  white-space: pre-line;
}
.lr_bg .lr_box1 ul li .btn1 {
  margin-top: 0.4rem;
  width: 100%;
  border: none;
  background: #222;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0.3rem;
  height: 0.6rem;
  justify-content: center;
  text-transform: uppercase;
  font-family: ChunkFive-Roman;
}
.lr_bg .lr_box1 ul li.s1 {
  display: flex;
  justify-content: space-between;
}
.lr_bg .lr_box1 ul li.s1 em {
  font-style: normal;
  display: flex;
  align-items: center;
}
.lr_bg .lr_box1 ul li.s1 em i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border: solid #222 2px;
  margin-right: 0.24rem;
  border-radius: 50%;
}
.lr_bg .lr_box1 ul li.s1 em i.on {
  background: #222;
}
.lr_bg .lr_box1 ul li.s1 a {
  color: #d7b36a;
  display: inline-block;
  border-bottom: solid #d7b36a 1px;
  padding: 0.05rem 0;
}
.lr_bg .lr_box1 ul li.s2 {
  text-align: center;
  margin-top: 0.6rem;
  line-height: 1.5;
}
.lr_bg .lr_box1 ul li.s2 a {
  border-bottom: solid #37343b 2px;
  display: inline-block;
  padding: 0.05rem 0;
}
.lr_bg .lr_box1 ul li.range01 {
  height: 0.6rem;
}
.lr_bg .lr_box1 ul li.range01 .outBox {
  width: 100%;
  height: 0.6rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: solid #222 2px;
  border-radius: 0.3rem;
}
.lr_bg .lr_box1 ul li.range01 .outBox p {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
  z-index: 5;
  user-select: none;
  color: #434453;
}
.lr_bg .lr_box1 ul li.range01 .outBox p.on {
  color: #fff;
}
.lr_bg .lr_box1 ul li.range01 .slider {
  width: 0.5rem; /*拖动块宽度*/
  height: 0.5rem;
  background: url(../images/w/range.png) center no-repeat; /*拖动块背号*/
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 0.05rem;
  top: 0.03rem;
  user-select: none;
}
.lr_bg .lr_box1 ul li.range01 .slider.on {
  background: url(../images/w/range01.png) center no-repeat; /*拖动块背号*/
  background-size: 100%;
  background: #222;
  width: 0.6rem;
  height: 0.6rem;
  top: 0;
}
.lr_bg .lr_box1 ul li.range01 .slider_back {
  height: 0.6rem;
  width: 0;
  background-color: #222;
  position: absolute;
  top: -1px;
}

.close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.close img {
  width: 0.6rem;
}

@media screen and (max-width: 1023px) {
  .lr_bg .lr_box1 {
    width: calc(100% - 0.4rem);
  }
  .lr_bg .lr_box1 ul li.range01 .outBox p {
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .lr_bg .lr_box1 ul li.range01 .slider {
    top: 0.02rem;
  }
  .lr_bg .lr_box1 ul li.s1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .lr_bg .lr_box1 ul li.s1 a {
    margin-top: 0.2rem;
  }
}