.login {
  width: 100%;
}

.login input {
  width: 100%;
  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%;
  min-height: 7.57rem;
  padding: 6.1rem 0.5rem 0.5rem 0.5rem;
  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: 1rem 0.5rem 2.4rem;
  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.22rem;
  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.2rem;

}

.row4_tit {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 0.14rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #252B42;
}

.row4_ipt {
  width: 100%;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  background: #F9F9F9;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #E6E6E6;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 0.1rem;
  justify-items: space-between;
}

.row4_ipt>input {
  font-size: 0.14rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #003C96;
}

.row4_ipt_btn {
  line-height: 0.3rem;
  text-align: right;
  font-size: 0.14rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #387EF7;

}

.row_sub_btn {
  width: 100%;
  padding: 0.4rem 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;
}