#content_pc {position: relative;}
#content_m {position: relative;}

/*PC*/
#content_pc .tip .btn {
      cursor: pointer; }
#content_pc .tip .content {
      display: none;
      background-color:#f4f4f4;
      padding: 50px 250px; }
#content_pc .tip .content ol > li {
      line-height: 1.5em;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
      text-align: left;
      list-style-type: decimal; }
	  
/*MOBILE*/
#content_m .tip .content {
      display: none;
      background-color:#f4f4f4;
      padding: 30px 50px; }
#content_m .tip .content ol > li {
      line-height: 1.5em;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
	  text-align:justify;
      list-style-type: decimal;
      color: #484848; }
#content_m .tip .btn {
      cursor: pointer; }