.l2-cn-form-item {
  position: relative;
  &:after {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    cursor: pointer;
    z-index: 999;
  }
}
.cn-ui-detail-info-right{
  min-width:200px;
}
