<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="TouXiangTipSkin" width="720" height="1280" xmlns:mx="mx.*" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
	<mx:ImageUI id="bg_rect" alpha="0"/>
	<e:Group id="tip_g" scaleX="1.5" scaleY="1.5">
		<e:Image source="tipbg_png" width="312" top="0" bottom="0" scale9Grid="27,30,20,31"/>
		<mx:TXUI id="tx_p" left="2" top="3" scaleX="0.6" scaleY="0.6" />
		<mx:QPKUI id="qp_p" left="6" verticalCenter="0" scaleX="0.9" scaleY="0.9"/>
		<e:Group left="95" right="22" top="22" bottom="32">
		<e:Label id="name_t"  textColor="0xFF75BC"  size="18"  />
		<e:Label id="des_t" x="18" y="18" size="14"  lineSpacing="6" width="195"/>
		<e:layout>
			<e:VerticalLayout gap="10"/>
		</e:layout>
		</e:Group>
	</e:Group>
</e:Skin>