Authored by unknown

Merge branch 'feature/web' of http://git.dev.yoho.cn/web/yohobuy into feature/web

Too many changes to show.

To preserve performance only 13 of 13+ files are displayed.

1 -nbproject 1 +*.iml
  2 +.idea/
  3 +.ipr
  4 +.iws
  5 +*~
  6 +~*
  7 +*.diff
  8 +*.patch
  9 +*.bak
  10 +.DS_Store
  11 +Thumbs.db
2 .project 12 .project
3 -.idea  
4 -.gitignore  
5 -.gitmodules  
6 -compile  
7 -assets  
8 -script/nginx/logs  
9 -npm-debug.log  
10 -composer.lock  
11 -vendor/  
12 -.jscsrc  
13 -.jshintrc  
14 -.tags  
15 -.tags_sorted_by_file  
16 -yohobuyP.sublime-project  
17 -yohobuyP.sublime-workspace 13 +.*proj
  14 +.svn/
  15 +*.swp
  16 +*.swo
  17 +*.pyc
  18 +*.pyo
  19 +.build
  20 +node_modules
  21 +_site
  22 +sea-modules
  23 +spm_modules
  24 +.cache
  25 +dist
  26 +coverage
  27 +css/
  28 +.sass-cache/
  29 +script/nginx/logs/
  30 +*.DS_Store
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 + '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  62 +'.((Plugin\LCRun3::debug('[navBack]', 'ifvar', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')))) ? ' <a href="javascript:history.go(-1);" class="iconfont nav-back">&#xe610;</a>
  63 +' : '').''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home">&#xe611;</a>
  64 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  65 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  66 +';}).'</header>
  67 +';}).''.''.'<div class="index-page yoho-page">
  68 + <div class="index-container">
  69 + <div class="index-header clearfix">
  70 + <div class="index-logo">
  71 + </div>
  72 + <div class="box">
  73 + <a href="javascript:void(0);" class="no-search">取消</a>
  74 + <form action="'.Plugin\LCRun3::debug('[searchUrl]', 'encq', $cx, Plugin\LCRun3::debug('[searchUrl]', 'v', $cx, $in, array('searchUrl'))).'" class="index-search">
  75 + <div class="search-box">
  76 + <input type="hidden" name="from" value="search">
  77 + <input type="text" name="query" placeholder="搜索" autocomplete="off">
  78 + <span class="iconfont clear-text">&#xe623;</span>
  79 + <span class="iconfont search-icon empty">&#xe60f;</span>
  80 + </div>
  81 + </form>
  82 + </div>
  83 + </div>
  84 + <div class="index-channel">
  85 + <img class="img" src="'.Plugin\LCRun3::debug('[background]', 'encq', $cx, Plugin\LCRun3::debug('[background]', 'v', $cx, $in, array('background'))).'">
  86 + <div class="index-channel-list">
  87 + <a href="/boys" class="list-item">男生 <span class="lighter">BOYS</span> <span class="iconfont right-icon">&#xe614;</span></a>
  88 + <a href="/girls" class="list-item">女生 <span class="lighter">GIRLS</span> <span class="iconfont right-icon">&#xe614;</span></a>
  89 + <a href="/kids" class="list-item">潮童 <span class="lighter">KIDS</span> <span class="iconfont right-icon">&#xe614;</span></a>
  90 + <a href="/lifestyle" class="list-item">创意生活 <span class="lighter">LIFESTYLE</span> <span class="iconfont right-icon">&#xe614;</span></a>
  91 + </div>
  92 + </div>
  93 + </div>
  94 +</div>
  95 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  96 + <p class="op-row">
  97 + <span class="back-to-top">
  98 + Back to top
  99 + <i class="iconfont">&#xe608;</i>
  100 + </span>
  101 + </p>
  102 + <address class="copyright">
  103 + CopyRight©2007-2016 南京新与力文化传播有限公司
  104 + </address>
  105 +</footer>
  106 +';}).'
  107 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  108 + <div class="float-layer-left">
  109 + <span class="yoho-icon iconfont">&#xe60d;</span>
  110 + <p>新用户送千元礼包</p>
  111 + </div>
  112 + <a href="javascript:void(0);" id="float-layer-close" >
  113 + <i class="close-icon iconfont">&#xe623;</i>
  114 + <div class="circle-rightbottom"></div>
  115 + </a>
  116 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  117 + 立即下载
  118 + </a>
  119 +</div>
  120 +';}).'
  121 +
  122 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  123 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  124 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  125 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  126 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  127 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  128 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  129 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  130 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  131 +' : '').'<script type="text/javascript">
  132 + (function(w,d,s,j,f){
  133 + w[\'YohoAcquisitionObject\']=f;
  134 + w[f]=function(){w[f].p=arguments;};
  135 + var a=d.createElement(s);
  136 + var m=d.getElementsByTagName(s)[0];
  137 + a.async=1;
  138 + a.src=j;
  139 + m.parentNode.insertBefore(a,m);
  140 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/1.0.13/yas-debug.js\',\'_yas\');
  141 +</script>
  142 +'.'<script>
  143 + seajs.use(\'js/common\');
  144 +</script>
  145 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  146 + seajs.use(\'js/guang/plus-star/list\');
  147 +</script>
  148 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  149 + seajs.use(\'js/guang/plus-star/detail\');
  150 +</script>
  151 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  152 + seajs.use(\'js/guang/home\');
  153 +</script>
  154 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  155 + seajs.use(\'js/guang/list\');
  156 +</script>
  157 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  158 + seajs.use(\'js/guang/detail\', function(d) {
  159 + d.i(true);
  160 + });
  161 +</script>
  162 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  163 + seajs.use(\'js/guang/detail\', function(d) {
  164 + d.i(false);
  165 + });
  166 +</script>
  167 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  168 + seajs.use(\'js/passport/register/register\');
  169 +</script>
  170 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  171 + seajs.use(\'js/passport/register/code\');
  172 +</script>
  173 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  174 + seajs.use(\'js/passport/register/password\');
  175 +</script>
  176 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  177 + seajs.use(\'js/passport/login/login\');
  178 +</script>
  179 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  180 + seajs.use(\'js/passport/login/international\');
  181 +</script>
  182 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  183 + seajs.use(\'js/passport/back/email\');
  184 +</script>
  185 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  186 + seajs.use(\'js/passport/back/email-success\');
  187 +</script>
  188 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  189 + seajs.use(\'js/passport/back/mobile\');
  190 +</script>
  191 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  192 + seajs.use(\'js/passport/back/code\');
  193 +</script>
  194 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  195 + seajs.use(\'js/passport/back/new-password\');
  196 +</script>
  197 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  198 + seajs.use(\'js/index/channel\');
  199 + seajs.use(\'js/index/footer\');
  200 +</script>
  201 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  202 + seajs.use(\'js/home/home\', function(h) {
  203 + h.set(\'girls\');
  204 + });
  205 + seajs.use(\'js/index/footer\');
  206 +</script>
  207 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  208 + seajs.use(\'js/home/home\', function(h) {
  209 + h.set(\'boys\');
  210 + });
  211 + seajs.use(\'js/index/footer\');
  212 +</script>
  213 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  214 + seajs.use(\'js/home/home\', function(h) {
  215 + h.set(\'kids\');
  216 + });
  217 + seajs.use(\'js/index/footer\');
  218 +</script>
  219 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  220 + seajs.use(\'js/home/home\', function(h) {
  221 + h.set(\'lifestyle\');
  222 + });
  223 + seajs.use(\'js/index/footer\');
  224 +</script>
  225 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  226 + seajs.use(\'js/product/newsale/newarrival\');
  227 + seajs.use(\'js/index/footer\');
  228 +</script>
  229 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  230 + seajs.use(\'js/product/newsale/discount\');
  231 + seajs.use(\'js/index/footer\');
  232 +</script>
  233 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  234 + seajs.use(\'js/product/newsale/hot-rank\');
  235 + seajs.use(\'js/index/footer\');
  236 +</script>
  237 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  238 + seajs.use(\'js/product/list\');
  239 + seajs.use(\'js/index/footer\');
  240 +</script>
  241 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  242 + seajs.use(\'js/product/detail/detail\');
  243 +</script>
  244 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  245 + seajs.use(\'js/product/detail/comments-consults\');
  246 +</script>
  247 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  248 + seajs.use(\'js/category/index\');
  249 + seajs.use(\'js/index/footer\');
  250 +</script>
  251 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  252 + seajs.use(\'js/category/brand\');
  253 + seajs.use(\'js/index/footer\');
  254 +</script>
  255 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  256 + seajs.use(\'js/index/search\');
  257 + seajs.use(\'js/index/footer\');
  258 +</script>
  259 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  260 + seajs.use(\'js/shopping-cart/cart\');
  261 +</script>
  262 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  263 + seajs.use(\'js/shopping-cart/gift-advance\');
  264 +</script>
  265 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  266 + seajs.use(\'js/shopping-cart/order-ensure\');
  267 +</script>
  268 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  269 + seajs.use(\'js/me/index\');
  270 +</script>
  271 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  272 + seajs.use(\'js/me/order\');
  273 +</script>
  274 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  275 + seajs.use(\'js/me/order-detail\');
  276 +</script>
  277 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  278 + seajs.use(\'js/me/fav\');
  279 +</script>
  280 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  281 + seajs.use(\'js/me/suggest\');
  282 +</script>
  283 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  284 + seajs.use(\'js/me/coupons\');
  285 +</script>
  286 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  287 + seajs.use(\'js/me/online-service\');
  288 +</script>
  289 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  290 + seajs.use(\'js/me/address\');
  291 +</script>
  292 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  293 + seajs.use(\'js/me/my-guang\');
  294 +</script>
  295 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  296 + seajs.use(\'js/me/personal-details\');
  297 +</script>
  298 +' : '').''.''.'<!-- Google Tag Manager -->
  299 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  300 +<script>
  301 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  302 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  303 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  304 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  305 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  306 +</script>
  307 +<!-- End Google Tag Manager -->
  308 +<script type="text/javascript">
  309 + var _hmt = _hmt || [];
  310 + (function() {
  311 + var hm = document.createElement("script");
  312 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  313 + var s = document.getElementsByTagName("script")[0];
  314 + s.parentNode.insertBefore(hm, s);
  315 + })();
  316 +</script>
  317 +<script>
  318 + var _hmt = _hmt || [];
  319 + (function() {
  320 + var hm = document.createElement("script");
  321 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  322 + var s = document.getElementsByTagName("script")[0];
  323 + s.parentNode.insertBefore(hm, s);
  324 + })();
  325 +</script>
  326 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  327 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  328 +'.'</body>
  329 +</html>'.'';
  330 +}
  331 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 + <head>
  27 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  28 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29 + <meta http-equiv="Cache-Control" content="no-siteapp" />
  30 + <meta name="renderer" content="webkit">
  31 + <link rel="shortcut icon" href="http://www.yohobuy.com/favicon.ico" type="image/x-icon" />
  32 + <meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  33 + <meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  34 + <title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  35 + <!-- [if (gte IE 6)&(lte IE 8)>
  36 + <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
  37 + <![endif]-->
  38 + <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
  39 + </head>
  40 + <body>
  41 + '.'<div class="header-page yoho-page">
  42 + <div class="header-topwrapper clearfix">
  43 + <div class="header-top">
  44 + <div class="leftpart float-left">
  45 + <span class="icon-hamburger"></span>
  46 + <a href="" class="header-yoho" >YOHO!有货</a>
  47 + <ul class="yohoproducts-list">
  48 + <li class="yohoproducts-item">
  49 + <a href="" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a>
  50 + </li>
  51 + <li class="yohoproducts-item">
  52 + <a href="" class="yohogroup" en="YOHO!BOYS" cn="男生潮流">YOHO!BOYS</a>
  53 + </li>
  54 + <li class="yohoproducts-item">
  55 + <a href="" class="yohogroup" en="YOHO!GIRLS" cn="女生潮流">YOHO!GIRLS</a>
  56 + </li>
  57 + <li class="yohoproducts-item">
  58 + <a href="" class="yohogroup" en="YOHO!SHOW" cn="物趣分享">YOHO!SHOW</a>
  59 + </li>
  60 + <li class="yohoproducts-item">
  61 + <a href="" class="yohogroup" en="YO\'HOOD" cn="潮流嘉年华">YO\'HOOD</a>
  62 + </li>
  63 + </ul>
  64 + </div>
  65 + <div class="rightpart">
  66 + <div id="loginBox" class="float-left">
  67 + <span class="hi">Hi~</span>
  68 + <a href="" class="loginbar">[请登录]</a>
  69 + <a href="" class="registbar">[免费注册]</a>
  70 + </div>
  71 + <div class="tag-list-wrapper">
  72 + <ul class="tag-list">
  73 + <li class="tag-item myyoho" id="myYohoBox">
  74 + <span class="tag-seprate"></span>
  75 + <a href="">MY有货</a>
  76 + <span class="icon-bottomarrow"></span>
  77 + <div class="myyoho-info"></div>
  78 + </li>
  79 + <li class="tag-item myorder">
  80 + <span class="tag-seprate"></span>
  81 + <span class="icon-papers"></span>
  82 + <a href="">我的订单</a>
  83 + </li>
  84 + <li class="tag-item mycollect">
  85 + <span class="tag-seprate"></span>
  86 + <span class="icon-heart"></span>
  87 + <a href="">我的收藏</a>
  88 + </li>
  89 + <li class="tag-item message">
  90 + <span class="tag-seprate"></span>
  91 + <span class="icon-mail"></span>
  92 + <a href="">消息</a>
  93 + </li>
  94 + <li class="tag-item phone">
  95 + <span class="tag-seprate"></span>
  96 + <span class="icon-iphone"></span>
  97 + <a href="">手机版</a>
  98 + <div class="qr">
  99 + <div class="qr-img"></div>
  100 + <h3 class="qr-words">扫描二维码</h3>
  101 + <h3 class="qr-words">下载有货手机客户端</h3>
  102 + <h3 class="qr-more">更多客户端下载</h3>
  103 + </div>
  104 + </li>
  105 + </ul>
  106 + </div>
  107 + </div>
  108 + </div>
  109 + </div>
  110 + <div class="header-navwrapper clearfix">
  111 + <div class="header-navcontent">
  112 + <ul class="first-nav-list float-left">
  113 +'.Plugin\LCRun3::debug('[navbars]', 'sec', $cx, Plugin\LCRun3::debug('[navbars]', 'v', $cx, $in, array('navbars')), $in, false, function($cx, $in) {return ' <li class="first-nav-item '.Plugin\LCRun3::debug('[classname]', 'encq', $cx, Plugin\LCRun3::debug('[classname]', 'v', $cx, $in, array('classname'))).'">
  114 + <h3 class="name-cn">
  115 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name_cn]', 'encq', $cx, Plugin\LCRun3::debug('[name_cn]', 'v', $cx, $in, array('name_cn'))).'</a>
  116 + </h3>
  117 + <h3 class="name-en">
  118 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name_en]', 'encq', $cx, Plugin\LCRun3::debug('[name_en]', 'v', $cx, $in, array('name_en'))).'</a>
  119 + </h3>
  120 + <div class=\'sub-nav-wrapper\'>
  121 + <ul class="sub-nav-list">
  122 +'.Plugin\LCRun3::debug('[subnav]', 'sec', $cx, Plugin\LCRun3::debug('[subnav]', 'v', $cx, $in, array('subnav')), $in, false, function($cx, $in) {return ' <li class="sub-nav-item">
  123 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  124 + <div class="third-nav-wrapper">
  125 + <div class="third-nav">
  126 + <div class="categorywrapper" id="category'.Plugin\LCRun3::debug('../[index_main]', 'encq', $cx, Plugin\LCRun3::debug('../[index_main]', 'v', $cx, $cx['scopes'][count($cx['scopes'])-1], array('index_main'))).''.Plugin\LCRun3::debug('[index_sub]', 'encq', $cx, Plugin\LCRun3::debug('[index_sub]', 'v', $cx, $in, array('index_sub'))).'">
  127 + <div class="category">
  128 +'.Plugin\LCRun3::debug('[thirdnav]', 'sec', $cx, Plugin\LCRun3::debug('[thirdnav]', 'v', $cx, $in, array('thirdnav')), $in, false, function($cx, $in) {return ' <div class="thirdnavlist">
  129 + <h1 class="category-title thirdnavbar">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h1>
  130 + <ul class="category-list">
  131 +'.Plugin\LCRun3::debug('[branditems]', 'sec', $cx, Plugin\LCRun3::debug('[branditems]', 'v', $cx, $in, array('branditems')), $in, false, function($cx, $in) {return ' <li class="category-item thirdnavbar">
  132 + <a href="" hot='.Plugin\LCRun3::debug('[hot]', 'encq', $cx, Plugin\LCRun3::debug('[hot]', 'v', $cx, $in, array('hot'))).'>'.Plugin\LCRun3::debug('[brandname]', 'encq', $cx, Plugin\LCRun3::debug('[brandname]', 'v', $cx, $in, array('brandname'))).'</a>
  133 + </li>
  134 +';}).' </ul>
  135 + </div>
  136 +';}).' </div>
  137 + </div>
  138 + <div class="showdetail" data-code="220eec926e0d2c48b2f7e36fb9c42b83"><a href="http://list.yohobuy.com/?gender=1,3&amp;msort=8"><img src="http://img12.static.yhbimg.com/yhb-img01/2015/10/30/06/02af834d146e3f00b1f5fcc8388f641922.jpg?imageView/1/w/337/h/250" alt="" style=""></a><a class="title" href="http://list.yohobuy.com/?gender=1,3&amp;msort=8">热门小物优选</a></div>
  139 + </div>
  140 + </div>
  141 + </li>
  142 +';}).' </ul>
  143 + </div>
  144 + </li>
  145 +';}).' </ul>
  146 + <div class="icon-logo"></div>
  147 + <div class="header-tool float-right">
  148 + <div class="search float-left '.Plugin\LCRun3::debug('[searchcate]', 'encq', $cx, Plugin\LCRun3::debug('[searchcate]', 'v', $cx, $in, array('searchcate'))).'" >
  149 + <form action="http://search.yohobuy.com" method="get" id="searchForm">
  150 + <span class="searchspan">
  151 + <input class="searchinput" type="text" name="keyword" id="query_key" autocomplete="off" x-webkit-speech="" lang="zh-CN" x-webkit-grammar="builtin:translate" value="" onfocus="if(this.value==this.defaultValue){this.value=\'\';this.style.color=\'#333\'}" onblur="if(this.value==\'\'){this.value=this.defaultValue;this.style.color=\'#999\'}" maxlength="30"></span>
  152 + <a class="icon-search" href="javascript:submitSearch();"></a>
  153 + <ul class="search-list"></ul>
  154 + </form>
  155 + </div>
  156 + <div class="gobuy float-left '.Plugin\LCRun3::debug('[gobytype]', 'encq', $cx, Plugin\LCRun3::debug('[gobytype]', 'v', $cx, $in, array('gobytype'))).'" id="miniCartBox">
  157 +'.Plugin\LCRun3::debug('[gobuy]', 'sec', $cx, Plugin\LCRun3::debug('[gobuy]', 'v', $cx, $in, array('gobuy')), $in, false, function($cx, $in) {return ' <span class="ic-infomation">'.Plugin\LCRun3::debug('[gobuynum]', 'encq', $cx, Plugin\LCRun3::debug('[gobuynum]', 'v', $cx, $in, array('gobuynum'))).'</span>
  158 + <div class="gobuy-wrapper"></div>
  159 +';}).' </div>
  160 + </div>
  161 + </div>
  162 + </div>
  163 +</div>
  164 +<div id="goodcartempwarpper">
  165 + <script type="text/html" id="mini-cart-tpl">
  166 +<div class="gobuy-notempty">
  167 + <div class="goods-list-wrapper">
  168 + <ul class="goods-list">
  169 + %L~it.cartData.main_goods :v:index%R
  170 + <li class="goods-item">
  171 + <a href="%L=v.product_url%R">
  172 + <img src="%L=v.default_img%R" alt="" class="goods-img" />
  173 + </a>
  174 + <div class="goods-detail float-left">
  175 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  176 + <h3 class="style">
  177 + 颜色:
  178 + <span class="color">%L=v.color_name%R</span>
  179 + 尺码:
  180 + <span class="size">%L=v.size_name%R</span>
  181 + </h3>
  182 + </div>
  183 + <div class="goods-price float-left">
  184 + <h3 class="priceandnum">
  185 + <span class="price">%L=v.show_price%R</span>
  186 + x
  187 + <span class="num">%L=v.buy_number%R</span>
  188 + </h3>
  189 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  190 + </div>
  191 + </li>
  192 + %L~%R
  193 + %L~it.cartData.advance_goods :v:index%R
  194 + <li class="goods-item">
  195 + <a href="%L=v.product_url%R">
  196 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  197 + <div class="goods-detail float-left">
  198 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  199 + <h3 class="style">
  200 + 颜色:
  201 + <span class="color">%L=v.color_name%R</span>
  202 + 尺码:
  203 + <span class="size">%L=v.size_name%R</span>
  204 + </h3>
  205 + </div>
  206 + <div class="goods-price float-left">
  207 + <h3 class="priceandnum">
  208 +
  209 + <span class="price">%L=v.show_price%R</span>
  210 + x
  211 + <span class="num">%L=v.buy_number%R</span>
  212 + </h3>
  213 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  214 + </div>
  215 + </li>
  216 + %L~%R
  217 + %L~it.cartData.outlet_goods :v:index%R
  218 + <li class="goods-item">
  219 + <a href="%L=v.product_url%R">
  220 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  221 + <div class="goods-detail float-left">
  222 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  223 + <h3 class="style">
  224 + 颜色:
  225 + <span class="color">%L=v.color_name%R</span>
  226 + 尺码:
  227 + <span class="size">%L=v.size_name%R</span>
  228 + </h3>
  229 + </div>
  230 + <div class="goods-price float-left">
  231 + <h3 class="priceandnum">
  232 +
  233 + <span class="price">%L=v.show_price%R</span>
  234 + x
  235 + <span class="num">%L=v.buy_number%R</span>
  236 + </h3>
  237 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  238 + </div>
  239 + </li>
  240 + %L~%R
  241 + %L~it.cartData.gift_goods :v:index%R
  242 + <li class="goods-item">
  243 + <a href="%L=v.product_url%R">
  244 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  245 + <div class="goods-detail float-left">
  246 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  247 + <h3 class="style">
  248 + 颜色:
  249 + <span class="color">%L=v.color_name%R</span>
  250 + 尺码:
  251 + <span class="size">%L=v.size_name%R</span>
  252 + </h3>
  253 + </div>
  254 + <div class="goods-price float-left">
  255 + <h3 class="priceandnum">
  256 +
  257 + <span class="price">%L=v.show_price%R</span>
  258 + x
  259 + <span class="num">%L=v.buy_number%R</span>
  260 + </h3>
  261 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  262 + </div>
  263 + </li>
  264 + %L~%R
  265 + %L~it.cartData.need_pay_gifts :v:index%R
  266 + <li class="goods-item">
  267 + <a href="%L=v.product_url%R">
  268 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  269 + <div class="goods-detail float-left">
  270 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  271 + <h3 class="style">
  272 + 颜色:
  273 + <span class="color">%L=v.color_name%R</span>
  274 + 尺码:
  275 + <span class="size">%L=v.size_name%R</span>
  276 + </h3>
  277 + </div>
  278 + <div class="goods-price float-left">
  279 + <h3 class="priceandnum">
  280 +
  281 + <span class="price">%L=v.show_price%R</span>
  282 + x
  283 + <span class="num">%L=v.buy_number%R</span>
  284 + </h3>
  285 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  286 + </div>
  287 + </li>
  288 + %L~%R
  289 + </ul>
  290 +
  291 + <ul class="activity-list">
  292 + %L? it.cartData.has_promotion == 1%R
  293 + <li class="activity-item">
  294 + <span class="activity-name">活动</span>
  295 + <h3 class="activity-content">
  296 + %L? it.cartData.fit_outlet_promotion %R购outlet商品,满¥1999再享9折%L?%R
  297 + %L? it.cartData.has_other_promotion == 1 %R<span class="mycart_i_down" title="更多" onclick="dispDom(this, \'mycartmore\');"></span>%L?%R
  298 + %L? it.cartData.has_first_promotion == 1 %R%L=it.cartData.first_promotions.promotion_title%R%L?%R
  299 + </h3>
  300 + </li>
  301 + %L?%R
  302 + %L? it.cartData.fit_free_shipping == 1%R
  303 + <li class="activity-item">
  304 + <span class="activity-name">免运费</span>
  305 + <h3 class="activity-content">全场满 ¥499免运费</h3>
  306 + </li>
  307 + %L?%R
  308 + </ul>
  309 + </div>
  310 +
  311 + <div class="gobuy-notempty-footer">
  312 + <h3>
  313 + <a href="<?php print QConfigs_Site_Config::$site_url;?>/shopping/cart">去购物车结算</a>
  314 + </h3>
  315 + </div>
  316 +</div>
  317 +</script>
  318 + <script type="text/html" id="tmpl-my-login-new">
  319 +<div class="myyoho-info-header clearfix">
  320 + %L? it.head_ico %R
  321 + <div class="myyoho-photo" style="display:none;"><img src="" alt="" data-url ="%L=it.head_ico%R"></div>
  322 + %L?%R
  323 + <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=%L=it.random%R">%L=it.profile_name%R</a></h3>
  324 + <h3 class="user-level">
  325 + VIP:
  326 + <span class="leveldetail">%L=it.vip.curVipInfo.title%R</span>
  327 + </h3>
  328 + %L? it.vip.curVipInfo.curLevel < 3%R
  329 + <div class="levelinfo">
  330 + <div class="levelwrapper float-left">
  331 + <div class="levelspan">
  332 + <span class="has">%L=it.vip.curYearCost%R</span>
  333 + /
  334 + <span class="total">%L=it.vip.nextVipInfo.needCost%R</span>
  335 + </div>
  336 + <p class="%L? it.vip.curYearCostPer !=0%Rintegrate%L?%R" style="width: %L=it.vip.curYearCostPer%R%;"></p>
  337 + </div>
  338 + <span class="cardcate float-left">%L=it.vip.nextVipInfo.title%R</span>
  339 + </div>
  340 + %L?%R
  341 +</div>
  342 +<ul class="myyoho-info-content">
  343 + <li class="item">
  344 + <span class="itemdetail float-left">
  345 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>">待处理的订单</a>
  346 + </span>
  347 + <span class="itemnum float-right">%L=it.orderCount%R</span>
  348 + </li>
  349 + <li class="item">
  350 + <span class="itemdetail float-left">
  351 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>">我的收藏</a>
  352 + </span>
  353 + <span class="itemnum float-right"></span>
  354 + </li>
  355 + <li class="item">
  356 + <span class="itemdetail float-left">
  357 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>">我的优惠券</a>
  358 + </span>
  359 + <span class="itemnum float-right">%L=it.couponCount%R</span>
  360 + </li>
  361 + <li class="item">
  362 + <span class="itemdetail float-left">
  363 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>">我的YOHO币</a>
  364 + </span>
  365 + <span class="itemnum float-right">%L=it.YohocoinCount%R</span>
  366 + </li>
  367 + <li class="item">
  368 + <span class="itemdetail float-left">
  369 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>">我的退货换货</a>
  370 + </span>
  371 + <span class="itemnum float-right">%L=it.refundCount%R</span>
  372 + </li>
  373 +</ul>
  374 +<div class="myyoho-info-footer">
  375 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>">完善资料</a>
  376 +</div>
  377 +</script>
  378 + <script type="text/html" id="tmpl-nologin">
  379 +<span>Hi~</span>[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" class="list-a login-out" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');">免费注册</a>]
  380 +</script>
  381 + <script type="text/html" id="tmpl-login">
  382 +<span>Hi~<a href="<?php print QConfigs_Site_Config::$site_url;?>/home?t=<?php print microtime(true);?>">%L=it.user_name%R</a></span>&nbsp;%L? it.is_login == 1%R[<a href="%L=it.logout%R" class="list-a login-out">退出</a>]%L??%R[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');" class="list-a login-out">免费注册</a>]%L?%R
  383 +</script>
  384 + <script type="text/html" id="tmpl-my-noLogin">
  385 +<div class="account-login">
  386 + <div><a href="<?php print QConfigs_Site_Config::$site_url?>/signin.html" class="button">立即登录</a></div>
  387 + <div><span>新用户?</span><a href="<?php print QConfigs_Site_Config::$site_url?>/reg.html" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');">[免费注册]</a></div>
  388 +</div>
  389 +<ul class="home-layer">
  390 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>" class="left">我的订单</a></li>
  391 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>" class="left">我的收藏</a></li>
  392 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>" class="left">我的优惠券</a></li>
  393 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>" class="left">我的YOHO币</a></li>
  394 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>" class="left">我的退换货</a></li>
  395 +</ul>
  396 +</script>
  397 + <script type="text/html" id="tmpl-message">
  398 +<ul>%L~ it :v:index%R<li><a href="<?php print QConfigs_Site_Config::$site_url;?>/home/message/content?id=%L=v.id%R">%L=v.title%R</a></li>%L~%R</ul>
  399 +</script>
  400 +</div>'.''.'<div class="home-page yoho-page">
  401 + I am boys page
  402 +</div>
  403 +'.''.' <div class="footer-page yoho-page">
  404 + <div class="footertop">
  405 + <div class="index-foot">
  406 + <dl class="clearfix screen">
  407 + <dd>
  408 + <div class="foot-panel">
  409 + <div class="title relative">
  410 + <div class="title-line"></div>
  411 + <div class="text">
  412 + <span>有货SERVICES</span>
  413 + </div>
  414 + </div>
  415 + <div id="foot-services">
  416 + <ul class="clearfix two-dim">
  417 + <li class="left">
  418 + <div class="">
  419 + <a href="javascript:void(0);">
  420 + <img class="dim-img lazy" data-original="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" src="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" style=""></a>
  421 + <p>YOHO!有货</p>
  422 + </div>
  423 + </li>
  424 + <li class="left">
  425 + <div class="">
  426 + <a href="javascript:void(0);">
  427 + <img class="dim-img lazy" data-original="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" src="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" style=""></a>
  428 + <p>微信</p>
  429 + </div>
  430 + </li>
  431 + <li class="left">
  432 + <div class="">
  433 + <a href="javascript:void(0);">
  434 + <img class="dim-img lazy" data-original="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" src="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" style="display: inline;"></a>
  435 + <p>微博</p>
  436 + </div>
  437 + </li>
  438 + </ul>
  439 + </div>
  440 + </div>
  441 + <p class="item-nav center" id="button-services">
  442 + <a href="javascript:void(0);" key="0">
  443 + <span class="ifont10 cur">O</span>
  444 + </a>
  445 + </p>
  446 + </dd>
  447 + <dd>
  448 + <div class="foot-panel" id="feedbackBoxList">
  449 + <div class="title relative">
  450 + <div class="title-line"></div>
  451 + <div class="text">
  452 + <span>意见反馈</span>
  453 + </div>
  454 + </div>
  455 + <ul class="clearfix vote">
  456 + <li style="display:block" key="0">
  457 + <form action="#" id="feedbackForm">
  458 + <input type="hidden" name="question_id" id="question_id" value="38">
  459 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  460 + <div>您喜欢有货的新版吗?</div>
  461 + <div class="vote-item clearfix">
  462 + <p>
  463 + <input type="radio" name="solution" value="33">非常喜欢</p>
  464 + <p>
  465 + <input type="radio" name="solution" value="34">喜欢</p>
  466 + <p>
  467 + <input type="radio" name="solution" value="35">一般般</p>
  468 + <p>
  469 + <input type="radio" name="solution" value="36">不喜欢</p>
  470 + <p>
  471 + <input type="radio" name="solution" value="37">非常不喜欢</p>
  472 + </div>
  473 + <div>
  474 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  475 + </div>
  476 + </form>
  477 + </li>
  478 + <li style="display:none" key="1">
  479 + <form action="#" id="feedbackForm">
  480 + <input type="hidden" name="question_id" id="question_id" value="39">
  481 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  482 + <div>您可以方便的找到想查看的内容吗?</div>
  483 + <div class="vote-item clearfix">
  484 + <p>
  485 + <input type="radio" name="solution" value="38">非常方便</p>
  486 + <p>
  487 + <input type="radio" name="solution" value="39">方便</p>
  488 + <p>
  489 + <input type="radio" name="solution" value="40">一般般</p>
  490 + <p>
  491 + <input type="radio" name="solution" value="41">不方便</p>
  492 + <p>
  493 + <input type="radio" name="solution" value="42">非常不方便</p>
  494 + </div>
  495 + <div>
  496 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  497 + </div>
  498 + </form>
  499 + </li>
  500 + <li style="display:none" key="2">
  501 + <form action="#" id="feedbackForm">
  502 + <input type="hidden" name="question_id" id="question_id" value="37">
  503 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  504 + <div>您对新版还有哪些意见或建议?</div>
  505 + <textarea name="answer" id="feedback_answer"></textarea>
  506 + <div>
  507 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  508 + </div>
  509 + </form>
  510 + </li>
  511 + </ul>
  512 + </div>
  513 + <p class="item-nav center" id="feedbackPage">
  514 + <a href="javascript:void(0);">
  515 + <span class="ifont10 cur">O</span>
  516 + </a>
  517 + <a href="javascript:void(0);">
  518 + <span class="ifont10 ">o</span>
  519 + </a>
  520 + <a href="javascript:void(0);">
  521 + <span class="ifont10 ">o</span>
  522 + </a>
  523 + </p>
  524 + </dd>
  525 + <dd class="last">
  526 + <div class="foot-panel">
  527 + <div class="title relative">
  528 + <div class="title-line"></div>
  529 + <div class="text">
  530 + <span>更多 YOHO!产品</span>
  531 + </div>
  532 + </div>
  533 + <div id="foot-mobile">
  534 + <ul class="clearfix mobile">
  535 + <li>
  536 + <a href="http://app.yohoshow.com/" target="_blank" titl="">
  537 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" style=""></a>
  538 + </li>
  539 + <li>
  540 + <a href="http://www.yohoboys.com/" target="_blank" titl="">
  541 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" style=""></a>
  542 + </li>
  543 + <li>
  544 + <a href="http://www.yohogirls.com/" target="_blank" titl="">
  545 + <img alt="" data-original="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" class="lazy" src="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" style=""></a>
  546 + </li>
  547 + </ul>
  548 + </div>
  549 + </div>
  550 + <p class="item-nav center" id="button-mobile">
  551 + <a href="javascript:void(0);">
  552 + <span class="ifont10 cur">O</span>
  553 + </a>
  554 + </p>
  555 + </dd>
  556 + </dl>
  557 + </div>
  558 + </div>
  559 + <div class="footerbottom">
  560 + <div class="promise">
  561 + <div class="screen clearfix">
  562 + <div class="left">
  563 + <span class="ifont rgbf">g</span>
  564 + <span class="red">100%</span>
  565 + <span class="rgbf">品牌授权正品</span>
  566 + </div>
  567 + <div class="left">
  568 + <span class="ifont rgbf">L</span>
  569 + <span class="red">7天</span>
  570 + <span class="rgbf">无理由退换货</span>
  571 + </div>
  572 + <div class="left">
  573 + <span class="ifont rgbf">p</span>
  574 + <span class="rgbf">客服电话:</span>
  575 + <span class="red">400-889-9646</span>
  576 + &nbsp;&nbsp;
  577 + <span class="rgb9">08:00-22:30(周一至周日)</span>
  578 + &nbsp;&nbsp;
  579 + <span>
  580 + <a href="http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&amp;configID=123576&amp;jid=9277320930" target="_blank" style="color:red">在线客服</a>
  581 + </span>
  582 + </div>
  583 + <div class="right subscribe footer-right">
  584 + <input class="rgb6 top" name="subscriberBox" id="subscriberBox" value="订阅我们的邮件">
  585 + <a href="javascript:void(0);" id="subscriberBtn" class="ifont rgbf">m</a>
  586 + <!--<input class="rgb6 top wrong" value="订阅我们的邮件" />
  587 + <a href="" class="ifont rgbf done">=</a>
  588 + -->
  589 + </div>
  590 + </div>
  591 + </div>
  592 + <div class="footer-help">
  593 + <div class="screen clearfix">
  594 + <div class="left">
  595 + <ul class="clearfix">
  596 + <li class="left">
  597 + <p>
  598 + <span>新手指南</span>
  599 + </p>
  600 + <p>
  601 + <a href="http://www.yohobuy.com/help/?category_id=81#help_b00reg" target="_blank">注册登录</a>
  602 + </p>
  603 + <p>
  604 + <a href="http://www.yohobuy.com/help/?category_id=83" target="_blank">选购商品</a>
  605 + </p>
  606 + <p>
  607 + <a href="http://www.yohobuy.com/help/?category_id=103" target="_blank">订单支付</a>
  608 + </p>
  609 + <p>
  610 + <a href="http://www.yohobuy.com/help/?category_id=85" target="_blank">收货退款</a>
  611 + </p>
  612 + </li>
  613 + <li class="left">
  614 + <p>
  615 + <span>会员中心</span>
  616 + </p>
  617 + <p>
  618 + <a href="http://www.yohobuy.com/help/?category_id=87" target="_blank">YOHO币</a>
  619 + </p>
  620 + <p>
  621 + <a href="http://www.yohobuy.com/help/?category_id=91" target="_blank">会员制度</a>
  622 + </p>
  623 + <p>
  624 + <a href="http://www.yohobuy.com/help/?category_id=89" target="_blank">账户管理</a>
  625 + </p>
  626 + <p>
  627 + <a href="http://www.yohobuy.com/help/?category_id=93" target="_blank">密码管理</a>
  628 + </p>
  629 + </li>
  630 + <li class="left">
  631 + <p>
  632 + <span>购物指南</span>
  633 + </p>
  634 + <p>
  635 + <a href="http://www.yohobuy.com/help/?category_id=95" target="_blank">全球购专区</a>
  636 + </p>
  637 + <p>
  638 + <a href="http://www.yohobuy.com/help/?category_id=97" target="_blank">尺码选择</a>
  639 + </p>
  640 + <p>
  641 + <a href="http://www.yohobuy.com/help/?category_id=99" target="_blank">发票</a>
  642 + </p>
  643 + <p>
  644 + <a href="http://www.yohobuy.com/help/?category_id=101" target="_blank">商品咨询</a>
  645 + </p>
  646 + </li>
  647 + <li class="left">
  648 + <p>
  649 + <span>支付方式</span>
  650 + </p>
  651 + <p>
  652 + <a href="http://www.yohobuy.com/help/?category_id=105" target="_blank">在线支付</a>
  653 + </p>
  654 + <p>
  655 + <a href="http://www.yohobuy.com/help/?category_id=107" target="_blank">货到付款</a>
  656 + </p>
  657 + <p>
  658 + <a href="http://www.yohobuy.com/help/?category_id=109" target="_blank">优惠券</a>
  659 + </p>
  660 + <p>
  661 + <a href="http://www.yohobuy.com/help/?category_id=111" target="_blank">YOHO币支付</a>
  662 + </p>
  663 + </li>
  664 + <li class="left">
  665 + <p>
  666 + <span>配送方式</span>
  667 + </p>
  668 + <p>
  669 + <a href="http://www.yohobuy.com/help/?category_id=113" target="_blank">配送时间</a>
  670 + </p>
  671 + <p>
  672 + <a href="http://www.yohobuy.com/help/?category_id=115" target="_blank">配送范围</a>
  673 + </p>
  674 + <p>
  675 + <a href="http://www.yohobuy.com/help/?category_id=119" target="_blank">顺丰速运</a>
  676 + </p>
  677 + <p>
  678 + <a href="http://www.yohobuy.com/help/?category_id=117" target="_blank">商品验收与签收</a>
  679 + </p>
  680 + </li>
  681 + <li class="left">
  682 + <p>
  683 + <span>售后服务</span>
  684 + </p>
  685 + <p>
  686 + <a href="http://www.yohobuy.com/help/?category_id=121" target="_blank">退换货政策</a>
  687 + </p>
  688 + <p>
  689 + <a href="http://www.yohobuy.com/help/?category_id=123" target="_blank">退换货流程</a>
  690 + </p>
  691 + <p>
  692 + <a href="http://www.yohobuy.com/help/?category_id=125" target="_blank">退款方式与时效</a>
  693 + </p>
  694 + <p>
  695 + <a href="http://www.yohobuy.com/help/?category_id=127" target="_blank">投诉与建议</a>
  696 + </p>
  697 + </li>
  698 + <li class="left">
  699 + <p>
  700 + <span>APP常见问题</span>
  701 + </p>
  702 + <p>
  703 + <a href="http://www.yohobuy.com/help/?category_id=133" target="_blank">IPhone版</a>
  704 + </p>
  705 + <p>
  706 + <a href="http://www.yohobuy.com/help/?category_id=135" target="_blank">Android版</a>
  707 + </p>
  708 + <p>
  709 + <a href="http://www.yohobuy.com/help/?category_id=137" target="_blank">wap版</a>
  710 + </p>
  711 + <p>
  712 + <a href="http://www.yohobuy.com/help/?category_id=139" target="_blank">IPAD版</a>
  713 + </p>
  714 + </li>
  715 + </ul>
  716 + </div>
  717 + </div>
  718 + </div>
  719 + <div class="footer-link">
  720 + <div class="screen clearfix">
  721 + <div class="left right-flag">
  722 + <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&amp;ct=df&amp;a=1&amp;pa=0.5902942178957805" target="_blank" rel="nofollow">
  723 + <img src="http://static.yohobuy.com/images/v3/icon/credit-flag3.png"></a>
  724 + <a href="http://www.isc.org.cn/" target="_blank" rel="nofollow">
  725 + <img src="http://static.yohobuy.com/images/v3/icon/isc2.png"></a>
  726 + </div>
  727 + <div class="left about-us">
  728 + <p>
  729 + <a href="http://www.yohobuy.com">返回首页</a>
  730 + <span>|</span>
  731 + <a href="http://www.yohobuy.com">YOHO!有货</a>
  732 + <span>|</span>
  733 + <a href="http://www.yohobuy.com/newpower.html">新力传媒</a>
  734 + <span>|</span>
  735 + <a href="http://www.yohobuy.com/contact.html">联系我们</a>
  736 + <span>|</span>
  737 + <a href="http://shop.yohobuy.com/settled">商家入驻</a>
  738 + <span>|</span>
  739 + <a href="http://www.yohobuy.com/privacy.html">隐私条款</a>
  740 + <span>|</span>
  741 + <a href="http://www.yohobuy.com/link.html">友情链接</a>
  742 + </p>
  743 + <p>
  744 + CopyRight © 2007-2016 南京新与力文化传播有限公司
  745 + <a href="http://www.miibeian.gov.cn/" target="_blank" style="color:#666">苏ICP备09011225号</a>
  746 + NewPower Co. 版权所有 经营许可证编号:苏B2-20120395
  747 + </p>
  748 + </div>
  749 +
  750 + </div>
  751 + </div>
  752 + </div>
  753 + </div>'.' <script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  754 + <script>
  755 + seajs.config({
  756 + base: \'http://localhost:8000/\'
  757 + });
  758 + </script>
  759 +'.' <script>
  760 + seajs.use(\'js/common\');
  761 + seajs.use(\'js/header\');
  762 + </script>
  763 +
  764 +'.Plugin\LCRun3::debug('if [boysHomePage]', 'ifv', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')), $in, function($cx, $in) {return ' <script>
  765 + seajs.use(\'js/home/entrey\', function(h) {
  766 + h.set(\'boys\');
  767 + });
  768 + </script>
  769 +';}).'
  770 +'.Plugin\LCRun3::debug('if [searchListPage]', 'ifv', $cx, Plugin\LCRun3::debug('[searchListPage]', 'v', $cx, $in, array('searchListPage')), $in, function($cx, $in) {return ' <script>
  771 + seajs.use(\'js/product/list\');
  772 + </script>
  773 + ';}).''.' </body>
  774 +</html>'.'';
  775 +}
  776 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 + <head>
  27 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  28 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29 + <meta http-equiv="Cache-Control" content="no-siteapp" />
  30 + <meta name="renderer" content="webkit">
  31 + <link rel="shortcut icon" href="http://www.yohobuy.com/favicon.ico" type="image/x-icon" />
  32 + <meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  33 + <meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  34 + <title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  35 + <!-- [if (gte IE 6)&(lte IE 8)>
  36 + <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
  37 + <![endif]-->
  38 + <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
  39 + </head>
  40 + <body>
  41 + '.''.Plugin\LCRun3::debug('[headerdata]', 'sec', $cx, Plugin\LCRun3::debug('[headerdata]', 'v', $cx, $in, array('headerdata')), $in, false, function($cx, $in) {return '<div class="header-page yoho-page">
  42 + <div class="header-topwrapper clearfix">
  43 + <div class="header-top">
  44 + <div class="leftpart float-left">
  45 + <span class="icon-hamburger"></span>
  46 + <a href="" class="header-yoho" >YOHO!有货</a>
  47 + <ul class="yohoproducts-list">
  48 + <li class="yohoproducts-item">
  49 + <a href="" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a>
  50 + </li>
  51 + <li class="yohoproducts-item">
  52 + <a href="" class="yohogroup" en="YOHO!BOYS" cn="男生潮流">YOHO!BOYS</a>
  53 + </li>
  54 + <li class="yohoproducts-item">
  55 + <a href="" class="yohogroup" en="YOHO!GIRLS" cn="女生潮流">YOHO!GIRLS</a>
  56 + </li>
  57 + <li class="yohoproducts-item">
  58 + <a href="" class="yohogroup" en="YOHO!SHOW" cn="物趣分享">YOHO!SHOW</a>
  59 + </li>
  60 + <li class="yohoproducts-item">
  61 + <a href="" class="yohogroup" en="YO\'HOOD" cn="潮流嘉年华">YO\'HOOD</a>
  62 + </li>
  63 + </ul>
  64 + </div>
  65 + <div class="rightpart">
  66 + <div id="loginBox" class="float-left">
  67 + <span class="hi">Hi~</span>
  68 + <a href="" class="loginbar">[请登录]</a>
  69 + <a href="" class="registbar">[免费注册]</a>
  70 + </div>
  71 + <div class="tag-list-wrapper">
  72 + <ul class="tag-list">
  73 + <li class="tag-item myyoho" id="myYohoBox">
  74 + <span class="tag-seprate"></span>
  75 + <a href="">MY有货</a>
  76 + <span class="icon-bottomarrow"></span>
  77 + <div class="myyoho-info"></div>
  78 + </li>
  79 + <li class="tag-item myorder">
  80 + <span class="tag-seprate"></span>
  81 + <span class="icon-papers"></span>
  82 + <a href="">我的订单</a>
  83 + </li>
  84 + <li class="tag-item mycollect">
  85 + <span class="tag-seprate"></span>
  86 + <span class="icon-heart"></span>
  87 + <a href="">我的收藏</a>
  88 + </li>
  89 + <li class="tag-item message">
  90 + <span class="tag-seprate"></span>
  91 + <span class="icon-mail"></span>
  92 + <a href="">消息</a>
  93 + </li>
  94 + <li class="tag-item phone">
  95 + <span class="tag-seprate"></span>
  96 + <span class="icon-iphone"></span>
  97 + <a href="">手机版</a>
  98 + <div class="qr">
  99 + <div class="qr-img"></div>
  100 + <h3 class="qr-words">扫描二维码</h3>
  101 + <h3 class="qr-words">下载有货手机客户端</h3>
  102 + <h3 class="qr-more">更多客户端下载</h3>
  103 + </div>
  104 + </li>
  105 + </ul>
  106 + </div>
  107 + </div>
  108 + </div>
  109 + </div>
  110 + <div class="header-navwrapper clearfix">
  111 + <div class="header-navcontent">
  112 + <ul class="first-nav-list float-left">
  113 +'.Plugin\LCRun3::debug('[navbars]', 'sec', $cx, Plugin\LCRun3::debug('[navbars]', 'v', $cx, $in, array('navbars')), $in, false, function($cx, $in) {return ' <li class="first-nav-item '.Plugin\LCRun3::debug('[classname]', 'encq', $cx, Plugin\LCRun3::debug('[classname]', 'v', $cx, $in, array('classname'))).'">
  114 + <h3 class="name-cn">
  115 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name_cn]', 'encq', $cx, Plugin\LCRun3::debug('[name_cn]', 'v', $cx, $in, array('name_cn'))).'</a>
  116 + </h3>
  117 + <h3 class="name-en">
  118 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name_en]', 'encq', $cx, Plugin\LCRun3::debug('[name_en]', 'v', $cx, $in, array('name_en'))).'</a>
  119 + </h3>
  120 + <div class=\'sub-nav-wrapper\'>
  121 + <ul class="sub-nav-list">
  122 +'.Plugin\LCRun3::debug('[subnav]', 'sec', $cx, Plugin\LCRun3::debug('[subnav]', 'v', $cx, $in, array('subnav')), $in, false, function($cx, $in) {return ' <li class="sub-nav-item">
  123 + <a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  124 + <div class="third-nav-wrapper">
  125 + <div class="third-nav">
  126 + <div class="categorywrapper" id="category'.Plugin\LCRun3::debug('../[index_main]', 'encq', $cx, Plugin\LCRun3::debug('../[index_main]', 'v', $cx, $cx['scopes'][count($cx['scopes'])-1], array('index_main'))).''.Plugin\LCRun3::debug('[index_sub]', 'encq', $cx, Plugin\LCRun3::debug('[index_sub]', 'v', $cx, $in, array('index_sub'))).'">
  127 + <div class="category">
  128 +'.Plugin\LCRun3::debug('[thirdnav]', 'sec', $cx, Plugin\LCRun3::debug('[thirdnav]', 'v', $cx, $in, array('thirdnav')), $in, false, function($cx, $in) {return ' <div class="thirdnavlist">
  129 + <h1 class="category-title thirdnavbar">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h1>
  130 + <ul class="category-list">
  131 +'.Plugin\LCRun3::debug('[branditems]', 'sec', $cx, Plugin\LCRun3::debug('[branditems]', 'v', $cx, $in, array('branditems')), $in, false, function($cx, $in) {return ' <li class="category-item thirdnavbar">
  132 + <a href="" hot='.Plugin\LCRun3::debug('[hot]', 'encq', $cx, Plugin\LCRun3::debug('[hot]', 'v', $cx, $in, array('hot'))).'>'.Plugin\LCRun3::debug('[brandname]', 'encq', $cx, Plugin\LCRun3::debug('[brandname]', 'v', $cx, $in, array('brandname'))).'</a>
  133 + </li>
  134 +';}).' </ul>
  135 + </div>
  136 +';}).' </div>
  137 + </div>
  138 + <div class="showdetail" data-code="220eec926e0d2c48b2f7e36fb9c42b83"><a href="http://list.yohobuy.com/?gender=1,3&amp;msort=8"><img src="http://img12.static.yhbimg.com/yhb-img01/2015/10/30/06/02af834d146e3f00b1f5fcc8388f641922.jpg?imageView/1/w/337/h/250" alt="" style=""></a><a class="title" href="http://list.yohobuy.com/?gender=1,3&amp;msort=8">热门小物优选</a></div>
  139 + </div>
  140 + </div>
  141 + </li>
  142 +';}).' </ul>
  143 + </div>
  144 + </li>
  145 +';}).' </ul>
  146 + <div class="icon-logo"></div>
  147 + <div class="header-tool float-right">
  148 + <div class="search float-left '.Plugin\LCRun3::debug('[searchcate]', 'encq', $cx, Plugin\LCRun3::debug('[searchcate]', 'v', $cx, $in, array('searchcate'))).'" >
  149 + <form action="http://search.yohobuy.com" method="get" id="searchForm">
  150 + <span class="searchspan">
  151 + <input class="searchinput" type="text" name="keyword" id="query_key" autocomplete="off" x-webkit-speech="" lang="zh-CN" x-webkit-grammar="builtin:translate" value="" onfocus="if(this.value==this.defaultValue){this.value=\'\';this.style.color=\'#333\'}" onblur="if(this.value==\'\'){this.value=this.defaultValue;this.style.color=\'#999\'}" maxlength="30"></span>
  152 + <a class="icon-search" href="javascript:submitSearch();"></a>
  153 + <ul class="search-list"></ul>
  154 + </form>
  155 + </div>
  156 + <div class="gobuy float-left '.Plugin\LCRun3::debug('[gobytype]', 'encq', $cx, Plugin\LCRun3::debug('[gobytype]', 'v', $cx, $in, array('gobytype'))).'" id="miniCartBox">
  157 +'.Plugin\LCRun3::debug('[gobuy]', 'sec', $cx, Plugin\LCRun3::debug('[gobuy]', 'v', $cx, $in, array('gobuy')), $in, false, function($cx, $in) {return ' <span class="ic-infomation">'.Plugin\LCRun3::debug('[gobuynum]', 'encq', $cx, Plugin\LCRun3::debug('[gobuynum]', 'v', $cx, $in, array('gobuynum'))).'</span>
  158 + <div class="gobuy-wrapper"></div>
  159 +';}).' </div>
  160 + </div>
  161 + </div>
  162 + </div>
  163 +</div>
  164 +<div id="goodcartempwarpper">
  165 + <script type="text/html" id="mini-cart-tpl">
  166 +<div class="gobuy-notempty">
  167 + <div class="goods-list-wrapper">
  168 + <ul class="goods-list">
  169 + %L~it.cartData.main_goods :v:index%R
  170 + <li class="goods-item">
  171 + <a href="%L=v.product_url%R">
  172 + <img src="%L=v.default_img%R" alt="" class="goods-img" />
  173 + </a>
  174 + <div class="goods-detail float-left">
  175 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  176 + <h3 class="style">
  177 + 颜色:
  178 + <span class="color">%L=v.color_name%R</span>
  179 + 尺码:
  180 + <span class="size">%L=v.size_name%R</span>
  181 + </h3>
  182 + </div>
  183 + <div class="goods-price float-left">
  184 + <h3 class="priceandnum">
  185 + <span class="price">%L=v.show_price%R</span>
  186 + x
  187 + <span class="num">%L=v.buy_number%R</span>
  188 + </h3>
  189 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  190 + </div>
  191 + </li>
  192 + %L~%R
  193 + %L~it.cartData.advance_goods :v:index%R
  194 + <li class="goods-item">
  195 + <a href="%L=v.product_url%R">
  196 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  197 + <div class="goods-detail float-left">
  198 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  199 + <h3 class="style">
  200 + 颜色:
  201 + <span class="color">%L=v.color_name%R</span>
  202 + 尺码:
  203 + <span class="size">%L=v.size_name%R</span>
  204 + </h3>
  205 + </div>
  206 + <div class="goods-price float-left">
  207 + <h3 class="priceandnum">
  208 +
  209 + <span class="price">%L=v.show_price%R</span>
  210 + x
  211 + <span class="num">%L=v.buy_number%R</span>
  212 + </h3>
  213 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  214 + </div>
  215 + </li>
  216 + %L~%R
  217 + %L~it.cartData.outlet_goods :v:index%R
  218 + <li class="goods-item">
  219 + <a href="%L=v.product_url%R">
  220 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  221 + <div class="goods-detail float-left">
  222 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  223 + <h3 class="style">
  224 + 颜色:
  225 + <span class="color">%L=v.color_name%R</span>
  226 + 尺码:
  227 + <span class="size">%L=v.size_name%R</span>
  228 + </h3>
  229 + </div>
  230 + <div class="goods-price float-left">
  231 + <h3 class="priceandnum">
  232 +
  233 + <span class="price">%L=v.show_price%R</span>
  234 + x
  235 + <span class="num">%L=v.buy_number%R</span>
  236 + </h3>
  237 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  238 + </div>
  239 + </li>
  240 + %L~%R
  241 + %L~it.cartData.gift_goods :v:index%R
  242 + <li class="goods-item">
  243 + <a href="%L=v.product_url%R">
  244 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  245 + <div class="goods-detail float-left">
  246 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  247 + <h3 class="style">
  248 + 颜色:
  249 + <span class="color">%L=v.color_name%R</span>
  250 + 尺码:
  251 + <span class="size">%L=v.size_name%R</span>
  252 + </h3>
  253 + </div>
  254 + <div class="goods-price float-left">
  255 + <h3 class="priceandnum">
  256 +
  257 + <span class="price">%L=v.show_price%R</span>
  258 + x
  259 + <span class="num">%L=v.buy_number%R</span>
  260 + </h3>
  261 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  262 + </div>
  263 + </li>
  264 + %L~%R
  265 + %L~it.cartData.need_pay_gifts :v:index%R
  266 + <li class="goods-item">
  267 + <a href="%L=v.product_url%R">
  268 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  269 + <div class="goods-detail float-left">
  270 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  271 + <h3 class="style">
  272 + 颜色:
  273 + <span class="color">%L=v.color_name%R</span>
  274 + 尺码:
  275 + <span class="size">%L=v.size_name%R</span>
  276 + </h3>
  277 + </div>
  278 + <div class="goods-price float-left">
  279 + <h3 class="priceandnum">
  280 +
  281 + <span class="price">%L=v.show_price%R</span>
  282 + x
  283 + <span class="num">%L=v.buy_number%R</span>
  284 + </h3>
  285 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  286 + </div>
  287 + </li>
  288 + %L~%R
  289 + </ul>
  290 +
  291 + <ul class="activity-list">
  292 + %L? it.cartData.has_promotion == 1%R
  293 + <li class="activity-item">
  294 + <span class="activity-name">活动</span>
  295 + <h3 class="activity-content">
  296 + %L? it.cartData.fit_outlet_promotion %R购outlet商品,满¥1999再享9折%L?%R
  297 + %L? it.cartData.has_other_promotion == 1 %R<span class="mycart_i_down" title="更多" onclick="dispDom(this, \'mycartmore\');"></span>%L?%R
  298 + %L? it.cartData.has_first_promotion == 1 %R%L=it.cartData.first_promotions.promotion_title%R%L?%R
  299 + </h3>
  300 + </li>
  301 + %L?%R
  302 + %L? it.cartData.fit_free_shipping == 1%R
  303 + <li class="activity-item">
  304 + <span class="activity-name">免运费</span>
  305 + <h3 class="activity-content">全场满 ¥499免运费</h3>
  306 + </li>
  307 + %L?%R
  308 + </ul>
  309 + </div>
  310 +
  311 + <div class="gobuy-notempty-footer">
  312 + <h3>
  313 + <a href="<?php print QConfigs_Site_Config::$site_url;?>/shopping/cart">去购物车结算</a>
  314 + </h3>
  315 + </div>
  316 +</div>
  317 +</script>
  318 + <script type="text/html" id="tmpl-my-login-new">
  319 +<div class="myyoho-info-header clearfix">
  320 + %L? it.head_ico %R
  321 + <div class="myyoho-photo" style="display:none;"><img src="" alt="" data-url ="%L=it.head_ico%R"></div>
  322 + %L?%R
  323 + <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=%L=it.random%R">%L=it.profile_name%R</a></h3>
  324 + <h3 class="user-level">
  325 + VIP:
  326 + <span class="leveldetail">%L=it.vip.curVipInfo.title%R</span>
  327 + </h3>
  328 + %L? it.vip.curVipInfo.curLevel < 3%R
  329 + <div class="levelinfo">
  330 + <div class="levelwrapper float-left">
  331 + <div class="levelspan">
  332 + <span class="has">%L=it.vip.curYearCost%R</span>
  333 + /
  334 + <span class="total">%L=it.vip.nextVipInfo.needCost%R</span>
  335 + </div>
  336 + <p class="%L? it.vip.curYearCostPer !=0%Rintegrate%L?%R" style="width: %L=it.vip.curYearCostPer%R%;"></p>
  337 + </div>
  338 + <span class="cardcate float-left">%L=it.vip.nextVipInfo.title%R</span>
  339 + </div>
  340 + %L?%R
  341 +</div>
  342 +<ul class="myyoho-info-content">
  343 + <li class="item">
  344 + <span class="itemdetail float-left">
  345 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>">待处理的订单</a>
  346 + </span>
  347 + <span class="itemnum float-right">%L=it.orderCount%R</span>
  348 + </li>
  349 + <li class="item">
  350 + <span class="itemdetail float-left">
  351 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>">我的收藏</a>
  352 + </span>
  353 + <span class="itemnum float-right"></span>
  354 + </li>
  355 + <li class="item">
  356 + <span class="itemdetail float-left">
  357 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>">我的优惠券</a>
  358 + </span>
  359 + <span class="itemnum float-right">%L=it.couponCount%R</span>
  360 + </li>
  361 + <li class="item">
  362 + <span class="itemdetail float-left">
  363 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>">我的YOHO币</a>
  364 + </span>
  365 + <span class="itemnum float-right">%L=it.YohocoinCount%R</span>
  366 + </li>
  367 + <li class="item">
  368 + <span class="itemdetail float-left">
  369 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>">我的退货换货</a>
  370 + </span>
  371 + <span class="itemnum float-right">%L=it.refundCount%R</span>
  372 + </li>
  373 +</ul>
  374 +<div class="myyoho-info-footer">
  375 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>">完善资料</a>
  376 +</div>
  377 +</script>
  378 + <script type="text/html" id="tmpl-nologin">
  379 +<span>Hi~</span>[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" class="list-a login-out" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');">免费注册</a>]
  380 +</script>
  381 + <script type="text/html" id="tmpl-login">
  382 +<span>Hi~<a href="<?php print QConfigs_Site_Config::$site_url;?>/home?t=<?php print microtime(true);?>">%L=it.user_name%R</a></span>&nbsp;%L? it.is_login == 1%R[<a href="%L=it.logout%R" class="list-a login-out">退出</a>]%L??%R[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');" class="list-a login-out">免费注册</a>]%L?%R
  383 +</script>
  384 + <script type="text/html" id="tmpl-my-noLogin">
  385 +<div class="account-login">
  386 + <div><a href="<?php print QConfigs_Site_Config::$site_url?>/signin.html" class="button">立即登录</a></div>
  387 + <div><span>新用户?</span><a href="<?php print QConfigs_Site_Config::$site_url?>/reg.html" onclick="getSource(\'会员部_注册统计\',\'免费注册\',\'homepage_man\');">[免费注册]</a></div>
  388 +</div>
  389 +<ul class="home-layer">
  390 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>" class="left">我的订单</a></li>
  391 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>" class="left">我的收藏</a></li>
  392 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>" class="left">我的优惠券</a></li>
  393 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>" class="left">我的YOHO币</a></li>
  394 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>" class="left">我的退换货</a></li>
  395 +</ul>
  396 +</script>
  397 + <script type="text/html" id="tmpl-message">
  398 +<ul>%L~ it :v:index%R<li><a href="<?php print QConfigs_Site_Config::$site_url;?>/home/message/content?id=%L=v.id%R">%L=v.title%R</a></li>%L~%R</ul>
  399 +</script>
  400 +</div>
  401 +';}).''.''.'<div class="home-page yoho-page">
  402 +'.Plugin\LCRun3::debug('[boy]', 'sec', $cx, Plugin\LCRun3::debug('[boy]', 'v', $cx, $in, array('boy')), $in, false, function($cx, $in) {return ' <div class="slide-container">
  403 +'.Plugin\LCRun3::debug('if [bigSlide]', 'ifv', $cx, Plugin\LCRun3::debug('[bigSlide]', 'v', $cx, $in, array('bigSlide')), $in, function($cx, $in) {return ' <div class="big-slide">
  404 + <ul>
  405 +'.Plugin\LCRun3::debug('[bigSlide]', 'sec', $cx, Plugin\LCRun3::debug('[bigSlide]', 'v', $cx, $in, array('bigSlide')), $in, false, function($cx, $in) {return ' <li>
  406 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">
  407 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  408 + </a>
  409 + </li>
  410 +';}).' </ul>
  411 + <div class="slide-switch">
  412 + <a class="prev" href="javascript:;">
  413 + <span class="iconfont">&#xe60c;</span>
  414 + </a>
  415 + <a class="next" href="javascript:;">
  416 + <span class="iconfont">&#xe60b;</span>
  417 + </a>
  418 + </div>
  419 + </div>
  420 +';}).'
  421 +'.Plugin\LCRun3::debug('if [smallSlide]', 'ifv', $cx, Plugin\LCRun3::debug('[smallSlide]', 'v', $cx, $in, array('smallSlide')), $in, function($cx, $in) {return ' <div class="small-slide">
  422 + <ul class="clearfix">
  423 +'.Plugin\LCRun3::debug('[smallSlide]', 'sec', $cx, Plugin\LCRun3::debug('[smallSlide]', 'v', $cx, $in, array('smallSlide')), $in, false, function($cx, $in) {return ' <li>
  424 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'"></a>
  425 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  426 + </li>
  427 +';}).' </ul>
  428 + </div>
  429 +';}).' </div>
  430 +'.Plugin\LCRun3::debug('[newReport]', 'sec', $cx, Plugin\LCRun3::debug('[newReport]', 'v', $cx, $in, array('newReport')), $in, false, function($cx, $in) {return ' <div class="new-report clearfix">
  431 +'.' <div class="floor-header clearfix">
  432 + <h2 class="floor-title">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</h2>
  433 +'.Plugin\LCRun3::debug('if [navs]', 'ifv', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, function($cx, $in) {return ' <ul class="header-navs">
  434 +'.Plugin\LCRun3::debug('[navs]', 'sec', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, false, function($cx, $in) {return ' <li data-classify="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  435 + <a target="_blank" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  436 + </li>
  437 +';}).' </ul>
  438 +';}).' </div>'.'
  439 + <ul class="report-list clearfix">
  440 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('unless @[last]', 'unl', $cx, Plugin\LCRun3::debug('@[last]', 'v', $cx, $cx['sp_vars'], array('last')), $in, function($cx, $in) {return ' <li>
  441 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">
  442 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  443 + </a>
  444 + </li>
  445 +';}).'';}).' </ul>
  446 +
  447 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('if @[last]', 'ifv', $cx, Plugin\LCRun3::debug('@[last]', 'v', $cx, $cx['sp_vars'], array('last')), $in, function($cx, $in) {return ' <div class="last-item">
  448 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">
  449 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  450 + </a>
  451 + </div>
  452 +';}).'';}).' </div>
  453 +';}).''.Plugin\LCRun3::debug('[preferenceBrand]', 'sec', $cx, Plugin\LCRun3::debug('[preferenceBrand]', 'v', $cx, $in, array('preferenceBrand')), $in, false, function($cx, $in) {return ' <div class="preference-brand">
  454 +'.' <div class="floor-header clearfix">
  455 + <h2 class="floor-title">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</h2>
  456 +'.Plugin\LCRun3::debug('if [navs]', 'ifv', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, function($cx, $in) {return ' <ul class="header-navs">
  457 +'.Plugin\LCRun3::debug('[navs]', 'sec', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, false, function($cx, $in) {return ' <li data-classify="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  458 + <a target="_blank" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  459 + </li>
  460 +';}).' </ul>
  461 +';}).' </div>'.' <div class="img-brand">
  462 + <ul class="img-list clearfix">
  463 +'.Plugin\LCRun3::debug('[imgBrand]', 'sec', $cx, Plugin\LCRun3::debug('[imgBrand]', 'v', $cx, $in, array('imgBrand')), $in, false, function($cx, $in) {return ' <li class="img-item">
  464 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">
  465 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  466 + </a>
  467 + </li>
  468 +';}).' </ul>
  469 + <div class="img-brand-switch">
  470 + <a class="prev" href="javascript:;">
  471 + <span class="iconfont">&#xe60c;</span>
  472 + </a>
  473 + <a class="next" href="javascript:;">
  474 + <span class="iconfont">&#xe60b;</span>
  475 + </a>
  476 + </div>
  477 + </div>
  478 + <div class="logo-brand">
  479 + <ul class="clearfix">
  480 +'.Plugin\LCRun3::debug('[logoBrand]', 'sec', $cx, Plugin\LCRun3::debug('[logoBrand]', 'v', $cx, $in, array('logoBrand')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('if [switch]', 'ifv', $cx, Plugin\LCRun3::debug('[switch]', 'v', $cx, $in, array('switch')), $in, function($cx, $in) {return ' <li class="logo-brand-switch">
  481 + <a class="prev iconfont" href="javascript:;">&#xe60f;</a>
  482 + <a class="next iconfont" href="javascript:;">&#xe60e;</a>
  483 + </li>
  484 +';}, function($cx, $in) {return ''.Plugin\LCRun3::debug('if [more]', 'ifv', $cx, Plugin\LCRun3::debug('[more]', 'v', $cx, $in, array('more')), $in, function($cx, $in) {return ' <li class="brand-more">
  485 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">MORE ></a>
  486 + </li>
  487 +';}, function($cx, $in) {return ' <li>
  488 + <a href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">
  489 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  490 + </a>
  491 + </li>
  492 +';}).'';}).'';}).' </ul>
  493 + </div>
  494 + </div>
  495 +';}).'
  496 +'.Plugin\LCRun3::debug('each [recommend]', 'sec', $cx, Plugin\LCRun3::debug('[recommend]', 'v', $cx, $in, array('recommend')), $in, true, function($cx, $in) {return ''.''.Plugin\LCRun3::debug('[tplrecommend]', 'sec', $cx, Plugin\LCRun3::debug('[tplrecommend]', 'v', $cx, $in, array('tplrecommend')), $in, false, function($cx, $in) {return ''.' <div class="floor-header clearfix">
  497 + <h2 class="floor-title">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</h2>
  498 +'.Plugin\LCRun3::debug('if [navs]', 'ifv', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, function($cx, $in) {return ' <ul class="header-navs">
  499 +'.Plugin\LCRun3::debug('[navs]', 'sec', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, false, function($cx, $in) {return ' <li data-classify="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  500 + <a target="_blank" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  501 + </li>
  502 +';}).' </ul>
  503 +';}).' </div>'.' <div class="tpl-recommend clearfix">
  504 + <div class="tpl-body clearfix">
  505 + <div class="tpl-nav">
  506 + <div class="tpl-keywords">
  507 +'.Plugin\LCRun3::debug('each [keyword]', 'sec', $cx, Plugin\LCRun3::debug('[keyword]', 'v', $cx, $in, array('keyword')), $in, true, function($cx, $in) {return ' <a class="keywords'.Plugin\LCRun3::debug('@[index]', 'encq', $cx, Plugin\LCRun3::debug('@[index]', 'v', $cx, $cx['sp_vars'], array('index'))).'" title="'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'"/></a>
  508 +';}).' </div>
  509 + <div class="tpl-category clearfix">
  510 +'.Plugin\LCRun3::debug('each [category]', 'sec', $cx, Plugin\LCRun3::debug('[category]', 'v', $cx, $in, array('category')), $in, true, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  511 +';}).' </div>
  512 + </div>
  513 + <div class="tpl-brands clearfix">
  514 + <ul>
  515 +'.Plugin\LCRun3::debug('each [brands]', 'sec', $cx, Plugin\LCRun3::debug('[brands]', 'v', $cx, $in, array('brands')), $in, true, function($cx, $in) {return ' <li><a title="'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'"/></a></li>
  516 +';}).' </ul>
  517 + </div>
  518 + <div class="tpl-types clearfix">
  519 + <ul>
  520 +'.Plugin\LCRun3::debug('each [types]', 'sec', $cx, Plugin\LCRun3::debug('[types]', 'v', $cx, $in, array('types')), $in, true, function($cx, $in) {return ' <li><a title="'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'"/></a></li>
  521 +';}).' </ul>
  522 + </div>
  523 + </div>
  524 + <div class="tpl-products clearfix">
  525 + <ul>
  526 +'.Plugin\LCRun3::debug('each [products]', 'sec', $cx, Plugin\LCRun3::debug('[products]', 'v', $cx, $in, array('products')), $in, true, function($cx, $in) {return ' <li><a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'" title="'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'"><img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'"/></a></li>
  527 +';}).' </ul>
  528 + </div>
  529 + </div>
  530 +';}).'
  531 +
  532 +'.'';}).'
  533 +'.Plugin\LCRun3::debug('[newArrivls]', 'sec', $cx, Plugin\LCRun3::debug('[newArrivls]', 'v', $cx, $in, array('newArrivls')), $in, false, function($cx, $in) {return ''.''.' <div class="floor-header clearfix">
  534 + <h2 class="floor-title">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</h2>
  535 +'.Plugin\LCRun3::debug('if [navs]', 'ifv', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, function($cx, $in) {return ' <ul class="header-navs">
  536 +'.Plugin\LCRun3::debug('[navs]', 'sec', $cx, Plugin\LCRun3::debug('[navs]', 'v', $cx, $in, array('navs')), $in, false, function($cx, $in) {return ' <li data-classify="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  537 + <a target="_blank" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  538 + </li>
  539 +';}).' </ul>
  540 +';}).' </div>'.' <div class="commodity">
  541 +
  542 + <ul class="clearfix">
  543 +'.Plugin\LCRun3::debug('each [commodity]', 'sec', $cx, Plugin\LCRun3::debug('[commodity]', 'v', $cx, $in, array('commodity')), $in, true, function($cx, $in) {return ' <li>
  544 +'.Plugin\LCRun3::debug('[state]', 'sec', $cx, Plugin\LCRun3::debug('[state]', 'v', $cx, $in, array('state')), $in, false, function($cx, $in) {return ' <i class="commodity-tag'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'"></i>
  545 +';}).' <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><div class="commodity-img"><img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'"/></div>
  546 + <p class="commodity-name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</p>
  547 + <p class="commodity-price"><span>¥'.Plugin\LCRun3::debug('[price]', 'encq', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price'))).'</span></p>
  548 + </a>
  549 + </li>
  550 +';}).' </ul>
  551 + <div class="loading">
  552 + <p>Loading...</p>
  553 + </div>
  554 + </div>'.'';}).'';}).'
  555 +
  556 +</div>
  557 +'.''.' <div class="footer-page yoho-page">
  558 + <div class="footertop">
  559 + <div class="index-foot">
  560 + <dl class="clearfix screen">
  561 + <dd>
  562 + <div class="foot-panel">
  563 + <div class="title relative">
  564 + <div class="title-line"></div>
  565 + <div class="text">
  566 + <span>有货SERVICES</span>
  567 + </div>
  568 + </div>
  569 + <div id="foot-services">
  570 + <ul class="clearfix two-dim">
  571 + <li class="left">
  572 + <div class="">
  573 + <a href="javascript:void(0);">
  574 + <img class="dim-img lazy" data-original="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" src="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" style=""></a>
  575 + <p>YOHO!有货</p>
  576 + </div>
  577 + </li>
  578 + <li class="left">
  579 + <div class="">
  580 + <a href="javascript:void(0);">
  581 + <img class="dim-img lazy" data-original="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" src="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" style=""></a>
  582 + <p>微信</p>
  583 + </div>
  584 + </li>
  585 + <li class="left">
  586 + <div class="">
  587 + <a href="javascript:void(0);">
  588 + <img class="dim-img lazy" data-original="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" src="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" style="display: inline;"></a>
  589 + <p>微博</p>
  590 + </div>
  591 + </li>
  592 + </ul>
  593 + </div>
  594 + </div>
  595 + <p class="item-nav center" id="button-services">
  596 + <a href="javascript:void(0);" key="0">
  597 + <span class="ifont10 cur">O</span>
  598 + </a>
  599 + </p>
  600 + </dd>
  601 + <dd>
  602 + <div class="foot-panel" id="feedbackBoxList">
  603 + <div class="title relative">
  604 + <div class="title-line"></div>
  605 + <div class="text">
  606 + <span>意见反馈</span>
  607 + </div>
  608 + </div>
  609 + <ul class="clearfix vote">
  610 + <li style="display:block" key="0">
  611 + <form action="#" id="feedbackForm">
  612 + <input type="hidden" name="question_id" id="question_id" value="38">
  613 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  614 + <div>您喜欢有货的新版吗?</div>
  615 + <div class="vote-item clearfix">
  616 + <p>
  617 + <input type="radio" name="solution" value="33">非常喜欢</p>
  618 + <p>
  619 + <input type="radio" name="solution" value="34">喜欢</p>
  620 + <p>
  621 + <input type="radio" name="solution" value="35">一般般</p>
  622 + <p>
  623 + <input type="radio" name="solution" value="36">不喜欢</p>
  624 + <p>
  625 + <input type="radio" name="solution" value="37">非常不喜欢</p>
  626 + </div>
  627 + <div>
  628 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  629 + </div>
  630 + </form>
  631 + </li>
  632 + <li style="display:none" key="1">
  633 + <form action="#" id="feedbackForm">
  634 + <input type="hidden" name="question_id" id="question_id" value="39">
  635 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  636 + <div>您可以方便的找到想查看的内容吗?</div>
  637 + <div class="vote-item clearfix">
  638 + <p>
  639 + <input type="radio" name="solution" value="38">非常方便</p>
  640 + <p>
  641 + <input type="radio" name="solution" value="39">方便</p>
  642 + <p>
  643 + <input type="radio" name="solution" value="40">一般般</p>
  644 + <p>
  645 + <input type="radio" name="solution" value="41">不方便</p>
  646 + <p>
  647 + <input type="radio" name="solution" value="42">非常不方便</p>
  648 + </div>
  649 + <div>
  650 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  651 + </div>
  652 + </form>
  653 + </li>
  654 + <li style="display:none" key="2">
  655 + <form action="#" id="feedbackForm">
  656 + <input type="hidden" name="question_id" id="question_id" value="37">
  657 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  658 + <div>您对新版还有哪些意见或建议?</div>
  659 + <textarea name="answer" id="feedback_answer"></textarea>
  660 + <div>
  661 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  662 + </div>
  663 + </form>
  664 + </li>
  665 + </ul>
  666 + </div>
  667 + <p class="item-nav center" id="feedbackPage">
  668 + <a href="javascript:void(0);">
  669 + <span class="ifont10 cur">O</span>
  670 + </a>
  671 + <a href="javascript:void(0);">
  672 + <span class="ifont10 ">o</span>
  673 + </a>
  674 + <a href="javascript:void(0);">
  675 + <span class="ifont10 ">o</span>
  676 + </a>
  677 + </p>
  678 + </dd>
  679 + <dd class="last">
  680 + <div class="foot-panel">
  681 + <div class="title relative">
  682 + <div class="title-line"></div>
  683 + <div class="text">
  684 + <span>更多 YOHO!产品</span>
  685 + </div>
  686 + </div>
  687 + <div id="foot-mobile">
  688 + <ul class="clearfix mobile">
  689 + <li>
  690 + <a href="http://app.yohoshow.com/" target="_blank" titl="">
  691 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" style=""></a>
  692 + </li>
  693 + <li>
  694 + <a href="http://www.yohoboys.com/" target="_blank" titl="">
  695 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" style=""></a>
  696 + </li>
  697 + <li>
  698 + <a href="http://www.yohogirls.com/" target="_blank" titl="">
  699 + <img alt="" data-original="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" class="lazy" src="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" style=""></a>
  700 + </li>
  701 + </ul>
  702 + </div>
  703 + </div>
  704 + <p class="item-nav center" id="button-mobile">
  705 + <a href="javascript:void(0);">
  706 + <span class="ifont10 cur">O</span>
  707 + </a>
  708 + </p>
  709 + </dd>
  710 + </dl>
  711 + </div>
  712 + </div>
  713 + <div class="footerbottom">
  714 + <div class="promise">
  715 + <div class="screen clearfix">
  716 + <div class="left">
  717 + <span class="ifont rgbf">g</span>
  718 + <span class="red">100%</span>
  719 + <span class="rgbf">品牌授权正品</span>
  720 + </div>
  721 + <div class="left">
  722 + <span class="ifont rgbf">L</span>
  723 + <span class="red">7天</span>
  724 + <span class="rgbf">无理由退换货</span>
  725 + </div>
  726 + <div class="left">
  727 + <span class="ifont rgbf">p</span>
  728 + <span class="rgbf">客服电话:</span>
  729 + <span class="red">400-889-9646</span>
  730 + &nbsp;&nbsp;
  731 + <span class="rgb9">08:00-22:30(周一至周日)</span>
  732 + &nbsp;&nbsp;
  733 + <span>
  734 + <a href="http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&amp;configID=123576&amp;jid=9277320930" target="_blank" style="color:red">在线客服</a>
  735 + </span>
  736 + </div>
  737 + <div class="right subscribe footer-right">
  738 + <input class="rgb6 top" name="subscriberBox" id="subscriberBox" value="订阅我们的邮件">
  739 + <a href="javascript:void(0);" id="subscriberBtn" class="ifont rgbf">m</a>
  740 + <!--<input class="rgb6 top wrong" value="订阅我们的邮件" />
  741 + <a href="" class="ifont rgbf done">=</a>
  742 + -->
  743 + </div>
  744 + </div>
  745 + </div>
  746 + <div class="footer-help">
  747 + <div class="screen clearfix">
  748 + <div class="left">
  749 + <ul class="clearfix">
  750 + <li class="left">
  751 + <p>
  752 + <span>新手指南</span>
  753 + </p>
  754 + <p>
  755 + <a href="http://www.yohobuy.com/help/?category_id=81#help_b00reg" target="_blank">注册登录</a>
  756 + </p>
  757 + <p>
  758 + <a href="http://www.yohobuy.com/help/?category_id=83" target="_blank">选购商品</a>
  759 + </p>
  760 + <p>
  761 + <a href="http://www.yohobuy.com/help/?category_id=103" target="_blank">订单支付</a>
  762 + </p>
  763 + <p>
  764 + <a href="http://www.yohobuy.com/help/?category_id=85" target="_blank">收货退款</a>
  765 + </p>
  766 + </li>
  767 + <li class="left">
  768 + <p>
  769 + <span>会员中心</span>
  770 + </p>
  771 + <p>
  772 + <a href="http://www.yohobuy.com/help/?category_id=87" target="_blank">YOHO币</a>
  773 + </p>
  774 + <p>
  775 + <a href="http://www.yohobuy.com/help/?category_id=91" target="_blank">会员制度</a>
  776 + </p>
  777 + <p>
  778 + <a href="http://www.yohobuy.com/help/?category_id=89" target="_blank">账户管理</a>
  779 + </p>
  780 + <p>
  781 + <a href="http://www.yohobuy.com/help/?category_id=93" target="_blank">密码管理</a>
  782 + </p>
  783 + </li>
  784 + <li class="left">
  785 + <p>
  786 + <span>购物指南</span>
  787 + </p>
  788 + <p>
  789 + <a href="http://www.yohobuy.com/help/?category_id=95" target="_blank">全球购专区</a>
  790 + </p>
  791 + <p>
  792 + <a href="http://www.yohobuy.com/help/?category_id=97" target="_blank">尺码选择</a>
  793 + </p>
  794 + <p>
  795 + <a href="http://www.yohobuy.com/help/?category_id=99" target="_blank">发票</a>
  796 + </p>
  797 + <p>
  798 + <a href="http://www.yohobuy.com/help/?category_id=101" target="_blank">商品咨询</a>
  799 + </p>
  800 + </li>
  801 + <li class="left">
  802 + <p>
  803 + <span>支付方式</span>
  804 + </p>
  805 + <p>
  806 + <a href="http://www.yohobuy.com/help/?category_id=105" target="_blank">在线支付</a>
  807 + </p>
  808 + <p>
  809 + <a href="http://www.yohobuy.com/help/?category_id=107" target="_blank">货到付款</a>
  810 + </p>
  811 + <p>
  812 + <a href="http://www.yohobuy.com/help/?category_id=109" target="_blank">优惠券</a>
  813 + </p>
  814 + <p>
  815 + <a href="http://www.yohobuy.com/help/?category_id=111" target="_blank">YOHO币支付</a>
  816 + </p>
  817 + </li>
  818 + <li class="left">
  819 + <p>
  820 + <span>配送方式</span>
  821 + </p>
  822 + <p>
  823 + <a href="http://www.yohobuy.com/help/?category_id=113" target="_blank">配送时间</a>
  824 + </p>
  825 + <p>
  826 + <a href="http://www.yohobuy.com/help/?category_id=115" target="_blank">配送范围</a>
  827 + </p>
  828 + <p>
  829 + <a href="http://www.yohobuy.com/help/?category_id=119" target="_blank">顺丰速运</a>
  830 + </p>
  831 + <p>
  832 + <a href="http://www.yohobuy.com/help/?category_id=117" target="_blank">商品验收与签收</a>
  833 + </p>
  834 + </li>
  835 + <li class="left">
  836 + <p>
  837 + <span>售后服务</span>
  838 + </p>
  839 + <p>
  840 + <a href="http://www.yohobuy.com/help/?category_id=121" target="_blank">退换货政策</a>
  841 + </p>
  842 + <p>
  843 + <a href="http://www.yohobuy.com/help/?category_id=123" target="_blank">退换货流程</a>
  844 + </p>
  845 + <p>
  846 + <a href="http://www.yohobuy.com/help/?category_id=125" target="_blank">退款方式与时效</a>
  847 + </p>
  848 + <p>
  849 + <a href="http://www.yohobuy.com/help/?category_id=127" target="_blank">投诉与建议</a>
  850 + </p>
  851 + </li>
  852 + <li class="left">
  853 + <p>
  854 + <span>APP常见问题</span>
  855 + </p>
  856 + <p>
  857 + <a href="http://www.yohobuy.com/help/?category_id=133" target="_blank">IPhone版</a>
  858 + </p>
  859 + <p>
  860 + <a href="http://www.yohobuy.com/help/?category_id=135" target="_blank">Android版</a>
  861 + </p>
  862 + <p>
  863 + <a href="http://www.yohobuy.com/help/?category_id=137" target="_blank">wap版</a>
  864 + </p>
  865 + <p>
  866 + <a href="http://www.yohobuy.com/help/?category_id=139" target="_blank">IPAD版</a>
  867 + </p>
  868 + </li>
  869 + </ul>
  870 + </div>
  871 + </div>
  872 + </div>
  873 + <div class="footer-link">
  874 + <div class="screen clearfix">
  875 + <div class="left right-flag">
  876 + <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&amp;ct=df&amp;a=1&amp;pa=0.5902942178957805" target="_blank" rel="nofollow">
  877 + <img src="http://static.yohobuy.com/images/v3/icon/credit-flag3.png"></a>
  878 + <a href="http://www.isc.org.cn/" target="_blank" rel="nofollow">
  879 + <img src="http://static.yohobuy.com/images/v3/icon/isc2.png"></a>
  880 + </div>
  881 + <div class="left about-us">
  882 + <p>
  883 + <a href="http://www.yohobuy.com">返回首页</a>
  884 + <span>|</span>
  885 + <a href="http://www.yohobuy.com">YOHO!有货</a>
  886 + <span>|</span>
  887 + <a href="http://www.yohobuy.com/newpower.html">新力传媒</a>
  888 + <span>|</span>
  889 + <a href="http://www.yohobuy.com/contact.html">联系我们</a>
  890 + <span>|</span>
  891 + <a href="http://shop.yohobuy.com/settled">商家入驻</a>
  892 + <span>|</span>
  893 + <a href="http://www.yohobuy.com/privacy.html">隐私条款</a>
  894 + <span>|</span>
  895 + <a href="http://www.yohobuy.com/link.html">友情链接</a>
  896 + </p>
  897 + <p>
  898 + CopyRight © 2007-2016 南京新与力文化传播有限公司
  899 + <a href="http://www.miibeian.gov.cn/" target="_blank" style="color:#666">苏ICP备09011225号</a>
  900 + NewPower Co. 版权所有 经营许可证编号:苏B2-20120395
  901 + </p>
  902 + </div>
  903 +
  904 + </div>
  905 + </div>
  906 + </div>
  907 + </div>'.' <script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  908 + <script>
  909 + seajs.config({
  910 + base: \'http://localhost:8000/\'
  911 + });
  912 + </script>
  913 +'.' <script>
  914 + seajs.use(\'js/common\');
  915 + seajs.use(\'js/header\');
  916 + </script>
  917 +
  918 +'.Plugin\LCRun3::debug('if [boysHomePage]', 'ifv', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')), $in, function($cx, $in) {return ' <script>
  919 + /*seajs.use(\'js/home/entrey\', function(h) {
  920 + h.set(\'boys\');
  921 + });*/
  922 + seajs.use(\'js/home/home\');
  923 + </script>
  924 +';}).'
  925 +'.Plugin\LCRun3::debug('if [searchListPage]', 'ifv', $cx, Plugin\LCRun3::debug('[searchListPage]', 'v', $cx, $in, array('searchListPage')), $in, function($cx, $in) {return ' <script>
  926 + seajs.use(\'js/product/list\');
  927 + </script>
  928 + ';}).''.' </body>
  929 +</html>'.'';
  930 +}
  931 +?>
  1 +<div class="footer-page yoho-page">
  2 + <div class="footertop">
  3 + <div class="index-foot">
  4 + <dl class="clearfix screen">
  5 + <dd>
  6 + <div class="foot-panel">
  7 + <div class="title relative">
  8 + <div class="title-line"></div>
  9 + <div class="text">
  10 + <span>有货SERVICES</span>
  11 + </div>
  12 + </div>
  13 + <div id="foot-services">
  14 + <ul class="clearfix two-dim">
  15 + <li class="left">
  16 + <div class="">
  17 + <a href="javascript:void(0);">
  18 + <img class="dim-img lazy" data-original="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" src="http://img11.static.yhbimg.com/adpic/2014/03/20/16/01863b297051f11c2be833785566cf11d1.png" style=""></a>
  19 + <p>YOHO!有货</p>
  20 + </div>
  21 + </li>
  22 + <li class="left">
  23 + <div class="">
  24 + <a href="javascript:void(0);">
  25 + <img class="dim-img lazy" data-original="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" src="http://img12.static.yhbimg.com/adpic/2014/04/11/14/022ddc2b6d6b2fcabee8cdc03735e5687e.jpg" style=""></a>
  26 + <p>微信</p>
  27 + </div>
  28 + </li>
  29 + <li class="left">
  30 + <div class="">
  31 + <a href="javascript:void(0);">
  32 + <img class="dim-img lazy" data-original="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" src="http://img13.static.yhbimg.com/adpic/2014/03/20/16/02e69d0afa222cf173d17411fd04be380e.png" style="display: inline;"></a>
  33 + <p>微博</p>
  34 + </div>
  35 + </li>
  36 + </ul>
  37 + </div>
  38 + </div>
  39 + <p class="item-nav center" id="button-services">
  40 + <a href="javascript:void(0);" key="0">
  41 + <span class="ifont10 cur">O</span>
  42 + </a>
  43 + </p>
  44 + </dd>
  45 + <dd>
  46 + <div class="foot-panel" id="feedbackBoxList">
  47 + <div class="title relative">
  48 + <div class="title-line"></div>
  49 + <div class="text">
  50 + <span>意见反馈</span>
  51 + </div>
  52 + </div>
  53 + <ul class="clearfix vote">
  54 + <li style="display:block" key="0">
  55 + <form action="#" id="feedbackForm">
  56 + <input type="hidden" name="question_id" id="question_id" value="38">
  57 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  58 + <div>您喜欢有货的新版吗?</div>
  59 + <div class="vote-item clearfix">
  60 + <p>
  61 + <input type="radio" name="solution" value="33">非常喜欢</p>
  62 + <p>
  63 + <input type="radio" name="solution" value="34">喜欢</p>
  64 + <p>
  65 + <input type="radio" name="solution" value="35">一般般</p>
  66 + <p>
  67 + <input type="radio" name="solution" value="36">不喜欢</p>
  68 + <p>
  69 + <input type="radio" name="solution" value="37">非常不喜欢</p>
  70 + </div>
  71 + <div>
  72 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  73 + </div>
  74 + </form>
  75 + </li>
  76 + <li style="display:none" key="1">
  77 + <form action="#" id="feedbackForm">
  78 + <input type="hidden" name="question_id" id="question_id" value="39">
  79 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  80 + <div>您可以方便的找到想查看的内容吗?</div>
  81 + <div class="vote-item clearfix">
  82 + <p>
  83 + <input type="radio" name="solution" value="38">非常方便</p>
  84 + <p>
  85 + <input type="radio" name="solution" value="39">方便</p>
  86 + <p>
  87 + <input type="radio" name="solution" value="40">一般般</p>
  88 + <p>
  89 + <input type="radio" name="solution" value="41">不方便</p>
  90 + <p>
  91 + <input type="radio" name="solution" value="42">非常不方便</p>
  92 + </div>
  93 + <div>
  94 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  95 + </div>
  96 + </form>
  97 + </li>
  98 + <li style="display:none" key="2">
  99 + <form action="#" id="feedbackForm">
  100 + <input type="hidden" name="question_id" id="question_id" value="37">
  101 + <input type="hidden" name="feedback_id" id="feedback_id" value="5">
  102 + <div>您对新版还有哪些意见或建议?</div>
  103 + <textarea name="answer" id="feedback_answer"></textarea>
  104 + <div>
  105 + <a href="javascript:void(0);" id="feedbackBtn" class="button">提交</a>
  106 + </div>
  107 + </form>
  108 + </li>
  109 + </ul>
  110 + </div>
  111 + <p class="item-nav center" id="feedbackPage">
  112 + <a href="javascript:void(0);">
  113 + <span class="ifont10 cur">O</span>
  114 + </a>
  115 + <a href="javascript:void(0);">
  116 + <span class="ifont10 ">o</span>
  117 + </a>
  118 + <a href="javascript:void(0);">
  119 + <span class="ifont10 ">o</span>
  120 + </a>
  121 + </p>
  122 + </dd>
  123 + <dd class="last">
  124 + <div class="foot-panel">
  125 + <div class="title relative">
  126 + <div class="title-line"></div>
  127 + <div class="text">
  128 + <span>更多 YOHO!产品</span>
  129 + </div>
  130 + </div>
  131 + <div id="foot-mobile">
  132 + <ul class="clearfix mobile">
  133 + <li>
  134 + <a href="http://app.yohoshow.com/" target="_blank" titl="">
  135 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/02d5e1cbc15ab59856f4a758fa860462ed.jpg" style=""></a>
  136 + </li>
  137 + <li>
  138 + <a href="http://www.yohoboys.com/" target="_blank" titl="">
  139 + <img alt="" data-original="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" class="lazy" src="http://img13.static.yhbimg.com/adpic/2014/07/21/15/0210a3490eae2aad6ef8bf3b8133a49ca9.jpg" style=""></a>
  140 + </li>
  141 + <li>
  142 + <a href="http://www.yohogirls.com/" target="_blank" titl="">
  143 + <img alt="" data-original="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" class="lazy" src="http://img11.static.yhbimg.com/adpic/2014/07/21/15/018be2a193424658b5201240ef8c7729e6.jpg" style=""></a>
  144 + </li>
  145 + </ul>
  146 + </div>
  147 + </div>
  148 + <p class="item-nav center" id="button-mobile">
  149 + <a href="javascript:void(0);">
  150 + <span class="ifont10 cur">O</span>
  151 + </a>
  152 + </p>
  153 + </dd>
  154 + </dl>
  155 + </div>
  156 + </div>
  157 + <div class="footerbottom">
  158 + <div class="promise">
  159 + <div class="screen clearfix">
  160 + <div class="left">
  161 + <span class="ifont rgbf">g</span>
  162 + <span class="red">100%</span>
  163 + <span class="rgbf">品牌授权正品</span>
  164 + </div>
  165 + <div class="left">
  166 + <span class="ifont rgbf">L</span>
  167 + <span class="red">7天</span>
  168 + <span class="rgbf">无理由退换货</span>
  169 + </div>
  170 + <div class="left">
  171 + <span class="ifont rgbf">p</span>
  172 + <span class="rgbf">客服电话:</span>
  173 + <span class="red">400-889-9646</span>
  174 + &nbsp;&nbsp;
  175 + <span class="rgb9">08:00-22:30(周一至周日)</span>
  176 + &nbsp;&nbsp;
  177 + <span>
  178 + <a href="http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&amp;configID=123576&amp;jid=9277320930" target="_blank" style="color:red">在线客服</a>
  179 + </span>
  180 + </div>
  181 + <div class="right subscribe footer-right">
  182 + <input class="rgb6 top" name="subscriberBox" id="subscriberBox" value="订阅我们的邮件">
  183 + <a href="javascript:void(0);" id="subscriberBtn" class="ifont rgbf">m</a>
  184 + <!--<input class="rgb6 top wrong" value="订阅我们的邮件" />
  185 + <a href="" class="ifont rgbf done">=</a>
  186 + -->
  187 + </div>
  188 + </div>
  189 + </div>
  190 + <div class="footer-help">
  191 + <div class="screen clearfix">
  192 + <div class="left">
  193 + <ul class="clearfix">
  194 + <li class="left">
  195 + <p>
  196 + <span>新手指南</span>
  197 + </p>
  198 + <p>
  199 + <a href="http://www.yohobuy.com/help/?category_id=81#help_b00reg" target="_blank">注册登录</a>
  200 + </p>
  201 + <p>
  202 + <a href="http://www.yohobuy.com/help/?category_id=83" target="_blank">选购商品</a>
  203 + </p>
  204 + <p>
  205 + <a href="http://www.yohobuy.com/help/?category_id=103" target="_blank">订单支付</a>
  206 + </p>
  207 + <p>
  208 + <a href="http://www.yohobuy.com/help/?category_id=85" target="_blank">收货退款</a>
  209 + </p>
  210 + </li>
  211 + <li class="left">
  212 + <p>
  213 + <span>会员中心</span>
  214 + </p>
  215 + <p>
  216 + <a href="http://www.yohobuy.com/help/?category_id=87" target="_blank">YOHO币</a>
  217 + </p>
  218 + <p>
  219 + <a href="http://www.yohobuy.com/help/?category_id=91" target="_blank">会员制度</a>
  220 + </p>
  221 + <p>
  222 + <a href="http://www.yohobuy.com/help/?category_id=89" target="_blank">账户管理</a>
  223 + </p>
  224 + <p>
  225 + <a href="http://www.yohobuy.com/help/?category_id=93" target="_blank">密码管理</a>
  226 + </p>
  227 + </li>
  228 + <li class="left">
  229 + <p>
  230 + <span>购物指南</span>
  231 + </p>
  232 + <p>
  233 + <a href="http://www.yohobuy.com/help/?category_id=95" target="_blank">全球购专区</a>
  234 + </p>
  235 + <p>
  236 + <a href="http://www.yohobuy.com/help/?category_id=97" target="_blank">尺码选择</a>
  237 + </p>
  238 + <p>
  239 + <a href="http://www.yohobuy.com/help/?category_id=99" target="_blank">发票</a>
  240 + </p>
  241 + <p>
  242 + <a href="http://www.yohobuy.com/help/?category_id=101" target="_blank">商品咨询</a>
  243 + </p>
  244 + </li>
  245 + <li class="left">
  246 + <p>
  247 + <span>支付方式</span>
  248 + </p>
  249 + <p>
  250 + <a href="http://www.yohobuy.com/help/?category_id=105" target="_blank">在线支付</a>
  251 + </p>
  252 + <p>
  253 + <a href="http://www.yohobuy.com/help/?category_id=107" target="_blank">货到付款</a>
  254 + </p>
  255 + <p>
  256 + <a href="http://www.yohobuy.com/help/?category_id=109" target="_blank">优惠券</a>
  257 + </p>
  258 + <p>
  259 + <a href="http://www.yohobuy.com/help/?category_id=111" target="_blank">YOHO币支付</a>
  260 + </p>
  261 + </li>
  262 + <li class="left">
  263 + <p>
  264 + <span>配送方式</span>
  265 + </p>
  266 + <p>
  267 + <a href="http://www.yohobuy.com/help/?category_id=113" target="_blank">配送时间</a>
  268 + </p>
  269 + <p>
  270 + <a href="http://www.yohobuy.com/help/?category_id=115" target="_blank">配送范围</a>
  271 + </p>
  272 + <p>
  273 + <a href="http://www.yohobuy.com/help/?category_id=119" target="_blank">顺丰速运</a>
  274 + </p>
  275 + <p>
  276 + <a href="http://www.yohobuy.com/help/?category_id=117" target="_blank">商品验收与签收</a>
  277 + </p>
  278 + </li>
  279 + <li class="left">
  280 + <p>
  281 + <span>售后服务</span>
  282 + </p>
  283 + <p>
  284 + <a href="http://www.yohobuy.com/help/?category_id=121" target="_blank">退换货政策</a>
  285 + </p>
  286 + <p>
  287 + <a href="http://www.yohobuy.com/help/?category_id=123" target="_blank">退换货流程</a>
  288 + </p>
  289 + <p>
  290 + <a href="http://www.yohobuy.com/help/?category_id=125" target="_blank">退款方式与时效</a>
  291 + </p>
  292 + <p>
  293 + <a href="http://www.yohobuy.com/help/?category_id=127" target="_blank">投诉与建议</a>
  294 + </p>
  295 + </li>
  296 + <li class="left">
  297 + <p>
  298 + <span>APP常见问题</span>
  299 + </p>
  300 + <p>
  301 + <a href="http://www.yohobuy.com/help/?category_id=133" target="_blank">IPhone版</a>
  302 + </p>
  303 + <p>
  304 + <a href="http://www.yohobuy.com/help/?category_id=135" target="_blank">Android版</a>
  305 + </p>
  306 + <p>
  307 + <a href="http://www.yohobuy.com/help/?category_id=137" target="_blank">wap版</a>
  308 + </p>
  309 + <p>
  310 + <a href="http://www.yohobuy.com/help/?category_id=139" target="_blank">IPAD版</a>
  311 + </p>
  312 + </li>
  313 + </ul>
  314 + </div>
  315 + </div>
  316 + </div>
  317 + <div class="footer-link">
  318 + <div class="screen clearfix">
  319 + <div class="left right-flag">
  320 + <a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&amp;ct=df&amp;a=1&amp;pa=0.5902942178957805" target="_blank" rel="nofollow">
  321 + <img src="http://static.yohobuy.com/images/v3/icon/credit-flag3.png"></a>
  322 + <a href="http://www.isc.org.cn/" target="_blank" rel="nofollow">
  323 + <img src="http://static.yohobuy.com/images/v3/icon/isc2.png"></a>
  324 + </div>
  325 + <div class="left about-us">
  326 + <p>
  327 + <a href="http://www.yohobuy.com">返回首页</a>
  328 + <span>|</span>
  329 + <a href="http://www.yohobuy.com">YOHO!有货</a>
  330 + <span>|</span>
  331 + <a href="http://www.yohobuy.com/newpower.html">新力传媒</a>
  332 + <span>|</span>
  333 + <a href="http://www.yohobuy.com/contact.html">联系我们</a>
  334 + <span>|</span>
  335 + <a href="http://shop.yohobuy.com/settled">商家入驻</a>
  336 + <span>|</span>
  337 + <a href="http://www.yohobuy.com/privacy.html">隐私条款</a>
  338 + <span>|</span>
  339 + <a href="http://www.yohobuy.com/link.html">友情链接</a>
  340 + </p>
  341 + <p>
  342 + CopyRight © 2007-2016 南京新与力文化传播有限公司
  343 + <a href="http://www.miibeian.gov.cn/" target="_blank" style="color:#666">苏ICP备09011225号</a>
  344 + NewPower Co. 版权所有 经营许可证编号:苏B2-20120395
  345 + </p>
  346 + </div>
  347 +
  348 + </div>
  349 + </div>
  350 + </div>
  351 +</div>
  1 +{{#headerdata}}
  2 +<div class="header-page yoho-page">
  3 + <div class="header-topwrapper clearfix">
  4 + <div class="header-top">
  5 + <div class="leftpart float-left">
  6 + <span class="icon-hamburger"></span>
  7 + <a href="" class="header-yoho" >YOHO!有货</a>
  8 + <ul class="yohoproducts-list">
  9 + <li class="yohoproducts-item">
  10 + <a href="" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a>
  11 + </li>
  12 + <li class="yohoproducts-item">
  13 + <a href="" class="yohogroup" en="YOHO!BOYS" cn="男生潮流">YOHO!BOYS</a>
  14 + </li>
  15 + <li class="yohoproducts-item">
  16 + <a href="" class="yohogroup" en="YOHO!GIRLS" cn="女生潮流">YOHO!GIRLS</a>
  17 + </li>
  18 + <li class="yohoproducts-item">
  19 + <a href="" class="yohogroup" en="YOHO!SHOW" cn="物趣分享">YOHO!SHOW</a>
  20 + </li>
  21 + <li class="yohoproducts-item">
  22 + <a href="" class="yohogroup" en="YO'HOOD" cn="潮流嘉年华">YO'HOOD</a>
  23 + </li>
  24 + </ul>
  25 + </div>
  26 + <div class="rightpart">
  27 + <div id="loginBox" class="float-left">
  28 + <span class="hi">Hi~</span>
  29 + <a href="" class="loginbar">[请登录]</a>
  30 + <a href="" class="registbar">[免费注册]</a>
  31 + </div>
  32 + <div class="tag-list-wrapper">
  33 + <ul class="tag-list">
  34 + <li class="tag-item myyoho" id="myYohoBox">
  35 + <span class="tag-seprate"></span>
  36 + <a href="">MY有货</a>
  37 + <span class="icon-bottomarrow"></span>
  38 + <div class="myyoho-info"></div>
  39 + </li>
  40 + <li class="tag-item myorder">
  41 + <span class="tag-seprate"></span>
  42 + <span class="icon-papers"></span>
  43 + <a href="">我的订单</a>
  44 + </li>
  45 + <li class="tag-item mycollect">
  46 + <span class="tag-seprate"></span>
  47 + <span class="icon-heart"></span>
  48 + <a href="">我的收藏</a>
  49 + </li>
  50 + <li class="tag-item message">
  51 + <span class="tag-seprate"></span>
  52 + <span class="icon-mail"></span>
  53 + <a href="">消息</a>
  54 + </li>
  55 + <li class="tag-item phone">
  56 + <span class="tag-seprate"></span>
  57 + <span class="icon-iphone"></span>
  58 + <a href="">手机版</a>
  59 + <div class="qr">
  60 + <div class="qr-img"></div>
  61 + <h3 class="qr-words">扫描二维码</h3>
  62 + <h3 class="qr-words">下载有货手机客户端</h3>
  63 + <h3 class="qr-more">更多客户端下载</h3>
  64 + </div>
  65 + </li>
  66 + </ul>
  67 + </div>
  68 + </div>
  69 + </div>
  70 + </div>
  71 + <div class="header-navwrapper clearfix">
  72 + <div class="header-navcontent">
  73 + <ul class="first-nav-list float-left">
  74 + {{# navbars}}
  75 + <li class="first-nav-item {{classname}}">
  76 + <h3 class="name-cn">
  77 + <a href="{{link}}">{{name_cn}}</a>
  78 + </h3>
  79 + <h3 class="name-en">
  80 + <a href="{{link}}">{{name_en}}</a>
  81 + </h3>
  82 + <div class='sub-nav-wrapper'>
  83 + <ul class="sub-nav-list">
  84 + {{# subnav}}
  85 + <li class="sub-nav-item">
  86 + <a href="{{link}}">{{name}}</a>
  87 + <div class="third-nav-wrapper">
  88 + <div class="third-nav">
  89 + <div class="categorywrapper" id="category{{../index_main}}{{index_sub}}">
  90 + <div class="category">
  91 + {{# thirdnav}}
  92 + <div class="thirdnavlist">
  93 + <h1 class="category-title thirdnavbar">{{title}}</h1>
  94 + <ul class="category-list">
  95 + {{#branditems}}
  96 + <li class="category-item thirdnavbar">
  97 + <a href="" hot={{hot}}>{{brandname}}</a>
  98 + </li>
  99 + {{/branditems}}
  100 + </ul>
  101 + </div>
  102 + {{/thirdnav}}
  103 + </div>
  104 + </div>
  105 + <div class="showdetail" data-code="220eec926e0d2c48b2f7e36fb9c42b83"><a href="http://list.yohobuy.com/?gender=1,3&amp;msort=8"><img src="http://img12.static.yhbimg.com/yhb-img01/2015/10/30/06/02af834d146e3f00b1f5fcc8388f641922.jpg?imageView/1/w/337/h/250" alt="" style=""></a><a class="title" href="http://list.yohobuy.com/?gender=1,3&amp;msort=8">热门小物优选</a></div>
  106 + </div>
  107 + </div>
  108 + </li>
  109 + {{/ subnav}}
  110 + </ul>
  111 + </div>
  112 + </li>
  113 + {{/ navbars}}
  114 + </ul>
  115 + <div class="icon-logo"></div>
  116 + <div class="header-tool float-right">
  117 + <div class="search float-left {{searchcate}}" >
  118 + <form action="http://search.yohobuy.com" method="get" id="searchForm">
  119 + <span class="searchspan">
  120 + <input class="searchinput" type="text" name="keyword" id="query_key" autocomplete="off" x-webkit-speech="" lang="zh-CN" x-webkit-grammar="builtin:translate" value="" onfocus="if(this.value==this.defaultValue){this.value='';this.style.color='#333'}" onblur="if(this.value==''){this.value=this.defaultValue;this.style.color='#999'}" maxlength="30"></span>
  121 + <a class="icon-search" href="javascript:submitSearch();"></a>
  122 + <ul class="search-list"></ul>
  123 + </form>
  124 + </div>
  125 + <div class="gobuy float-left {{gobytype}}" id="miniCartBox">
  126 + {{# gobuy}}
  127 + <span class="ic-infomation">{{gobuynum}}</span>
  128 + <div class="gobuy-wrapper"></div>
  129 + {{/gobuy}}
  130 + </div>
  131 + </div>
  132 + </div>
  133 + </div>
  134 +</div>
  135 +<div id="goodcartempwarpper">
  136 + <script type="text/html" id="mini-cart-tpl">
  137 +<div class="gobuy-notempty">
  138 + <div class="goods-list-wrapper">
  139 + <ul class="goods-list">
  140 + %L~it.cartData.main_goods :v:index%R
  141 + <li class="goods-item">
  142 + <a href="%L=v.product_url%R">
  143 + <img src="%L=v.default_img%R" alt="" class="goods-img" />
  144 + </a>
  145 + <div class="goods-detail float-left">
  146 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  147 + <h3 class="style">
  148 + 颜色:
  149 + <span class="color">%L=v.color_name%R</span>
  150 + 尺码:
  151 + <span class="size">%L=v.size_name%R</span>
  152 + </h3>
  153 + </div>
  154 + <div class="goods-price float-left">
  155 + <h3 class="priceandnum">
  156 + <span class="price">%L=v.show_price%R</span>
  157 + x
  158 + <span class="num">%L=v.buy_number%R</span>
  159 + </h3>
  160 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  161 + </div>
  162 + </li>
  163 + %L~%R
  164 + %L~it.cartData.advance_goods :v:index%R
  165 + <li class="goods-item">
  166 + <a href="%L=v.product_url%R">
  167 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  168 + <div class="goods-detail float-left">
  169 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  170 + <h3 class="style">
  171 + 颜色:
  172 + <span class="color">%L=v.color_name%R</span>
  173 + 尺码:
  174 + <span class="size">%L=v.size_name%R</span>
  175 + </h3>
  176 + </div>
  177 + <div class="goods-price float-left">
  178 + <h3 class="priceandnum">
  179 +
  180 + <span class="price">%L=v.show_price%R</span>
  181 + x
  182 + <span class="num">%L=v.buy_number%R</span>
  183 + </h3>
  184 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  185 + </div>
  186 + </li>
  187 + %L~%R
  188 + %L~it.cartData.outlet_goods :v:index%R
  189 + <li class="goods-item">
  190 + <a href="%L=v.product_url%R">
  191 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  192 + <div class="goods-detail float-left">
  193 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  194 + <h3 class="style">
  195 + 颜色:
  196 + <span class="color">%L=v.color_name%R</span>
  197 + 尺码:
  198 + <span class="size">%L=v.size_name%R</span>
  199 + </h3>
  200 + </div>
  201 + <div class="goods-price float-left">
  202 + <h3 class="priceandnum">
  203 +
  204 + <span class="price">%L=v.show_price%R</span>
  205 + x
  206 + <span class="num">%L=v.buy_number%R</span>
  207 + </h3>
  208 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  209 + </div>
  210 + </li>
  211 + %L~%R
  212 + %L~it.cartData.gift_goods :v:index%R
  213 + <li class="goods-item">
  214 + <a href="%L=v.product_url%R">
  215 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  216 + <div class="goods-detail float-left">
  217 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  218 + <h3 class="style">
  219 + 颜色:
  220 + <span class="color">%L=v.color_name%R</span>
  221 + 尺码:
  222 + <span class="size">%L=v.size_name%R</span>
  223 + </h3>
  224 + </div>
  225 + <div class="goods-price float-left">
  226 + <h3 class="priceandnum">
  227 +
  228 + <span class="price">%L=v.show_price%R</span>
  229 + x
  230 + <span class="num">%L=v.buy_number%R</span>
  231 + </h3>
  232 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  233 + </div>
  234 + </li>
  235 + %L~%R
  236 + %L~it.cartData.need_pay_gifts :v:index%R
  237 + <li class="goods-item">
  238 + <a href="%L=v.product_url%R">
  239 + <img src="%L=v.default_img%R" alt="" class="goods-img"></a>
  240 + <div class="goods-detail float-left">
  241 + <h3 class="content"><a href="%L=v.product_url%R">%L=v.product_name%R</a></h3>
  242 + <h3 class="style">
  243 + 颜色:
  244 + <span class="color">%L=v.color_name%R</span>
  245 + 尺码:
  246 + <span class="size">%L=v.size_name%R</span>
  247 + </h3>
  248 + </div>
  249 + <div class="goods-price float-left">
  250 + <h3 class="priceandnum">
  251 +
  252 + <span class="price">%L=v.show_price%R</span>
  253 + x
  254 + <span class="num">%L=v.buy_number%R</span>
  255 + </h3>
  256 + <a href="javascript:void(0)" class="delete" onclick="delCartGoods(%L=v.goods_incart_id%R,%L=v.is_cheapest_free%R);">删除</a>
  257 + </div>
  258 + </li>
  259 + %L~%R
  260 + </ul>
  261 +
  262 + <ul class="activity-list">
  263 + %L? it.cartData.has_promotion == 1%R
  264 + <li class="activity-item">
  265 + <span class="activity-name">活动</span>
  266 + <h3 class="activity-content">
  267 + %L? it.cartData.fit_outlet_promotion %R购outlet商品,满¥1999再享9折%L?%R
  268 + %L? it.cartData.has_other_promotion == 1 %R<span class="mycart_i_down" title="更多" onclick="dispDom(this, 'mycartmore');"></span>%L?%R
  269 + %L? it.cartData.has_first_promotion == 1 %R%L=it.cartData.first_promotions.promotion_title%R%L?%R
  270 + </h3>
  271 + </li>
  272 + %L?%R
  273 + %L? it.cartData.fit_free_shipping == 1%R
  274 + <li class="activity-item">
  275 + <span class="activity-name">免运费</span>
  276 + <h3 class="activity-content">全场满 499免运费</h3>
  277 + </li>
  278 + %L?%R
  279 + </ul>
  280 + </div>
  281 +
  282 + <div class="gobuy-notempty-footer">
  283 + <h3>
  284 + <a href="<?php print QConfigs_Site_Config::$site_url;?>/shopping/cart">去购物车结算</a>
  285 + </h3>
  286 + </div>
  287 +</div>
  288 +</script>
  289 + <script type="text/html" id="tmpl-my-login-new">
  290 +<div class="myyoho-info-header clearfix">
  291 + %L? it.head_ico %R
  292 + <div class="myyoho-photo" style="display:none;"><img src="" alt="" data-url ="%L=it.head_ico%R"></div>
  293 + %L?%R
  294 + <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=%L=it.random%R">%L=it.profile_name%R</a></h3>
  295 + <h3 class="user-level">
  296 + VIP:
  297 + <span class="leveldetail">%L=it.vip.curVipInfo.title%R</span>
  298 + </h3>
  299 + %L? it.vip.curVipInfo.curLevel < 3%R
  300 + <div class="levelinfo">
  301 + <div class="levelwrapper float-left">
  302 + <div class="levelspan">
  303 + <span class="has">%L=it.vip.curYearCost%R</span>
  304 + /
  305 + <span class="total">%L=it.vip.nextVipInfo.needCost%R</span>
  306 + </div>
  307 + <p class="%L? it.vip.curYearCostPer !=0%Rintegrate%L?%R" style="width: %L=it.vip.curYearCostPer%R%;"></p>
  308 + </div>
  309 + <span class="cardcate float-left">%L=it.vip.nextVipInfo.title%R</span>
  310 + </div>
  311 + %L?%R
  312 +</div>
  313 +<ul class="myyoho-info-content">
  314 + <li class="item">
  315 + <span class="itemdetail float-left">
  316 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>">待处理的订单</a>
  317 + </span>
  318 + <span class="itemnum float-right">%L=it.orderCount%R</span>
  319 + </li>
  320 + <li class="item">
  321 + <span class="itemdetail float-left">
  322 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>">我的收藏</a>
  323 + </span>
  324 + <span class="itemnum float-right"></span>
  325 + </li>
  326 + <li class="item">
  327 + <span class="itemdetail float-left">
  328 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>">我的优惠券</a>
  329 + </span>
  330 + <span class="itemnum float-right">%L=it.couponCount%R</span>
  331 + </li>
  332 + <li class="item">
  333 + <span class="itemdetail float-left">
  334 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>">我的YOHO币</a>
  335 + </span>
  336 + <span class="itemnum float-right">%L=it.YohocoinCount%R</span>
  337 + </li>
  338 + <li class="item">
  339 + <span class="itemdetail float-left">
  340 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>">我的退货换货</a>
  341 + </span>
  342 + <span class="itemnum float-right">%L=it.refundCount%R</span>
  343 + </li>
  344 +</ul>
  345 +<div class="myyoho-info-footer">
  346 + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>">完善资料</a>
  347 +</div>
  348 +</script>
  349 + <script type="text/html" id="tmpl-nologin">
  350 +<span>Hi~</span>[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" class="list-a login-out" onclick="getSource('会员部_注册统计','免费注册','homepage_man');">免费注册</a>]
  351 +</script>
  352 + <script type="text/html" id="tmpl-login">
  353 +<span>Hi~<a href="<?php print QConfigs_Site_Config::$site_url;?>/home?t=<?php print microtime(true);?>">%L=it.user_name%R</a></span>&nbsp;%L? it.is_login == 1%R[<a href="%L=it.logout%R" class="list-a login-out">退出</a>]%L??%R[<a href="<?php print QConfigs_Site_Config::$site_url;?>/signin.html" class="list-a login-out">请登录</a>]&nbsp;[<a href="<?php print QConfigs_Site_Config::$site_url;?>/reg.html" onclick="getSource('会员部_注册统计','免费注册','homepage_man');" class="list-a login-out">免费注册</a>]%L?%R
  354 +</script>
  355 + <script type="text/html" id="tmpl-my-noLogin">
  356 +<div class="account-login">
  357 + <div><a href="<?php print QConfigs_Site_Config::$site_url?>/signin.html" class="button">立即登录</a></div>
  358 + <div><span>新用户?</span><a href="<?php print QConfigs_Site_Config::$site_url?>/reg.html" onclick="getSource('会员部_注册统计','免费注册','homepage_man');">[免费注册]</a></div>
  359 +</div>
  360 +<ul class="home-layer">
  361 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>" class="left">我的订单</a></li>
  362 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>" class="left">我的收藏</a></li>
  363 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>" class="left">我的优惠券</a></li>
  364 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>" class="left">我的YOHO币</a></li>
  365 + <li class="clear"><a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>" class="left">我的退换货</a></li>
  366 +</ul>
  367 +</script>
  368 + <script type="text/html" id="tmpl-message">
  369 +<ul>%L~ it :v:index%R<li><a href="<?php print QConfigs_Site_Config::$site_url;?>/home/message/content?id=%L=v.id%R">%L=v.title%R</a></li>%L~%R</ul>
  370 +</script>
  371 +</div>
  372 +{{/headerdata}}
1 <script> 1 <script>
2 seajs.use('js/common'); 2 seajs.use('js/common');
  3 + seajs.use('js/header');
3 </script> 4 </script>
4 5
5 {{!-- 首页 --}} 6 {{!-- 首页 --}}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
  1 +/**
  2 + * 头部
  3 + * @author: wangqing<robin.wang@yoho.cn>
  4 + * @date: 2015/12/01
  5 + */
  6 +
  7 +var $ = require('jquery');
  8 +/**
  9 + * 回到顶部
  10 + * @type {[type]}
  11 + */
  12 +var $returnTop = $('.return-top');
  13 +
  14 +$returnTop.click(function() {
  15 + $('html,body').animate({
  16 + scrollTop: 0
  17 + }, 500);
  18 +});
  1 +@font-face {
  2 + font-family: 'icomoon';
  3 + src:font-url('icomoon.eot');
  4 + src:font-url('icomoon.eot?#iefix') format('embedded-opentype'),
  5 + font-url('icomoon.ttf') format('truetype'),
  6 + font-url('icomoon.woff') format('woff'),
  7 + font-url('icomoon.svg#icomoon') format('svg');
  8 + font-weight: normal;
  9 + font-style: normal;
  10 +}
  11 +.footer-page {
  12 + font-size: 12px;
  13 + /*----文字颜色----*/
  14 + .red{
  15 + color: #ee0011;
  16 + }
  17 + .orange{
  18 + color: #f9761a;
  19 + }
  20 + .rgb0{
  21 + color: #000;
  22 + }
  23 + .rgb2{
  24 + color: #222;
  25 + }
  26 + .rgb4{
  27 + color: #444;
  28 + }
  29 + .rgb6{
  30 + color: #666;
  31 + }
  32 + .rgb9{
  33 + color: #999;
  34 + }
  35 +
  36 + .rgbc{
  37 + color: #ccc;
  38 + }
  39 + .rgbf{
  40 + color: #fff;
  41 + }
  42 + .blue{
  43 + color: #006699;
  44 + }
  45 + .blue2{
  46 + color: #468fa2;
  47 + }
  48 + /**函数类**/
  49 + .hidden{ display:none !important;}
  50 + .show{ display:block;}
  51 + .left{float: left;}
  52 + .right{float: right;}
  53 + .relative{position: relative;}
  54 + .absolute{position: absolute;}
  55 + .inline-block{
  56 + display: inline-block;
  57 + }
  58 + .top{
  59 + vertical-align: top;
  60 + }
  61 + .middle{
  62 + vertical-align: middle;
  63 + }
  64 + .center{
  65 + text-align: center;
  66 + }
  67 + .footertop {
  68 + .index-foot {
  69 + background: #eeeeee;
  70 + padding:20px 0;
  71 + }
  72 + .index-foot dd{
  73 + margin-right: 20px;
  74 + float: left;
  75 + overflow:hidden;
  76 + }
  77 + .index-foot dd.last{
  78 + margin-right: 0;
  79 + }
  80 + .index-foot dd .foot-panel{
  81 + background: #fff;
  82 + padding: 20px;
  83 + _padding-right: 10px;
  84 + }
  85 +
  86 + .index-foot dd .title{
  87 + text-align: center;
  88 + _zoom:1;
  89 + }
  90 + .index-foot dd .title .title-line{
  91 + border-bottom: 1px solid #dddddd;
  92 + position: absolute;
  93 + top: 9px;
  94 + width: 100%;
  95 + left: 0;
  96 + *top: -6px;
  97 + }
  98 + .index-foot dd .title .text{
  99 + position: absolute;
  100 + width: 100%;
  101 + text-align: center;
  102 + left: 0;
  103 + top: 0;
  104 + }
  105 + .index-foot dd .title .text span{
  106 + background: #fff;
  107 + font-size: 18px;
  108 + line-height: 18px;
  109 + padding: 0 10px;
  110 + }
  111 + .index-foot dd ul{
  112 + margin-top: 18px;
  113 + padding-top: 18px;
  114 + }
  115 + .index-foot dd .two-dim{
  116 + margin-right: -10px;
  117 + }
  118 + .index-foot dd .two-dim li{
  119 + border: 1px solid #ddd;
  120 + padding: 7px;
  121 + margin-right: 10px;
  122 + }
  123 +
  124 +
  125 + .index-foot dd .two-dim img.dim-img{
  126 + /*opacity: 0.5;
  127 + filter:alpha(opacity=50);*/
  128 + }
  129 + .index-foot dd .two-dim .dim-hover{
  130 + position: absolute;
  131 + }
  132 + .index-foot dd .two-dim .dim-hover img{
  133 + width: 38px;
  134 + height: 38px;
  135 + }
  136 + .index-foot dd .two-dim .dim-active .dim-img{
  137 + opacity: 1;
  138 + filter:alpha(opacity=100);
  139 + }
  140 + .index-foot dd .two-dim .dim-active .dim-hover{
  141 + display: none;
  142 + }
  143 + .index-foot dd .two-dim li a{
  144 + display: block;
  145 + }
  146 + .index-foot dd .two-dim li p{
  147 + text-align: center;
  148 + margin-top: 13px;
  149 + margin-bottom: 3px;
  150 + line-height: 12px;
  151 + }
  152 + .index-foot dd .item-nav{
  153 + padding-top: 20px;
  154 + }
  155 + .index-foot dd .item-nav a{
  156 + color: #999;
  157 + padding: 0 3px;
  158 + cursor:pointer;
  159 + }
  160 + .index-foot .vote{
  161 + height: 131px;
  162 + line-height: 24px;
  163 + }
  164 + .index-foot .vote input{
  165 + margin: 0 5px 0 1px;
  166 + }
  167 + .index-foot .vote .button{
  168 + height: 24px;
  169 + line-height: 24px;
  170 + width: 55px;
  171 + font-size: 12px;
  172 + margin-top: 10px;
  173 + margin-right: 10px;
  174 + background: #222;
  175 + color: #fff;
  176 + display: inline-block;
  177 + text-align: center;
  178 + }
  179 + .index-foot .vote p{
  180 + height: 24px;
  181 + overflow: hidden;
  182 + }
  183 + .index-foot .vote .vote-item p{
  184 + float: left;
  185 + width: 50%;
  186 +
  187 + }
  188 +
  189 + .index-foot .vote textarea{
  190 + width: 98%;
  191 + height: 60px;
  192 + vertical-align: middle;
  193 + margin: 5px 0px 0px 0px;
  194 + resize:none;
  195 + }
  196 +
  197 + .index-foot ul.mobile{
  198 + margin-right: -10px;
  199 + }
  200 + .index-foot .mobile li{
  201 + margin-right: 10px;
  202 + float: left;
  203 + margin-bottom: 12px;
  204 + }
  205 +
  206 + .index-foot dd li{
  207 + /*height: 131px;*/
  208 + zoom:1;
  209 + }
  210 +
  211 + .index-banner{
  212 + width: 100%;
  213 + margin-top: 20px;
  214 + }
  215 + .ifont10{
  216 + font-family: "icomoon" ;
  217 + display:inline-block;
  218 + font-size: 13px;
  219 + line-height: 10px;
  220 + -webkit-transform:scale(0.8);
  221 + }
  222 + }
  223 + .footerbottom {
  224 + width: 100%;
  225 + .promise {
  226 + padding: 20px 0 10px 0;
  227 + background: #000;
  228 + .left {
  229 + line-height: 30px;
  230 + font-size: 12px;
  231 + font-weight: bold;
  232 + .ifont {
  233 + font-size: 24px;
  234 + line-height: 24px;
  235 + vertical-align: middle;
  236 + margin-right: 5px;
  237 + font-weight: normal;
  238 + font-family: "icomoon" ;
  239 + display:inline-block;
  240 + }
  241 + }
  242 + }
  243 + .subscribe {
  244 + border: 1px solid #262626;
  245 + input {
  246 + height: 32px;
  247 + padding: 0 10px;
  248 + line-height: 32px;
  249 + border: none;
  250 + margin: 0;
  251 + *height: 28px;
  252 + *line-height: 28px;
  253 + background: #000;
  254 +
  255 + &.wrong{
  256 + color: #ee0011;
  257 + }
  258 + }
  259 + a {
  260 + margin-left: 10px;
  261 + font-size: 18px;
  262 + line-height: 32px;
  263 + opacity: 0.5;
  264 + filter: alpha(opacity=50);
  265 + }
  266 + }
  267 + .footer-help {
  268 + background: #000;
  269 + font-size: 12px;
  270 + ul {
  271 + width: 110%;
  272 + }
  273 + li p {
  274 + line-height: 24px;
  275 +
  276 + span{
  277 + color: #fff;
  278 + }
  279 +
  280 + a {
  281 + color: #666;
  282 +
  283 + &:hover {
  284 + text-decoration: underline;
  285 + }
  286 + }
  287 + }
  288 + .screen {
  289 + border-top: 1px solid #262626;
  290 + padding: 15px 0;
  291 + }
  292 + }
  293 + .client-title p {
  294 + line-height: 24px;
  295 + }
  296 + .client {
  297 + padding-top: 6px;
  298 + a.ifont {
  299 + font-size: 20px;
  300 + background: #444;
  301 + width: 32px;
  302 + height: 32px;
  303 + margin-right: 3px;
  304 + text-align: center;
  305 + line-height: 32px;
  306 + }
  307 + }
  308 + .footer-link{
  309 + background: #000;
  310 + padding: 10px 0 30px 0;
  311 + font-size: 12px;
  312 + }
  313 + .about-us {
  314 + margin-left: 10px;
  315 + line-height: 20px;
  316 + color: #666;
  317 + a {
  318 + color: #666;
  319 + }
  320 + p span {
  321 + padding: 0 10px;
  322 + }
  323 + }
  324 + .footer-link .right-flag a {
  325 + margin-right: 5px;
  326 + }
  327 + .footer-client {
  328 + padding: 0px;
  329 + bottom: 25px;
  330 + left: -37px;
  331 + z-index: 10;
  332 + width: 106px;
  333 + top: -140px;
  334 + .client-img {
  335 + background: #fff;
  336 + }
  337 + a {
  338 + padding: 8px;
  339 + background: #fff;
  340 + display: block;
  341 + p {
  342 + text-align: center;
  343 + padding-top: 5px;
  344 + }
  345 + }
  346 + .arrow {
  347 + line-height: 12px;
  348 + text-align: center;
  349 + width: 100%;
  350 + font-size: 12px;
  351 + vertical-align: top;
  352 + margin-top: -2px;
  353 + }
  354 + }
  355 + .right-flag{
  356 + margin-top: 3px;
  357 + }
  358 + }
  359 + .return-top {
  360 + position: fixed;
  361 + width: 60px;
  362 + height: 60px;
  363 + font-size: 18px;
  364 + text-align: center;
  365 + line-height: 60px;
  366 + color: #fff;
  367 + background: #000;
  368 + opacity: 0.5;
  369 + filter: alpha(opacity=50);
  370 + bottom: 20px;
  371 + cursor: pointer;
  372 + z-index: 99999;
  373 + &:hover {
  374 + opacity: 0.9;
  375 + filter: alpha(opacity=90);
  376 + }
  377 + }
  378 +}
  379 +@media (max-width:1310px){
  380 + .footer-page{
  381 + .return-top{
  382 + left: 100%;
  383 + right: 20px;
  384 + margin-left: auto;
  385 + }
  386 + }
  387 +
  388 +}
  389 +
  390 +@media (min-width:1310px){
  391 + .footer-page{
  392 + .return-top{
  393 + left: 50%;
  394 + margin-left: 595px;
  395 + }
  396 + }
  397 +}
  398 +@media (max-width:1180px){
  399 + .footer-page {
  400 + .screen{
  401 + width: 990px;
  402 + margin-left: auto;
  403 + margin-right: auto;
  404 + }
  405 + .screen-l{
  406 + display: none;
  407 + }
  408 + .footerbottom{
  409 + min-width: 990px;
  410 + }
  411 + .footerbottom .footer-right{
  412 + width: 200px;
  413 + width: 202px \9;
  414 + }
  415 + .footerbottom .footer-help ul{
  416 + /*width: 690px;*/
  417 + }
  418 + .footerbottom .footer-help li{
  419 + width: 150px;
  420 + }
  421 + .footerbottom .promise .left{
  422 + margin-right: 45px;
  423 + }
  424 + .footerbottom .subscribe input{
  425 + width: 140px;
  426 + outline: none;
  427 + }
  428 +
  429 + /*trends*/
  430 + .article-list{
  431 + width: 670px;
  432 + }
  433 + .article-list ul .article-cover img{
  434 + width: 320px;
  435 + height: 214px;
  436 + }
  437 + .article-list ul .article-summary{
  438 + width: 330px;
  439 + height: 214px;
  440 + overflow: hidden;
  441 + }
  442 + .trends-suggestion ul li{
  443 + width: 208px;
  444 + }
  445 + .trends-suggestion ul li img{
  446 + width: 208px;
  447 + height: 138px;
  448 + }
  449 + .article-list .article-detail img{
  450 + max-width: 670px;
  451 + }
  452 +
  453 + /*lookbook*/
  454 + .trends-list ul li{
  455 + width: 232px;
  456 + }
  457 + .trends-list ul li a img{
  458 + width: 232px;
  459 + height: 330px;
  460 + }
  461 + .trends-list ul li p{
  462 + width: 222px;
  463 + }
  464 +
  465 + .focus-top3{
  466 + height: 618px;
  467 + }
  468 + .focus-top3 .focus-img img{
  469 + width: 495px;
  470 + height: 618px;
  471 + }
  472 + .focus-top3 ul li, .trends-content iframe{
  473 + height: 618px;
  474 + width: 990px;
  475 + }
  476 + }
  477 +}
  478 +@media (min-width:1180px){
  479 + .footer-page{
  480 + .screen{
  481 + width: 1150px;
  482 + margin-left: auto;
  483 + margin-right: auto;
  484 + }
  485 + .footerbottom .footer-right{
  486 + width: 240px;
  487 + width: 242px \9;
  488 + }
  489 + .footerbottom .footer-help ul{
  490 + /*width: 810px;*/
  491 + }
  492 + .footerbottom .footer-help li{
  493 + width: 180px;
  494 + }
  495 + .footerbottom .promise .left{
  496 + margin-right: 60px;
  497 + }
  498 + .footerbottom .subscribe input{
  499 + width: 180px;
  500 + outline: none;
  501 + }
  502 +
  503 + /*trends*/
  504 + .article-list{
  505 + width: 830px;
  506 + }
  507 + .article-list ul .article-cover img{
  508 + width: 360px;
  509 + height: 240px;
  510 + }
  511 + .article-list ul .article-summary{
  512 + width: 450px;
  513 + height: 240px;
  514 + overflow: hidden;
  515 + }
  516 + .trends-suggestion ul li{
  517 + width: 262px;
  518 + }
  519 + .trends-suggestion ul li img{
  520 + width: 262px;
  521 + height: 175px;
  522 + }
  523 + .article-list .article-detail img{
  524 + max-width: 830px;
  525 + }
  526 +
  527 + /*lookbook*/
  528 + .trends-list ul li{
  529 + width: 272px;
  530 + }
  531 + .trends-list ul li a img{
  532 + width: 272px;
  533 + height: 388px;
  534 + }
  535 + .trends-list ul li p{
  536 + width: 262px;
  537 + }
  538 + .focus-top3{
  539 + height: 716px;
  540 + }
  541 + .focus-top3 .focus-img img{
  542 + width: 575px;
  543 + height: 716px;
  544 + }
  545 + .focus-top3 ul li, .trends-content iframe{
  546 + height: 716px;
  547 + width: 1150px;
  548 + }
  549 + }
  550 +
  551 +}
  552 +
  553 +
  554 +/* new index 990 */
  555 +@media (max-width:1180px){
  556 + .sort-enter a, .sort-enter a img{
  557 + width:494px;
  558 + height:388px;
  559 + }
  560 + .sort-enter a span{
  561 + bottom:40px;
  562 + }
  563 + .new-arrial img{
  564 + width:990px;
  565 + }
  566 + .arrial-list ul li, .arrial-list ul li img{
  567 + width:325px;
  568 + height: 265px;
  569 + }
  570 + .hot-brand .con{
  571 + height: 103px;
  572 + }
  573 + .hot-brand .con .btn-page{
  574 + width:90px;
  575 + height:103px;
  576 + background-position: -106px 0;
  577 + }
  578 + .hot-brand .con .btn-page a{
  579 + width: 30px;
  580 + height:30px;
  581 + }
  582 + .hot-brand .con .btn-page a.page-before{
  583 + top: 22px;
  584 + left: 8px;
  585 + }
  586 + .hot-brand .con .btn-page a.page-next{
  587 + top: 50px;
  588 + left: 44px;
  589 + }
  590 + .hot-brand .con .list{
  591 + margin-right: 90px;
  592 + }
  593 + .hot-brand .con .list ul li img{
  594 + width:100px;
  595 + height:103px;
  596 + }
  597 +}
  598 +@media (min-width:1180px){
  599 + .sort-enter a, .sort-enter a img{
  600 + width:574px;
  601 + height:450px;
  602 + }
  603 + .sort-enter a span{
  604 + bottom:50px;
  605 + }
  606 + .new-arrial img{
  607 + width:1150px;
  608 + }
  609 + .arrial-list ul li, .arrial-list ul li img{
  610 + width:378px;
  611 + height:308px;
  612 + }
  613 + .hot-brand .con{
  614 + height: 120px;
  615 + }
  616 + .hot-brand .con .btn-page{
  617 + width:106px;
  618 + height:120px;
  619 + background-position: 0 0;
  620 + }
  621 + .hot-brand .con .btn-page a{
  622 + width: 40px;
  623 + height:40px;
  624 + }
  625 + .hot-brand .con .btn-page a.page-before{
  626 + top: 24px;
  627 + left: 4px;
  628 + }
  629 + .hot-brand .con .btn-page a.page-next{
  630 + top: 58px;
  631 + left: 50px;
  632 + }
  633 + .hot-brand .con .list{
  634 + margin-right: 106px;
  635 + }
  636 + .hot-brand .con .list ul li img{
  637 + width:116px;
  638 + height:120px;
  639 + }
  640 +}
  641 +
  642 +
  643 +
  644 +/*new index*/
  645 +@media (max-width:1180px){
  646 + /*
  647 + .page-index-new .screen{
  648 + width: 988px;
  649 + }*/
  650 +
  651 + .focus-top2{
  652 + height: 388px;
  653 + }
  654 + .focus-top2 .focus-img img{
  655 + width: 988px;
  656 + height: 388px;
  657 + }
  658 + .focus-bottom ul{
  659 + padding: 0 1px;
  660 + height: 46px;
  661 + overflow: hidden;
  662 + }
  663 + .focus-bottom ul li img{
  664 + width: 118px;
  665 + height: 46px;
  666 + }
  667 + .focus-bottom ul li a{
  668 + width: 118px;
  669 + height: 46px;
  670 + }
  671 +
  672 + #bigSlide{
  673 + width: 988px;
  674 + height: 388px;
  675 + }
  676 + #bigSlide li{
  677 + width: 988px;
  678 + height: 388px;
  679 + }
  680 +
  681 + .dl-index .hot-brands li a img{
  682 + width: 163px;
  683 + height: 163px;
  684 + }
  685 + .dl-index .hot-brands li.li-h-2 a img{
  686 + width: 328px;
  687 + }
  688 + .dl-index .hot-brands li.li-v-2 a img{
  689 + height: 328px;
  690 + }
  691 + .dl-index .hot-brands li .btn-page{
  692 + padding: 36px 0 0 36px;
  693 + width: 127px;
  694 + height: 127px;
  695 + }
  696 + .wrapper-index2{
  697 + width: 988px;
  698 + }
  699 + .wrapper-index2 .index-unit-5{
  700 + width: 823px;
  701 + }
  702 + .wrapper-index2 .index-unit-1{
  703 + width: 163px;
  704 + }
  705 + .wrapper-index2 .index-unit-5 ul.hot-brands{
  706 + height: 330px;
  707 + }
  708 +
  709 + .dl-index .index-ul li a img{
  710 + width: 163px;
  711 + height: 206px;
  712 + }
  713 + .dl-index .index-ul li.li-h-2 a img{
  714 + width: 328px;
  715 + }
  716 +
  717 + .wrapper-index2 .index-ads img{
  718 + width: 163px;
  719 + }
  720 + .wrapper-index2 .index-ads .ads-1 img{
  721 + height: 279px;
  722 + }
  723 + .wrapper-index2 .index-ads .ads-2 img{
  724 + height: 163px;
  725 + }
  726 +
  727 + .dl-index .category-top img{
  728 + width: 163px;
  729 + height: 146px;
  730 + }
  731 + .dl-index .category-list{
  732 + padding: 7px 0;
  733 + }
  734 + .dl-index .category-list li{
  735 + width: 76px;
  736 + }
  737 + .dl-index .category-list li a{
  738 + padding: 0px 0 0px 15px;
  739 + height: 24px;
  740 + line-height: 24px;
  741 + }
  742 + .dl-index .brands-list{
  743 + padding: 7px 0;
  744 + }
  745 + .dl-index .brands-list li a{
  746 + line-height: 24px;
  747 + height: 24px;
  748 + padding: 0px 15px 0px 15px;
  749 + }
  750 +
  751 + .index-foot dd{
  752 + width: 316px;
  753 +
  754 + }
  755 + .index-foot dd .two-dim img.dim-img{
  756 + width: 69px;
  757 + height: 69px;
  758 + }
  759 + .index-foot .mobile li img{
  760 + width: 85px;
  761 + height: 108px;
  762 + }
  763 + .index-foot ul.mobile{
  764 + margin-top: 30px;
  765 + padding-bottom: 11px;
  766 + height: 108px;
  767 + overflow: hidden;
  768 + }
  769 + .index-foot dd .two-dim{
  770 + margin-top: 26px;
  771 + margin-bottom: 10px;
  772 + /*padding-bottom: 10px;*/
  773 + height: 113px;
  774 + overflow: hidden;
  775 + }
  776 +
  777 + .index-foot dd .two-dim .dim-hover{
  778 + left: 16px;
  779 + top: 16px;
  780 + }
  781 + /*hotBrand*/
  782 + .dl-index .hot-brand-new .ids img{
  783 + width:163px;
  784 + }
  785 + .hot-brand-new .recommendBox-new{
  786 + width:891px;
  787 + height:156px;
  788 + }
  789 + .hot-brand-new .recommendBox-new ul li{
  790 + width:99px;
  791 + height:78px;
  792 + }
  793 + .hot-brand-new .recommendBox-new ul li img{
  794 + width:99px;
  795 + height:78px;
  796 + }
  797 + .dl-index .hot-brand-new .index-unit-1{
  798 + width:97px;
  799 + height:156px;
  800 + }
  801 + .dl-index .hot-brand-new .index-unit-1 ul li{
  802 + width:97px;
  803 + height:78px;
  804 + }
  805 + .dl-index .hot-brand-new .index-unit-1 ul li img{
  806 + width:97px;
  807 + height:78px;
  808 + }
  809 + .dl-index .hot-brand-new .btn-page{
  810 + width:97px;
  811 + height:78px;
  812 + background: url('http://static.yohobuy.com/images/v3/icon/btn_page_small.jpg') no-repeat center center ;
  813 + }
  814 + /*猜你喜欢*/
  815 + .index-guess-like li{
  816 + width: 163px;
  817 + float: left;
  818 + margin-right: 2px;
  819 + text-align: center;
  820 + }
  821 + .index-guess-like li img{
  822 + width: 163px;
  823 + }
  824 +
  825 +}
  826 +
  827 +@media (min-width:1180px){
  828 + .focus-top2{
  829 + height: 450px;
  830 + }
  831 + .focus-top2 .focus-img img{
  832 + width: 1150px;
  833 + height: 450px;
  834 + }
  835 + .focus-bottom ul{
  836 + padding: 0 2px;
  837 + height: 54px;
  838 + overflow: hidden;
  839 + }
  840 + .focus-bottom ul li img{
  841 + width: 138px;
  842 + height: 54px;
  843 + }
  844 + .focus-bottom ul li a{
  845 + width: 138px;
  846 + height: 54px;
  847 + }
  848 + #bigSlide{
  849 + width: 1150px;
  850 + height: 450px;
  851 + }
  852 + #bigSlide li{
  853 + width: 1150px;
  854 + height: 450px;
  855 + }
  856 +
  857 + .dl-index .hot-brands li a img{
  858 + width: 190px;
  859 + height: 190px;
  860 + }
  861 + .dl-index .hot-brands li.li-h-2 a img{
  862 + width: 382px;
  863 + }
  864 + .dl-index .hot-brands li.li-v-2 a img{
  865 + height: 382px;
  866 + }
  867 + .dl-index .hot-brands li .btn-page{
  868 + padding: 50px 0 0 50px;
  869 + width: 140px;
  870 + height: 140px;
  871 + }
  872 +
  873 + .wrapper-index2 .index-unit-5{
  874 + width: 958px;
  875 + }
  876 + .wrapper-index2 .index-unit-1{
  877 + width: 190px;
  878 + }
  879 + .wrapper-index2 .index-unit-5 ul.hot-brands{
  880 + height: 384px;
  881 + }
  882 +
  883 + .dl-index .index-ul li a img{
  884 + width: 190px;
  885 + height: 240px;
  886 + }
  887 + .dl-index .index-ul li.li-h-2 a img{
  888 + width: 382px;
  889 + }
  890 +
  891 + .wrapper-index2 .index-ads img{
  892 + width: 190px;
  893 + }
  894 + .wrapper-index2 .index-ads .ads-1 img{
  895 + height: 320px;
  896 + }
  897 + .wrapper-index2 .index-ads .ads-2 img{
  898 + height: 190px;
  899 + }
  900 +
  901 + .dl-index .category-top img{
  902 + width: 190px;
  903 + height: 170px;
  904 + }
  905 +
  906 + .dl-index .category-list{
  907 + padding: 8px 0;
  908 + }
  909 + .dl-index .category-list li{
  910 + width: 90px;
  911 + }
  912 + .dl-index .category-list li a{
  913 + padding: 0px 0 0px 15px;
  914 + height: 28px;
  915 + line-height: 28px;
  916 + }
  917 + .dl-index .brands-list{
  918 + padding: 8px 0;
  919 + }
  920 + .dl-index .brands-list li a{
  921 + line-height: 28px;
  922 + height: 28px;
  923 + padding: 0px 15px 0px 15px;
  924 + }
  925 +
  926 + .index-foot dd{
  927 + width: 370px;
  928 +
  929 + }
  930 + .index-foot dd .two-dim{
  931 + overflow: hidden;
  932 + }
  933 + .index-foot dd .two-dim img.dim-img{
  934 + width: 87px;
  935 + height: 87px;
  936 + }
  937 + .index-foot .mobile li img{
  938 + width: 103px;
  939 + height: 131px;
  940 + }
  941 +
  942 + .index-foot dd .two-dim .dim-hover{
  943 + left: 25px;
  944 + top: 25px;
  945 + }
  946 + .index-foot ul.mobile{
  947 + height: 131px;
  948 + overflow: hidden;
  949 + }
  950 + /*hotBrand*/
  951 + .dl-index .hot-brand-new .ids{
  952 + width:190px;
  953 + }
  954 + .hot-brand-new .recommendBox-new{
  955 + width:1035px;
  956 + height:180px;
  957 + }
  958 + .hot-brand-new .recommendBox-new ul li{
  959 + width:115px;
  960 + height:90px;
  961 + }
  962 + .hot-brand-new .recommendBox-new ul li img{
  963 + width:115px;
  964 + height:90px;
  965 + }
  966 + .dl-index .hot-brand-new .index-unit-1{
  967 + width:115px;
  968 + height:180px;
  969 +
  970 + }
  971 + .dl-index .hot-brand-new .index-unit-1 ul li{
  972 + width:115px;
  973 + height:90px;
  974 + }
  975 + .dl-index .hot-brand-new .index-unit-1 ul li img{
  976 + width:115px;
  977 + height:90px;
  978 + }
  979 + .dl-index .hot-brand-new .btn-page{
  980 + width:115px;
  981 + height:90px;
  982 + background: url('http://static.yohobuy.com/images/v3/icon/btn_page_big.jpg') no-repeat center center ;
  983 + }
  984 + /*猜你喜欢*/
  985 + .index-guess-like li{
  986 + width: 190px;
  987 + height: 320px;
  988 + float: left;
  989 + margin-right: 2px;
  990 + text-align: center;
  991 + }
  992 +
  993 +}
  994 +
  995 +/*boys*/
  996 +
  997 +
  998 +@media (max-width:1180px){
  999 +
  1000 + .wrapper-right{
  1001 + width: 810px;
  1002 + }
  1003 + .wrapper-main .list-unit{
  1004 + width: 195px;
  1005 +
  1006 + }
  1007 + .wrapper-main .index-tab{
  1008 + width: 615px; /*750*/
  1009 + overflow: hidden;
  1010 + }
  1011 + .banner-zone .feedback .item-vote{
  1012 + width: 150px;
  1013 + padding: 10px;
  1014 + overflow: hidden;
  1015 + }
  1016 + .wrapper-main .banner-zone div.phone .left-a{
  1017 + padding-right: 5px;
  1018 + }
  1019 + .wrapper-main .banner-zone div.phone .right-a{
  1020 + padding-left: 5px;
  1021 + }
  1022 + .banner-zone .recent-view .recent-goods{
  1023 + width: 153px;
  1024 + }
  1025 + .banner-zone .recent-view .recent-goods img{
  1026 + width: 50px;
  1027 + height: 50px;
  1028 + }
  1029 + .focus-top{
  1030 + height: 334px;
  1031 + }
  1032 + .focus-brands .focus-brands-wrapper{
  1033 + width: 640px;
  1034 + }
  1035 + .focus-top .button-switch .ifont{
  1036 + margin-top: 160px;
  1037 + }
  1038 +
  1039 +}
  1040 +
  1041 +@media (min-width:1180px){
  1042 +
  1043 + .wrapper-right{
  1044 + width: 970px; /*990px*/
  1045 + }
  1046 + .wrapper-main .list-unit{
  1047 + width: 235px; /*240*/
  1048 +
  1049 + }
  1050 + .wrapper-main .index-tab{
  1051 + width: 735px; /*750*/
  1052 + overflow: hidden;
  1053 + }
  1054 + .banner-zone .feedback .item-vote{
  1055 + width: 170px;
  1056 + padding: 20px;
  1057 + overflow: hidden;
  1058 + }
  1059 + .wrapper-main .banner-zone div.phone .left-a{
  1060 + padding-right: 20px;
  1061 + }
  1062 + .wrapper-main .banner-zone div.phone .right-a{
  1063 + padding-left: 20px;
  1064 + }
  1065 + .banner-zone .recent-view .recent-goods{
  1066 + width: 183px;
  1067 + }
  1068 + .banner-zone .recent-view .recent-goods img{
  1069 + width: 60px;
  1070 + height: 60px;
  1071 + }
  1072 + .focus-top{
  1073 + height: 400px;
  1074 + }
  1075 + .focus-brands .focus-brands-wrapper{
  1076 + width: 800px;
  1077 + }
  1078 + .focus-top .button-switch .ifont{
  1079 + margin-top: 185px;
  1080 + }
  1081 +}
  1082 +
  1083 +/*brands*/
  1084 +@media (max-width:1180px){
  1085 + .brands-ad .ad-img1 img{
  1086 + width: 490px;
  1087 + height: 240px;
  1088 + }
  1089 + .brands-ad .ad-img2 img{
  1090 + width: 240px;
  1091 + height: 240px;
  1092 + }
  1093 + .brands-logo a{
  1094 + /*margin-left: 19px;*/
  1095 + margin-left: 18px;
  1096 + }
  1097 + .brands-logo a.first{
  1098 + margin-left: 10px;
  1099 + }
  1100 + .wrapper-brands .brands-fixed{
  1101 + width: 956px;
  1102 + }
  1103 + .wrapper-brands .brands-az a{
  1104 + padding: 0 6px;
  1105 + }
  1106 +}
  1107 +
  1108 +@media (min-width:1180px){
  1109 + .brands-ad .ad-img1 img{
  1110 + width: 570px;
  1111 + height: 280px;
  1112 + }
  1113 + .brands-ad .ad-img2 img{
  1114 + width: 280px;
  1115 + height: 280px;
  1116 + }
  1117 + .brands-logo a{
  1118 + margin-left: 35px;
  1119 + }
  1120 + .brands-logo a.first{
  1121 + margin-left: 18px;
  1122 + }
  1123 + .wrapper-brands .brands-fixed{
  1124 + width: 1116px;
  1125 + }
  1126 +}
  1127 +
  1128 +/*goods list*/
  1129 +
  1130 +@media (max-width:1180px){
  1131 + .goods-list{
  1132 + margin-right: -10px;
  1133 + }
  1134 + .goods-list .goods{
  1135 + width: 195px;
  1136 + margin-right: 10px;
  1137 + height: 353px;
  1138 + overflow: hidden;
  1139 + }
  1140 + /*
  1141 + .goods-mini .goods-list{
  1142 + margin-right: -12px;
  1143 + }
  1144 + .goods-mini .goods-list .goods{
  1145 + width: 125px;
  1146 + margin-right: 12px;
  1147 + }*/
  1148 +
  1149 + /*图片固定高度*/
  1150 + .goods-list .goods img{
  1151 + width: 195px;
  1152 + height: 261px;
  1153 + }
  1154 + /*end*/
  1155 +
  1156 + .sort-condition .sort-num{
  1157 + display: none;
  1158 + }
  1159 + .goods-suggestion .goods-more{
  1160 + /*display: none;*/
  1161 + }
  1162 +
  1163 + .brands-suggestion li a{
  1164 + margin: 0 0 0 6px;
  1165 + }
  1166 + .brands-suggestion li a{
  1167 + width: 130px;
  1168 + }
  1169 + .brands-suggestion li img{
  1170 + padding: 22px 24px 22px 24px;
  1171 + }
  1172 +
  1173 + /*0124*/
  1174 + .goods-suggestion .goods-list{
  1175 + height: 353px;
  1176 + overflow: hidden;
  1177 + }
  1178 + .goods-view .goods-list .goods{
  1179 + width: 190px;
  1180 + overflow: hidden;
  1181 + }
  1182 +
  1183 +}
  1184 +
  1185 +@media (min-width: 1180px){
  1186 +
  1187 + .goods-list{
  1188 + margin-right: -10px;
  1189 + }
  1190 + .goods-list .goods{
  1191 + width: 235px;
  1192 + margin-right: 10px;
  1193 + height: 406px;
  1194 + }
  1195 + .goods-mini .goods-list{
  1196 + margin-right: -14px;
  1197 + }
  1198 + .goods-mini .goods-list .goods{
  1199 + width: 150px;
  1200 + margin-right: 14px;
  1201 + height: 293px;
  1202 + }
  1203 + .goods-mini .goods-list .li-first-4{
  1204 + clear: none;
  1205 + }
  1206 + .goods-mini .goods-list .li-first-6{
  1207 + clear: left;
  1208 + }
  1209 +
  1210 + /*图片固定高度*/
  1211 + .goods-list .goods img{
  1212 + width: 235px;
  1213 + height: 314px;
  1214 + }
  1215 + .goods-mini .goods-list .goods img{
  1216 + width: 150px;
  1217 + height: 201px;
  1218 + }
  1219 + /*end*/
  1220 +
  1221 + .brands-suggestion li a{
  1222 + margin: 0 0 0 8px;
  1223 + }
  1224 + .brands-suggestion li a{
  1225 + width: 155px;
  1226 + }
  1227 + .brands-suggestion li img{
  1228 + padding: 22px 37px 22px 36px;
  1229 + }
  1230 +
  1231 +
  1232 + .goods-suggestion .goods-list{
  1233 + height: 293px;
  1234 + overflow: hidden;
  1235 + }
  1236 + .goods-view .goods-mini .goods-list .goods{
  1237 + margin-right: 16px;
  1238 + }
  1239 +
  1240 +}
  1241 +
  1242 +
  1243 +
  1244 +
  1245 +/*goods list top*/
  1246 +
  1247 +@media (max-width:1180px){
  1248 + .goods-right{
  1249 + width: 810px;
  1250 + }
  1251 +
  1252 + .goods-right .goods-ad .ad-text{
  1253 + width: 748px;
  1254 + /*height: 248px;*/
  1255 + padding:0px 30px 30px 30px;
  1256 + border:1px solid #eaeceb;
  1257 + }
  1258 + .goods-right .goods-ad .ad-half .ad-text{
  1259 + width: 348px;
  1260 + height: 218px;
  1261 + }
  1262 + .goods-right .goods-ad .ad-half-img{
  1263 + width: 400px;
  1264 + height: 250px;
  1265 + }
  1266 + .goods-right .goods-ad .ad-img{
  1267 + width: 810px;
  1268 + height: 250px;
  1269 + }
  1270 + .goods-right .goods-ad .text-title .title{
  1271 + margin-top: 30px;
  1272 + }
  1273 + /*
  1274 + .search-condition .search-selected p{
  1275 + width: 640px;
  1276 + }*/
  1277 +}
  1278 +
  1279 +@media (min-width:1180px){
  1280 + .goods-right{
  1281 + width: 970px;
  1282 + }
  1283 + .goods-right .goods-ad .ad-text{
  1284 + width: 868px;
  1285 + height: 298px;
  1286 + padding:0px 50px;
  1287 + border:1px solid #eaeceb;
  1288 + }
  1289 + .goods-right .goods-ad .ad-half .ad-text{
  1290 + width: 388px;
  1291 + height: 298px;
  1292 + }
  1293 + .goods-right .goods-ad .ad-half-img{
  1294 + width: 480px;
  1295 + height: 300px;
  1296 + }
  1297 + .goods-right .goods-ad .ad-img{
  1298 + width: 970px;
  1299 + height: 300px;
  1300 + }
  1301 + .goods-right .goods-ad .text-title .title{
  1302 + margin-top: 60px;
  1303 + }
  1304 +
  1305 +
  1306 +}