body{

}
form{
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -100px;*/
  /*margin-left: -250px;*/
  width: 100%;
  height: 378px;
  border: 1px dashed #fff;
  border-radius: 4px;
  background: rgba(26, 26, 26, 0.1);
}
form p{
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  line-height: 108px;
  color: #fff;
  font-family: Arial;
}
form span{
  display: block;
}

form input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 97%;
  height: 100%;
  outline: none;
  opacity: 0;
}
form button{
  margin: 0;
  color: #fff;
  background: #1266f1!important;
  border: none;
  width: 100px;
  height: 35px;
  margin-top: -20px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #117A60;
  transition: all .2s ease;
  outline: none;
}
form button:hover{
  background: #149174;
	color: #0C5645;
}
form button:active{
  border:0;
}
/* 添加动画层的样式 */
#loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
#loadingText {
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-disabled {
  background-color: #ccc!important; /* 灰色背景 */
  color: #666; /* 灰色文字 */
  cursor: not-allowed; /* 鼠标悬停时显示禁止图标 */
  pointer-events: none; /* 禁止点击 */
  border-color: #ccc!important;
}
.home ul li {
  width: 25%;
  height: 200px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  float: left;
  position: relative;
  transition: box-shadow .2s ease-out;}
.home ul{
  margin:0;
  padding: 0;
}
.home h4{
  font-size: 1rem!important;
  color: #fff;
}
.home{padding: 0}
.hero-func {
  color: #2ea1ef;
}
.hero-tips span {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}
.hero-tips img {
  margin-right: 10px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.hero-tips span h2 {
  font-size: 18px;
  display: inline;
  font-weight: bold;
  color: #2ea1ef;
  vertical-align: middle;
}
.hero-func p {
  color: #333;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 30px;
}
.hero-tips p {
  font-size: 16px;
  font-weight: normal;
  padding: 14px 0 0;
  line-height: 150%;
  position: relative;
}
.hero-tips span {
  font-size: 18px;
  padding-bottom: 10px;
  border: 0 none;
  display: block;
}
.hero-tips {
  font-weight: bold;
}