.user_test .in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.user_box {
	display :flex;
	justify-content: space-between;
	width: 49%;
	padding-bottom:0.20rem;
}
@media screen and (max-width: 599px) {
	.user_box {
		width: 100%;
	}
}
.user_box .box_in {
	display: block;
	width:100%;
	box-sizing: border-box;
	padding: 0.20rem;
	font-size: 0.14rem;
	line-height: 1.75;
	color: #222;
	text-decoration: none;
	background-color: #EFEFEF;
}
@media screen and (max-width: 599px) {
	.user_box .box_in {
		font-size: 0.14rem;
	}
}
.user_box .box_in .user_box_title {
	font-size: 0.16rem;
	font-weight: 700;
	padding-bottom:0.10rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	.user_box .box_in .user_box_title {
		font-size: 0.15rem;
	}
}
.user_box .box_in .user_cont_box {
	display :flex;
	width:100%;
}
.user_box .box_in .user_cont_box .user_title {
	padding-right:0.20rem;
	width:1.30rem;
}
.user_box .box_in .user_cont_box .user_text span {
	font-weight: 700;
}

.user_box .box_in .btn_wrap {
  padding-top: 0.15rem;
}

.user_box .box_in .btn_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.user_box .box_in .btn_wrap .btn {
  width: 50%;
  padding: 0 0.10rem;
  box-sizing: border-box;
}

.user_box .box_in .btn_wrap .btn a {
  display: block;
  line-height: 0;
  padding: 0.25rem 0;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  background-color: #00428E;
  text-decoration: none;
  border-radius: 0.06rem;
}

.user_box .box_in .btn_wrap .btn:nth-child(2) a {
  background-color: #0daa83;
}