body{

}
form{
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -100px;*/
  /*margin-left: -250px;*/
  width: 100%;
  height: 200px;
  border: 1px dashed #c4c9d9;
  border-radius: 4px;
  background: #f2f6fb;
  height: 500px;
}
form p{
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  line-height: 108px;
  color: #000;
  font-family: Arial;
}
form span{
  display: block;
}
form span svg{
  max-width: 400px;
}

form input{
  position: absolute;
  margin: 0;
  padding: 5px;
  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: 20%;
  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;
}
.ICcontent {
    font-size: 14px;
    color: #606178;
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    margin: auto;
} 
.ICcontent div {
    height: 14px;
    margin-bottom: 20px;
}
   .formatContent {
    color: #9397ac;
    font-size: 14px;
    padding: 20px 0 66px;
    width: 100%;
}
.nav1{
    height: 70px!important;
    display: flex!important;
    align-items: center!important;
    box-shadow: 0 4px 20px 1px rgba(22, 31, 45, .04)!important;
}
.footerTop{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}