* {
  box-sizing: border-box;
}
html,
body {
  background: #93BFFF;
}
.busi-license {
  color: #fff !important;
}
.rmhd-container .contents {
  background: url(../img/rmhd/banner.png) no-repeat;
  background-size: 100%;
  padding-bottom: 0.24rem;
}
.rmhd-container .contents .banner {
  height: 1.86rem;
}
.rmhd-container .contents .business-area {
  width: 7.02rem;
  background: #ffffff;
  border-radius: 0.2rem;
  margin: 0 auto;
  padding-bottom: 0.24rem;
}
.rmhd-container .contents .business-area .list-arealg {
  padding: 0.04rem 0.24rem 0.1rem;
}
.rmhd-container .contents .business-area .list-arealg ul li {
  margin-top: 0.2rem;
}
.rmhd-container .contents .business-area .list-arealg ul li img {
  width: 100%;
  display: block;
  border-radius: 0.16rem;
}
.rmhd-container .contents .business-area .list-areasm {
  padding: 0rem 0.24rem;
}
.rmhd-container .contents .business-area .list-areasm ul {
  display: flex;
  flex-wrap: wrap;
}
.rmhd-container .contents .business-area .list-areasm ul li {
  margin-top: 0.2rem;
}
.rmhd-container .contents .business-area .list-areasm ul li:nth-child(2n) {
  margin-left: 0.22rem;
}
.rmhd-container .contents .business-area .list-areasm ul li img {
  width: 3.16rem;
  display: block;
}
.mask-box {
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
.mask-box .remind-area {
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translateX(-50%) translateY(-50%);
}
.mask-box .remind-area .remind-box {
  width: 6rem;
  height: 4.94rem;
  background: linear-gradient(179deg, #bbddfd 2%, #e9f4fe 10%, #ffffff 19%, #ffffff 100%);
  border-radius: 0.3rem;
  box-shadow: 0rem 0.03rem 0.01rem 0rem #ffffff inset;
  padding: 0rem 0.3rem 0.42rem;
}
.mask-box .remind-area .remind-box .title {
  font-size: 0.4rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: Medium;
  text-align: center;
  color: #333333;
  line-height: 0.4rem;
  padding: 0.48rem 0rem 0.42rem;
}
.mask-box .remind-area .remind-box .remind-con input {
  border: none;
  background: transparent;
  outline: none;
  height: 100%;
  padding-left: 0.3rem;
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #212121;
  line-height: 0.3rem;
}
.mask-box .remind-area .remind-box .remind-con input::-webkit-input-placeholder {
  color: #666666;
}
.mask-box .remind-area .remind-box .remind-con .phone-box {
  width: 5.4rem;
  height: 0.9rem;
  border: 0.01rem solid #999999;
  border-radius: 0.46rem;
}
.mask-box .remind-area .remind-box .remind-con .phone-box input {
  width: 100%;
}
.mask-box .remind-area .remind-box .remind-con .code-box {
  width: 5.4rem;
  height: 0.9rem;
  border: 0.01rem solid #999999;
  border-radius: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.24rem;
  padding-right: 0.3rem;
}
.mask-box .remind-area .remind-box .remind-con .code-box input {
  width: 3.3rem;
}
.mask-box .remind-area .remind-box .remind-con .code-box span {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: right;
  color: #999999;
  line-height: 0.3rem;
  pointer-events: none;
}
.mask-box .remind-area .remind-box .remind-con .code-box span.blue-text {
  color: #1660FA;
  pointer-events: auto;
}
.mask-box .remind-area .remind-box .remind-con .code-box span.event-none {
  pointer-events: none;
}
.mask-box .remind-area .remind-box .btns-box {
  width: 5.4rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #7b57fe, #7380f8);
  border-radius: 0.4rem;
  margin: 0.4rem auto 0;
  font-size: 0.32rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: Medium;
  text-align: center;
  color: #ffffff;
  line-height: 0.8rem;
}
.mask-box .remind-area .close-btn {
  width: 0.54rem;
  height: 0.54rem;
  background: url(../img/rmhd/close.png) no-repeat;
  background-size: 100%;
  margin: 0.2rem auto 0;
}
