.app_ele{
  display: none;
}

.banner{
  width: 100%;
  /* margin-top: 80px; */
}
.banner img{
  width: 100%;
  border: none;
  vertical-align: middle;
}
.safe{
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.safe .content{
  width: 1180px;
  padding: 30px 0 60px 0;
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
.safe .content h1{
  line-height: 100px;
  padding: 30px 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.safe .content p{
  line-height: 30px;
  white-space: pre-line;
  text-indent: 28px;
}
.safe .imgCon{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.safe .imgCon img{
  width: 100%;
  vertical-align: middle;
}
.safe .imgCon h1{
  display: flex;
  justify-content: space-around;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}


.safe .open{
  width: 1180px;
  /* height: 786px; */
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.safe .open > div{
  width: 50%;
  padding-left: 80px;
  position: relative;
}
.safe .open > div h2{
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}
.safe .open > div h1{
  font-size: 30px;
  padding-bottom: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}
.safe .open > div .form .inputcode{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.safe .open > div .form .inputcode span{
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 60px;
}
.safe .open > div .form .inputcode input{
  width: 90%;
  border: 0;
  border-bottom: 1px solid #DCDFE6;
}
.safe .open > div .form .inputTextarea{
  display: flex;
  flex-direction: column;
}
.safe .open > div .form .inputTextarea span{
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.safe .open > div .form .inputTextarea textarea{
  border: 1px solid #DCDFE6;
  border-radius: 6px;
}
.safe .open > div .form .submit{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
  border: none;
  background-color: #438df5;
  padding: 12px 20px;
  border-radius: 3px;
  width: 280px;
  height: 60px;
  font-size: 16px;
  color:#fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .pc_ele{
    display: none;
  }
  .app_ele{
    display: inline-block;
  }
  .banner{
    /* margin-top: 45px; */
  }
  .safe .content{
    width: 92%;
    padding: 15px 0 30px 0;
  }
  .safe .content h1{
    padding: 20px 0;
    font-size: 24px;
    line-height: 30px;
  }
  .safe .imgCon{
    padding: 0 5%;
  }

  .safe .open{
    width: 100%;
    margin: 40px 0;
  }
  .safe .open > div h2{
    font-size: 16px;
  }
  .safe .open > div h1{
    font-size: 25px;
    /* padding-bottom: 15px; */
    line-height: 30px;
  }
  .safe .open > div{
    width: 100%;
    padding: 0 ;
    padding: 0 5%;
  }
  .safe .open > div .form .submit{
    width: 240px;
    height: 40px;
    position: relative;
    transform: translateX(0);
    left: 0;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }
}

