[1,["efEtbns4tFsoWJnD/5ZqF8@6c48a","c601f0Za9Ke6jfaSQ9DHLK@b9513","0aC9T99VdMppgv1QJTOLVf","c601f0Za9Ke6jfaSQ9DHLK","54TknWPwVPqJqeCR+Y/Czo@f9941","95EkngnxZFbYuFpsqVTaFr@f9941","609xlc7CpF67qUiVX2DoHQ","0aC9T99VdMppgv1QJTOLVf@50c7a","0aC9T99VdMppgv1QJTOLVf@5c676","deDb2MOo1EFraQN8LRaUo2@f9941","fdoJXLgx1GAa2UhGATlj3o"],["_textureSource","node","_spriteFrame","_atlas","_normalSprite","_hoverSprite","_pressedSprite","_disabledSprite","_effectAsset","root","_content","data","_parent","_customMaterial"],["cc.SpriteFrame",["cc.Node",["_name","_layer","_objFlags","_active","_components","_prefab","_parent","_lpos","_children","_lscale"],-1,9,4,1,5,2,5],["cc.Sprite",["_sizeMode","_isTrimmedMode","_srcBlendFactor","_type","node","__prefab","_spriteFrame","_atlas"],-1,1,4,6,6],["cc.UITransform",["node","__prefab","_contentSize","_anchorPoint"],3,1,4,5,5],["cc.Button",["_transition","node","__prefab","_hoverColor","_pressedColor","_normalSprite","_hoverSprite","_pressedSprite","_disabledSprite"],2,1,4,5,5,6,6,6,6],["cc.Label",["_string","_actualFontSize","_horizontalAlign","_verticalAlign","_fontSize","_lineHeight","_underlineHeight","node","__prefab","_color","_customMaterial"],-4,1,4,5,6],"cc.SpriteAtlas",["cc.EffectAsset",["_name","combinations","shaders","techniques"],-1],["cc.Material",["_props","_defines"],1],["cc.Prefab",["_name"],2],["cc.CompPrefabInfo",["fileId"],2],["c4b492Ro55FE605rFw0IrUT",["node","__prefab"],3,1,4],["cc.PrefabInfo",["fileId","root","asset"],2,1,1],["a096f8WboFNyKbjI+MHquiC",["direction","padding","node","__prefab","_content"],1,1,4,1],["cc.Mask",["_alphaThreshold","node","__prefab"],2,1,4],["cc.LabelOutline",["_width","node","__prefab","_color"],2,1,4,5]],[[10,0,2],[12,0,1,2,2],[3,0,1,2,1],[1,0,1,6,4,5,7,3],[3,0,1,2,3,1],[1,0,1,6,8,4,5,7,3],[2,2,0,1,4,5,6,7,4],[1,0,3,1,6,4,5,7,9,4],[1,0,1,6,4,5,3],[4,0,1,2,3,4,5,6,7,8,2],[7,0,1,2,3,5],[8,0,1,3],[9,0,2],[1,0,1,8,4,5,3],[1,0,2,1,6,8,4,5,7,4],[1,0,1,8,4,5,7,3],[1,0,2,1,6,4,5,7,4],[1,0,1,6,4,5,7,9,3],[11,0,1,1],[13,0,1,2,3,4,3],[14,0,1,2,2],[2,2,3,0,1,4,5,6,7,5],[2,0,1,4,5,6,3],[2,2,0,1,4,5,4],[4,0,1,2,2],[5,0,2,3,1,4,5,6,7,8,9,10,8],[5,0,1,7,8,9,3],[15,0,1,2,3,2]],[[[[10,"builtin-sprite",[{}],[{"hash":1770338543,"name":"builtin-sprite|sprite-vs:vert|sprite-fs:frag","blocks":[{"name":"ALPHA_TEST_DATA","stageFlags":16,"binding":0,"members":[{"name":"alphaThreshold","type":13,"count":1}],"defines":["USE_ALPHA_TEST"]}],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[],"attributes":[{"name":"a_position","format":32,"location":0,"defines":[]},{"name":"a_texCoord","format":21,"location":1,"defines":[]},{"name":"a_color","format":44,"location":2,"defines":[]}],"varyings":[{"name":"color","type":16,"count":1,"stageFlags":17,"location":0,"defines":[]},{"name":"uv0","type":14,"count":1,"stageFlags":17,"location":1,"defines":[]}],"fragColors":[{"name":"cc_FragColor","typename":"vec4","type":16,"count":1,"stageFlags":16,"location":0,"defines":[]}],"glsl4":{"vert":"\nprecision highp float;\nlayout(set = 0, binding = 0) uniform CCGlobal {\n  highp   vec4 cc_time;\n  mediump vec4 cc_screenSize;\n  mediump vec4 cc_nativeSize;\n};\nlayout(set = 0, binding = 1) uniform CCCamera {\n  highp   mat4 cc_matView;\n  highp   mat4 cc_matViewInv;\n  highp   mat4 cc_matProj;\n  highp   mat4 cc_matProjInv;\n  highp   mat4 cc_matViewProj;\n  highp   mat4 cc_matViewProjInv;\n  highp   vec4 cc_cameraPos;\n  mediump vec4 cc_screenScale;\n  mediump vec4 cc_exposure;\n  mediump vec4 cc_mainLitDir;\n  mediump vec4 cc_mainLitColor;\n  mediump vec4 cc_ambientSky;\n  mediump vec4 cc_ambientGround;\n  mediump vec4 cc_fogColor;\n  mediump vec4 cc_fogBase;\n  mediump vec4 cc_fogAdd;\n  mediump vec4 cc_nearFar;\n  mediump vec4 cc_viewPort;\n};\n#if USE_LOCAL\n  layout(set = 2, binding = 0) uniform CCLocal {\n    highp mat4 cc_matWorld;\n    highp mat4 cc_matWorldIT;\n    highp vec4 cc_lightingMapUVParam;\n  };\n#endif\n#if SAMPLE_FROM_RT\n#endif\nlayout(location = 0) in vec3 a_position;\nlayout(location = 1) in vec2 a_texCoord;\nlayout(location = 2) in vec4 a_color;\nlayout(location = 0) out vec4 color;\nlayout(location = 1) out vec2 uv0;\nvec4 vert () {\n  vec4 pos = vec4(a_position, 1);\n  #if USE_LOCAL\n    pos = cc_matWorld * pos;\n  #endif\n  #if USE_PIXEL_ALIGNMENT\n    pos = cc_matView * pos;\n    pos.xyz = floor(pos.xyz);\n    pos = cc_matProj * pos;\n  #else\n    pos = cc_matViewProj * pos;\n  #endif\n  uv0 = a_texCoord;\n  #if SAMPLE_FROM_RT\n    uv0 = cc_cameraPos.w > 1.0 ? vec2(uv0.x, 1.0 - uv0.y) : uv0;\n  #endif\n  color = a_color;\n  return pos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision highp float;\nvec4 CCSampleWithAlphaSeparated(sampler2D tex, vec2 uv) {\n#if CC_USE_EMBEDDED_ALPHA\n  return vec4(texture(tex, uv).rgb, texture(tex, uv + vec2(0.0, 0.5)).r);\n#else\n  return texture(tex, uv);\n#endif\n}\n#if USE_ALPHA_TEST\n  layout(set = 1, binding = 0) uniform ALPHA_TEST_DATA {\n    float alphaThreshold;\n  };\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n    if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n    if (alpha < alphaThreshold) discard;\n  #endif\n}\nlayout(location = 0) in vec4 color;\n#if USE_TEXTURE\n  layout(location = 1) in vec2 uv0;\n  layout(set = 2, binding = 11) uniform sampler2D cc_spriteTexture;\n#endif\nvec4 frag () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n    o *= CCSampleWithAlphaSeparated(cc_spriteTexture, uv0);\n    #if IS_GRAY\n      float gray  = 0.2126 * o.r + 0.7152 * o.g + 0.0722 * o.b;\n      o.r = o.g = o.b = gray;\n    #endif\n  #endif\n  o *= color;\n  ALPHA_TEST(o);\n  return o;\n}\nlayout(location = 0) out vec4 cc_FragColor;\nvoid main() { cc_FragColor = frag(); }"},"glsl3":{"vert":"\nprecision highp float;\nlayout(std140) uniform CCGlobal {\n  highp   vec4 cc_time;\n  mediump vec4 cc_screenSize;\n  mediump vec4 cc_nativeSize;\n};\nlayout(std140) uniform CCCamera {\n  highp   mat4 cc_matView;\n  highp   mat4 cc_matViewInv;\n  highp   mat4 cc_matProj;\n  highp   mat4 cc_matProjInv;\n  highp   mat4 cc_matViewProj;\n  highp   mat4 cc_matViewProjInv;\n  highp   vec4 cc_cameraPos;\n  mediump vec4 cc_screenScale;\n  mediump vec4 cc_exposure;\n  mediump vec4 cc_mainLitDir;\n  mediump vec4 cc_mainLitColor;\n  mediump vec4 cc_ambientSky;\n  mediump vec4 cc_ambientGround;\n  mediump vec4 cc_fogColor;\n  mediump vec4 cc_fogBase;\n  mediump vec4 cc_fogAdd;\n  mediump vec4 cc_nearFar;\n  mediump vec4 cc_viewPort;\n};\n#if USE_LOCAL\n  layout(std140) uniform CCLocal {\n    highp mat4 cc_matWorld;\n    highp mat4 cc_matWorldIT;\n    highp vec4 cc_lightingMapUVParam;\n  };\n#endif\n#if SAMPLE_FROM_RT\n#endif\nin vec3 a_position;\nin vec2 a_texCoord;\nin vec4 a_color;\nout vec4 color;\nout vec2 uv0;\nvec4 vert () {\n  vec4 pos = vec4(a_position, 1);\n  #if USE_LOCAL\n    pos = cc_matWorld * pos;\n  #endif\n  #if USE_PIXEL_ALIGNMENT\n    pos = cc_matView * pos;\n    pos.xyz = floor(pos.xyz);\n    pos = cc_matProj * pos;\n  #else\n    pos = cc_matViewProj * pos;\n  #endif\n  uv0 = a_texCoord;\n  #if SAMPLE_FROM_RT\n    uv0 = cc_cameraPos.w > 1.0 ? vec2(uv0.x, 1.0 - uv0.y) : uv0;\n  #endif\n  color = a_color;\n  return pos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision highp float;\nvec4 CCSampleWithAlphaSeparated(sampler2D tex, vec2 uv) {\n#if CC_USE_EMBEDDED_ALPHA\n  return vec4(texture(tex, uv).rgb, texture(tex, uv + vec2(0.0, 0.5)).r);\n#else\n  return texture(tex, uv);\n#endif\n}\n#if USE_ALPHA_TEST\n  layout(std140) uniform ALPHA_TEST_DATA {\n    float alphaThreshold;\n  };\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n    if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n    if (alpha < alphaThreshold) discard;\n  #endif\n}\nin vec4 color;\n#if USE_TEXTURE\n  in vec2 uv0;\n  uniform sampler2D cc_spriteTexture;\n#endif\nvec4 frag () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n    o *= CCSampleWithAlphaSeparated(cc_spriteTexture, uv0);\n    #if IS_GRAY\n      float gray  = 0.2126 * o.r + 0.7152 * o.g + 0.0722 * o.b;\n      o.r = o.g = o.b = gray;\n    #endif\n  #endif\n  o *= color;\n  ALPHA_TEST(o);\n  return o;\n}\nlayout(location = 0) out vec4 cc_FragColor;\nvoid main() { cc_FragColor = frag(); }"},"glsl1":{"vert":"\nprecision highp float;\nuniform highp mat4 cc_matView;\n  uniform highp mat4 cc_matProj;\n  uniform highp mat4 cc_matViewProj;\n  uniform highp vec4 cc_cameraPos;\n#if USE_LOCAL\n  uniform highp mat4 cc_matWorld;\n#endif\n#if SAMPLE_FROM_RT\n#endif\nattribute vec3 a_position;\nattribute vec2 a_texCoord;\nattribute vec4 a_color;\nvarying vec4 color;\nvarying vec2 uv0;\nvec4 vert () {\n  vec4 pos = vec4(a_position, 1);\n  #if USE_LOCAL\n    pos = cc_matWorld * pos;\n  #endif\n  #if USE_PIXEL_ALIGNMENT\n    pos = cc_matView * pos;\n    pos.xyz = floor(pos.xyz);\n    pos = cc_matProj * pos;\n  #else\n    pos = cc_matViewProj * pos;\n  #endif\n  uv0 = a_texCoord;\n  #if SAMPLE_FROM_RT\n    uv0 = cc_cameraPos.w > 1.0 ? vec2(uv0.x, 1.0 - uv0.y) : uv0;\n  #endif\n  color = a_color;\n  return pos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision highp float;\nvec4 CCSampleWithAlphaSeparated(sampler2D tex, vec2 uv) {\n#if CC_USE_EMBEDDED_ALPHA\n  return vec4(texture2D(tex, uv).rgb, texture2D(tex, uv + vec2(0.0, 0.5)).r);\n#else\n  return texture2D(tex, uv);\n#endif\n}\n#if USE_ALPHA_TEST\n      uniform float alphaThreshold;\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n    if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n    if (alpha < alphaThreshold) discard;\n  #endif\n}\nvarying vec4 color;\n#if USE_TEXTURE\n  varying vec2 uv0;\n  uniform sampler2D cc_spriteTexture;\n#endif\nvec4 frag () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n    o *= CCSampleWithAlphaSeparated(cc_spriteTexture, uv0);\n    #if IS_GRAY\n      float gray  = 0.2126 * o.r + 0.7152 * o.g + 0.0722 * o.b;\n      o.r = o.g = o.b = gray;\n    #endif\n  #endif\n  o *= color;\n  ALPHA_TEST(o);\n  return o;\n}\nvoid main() { gl_FragColor = frag(); }"},"builtins":{"globals":{"blocks":[{"name":"CCGlobal","defines":[]},{"name":"CCCamera","defines":[]}],"samplerTextures":[],"buffers":[],"images":[]},"locals":{"blocks":[{"name":"CCLocal","defines":["USE_LOCAL"]}],"samplerTextures":[{"name":"cc_spriteTexture","defines":["USE_TEXTURE"]}],"buffers":[],"images":[]},"statistics":{"CC_EFFECT_USED_VERTEX_UNIFORM_VECTORS":48,"CC_EFFECT_USED_FRAGMENT_UNIFORM_VECTORS":1}},"defines":[{"name":"USE_LOCAL","type":"boolean","defines":[]},{"name":"SAMPLE_FROM_RT","type":"boolean","defines":[]},{"name":"USE_PIXEL_ALIGNMENT","type":"boolean","defines":[]},{"name":"CC_USE_EMBEDDED_ALPHA","type":"boolean","defines":[]},{"name":"USE_ALPHA_TEST","type":"boolean","defines":[]},{"name":"USE_TEXTURE","type":"boolean","defines":[]},{"name":"IS_GRAY","type":"boolean","defines":["USE_TEXTURE"]}]}],[{"passes":[{"program":"builtin-sprite|sprite-vs:vert|sprite-fs:frag","blendState":{"targets":[{"blend":true,"blendSrc":2,"blendDst":4,"blendDstAlpha":4}]},"rasterizerState":{"cullMode":0},"depthStencilState":{"depthTest":false,"depthWrite":false},"properties":{"alphaThreshold":{"type":13,"value":[0.5]}}}]}]]],0,0,[],[],[]],[[{"name":"common_new","spriteFrames":["common_new_arrow_0","c601f0Za9Ke6jfaSQ9DHLK@0c3aa","common_new_arrow_1","c601f0Za9Ke6jfaSQ9DHLK@213cb","common_new_arrow_3","c601f0Za9Ke6jfaSQ9DHLK@b9513","common_new_arrow_4","c601f0Za9Ke6jfaSQ9DHLK@ddf62","common_new_bg_0","c601f0Za9Ke6jfaSQ9DHLK@fe682","common_new_bg_1","c601f0Za9Ke6jfaSQ9DHLK@8e137","common_new_bg_2","c601f0Za9Ke6jfaSQ9DHLK@69e8c","common_new_bg_3","c601f0Za9Ke6jfaSQ9DHLK@7a76a","common_new_board_0","c601f0Za9Ke6jfaSQ9DHLK@559f8","common_new_board_1","c601f0Za9Ke6jfaSQ9DHLK@ec5fe","common_new_board_10","c601f0Za9Ke6jfaSQ9DHLK@0888f","common_new_board_11","c601f0Za9Ke6jfaSQ9DHLK@c3c16","common_new_board_12","c601f0Za9Ke6jfaSQ9DHLK@48f82","common_new_board_13","c601f0Za9Ke6jfaSQ9DHLK@77a32","common_new_board_14","c601f0Za9Ke6jfaSQ9DHLK@d709f","common_new_board_15","c601f0Za9Ke6jfaSQ9DHLK@b45ff","common_new_board_16","c601f0Za9Ke6jfaSQ9DHLK@23c25","common_new_board_17","c601f0Za9Ke6jfaSQ9DHLK@16448","common_new_board_18","c601f0Za9Ke6jfaSQ9DHLK@ca628","common_new_board_2","c601f0Za9Ke6jfaSQ9DHLK@6564c","common_new_board_3","c601f0Za9Ke6jfaSQ9DHLK@0438b","common_new_board_4","c601f0Za9Ke6jfaSQ9DHLK@9f454","common_new_board_5","c601f0Za9Ke6jfaSQ9DHLK@24312","common_new_board_6","c601f0Za9Ke6jfaSQ9DHLK@fbfe4","common_new_board_6_lengthen","c601f0Za9Ke6jfaSQ9DHLK@a08ad","common_new_board_7","c601f0Za9Ke6jfaSQ9DHLK@fde3a","common_new_board_8","c601f0Za9Ke6jfaSQ9DHLK@a9d5d","common_new_board_9","c601f0Za9Ke6jfaSQ9DHLK@773fb","common_new_board_edge","c601f0Za9Ke6jfaSQ9DHLK@733a8","common_new_box_1_close","c601f0Za9Ke6jfaSQ9DHLK@9dba8","common_new_box_1_empty","c601f0Za9Ke6jfaSQ9DHLK@5d308","common_new_box_1_full","c601f0Za9Ke6jfaSQ9DHLK@978c2","common_new_box_2_close","c601f0Za9Ke6jfaSQ9DHLK@8f777","common_new_box_2_empty","c601f0Za9Ke6jfaSQ9DHLK@f9e05","common_new_box_2_full","c601f0Za9Ke6jfaSQ9DHLK@786f7","common_new_box_3_close","c601f0Za9Ke6jfaSQ9DHLK@00456","common_new_box_3_empty","c601f0Za9Ke6jfaSQ9DHLK@9678b","common_new_box_3_full","c601f0Za9Ke6jfaSQ9DHLK@09065","common_new_box_4_close","c601f0Za9Ke6jfaSQ9DHLK@cd874","common_new_box_4_empty","c601f0Za9Ke6jfaSQ9DHLK@3c701","common_new_box_4_full","c601f0Za9Ke6jfaSQ9DHLK@83e57","common_new_box_5_close","c601f0Za9Ke6jfaSQ9DHLK@ce77d","common_new_box_5_empty","c601f0Za9Ke6jfaSQ9DHLK@43490","common_new_box_5_full","c601f0Za9Ke6jfaSQ9DHLK@fa675","common_new_bubble","c601f0Za9Ke6jfaSQ9DHLK@21e76","common_new_butterfly_0","c601f0Za9Ke6jfaSQ9DHLK@537bc","common_new_butterfly_1","c601f0Za9Ke6jfaSQ9DHLK@9c542","common_new_butterfly_2","c601f0Za9Ke6jfaSQ9DHLK@5615a","common_new_chat_number_board","c601f0Za9Ke6jfaSQ9DHLK@53648","common_new_corner_0","c601f0Za9Ke6jfaSQ9DHLK@ac80a","common_new_corner_1","c601f0Za9Ke6jfaSQ9DHLK@b6b40","common_new_corner_16","c601f0Za9Ke6jfaSQ9DHLK@75d63","common_new_corner_57","c601f0Za9Ke6jfaSQ9DHLK@c3a07","common_new_corner_58","c601f0Za9Ke6jfaSQ9DHLK@a589d","common_new_corner_59","c601f0Za9Ke6jfaSQ9DHLK@cfd24","common_new_corner_61","c601f0Za9Ke6jfaSQ9DHLK@8554d","common_new_counter","c601f0Za9Ke6jfaSQ9DHLK@abc26","common_new_dialog","c601f0Za9Ke6jfaSQ9DHLK@64030","common_new_discount_line","c601f0Za9Ke6jfaSQ9DHLK@5a776","common_new_discount_tag","c601f0Za9Ke6jfaSQ9DHLK@d0e2a","common_new_finish_bg","c601f0Za9Ke6jfaSQ9DHLK@c7535","common_new_finish_bg_big","c601f0Za9Ke6jfaSQ9DHLK@9e55f","common_new_finish_bg_red","c601f0Za9Ke6jfaSQ9DHLK@515e5","common_new_format_bg_4","c601f0Za9Ke6jfaSQ9DHLK@002f0","common_new_format_bg_5","c601f0Za9Ke6jfaSQ9DHLK@a38f4","common_new_format_bg_6","c601f0Za9Ke6jfaSQ9DHLK@09739","common_new_format_bg_no_hero","c601f0Za9Ke6jfaSQ9DHLK@6bd31","common_new_format_bg_unlock","c601f0Za9Ke6jfaSQ9DHLK@bc3ec","common_new_help","c601f0Za9Ke6jfaSQ9DHLK@771a7","common_new_input","c601f0Za9Ke6jfaSQ9DHLK@a7d61","common_new_level_bg","c601f0Za9Ke6jfaSQ9DHLK@9a4c6","common_new_lineup","c601f0Za9Ke6jfaSQ9DHLK@b77e2","common_new_list_depart","c601f0Za9Ke6jfaSQ9DHLK@371af","common_new_lock","c601f0Za9Ke6jfaSQ9DHLK@cec7e","common_new_number_label_bg","c601f0Za9Ke6jfaSQ9DHLK@180ca","common_new_panel_0","c601f0Za9Ke6jfaSQ9DHLK@72ef2","common_new_panel_1","c601f0Za9Ke6jfaSQ9DHLK@7b906","common_new_panel_10","c601f0Za9Ke6jfaSQ9DHLK@b8052","common_new_panel_11","c601f0Za9Ke6jfaSQ9DHLK@d8d7b","common_new_panel_3","c601f0Za9Ke6jfaSQ9DHLK@6cc33","common_new_panel_4","c601f0Za9Ke6jfaSQ9DHLK@a4e60","common_new_panel_5","c601f0Za9Ke6jfaSQ9DHLK@939c3","common_new_panel_6","c601f0Za9Ke6jfaSQ9DHLK@0b918","common_new_panel_7","c601f0Za9Ke6jfaSQ9DHLK@366d6","common_new_panel_8","c601f0Za9Ke6jfaSQ9DHLK@1c946","common_new_panel_9","c601f0Za9Ke6jfaSQ9DHLK@ee75f","common_new_plus_sign","c601f0Za9Ke6jfaSQ9DHLK@a19c9","common_new_probability_desc","c601f0Za9Ke6jfaSQ9DHLK@80d52","common_new_progress_1","c601f0Za9Ke6jfaSQ9DHLK@54fcc","common_new_progress_2","c601f0Za9Ke6jfaSQ9DHLK@03e37","common_new_prompt","c601f0Za9Ke6jfaSQ9DHLK@6b1b0","common_new_role_shadow","c601f0Za9Ke6jfaSQ9DHLK@d9795","common_new_select","c601f0Za9Ke6jfaSQ9DHLK@d992a","common_new_select_board","c601f0Za9Ke6jfaSQ9DHLK@0b253","common_new_spot","c601f0Za9Ke6jfaSQ9DHLK@d7524","common_new_star_bg","c601f0Za9Ke6jfaSQ9DHLK@5d0d3","common_new_star_front","c601f0Za9Ke6jfaSQ9DHLK@e14ae","common_new_star_red","c601f0Za9Ke6jfaSQ9DHLK@fd973","common_new_sun_gray","c601f0Za9Ke6jfaSQ9DHLK@70b0d","common_new_sun_highlight","c601f0Za9Ke6jfaSQ9DHLK@13273","common_new_sun_red","c601f0Za9Ke6jfaSQ9DHLK@ce3fd","common_new_tab_selected","c601f0Za9Ke6jfaSQ9DHLK@4923a","common_new_tab_unselected","c601f0Za9Ke6jfaSQ9DHLK@4a481","common_new_text_bg_green","c601f0Za9Ke6jfaSQ9DHLK@407ba","common_new_title_0","c601f0Za9Ke6jfaSQ9DHLK@83f16","common_new_title_1","c601f0Za9Ke6jfaSQ9DHLK@67249","common_new_title_2","c601f0Za9Ke6jfaSQ9DHLK@a04ca","common_new_title_3","c601f0Za9Ke6jfaSQ9DHLK@fe46c","common_new_title_4","c601f0Za9Ke6jfaSQ9DHLK@96294","common_new_title_5","c601f0Za9Ke6jfaSQ9DHLK@55736","common_new_title_6","c601f0Za9Ke6jfaSQ9DHLK@877b2","common_new_title_7","c601f0Za9Ke6jfaSQ9DHLK@acdc7","common_new_unit_type_bg","c601f0Za9Ke6jfaSQ9DHLK@43b8f","common_new_yellow_board","c601f0Za9Ke6jfaSQ9DHLK@12a06","common_new_yellow_bottom_line","c601f0Za9Ke6jfaSQ9DHLK@f295b","common_new_yellow_center","c601f0Za9Ke6jfaSQ9DHLK@15159","common_new_yellow_close","c601f0Za9Ke6jfaSQ9DHLK@93c4a","common_new_yellow_decorate","c601f0Za9Ke6jfaSQ9DHLK@1a0e6","common_new_yellow_left_line","c601f0Za9Ke6jfaSQ9DHLK@b4106","common_new_yellow_right_line","c601f0Za9Ke6jfaSQ9DHLK@b8c24","common_new_yellow_title","c601f0Za9Ke6jfaSQ9DHLK@cb2a3","common_new_yellow_top_line","c601f0Za9Ke6jfaSQ9DHLK@872e9","common_speaker_bg","c601f0Za9Ke6jfaSQ9DHLK@38946","common_transparent","c601f0Za9Ke6jfaSQ9DHLK@a2f0c"]}],[6],0,[],[],[]],[[{"name":"common_new_format_bg_4","rect":{"x":626,"y":919,"width":307,"height":123},"offset":{"x":0,"y":0},"originalSize":{"width":313,"height":129},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_3_close","rect":{"x":927,"y":1866,"width":82,"height":70},"offset":{"x":-5,"y":-13},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_progress_2","rect":{"x":644,"y":381,"width":319,"height":19},"offset":{"x":0,"y":0},"originalSize":{"width":319,"height":19},"rotated":false,"capInsets":[105,6,105,6],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_3","rect":{"x":2,"y":35,"width":28,"height":740},"offset":{"x":0,"y":0},"originalSize":{"width":28,"height":740},"rotated":true,"capInsets":[0,244,0,244],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_10","rect":{"x":965,"y":370,"width":1,"height":1},"offset":{"x":-43.5,"y":51.5},"originalSize":{"width":88,"height":104},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_3_full","rect":{"x":320,"y":1744,"width":98,"height":78},"offset":{"x":0,"y":-8},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_format_bg_6","rect":{"x":644,"y":669,"width":307,"height":123},"offset":{"x":0,"y":0},"originalSize":{"width":313,"height":129},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_select_board","rect":{"x":55,"y":2004,"width":41,"height":34},"offset":{"x":0,"y":0},"originalSize":{"width":45,"height":34},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_6","rect":{"x":2,"y":1344,"width":601,"height":145},"offset":{"x":0,"y":1},"originalSize":{"width":607,"height":151},"rotated":false,"capInsets":[25,26,25,26],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_arrow_0","rect":{"x":934,"y":1681,"width":61,"height":34},"offset":{"x":0,"y":0},"originalSize":{"width":61,"height":34},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_board","rect":{"x":256,"y":1491,"width":131,"height":131},"offset":{"x":0,"y":0},"originalSize":{"width":131,"height":131},"rotated":false,"capInsets":[46,23,67,59],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_sun_highlight","rect":{"x":875,"y":1959,"width":36,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_center","rect":{"x":443,"y":1710,"width":20,"height":20},"offset":{"x":0,"y":0},"originalSize":{"width":20,"height":20},"rotated":false,"capInsets":[6,6,6,6],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_17","rect":{"x":122,"y":1491,"width":505,"height":87},"offset":{"x":0,"y":-1},"originalSize":{"width":511,"height":89},"rotated":true,"capInsets":[30,30,30,30],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_number_label_bg","rect":{"x":966,"y":858,"width":33,"height":30},"offset":{"x":0,"y":0},"originalSize":{"width":33,"height":30},"rotated":false,"capInsets":[12,10,13,10],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_decorate","rect":{"x":965,"y":370,"width":1,"height":1},"offset":{"x":-43.5,"y":51.5},"originalSize":{"width":88,"height":104},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_8","rect":{"x":727,"y":1505,"width":125,"height":125},"offset":{"x":0,"y":0},"originalSize":{"width":125,"height":125},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_arrow_1","rect":{"x":966,"y":943,"width":20,"height":32},"offset":{"x":0,"y":0},"originalSize":{"width":20,"height":32},"rotated":true,"capInsets":[6,3,6,3],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_bubble","rect":{"x":253,"y":1660,"width":182,"height":65},"offset":{"x":0,"y":0},"originalSize":{"width":182,"height":65},"rotated":true,"capInsets":[100,32,73,32],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_16","rect":{"x":2,"y":974,"width":622,"height":92},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":92},"rotated":false,"capInsets":[211,38,211,38],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_5","rect":{"x":953,"y":419,"width":13,"height":11},"offset":{"x":-1,"y":0},"originalSize":{"width":23,"height":11},"rotated":false,"capInsets":[7,3,7,3],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_7","rect":{"x":966,"y":1157,"width":43,"height":31},"offset":{"x":0,"y":0},"originalSize":{"width":43,"height":31},"rotated":true,"capInsets":[15,11,15,12],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_list_depart","rect":{"x":953,"y":445,"width":544,"height":11},"offset":{"x":0,"y":0},"originalSize":{"width":544,"height":11},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_speaker_bg","rect":{"x":968,"y":293,"width":563,"height":31},"offset":{"x":0,"y":0},"originalSize":{"width":563,"height":31},"rotated":true,"capInsets":[185,10,185,10],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_4_empty","rect":{"x":827,"y":1310,"width":96,"height":74},"offset":{"x":2,"y":-10},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_text_bg_green","rect":{"x":935,"y":1433,"width":126,"height":63},"offset":{"x":0,"y":0},"originalSize":{"width":126,"height":63},"rotated":true,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_5_empty","rect":{"x":727,"y":1714,"width":98,"height":76},"offset":{"x":1,"y":-9},"originalSize":{"width":100,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_unit_type_bg","rect":{"x":966,"y":965,"width":31,"height":133},"offset":{"x":-3,"y":0},"originalSize":{"width":37,"height":133},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_12","rect":{"x":309,"y":1995,"width":79,"height":49},"offset":{"x":0,"y":0},"originalSize":{"width":79,"height":49},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_tab_selected","rect":{"x":348,"y":1844,"width":141,"height":80},"offset":{"x":0,"y":0},"originalSize":{"width":141,"height":80},"rotated":true,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_tab_unselected","rect":{"x":266,"y":1844,"width":141,"height":80},"offset":{"x":0,"y":0},"originalSize":{"width":141,"height":80},"rotated":true,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_finish_bg_red","rect":{"x":91,"y":2004,"width":113,"height":40},"offset":{"x":0,"y":0},"originalSize":{"width":113,"height":40},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_chat_number_board","rect":{"x":390,"y":1710,"width":29,"height":25},"offset":{"x":0,"y":0},"originalSize":{"width":29,"height":25},"rotated":true,"capInsets":[9,8,9,8],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_butterfly_0","rect":{"x":390,"y":1527,"width":181,"height":205},"offset":{"x":-14,"y":7},"originalSize":{"width":257,"height":221},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_progress_1","rect":{"x":644,"y":402,"width":319,"height":15},"offset":{"x":0,"y":0},"originalSize":{"width":319,"height":19},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_5","rect":{"x":626,"y":1044,"width":275,"height":71},"offset":{"x":-1,"y":-11},"originalSize":{"width":277,"height":97},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_0","rect":{"x":605,"y":1408,"width":585,"height":72},"offset":{"x":0,"y":0},"originalSize":{"width":585,"height":72},"rotated":true,"capInsets":[263,30,253,28],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_butterfly_2","rect":{"x":451,"y":1932,"width":105,"height":107},"offset":{"x":0,"y":1},"originalSize":{"width":105,"height":109},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_discount_line","rect":{"x":744,"y":373,"width":169,"height":5},"offset":{"x":0,"y":0},"originalSize":{"width":169,"height":5},"rotated":false,"capInsets":[0,1,0,1],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_star_bg","rect":{"x":711,"y":1950,"width":40,"height":40},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_1_empty","rect":{"x":827,"y":1806,"width":98,"height":76},"offset":{"x":0,"y":-10},"originalSize":{"width":100,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_dialog","rect":{"x":744,"y":293,"width":222,"height":75},"offset":{"x":0,"y":0},"originalSize":{"width":222,"height":75},"rotated":false,"capInsets":[67,21,56,48],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_2","rect":{"x":903,"y":1044,"width":582,"height":30},"offset":{"x":0,"y":-2},"originalSize":{"width":582,"height":36},"rotated":true,"capInsets":[6,8,6,8],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_1","rect":{"x":618,"y":1117,"width":210,"height":56},"offset":{"x":0,"y":0},"originalSize":{"width":230,"height":56},"rotated":false,"capInsets":[75,18,75,18],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_bg_2","rect":{"x":430,"y":1841,"width":165,"height":89},"offset":{"x":1,"y":0},"originalSize":{"width":167,"height":89},"rotated":false,"capInsets":[55,29,55,29],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_prompt","rect":{"x":417,"y":1710,"width":25,"height":24},"offset":{"x":0,"y":0},"originalSize":{"width":25,"height":24},"rotated":true,"capInsets":[8,7,8,7],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_format_bg_no_hero","rect":{"x":644,"y":544,"width":307,"height":123},"offset":{"x":0,"y":0},"originalSize":{"width":313,"height":129},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_3","rect":{"x":443,"y":1710,"width":20,"height":20},"offset":{"x":0,"y":0},"originalSize":{"width":20,"height":20},"rotated":false,"capInsets":[7,8,8,7],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_sun_gray","rect":{"x":835,"y":1997,"width":36,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_0","rect":{"x":2,"y":2004,"width":51,"height":42},"offset":{"x":0,"y":0},"originalSize":{"width":51,"height":42},"rotated":false,"capInsets":[22,16,20,19],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_edge","rect":{"x":965,"y":370,"width":1,"height":1},"offset":{"x":-65.5,"y":101},"originalSize":{"width":132,"height":203},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_16","rect":{"x":600,"y":1995,"width":40,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":83},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_help","rect":{"x":711,"y":1910,"width":38,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":38,"height":38},"rotated":false,"capInsets":[11,9,15,15],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_9","rect":{"x":965,"y":370,"width":1,"height":1},"offset":{"x":-19.5,"y":19.5},"originalSize":{"width":40,"height":40},"rotated":false,"capInsets":[12,0,12,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_13","rect":{"x":966,"y":1100,"width":55,"height":31},"offset":{"x":0,"y":0},"originalSize":{"width":55,"height":31},"rotated":true,"capInsets":[10,9,10,9],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_2_full","rect":{"x":400,"y":1741,"width":98,"height":78},"offset":{"x":0,"y":-8},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_bg_3","rect":{"x":744,"y":2,"width":289,"height":254},"offset":{"x":0,"y":-1},"originalSize":{"width":289,"height":256},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_1","rect":{"x":830,"y":1117,"width":91,"height":71},"offset":{"x":0,"y":0},"originalSize":{"width":91,"height":71},"rotated":true,"capInsets":[37,23,35,33],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_probability_desc","rect":{"x":711,"y":1870,"width":38,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":38,"height":38},"rotated":false,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_4_full","rect":{"x":827,"y":1210,"width":98,"height":74},"offset":{"x":1,"y":-10},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_0","rect":{"x":711,"y":1408,"width":189,"height":57},"offset":{"x":0,"y":0},"originalSize":{"width":281,"height":57},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_61","rect":{"x":211,"y":1674,"width":40,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":83},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_top_line","rect":{"x":679,"y":1408,"width":582,"height":30},"offset":{"x":0,"y":2},"originalSize":{"width":582,"height":36},"rotated":true,"capInsets":[40,11,40,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_6","rect":{"x":390,"y":1491,"width":206,"height":34},"offset":{"x":0,"y":0},"originalSize":{"width":206,"height":34},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_bg_1","rect":{"x":2,"y":1068,"width":614,"height":274},"offset":{"x":0,"y":-138},"originalSize":{"width":614,"height":550},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_2_close","rect":{"x":935,"y":1202,"width":80,"height":64},"offset":{"x":-5,"y":-14},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_5","rect":{"x":211,"y":1491,"width":66,"height":43},"offset":{"x":0,"y":0},"originalSize":{"width":66,"height":43},"rotated":true,"capInsets":[21,14,21,14],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_close","rect":{"x":390,"y":1987,"width":59,"height":59},"offset":{"x":11,"y":5},"originalSize":{"width":87,"height":73},"rotated":false,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_4","rect":{"x":935,"y":991,"width":168,"height":29},"offset":{"x":0,"y":0},"originalSize":{"width":168,"height":29},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_3_empty","rect":{"x":827,"y":1728,"width":98,"height":76},"offset":{"x":1,"y":-10},"originalSize":{"width":100,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_1_full","rect":{"x":854,"y":1628,"width":98,"height":78},"offset":{"x":0,"y":-8},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_level_bg","rect":{"x":206,"y":1998,"width":49,"height":48},"offset":{"x":0,"y":0},"originalSize":{"width":49,"height":48},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_butterfly_1","rect":{"x":618,"y":1175,"width":195,"height":207},"offset":{"x":4,"y":-5},"originalSize":{"width":265,"height":217},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_1_close","rect":{"x":935,"y":1284,"width":80,"height":64},"offset":{"x":-5,"y":-14},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_finish_bg_big","rect":{"x":211,"y":1844,"width":147,"height":53},"offset":{"x":0,"y":0},"originalSize":{"width":147,"height":53},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_4","rect":{"x":2,"y":2,"width":31,"height":740},"offset":{"x":0,"y":0},"originalSize":{"width":31,"height":740},"rotated":true,"capInsets":[0,244,0,244],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_2","rect":{"x":727,"y":1467,"width":158,"height":36},"offset":{"x":0,"y":0},"originalSize":{"width":158,"height":36},"rotated":false,"capInsets":[52,11,52,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_6_lengthen","rect":{"x":2,"y":600,"width":640,"height":136},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":136},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_plus_sign","rect":{"x":935,"y":1561,"width":62,"height":62},"offset":{"x":0,"y":0},"originalSize":{"width":64,"height":64},"rotated":false,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_transparent","rect":{"x":965,"y":370,"width":1,"height":1},"offset":{"x":0,"y":0},"originalSize":{"width":1,"height":1},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_format_bg_5","rect":{"x":644,"y":794,"width":307,"height":123},"offset":{"x":0,"y":0},"originalSize":{"width":313,"height":129},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_4","rect":{"x":953,"y":432,"width":12,"height":11},"offset":{"x":0,"y":0},"originalSize":{"width":12,"height":11},"rotated":false,"capInsets":[3,3,3,3],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_58","rect":{"x":558,"y":1932,"width":40,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":83},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_input","rect":{"x":257,"y":1995,"width":51,"height":50},"offset":{"x":0,"y":0},"originalSize":{"width":51,"height":50},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_8","rect":{"x":2,"y":851,"width":640,"height":19},"offset":{"x":0,"y":-4},"originalSize":{"width":640,"height":35},"rotated":false,"capInsets":[3,2,3,2],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_counter","rect":{"x":934,"y":1717,"width":55,"height":58},"offset":{"x":0,"y":-1},"originalSize":{"width":67,"height":64},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_0","rect":{"x":753,"y":1870,"width":69,"height":70},"offset":{"x":0,"y":0},"originalSize":{"width":69,"height":70},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_7","rect":{"x":605,"y":1372,"width":206,"height":34},"offset":{"x":0,"y":0},"originalSize":{"width":206,"height":34},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_left_line","rect":{"x":2,"y":2,"width":31,"height":740},"offset":{"x":0,"y":0},"originalSize":{"width":31,"height":740},"rotated":true,"capInsets":[10,171,10,459],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_15","rect":{"x":2,"y":461,"width":640,"height":137},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":137},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_1","rect":{"x":919,"y":1950,"width":69,"height":69},"offset":{"x":0,"y":0},"originalSize":{"width":69,"height":69},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_lineup","rect":{"x":480,"y":1710,"width":121,"height":120},"offset":{"x":0,"y":0},"originalSize":{"width":129,"height":120},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_10","rect":{"x":644,"y":65,"width":234,"height":98},"offset":{"x":0,"y":0},"originalSize":{"width":234,"height":98},"rotated":true,"capInsets":[16,13,16,13],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_right_line","rect":{"x":2,"y":35,"width":28,"height":740},"offset":{"x":0,"y":0},"originalSize":{"width":28,"height":740},"rotated":true,"capInsets":[9,171,9,171],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_arrow_3","rect":{"x":966,"y":890,"width":32,"height":51},"offset":{"x":0,"y":0},"originalSize":{"width":34,"height":51},"rotated":false,"capInsets":[8,11,8,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_format_bg_unlock","rect":{"x":644,"y":419,"width":307,"height":123},"offset":{"x":0,"y":0},"originalSize":{"width":313,"height":129},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_57","rect":{"x":558,"y":1932,"width":40,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":83},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_11","rect":{"x":2,"y":872,"width":622,"height":100},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_finish_bg","rect":{"x":211,"y":1559,"width":113,"height":40},"offset":{"x":0,"y":0},"originalSize":{"width":113,"height":40},"rotated":true,"capInsets":[15,11,15,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_18","rect":{"x":2,"y":1491,"width":511,"height":118},"offset":{"x":0,"y":0},"originalSize":{"width":511,"height":118},"rotated":true,"capInsets":[20,15,20,15],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_title","rect":{"x":618,"y":1117,"width":210,"height":56},"offset":{"x":0,"y":0},"originalSize":{"width":230,"height":56},"rotated":false,"capInsets":[75,18,75,18],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_4_close","rect":{"x":927,"y":1774,"width":90,"height":72},"offset":{"x":-5,"y":-12},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[15,11,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_sun_red","rect":{"x":835,"y":1959,"width":36,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_5_close","rect":{"x":320,"y":1660,"width":82,"height":68},"offset":{"x":-5,"y":-13},"originalSize":{"width":100,"height":100},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_lock","rect":{"x":727,"y":1632,"width":104,"height":80},"offset":{"x":0,"y":0},"originalSize":{"width":104,"height":80},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_corner_59","rect":{"x":211,"y":1759,"width":40,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":83},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_discount_tag","rect":{"x":935,"y":1366,"width":64,"height":65},"offset":{"x":0,"y":0},"originalSize":{"width":64,"height":65},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_14","rect":{"x":935,"y":1625,"width":61,"height":54},"offset":{"x":0,"y":0},"originalSize":{"width":61,"height":54},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_spot","rect":{"x":430,"y":1932,"width":19,"height":19},"offset":{"x":0,"y":0},"originalSize":{"width":19,"height":19},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_11","rect":{"x":873,"y":1997,"width":36,"height":34},"offset":{"x":0,"y":0},"originalSize":{"width":38,"height":34},"rotated":false,"capInsets":[15,12,14,14],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_role_shadow","rect":{"x":854,"y":1547,"width":73,"height":38},"offset":{"x":0,"y":0},"originalSize":{"width":75,"height":40},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_select","rect":{"x":935,"y":1161,"width":29,"height":27},"offset":{"x":0,"y":0},"originalSize":{"width":39,"height":27},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_arrow_4","rect":{"x":835,"y":1884,"width":73,"height":82},"offset":{"x":1,"y":-3},"originalSize":{"width":95,"height":96},"rotated":true,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_star_front","rect":{"x":854,"y":1505,"width":40,"height":40},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_1","rect":{"x":679,"y":1408,"width":582,"height":30},"offset":{"x":0,"y":2},"originalSize":{"width":582,"height":36},"rotated":true,"capInsets":[40,11,40,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_panel_9","rect":{"x":753,"y":1950,"width":85,"height":80},"offset":{"x":0,"y":0},"originalSize":{"width":85,"height":80},"rotated":true,"capInsets":[40,32,40,32],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_yellow_bottom_line","rect":{"x":903,"y":1044,"width":582,"height":30},"offset":{"x":0,"y":-2},"originalSize":{"width":582,"height":36},"rotated":true,"capInsets":[38,11,38,11],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_2_empty","rect":{"x":727,"y":1792,"width":98,"height":76},"offset":{"x":0,"y":-10},"originalSize":{"width":100,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_box_5_full","rect":{"x":644,"y":301,"width":98,"height":78},"offset":{"x":1,"y":-7},"originalSize":{"width":100,"height":100},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_6","rect":{"x":2,"y":738,"width":640,"height":80},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":80},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_star_red","rect":{"x":685,"y":1992,"width":40,"height":40},"offset":{"x":0,"y":0},"originalSize":{"width":40,"height":40},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_board_7","rect":{"x":2,"y":820,"width":640,"height":29},"offset":{"x":0,"y":3},"originalSize":{"width":640,"height":35},"rotated":false,"capInsets":[200,10,200,10],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_title_3","rect":{"x":253,"y":1624,"width":135,"height":34},"offset":{"x":-1,"y":0},"originalSize":{"width":137,"height":34},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[{"name":"common_new_bg_0","rect":{"x":2,"y":65,"width":640,"height":394},"offset":{"x":0,"y":0},"originalSize":{"width":640,"height":394},"rotated":false,"capInsets":[0,0,0,0],"packable":true}],[0],0,[0],[0],[0]],[[[11,[{}],[{"USE_TEXTURE":true}]]],0,0,[0],[8],[6]],[[[12,"LayerActivity"],[13,"LayerActivity",33554432,[-4,-5,-6,-7],[[2,-2,[0,"e9LFNe6HJGgp3A3dEx8XbK"],[5,0,0]],[18,-3,[0,"dbafuNC8lKUr99xWM5Vvo9"]]],[1,"96wGUMSJpJyqNMbLFzmqCG",-1,0]],[5,"panel_inner_upper",33554432,1,[-9,-10,-11,-12,-13,-14],[[4,-8,[0,"a9fk0aQRhKiKkPBBpwS4p0"],[5,640,140],[0,0.5,1]]],[1,"ec0FPwcyNEsYJ+YHZTd7kn",1,0],[1,0,568,0]],[5,"item_left_panel",33554432,1,[-16,-17,-18,-19],[[2,-15,[0,"abV5BU08NKmZT/4ORRCjcT"],[5,120,129]]],[1,"1fZ4Bmu5FKOqXmRGN2xG+U",1,0],[1,-1155.827,377.19,0]],[5,"activity_listview",33554432,2,[-23],[[4,-20,[0,"63eq3bWYhLLLPBtPXSEMR6"],[5,561,157],[0,0,0]],[19,0,{"l":0,"t":0,"r":0,"b":0},-22,[0,"16mSoE6SJLmIZB2S49/efh"],-21]],[1,"26RFpZUtBDN42U0D9fDaYs",1,0],[1,-279,-138,0]],[14,"view",512,33554432,4,[-26],[[2,-24,[0,"52UMiIKoxJR6UEJTyvBax0"],[5,561,157]],[20,0,-25,[0,"24x0yOHMlAvrnxi6od6HjA"]]],[1,"fd2pd9BCFFBYmT5J5XSuVL",1,0],[1,280.5,78.5,0]],[7,"activity_btn_right",false,33554432,2,[[2,-27,[0,"fbTtNrZkxG4L99RFr4qSS4"],[5,54,60]],[6,1,0,false,-28,[0,"feGMLebxVNJ5rDAjPhuufs"],4,5],[9,2,-29,[0,"d9kDixYylN3J+HUxJIHvDt"],[4,4294967295],[4,4292072403],6,7,8,9]],[1,"771BR0kHdNDoAYaOgjXMng",1,0],[1,302.26739999999995,-62.884699999999995,0],[1,0.8,0.8,1]],[7,"activity_btn_left",false,33554432,2,[[2,-30,[0,"53+Gq2ZNdOYY98EqAzWg2C"],[5,54,60]],[6,1,0,false,-31,[0,"dbTY7lvOpIv49G2WsvQkAE"],10,11],[9,2,-32,[0,"dbJfWNetdCppBmXDXf87NI"],[4,4294967295],[4,4292072403],12,13,14,15]],[1,"1evXH/kYBNYq3LyC5ZcQVY",1,0],[1,-299.186,-62.884699999999995,0],[1,-0.8,0.8,1]],[15,"btn_close",33554432,[-35],[[2,-33,[0,"68i3rFRahEDqOWWCOmcnHa"],[5,86,70]],[24,3,-34,[0,"35zt7wy71JN5s4ui+8GYOQ"]]],[1,"8dFWGelXNBdphuMtdbCOD/",1,0],[1,0,43.748,0]],[3,"item_txt",33554432,3,[[2,-36,[0,"adW+2DwqdNS4jrBG/gsMUI"],[5,90,29.72]],[25,"每日签到",0,0,22,22,0,0,-37,[0,"38BIehitdDoZUDZjl9WkrN"],[4,4292541439],17],[27,1,-38,[0,"86dCz6D1dL965wyln/xhhr"],[4,4279505969]]],[1,"beR769zK9JbKb1r+Rhtmro",1,0],[1,0,-59.6895,0]],[3,"activity_bg",33554432,2,[[4,-39,[0,"c9YergvxJChbJ/xOtuPtxr"],[5,640,1386],[0,0,1]],[6,1,0,false,-40,[0,"b4+tc4V3ZN+ZeMRgl0d28D"],0,1]],[1,"9fUlNz8WhORpQQH//MobLV",1,0],[1,-319.9998,-118,0]],[3,"activity_listview_bg",33554432,2,[[4,-41,[0,"29ZMKQQ35JmLt+M4l6+TcU"],[5,640,140],[0,0,0]],[21,1,1,0,false,-42,[0,"b7oEYvk0hNkrdAHYBFWu4i"],2,3]],[1,"41Ia1MhSxELJkeoaQafl25",1,0],[1,-320,-137,0]],[16,"content",512,33554432,5,[[4,-43,[0,"20tQQ1HepPj7kmJktcY9Ms"],[5,561,157],[0,0,0.5]]],[1,"f1EKYqj5NPXI7Wbpdaa+4W",1,0],[1,-280.5,0,0]],[5,"panel_bottom",33554432,1,[8],[[2,-44,[0,"1dBI21rtdGq5ST8lEprTf+"],[5,0,0]]],[1,"f39I98EFtN34HkrZyK3pfI",1,0],[1,0,-568,0]],[8,"Label",33554432,8,[[2,-45,[0,"7fb0ctxVFNUbBEgc1EoAy1"],[5,80,50.4]],[26,"关闭",40,-46,[0,"83gKhkjMRCgaTk1g+6YtD2"],[4,4278190335]]],[1,"9eu3akyCVEtoQG7ZU/GXcM",1,0]],[3,"item_sprite",33554432,3,[[2,-47,[0,"c3iI8JnwtDUb/ApYzcnIlc"],[5,119,119]],[22,0,false,-48,[0,"46y9Y4BkZP24uphZp3cB38"],16]],[1,"7dy1f3o2tNxZIMknE1itlg",1,0],[1,0,-8.89,0]],[17,"item_content_bg",33554432,3,[[2,-49,[0,"22V8KixTdDq46Yd9th6vt0"],[5,132,132]],[23,1,0,false,-50,[0,"c4FFYQbOdIXrUMegweRViK"]]],[1,"cd3o1e0nFCYY7Vip7XghHm",1,0],[1,0,-6.380000000000003,0],[1,0.83,0.83,1]],[3,"activity_panel",33554432,2,[[4,-51,[0,"b0qX7/jmhLGY2FduqCnTml"],[5,640,994],[0,0.5,1]]],[1,"96StkwarJD56DXTH3+7rTT",1,0],[1,0,-123,0]],[8,"panel_center",33554432,1,[[2,-52,[0,"b8ludwoABEObwWggTmKCe7"],[5,0,0]]],[1,"a9dqttCHFJQrz9oGWvfeP9",1,0]],[3,"item_bottom_bg",33554432,3,[[2,-53,[0,"9ayz4iDZxLPYBLMNyN5dN8"],[5,108,52]]],[1,"0clXJgYR1AQIwNisinnJsL",1,0],[1,0,-59.7554,0]]],0,[0,9,1,0,1,1,0,1,1,0,-1,2,0,-2,18,0,-3,13,0,-4,3,0,1,2,0,-1,10,0,-2,17,0,-3,11,0,-4,4,0,-5,6,0,-6,7,0,1,3,0,-1,15,0,-2,19,0,-3,16,0,-4,9,0,1,4,0,10,12,0,1,4,0,-1,5,0,1,5,0,1,5,0,-1,12,0,1,6,0,1,6,0,1,6,0,1,7,0,1,7,0,1,7,0,1,8,0,1,8,0,-1,14,0,1,9,0,1,9,0,1,9,0,1,10,0,1,10,0,1,11,0,1,11,0,1,12,0,1,13,0,1,14,0,1,14,0,1,15,0,1,15,0,1,16,0,1,16,0,1,17,0,1,18,0,1,19,0,11,1,8,12,13,53],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,3,2,3,2,3,4,5,6,7,2,3,4,5,6,7,2,13],[7,2,8,2,1,3,1,1,4,5,1,3,1,1,4,5,9,10]]]]
