| 12345678910111213141516171819202122232425 | 
<section class="button-wrapper luck_show">    <a class="button ac_btn_box">参与问卷</a></section></section><section class="applycont"><{if $surveyInfo.events_hd_tips}>    <h2><{$surveyInfo.events_hd_tips}></h2><{/if}><div class="pro_list_box pro_list_survey">	<{foreach from=$surveyInfo.survery_prize item=data name=survery}>	<dl>    	<dt><img src="<{$data.img_url}>"></dt>        <dd>        	<p class="pro_name"><{$data.name}></p>            <p class="pro_num"><{$data.num}><{$data.unit_name}></p>        </dd>    </dl>    <{/foreach}></div></section><section class="applycont">
 |