/*内容部分样式*/
.layerTips .layerTipsContent {
  /*width:420px;*/
  min-height: 50px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #fe5151;
  line-height: 26px;
  margin: 22px auto 0px;
}
.layerTips ._alert,
._alert .layerTipsContent {
  width: 420px;
}
.layerTips .layerTipsBtns {
  padding: 30px 0px;
  text-align: center;
}
/*按钮样式*/
.layerTipsBtns .btn {
  width: 60px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  margin: 0 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}
/*关闭按钮*/
i.Confirm_Close,
i.alert_close {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
/*确定按钮样式*/
.layerTips .Confirm_Ok,
.layerTips .alert_ok {
  color: #fff;
  background-color: #00b7ee;
  border: none;
}
/*成功按钮hover样式*/
.layerTips .Confirm_Ok:hover,
.layerTips .alert_ok:hover {
  background-color: #01aadd;
}
/*背景样式*/
.layerTipsBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/*弹出块的样式*/
.layerTips.Confirm,
.layerTips._alert {
  min-width: 420px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -210px;
  margin-top: -100px;
  z-index: 999;
  background-color: #fff;
}
/*弹出块标题样式*/
.layerTips .layerTipsTitle {
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  box-sizing: border-box;
}
/*滚动条样式*/
.proGres {
  width: 100%;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.proBack {
  background-color: #00cc99;
  height: 100%;
  text-align: center;
}
.proBack span {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
