.register {
  width: 100%;
}

.register input {
  height: 100%;
}


/* 卡1 */
.card_1 {
  width: 100%;
  background-color: #F7FAFE;
}

.card_1_main {
  width: 11.6rem;
  margin: 0 auto;
  padding: 1.79rem 0 1rem 0;
}
.card_box{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.card_l{
  width: 100%;
  padding: 5rem 0.5rem 0;
	background: url(../img/banner_itm3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.card_l_tit{
  font-size: 0.4rem;
font-family: Poppins-SemiBold, Poppins;
font-weight: 600;
color: #FFFFFF;
}
.card_l_con{
  font-size: 0.2rem;
font-family: Poppins-Light, Poppins;
font-weight: 300;
color: #FFFFFF;
}




.card_r {
  width: 100%;
  padding: 0.4rem 0.5rem 0.37rem 0.5rem;
  background-color: #fff;
}

.row1 {
  width: 100%;
  padding-bottom: 0.2rem;
  font-size: 0.4rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #000000;
  line-height: 0.48rem;
}

.row2 {
  width: 100%;
  padding-bottom: 0.12rem;
  font-size: 0.14rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #387EF7;
}

.row2>img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}

.row2_tit {
  max-width: 4.5rem;
  padding-right: 0.13rem;
}




/* 录入框 */
.row4 {
  width: 100%;
  padding-top: 0.1rem;

}
.db_row4_box{
  width: 100%;
  padding-top: 0.1rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 0.1rem;
}
.db_row4_itm{
  width: 100%;
}
.db_row4_tit,
.row4_tit {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 0.14rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #252B42;
}
.db_row4_ipt,
.row4_ipt {
  width: 100%;
  padding: 0.1rem 0.2rem 0.1rem;
  background: #F9F9F9;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #E6E6E6;
}
.row4_ipt{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 0.05rem;
  justify-items: space-between;
}
.db_row4_ipt>input{
  width: 100%;
  font-size: 0.14rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #003C96;
}
.db_row4_ipt>img{
  display: block;
  width: 0.14rem;
  height: 0.08rem;
}
.row4_ipt>input {
  font-size: 0.14rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #003C96;
}

.row4_ipt_btn {
  min-width: 1.4rem;
  text-align: right;
  font-size: 0.14rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #387EF7;
}

.row_sub_btn {
  width: 100%;
  padding: 0.2rem 0 0 0;
}

.btnbtn {
  width: 100%;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #387EF7;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  font-size: 0.14rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #FFFFFF;
}
