<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="ShiJianScreenSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<e:Group width="720" horizontalCenter="0" top="0" bottom="0">
		<mx:ScreenbgUI id="sc_bg" left="0" top="0" />
		<mx:SSButton id="back_b" label="tyscreenback_png" top="0" left="0" />
		<e:Group id="type_g" top="86" left="0" height="160" width="720">
			<e:Scroller id="type_scro" top="0" bottom="0" left="24" right="24">
				<e:List id="type_list" verticalCenter="0" horizontalCenter="0" x="-149" y="10">
					<e:itemRendererSkinName>
						<e:Skin states="up,down,disabled" height="158">
							<e:Group scaleX="{data.scale}" bottom="0" horizontalCenter="0" scaleY="{data.scale}">
								<e:Image source="{data.bg}" verticalCenter="0" horizontalCenter="0"/>
								<e:Image source="{data.ts}" right="-10" top="-10" />
							</e:Group>
						</e:Skin>
					</e:itemRendererSkinName>
					<e:layout>
						<e:HorizontalLayout verticalAlign="bottom" paddingLeft="0" gap="6"/>
					</e:layout>
				</e:List>
			</e:Scroller>
		</e:Group>
		<e:Group top="269" horizontalCenter="0" width="720" bottom="58">
			<e:Scroller id="sjian_scro" top="0" bottom="0" width="672" horizontalCenter="0">
				<e:viewport>
					<e:List id="sjian_list" left="0" right="0" y="0" height="953">
						<e:layout>
							<e:VerticalLayout paddingTop="20" gap="28" />
						</e:layout>
					</e:List>
				</e:viewport>
			</e:Scroller>
		</e:Group>
	</e:Group>
</e:Skin>