.new_detail {
  width: 100%;
}

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


/* 卡1 */
.card_1_allbox{
  width: 100%;
  padding-top: 30.729%;
  position: relative;
}
.card_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/new_detail_bgimg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card_1_main {
  width: 12rem;
  height: 5.9rem;
  margin: 0 auto;
  padding-top: 14.062%;
}

.card_1_title {
  font-size: 0.48rem;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #003C96;
  line-height: 1rem;
}


/* 卡2 */
.card_2 {
  width: 100%;
  background-color: #f5f7f8;
}

.card_2_main {
  width: 12rem;
  margin: 0 auto;
  padding: 0.8rem 0 2.14rem 0;
}

.card_2_box {
  width: 100%;
  padding: 0 0.4rem 0 0.4rem;
}



/* box1 */
.box1 {
  width: 100%;
}

/* tit */
.box1_tit {
  width: 100%;
  padding: 0 0 0.4rem 0;
  font-size: 0.36rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #252B42;
  line-height: 0.36rem;
}

/* mintit */
.box1_mintit {
  width: 100%;
  padding-bottom: 0.5rem;
}

.mintit_itm {
  padding: 0 0.3rem 0 0;
}

.mintit_itm img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}

.mintit_itm>div {
  padding-left: 0.1rem;
  font-size: 0.14rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #252B42;
  line-height: 0.14rem;
}

.box1_content {
  width: 100%;
  height: 5rem;
}

.box1_content img {
  display: block;
  width: 100%;
  height: 100%;
}


.box2 {
  width: 100%;
  padding-top: 0.6rem;
  font-size: 0.18rem;
}

.box2_tit {
  width: 100%;
  font-size: 0.32rem;
  font-family: MiSans-Bold, MiSans;
  font-weight: bold;
  color: #161722;
  line-height: 0.64rem;
}

.box2_content {
  width: 100%;
  padding: 0.24rem 0 0.24rem 0;
  font-size: 0.18rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #161722;
  line-height: 0.24rem;
}

/* 带左侧竖线的内容区 */
.box2_content2 {
  width: 7.67rem;
  padding: 0.24rem 0 0.24rem 0;
  border-left: 3px solid #387EF7;
}

.box2_content2_content {
  width: 100%;
  padding-left: 0.24rem;
  font-size: 0.24rem;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #161722;
  line-height: 0.36rem;
}

/* 带左侧圆点的内容区 */
.box2_content3 {
  width: 100%;
  padding: 0.08rem 0 0.08rem 0;
}

/* 带点单行 */
.box2_content3_itm {
  width: 6.32rem;
  padding: 0.02rem 0 0.02rem 0;
}

.dot {
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #387EF7;
}

.box2_content3_content {
  width: 6.27rem;
  padding-left: 0.19rem;
  font-size: 0.18rem;
  font-family: Roboto Condensed-Regular, Roboto Condensed;
  font-weight: 400;
  color: #161722;
  line-height: 0.24rem;
}



/* 底部两栏 */
.card_2_bottom_box {
  width: 100%;
  padding: 0.5rem 0.4rem 0;
  border-top: 1px solid #DDDDDD;
  display: grid;
  grid-template-columns: 5.4rem 5.4rem;
  justify-content: space-between;
}

.card_2_bottom_itm {
  width: 100%;
}

.card_2_bottom_itm_tit {
  width: 100%;
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #252B42;
  line-height: 0.28rem;
}

.card_2_bottom_itm_content {
  width: 100%;
  font-size: 0.14rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #455262;
  line-height: 0.28rem;
}