<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="GuanLianSelectAlertSkin" 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 height="65" id="tab_list" top="110" left="28">
            <e:layout>
                <e:HorizontalLayout horizontalAlign="left" verticalAlign="bottom" 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="15" size="28" bold="true" textColor.up="0x88649e"
                               textColor.down="0xffffff" text="{data.word}" />
                </e:Skin>
            </e:itemRendererSkinName>
        </e:List>
        <e:Scroller top="233" bottom="220" width="664" horizontalCenter="0">
            <e:List id="fz_list" horizontalCenter="0" >
                <e:layout>
                    <e:TileLayout requestedRowCount="2" requestedColumnCount="4" horizontalGap="12" verticalGap="44"  paddingTop="13"/>
                </e:layout>
            </e:List>
        </e:Scroller>
        <e:Group left="0" right="0" bottom="120" 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>


			<mx:GouButtonUI id="sx_ui" bottom="28" horizontalCenter="160"/>
			<mx:GouButtonUI id="sel_ui" bottom="28" horizontalCenter="-160"/>


    </e:Group>
</e:Skin>