<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="YHYuanZpAlertSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*" xmlns:w="http://ns.egret.com/wing">
    <mx:ScreenbgUI id="bg" horizontalCenter="0" top="0" />
    <e:Group horizontalCenter="0" width="720" top="0" bottom="0">
        <mx:SSButton id="close_b" label="tyscreenback_png" top="0" left="0" />
        <e:List id="tab_list" top="105" left="24">
            <e:layout>
                <e:HorizontalLayout verticalAlign="top" gap="10" />
            </e:layout>
            <e:itemRendererSkinName>
                <e:Skin states="up,down,disabled" width="158">
                    <e:Image source.up="tytab1_png" source.down="tytab2_png" top="0" horizontalCenter="0" />
                    <mx:CLabel horizontalCenter="0" top="18" size="28" bold="true" textColor.up="0x88649e"
                               textColor.down="0xffffff" text="{data.word}" />
                </e:Skin>
            </e:itemRendererSkinName>
        </e:List>
        <e:Scroller top="221" bottom="246" horizontalCenter="0">
            <e:List id="fz_list" allowMultipleSelection="true" horizontalCenter="0" top="0">
                <e:layout>
                    <e:TileLayout requestedRowCount="2" requestedColumnCount="4" horizontalGap="12"  paddingTop="22" verticalGap="-20" horizontalAlign="center"/>
                </e:layout>
            </e:List>
        </e:Scroller>
			<e:Group bottom="28" left="36" right="36">
				<mx:SSButton id="sxuan_b" label="tyscreenqdbtn_png" bottom="28" horizontalCenter="-160" x="-160" y="0"  />
				<mx:GouButtonUI id="sx_ui" x="-130" y="-1076"  />
				<mx:SSButton id="zhipai_b" horizontalCenter="160" bottom="28" label="tyscreenqdbtn_png" x="320" y="28"  />

				<e:layout>
					<e:HorizontalLayout gap="27" horizontalAlign="center"/>
				</e:layout>
			</e:Group>


        <e:Group id="page_g" left="0" right="0" bottom="146" height="75">
            <e:Label id="page_t" size="24" horizontalCenter="0" verticalCenter="0" textColor="0x7a5cb8" />
            <mx:SSButton id="sye_b" horizontalCenter="-211" verticalCenter="0" label="sye_btn_png" width="135"
                         height="61" />
            <mx:SSButton id="wye_b" y="45" verticalCenter="0" label="wye_btn_png" horizontalCenter="211" width="135"
                         height="61" />
            <mx:SSButton id="prev_b" horizontalCenter="-76" verticalCenter="0" label="tyfanye_png" width="120"
                         height="58" />
            <mx:SSButton id="next_b" horizontalCenter="76" verticalCenter="0" label="tyfanye_png" scaleX="-1"
                         width="120" height="58" />
        </e:Group>
    </e:Group>
</e:Skin>