.maskLayer {
  background:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.move-content {
  margin: 65% 10%;
}
.timeDiv {
  /* background-color: black;
  opacity: 0.7; */
  background:rgba(0,0,0,0.2);
  color: #fff!important;
  border: 1.5px solid #fff!important;
  width: 12%;
  height: 23px;
  text-align: center;
  border-radius: 13px;
  position: relative;
  left: 87%;
  right: 0;
  margin-bottom: 4px;
}
.timeSpan {
  color: #fff!important;
}
.alert {
  display: none;
  min-width: 70%;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  /* text-align: center; */
}
.alert-info {
  color: #000!important;
  background-color: #fff!important;
  border-color: #fff!important;
}
/* .alert .title {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 20px!important;
  font-weight: 900!important;
  font-family: "思源黑体"!important;
} */
#move-title {
	display: block;
  text-align: center;
  margin: 8px auto;
  font-size: 17px!important;
  font-weight: 900!important;
  font-family: "思源黑体"!important;
}
.move-content .text {
  margin: auto 10px;
}
/* PC样式 */
.pc-content {
  margin: 20% 35%;
  max-width: 25%;
}
.pc-alert {
  display: none;
  min-width: 20%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 3px;
}
.pc-alert .pc-title1-Div {
  background-color: rgba(133, 127, 127, 0.233);
  /* margin-top: -20px; */
  height: 40px;
  line-height: 40px;
  /* padding-left: 10px; */
  width: 100%;
}
.pc-alert .pc-title1 {
  display: inline-block;
  margin-left: 15px;
  font-weight: 900;
}
.pc-alert .pc-title2 {
  display: inline-block;
  margin: 15px 15px;
  font-size: 15px!important;
  font-weight: 900!important;
  font-family: "思源黑体"!important;
}
.pc-alert .pc-text {
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 20px;
}