.iphone_text {
  margin: 60px auto;
  padding: 32px;
  max-width: 420px;
  border-radius: 20px;
  background: hsla(0, 0%, 100%, .9);
  box-shadow: 0 4px 15px rgb(84 88 176 / 25%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #333;
  position: absolute;
  z-index: 3;
}

.a2 {
  border: 2px solid #2c6496 !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 8px 16px rgba(0, 0, 0, .08);
  border-radius: 40px;
  float: left;
  height: 300px;
  min-width: 300px;
}

.a3 {
  margin-left: 8%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  overflow: hidden;
}

.a4 {
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.a5 {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #39a3bf;
  margin-top: 5px;
  cursor: pointer;
}

.a5.offline {
  background-color: #a3a3a3;
}

.a5.selected {
  border: 2px solid rgb(44 100 150);
}

.a6 {
  float: left;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
}

.a7 {
  float: right;
  margin-right: 10px;
  font-size: 13px;
  color: #fff;
}

.a14 {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 20px;
  background: #2c6296;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}

.layui-input {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.receive-picker-row::after {
  content: '';
  display: table;
  clear: both;
}

.receive-pagination .page-link {
  color: #39a3bf;
}

.receive-pagination .page-item.active .page-link {
  background-color: #39a3bf;
  border-color: #2b5a8f;
}

.free-section {
  padding: 0;
  margin-top: 100px;
}

.free-toast-wrap {
  padding: 3px;
  margin-top: 10px;
}

.free-toast-wrap .toast {
  opacity: 1;
}

.receive-clearfix::after {
  content: '';
  display: table;
  clear: both;
}
