/* 到货提醒弹窗 */
.common_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:6000;
  background: rgba(0,0,0,.5);
}
.cmask_content {
  width:510px;
  padding: 30px 20px 30px 20px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.cmask_h4 {
  color:#333;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
}
.cmask_p {
  font-size: 15px;
  font-family: PingFangSC;
}
.cmask_label {
  font-family: PingFangSC;
  margin:11px 0 6px;
}
.cmask_input {
  width:100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 8px 10px;
  color: #333;
  outline: none;
  font-size:14px;
}
.cmask_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.cmask_btnl ,.cmask_btnr{
  width: 46%;
  text-align: center;
  font-size: 13px;
  color: #fe5354;
  border: 1px #fe5354 solid;
  border-radius: 23px;
  padding: 10px 0;
  cursor: pointer;
}
.cmask_btnr {
  color: #fff;
  background: #fe5354;
}

/* 到提醒按钮 */

.btn_notify{
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.remind,.finish_remind {
  width:76px;
  height: 28px;
  cursor: pointer;
}
.remind>img,.finish_remind>img{
  width:100% !important;
  height: 100% !important;
}