?>
<li><span class="info0">简介:<?php 
                echo $this->_vars['goods_data']['brief'];
                ?>
</span></li><?php 
            }
            if ($this->_vars['setting']['showCount'] == "on") {
                ?>
<li><span class="countprice"><?php 
                echo isset($this->_vars['setting']['countText']) && '' !== $this->_vars['setting']['countText'] ? $this->_vars['setting']['countText'] : '折扣';
                ?>
</span><span class="info1" style="color:<?php 
                echo $this->_vars['setting']['color5'];
                ?>
;<?php 
                echo tpl_modifier_styleset($this->_vars['setting']['count_font']);
                ?>
"><?php 
                $this->_vars["aCount"] = $this->_vars['goods_data']['price'] / $this->_vars['goods_data']['mktprice'] * 100;
                echo sprintf("%.0f", $this->_vars['aCount']);
                echo isset($this->_vars['setting']['countSep']) && '' !== $this->_vars['setting']['countSep'] ? $this->_vars['setting']['countSep'] : ':';
                ?>
</span></li><?php 
            }
            ?>
 </ul> <?php 
            if ($this->_vars['setting']['showBuyArea'] == "on") {
                ?>
 <ul class="button"> <?php 
                echo tpl_function_goodsmenu(array('product' => $this->_vars['goods_data']), $this);
                ?>
            echo $this->_vars['setting']['fontStyle2'];
            ?>
"><span><?php 
            echo $this->_vars['key'] + 1;
            ?>
</span>&nbsp;<a href="<?php 
            echo tpl_function_link(array('ctl' => "product", 'act' => "index", 'arg0' => $this->_vars['data1']['goods_id']), $this);
            ?>
" target="_blank" title="<?php 
            echo $this->_vars['data1']['name'];
            ?>
" style="color:<?php 
            echo $this->_vars['setting']['fontColor2'];
            ?>
;<?php 
            echo tpl_modifier_styleset($this->_vars['setting']['fontStyle2']);
            ?>
"> <?php 
            echo tpl_modifier_cut($this->_vars['data1']['name'], $this->_vars['setting']['maxlength']);
            ?>
</a></li> <?php 
        }
    }
}
?>
 </ul> </div> <?php 
if ($this->_vars['setting']['showMore'] == "on") {
    ?>
 <div class="more clearfix"><a href="<?php 
    echo $this->_vars['data']['link'];
    ?>