﻿.menuCover{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 301;
}
.menu-box {
  z-index: 1;
  position: absolute;
  bottom: 0;
  bottom: calc(constant(safe-area-inset-bottom));
  bottom: calc(env(safe-area-inset-bottom));
  width: 100%;
  height: 2.7rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .28rem .28rem 0 0;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: .36rem .36rem .4rem .5rem;
}

.menu-box .menu-header {
  width: 100%;
  text-align: right;
}

.menu-box .menu-header .close {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background: url(../../images/icon/dClose.png) center no-repeat;
  background-size: 100%;
}

.menu-box .menu-article {
  width: 100%;
  margin-top: .26rem;
}

.menu-box .menu-article span {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #A6A6A6;
  position: relative;
  top: -0.4rem;
}

.menu-box .menu-article ul {
  width: 80%;
  margin: .2rem .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-box .menu-article ul li {
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #FFFFFF;
}

.menu-box .menu-article ul .on {
  color: #33ADFF;
}

.menu-box .menu-footer {
  margin-top: .44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-box .menu-footer label {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-box .menu-footer label .warning {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: .8;
  background: url(../../images/icon/dWarning.png) center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
/*# sourceMappingURL=phone.menu.css.map */