.mask {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(192, 192, 192, 0.4);
}

.menudev {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  margin: 0px auto
}

.bigbdev {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
  height: 200px;

}


.system {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/images/system-bg.png");
  width: 180px;
  height: 98px;
  text-align: center;
  position: relative;
}

.system.active {
  background-image: url("/images/system-bg-active.png");
}

.system.active .v-info {
  background: #0c368a;
  color: #fff;
}

.systembox>div {
  margin: 9px;
}

.systembox div:first-child {
  margin-left: 0px;
}


.ac-logo {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 22px;
  background: url('/images/icon-check-rt.png') no-repeat center;
  font-style: normal;
  color: #fff;
}

.v-name {
  height: 65%;
  padding: 10px 0;
  box-sizing: border-box;
}


.v-name .title {
  color: #0c368a;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.v-name .price {
  font-size: 14px;
  color: #666;
  margin: 0px 0px 14px 0px;
}


.v-info {
  height: 32%;
  margin: 1px;
  box-sizing: border-box;
  font-size: 12px;
  color: #063b7a;
  background: #deedff;
  line-height: 30px;
}

.form-suffix {
  margin-top: 35px;
}

.el-upload {
  display: block;
}

.el-upload-dragger {
  width: 100%;
  height: 221.6px;
}

.el-alert__title {
  font-size: 14px;
}

.el-alert .el-alert__description {
  font-size: 14px;
  line-height: 25px;
}



.price_tips {
  font-size: 12px;
  margin-top: 0px;
}

.price_tips i {
  color: red;
}

.payul {
  list-style: none;
  padding-inline-start: 20px;

}

.payli {
  margin-bottom: 20px;
}

.payli:hover {
  box-shadow: 0 0 5px 1px #999;
}

.payheader {
  width: 100%;
  height: 50px;
  font-size: 20px;

}

.payheader img {
  height: 30px;
  margin: 5px;


}


.qr_box_div {
  position: absolute;
  display: inline-block;
  z-index: 1;
  height: 220px;
  width: 220px;
  background-color: rgba(100, 100, 100, 0.9);
}

.qr_box_div .nei_dev {
  display: inline-table;
  height: 220px;
  width: 220px;
}

.huohediv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.qr_f_p_css {
  color: white;
  font-weight: 600;
}


.file_tips_col {
  border-left: 1px dotted #B0B0B0;
  height: 100%;
}

.price_tips_dev {
  text-align: end;
  margin-top: 0px;
}

.paystrtipsdiv {
  display: inline-table;
  height: 50px;
}

.paystrtipsdiv .paystrtips {
  display: table-cell;
  vertical-align: middle;
}

.qr_ceb_div {
  display: inline-block;
  vertical-align: top;
  height: 220px;
  padding: 10px;
  box-sizing: border-box;
}

.qr_ceb_div .qr_ce_div_e {
  font-size: 16px;
  margin-bottom: 10px;
}