/*
 * syalert.css
 * Version - 1.0
 * Copyright (c) 2019 sy
 */
@charset "utf-8";
.sy-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
}
.sy-alert {
  position: fixed;
  display: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 3.125rem;
  max-width: 90%;
  max-height: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
}
.sy-alert.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.sy-alert .sy-title {
  height: 0.46875rem;
  color: #333;
  line-height: 0.46875rem;
  font-size: 0.15625rem;
  border-bottom: 1px solid #eee;
  padding: 0 0.125rem;
}
.sy-alert .sy-content {
  padding: 0.208333rem;
  text-align: center;
  font-size: 0.145833rem;
  line-height: 0.25rem;
  color: #666;
  overflow-y: auto;
}
.sy-alert .sy-btn {
  height: 50%;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.sy-alert .sy-btn button {
  float: left;
  border: 0;
  color: #333;
  cursor: pointer;
  background: #fff;
  width: 50%;
  line-height: 0.46875rem;
  font-size: 0.15625rem;
  text-align: center;
}
.sy-alert .sy-btn button:nth-child(1) {
  color: #888;
  border-right: 1px solid #eee;
}
.sy-alert.sy-alert-alert .sy-btn button {
  float: none;
  width: 100%;
}
.sy-alert.sy-alert-tips {
  text-align: center;
  width: 1.5625rem;
  background: rgba(0, 0, 0, 0.7);
}
.sy-alert.sy-alert-tips .sy-content {
  padding: 0.083333rem;
  color: #fff;
  font-size: 0.145833rem;
}
.sy-alert.sy-alert-model .sy-content {
  text-align: left;
}
.sy-alert.sy-alert-model .sy-content .form .input-item {
  margin-bottom: 0.125rem;
  position: relative;
}
.sy-alert.sy-alert-model .sy-content .form .input-item input {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  padding: 0.104167rem;
}
.sy-alert.sy-alert-model .sy-content .form .input-item .getcode {
  border: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: 0;
  line-height: 0.385417rem;
  color: #f60;
  width: 1.041667rem;
  text-align: center;
}
