.mobile-ipr-i2-area{
  display: block;
  background:white;
  margin-top: 20px;
}

.m-ipr-i2-items{
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.m-ipr-i2-item{
  display: flex;
  align-items: center;

  border-bottom: 1px solid #e1e1e1;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}

.m-ipr-active{
  height:70px;
  width:4px;
  background: #f2961f;
  margin-right: 20px;
  visibility: hidden;
}

.m-ipr-active-show{
  visibility: visible;
}

.m-ipr-i2-info{
  height: 0px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}

.m-ipr-i2-info-pic{
  width:100%;
}

.m-ipr-i2-info-show{
  min-height: 0px;
  height:auto;
  margin-top: 10px;
  margin-bottom: 10px;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}
.ipr-i2-area{
  display: none;
}

.ipr-area-item{
  margin-bottom: 20px;
}

.ipr-area-item:nth-child(2n) .ipr-item-icon{
  margin-left: 0px;
}

