/*
 * syalert.css
 * Version - 1.0
 * Copyright (c) 2019 sy
 */

.sy-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 1000
}
.sy-alert {
  position: fixed;
  display: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 350px;
  max-width: 90%;
  max-height: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999
}
.sy-alert.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}
.sy-alert .sy-title {
  height: 45px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
	background: #1196ff;
  border-bottom: 1px solid #eee;
  padding: 0 12px;
}
.sy-alert .sy-content {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  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: 45px;
  font-size: 15px;
  text-align: center
}
.sy-alert .sy-btn .button {
  float: left;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: #1196ff;
  width: 50%;
  line-height: 45px;
  font-size: 15px;
  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: 150px;
  background: rgba(0, 0, 0, 0.7)
}
.sy-alert.sy-alert-tips .sy-content {
  padding: 8px;
  color: #fff;
  font-size: 14px
}
.sy-alert.sy-alert-model .sy-content {
  text-align: left
}
.sy-alert.sy-alert-model .sy-content .form .input-item {
  margin-bottom: 12px;
  position: relative
}
.sy-alert.sy-alert-model .sy-content .form .input-item input.text {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  padding: 10px
}
.sy-alert.sy-alert-model .sy-content .form .input-item textarea.textarea {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  padding: 10px
}
.sy-alert.sy-alert-model .sy-content .form .input-item .getcode {
  border: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: 0;
  line-height: 37px;
  color: #f60;
  width: 100px;
  text-align: center
}


.radio{ width: 32%; display: inline-block; padding-bottom: 5px;}

.mobBot{display: none;}

@media only screen and (max-width: 767px) {
body{padding-bottom: 60px;}
.mobBot{display: block;position: fixed; bottom: 0; left: 0; z-index: 999; width: 100%; height: auto; overflow: hidden; text-align: center;border-top: 1px solid #24e0fb}
}
.mobBot ul{display: block; width: 100%; height: 60px;background: #1ab6fd;overflow: hidden;}
/*.mobBot ul{display: block; width: 100%; height: 60px;background: #d1d1d1; padding-top: 6px;overflow: hidden;}*/
.mobBot ul li{display: block; width: 20%; height: 60px; float: left; margin: 0; padding: 0;}
.mobBot ul li a{text-decoration:none; color: #fff}
/*.mobBot ul li a{text-decoration:none; color: #1196ff}*/
.mobBot ul li a:hover{text-decoration:none}
.mobBot ul li i{display: block; width: 100%; height: auto; overflow: hidden; padding: 0; margin: 0;font-size: 26px}
.mobBot ul li span{display: block; width: 100%; height: auto;overflow: hidden;padding: 0; margin: 0;font-size: 12px; padding-top: 0px;}
