.alert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 9999;
  display: none;
}
.alert_box {
  position: relative;
  margin: 0px auto;
  margin-top: -100px;
  opacity: 0;
  width: 294px;
  height: 138px;
  -webkit-box-shadow: #444 0px 3px 5px 1px;
  -moz-box-shadow: #444 0px 3px 5px 1px;
  box-shadow: #444 0px 3px 5px 1px;
  background: #f1f5f7;
  transition: margin-top 500ms ease, opacity 800ms linear;
  -moz-transition: margin-top 500ms ease, opacity 800ms linear;
  -webkit-transition: margin-top 500ms ease, opacity 800ms linear;
  -o-transition: margin-top 500ms ease, opacity 800ms linear;
}
.alert_active {
  margin-top: 100px;
  opacity: 1;
}
.alert_title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #001d59;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
  text-indent: 1em;
  vertical-align: middle;
}
#alert_close {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
}
.alert_inner {
  border: inset rgba(175, 209, 235, 0.8) 1px;
  position: absolute;
  top: 28px;
  width: 292px;
  height: 109px;
  text-align: center;
}
.alert_inner > button {
  top: 70px;
  width: 59px;
  height: 27px;
  border: inset rgba(175, 209, 235, 0.8) 1px;
  position: relative;
  background: #001d59;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
}
#alert_img {
  position: relative;
  width: 25px;
  height: 25px;
  float: left;
  margin: 23px 10px 0 23px;
}
.prompt_box {
  top: 0;
  position: absolute;
  left: 30px;
  width: 232px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.prompt_box > table {
  width: 170px;
  font-size: 12px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
  text-align: left;
  text-indent: 2em;
  vertical-align: middle;
  height: 70px;
}
.prompt_box td {
  position: relative;
  line-height: 16px;
}
.confirm_alert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20000;
  display: none;
}
.confirm_alert_box {
  position: relative;
  margin: 0px auto;
  margin-top: -100px;
  opacity: 0;
  width: 360px;
  height: 180px;
  -webkit-box-shadow: #444 0px 3px 5px 1px;
  -moz-box-shadow: #444 0px 3px 5px 1px;
  box-shadow: #444 0px 3px 5px 1px;
  background: #f1f5f7;
  transition: margin-top 500ms ease, opacity 800ms linear;
  -moz-transition: margin-top 500ms ease, opacity 800ms linear;
  -webkit-transition: margin-top 500ms ease, opacity 800ms linear;
  -o-transition: margin-top 500ms ease, opacity 800ms linear;
}
.confirm_alert_active {
  margin-top: 100px;
  opacity: 1;
}
.confirm_alert_title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #001d59;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
  text-indent: 1em;
  vertical-align: middle;
}
#confirm_alert_close {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
}
.confirm_alert_inner {
  border: inset rgba(175, 209, 235, 0.8) 1px;
  position: absolute;
  top: 28px;
  width: 358px;
  height: 151px;
  text-align: center;
}
.confirm_alert_ok {
  color: #8d8a83;
  top: 98px;
  width: 59px;
  height: 27px;
  left: 200px;
  -moz-box-shadow: 1px 2px 5px #888888;
  box-shadow: 1px 2px 5px #888888;
  position: absolute;
  background: #d4cfc9;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
}
.confirm_alert_ok_active {
  -moz-box-shadow: 1px 2px 5px #012267;
  box-shadow: 1px 2px 5px #012267;
  background: #001d59;
  color: #fff;
}
#confirm_alert_cancel {
  top: 98px;
  width: 59px;
  height: 27px;
  left: 270px;
  /*	border: inset rgba(175,209,235,0.8) 1px;
*/
  -moz-box-shadow: 1px 2px 5px #012267;
  box-shadow: 1px 2px 5px #012267;
  position: absolute;
  background: #001d59;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
}
#confirm_alert_img {
  position: relative;
  width: 25px;
  height: 25px;
  float: left;
  margin: 30px 10px 0 5px;
}
.confirm_prompt_box {
  top: 0;
  position: absolute;
  left: 20px;
  width: 328px;
  text-align: center;
}
.confirm_prompt_box > p {
  float: left;
  width: 250px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Arial", "Helvetica", "Helvetica Neue", "SimHei", "Hiragino Sans GB", sans-serif;
  text-align: left;
  vertical-align: middle;
  margin: 30px 0 0 10px;
}
.confirm_prompt_box td {
  position: relative;
  line-height: 16px;
}
.confirm_agree {
  float: left;
  position: absolute;
  top: 100px;
  left: 30px;
}
