<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ShiTuShenQingScreenSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<mx:ScreenbgUI id="bg" top="0" left="0" />
	<mx:SSButton id="back_b" label="tyscreenback_png" left="0" top="0" />
	<e:List id="tab_list" top="107" left="24">
		<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" verticalCenter="-2" size="28" bold="true" textColor.up="0x88649e"
				         textColor.down="0xffffff" text="{data.word}" />
				<e:Image source="tishi_png" right="-15" top="-15" visible="{data.tishi}"/>
			</e:Skin>
		</e:itemRendererSkinName>
		<e:layout>
			<e:HorizontalLayout verticalAlign="top" gap="10" />
		</e:layout>
	</e:List>
	<e:Scroller top="252" horizontalCenter="0" bottom="200">
		<e:List id="f_list">
			<e:layout>
				<e:VerticalLayout gap="28" />
			</e:layout>
		</e:List>
	</e:Scroller>
	<e:Group bottom="139" horizontalCenter="0">
		<mx:SSButton id="sye_b" label="sye_btn_png" left="75" />
		<mx:SSButton id="prev_b" label="prev_btn_png" left="160" />
		<e:Label id="page_t" horizontalCenter="0" size="24" textColor="0x7A5CB8" />
		<mx:SSButton id="next_b" label="prev_btn_png" scaleX="-1" right="160" />
		<mx:SSButton id="wye_b" label="wye_btn_png" right="75" />
		<e:layout>
			<e:HorizontalLayout gap="38" verticalAlign="middle" />
		</e:layout>
	</e:Group>
	<e:Group id="tip_g" left="25" top="198">
		<e:Image source="bstsdban_png" left="0" right="0" top="0" bottom="0" scale9Grid="19,14,8,2"/>
		<mx:CLabel id="tip_t"   size="22" left="13" top="4" bottom="4" right="17" textColor="0xfa6464" verticalAlign="middle" textAlign="center"/>
	</e:Group>
	<mx:SSButton id="yj_b" label="tyscreenqdbtn_png" horizontalCenter="0" bottom="28"/>
</e:Skin>