body {
  background-color: #f3f6f8;
}

.msg {
}

.msg {
  width: 6.9rem;
  height: 4.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.09);
  border-radius: 0.24rem;
  margin: 0.3rem auto;
  background: url("../images/screen.png") no-repeat center 0.8rem;
  background-size: 5.3rem 3.62rem;
}

.screening {
  padding-top: 2.8rem;
  text-align: center;
  font-size: 0.28rem;
}
.screening p {
  font-size: 0.24rem;
  color: #bebebe;
  font-weight: 400;
  margin-top: 0.1rem;
}

.active {
  width: 6.9rem;
  height: 4.5rem;
  background-image: linear-gradient(180deg, #fc5a74 0%, #fa374f 100%);
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.09);
  border-radius: 0.24rem;
  margin: 0.3rem auto;
  text-align: center;
  display: none;
}
.active img {
  width: 1.68rem;
  height: 1.68rem;
  margin-top: 0.8rem;
}

.active p {
  font-size: 0.28rem;
  color: #ffffff;
}

.rcode {
  padding: 0.5rem 0;
  width: 6.9rem;
  background: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.09);
  border-radius: 0.24rem;
  margin: 0px auto;
  font-size: 0.28rem;
  color: #121d28;
  font-weight: 400;
  text-align: center;
}

.rcode p {
  font-size: 0.24rem;
  color: #bebebe;
  font-weight: 400;
  margin-top: 0.1rem;
}

.rcode img {
  width: 2.2rem;
  height: 2.2rem;
  display: none;
}

.button {
  width: 6.9rem;
  margin: 0px auto;
  height: 0.88rem;
  background: #2257f8;
  box-shadow: 0px 0.1rem 0.14rem 0.1rem rgba(17, 47, 140, 0.23);
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.3rem;
  border: none;
}

.st {
  font-size: 0.28rem;
  padding: 0px 0.3rem;
  color: #2257f8;
  padding-bottom: 0.2rem;
  display: block;
  height: 0.4rem;
}

.st i {
  float: right;
  color: #bebebe;
  font-style: initial;
}
.weui-cells {
  background-color: #fff;
}
.weui-cell {
  padding: 0.2rem 0.3rem;
}
.weui-cell_switch {
  padding-bottom: 0px;
}

.weui-cell_switch .weui-cell__bd {
  font-size: 0.28rem;
  color: #000;
}

.weui-information-bar {
  left: 0;
  right: 0;
  top: 0;
}

.weui-dialog__hd strong{
    display: block;
}
.screen-text{
   font-size: 0.28rem;
}
#toScreen{
    padding: 0.28rem 0 0.1rem;
    width: 6.9rem;
    background: #ffffff;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.09);
    border-radius: 0.24rem;
    margin: 0px auto;
    font-size: 0.28rem;
    color: #121d28;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.28rem;
}
.screen-p{
    display: flex;
    margin: auto;
    padding: 0 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.item-left {
    width: 1.8rem;
    flex: 0 0 1.8rem;
    font-size: 0.28rem;
    text-align: left;
}
.item-center {
    flex: 1 1 auto;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.item-right {
    width: 1.3rem;
    flex: 0 0 1.3rem;
    font-size: 0.28rem;
    text-align: right;
}
.item-right-zero{
    color: #999999;
}
.item-right-one{
    color: #FA6400;
}
.item-right-two{
    color: #FF001F;
}
.screen-hr{
    padding: 0 0.2rem;
    color: #ccc;
    background-color: #e7dfdf;
    height: 1px;
    border: none;
    width: calc(100% - 1rem);
    margin: 0 auto;
    margin-top: 0.1rem;
}
.screen-num{
    float:left;
}
.screen-btn{
    float:right;
    color: #2257f8;
}
.weui-half-screen-dialog__bd{
    padding-bottom: 28px!important;
}
.weui-half-screen-dialog__ft{
    padding: 0 0 20px!important;
}
.weui-half-screen-dialog{
    padding: 0 16px!important;
}
.weui-half-screen-dialog__hd{
    min-height: 1rem;
}
.weui-half-screen-dialog__bd{
  overflow: hidden;
}
