.page_M {
  border-left: 1px solid #EEEDF6;
  overflow: initial;
}
.desp_box {
  padding: 40px 0 0 40px;
  margin-bottom: 0;
  box-shadow: none;
}
.desp_main {
  padding-top: 0;
  padding-bottom: 0;
}

.page-nav {
  max-width: calc((1200px - 19.5px * 4) / 5 );
}

/* 详情页 */
.page_title {
  font-size: 32px;
  font-weight: 400;
  color: #030916;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page_tips{
  margin-bottom: 35px;
}
.page_tips>span{
  margin-right: 20px;
  font-size: 16px;
	color: #3E5483;
}

.desp_item_title {
  font-size: 24px;
  font-weight: bold;
  color: #030916;
  line-height: 24px;
  padding-top: 58px;
  padding-bottom: 28px;
}
.desp_item_title img{
  vertical-align: sub;
}
.desp_main {
  padding-bottom: 40px;
}
.desp_main p{
  font-size: 16px;
  color: #030916;
  line-height: 32px;
}
.icon-info {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.icon-info img{
  width: 174px;
  height: 174px;
  left: -18px;
  /* width: 142px;
  height: 142px; */
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.icon-info .icon-info-content{
  width: 853px;
  min-height: 174px;
  background-color: #F4F7FD;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  left: -124px;
  padding: 45px 20px 45px 112px;
  border-radius: 20px;
}
.icon-info .icon-info-content h6{
  font-size: 16px;
  color: #030916;
  font-weight: 500;
  margin-bottom: 15px;
}
.icon-info .icon-info-content p{
  font-size: 15px;
  font-weight: 400;
  color: #5B6B8E;
  line-height: 30px;
  margin-bottom: 10px;
}
.icon-info .text-indent p{
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.icon-info .icon-info-content p:last-child{
  margin-bottom: 0;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desp_recommend_box {
  margin-bottom: 15px;
}
.desp_recommend {
  min-height: 190px;
}

.step-box {
  padding: 20px 20px 50px 0;
}
.step-box .step{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-box .step p{
  font-size: 16px;
  font-weight: bold;
  color: #1C2B4D;
  background: linear-gradient(1deg, #ECEFF4 0%, #F5F8FD 100%);
  box-shadow: 0px 4px 6px 0px rgba(49,80,191,0.28);
  border-radius: 20px 20px 20px 20px;
  width: 142px;
  height: 52px;
  text-align: center;
  line-height: 52px;
}
.step-box .step img{
  margin: 0 15px;
}