.database {
  width: 100%;

}

.database input {
  width: 100%;
  height: 100%;
}


/* 卡1 */
.card_1_allbox{
  width: 100%;
  min-width: 1200px;
  padding-top: 53.029%;
  position: relative;
}
.card_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #F7FAFE; */
  /* 换成背景图 */
  background: url(../img/bjss.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
}

.card_1_box {
  width: 100%;
  /* background: linear-gradient(180deg, rgba(0, 60, 150, 0.9) 0%, rgba(56, 126, 247, 0.8) 52%, #F7FAFE 100%); */

}

.card_1_main {
  width: 12rem;
  margin: 0 auto;
  /*padding: 2.9rem 0 0.58rem 0;*/
  padding-top: 14.062%;
}

.title {
  height: 1rem;
  font-size: 0.48rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1rem;
  padding-bottom: 0.5rem;
}

.box1{
  padding: 0.3rem 0.3rem 2.36rem;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}

.box1_tit{
  padding-bottom: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #292929;
}

/* 表单盒子 */
.row_box{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  row-gap: 0.15rem;
}
/* 一个输入+btn */
.ipt_row1{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1.55rem;
  column-gap: 0.15rem;
  row-gap: 0.15rem;
}
/* 两个输入+btn */
.ipt_row2{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1.55rem auto 1.55rem;
  column-gap: 0.15rem;
  row-gap: 0.15rem;
}
.ut_ipt>input{
	font-size: 0.14rem;
	color: #003C96;
}
.ut_ipt>img{
  display: block;
  width: 0.14rem;
  height: 0.08rem;
}