<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="XinWuSMUISkin" width="580" height="452" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
        <e:Group top="46" horizontalCenter="0">
            <e:Label id="sm_t" size="22" textColor="0xD6655E" top="0" horizontalCenter="2" />
            <e:List id="sm_list" width="480" top="56" horizontalCenter="1">
                <e:itemRendererSkinName>
                    <e:Skin width="480">
                        <mx:MultiUI id="stars" left="0" top="0" />
                        <e:Label id="desc_t" size="20" textColor="0x7167A3" left="0" right="0" top="40" width="300" />
                    </e:Skin>
                </e:itemRendererSkinName>
                <e:layout>
                    <e:VerticalLayout gap="33" />
                </e:layout>
            </e:List>
        </e:Group>
</e:Skin>