作者 lihan

'前端环境搭建'

要显示太多修改。

为保证性能只显示 14 of 14+ 个文件。

@@ -125,7 +125,10 @@ $configs = [ @@ -125,7 +125,10 @@ $configs = [
125 'tpl_deny_php' => false 125 'tpl_deny_php' => false
126 ], 126 ],
127 // 视图输出字符串内容替换 127 // 视图输出字符串内容替换
128 - 'view_replace_str' => [], 128 + 'view_replace_str' => [
  129 + '__INDEX__'=> '/static/index',
  130 + '__URL__'=>'integral.w.bronet.cn'
  131 + ],
129 // 默认跳转页面对应的模板文件 132 // 默认跳转页面对应的模板文件
130 'dispatch_success_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl', 133 'dispatch_success_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl',
131 'dispatch_error_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl', 134 'dispatch_error_tmpl' => THINK_PATH . 'tpl' . DS . 'dispatch_jump.tpl',
  1 +<?php
  2 +/**
  3 + * Created by PhpStorm.
  4 + * User: yhbr
  5 + * Date: 2018/9/27
  6 + * Time: 9:58
  7 + */
  8 +
  9 +namespace app\index\controller;
  10 +
  11 +
  12 +use cmf\controller\HomeBaseController;
  13 +
  14 +class IndexController extends HomeBaseController
  15 +{
  16 + public function index()
  17 + {
  18 + return $this->fetch();
  19 + }
  20 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: #fff;
  5 +}
  6 +.item_order_list{
  7 +
  8 + background: #fff;
  9 + padding-bottom: 0;
  10 + margin-top: 0.16rem;
  11 +
  12 +}
  13 +.order_head{
  14 + display:flex;
  15 + justify-content: space-between;
  16 + align-items: center;
  17 + padding: 0.32rem 0.5rem;
  18 + height:0.88rem;
  19 + background: #fff;
  20 + border-bottom: 1px solid #f5f5f5;
  21 +
  22 +}
  23 +.order_num{
  24 + display:flex;
  25 +}
  26 +.order_list_num,.item_num{
  27 + font-size: 0.26rem;
  28 + color:#1A1A1A;
  29 +}
  30 +.order_content_item{
  31 + display:flex;
  32 + margin-top: 0.24rem;
  33 + /*justify-content: space-between;*/
  34 + /*align-items: center;*/
  35 +}
  36 +.order_content_item:first-child{
  37 + margin-top:0;
  38 +}
  39 +.order_content{
  40 + width:6.86rem;
  41 + margin: 0 auto;
  42 + background:RGBA(250, 250, 250, 1) ;
  43 + padding: 0.18rem;
  44 +}
  45 +.content_text{
  46 + width:5rem;
  47 + padding-left: 0.3rem;
  48 +
  49 +}
  50 +.content_item_img{
  51 + width:1.32rem;
  52 + height:1.32rem;
  53 +}
  54 +.content_item_img img{
  55 + width:100%;
  56 +}
  57 +.order_type{
  58 + font-size: 0.26rem;
  59 + color:#FE0A01;
  60 +}
  61 +.good_name{
  62 + width:4.8rem;
  63 + color:#1A1A1A;
  64 + font-size: 0.26rem;
  65 + overflow: hidden;
  66 + text-overflow: ellipsis;
  67 + white-space: nowrap;
  68 +}
  69 +.good_test{
  70 + width:4.8rem;
  71 + display:flex;
  72 + justify-content: space-between;
  73 + align-items: center;
  74 + margin-top:0.16rem;
  75 +}
  76 +.item_tast,.tast_num{
  77 + font-size: 0.26rem;
  78 + color:#666666;
  79 +}
  80 +.item_tast{
  81 + width:2.5rem;
  82 + overflow: hidden;
  83 + text-overflow: ellipsis;
  84 + white-space: nowrap;
  85 +
  86 +}
  87 +
  88 +.item_price{
  89 + color:RGBA(255, 0, 0, 1);
  90 + font-size: 0.24rem;
  91 + margin-top:0.06rem ;
  92 +}
  93 +.item_money{
  94 + color:RGBA(255, 0, 0, 1);
  95 + font-size: 0.38rem;
  96 + font-weight: bold;
  97 +}
  98 +.reason{
  99 + width:6.86rem;
  100 + margin: 0 auto;
  101 + background: RGBA(247, 248, 250, 1);
  102 + height:3.2rem;
  103 + padding: 0.35rem 0.33rem;
  104 + margin-top: 0.43rem;
  105 + border-radius: 0.2rem;
  106 +}
  107 +.reason_title{
  108 + color:RGBA(38, 54, 58, 1);
  109 + font-size: 0.3rem;
  110 + font-weight: bold;
  111 +}
  112 +.goodreason{
  113 + font-size: 0.26rem;
  114 + color:RGBA(26, 26, 26, 1);
  115 + margin-top: 0.73rem;
  116 + height:1.4rem;
  117 + overflow: auto;
  118 +}
  119 +.phone{
  120 + margin-left: 0.65rem;
  121 + color:RGBA(37, 39, 41, 1);
  122 + font-size: 0.26rem;
  123 + margin-top: 0.36rem;
  124 +}
  125 +.express,.express_num{
  126 + width:6.86rem;
  127 + margin: 0 auto;
  128 + height:1rem;
  129 + background: RGBA(247, 248, 250, 1);
  130 + border-radius: 0.2rem;
  131 + font-size:0.3rem;
  132 + color:RGBA(38, 54, 58, 1);
  133 + padding: 0.36rem 0.35rem;
  134 + margin-top: 0.35rem;
  135 +
  136 +}
  1 +*{
  2 + margin:0 ;
  3 + padding:0;
  4 + box-sizing:border-box;
  5 + outline:none;
  6 + -webkit-tap-highlight-color:rgba(255,0,0,0);
  7 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background:#F5F6FA ;
  5 +}
  6 +.container{
  7 +
  8 +}
  9 +.status{
  10 + color:#26363A;
  11 + font-size: 0.32rem;
  12 + text-align: right;
  13 + padding-right: 0.31rem;
  14 + margin-top: 0.31rem;
  15 + font-weight: bold;
  16 +}
  17 +.good_img{
  18 + width:1.79rem;
  19 + height:1.79rem;
  20 + margin-left: 0.21rem;
  21 +}
  22 +.good_img img{
  23 + width:100%;
  24 +}
  25 +.cart_text{
  26 + display:flex;
  27 + width:6.86rem;
  28 + height:2.46rem;
  29 + margin: 0 auto;
  30 + background: #fff;
  31 + border-radius: 0.1rem;
  32 + box-shadow:0px 6px 12px 0px rgba(224,223,220,0.24);
  33 + padding-top: 0.27rem;
  34 + margin-top: 0.28rem;
  35 + padding-left: 0.2rem;
  36 + padding-bottom: 0.29rem;
  37 +
  38 +}
  39 +.select{
  40 + font-size: 0.39rem;
  41 + height:1.79rem;
  42 + line-height: 1.79rem;
  43 +}
  44 +.noselect{
  45 + font-size: 0.39rem;
  46 + height:1.79rem;
  47 + line-height: 1.79rem;
  48 + color:#FF0000;
  49 +}
  50 +.good_content{
  51 + margin-left: 0.39rem;
  52 +}
  53 +.cart_name{
  54 + color:#1A1A1A;
  55 + font-size: 0.26rem;
  56 +}
  57 +.cart_tast{
  58 + color: #666666;
  59 + font-size: 0.26rem;
  60 + margin-top: 0.12rem;
  61 +}
  62 +.inter{
  63 + color:#FF0000;
  64 + font-size: 0.24rem;
  65 + margin-top: 0.17rem;
  66 +}
  67 +.addcart{
  68 + display:flex;
  69 + justify-content: space-between;
  70 + align-items: center;
  71 + margin-top: 0.08rem;
  72 + height:0.5rem;
  73 +
  74 +}
  75 +.price{
  76 + color:#FF0000;
  77 + font-size: 0.28rem;
  78 + font-weight: bold;
  79 + vertical-align: middle;
  80 +}
  81 +.add_cart_num{
  82 + display:flex;
  83 + justify-content: space-between;
  84 + align-items: center;
  85 + vertical-align: middle;
  86 +}
  87 +.reduce_num,.add_num{
  88 + width:0.2rem;
  89 +
  90 + font-size: 0;
  91 +
  92 +}
  93 +.reduce_num img,.add_num img{
  94 + width:100%;
  95 +}
  96 +.num_num{
  97 + width:0.8rem;
  98 + height:0.5rem;
  99 + border-radius: 0.03rem;
  100 + background: #F0F1F5;
  101 + font-size:0.3rem ;
  102 + color:#3F4040;
  103 + text-align: center;
  104 + line-height: 0.5rem;
  105 + margin: 0 0.2rem;
  106 +
  107 +}
  108 +/*底部导航*/
  109 +.foot{
  110 + display:flex;
  111 + justify-content: space-between;
  112 + align-items: center;
  113 + padding: 0.1rem 1rem;
  114 + position:fixed;
  115 + bottom:0;
  116 + left:0;
  117 + right:0;
  118 + background: #fff;
  119 + border-top:1px solid #f5f5f5;
  120 +
  121 +
  122 +}
  123 +.home_page{
  124 + font-size: 0.24rem;
  125 + color:#969799;
  126 + width:0.6rem;
  127 + text-align: center;
  128 +}
  129 +.shop_cart{
  130 + color:#BA1B2B;
  131 + font-size: 0.24rem;
  132 + width:0.8rem;
  133 + text-align: center;
  134 +}
  135 +.member_center{
  136 + color:#969799;
  137 + font-size: 0.24rem;
  138 + width:1rem;
  139 + text-align: center;
  140 +}
  141 +.home_img,.shopcart_img,.member_img{
  142 + width:0.6rem;
  143 + height:0.66rem;
  144 + font-size: 0;
  145 +
  146 +}
  147 +.shopcart_img{
  148 + margin-left: 0.05rem;
  149 +}
  150 +.member_img{
  151 + margin-left: 0.2rem;
  152 +}
  153 +.home_img img,.shopcart_img img,.member_img img{
  154 + width:100%;
  155 +}
  156 +
  157 +/*编辑*/
  158 +.balance{
  159 + background: #fff;
  160 + display:flex;
  161 + justify-content: space-between;
  162 + align-items: center;
  163 + position:fixed;
  164 + bottom:1.2rem;
  165 + left:0;
  166 + right:0;
  167 + height:1.1rem;
  168 +
  169 +}
  170 +.select_all{
  171 + display:flex;
  172 + margin-left: 0.24rem;
  173 + height:0.5rem;
  174 + line-height: 0.5rem;
  175 +
  176 +}
  177 +.allselect{
  178 + font-size: 0.5rem;
  179 +}
  180 +.allselectred{
  181 + font-size: 0.5rem;
  182 + color: #FF0000;
  183 +}
  184 +
  185 +.both{
  186 + color:#1A1A1A;
  187 + font-size:0.3rem;
  188 + margin-left: 0.17rem;
  189 +}
  190 +.total_balance{
  191 + font-size: 0.24rem;
  192 + color:#FE0A01;
  193 +}
  194 +.total_select{
  195 + display:flex;
  196 + height:0.3rem;
  197 + line-height: 0.3rem;
  198 +}
  199 +.total_calute{
  200 + color:#FE0A01;
  201 + font-size: 0.3rem;
  202 + font-weight: bold;
  203 + margin-left: 0.1rem;
  204 +}
  205 +.settle{
  206 + width:2.5rem;
  207 + height:1rem;
  208 + background: #BA1B2B;
  209 + color:#fff;
  210 + font-size:0.36rem;
  211 + text-align: center;
  212 + line-height: 1rem;
  213 +}
  214 +/*确认删除商品*/
  215 +.deletewrap{
  216 + width: 100%;
  217 + height: 100%;
  218 + background-color: rgba(0,0,0,0.5);
  219 + position:fixed;
  220 + top:0;
  221 + left:0;
  222 + right:0;
  223 + z-index: 5;
  224 +}
  225 +.deletepop{
  226 + width:5.2rem;
  227 + height:3rem;
  228 + background: #ffffff;
  229 + border-radius: 0.1rem;
  230 + position: absolute;
  231 + z-index: 6;
  232 + /*left:0.4rem;*/
  233 + /*top: 3rem;*/
  234 + top:50%;
  235 + left:50%;
  236 + transform: translate(-50%,-50%);
  237 + display: flex;
  238 + flex-direction: column;
  239 + align-items: center;
  240 + overflow: hidden;
  241 + padding-top: 0.29rem;
  242 +
  243 +}
  244 +.suredelete{
  245 + color:#1A1A1A;
  246 + font-size: 0.32rem;
  247 +}
  248 +.certainornot{
  249 + font-size: 0.3rem;
  250 + color:#666666;
  251 + margin-top: 0.43rem;
  252 +}
  253 +.certain{
  254 + display:flex;
  255 + justify-content:space-between;
  256 + align-items: center;
  257 + border-top:1px solid #f5f5f5;
  258 + margin-top: 0.4rem;
  259 +
  260 +}
  261 +.cancel,.sure{
  262 + width:2.6rem;
  263 + height:0.88rem;
  264 + line-height: 0.88rem;
  265 + color:#666666;
  266 + font-size: 0.3rem;
  267 + text-align: center;
  268 +}
  269 +.sure{
  270 + color:#FF0000;
  271 +}
  272 +.remindpop{
  273 + width: 5.2rem;
  274 + height: 1.91rem;
  275 + background-color: rgba(0,0,0,0.5);
  276 + position:fixed;
  277 + top:50%;
  278 + left:50%;
  279 + transform: translate(-50%,-50%);
  280 + z-index: 5;
  281 + border-radius: 0.1rem;
  282 + padding: 0.6rem 0 0.5rem 0 ;
  283 +
  284 +}
  285 +.remindpop p{
  286 + font-size: 0.28rem;
  287 + color:#fff;
  288 + margin: 0 auto;
  289 + text-align: center;
  290 +}
  291 +/*购物车为空*/
  292 +.shopcar{
  293 + width:3.5rem;
  294 + font-size: 0.3rem;
  295 + color:#969799;
  296 + margin: 0 auto;
  297 + text-align: center;
  298 + margin-top:5.99rem;
  299 +
  300 +}
  301 +.see{
  302 + width:1.71rem;
  303 + margin: 0 auto;
  304 + height:0.72rem;
  305 + background:#FF0000;
  306 + color:#fff;
  307 + font-size:0.3rem;
  308 + border-radius:0.36rem ;
  309 + background:linear-gradient(-30deg,rgba(243,3,1,1),rgba(247,26,8,1));
  310 + box-shadow:1px 20px 30px rgba(243,3,1,0.24);
  311 + text-align: center;
  312 + line-height: 0.72rem;
  313 + margin-top: 0.35rem;
  314 +
  315 +}
  1 +body, html {
  2 + height: 100%;
  3 + -webkit-tap-highlight-color: transparent;
  4 +}
  5 +.demos-title {
  6 + text-align: center;
  7 + font-size: 34px;
  8 + color: #3cc51f;
  9 + font-weight: 400;
  10 + margin: 0 15%;
  11 +}
  12 +
  13 +.demos-sub-title {
  14 + text-align: center;
  15 + color: #888;
  16 + font-size: 14px;
  17 +}
  18 +
  19 +.demos-header {
  20 + padding: 35px 0;
  21 +}
  22 +
  23 +.demos-content-padded {
  24 + padding: 15px;
  25 +}
  26 +
  27 +.demos-second-title {
  28 + text-align: center;
  29 + font-size: 24px;
  30 + color: #3cc51f;
  31 + font-weight: 400;
  32 + margin: 0 15%;
  33 +}
  34 +
  35 +footer {
  36 + text-align: center;
  37 + font-size: 14px;
  38 + padding: 20px;
  39 +}
  40 +
  41 +footer a {
  42 + color: #999;
  43 + text-decoration: none;
  44 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: #fff;
  5 +}
  6 +.container{
  7 + display:flex;
  8 + height:100%;
  9 +}
  10 +.navigation{
  11 + width:1.6rem;
  12 + /*margin-top: 0.58rem;*/
  13 + height:100%;
  14 + position:fixed;
  15 + left:0;
  16 + overflow-y: scroll;
  17 +}
  18 +.goodlist{
  19 + width:1.6rem;
  20 + height:100%;
  21 + font-size: 0.28rem;
  22 + color:#666666;
  23 + text-align: center;
  24 + line-height: 1rem;
  25 + background: #EBEBEB;
  26 +}
  27 +.goodlist li{
  28 + position:relative;
  29 + display:flex;
  30 + justify-content: center;
  31 + align-items: center;
  32 + list-style: none;
  33 + height:1.28rem;
  34 + line-height: 1.28rem;
  35 + text-align: center;
  36 + background: #F5F6FA
  37 +}
  38 +.goodlist li.active{
  39 + color:#BA1B2B;
  40 + position:relative;
  41 + display:flex;
  42 + list-style: none;
  43 + height:1.28rem;
  44 + line-height: 1.28rem;
  45 + text-align: center;
  46 + background: #fff;
  47 +}
  48 +
  49 +.goodlist li.active em{
  50 + width:0.1rem;
  51 + height:0.4rem;
  52 + background:#BA1B2B ;
  53 + position:absolute;
  54 + top:0.4rem;
  55 + left:0;
  56 +}
  57 +.goodinfo{
  58 + margin-top: 0.67rem;
  59 + margin-left: 0.32rem;
  60 + position:absolute;
  61 + left:1.6rem;
  62 +
  63 +}
  64 +.text_img{
  65 + width:1.2rem;
  66 + height:1.2rem;
  67 +}
  68 +.container_list{
  69 + display:flex;
  70 + border-bottom: 0.01rem solid #EBEBEB;
  71 + padding:0.23rem 0;
  72 +}
  73 +.text_img img{
  74 + width:100%;
  75 +}
  76 +.container_info{
  77 + margin-left: 0.24rem;
  78 +}
  79 +.info_name{
  80 + width:3.28rem;
  81 + font-size: 0.28rem;
  82 + color:#000000;
  83 + font-weight: 500;
  84 + overflow: hidden;
  85 + text-overflow:ellipsis;
  86 + white-space: nowrap;
  87 +}
  88 +.info_num{
  89 + width:2.82rem;
  90 + font-size: 0.26rem;
  91 + color: #666666;
  92 + margin-top: 0.08rem;
  93 + overflow: hidden;
  94 + text-overflow:ellipsis;
  95 + white-space: nowrap;
  96 +}
  97 +.people{
  98 + display:flex;
  99 + justify-content: space-between;
  100 + align-items: center;
  101 + margin-top: 0.1rem;
  102 +}
  103 +.people_weight{
  104 + width:2rem;
  105 + font-size: 0.24rem;
  106 + color:#FF0000;
  107 + overflow: hidden;
  108 + text-overflow:ellipsis;
  109 + white-space: nowrap;
  110 +}
  111 +.people_money{
  112 + font-size:0.24rem ;
  113 + color:#FF0000;
  114 +
  115 +}
  116 +.money{
  117 + font-size:0.32rem ;
  118 + color:#FF0000;
  119 + font-weight: 600;
  120 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: RGBA(245, 246, 250, 1);
  5 +}
  6 +.head{
  7 + height:3rem;
  8 + background: #fff;
  9 + padding: 0.9rem 0;
  10 +
  11 +}
  12 +.head_img{
  13 + width:1.2rem;
  14 + margin: 0 auto;
  15 + height:1.2rem;
  16 + border-radius: 50%;
  17 + background: #ddd;
  18 +}
  19 +.head_img img{
  20 + width:100%;
  21 +}
  22 +.material_name{
  23 + display:flex;
  24 + justify-content: space-between;
  25 + align-items: center;
  26 + width:7.5rem;
  27 + margin: 0 auto;
  28 + height:1.02rem;
  29 + background: #fff;
  30 + border-bottom: 1px solid #f5f5f5;
  31 + padding: 0 0.33rem;
  32 +}
  33 +.item_name{
  34 + color:RGBA(26, 26, 26, 1);
  35 + font-size: 0.28rem;
  36 +}
  37 +.list_item_name{
  38 + display:flex;
  39 +}
  40 +.list_name{
  41 + color:RGBA(83, 87, 92, 1);
  42 + font-size: 0.28rem;
  43 + height:0.26rem;
  44 + line-height: 0.26rem;
  45 +}
  46 +.item{
  47 + margin-top: 0.16rem;
  48 +}
  49 +.icon-jinru{
  50 + height:0.26rem;
  51 + line-height: 0.26rem;
  52 + color:#CCCCCC;
  53 + font-size: 0.2rem;
  54 + margin-left: 0.17rem;
  55 +}
  56 +.headwrap{
  57 + width: 1.2rem;
  58 + height: 1.2rem;
  59 + border-radius: 50%;
  60 + background-color: rgba(0,0,0,0.5);
  61 + position:absolute;
  62 + left:42%;
  63 + top:0.9rem;
  64 + z-index: 5;
  65 +}
  66 +.icon-xiangji{
  67 + position:absolute;
  68 + top:0.3rem;
  69 + left:0.35rem;
  70 + font-size: 0.5rem;
  71 + color:#fff;
  72 +
  73 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: #fff;
  5 +}
  6 +.good_head{
  7 + width:7.5rem;
  8 + height:7.5rem;
  9 +
  10 +}
  11 +.good_head img{
  12 + width:100%;
  13 +}
  14 +.good_info{
  15 + margin-top: 0.31rem;
  16 + width:6.85rem;
  17 + padding-left:0.33rem;
  18 + padding-right: 0.32rem;
  19 + padding-bottom: 0.49rem;
  20 +
  21 +}
  22 +.good_name{
  23 + font-size: 0.32rem;
  24 + color:#000000;
  25 + width:6rem;
  26 + overflow: hidden;
  27 + text-overflow:ellipsis;
  28 + white-space: nowrap;
  29 +}
  30 +.good_num{
  31 + font-size: 0.265rem;
  32 + color:#333333;
  33 + width:6rem;
  34 + overflow: hidden;
  35 + text-overflow: ellipsis;
  36 + white-space: nowrap;
  37 + margin-top: 0.1rem;
  38 +}
  39 +.people{
  40 + display:flex;
  41 + justify-content: space-between;
  42 + align-items: center;
  43 + margin-top: 0.13rem;
  44 +}
  45 +.people_weight{
  46 + color:#FF0000;
  47 + font-size: 0.24rem;
  48 +}
  49 +.people_money{
  50 + color:#FF0000;
  51 + font-size: 0.28rem;
  52 +}
  53 +.line{
  54 + width:7.5rem;
  55 + height:0.2rem;
  56 + background: #F5F6FA;
  57 +}
  58 +.good_content{
  59 + /*width:4.56rem;*/
  60 + height:1rem;
  61 + display:flex;
  62 + justify-content: space-between;
  63 + align-items: center;
  64 + padding-left: 1.33rem;
  65 + padding-right: 1.61rem;
  66 + font-size: 0;
  67 + padding-top: 0.08rem;
  68 +}
  69 +.good_content p{
  70 + color:#97A0A8;
  71 + width:1.2rem;
  72 + font-size:0.28rem;
  73 + text-align: center;
  74 + position: relative;
  75 +
  76 +}
  77 +.good_content .active em{
  78 + position: absolute;
  79 + top:0.45rem;
  80 + left:0;
  81 + right:0;
  82 + width:0.8rem;
  83 + height:0.06rem;
  84 + margin: 0 auto;
  85 + background: #BA1B2B;
  86 + border-radius: 0.03rem;
  87 +}
  88 +.good_content .active{
  89 + color:#BA1B2B;
  90 + font-size:0.28rem;
  91 + position: relative;
  92 +}
  93 +.product{
  94 + font-size: 0.26rem;
  95 + color:#999999;
  96 + width:1.5rem;
  97 + height:0.25rem;
  98 + text-align: center;
  99 + margin: 0 auto;
  100 +}
  101 +.good_info_img{
  102 + width:7.5rem;
  103 + margin-top: 0.32rem;
  104 + padding-bottom: 0.6rem;
  105 +}
  106 +.good_info_img img{
  107 + width:100%;
  108 +}
  109 +.evalute{
  110 + margin-top: 0.41rem;
  111 + padding-bottom: 1.06rem;
  112 + }
  113 +.evalute_list{
  114 + margin-top: 0.44rem;
  115 +}
  116 +.evalute_list:first-child{
  117 + margin-top: 0;
  118 +}
  119 +.evalute_people{
  120 + padding-left: 0.32rem;
  121 + display:flex;
  122 + margin-top: 0.41rem;
  123 +}
  124 +.people_img{
  125 + font-size: 0;
  126 + width:0.8rem;
  127 + height:0.8rem;
  128 +}
  129 +.people_img img{
  130 + width:100%;
  131 +}
  132 +.people_info{
  133 + margin-left: 0.19rem;
  134 +}
  135 +.people_name{
  136 + font-size: 0.3rem;
  137 + color:#000000;
  138 + font-weight: bold;
  139 +}
  140 +.people_date{
  141 + color:#999999;
  142 + font-size: 0.24rem;
  143 +}
  144 +.evalute_text{
  145 + width:6.68rem;
  146 + padding-left: 0.33rem;
  147 + padding-right: 0.49rem;
  148 + color:#000000;
  149 + font-size: 0.28rem;
  150 + margin-top: 0.43rem;
  151 +}
  152 +.foot{
  153 +
  154 + width:7.5rem;
  155 + height:1rem;
  156 + background: #fff;
  157 + display:flex;
  158 + justify-content: space-between;
  159 + align-items: center;
  160 + position: fixed;
  161 + bottom:0;
  162 + left:0;
  163 + right:0;
  164 +}
  165 +.cartnum{
  166 + width:1.5rem;
  167 + height:1rem;
  168 + font-size: 0;
  169 + text-align: center;
  170 + position:relative;
  171 +}
  172 +.goodcart{
  173 + width:0.57rem;
  174 + height:0.48rem;
  175 + position:relative;
  176 + left:0.38rem;
  177 + top:0.35rem;
  178 +}
  179 +.cartnum img{
  180 + width:100%;
  181 +}
  182 +.num{
  183 + width:0.38rem;
  184 + height:0.3rem;
  185 + line-height: 0.28rem;
  186 + border:0.02rem solid #FF0000;
  187 + border-radius: 0.15rem;
  188 + position:absolute;
  189 + left:0.68rem;
  190 + top:0.23rem;
  191 + color:#FF0000;
  192 + font-size: 0.24rem;
  193 + background: #fff;
  194 +
  195 +}
  196 +.addcart{
  197 + width:3rem;
  198 + height:1rem;
  199 + background:#FFBA60 ;
  200 + color:#fff;
  201 + font-size: 0.36rem;
  202 + text-align: center;
  203 + line-height: 1rem;
  204 +}
  205 +.buynow{
  206 + width:3rem;
  207 + height:1rem;
  208 + background:#BA1B2B ;
  209 + font-size: 0.36rem;
  210 + color:#fff;
  211 + text-align: center;
  212 + line-height: 1rem;
  213 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: #fff;
  5 +
  6 +}
  7 +
  8 +.head{
  9 + height:3.3rem;
  10 +}
  11 +.swiper-slide img{
  12 + width:100%;
  13 + height:3.3rem;
  14 + /*position: fixed;*/
  15 + /*left: 0;*/
  16 +}
  17 +.notice{
  18 + display:flex;
  19 + width:6.86rem;
  20 + height:0.6rem;
  21 + margin: 0 auto;
  22 + border-radius: 0.3rem;
  23 + background:#fff;
  24 + margin-top: 0.16rem;
  25 + box-shadow: 0px 0px 15px 4px #f5f5f5;
  26 +}
  27 +.icon-laba{
  28 + margin-left: 0.31rem;
  29 + margin-top: 0.16rem;
  30 +}
  31 +.companynotice{
  32 + font-size: 0.26rem;
  33 + color:#1A1A1A;
  34 + margin-left: 0.17rem;
  35 + margin-top: 0.15rem;
  36 +}
  37 +/*会员专区*/
  38 +.special{
  39 + width:5.7rem;
  40 + margin: 0 auto;
  41 + display:flex;
  42 + justify-content:space-between ;
  43 + align-items: center;
  44 + margin-top: 0.36rem;
  45 +
  46 +}
  47 +.special p{
  48 + width:1.2rem;
  49 + height:1.2rem;
  50 +}
  51 +.special p img{
  52 + width:100%;
  53 +}
  54 +.specialword{
  55 + width:5.7rem;
  56 + margin: 0 auto;
  57 + display:flex;
  58 + justify-content:space-between ;
  59 + align-items: center;
  60 +
  61 +}
  62 +.specialword p{
  63 + width:1.2rem;
  64 + height:1.2rem;
  65 + font-size:0.28rem ;
  66 + color:#666666;
  67 + margin-top: 0.2rem;
  68 +}
  69 +.line{
  70 + height:0.16rem;
  71 + background: #F5F6FA;
  72 +}
  73 +.newgood{
  74 + display:flex;
  75 + justify-content: center;
  76 + align-items: center;
  77 +}
  78 +
  79 +.newgood p{
  80 + font-size: 0.3rem;
  81 + color:#000000;
  82 + font-weight: bold;
  83 + margin-top: 0.24rem;
  84 +}
  85 +.remmond{
  86 + width:1.56rem;
  87 + height:0.19rem;
  88 + margin: 0 auto;
  89 + font-size: 0.24rem;
  90 + color:#000000;
  91 + font-weight: 500;
  92 +}
  93 +.newgood .lineae{
  94 +
  95 +}
  96 +.text_body{
  97 + overflow: hidden;
  98 + margin-top: 0.04rem;
  99 + padding-bottom: 1.31rem;
  100 +}
  101 +.good{
  102 + float:left;
  103 + width:3.71rem;
  104 + margin-right: 0.08rem;
  105 + margin-top: 0.35rem;
  106 +}
  107 +.good:nth-child(2n){
  108 + margin-right: 0;
  109 +}
  110 +.good_img{
  111 + width:3.71rem;
  112 + height:3.71rem;
  113 +}
  114 +.good_img img{
  115 + width:100%;
  116 +}
  117 +.good_name{
  118 + width:3rem;
  119 + margin-left: 0.32rem;
  120 + font-size: 0.32rem;
  121 + color: #000000;
  122 + font-weight: 500;
  123 + margin-top: 0.2rem;
  124 + overflow: hidden;
  125 + text-overflow:ellipsis;
  126 + white-space: nowrap;
  127 +}
  128 +.good_tast{
  129 + width:3.3rem;
  130 + margin-left: 0.32rem;
  131 + font-size: 0.28rem;
  132 + color: #666666;
  133 + font-weight: 500;
  134 + margin-top: 0.19rem;
  135 + overflow: hidden;
  136 + text-overflow:ellipsis;
  137 + white-space: nowrap;
  138 +}
  139 +.good_points{
  140 + font-size: 0.24rem;
  141 + color:#FF0000;
  142 + margin-left: 0.32rem;
  143 + margin-top: 0.19rem;
  144 + overflow: hidden;
  145 + text-overflow:ellipsis;
  146 + white-space: nowrap;
  147 +}
  148 +.people{
  149 + display:flex;
  150 + margin-top: 0.19rem;
  151 + font-size: 0;
  152 +}
  153 +.people_price{
  154 + font-size: 0.24rem;
  155 + color:#FF0000;
  156 + margin-left: 0.28rem;
  157 + height:0.25rem;
  158 + line-height: 0.25rem;
  159 +
  160 +}
  161 +.money{
  162 + font-size: 0.32rem;
  163 + color:#FF0000;
  164 + height:0.25rem;
  165 + line-height: 0.25rem;
  166 + font-weight: bold;
  167 +}
  168 +.people_comment{
  169 + font-size: 0.24rem;
  170 + color:#FF0000;
  171 + margin-left: 1.51rem;
  172 + height:0.25rem;
  173 + line-height: 0.25rem;
  174 +}
  175 +/*底部导航*/
  176 +.foot{
  177 + display:flex;
  178 + justify-content: space-between;
  179 + align-items: center;
  180 + padding: 0.1rem 1rem;
  181 + position:fixed;
  182 + bottom:0;
  183 + left:0;
  184 + right:0;
  185 + background: #fff;
  186 +
  187 +
  188 +}
  189 +.home_page{
  190 + font-size: 0.24rem;
  191 + color:#BA1B2B;
  192 + width:0.6rem;
  193 + text-align: center;
  194 +}
  195 +.shop_cart{
  196 + color:#969799;
  197 + font-size: 0.24rem;
  198 + width:0.8rem;
  199 + text-align: center;
  200 +}
  201 +.member_center{
  202 + color:#969799;
  203 + font-size: 0.24rem;
  204 + width:1rem;
  205 + text-align: center;
  206 +}
  207 +.home_img,.shopcart_img,.member_img{
  208 + width:0.6rem;
  209 + height:0.66rem;
  210 + font-size: 0;
  211 +
  212 +}
  213 +.shopcart_img{
  214 + margin-left: 0.05rem;
  215 +}
  216 +.member_img{
  217 + margin-left: 0.2rem;
  218 +}
  219 +.home_img img,.shopcart_img img,.member_img img{
  220 + width:100%;
  221 +}
  222 +
  223 +/*绑定手机号*/
  224 +.register{
  225 + width: 100%;
  226 + height: 100%;
  227 + background-color: rgba(0,0,0,0.5);
  228 + position:fixed;
  229 + left:0;
  230 + right:0;
  231 + z-index: 5;
  232 +}
  233 +.registerwrap{
  234 + width:6.86rem;
  235 + height:5.06rem;
  236 + background: #ffffff;
  237 + border-radius: 10px;
  238 + position: absolute;
  239 + z-index: 6;
  240 + /*left:0.4rem;*/
  241 + /*top: 3rem;*/
  242 + top:50%;
  243 + left:50%;
  244 + transform: translate(-50%,-50%);
  245 + display: flex;
  246 + flex-direction: column;
  247 + align-items: center;
  248 + overflow: hidden;
  249 + padding-top: 0.36rem;
  250 +}
  251 +.telnum{
  252 + width:6.4rem;
  253 + height:1rem;
  254 + border-radius: 0.5rem;
  255 + border: 0.01rem solid #EBEBEB;
  256 + margin-top: 0.45rem;
  257 + font-size: 0;
  258 +}
  259 +.bindphone{
  260 + font-size: 0.32rem;
  261 + color:#252729;
  262 + text-align: center;
  263 +}
  264 +.telnum input{
  265 + width:6.1rem;
  266 + height:1rem;
  267 + border:none;
  268 + outline:none;
  269 + border-radius: 0.5rem;
  270 + margin-left: 0.3rem;
  271 + font-size: 0.28rem;
  272 + color:#252729;
  273 +}
  274 +.code{
  275 + width:6.4rem;
  276 + height:1rem;
  277 + border-radius: 0.5rem;
  278 + border: 0.01rem solid #EBEBEB;
  279 + margin-top: 0.16rem;
  280 + font-size: 0;
  281 + display:flex;
  282 +}
  283 +.code input{
  284 + width:3.4rem;
  285 + margin-left: 0.3rem;
  286 + border:none;
  287 + outline:none;
  288 + border-radius: 0.5rem;
  289 +}
  290 +.findcode{
  291 + width:2.44rem;
  292 + height:0.72rem;
  293 + line-height: 0.72rem;
  294 + text-align: center;
  295 + background:#FE0A01;
  296 + color:#fff;
  297 + font-size: 0.28rem;
  298 + border-radius: 0.5rem;
  299 + margin-top: 0.14rem;
  300 +}
  301 +.enterindex{
  302 + width:2.94rem;
  303 + height:0.88rem;
  304 + color:#fff;
  305 + background:#FE0A01;
  306 + border-radius: 0.5rem;
  307 + font-size: 0.32rem;
  308 + text-align: center;
  309 + line-height: 0.88rem;
  310 + margin-top: 0.79rem;
  311 +}
  1 +/**
  2 +* jQuery WeUI V1.2.1
  3 +* By 言川
  4 +* http://lihongxun945.github.io/jquery-weui/
  5 + */
  6 +.preloader {
  7 + width: 20px;
  8 + height: 20px;
  9 + -webkit-transform-origin: 50%;
  10 + transform-origin: 50%;
  11 + -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  12 + animation: preloader-spin 1s steps(12, end) infinite;
  13 +}
  14 +.preloader:after {
  15 + display: block;
  16 + width: 100%;
  17 + height: 100%;
  18 + content: "";
  19 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  20 + background-repeat: no-repeat;
  21 + background-position: 50%;
  22 + background-size: 100%;
  23 +}
  24 +/*@-webkit-keyframes preloader-spin {*/
  25 + /*100% {*/
  26 + /*-webkit-transform: rotate(360deg);*/
  27 + /*transform: rotate(360deg);*/
  28 + /*}*/
  29 +/*}*/
  30 +/*@keyframes preloader-spin {*/
  31 + /*100% {*/
  32 + /*-webkit-transform: rotate(360deg);*/
  33 + /*transform: rotate(360deg);*/
  34 + /*}*/
  35 +/*}*/
  36 +/*
  37 +.hairline(@position, @color) when (@position = top) {
  38 + border-top: 1px solid @color;
  39 +}
  40 +.hairline(@position, @color) when (@position = left) {
  41 + border-left: 1px solid @color;
  42 +}
  43 +.hairline(@position, @color) when (@position = bottom) {
  44 + border-bottom: 1px solid @color;
  45 +}
  46 +.hairline(@position, @color) when (@position = right) {
  47 + border-right: 1px solid @color;
  48 +}
  49 +// For right and bottom
  50 +.hairline-remove(@position) when not (@position = left) and not (@position = top) {
  51 + border-left: 0;
  52 + border-bottom: 0;
  53 +}
  54 +// For left and top
  55 +.hairline-remove(@position) when not (@position = right) and not (@position = bottom) {
  56 + border-right: 0;
  57 + border-top: 0;
  58 +}
  59 +// For right and bottom
  60 +.hairline-color(@position, @color) when not (@position = left) and not (@position = top) {
  61 + border-right-color: @color;
  62 + border-bottom-color: @color;
  63 +}
  64 +// For left and top
  65 +.hairline-color(@position, @color) when not (@position = right) and not (@position = bottom) {
  66 + border-left-color: @color;
  67 + border-top-color: @color;
  68 +}
  69 +*/
  70 +label > * {
  71 + pointer-events: none;
  72 +}
  73 +html {
  74 + font-size: 20px;
  75 +}
  76 +body {
  77 + font-size: 16px;
  78 +}
  79 +/*@media only screen and (min-width: 400px) {*/
  80 + /*html {*/
  81 + /*font-size: 21.33333333px !important;*/
  82 + /*}*/
  83 +/*}*/
  84 +/*@media only screen and (min-width: 414px) {*/
  85 + /*html {*/
  86 + /*font-size: 22.08px !important;*/
  87 + /*}*/
  88 +/*}*/
  89 +/*@media only screen and (min-width: 480px) {*/
  90 + /*html {*/
  91 + /*font-size: 25.6px !important;*/
  92 + /*}*/
  93 +/*}*/
  94 +.weui_navbar {
  95 + z-index: 10;
  96 +}
  97 +.weui-popup-overlay,
  98 +.weui-popup-container {
  99 + z-index: 1000;
  100 +}
  101 +.weui-mask {
  102 + z-index: 1000;
  103 +}
  104 +/* === Grid === */
  105 +.weui-row {
  106 + display: -webkit-box;
  107 + display: -ms-flexbox;
  108 + display: flex;
  109 + -webkit-box-pack: justify;
  110 + -ms-flex-pack: justify;
  111 + justify-content: space-between;
  112 + -webkit-box-lines: multiple;
  113 + -moz-box-lines: multiple;
  114 + -ms-flex-wrap: wrap;
  115 + flex-wrap: wrap;
  116 + -webkit-box-align: start;
  117 + -ms-flex-align: start;
  118 + align-items: flex-start;
  119 +}
  120 +.weui-row > [class*="col-"] {
  121 + box-sizing: border-box;
  122 +}
  123 +.weui-row .col-auto {
  124 + width: 100%;
  125 +}
  126 +.weui-row .weui-col-100 {
  127 + width: 100%;
  128 + width: calc((100% - 15px*0) / 1);
  129 +}
  130 +.weui-row.weui-no-gutter .weui-col-100 {
  131 + width: 100%;
  132 +}
  133 +.weui-row .weui-col-95 {
  134 + width: 95%;
  135 + width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
  136 +}
  137 +.weui-row.weui-no-gutter .weui-col-95 {
  138 + width: 95%;
  139 +}
  140 +.weui-row .weui-col-90 {
  141 + width: 90%;
  142 + width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
  143 +}
  144 +.weui-row.weui-no-gutter .weui-col-90 {
  145 + width: 90%;
  146 +}
  147 +.weui-row .weui-col-85 {
  148 + width: 85%;
  149 + width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
  150 +}
  151 +.weui-row.weui-no-gutter .weui-col-85 {
  152 + width: 85%;
  153 +}
  154 +.weui-row .weui-col-80 {
  155 + width: 80%;
  156 + width: calc((100% - 15px*0.25) / 1.25);
  157 +}
  158 +.weui-row.weui-no-gutter .weui-col-80 {
  159 + width: 80%;
  160 +}
  161 +.weui-row .weui-col-75 {
  162 + width: 75%;
  163 + width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
  164 +}
  165 +.weui-row.weui-no-gutter .weui-col-75 {
  166 + width: 75%;
  167 +}
  168 +.weui-row .weui-col-66 {
  169 + width: 66.66666666666666%;
  170 + width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
  171 +}
  172 +.weui-row.weui-no-gutter .weui-col-66 {
  173 + width: 66.66666666666666%;
  174 +}
  175 +.weui-row .weui-col-60 {
  176 + width: 60%;
  177 + width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
  178 +}
  179 +.weui-row.weui-no-gutter .weui-col-60 {
  180 + width: 60%;
  181 +}
  182 +.weui-row .weui-col-50 {
  183 + width: 50%;
  184 + width: calc((100% - 15px*1) / 2);
  185 +}
  186 +.weui-row.weui-no-gutter .weui-col-50 {
  187 + width: 50%;
  188 +}
  189 +.weui-row .weui-col-40 {
  190 + width: 40%;
  191 + width: calc((100% - 15px*1.5) / 2.5);
  192 +}
  193 +.weui-row.weui-no-gutter .weui-col-40 {
  194 + width: 40%;
  195 +}
  196 +.weui-row .weui-col-33 {
  197 + width: 33.333333333333336%;
  198 + width: calc((100% - 15px*2) / 3);
  199 +}
  200 +.weui-row.weui-no-gutter .weui-col-33 {
  201 + width: 33.333333333333336%;
  202 +}
  203 +.weui-row .weui-col-25 {
  204 + width: 25%;
  205 + width: calc((100% - 15px*3) / 4);
  206 +}
  207 +.weui-row.weui-no-gutter .weui-col-25 {
  208 + width: 25%;
  209 +}
  210 +.weui-row .weui-col-20 {
  211 + width: 20%;
  212 + width: calc((100% - 15px*4) / 5);
  213 +}
  214 +.weui-row.weui-no-gutter .weui-col-20 {
  215 + width: 20%;
  216 +}
  217 +.weui-row .weui-col-15 {
  218 + width: 15%;
  219 + width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
  220 +}
  221 +.weui-row.weui-no-gutter .weui-col-15 {
  222 + width: 15%;
  223 +}
  224 +.weui-row .weui-col-10 {
  225 + width: 10%;
  226 + width: calc((100% - 15px*9) / 10);
  227 +}
  228 +.weui-row.weui-no-gutter .weui-col-10 {
  229 + width: 10%;
  230 +}
  231 +.weui-row .weui-col-5 {
  232 + width: 5%;
  233 + width: calc((100% - 15px*19) / 20);
  234 +}
  235 +.weui-row.weui-no-gutter .weui-col-5 {
  236 + width: 5%;
  237 +}
  238 +.weui-row .weui-col-auto:nth-last-child(1),
  239 +.weui-row .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
  240 + width: 100%;
  241 + width: calc((100% - 15px*0) / 1);
  242 +}
  243 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),
  244 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
  245 + width: 100%;
  246 +}
  247 +.weui-row .weui-col-auto:nth-last-child(2),
  248 +.weui-row .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
  249 + width: 50%;
  250 + width: calc((100% - 15px*1) / 2);
  251 +}
  252 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),
  253 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
  254 + width: 50%;
  255 +}
  256 +.weui-row .weui-col-auto:nth-last-child(3),
  257 +.weui-row .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
  258 + width: 33.33333333%;
  259 + width: calc((100% - 15px*2) / 3);
  260 +}
  261 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),
  262 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
  263 + width: 33.33333333%;
  264 +}
  265 +.weui-row .weui-col-auto:nth-last-child(4),
  266 +.weui-row .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
  267 + width: 25%;
  268 + width: calc((100% - 15px*3) / 4);
  269 +}
  270 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),
  271 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
  272 + width: 25%;
  273 +}
  274 +.weui-row .weui-col-auto:nth-last-child(5),
  275 +.weui-row .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
  276 + width: 20%;
  277 + width: calc((100% - 15px*4) / 5);
  278 +}
  279 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),
  280 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
  281 + width: 20%;
  282 +}
  283 +.weui-row .weui-col-auto:nth-last-child(6),
  284 +.weui-row .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
  285 + width: 16.66666667%;
  286 + width: calc((100% - 15px*5) / 6);
  287 +}
  288 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),
  289 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
  290 + width: 16.66666667%;
  291 +}
  292 +.weui-row .weui-col-auto:nth-last-child(7),
  293 +.weui-row .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
  294 + width: 14.28571429%;
  295 + width: calc((100% - 15px*6) / 7);
  296 +}
  297 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),
  298 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
  299 + width: 14.28571429%;
  300 +}
  301 +.weui-row .weui-col-auto:nth-last-child(8),
  302 +.weui-row .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
  303 + width: 12.5%;
  304 + width: calc((100% - 15px*7) / 8);
  305 +}
  306 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),
  307 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
  308 + width: 12.5%;
  309 +}
  310 +.weui-row .weui-col-auto:nth-last-child(9),
  311 +.weui-row .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
  312 + width: 11.11111111%;
  313 + width: calc((100% - 15px*8) / 9);
  314 +}
  315 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),
  316 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
  317 + width: 11.11111111%;
  318 +}
  319 +.weui-row .weui-col-auto:nth-last-child(10),
  320 +.weui-row .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
  321 + width: 10%;
  322 + width: calc((100% - 15px*9) / 10);
  323 +}
  324 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),
  325 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
  326 + width: 10%;
  327 +}
  328 +.weui-row .weui-col-auto:nth-last-child(11),
  329 +.weui-row .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
  330 + width: 9.09090909%;
  331 + width: calc((100% - 15px*10) / 11);
  332 +}
  333 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),
  334 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
  335 + width: 9.09090909%;
  336 +}
  337 +.weui-row .weui-col-auto:nth-last-child(12),
  338 +.weui-row .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
  339 + width: 8.33333333%;
  340 + width: calc((100% - 15px*11) / 12);
  341 +}
  342 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),
  343 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
  344 + width: 8.33333333%;
  345 +}
  346 +.weui-row .weui-col-auto:nth-last-child(13),
  347 +.weui-row .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
  348 + width: 7.69230769%;
  349 + width: calc((100% - 15px*12) / 13);
  350 +}
  351 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),
  352 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
  353 + width: 7.69230769%;
  354 +}
  355 +.weui-row .weui-col-auto:nth-last-child(14),
  356 +.weui-row .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
  357 + width: 7.14285714%;
  358 + width: calc((100% - 15px*13) / 14);
  359 +}
  360 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),
  361 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
  362 + width: 7.14285714%;
  363 +}
  364 +.weui-row .weui-col-auto:nth-last-child(15),
  365 +.weui-row .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
  366 + width: 6.66666667%;
  367 + width: calc((100% - 15px*14) / 15);
  368 +}
  369 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),
  370 +.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
  371 + width: 6.66666667%;
  372 +}
  373 +@media all and (min-width: 768px) {
  374 + .row .tablet-100 {
  375 + width: 100%;
  376 + width: calc((100% - 15px*0) / 1);
  377 + }
  378 + .row.no-gutter .tablet-100 {
  379 + width: 100%;
  380 + }
  381 + .row .tablet-95 {
  382 + width: 95%;
  383 + width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
  384 + }
  385 + .row.no-gutter .tablet-95 {
  386 + width: 95%;
  387 + }
  388 + .row .tablet-90 {
  389 + width: 90%;
  390 + width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
  391 + }
  392 + .row.no-gutter .tablet-90 {
  393 + width: 90%;
  394 + }
  395 + .row .tablet-85 {
  396 + width: 85%;
  397 + width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
  398 + }
  399 + .row.no-gutter .tablet-85 {
  400 + width: 85%;
  401 + }
  402 + .row .tablet-80 {
  403 + width: 80%;
  404 + width: calc((100% - 15px*0.25) / 1.25);
  405 + }
  406 + .row.no-gutter .tablet-80 {
  407 + width: 80%;
  408 + }
  409 + .row .tablet-75 {
  410 + width: 75%;
  411 + width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
  412 + }
  413 + .row.no-gutter .tablet-75 {
  414 + width: 75%;
  415 + }
  416 + .row .tablet-66 {
  417 + width: 66.66666666666666%;
  418 + width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
  419 + }
  420 + .row.no-gutter .tablet-66 {
  421 + width: 66.66666666666666%;
  422 + }
  423 + .row .tablet-60 {
  424 + width: 60%;
  425 + width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
  426 + }
  427 + .row.no-gutter .tablet-60 {
  428 + width: 60%;
  429 + }
  430 + .row .tablet-50 {
  431 + width: 50%;
  432 + width: calc((100% - 15px*1) / 2);
  433 + }
  434 + .row.no-gutter .tablet-50 {
  435 + width: 50%;
  436 + }
  437 + .row .tablet-40 {
  438 + width: 40%;
  439 + width: calc((100% - 15px*1.5) / 2.5);
  440 + }
  441 + .row.no-gutter .tablet-40 {
  442 + width: 40%;
  443 + }
  444 + .row .tablet-33 {
  445 + width: 33.333333333333336%;
  446 + width: calc((100% - 15px*2) / 3);
  447 + }
  448 + .row.no-gutter .tablet-33 {
  449 + width: 33.333333333333336%;
  450 + }
  451 + .row .tablet-25 {
  452 + width: 25%;
  453 + width: calc((100% - 15px*3) / 4);
  454 + }
  455 + .row.no-gutter .tablet-25 {
  456 + width: 25%;
  457 + }
  458 + .row .tablet-20 {
  459 + width: 20%;
  460 + width: calc((100% - 15px*4) / 5);
  461 + }
  462 + .row.no-gutter .tablet-20 {
  463 + width: 20%;
  464 + }
  465 + .row .tablet-15 {
  466 + width: 15%;
  467 + width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
  468 + }
  469 + .row.no-gutter .tablet-15 {
  470 + width: 15%;
  471 + }
  472 + .row .tablet-10 {
  473 + width: 10%;
  474 + width: calc((100% - 15px*9) / 10);
  475 + }
  476 + .row.no-gutter .tablet-10 {
  477 + width: 10%;
  478 + }
  479 + .row .tablet-5 {
  480 + width: 5%;
  481 + width: calc((100% - 15px*19) / 20);
  482 + }
  483 + .row.no-gutter .tablet-5 {
  484 + width: 5%;
  485 + }
  486 + .row .tablet-auto:nth-last-child(1),
  487 + .row .tablet-auto:nth-last-child(1) ~ .col-auto {
  488 + width: 100%;
  489 + width: calc((100% - 15px*0) / 1);
  490 + }
  491 + .row.no-gutter .tablet-auto:nth-last-child(1),
  492 + .row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
  493 + width: 100%;
  494 + }
  495 + .row .tablet-auto:nth-last-child(2),
  496 + .row .tablet-auto:nth-last-child(2) ~ .col-auto {
  497 + width: 50%;
  498 + width: calc((100% - 15px*1) / 2);
  499 + }
  500 + .row.no-gutter .tablet-auto:nth-last-child(2),
  501 + .row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
  502 + width: 50%;
  503 + }
  504 + .row .tablet-auto:nth-last-child(3),
  505 + .row .tablet-auto:nth-last-child(3) ~ .col-auto {
  506 + width: 33.33333333%;
  507 + width: calc((100% - 15px*2) / 3);
  508 + }
  509 + .row.no-gutter .tablet-auto:nth-last-child(3),
  510 + .row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
  511 + width: 33.33333333%;
  512 + }
  513 + .row .tablet-auto:nth-last-child(4),
  514 + .row .tablet-auto:nth-last-child(4) ~ .col-auto {
  515 + width: 25%;
  516 + width: calc((100% - 15px*3) / 4);
  517 + }
  518 + .row.no-gutter .tablet-auto:nth-last-child(4),
  519 + .row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
  520 + width: 25%;
  521 + }
  522 + .row .tablet-auto:nth-last-child(5),
  523 + .row .tablet-auto:nth-last-child(5) ~ .col-auto {
  524 + width: 20%;
  525 + width: calc((100% - 15px*4) / 5);
  526 + }
  527 + .row.no-gutter .tablet-auto:nth-last-child(5),
  528 + .row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
  529 + width: 20%;
  530 + }
  531 + .row .tablet-auto:nth-last-child(6),
  532 + .row .tablet-auto:nth-last-child(6) ~ .col-auto {
  533 + width: 16.66666667%;
  534 + width: calc((100% - 15px*5) / 6);
  535 + }
  536 + .row.no-gutter .tablet-auto:nth-last-child(6),
  537 + .row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
  538 + width: 16.66666667%;
  539 + }
  540 + .row .tablet-auto:nth-last-child(7),
  541 + .row .tablet-auto:nth-last-child(7) ~ .col-auto {
  542 + width: 14.28571429%;
  543 + width: calc((100% - 15px*6) / 7);
  544 + }
  545 + .row.no-gutter .tablet-auto:nth-last-child(7),
  546 + .row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
  547 + width: 14.28571429%;
  548 + }
  549 + .row .tablet-auto:nth-last-child(8),
  550 + .row .tablet-auto:nth-last-child(8) ~ .col-auto {
  551 + width: 12.5%;
  552 + width: calc((100% - 15px*7) / 8);
  553 + }
  554 + .row.no-gutter .tablet-auto:nth-last-child(8),
  555 + .row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
  556 + width: 12.5%;
  557 + }
  558 + .row .tablet-auto:nth-last-child(9),
  559 + .row .tablet-auto:nth-last-child(9) ~ .col-auto {
  560 + width: 11.11111111%;
  561 + width: calc((100% - 15px*8) / 9);
  562 + }
  563 + .row.no-gutter .tablet-auto:nth-last-child(9),
  564 + .row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
  565 + width: 11.11111111%;
  566 + }
  567 + .row .tablet-auto:nth-last-child(10),
  568 + .row .tablet-auto:nth-last-child(10) ~ .col-auto {
  569 + width: 10%;
  570 + width: calc((100% - 15px*9) / 10);
  571 + }
  572 + .row.no-gutter .tablet-auto:nth-last-child(10),
  573 + .row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
  574 + width: 10%;
  575 + }
  576 + .row .tablet-auto:nth-last-child(11),
  577 + .row .tablet-auto:nth-last-child(11) ~ .col-auto {
  578 + width: 9.09090909%;
  579 + width: calc((100% - 15px*10) / 11);
  580 + }
  581 + .row.no-gutter .tablet-auto:nth-last-child(11),
  582 + .row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
  583 + width: 9.09090909%;
  584 + }
  585 + .row .tablet-auto:nth-last-child(12),
  586 + .row .tablet-auto:nth-last-child(12) ~ .col-auto {
  587 + width: 8.33333333%;
  588 + width: calc((100% - 15px*11) / 12);
  589 + }
  590 + .row.no-gutter .tablet-auto:nth-last-child(12),
  591 + .row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
  592 + width: 8.33333333%;
  593 + }
  594 + .row .tablet-auto:nth-last-child(13),
  595 + .row .tablet-auto:nth-last-child(13) ~ .col-auto {
  596 + width: 7.69230769%;
  597 + width: calc((100% - 15px*12) / 13);
  598 + }
  599 + .row.no-gutter .tablet-auto:nth-last-child(13),
  600 + .row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
  601 + width: 7.69230769%;
  602 + }
  603 + .row .tablet-auto:nth-last-child(14),
  604 + .row .tablet-auto:nth-last-child(14) ~ .col-auto {
  605 + width: 7.14285714%;
  606 + width: calc((100% - 15px*13) / 14);
  607 + }
  608 + .row.no-gutter .tablet-auto:nth-last-child(14),
  609 + .row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
  610 + width: 7.14285714%;
  611 + }
  612 + .row .tablet-auto:nth-last-child(15),
  613 + .row .tablet-auto:nth-last-child(15) ~ .col-auto {
  614 + width: 6.66666667%;
  615 + width: calc((100% - 15px*14) / 15);
  616 + }
  617 + .row.no-gutter .tablet-auto:nth-last-child(15),
  618 + .row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
  619 + width: 6.66666667%;
  620 + }
  621 +}
  622 +.weui-cell__hd img {
  623 + display: block;
  624 + margin-right: 5px;
  625 +}
  626 +.weui-cell_swiped .weui-cell__bd {
  627 + -webkit-transition: -webkit-transform .3s;
  628 + transition: -webkit-transform .3s;
  629 + transition: transform .3s;
  630 + transition: transform .3s, -webkit-transform .3s;
  631 +}
  632 +.swipeout-touching .weui-cell__bd {
  633 + -webkit-transition: none;
  634 + transition: none;
  635 +}
  636 +.weui-dialog,
  637 +.weui-toast {
  638 + -webkit-transition-duration: .2s;
  639 + transition-duration: .2s;
  640 + opacity: 0;
  641 + -webkit-transform: translate(-50%, -50%);
  642 + transform: translate(-50%, -50%);
  643 + -webkit-transform-origin: 0 0;
  644 + transform-origin: 0 0;
  645 + visibility: hidden;
  646 + margin: 0;
  647 + top: 45%;
  648 + z-index: 2000;
  649 +}
  650 +.weui-dialog .weui-dialog__btn.default,
  651 +.weui-toast .weui-dialog__btn.default {
  652 + color: #5f646e;
  653 +}
  654 +.weui-dialog .weui-dialog__btn + .weui-dialog__btn,
  655 +.weui-toast .weui-dialog__btn + .weui-dialog__btn {
  656 + position: relative;
  657 +}
  658 +.weui-dialog .weui-dialog__btn + .weui-dialog__btn:after,
  659 +.weui-toast .weui-dialog__btn + .weui-dialog__btn:after {
  660 + content: " ";
  661 + position: absolute;
  662 + left: 0;
  663 + top: 0;
  664 + width: 1px;
  665 + height: 100%;
  666 + border-left: 1px solid #D5D5D6;
  667 + color: #D5D5D6;
  668 + -webkit-transform-origin: 0 0;
  669 + transform-origin: 0 0;
  670 + -webkit-transform: scaleX(0.5);
  671 + transform: scaleX(0.5);
  672 +}
  673 +.weui-dialog.weui-dialog--visible,
  674 +.weui-toast.weui-dialog--visible,
  675 +.weui-dialog.weui-toast--visible,
  676 +.weui-toast.weui-toast--visible {
  677 + opacity: 1;
  678 + visibility: visible;
  679 +}
  680 +.weui-toast_forbidden {
  681 + color: #F76260;
  682 +}
  683 +.weui-toast_cancel .weui-icon-toast:before {
  684 + content: "\EA0D";
  685 +}
  686 +.weui-toast_forbidden .weui-icon-toast:before {
  687 + content: "\EA0B";
  688 + color: #F76260;
  689 +}
  690 +.weui-toast_text {
  691 + min-height: 1em;
  692 + width: auto;
  693 + height: 45px;
  694 + border-radius: 25px;
  695 + margin-left: 0;
  696 + -webkit-transform: scale(0.9) translate3d(-50%, 0, 0);
  697 + transform: scale(0.9) translate3d(-50%, 0, 0);
  698 + -webkit-transform-origin: left;
  699 + transform-origin: left;
  700 +}
  701 +.weui-toast_text.weui-toast--visible {
  702 + -webkit-transform: scale(1) translate3d(-50%, 0, 0);
  703 + transform: scale(1) translate3d(-50%, 0, 0);
  704 +}
  705 +.weui-toast_text .weui-icon-toast {
  706 + display: none;
  707 +}
  708 +.weui-toast_text .weui-toast_content {
  709 + margin: 10px 15px;
  710 +}
  711 +.weui-mask {
  712 + opacity: 0;
  713 + -webkit-transition-duration: .3s;
  714 + transition-duration: .3s;
  715 + visibility: hidden;
  716 +}
  717 +.weui-mask.weui-mask--visible {
  718 + opacity: 1;
  719 + visibility: visible;
  720 +}
  721 +.weui-prompt-input {
  722 + padding: 4px 6px;
  723 + border: 1px solid #ccc;
  724 + box-sizing: border-box;
  725 + height: 2em;
  726 + width: 80%;
  727 + margin-top: 10px;
  728 +}
  729 +.weui-pull-to-refresh {
  730 + margin-top: -50px;
  731 + -webkit-transition: -webkit-transform .4s;
  732 + transition: -webkit-transform .4s;
  733 + transition: transform .4s;
  734 + transition: transform .4s, -webkit-transform .4s;
  735 +}
  736 +.weui-pull-to-refresh.refreshing {
  737 + -webkit-transform: translate3d(0, 50px, 0);
  738 + transform: translate3d(0, 50px, 0);
  739 +}
  740 +.weui-pull-to-refresh.touching {
  741 + -webkit-transition-duration: 0s;
  742 + transition-duration: 0s;
  743 +}
  744 +.weui-pull-to-refresh__layer {
  745 + height: 30px;
  746 + line-height: 30px;
  747 + padding: 10px;
  748 + text-align: center;
  749 +}
  750 +.weui-pull-to-refresh__layer .down {
  751 + display: inline-block;
  752 +}
  753 +.weui-pull-to-refresh__layer .up,
  754 +.weui-pull-to-refresh__layer .refresh {
  755 + display: none;
  756 +}
  757 +.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
  758 + display: inline-block;
  759 + z-index: 10;
  760 + width: 20px;
  761 + height: 20px;
  762 + margin-right: 4px;
  763 + vertical-align: -4px;
  764 + background: no-repeat center;
  765 + background-size: 13px 20px;
  766 + -webkit-transition-duration: 300ms;
  767 + transition-duration: 300ms;
  768 + -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  769 + transform: rotate(0deg) translate3d(0, 0, 0);
  770 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
  771 +}
  772 +.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
  773 + display: none;
  774 + vertical-align: -4px;
  775 + margin-right: 4px;
  776 + width: 20px;
  777 + height: 20px;
  778 + -webkit-transform-origin: 50%;
  779 + transform-origin: 50%;
  780 + -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  781 + animation: preloader-spin 1s steps(12, end) infinite;
  782 +}
  783 +.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after {
  784 + display: block;
  785 + width: 100%;
  786 + height: 100%;
  787 + content: "";
  788 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  789 + background-repeat: no-repeat;
  790 + background-position: 50%;
  791 + background-size: 100%;
  792 +}
  793 +.pull-up .weui-pull-to-refresh__layer .down,
  794 +.refreshing .weui-pull-to-refresh__layer .down {
  795 + display: none;
  796 +}
  797 +.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
  798 + display: inline-block;
  799 + -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  800 + transform: rotate(180deg) translate3d(0, 0, 0);
  801 +}
  802 +.pull-up .weui-pull-to-refresh__layer .up {
  803 + display: inline-block;
  804 +}
  805 +.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
  806 + display: inline-block;
  807 +}
  808 +.pull-down .weui-pull-to-refresh__layer .down {
  809 + display: inline-block;
  810 +}
  811 +.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
  812 + display: none;
  813 +}
  814 +.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
  815 + display: inline-block;
  816 +}
  817 +.refreshing .weui-pull-to-refresh__layer .refresh {
  818 + display: inline-block;
  819 +}
  820 +/*@keyframes preloader-spin {*/
  821 + /*100% {*/
  822 + /*-webkit-transform: rotate(360deg);*/
  823 + /*transform: rotate(360deg);*/
  824 + /*}*/
  825 +/*}*/
  826 +.weui-tab__bd-item.weui-pull-to-refresh {
  827 + position: absolute;
  828 + top: 50px;
  829 +}
  830 +.weui-tabbar__item {
  831 + position: relative;
  832 +}
  833 +.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
  834 + color: #04BE02;
  835 +}
  836 +.weui-navbar__item {
  837 + color: #888;
  838 +}
  839 +.weui-navbar__item.weui-bar__item--on {
  840 + color: #666;
  841 + background-color: #f1f1f1;
  842 +}
  843 +.weui-tab__bd {
  844 + box-sizing: border-box;
  845 + height: 100%;
  846 +}
  847 +.weui-tab__bd .weui-tab__bd-item {
  848 + display: none;
  849 + height: 100%;
  850 + overflow: auto;
  851 +}
  852 +.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
  853 + display: block;
  854 +}
  855 +.weui-navbar + .weui-tab__bd {
  856 + padding-top: 50px;
  857 +}
  858 +.toolbar {
  859 + position: relative;
  860 + width: 100%;
  861 + font-size: .85rem;
  862 + line-height: 1.5;
  863 + color: #3d4145;
  864 + background: #f7f7f8;
  865 +}
  866 +.toolbar:before {
  867 + content: '';
  868 + position: absolute;
  869 + left: 0;
  870 + top: 0;
  871 + bottom: auto;
  872 + right: auto;
  873 + height: 1px;
  874 + width: 100%;
  875 + background-color: #d9d9d9;
  876 + display: block;
  877 + z-index: 15;
  878 + -webkit-transform-origin: 50% 0%;
  879 + transform-origin: 50% 0%;
  880 +}
  881 +/*@media only screen and (-webkit-min-device-pixel-ratio: 2) {*/
  882 + /*.toolbar:before {*/
  883 + /*-webkit-transform: scaleY(0.5);*/
  884 + /*transform: scaleY(0.5);*/
  885 + /*}*/
  886 +/*}*/
  887 +/*@media only screen and (-webkit-min-device-pixel-ratio: 3) {*/
  888 + /*.toolbar:before {*/
  889 + /*-webkit-transform: scaleY(0.33);*/
  890 + /*transform: scaleY(0.33);*/
  891 + /*}*/
  892 +/*}*/
  893 +.toolbar .toolbar-inner {
  894 + height:1.2rem;
  895 + display: -webkit-box;
  896 + display: -ms-flexbox;
  897 + display: flex;
  898 + text-align: center;
  899 +}
  900 +.toolbar .title {
  901 + position: absolute;
  902 + display: block;
  903 + width: 100%;
  904 + padding: 0;
  905 + font-size: 0.3rem;
  906 + font-weight: normal;
  907 + line-height: 1.2rem;
  908 + color: #3d4145;
  909 + text-align: center;
  910 + white-space: nowrap;
  911 +}
  912 +.toolbar .picker-button {
  913 + position: absolute;
  914 + right: 0;
  915 + box-sizing: border-box;
  916 + height: 1.2rem;
  917 + line-height: 1.2rem;
  918 + color: #04BE02;
  919 + z-index: 1;
  920 + padding: 0 .5rem;
  921 + font-size: 0.3rem;
  922 +}
  923 +/* === Columns Picker === */
  924 +.weui-picker-modal {
  925 + width: 100%;
  926 + position: absolute;
  927 + bottom: 0;
  928 + text-align: center;
  929 + border-radius: 0;
  930 + opacity: 0.6;
  931 + color: #3d4145;
  932 + -webkit-transition-duration: .3s;
  933 + transition-duration: .3s;
  934 + height:7rem;
  935 + background: #EFEFF4;
  936 + -webkit-transform: translate3d(0, 100%, 0);
  937 + transform: translate3d(0, 100%, 0);
  938 + -webkit-transition-property: opacity, -webkit-transform;
  939 + transition-property: opacity, -webkit-transform;
  940 + transition-property: transform, opacity;
  941 + transition-property: transform, opacity, -webkit-transform;
  942 +}
  943 +.weui-picker-modal.picker-modal-inline {
  944 + height: 10.8rem;
  945 + opacity: 1;
  946 + position: static;
  947 + -webkit-transform: translate3d(0, 0, 0);
  948 + transform: translate3d(0, 0, 0);
  949 +}
  950 +.weui-picker-modal.picker-modal-inline .toolbar {
  951 + display: none;
  952 +}
  953 +.weui-picker-modal.picker-columns-single .picker-items-col {
  954 + width: 100%;
  955 +}
  956 +.weui-picker-modal.weui-picker-modal-visible {
  957 + opacity: 1;
  958 + -webkit-transform: translate3d(0, 0, 0);
  959 + transform: translate3d(0, 0, 0);
  960 +}
  961 +.weui-picker-modal .picker-modal-inner {
  962 + position: relative;
  963 + height: 10.8rem;
  964 +}
  965 +.weui-picker-modal .picker-columns {
  966 + width: 100%;
  967 + height: 13rem;
  968 + z-index: 11500;
  969 +}
  970 +.weui-picker-modal .picker-columns.picker-modal-inline,
  971 +.popover .weui-picker-modal .picker-columns {
  972 + height: 10rem;
  973 +}
  974 +/*@media (orientation: landscape) and (max-height: 415px) {*/
  975 + /*.weui-picker-modal .picker-columns:not(.picker-modal-inline) {*/
  976 + /*height: 10rem;*/
  977 + /*}*/
  978 +/*}*/
  979 +.weui-picker-modal .popover.popover-picker-columns {
  980 + width: 14rem;
  981 +}
  982 +.weui-picker-modal .picker-items {
  983 + display: -webkit-box;
  984 + display: -ms-flexbox;
  985 + display: flex;
  986 + -webkit-box-pack: center;
  987 + -ms-flex-pack: center;
  988 + justify-content: center;
  989 + width: 100%;
  990 + padding: 0;
  991 + text-align: right;
  992 + font-size: 1rem;
  993 + font-weight: normal;
  994 + -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
  995 + -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
  996 +}
  997 +.weui-picker-modal .bar + .picker-items {
  998 + height: 10.8rem;
  999 +}
  1000 +.weui-picker-modal .picker-items-col {
  1001 + overflow: hidden;
  1002 + position: relative;
  1003 + max-height: 100%;
  1004 +}
  1005 +.weui-picker-modal .picker-items-col.picker-items-col-left {
  1006 + text-align: left;
  1007 +}
  1008 +.weui-picker-modal .picker-items-col.picker-items-col-center {
  1009 + text-align: center;
  1010 +}
  1011 +.weui-picker-modal .picker-items-col.picker-items-col-right {
  1012 + text-align: right;
  1013 +}
  1014 +.weui-picker-modal .picker-items-col.picker-items-col-divider {
  1015 + color: #3d4145;
  1016 + display: -webkit-box;
  1017 + display: -ms-flexbox;
  1018 + display: flex;
  1019 + -webkit-box-align: center;
  1020 + -ms-flex-align: center;
  1021 + align-items: center;
  1022 +}
  1023 +.weui-picker-modal .picker-items-col-wrapper {
  1024 + -webkit-transition: 300ms;
  1025 + transition: 300ms;
  1026 + -webkit-transition-timing-function: ease-out;
  1027 + transition-timing-function: ease-out;
  1028 +}
  1029 +.weui-picker-modal .picker-item {
  1030 + height: 32px;
  1031 + line-height: 32px;
  1032 + padding: 0 10px;
  1033 + white-space: nowrap;
  1034 + position: relative;
  1035 + overflow: hidden;
  1036 + text-overflow: ellipsis;
  1037 + color: #9b9b9b;
  1038 + left: 0;
  1039 + top: -2.12rem;
  1040 + width: 100%;
  1041 + box-sizing: border-box;
  1042 + -webkit-transition: 300ms;
  1043 + transition: 300ms;
  1044 + font-size: 0.3rem;
  1045 +}
  1046 +.picker-items-col-absolute .weui-picker-modal .picker-item {
  1047 + position: absolute;
  1048 +}
  1049 +.weui-picker-modal .picker-item.picker-item-far {
  1050 + pointer-events: none;
  1051 +}
  1052 +.weui-picker-modal .picker-item.picker-selected {
  1053 + color: #3d4145;
  1054 +
  1055 + -webkit-transform: translate3d(0, 0, 0);
  1056 + transform: translate3d(0, 0, 0);
  1057 + -webkit-transform: rotateX(0deg);
  1058 + transform: rotateX(0deg);
  1059 +}
  1060 +.weui-picker-modal .picker-center-highlight {
  1061 + height: 32px;
  1062 + box-sizing: border-box;
  1063 + position: absolute;
  1064 + left: 0;
  1065 + width: 100%;
  1066 + top: 30%;
  1067 + margin-top: -16px;
  1068 + pointer-events: none;
  1069 +}
  1070 +.weui-picker-modal .picker-center-highlight:before {
  1071 + content: '';
  1072 + position: absolute;
  1073 + left: 0;
  1074 + top: 0;
  1075 + bottom: auto;
  1076 + right: auto;
  1077 + height: 1px;
  1078 + width: 100%;
  1079 + background-color: #D9D9D9;
  1080 + display: block;
  1081 + z-index: 15;
  1082 + -webkit-transform-origin: 50% 0%;
  1083 + transform-origin: 50% 0%;
  1084 +}
  1085 +/*@media only screen and (-webkit-min-device-pixel-ratio: 2) {*/
  1086 + /*.weui-picker-modal .picker-center-highlight:before {*/
  1087 + /*-webkit-transform: scaleY(0.5);*/
  1088 + /*transform: scaleY(0.5);*/
  1089 + /*}*/
  1090 +/*}*/
  1091 +/*@media only screen and (-webkit-min-device-pixel-ratio: 3) {*/
  1092 + /*.weui-picker-modal .picker-center-highlight:before {*/
  1093 + /*-webkit-transform: scaleY(0.33);*/
  1094 + /*transform: scaleY(0.33);*/
  1095 + /*}*/
  1096 +/*}*/
  1097 +.weui-picker-modal .picker-center-highlight:after {
  1098 + content: '';
  1099 + position: absolute;
  1100 + left: 0;
  1101 + bottom: 0;
  1102 + right: auto;
  1103 + top: auto;
  1104 + height: 1px;
  1105 + width: 100%;
  1106 + background-color: #D9D9D9;
  1107 + display: block;
  1108 + z-index: 15;
  1109 + -webkit-transform-origin: 50% 100%;
  1110 + transform-origin: 50% 100%;
  1111 +}
  1112 +@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  1113 + .weui-picker-modal .picker-center-highlight:after {
  1114 + -webkit-transform: scaleY(0.5);
  1115 + transform: scaleY(0.5);
  1116 + }
  1117 +}
  1118 +@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  1119 + .weui-picker-modal .picker-center-highlight:after {
  1120 + -webkit-transform: scaleY(0.33);
  1121 + transform: scaleY(0.33);
  1122 + }
  1123 +}
  1124 +.weui-picker-modal .picker-3d .picker-items {
  1125 + overflow: hidden;
  1126 + -webkit-perspective: 1200px;
  1127 + perspective: 1200px;
  1128 +}
  1129 +.weui-picker-modal .picker-3d .picker-items-col,
  1130 +.weui-picker-modal .picker-3d .picker-items-col-wrapper,
  1131 +.weui-picker-modal .picker-3d .picker-item {
  1132 + -webkit-transform-style: preserve-3d;
  1133 + transform-style: preserve-3d;
  1134 +}
  1135 +.weui-picker-modal .picker-3d .picker-items-col {
  1136 + overflow: visible;
  1137 +}
  1138 +.weui-picker-modal .picker-3d .picker-item {
  1139 + -webkit-transform-origin: center center -110px;
  1140 + transform-origin: center center -110px;
  1141 + -webkit-backface-visibility: hidden;
  1142 + backface-visibility: hidden;
  1143 + -webkit-transition-timing-function: ease-out;
  1144 + transition-timing-function: ease-out;
  1145 +}
  1146 +.weui-picker-overlay,
  1147 +.weui-picker-container {
  1148 + position: fixed;
  1149 + bottom: 0;
  1150 + left: 0;
  1151 + right: 0;
  1152 + height: 0;
  1153 + width: 100%;
  1154 + z-index: 1000;
  1155 +}
  1156 +.city-picker .picker-items-col {
  1157 + -webkit-box-flex: 1;
  1158 + -ms-flex: 1;
  1159 + flex: 1;
  1160 + max-width: 7rem;
  1161 +}
  1162 +.weui-picker-container .weui-cells {
  1163 + margin: 0;
  1164 + text-align: left;
  1165 +}
  1166 +.datetime-picker .picker-item {
  1167 + text-overflow: initial;
  1168 +}
  1169 +.weui-select-modal {
  1170 + height: auto;
  1171 +}
  1172 +.weui-select-modal .weui-cells {
  1173 + margin: 0;
  1174 + text-align: left;
  1175 + overflow-y: auto;
  1176 + overflow-x: hidden;
  1177 + max-height: 16rem;
  1178 +}
  1179 +.weui-select-modal .weui-cells:after {
  1180 + display: none;
  1181 +}
  1182 +/* === Calendar === */
  1183 +.weui-picker-calendar {
  1184 + background: #fff;
  1185 + height: 15rem;
  1186 + width: 100%;
  1187 + overflow: hidden;
  1188 +}
  1189 +.weui-picker-calendar .picker-modal-inner {
  1190 + overflow: hidden;
  1191 + height: 12.8rem;
  1192 +}
  1193 +.picker-calendar-week-days {
  1194 + height: .9rem;
  1195 + background: #f7f7f8;
  1196 + display: -webkit-box;
  1197 + display: -ms-flexbox;
  1198 + display: flex;
  1199 + font-size: 11px;
  1200 + box-sizing: border-box;
  1201 + position: relative;
  1202 +}
  1203 +.picker-calendar-week-days:after {
  1204 + content: '';
  1205 + position: absolute;
  1206 + left: 0;
  1207 + bottom: 0;
  1208 + right: auto;
  1209 + top: auto;
  1210 + height: 1px;
  1211 + width: 100%;
  1212 + background-color: #c4c4c4;
  1213 + display: block;
  1214 + z-index: 15;
  1215 + -webkit-transform-origin: 50% 100%;
  1216 + transform-origin: 50% 100%;
  1217 +}
  1218 +@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  1219 + .picker-calendar-week-days:after {
  1220 + -webkit-transform: scaleY(0.5);
  1221 + transform: scaleY(0.5);
  1222 + }
  1223 +}
  1224 +@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  1225 + .picker-calendar-week-days:after {
  1226 + -webkit-transform: scaleY(0.33);
  1227 + transform: scaleY(0.33);
  1228 + }
  1229 +}
  1230 +.picker-calendar-week-days .picker-calendar-week-day {
  1231 + -webkit-flex-shrink: 1;
  1232 + -ms-flex: 0 1 auto;
  1233 + -ms-flex-negative: 1;
  1234 + flex-shrink: 1;
  1235 + width: 14.28571429%;
  1236 + width: calc(100% / 7);
  1237 + line-height: 17px;
  1238 + text-align: center;
  1239 +}
  1240 +.picker-calendar-week-days + .picker-calendar-months {
  1241 + height: 11.9rem;
  1242 +}
  1243 +.picker-calendar-months {
  1244 + width: 100%;
  1245 + height: 100%;
  1246 + overflow: hidden;
  1247 + position: relative;
  1248 +}
  1249 +.picker-calendar-months-wrapper {
  1250 + position: relative;
  1251 + width: 100%;
  1252 + height: 100%;
  1253 + -webkit-transition: 300ms;
  1254 + transition: 300ms;
  1255 +}
  1256 +.picker-calendar-month {
  1257 + display: -webkit-box;
  1258 + display: -ms-flexbox;
  1259 + display: flex;
  1260 + -webkit-box-orient: vertical;
  1261 + -ms-flex-direction: column;
  1262 + flex-direction: column;
  1263 + width: 100%;
  1264 + height: 100%;
  1265 + position: absolute;
  1266 + left: 0;
  1267 + top: 0;
  1268 +}
  1269 +.picker-calendar-row {
  1270 + height: 16.66666667%;
  1271 + height: calc(100% / 6);
  1272 + display: -webkit-box;
  1273 + display: -ms-flexbox;
  1274 + display: flex;
  1275 + -webkit-flex-shrink: 1;
  1276 + -ms-flex: 0 1 auto;
  1277 + -ms-flex-negative: 1;
  1278 + flex-shrink: 1;
  1279 + width: 100%;
  1280 + position: relative;
  1281 +}
  1282 +.picker-calendar-row:after {
  1283 + content: '';
  1284 + position: absolute;
  1285 + left: 0;
  1286 + bottom: 0;
  1287 + right: auto;
  1288 + top: auto;
  1289 + height: 1px;
  1290 + width: 100%;
  1291 + background-color: #ccc;
  1292 + display: block;
  1293 + z-index: 15;
  1294 + -webkit-transform-origin: 50% 100%;
  1295 + transform-origin: 50% 100%;
  1296 +}
  1297 +@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  1298 + .picker-calendar-row:after {
  1299 + -webkit-transform: scaleY(0.5);
  1300 + transform: scaleY(0.5);
  1301 + }
  1302 +}
  1303 +@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  1304 + .picker-calendar-row:after {
  1305 + -webkit-transform: scaleY(0.33);
  1306 + transform: scaleY(0.33);
  1307 + }
  1308 +}
  1309 +.weui-picker-modal .picker-calendar-row:last-child:after {
  1310 + display: none;
  1311 +}
  1312 +.picker-calendar-day {
  1313 + -webkit-flex-shrink: 1;
  1314 + -ms-flex: 0 1 auto;
  1315 + -ms-flex-negative: 1;
  1316 + flex-shrink: 1;
  1317 + display: -webkit-box;
  1318 + display: -ms-flexbox;
  1319 + display: flex;
  1320 + -webkit-box-pack: center;
  1321 + -ms-flex-pack: center;
  1322 + justify-content: center;
  1323 + -webkit-box-align: center;
  1324 + -ms-flex-align: center;
  1325 + align-items: center;
  1326 + box-sizing: border-box;
  1327 + width: 14.28571429%;
  1328 + width: calc(100% / 7);
  1329 + text-align: center;
  1330 + color: #3d4145;
  1331 + font-size: 15px;
  1332 + cursor: pointer;
  1333 +}
  1334 +.picker-calendar-day.picker-calendar-day-prev,
  1335 +.picker-calendar-day.picker-calendar-day-next {
  1336 + color: #ccc;
  1337 +}
  1338 +.picker-calendar-day.picker-calendar-day-disabled {
  1339 + color: #d4d4d4;
  1340 + cursor: auto;
  1341 +}
  1342 +.picker-calendar-day.picker-calendar-day-today span {
  1343 + background: #e3e3e3;
  1344 +}
  1345 +.picker-calendar-day.picker-calendar-day-selected span {
  1346 + background: #04BE02;
  1347 + color: #fff;
  1348 +}
  1349 +.picker-calendar-day span {
  1350 + display: inline-block;
  1351 + border-radius: 100%;
  1352 + width: 30px;
  1353 + height: 30px;
  1354 + line-height: 30px;
  1355 +}
  1356 +.picker-calendar-month-picker,
  1357 +.picker-calendar-year-picker {
  1358 + display: -webkit-box;
  1359 + display: -ms-flexbox;
  1360 + display: flex;
  1361 + -webkit-box-align: center;
  1362 + -ms-flex-align: center;
  1363 + align-items: center;
  1364 + -webkit-box-pack: justify;
  1365 + -ms-flex-pack: justify;
  1366 + justify-content: space-between;
  1367 + width: 50%;
  1368 + max-width: 200px;
  1369 + -webkit-flex-shrink: 10;
  1370 + -ms-flex: 0 10 auto;
  1371 + -ms-flex-negative: 10;
  1372 + flex-shrink: 10;
  1373 +}
  1374 +.picker-calendar-month-picker a.icon-only,
  1375 +.picker-calendar-year-picker a.icon-only {
  1376 + min-width: 36px;
  1377 +}
  1378 +.picker-calendar-month-picker span,
  1379 +.picker-calendar-year-picker span {
  1380 + -webkit-flex-shrink: 1;
  1381 + -ms-flex: 0 1 auto;
  1382 + -ms-flex-negative: 1;
  1383 + flex-shrink: 1;
  1384 + position: relative;
  1385 + overflow: hidden;
  1386 + text-overflow: ellipsis;
  1387 +}
  1388 +.popover .picker-calendar .picker-calendar-week-days,
  1389 +.picker-calendar.picker-modal-inline .picker-calendar-week-days {
  1390 + background: none;
  1391 +}
  1392 +.popover .picker-calendar .toolbar:before,
  1393 +.picker-calendar.picker-modal-inline .toolbar:before,
  1394 +.popover .picker-calendar .picker-calendar-week-days:before,
  1395 +.picker-calendar.picker-modal-inline .picker-calendar-week-days:before {
  1396 + display: none;
  1397 +}
  1398 +.popover .picker-calendar .toolbar:after,
  1399 +.picker-calendar.picker-modal-inline .toolbar:after,
  1400 +.popover .picker-calendar .picker-calendar-week-days:after,
  1401 +.picker-calendar.picker-modal-inline .picker-calendar-week-days:after {
  1402 + display: none;
  1403 +}
  1404 +.popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1405 +.picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1406 +.popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
  1407 +.picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
  1408 + content: '';
  1409 + position: absolute;
  1410 + left: 0;
  1411 + top: 0;
  1412 + bottom: auto;
  1413 + right: auto;
  1414 + height: 1px;
  1415 + width: 100%;
  1416 + background-color: #c4c4c4;
  1417 + display: block;
  1418 + z-index: 15;
  1419 + -webkit-transform-origin: 50% 0%;
  1420 + transform-origin: 50% 0%;
  1421 +}
  1422 +@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  1423 + .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1424 + .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1425 + .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
  1426 + .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
  1427 + -webkit-transform: scaleY(0.5);
  1428 + transform: scaleY(0.5);
  1429 + }
  1430 +}
  1431 +@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  1432 + .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1433 + .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
  1434 + .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
  1435 + .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
  1436 + -webkit-transform: scaleY(0.33);
  1437 + transform: scaleY(0.33);
  1438 + }
  1439 +}
  1440 +.picker-calendar-month-picker,
  1441 +.picker-calendar-year-picker {
  1442 + display: block;
  1443 + line-height: 2.2rem;
  1444 + -webkit-box-flex: 1;
  1445 + -ms-flex: 1;
  1446 + flex: 1;
  1447 +}
  1448 +.picker-calendar-month-picker a.icon-only,
  1449 +.picker-calendar-year-picker a.icon-only {
  1450 + float: left;
  1451 + width: 25%;
  1452 + height: 2.2rem;
  1453 + line-height: 2rem;
  1454 +}
  1455 +.picker-calendar-month-picker .current-month-value,
  1456 +.picker-calendar-year-picker .current-month-value,
  1457 +.picker-calendar-month-picker .current-year-value,
  1458 +.picker-calendar-year-picker .current-year-value {
  1459 + float: left;
  1460 + width: 50%;
  1461 + height: 2.2rem;
  1462 +}
  1463 +i.icon {
  1464 + display: inline-block;
  1465 + vertical-align: middle;
  1466 + background-size: 100% auto;
  1467 + background-position: center;
  1468 + background-repeat: no-repeat;
  1469 + font-style: normal;
  1470 + position: relative;
  1471 +}
  1472 +i.icon.icon-next,
  1473 +i.icon.icon-prev {
  1474 + width: 0.75rem;
  1475 + height: 0.75rem;
  1476 +}
  1477 +i.icon.icon-next {
  1478 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  1479 +}
  1480 +i.icon.icon-prev {
  1481 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  1482 +}
  1483 +/**
  1484 + * Swiper 3.3.1
  1485 + * Most modern mobile touch slider and framework with hardware accelerated transitions
  1486 + *
  1487 + * http://www.idangero.us/swiper/
  1488 + *
  1489 + * Copyright 2016, Vladimir Kharlampidi
  1490 + * The iDangero.us
  1491 + * http://www.idangero.us/
  1492 + *
  1493 + * Licensed under MIT
  1494 + *
  1495 + * Released on: February 7, 2016
  1496 + */
  1497 +.swiper-container {
  1498 + margin: 0 auto;
  1499 + position: relative;
  1500 + overflow: hidden;
  1501 + /* Fix of Webkit flickering */
  1502 + z-index: 1;
  1503 +}
  1504 +.swiper-container-no-flexbox .swiper-slide {
  1505 + float: left;
  1506 +}
  1507 +.swiper-container-vertical > .swiper-wrapper {
  1508 + -webkit-box-orient: vertical;
  1509 + -ms-flex-direction: column;
  1510 + flex-direction: column;
  1511 +}
  1512 +.swiper-wrapper {
  1513 + position: relative;
  1514 + width: 100%;
  1515 + height: 100%;
  1516 + z-index: 1;
  1517 + display: -webkit-box;
  1518 + display: -ms-flexbox;
  1519 + display: flex;
  1520 + -webkit-transition-property: -webkit-transform;
  1521 + transition-property: -webkit-transform;
  1522 + transition-property: transform;
  1523 + transition-property: transform, -webkit-transform;
  1524 + box-sizing: content-box;
  1525 +}
  1526 +.swiper-container-android .swiper-slide,
  1527 +.swiper-wrapper {
  1528 + -webkit-transform: translate3d(0px, 0, 0);
  1529 + transform: translate3d(0px, 0, 0);
  1530 +}
  1531 +.swiper-container-multirow > .swiper-wrapper {
  1532 + -webkit-box-lines: multiple;
  1533 + -moz-box-lines: multiple;
  1534 + -ms-flex-wrap: wrap;
  1535 + flex-wrap: wrap;
  1536 +}
  1537 +.swiper-container-free-mode > .swiper-wrapper {
  1538 + -webkit-transition-timing-function: ease-out;
  1539 + transition-timing-function: ease-out;
  1540 + margin: 0 auto;
  1541 +}
  1542 +.swiper-slide {
  1543 + -webkit-flex-shrink: 0;
  1544 + -ms-flex: 0 0 auto;
  1545 + -ms-flex-negative: 0;
  1546 + flex-shrink: 0;
  1547 + width: 100%;
  1548 + height: 100%;
  1549 + position: relative;
  1550 +}
  1551 +/* Auto Height */
  1552 +.swiper-container-autoheight,
  1553 +.swiper-container-autoheight .swiper-slide {
  1554 + height: auto;
  1555 +}
  1556 +.swiper-container-autoheight .swiper-wrapper {
  1557 + -webkit-box-align: start;
  1558 + -ms-flex-align: start;
  1559 + align-items: flex-start;
  1560 + -webkit-transition-property: -webkit-transform, height;
  1561 + -webkit-transition-property: height, -webkit-transform;
  1562 + transition-property: height, -webkit-transform;
  1563 + transition-property: transform, height;
  1564 + transition-property: transform, height, -webkit-transform;
  1565 +}
  1566 +/* a11y */
  1567 +.swiper-container .swiper-notification {
  1568 + position: absolute;
  1569 + left: 0;
  1570 + top: 0;
  1571 + pointer-events: none;
  1572 + opacity: 0;
  1573 + z-index: -1000;
  1574 +}
  1575 +/* IE10 Windows Phone 8 Fixes */
  1576 +.swiper-wp8-horizontal {
  1577 + -ms-touch-action: pan-y;
  1578 + touch-action: pan-y;
  1579 +}
  1580 +.swiper-wp8-vertical {
  1581 + -ms-touch-action: pan-x;
  1582 + touch-action: pan-x;
  1583 +}
  1584 +/* Arrows */
  1585 +.swiper-button-prev,
  1586 +.swiper-button-next {
  1587 + position: absolute;
  1588 + top: 50%;
  1589 + width: 27px;
  1590 + height: 44px;
  1591 + margin-top: -22px;
  1592 + z-index: 10;
  1593 + cursor: pointer;
  1594 + background-size: 27px 44px;
  1595 + background-position: center;
  1596 + background-repeat: no-repeat;
  1597 +}
  1598 +.swiper-button-prev.swiper-button-disabled,
  1599 +.swiper-button-next.swiper-button-disabled {
  1600 + opacity: 0.35;
  1601 + cursor: auto;
  1602 + pointer-events: none;
  1603 +}
  1604 +.swiper-button-prev,
  1605 +.swiper-container-rtl .swiper-button-next {
  1606 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  1607 + left: 10px;
  1608 + right: auto;
  1609 +}
  1610 +.swiper-button-prev.swiper-button-black,
  1611 +.swiper-container-rtl .swiper-button-next.swiper-button-black {
  1612 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  1613 +}
  1614 +.swiper-button-prev.swiper-button-white,
  1615 +.swiper-container-rtl .swiper-button-next.swiper-button-white {
  1616 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  1617 +}
  1618 +.swiper-button-next,
  1619 +.swiper-container-rtl .swiper-button-prev {
  1620 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  1621 + right: 10px;
  1622 + left: auto;
  1623 +}
  1624 +.swiper-button-next.swiper-button-black,
  1625 +.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  1626 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  1627 +}
  1628 +.swiper-button-next.swiper-button-white,
  1629 +.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  1630 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  1631 +}
  1632 +/* Pagination Styles */
  1633 +.swiper-pagination {
  1634 + position: absolute;
  1635 + text-align: center;
  1636 + -webkit-transition: 300ms;
  1637 + transition: 300ms;
  1638 + -webkit-transform: translate3d(0, 0, 0);
  1639 + transform: translate3d(0, 0, 0);
  1640 + z-index: 10;
  1641 +}
  1642 +.swiper-pagination.swiper-pagination-hidden {
  1643 + opacity: 0;
  1644 +}
  1645 +/* Common Styles */
  1646 +.swiper-pagination-fraction,
  1647 +.swiper-pagination-custom,
  1648 +.swiper-container-horizontal > .swiper-pagination-bullets {
  1649 + bottom: 10px;
  1650 + left: 0;
  1651 + width: 100%;
  1652 +}
  1653 +/* Bullets */
  1654 +.swiper-pagination-bullet {
  1655 + width: 8px;
  1656 + height: 8px;
  1657 + display: inline-block;
  1658 + border-radius: 100%;
  1659 + background: #000;
  1660 + opacity: 0.2;
  1661 +}
  1662 +button.swiper-pagination-bullet {
  1663 + border: none;
  1664 + margin: 0;
  1665 + padding: 0;
  1666 + box-shadow: none;
  1667 + -moz-appearance: none;
  1668 + -ms-appearance: none;
  1669 + -webkit-appearance: none;
  1670 + appearance: none;
  1671 +}
  1672 +.swiper-pagination-clickable .swiper-pagination-bullet {
  1673 + cursor: pointer;
  1674 +}
  1675 +.swiper-pagination-white .swiper-pagination-bullet {
  1676 + background: #fff;
  1677 +}
  1678 +.swiper-pagination-bullet-active {
  1679 + opacity: 1;
  1680 + background: #04BE02;
  1681 +}
  1682 +.swiper-pagination-white .swiper-pagination-bullet-active {
  1683 + background: #fff;
  1684 +}
  1685 +.swiper-pagination-black .swiper-pagination-bullet-active {
  1686 + background: #000;
  1687 +}
  1688 +.swiper-container-vertical > .swiper-pagination-bullets {
  1689 + right: 10px;
  1690 + top: 50%;
  1691 + -webkit-transform: translate3d(0px, -50%, 0);
  1692 + transform: translate3d(0px, -50%, 0);
  1693 +}
  1694 +.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  1695 + margin: 5px 0;
  1696 + display: block;
  1697 +}
  1698 +.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  1699 + margin: 0 5px;
  1700 +}
  1701 +/* Progress */
  1702 +.swiper-pagination-progress {
  1703 + background: rgba(0, 0, 0, 0.25);
  1704 + position: absolute;
  1705 +}
  1706 +.swiper-pagination-progress .swiper-pagination-progressbar {
  1707 + background: #007aff;
  1708 + position: absolute;
  1709 + left: 0;
  1710 + top: 0;
  1711 + width: 100%;
  1712 + height: 100%;
  1713 + -webkit-transform: scale(0);
  1714 + transform: scale(0);
  1715 + -webkit-transform-origin: left top;
  1716 + transform-origin: left top;
  1717 +}
  1718 +.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  1719 + -webkit-transform-origin: right top;
  1720 + transform-origin: right top;
  1721 +}
  1722 +.swiper-container-horizontal > .swiper-pagination-progress {
  1723 + width: 100%;
  1724 + height: 4px;
  1725 + left: 0;
  1726 + top: 0;
  1727 +}
  1728 +.swiper-container-vertical > .swiper-pagination-progress {
  1729 + width: 4px;
  1730 + height: 100%;
  1731 + left: 0;
  1732 + top: 0;
  1733 +}
  1734 +.swiper-pagination-progress.swiper-pagination-white {
  1735 + background: rgba(255, 255, 255, 0.5);
  1736 +}
  1737 +.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  1738 + background: #fff;
  1739 +}
  1740 +.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  1741 + background: #000;
  1742 +}
  1743 +/* 3D Container */
  1744 +.swiper-container-3d {
  1745 + -webkit-perspective: 1200px;
  1746 + -o-perspective: 1200px;
  1747 + perspective: 1200px;
  1748 +}
  1749 +.swiper-container-3d .swiper-wrapper,
  1750 +.swiper-container-3d .swiper-slide,
  1751 +.swiper-container-3d .swiper-slide-shadow-left,
  1752 +.swiper-container-3d .swiper-slide-shadow-right,
  1753 +.swiper-container-3d .swiper-slide-shadow-top,
  1754 +.swiper-container-3d .swiper-slide-shadow-bottom,
  1755 +.swiper-container-3d .swiper-cube-shadow {
  1756 + -webkit-transform-style: preserve-3d;
  1757 + transform-style: preserve-3d;
  1758 +}
  1759 +.swiper-container-3d .swiper-slide-shadow-left,
  1760 +.swiper-container-3d .swiper-slide-shadow-right,
  1761 +.swiper-container-3d .swiper-slide-shadow-top,
  1762 +.swiper-container-3d .swiper-slide-shadow-bottom {
  1763 + position: absolute;
  1764 + left: 0;
  1765 + top: 0;
  1766 + width: 100%;
  1767 + height: 100%;
  1768 + pointer-events: none;
  1769 + z-index: 10;
  1770 +}
  1771 +.swiper-container-3d .swiper-slide-shadow-left {
  1772 + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  1773 + /* Safari 4+, Chrome */
  1774 + background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1775 + /* Chrome 10+, Safari 5.1+, iOS 5+ */
  1776 + /* Firefox 3.6-15 */
  1777 + /* Opera 11.10-12.00 */
  1778 + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1779 + /* Firefox 16+, IE10, Opera 12.50+ */
  1780 +}
  1781 +.swiper-container-3d .swiper-slide-shadow-right {
  1782 + background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  1783 + /* Safari 4+, Chrome */
  1784 + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1785 + /* Chrome 10+, Safari 5.1+, iOS 5+ */
  1786 + /* Firefox 3.6-15 */
  1787 + /* Opera 11.10-12.00 */
  1788 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1789 + /* Firefox 16+, IE10, Opera 12.50+ */
  1790 +}
  1791 +.swiper-container-3d .swiper-slide-shadow-top {
  1792 + background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  1793 + /* Safari 4+, Chrome */
  1794 + background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1795 + /* Chrome 10+, Safari 5.1+, iOS 5+ */
  1796 + /* Firefox 3.6-15 */
  1797 + /* Opera 11.10-12.00 */
  1798 + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1799 + /* Firefox 16+, IE10, Opera 12.50+ */
  1800 +}
  1801 +.swiper-container-3d .swiper-slide-shadow-bottom {
  1802 + background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  1803 + /* Safari 4+, Chrome */
  1804 + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1805 + /* Chrome 10+, Safari 5.1+, iOS 5+ */
  1806 + /* Firefox 3.6-15 */
  1807 + /* Opera 11.10-12.00 */
  1808 + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  1809 + /* Firefox 16+, IE10, Opera 12.50+ */
  1810 +}
  1811 +/* Coverflow */
  1812 +.swiper-container-coverflow .swiper-wrapper,
  1813 +.swiper-container-flip .swiper-wrapper {
  1814 + /* Windows 8 IE 10 fix */
  1815 + -ms-perspective: 1200px;
  1816 +}
  1817 +/* Cube + Flip */
  1818 +.swiper-container-cube,
  1819 +.swiper-container-flip {
  1820 + overflow: visible;
  1821 +}
  1822 +.swiper-container-cube .swiper-slide,
  1823 +.swiper-container-flip .swiper-slide {
  1824 + pointer-events: none;
  1825 + -webkit-backface-visibility: hidden;
  1826 + backface-visibility: hidden;
  1827 + z-index: 1;
  1828 +}
  1829 +.swiper-container-cube .swiper-slide .swiper-slide,
  1830 +.swiper-container-flip .swiper-slide .swiper-slide {
  1831 + pointer-events: none;
  1832 +}
  1833 +.swiper-container-cube .swiper-slide-active,
  1834 +.swiper-container-flip .swiper-slide-active,
  1835 +.swiper-container-cube .swiper-slide-active .swiper-slide-active,
  1836 +.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  1837 + pointer-events: auto;
  1838 +}
  1839 +.swiper-container-cube .swiper-slide-shadow-top,
  1840 +.swiper-container-flip .swiper-slide-shadow-top,
  1841 +.swiper-container-cube .swiper-slide-shadow-bottom,
  1842 +.swiper-container-flip .swiper-slide-shadow-bottom,
  1843 +.swiper-container-cube .swiper-slide-shadow-left,
  1844 +.swiper-container-flip .swiper-slide-shadow-left,
  1845 +.swiper-container-cube .swiper-slide-shadow-right,
  1846 +.swiper-container-flip .swiper-slide-shadow-right {
  1847 + z-index: 0;
  1848 + -webkit-backface-visibility: hidden;
  1849 + backface-visibility: hidden;
  1850 +}
  1851 +/* Cube */
  1852 +.swiper-container-cube .swiper-slide {
  1853 + visibility: hidden;
  1854 + -webkit-transform-origin: 0 0;
  1855 + transform-origin: 0 0;
  1856 + width: 100%;
  1857 + height: 100%;
  1858 +}
  1859 +.swiper-container-cube.swiper-container-rtl .swiper-slide {
  1860 + -webkit-transform-origin: 100% 0;
  1861 + transform-origin: 100% 0;
  1862 +}
  1863 +.swiper-container-cube .swiper-slide-active,
  1864 +.swiper-container-cube .swiper-slide-next,
  1865 +.swiper-container-cube .swiper-slide-prev,
  1866 +.swiper-container-cube .swiper-slide-next + .swiper-slide {
  1867 + pointer-events: auto;
  1868 + visibility: visible;
  1869 +}
  1870 +.swiper-container-cube .swiper-cube-shadow {
  1871 + position: absolute;
  1872 + left: 0;
  1873 + bottom: 0px;
  1874 + width: 100%;
  1875 + height: 100%;
  1876 + background: #000;
  1877 + opacity: 0.6;
  1878 + -webkit-filter: blur(50px);
  1879 + filter: blur(50px);
  1880 + z-index: 0;
  1881 +}
  1882 +/* Fade */
  1883 +.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  1884 + -webkit-transition-timing-function: ease-out;
  1885 + transition-timing-function: ease-out;
  1886 +}
  1887 +.swiper-container-fade .swiper-slide {
  1888 + pointer-events: none;
  1889 + -webkit-transition-property: opacity;
  1890 + transition-property: opacity;
  1891 +}
  1892 +.swiper-container-fade .swiper-slide .swiper-slide {
  1893 + pointer-events: none;
  1894 +}
  1895 +.swiper-container-fade .swiper-slide-active,
  1896 +.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  1897 + pointer-events: auto;
  1898 +}
  1899 +/* Scrollbar */
  1900 +.swiper-scrollbar {
  1901 + border-radius: 10px;
  1902 + position: relative;
  1903 + -ms-touch-action: none;
  1904 + background: rgba(0, 0, 0, 0.1);
  1905 +}
  1906 +.swiper-container-horizontal > .swiper-scrollbar {
  1907 + position: absolute;
  1908 + left: 1%;
  1909 + bottom: 3px;
  1910 + z-index: 50;
  1911 + height: 5px;
  1912 + width: 98%;
  1913 +}
  1914 +.swiper-container-vertical > .swiper-scrollbar {
  1915 + position: absolute;
  1916 + right: 3px;
  1917 + top: 1%;
  1918 + z-index: 50;
  1919 + width: 5px;
  1920 + height: 98%;
  1921 +}
  1922 +.swiper-scrollbar-drag {
  1923 + height: 100%;
  1924 + width: 100%;
  1925 + position: relative;
  1926 + background: rgba(0, 0, 0, 0.5);
  1927 + border-radius: 10px;
  1928 + left: 0;
  1929 + top: 0;
  1930 +}
  1931 +.swiper-scrollbar-cursor-drag {
  1932 + cursor: move;
  1933 +}
  1934 +/* Preloader */
  1935 +.swiper-lazy-preloader {
  1936 + width: 42px;
  1937 + height: 42px;
  1938 + position: absolute;
  1939 + left: 50%;
  1940 + top: 50%;
  1941 + margin-left: -21px;
  1942 + margin-top: -21px;
  1943 + z-index: 10;
  1944 + -webkit-transform-origin: 50%;
  1945 + transform-origin: 50%;
  1946 + -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  1947 + animation: swiper-preloader-spin 1s steps(12, end) infinite;
  1948 +}
  1949 +.swiper-lazy-preloader:after {
  1950 + display: block;
  1951 + content: "";
  1952 + width: 100%;
  1953 + height: 100%;
  1954 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  1955 + background-position: 50%;
  1956 + background-size: 100%;
  1957 + background-repeat: no-repeat;
  1958 +}
  1959 +.swiper-lazy-preloader-white:after {
  1960 + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  1961 +}
  1962 +@-webkit-keyframes swiper-preloader-spin {
  1963 + 100% {
  1964 + -webkit-transform: rotate(360deg);
  1965 + }
  1966 +}
  1967 +@keyframes swiper-preloader-spin {
  1968 + 100% {
  1969 + -webkit-transform: rotate(360deg);
  1970 + transform: rotate(360deg);
  1971 + }
  1972 +}
  1973 +.weui-actionsheet {
  1974 + z-index: 10000;
  1975 +}
  1976 +.weui-popup__overlay,
  1977 +.weui-popup__container {
  1978 + position: fixed;
  1979 + bottom: 0;
  1980 + left: 0;
  1981 + right: 0;
  1982 + height: 0;
  1983 + width: 100%;
  1984 + height: 100%;
  1985 + z-index: 10;
  1986 +}
  1987 +.weui-popup__overlay {
  1988 + background-color: rgba(0, 0, 0, 0.6);
  1989 + opacity: 0;
  1990 + -webkit-transition: opacity .3s;
  1991 + transition: opacity .3s;
  1992 +}
  1993 +.weui-popup__container {
  1994 + display: none;
  1995 +}
  1996 +.weui-popup__container.weui-popup__container--visible {
  1997 + display: block;
  1998 +}
  1999 +.weui-popup__container .weui-cells {
  2000 + margin: 0;
  2001 + text-align: left;
  2002 +}
  2003 +.weui-popup__modal {
  2004 + width: 100%;
  2005 + position: absolute;
  2006 + z-index: 100;
  2007 + bottom: 0;
  2008 + border-radius: 0;
  2009 + opacity: 0.6;
  2010 + color: #3d4145;
  2011 + -webkit-transition-duration: .3s;
  2012 + transition-duration: .3s;
  2013 + height: 100%;
  2014 + background: #EFEFF4;
  2015 + -webkit-transform: translate3d(0, 100%, 0);
  2016 + transform: translate3d(0, 100%, 0);
  2017 + -webkit-transition-property: opacity, -webkit-transform;
  2018 + transition-property: opacity, -webkit-transform;
  2019 + transition-property: transform, opacity;
  2020 + transition-property: transform, opacity, -webkit-transform;
  2021 + overflow-x: hidden;
  2022 + overflow-y: auto;
  2023 +}
  2024 +.popup-bottom .weui-popup__modal {
  2025 + height: auto;
  2026 +}
  2027 +.weui-popup__modal .toolbar {
  2028 + position: absolute;
  2029 + left: 0;
  2030 + top: 0;
  2031 + right: 0;
  2032 + z-index: 1;
  2033 +}
  2034 +.weui-popup__modal .modal-content {
  2035 + height: 100%;
  2036 + padding-top: 2.2rem;
  2037 + overflow: auto;
  2038 + box-sizing: border-box;
  2039 +}
  2040 +.weui-popup__container--visible .weui-popup__overlay {
  2041 + opacity: 1;
  2042 +}
  2043 +.weui-popup__container--visible .weui-popup__modal {
  2044 + opacity: 1;
  2045 + -webkit-transform: translate3d(0, 0, 0);
  2046 + transform: translate3d(0, 0, 0);
  2047 +}
  2048 +.weui-notification {
  2049 + position: fixed;
  2050 + width: 100%;
  2051 + min-height: 3.4rem;
  2052 + top: -2rem;
  2053 + padding-top: 2rem;
  2054 + left: 0;
  2055 + right: 0;
  2056 + z-index: 9999;
  2057 + background-color: rgba(0, 0, 0, 0.85);
  2058 + color: white;
  2059 + font-size: .65rem;
  2060 + -webkit-transform: translate3d(0, -100%, 0);
  2061 + transform: translate3d(0, -100%, 0);
  2062 + -webkit-transition: .4s;
  2063 + transition: .4s;
  2064 +}
  2065 +.weui-notification.weui-notification--in {
  2066 + -webkit-transform: translate3d(0, 0, 0);
  2067 + transform: translate3d(0, 0, 0);
  2068 +}
  2069 +.weui-notification.weui-notification--touching {
  2070 + -webkit-transition-duration: 0s;
  2071 + transition-duration: 0s;
  2072 +}
  2073 +.weui-notification .weui-notification__inner {
  2074 + padding: .4rem .6rem 1rem .6rem;
  2075 + display: -webkit-box;
  2076 + display: -ms-flexbox;
  2077 + display: flex;
  2078 + -webkit-box-align: start;
  2079 + -ms-flex-align: start;
  2080 + align-items: flex-start;
  2081 +}
  2082 +.weui-notification .weui-notification__content {
  2083 + width: 100%;
  2084 + margin: 0rem .4rem;
  2085 +}
  2086 +.weui-notification .weui-notification__title {
  2087 + font-weight: bold;
  2088 +}
  2089 +.weui-notification .weui-notification__text {
  2090 + line-height: 1;
  2091 +}
  2092 +.weui-notification .weui-notification__media {
  2093 + height: 1rem;
  2094 + width: 1rem;
  2095 +}
  2096 +.weui-notification .weui-notification__media img {
  2097 + width: 100%;
  2098 +}
  2099 +.weui-notification .weui-notification__handle-bar {
  2100 + position: absolute;
  2101 + bottom: .2rem;
  2102 + left: 50%;
  2103 + -webkit-transform: translate3d(-50%, 0, 0);
  2104 + transform: translate3d(-50%, 0, 0);
  2105 + width: 2rem;
  2106 + height: .3rem;
  2107 + border-radius: .15rem;
  2108 + background: white;
  2109 + opacity: .5;
  2110 +}
  2111 +.weui-photo-browser-modal {
  2112 + position: fixed;
  2113 + top: 0;
  2114 + left: 0;
  2115 + right: 0;
  2116 + bottom: 0;
  2117 + background: black;
  2118 + display: none;
  2119 + opacity: 0;
  2120 + -webkit-transition: opacity .3s;
  2121 + transition: opacity .3s;
  2122 +}
  2123 +.weui-photo-browser-modal.weui-photo-browser-modal-visible {
  2124 + opacity: 1;
  2125 +}
  2126 +.weui-photo-browser-modal .swiper-container {
  2127 + height: 100%;
  2128 + -webkit-transform: scale(0.2);
  2129 + transform: scale(0.2);
  2130 + -webkit-transition: -webkit-transform .5s;
  2131 + transition: -webkit-transform .5s;
  2132 + transition: transform .5s;
  2133 + transition: transform .5s, -webkit-transform .5s;
  2134 +}
  2135 +.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
  2136 + background: white;
  2137 + visibility: hidden;
  2138 +}
  2139 +.weui-photo-browser-modal .swiper-container.swiper-container-visible {
  2140 + -webkit-transform: scale(1);
  2141 + transform: scale(1);
  2142 +}
  2143 +.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
  2144 + visibility: visible;
  2145 + -webkit-transition-property: visibility;
  2146 + transition-property: visibility;
  2147 + -webkit-transition-delay: .5s;
  2148 + transition-delay: .5s;
  2149 +}
  2150 +.weui-photo-browser-modal .swiper-container .swiper-pagination {
  2151 + bottom: 10px;
  2152 + left: 0;
  2153 + width: 100%;
  2154 +}
  2155 +.weui-photo-browser-modal .photo-container {
  2156 + height: 100%;
  2157 + display: -webkit-box;
  2158 + display: -ms-flexbox;
  2159 + display: flex;
  2160 + -webkit-box-align: center;
  2161 + -ms-flex-align: center;
  2162 + align-items: center;
  2163 + -webkit-box-pack: center;
  2164 + -ms-flex-pack: center;
  2165 + justify-content: center;
  2166 + overflow: hidden;
  2167 +}
  2168 +.weui-photo-browser-modal .photo-container img {
  2169 + max-width: 100%;
  2170 + margin-top: -30px;
  2171 +}
  2172 +.weui-photo-browser-modal .caption {
  2173 + position: absolute;
  2174 + bottom: 40px;
  2175 + left: 0;
  2176 + right: 0;
  2177 + color: white;
  2178 + text-align: center;
  2179 + padding: 0 12px;
  2180 + min-height: 3rem;
  2181 + font-size: 14px;
  2182 + z-index: 10;
  2183 + -webkit-transition: opacity .3s;
  2184 + transition: opacity .3s;
  2185 + -webkit-transition-delay: .5s;
  2186 + transition-delay: .5s;
  2187 + opacity: 0;
  2188 +}
  2189 +.weui-photo-browser-modal .caption .caption-item {
  2190 + display: none;
  2191 + opacity: 0;
  2192 + -webkit-transition: opacity .15s;
  2193 + transition: opacity .15s;
  2194 +}
  2195 +.weui-photo-browser-modal .caption .caption-item.active {
  2196 + display: block;
  2197 + opacity: 1;
  2198 +}
  2199 +.weui-photo-browser-modal .swiper-container-visible .caption {
  2200 + opacity: 1;
  2201 +}
  2202 +.color-primary {
  2203 + color: #04BE02;
  2204 +}
  2205 +.color-danger,
  2206 +.color-error {
  2207 + color: #f6383a;
  2208 +}
  2209 +.color-warning {
  2210 + color: #f60;
  2211 +}
  2212 +.color-success {
  2213 + color: #4cd964;
  2214 +}
  2215 +.bg-primary,
  2216 +.bg-success,
  2217 +.bg-danger,
  2218 +.bg-error,
  2219 +.bg-warning {
  2220 + color: white;
  2221 +}
  2222 +.bg-primary {
  2223 + background-color: #04BE02;
  2224 +}
  2225 +.bg-danger,
  2226 +.bg-error {
  2227 + background-color: #f6383a;
  2228 +}
  2229 +.bg-warning {
  2230 + background-color: #f60;
  2231 +}
  2232 +.bg-success {
  2233 + background-color: #4cd964;
  2234 +}
  2235 +.weui-toptips {
  2236 + z-index: 100;
  2237 + opacity: 0;
  2238 + -webkit-transition: opacity .3s;
  2239 + transition: opacity .3s;
  2240 +}
  2241 +.weui-toptips.weui-toptips_visible {
  2242 + opacity: 1;
  2243 +}
  2244 +.weui-icon_toast {
  2245 + font-size: 55px;
  2246 + color: white;
  2247 + margin-bottom: 6px;
  2248 +}
  2249 +.weui-toast--forbidden .weui-icon_toast {
  2250 + color: #f6383a;
  2251 +}
  2252 +.weui-toast--text {
  2253 + min-height: initial;
  2254 + font-size: 18px;
  2255 + padding: 8px 16px;
  2256 + width: auto;
  2257 + top: 40%;
  2258 +}
  2259 +.weui-toast--text .weui-icon_toast {
  2260 + display: none;
  2261 +}
  2262 +.weui-count {
  2263 + display: inline-block;
  2264 + height: 25px;
  2265 + line-height: 25px;
  2266 +}
  2267 +.weui-count .weui-count__btn {
  2268 + height: 21px;
  2269 + width: 21px;
  2270 + line-height: 21px;
  2271 + display: inline-block;
  2272 + position: relative;
  2273 + border: 1px solid #04BE02;
  2274 + border-radius: 50%;
  2275 + vertical-align: -6px;
  2276 +}
  2277 +.weui-count .weui-count__btn:after,
  2278 +.weui-count .weui-count__btn:before {
  2279 + content: " ";
  2280 + position: absolute;
  2281 + height: 1px;
  2282 + width: 11px;
  2283 + background-color: #04BE02;
  2284 + left: 50%;
  2285 + top: 50%;
  2286 + margin-left: -5.5px;
  2287 +}
  2288 +.weui-count .weui-count__btn:after {
  2289 + height: 11px;
  2290 + width: 1px;
  2291 + margin-top: -5.5px;
  2292 + margin-left: -1px;
  2293 +}
  2294 +.weui-count .weui-count__decrease:after {
  2295 + display: none;
  2296 +}
  2297 +.weui-count .weui-count__increase {
  2298 + background-color: #04BE02;
  2299 +}
  2300 +.weui-count .weui-count__increase:after,
  2301 +.weui-count .weui-count__increase:before {
  2302 + background-color: white;
  2303 +}
  2304 +.weui-count .weui-count__number {
  2305 + background-color: transparent;
  2306 + font-size: .8rem;
  2307 + border: 0;
  2308 + width: 1.3rem;
  2309 + text-align: center;
  2310 + color: #5f646e;
  2311 +}
  2312 +.weui-panel .weui-media-box__title-after {
  2313 + color: #9b9b9b;
  2314 + font-size: .65rem;
  2315 + float: right;
  2316 +}
  1 +html,body{
  2 + width:100%;
  3 + height:100%;
  4 + background: #F5F6FA;
  5 +}
  6 +.order_list{
  7 + display:flex;
  8 + justify-content: space-between;
  9 + align-items: center;
  10 + width:7.5rem;
  11 + height:1rem;
  12 + line-height: 1rem;
  13 + padding: 0 0.41rem;
  14 + background: #fff;
  15 +}
  16 +.order_list li{
  17 + width:1.5rem;
  18 + height:1rem;
  19 + position:relative;
  20 + list-style: none;
  21 + font-size: 0.28rem;
  22 + color:#999999;
  23 + text-align:center;
  24 +}
  25 +.active em{
  26 + position:absolute;
  27 + left:0;
  28 + right:0;
  29 + bottom:0;
  30 + width:0.8rem;
  31 + margin: 0 auto;
  32 + height:0.06rem;
  33 + background:#FE0A01;
  34 +
  35 + border-radius: 0.1rem;
  36 +}
  37 +li.active {
  38 + color:#FE0A01;
  39 + font-size: 0.36rem;
  40 +}
  41 +.item_order_list{
  42 +
  43 + background: #fff;
  44 + padding: 0.32rem 0.5rem;
  45 + padding-bottom: 0;
  46 + margin-top: 0.16rem;
  47 +
  48 +}
  49 +.order_head{
  50 + display:flex;
  51 + justify-content: space-between;
  52 + align-items: center;
  53 +
  54 + height:0.88rem;
  55 + background: #fff;
  56 + border-bottom: 1px solid #f5f5f5;
  57 +
  58 +}
  59 +.order_num{
  60 + display:flex;
  61 +}
  62 +.order_list_num,.item_num{
  63 + font-size: 0.26rem;
  64 + color:#1A1A1A;
  65 + height:0.26rem;
  66 + line-height: 0.26rem;
  67 +}
  68 +.order_content_item{
  69 + display:flex;
  70 + margin-top: 0.24rem;
  71 + /*justify-content: space-between;*/
  72 + /*align-items: center;*/
  73 +}
  74 +.order_content_item:first-child{
  75 + margin-top:0;
  76 +}
  77 +.order_content{
  78 + background:RGBA(250, 250, 250, 1) ;
  79 + padding: 0.18rem;
  80 +}
  81 +.content_text{
  82 + margin-left: 0.3rem;
  83 +
  84 +}
  85 +.content_item_img{
  86 + width:1.32rem;
  87 + height:1.32rem;
  88 +}
  89 +.content_item_img img{
  90 + width:100%;
  91 +}
  92 +.order_type{
  93 + font-size: 0.26rem;
  94 + color:#FE0A01;
  95 +}
  96 +.good_name{
  97 + width:4.5rem;
  98 +
  99 + color:#1A1A1A;
  100 + font-size: 0.26rem;
  101 + overflow: hidden;
  102 + text-overflow: ellipsis;
  103 + white-space: nowrap;
  104 +}
  105 +.good_test{
  106 + width:4.5rem;
  107 + display:flex;
  108 + justify-content: space-between;
  109 + align-items: center;
  110 + margin-top:0.16rem;
  111 +}
  112 +.item_tast,.tast_num{
  113 + font-size: 0.26rem;
  114 + color:#666666;
  115 +}
  116 +.item_tast{
  117 + width:2.5rem;
  118 + overflow: hidden;
  119 + text-overflow: ellipsis;
  120 + white-space: nowrap;
  121 +
  122 +}
  123 +
  124 +.item_price{
  125 + color:RGBA(255, 0, 0, 1);
  126 + font-size: 0.24rem;
  127 + margin-top:0.06rem ;
  128 +}
  129 +.item_money{
  130 + color:RGBA(255, 0, 0, 1);
  131 + font-size: 0.38rem;
  132 + font-weight: bold;
  133 +}
  134 +.unpay{
  135 + overflow: hidden;
  136 + height:1.07rem;
  137 + border-top:1px solid#f5f5f5;
  138 + margin-top: 0.24rem;
  139 + padding-top: 0.23rem;
  140 +}
  141 +.cancelorder{
  142 + float:right;
  143 + width:1.8rem;
  144 + height:0.6rem;
  145 + text-align: center;
  146 + line-height: 0.6rem;
  147 + border-radius: 0.3rem;
  148 + font-size: 0.24rem;
  149 + color:RGBA(26, 26, 26, 1);
  150 + border:1px solid rgba(204,204,204,1);
  151 + margin-right: 0.2rem;
  152 +}
  153 +.pay {
  154 + float: right;
  155 + width: 1.8rem;
  156 + height: 0.6rem;
  157 + text-align: center;
  158 + line-height: 0.6rem;
  159 + border-radius: 0.3rem;
  160 + font-size: 0.24rem;
  161 + color: #fff;
  162 + background: RGBA(254, 10, 1, 1);
  163 +
  164 +}
  165 +/*取消订单弹出层*/
  166 +.deletewrap{
  167 + width: 100%;
  168 + height: 100%;
  169 + background-color: rgba(0,0,0,0.5);
  170 + position:fixed;
  171 + top:0;
  172 + left:0;
  173 + right:0;
  174 + z-index: 5;
  175 +}
  176 +.deletepop{
  177 + width:5.2rem;
  178 + height:3rem;
  179 + background: #ffffff;
  180 + border-radius: 0.1rem;
  181 + position: absolute;
  182 + z-index: 6;
  183 + /*left:0.4rem;*/
  184 + /*top: 3rem;*/
  185 + top:50%;
  186 + left:50%;
  187 + transform: translate(-50%,-50%);
  188 + display: flex;
  189 + flex-direction: column;
  190 + align-items: center;
  191 + overflow: hidden;
  192 + padding-top: 0.29rem;
  193 +
  194 +}
  195 +.suredelete{
  196 + color:#1A1A1A;
  197 + font-size: 0.32rem;
  198 +}
  199 +.certainornot{
  200 + font-size: 0.3rem;
  201 + color:#666666;
  202 + margin-top: 0.43rem;
  203 +}
  204 +.certain{
  205 + display:flex;
  206 + justify-content:space-between;
  207 + align-items: center;
  208 + border-top:1px solid #f5f5f5;
  209 + margin-top: 0.4rem;
  210 +
  211 +}
  212 +.cancel,.sure{
  213 + width:2.6rem;
  214 + height:0.88rem;
  215 + line-height: 0.88rem;
  216 + color:#666666;
  217 + font-size: 0.3rem;
  218 + text-align: center;
  219 +}
  220 +.sure{
  221 + color:#FF0000;
  222 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background: #F5F6FA;
  5 +}
  6 +
  7 +.people_info{
  8 + width:6.86rem;
  9 + height:1.58rem;
  10 + border-radius: 0.2rem;
  11 + background: #fff;
  12 + margin: 0 auto;
  13 + margin-top: 0.16rem;
  14 + padding: 0.3rem 0 0.39rem 0.33rem;
  15 + box-shadow:5px 0px 10px rgba(0,0,0,0.05);
  16 +}
  17 +.people_info_list{
  18 + display:flex;
  19 +}
  20 +.people_name{
  21 + color:#1A1A1A;
  22 + font-size: 0.26rem;
  23 +}
  24 +.people_phone{
  25 + color:#1A1A1A;
  26 + font-size: 0.26rem;
  27 + margin-left: 0.27rem;
  28 +}
  29 +.people_place {
  30 + font-size: 0.26rem;
  31 + color:#1A1A1A
  32 +}
  33 +.row{
  34 + width:6rem;
  35 + text-align: right;
  36 + color:#CCCCCC;
  37 + font-size: 0.26rem;
  38 +}
  39 +/*订单信息*/
  40 +.order_info{
  41 + width:6.86rem;
  42 +
  43 + margin: 0 auto;
  44 + background: #fff;
  45 + border-radius:0.2rem;
  46 + box-shadow:5px 0px 10px rgba(0,0,0,0.05);
  47 + margin-top: 0.16rem;
  48 + padding: 0.35rem 0.32rem;
  49 +}
  50 +/*订单信息*/
  51 +.orderinfo{
  52 + font-size: 0.3rem;
  53 + color:#26363A;
  54 + font-weight: bold;
  55 +
  56 +}
  57 +.orderlist{
  58 + display:flex;
  59 + margin-top: 0.37rem;
  60 +}
  61 +.order_img{
  62 + width:1.28rem;
  63 + height:1.28rem;
  64 +}
  65 +
  66 +.order_img img{
  67 + width:100%;
  68 +}
  69 +.good_list{
  70 + width:4.5rem;
  71 + margin-left: 0.3rem;
  72 +}
  73 +.good_name{
  74 + width:4.5rem;
  75 + color:#1A1A1A;
  76 + font-size: 0.26rem;
  77 + overflow: hidden;
  78 + text-overflow:ellipsis;
  79 + white-space: nowrap;
  80 +
  81 +}
  82 +.good_tast{
  83 + display:flex;
  84 + justify-content: space-between;
  85 + align-items: center;
  86 + margin-top: 0.16rem;
  87 +}
  88 +.good_kilo{
  89 + width:4.5rem;
  90 + overflow: hidden;
  91 + text-overflow:ellipsis;
  92 + white-space: nowrap;
  93 + color:#666666;
  94 + font-size: 0.26rem;
  95 +}
  96 +.good_num{
  97 + color:#666666;
  98 + font-size: 0.26rem;
  99 +
  100 +}
  101 +.people{
  102 + display:flex;
  103 + justify-content: space-between;
  104 + align-items: center;
  105 + margin-top: 0.14rem;
  106 +}
  107 +.peoplecoupon{
  108 + color:#FF0000;
  109 + font-size: 0.24rem;
  110 + width:4.5rem;
  111 + overflow: hidden;
  112 + text-overflow:ellipsis;
  113 + white-space: nowrap;
  114 +}
  115 +.people_price{
  116 + color:#FF0000;
  117 + font-size: 0.28rem;
  118 +}
  119 +/*购买数量*/
  120 +.dispatch{
  121 + width:6.68rem;
  122 + height:1.92rem;
  123 + margin: 0 auto;
  124 + background: #fff;
  125 + border-radius: 0.2rem;
  126 + margin-top: 0.16rem;
  127 + box-shadow:5px 0px 10px rgba(0,0,0,0.05);
  128 +
  129 +}
  130 +.dispatch{
  131 + padding: 0.36rem 0.32rem;
  132 +}
  133 +.dispatch_num{
  134 + display:flex;
  135 + justify-content: space-between;
  136 + align-items: center;
  137 +}
  138 +.buy_num,.num,.type,.type_name{
  139 + font-size: 0.26rem;
  140 + color:#1A1A1A;
  141 +}
  142 +.dispatch_type{
  143 + display:flex;
  144 + justify-content: space-between;
  145 + align-items: center;
  146 + margin-top: 0.43rem;
  147 +}
  148 +.payment_type{
  149 + width:6.86rem;
  150 + height:4rem;
  151 + margin: 0 auto;
  152 + background: #fff;
  153 + border-radius: 0.2rem;
  154 + box-shadow:5px 0px 10px rgba(0,0,0,0.05);
  155 + margin-top: 0.16rem;
  156 + padding: 0.35rem 0.3rem 0.46rem 0.35rem;
  157 +
  158 +}
  159 +.pay_type{
  160 + color:#26363A;
  161 + font-size: 0.3rem;
  162 + font-weight: bold;
  163 +}
  164 +.pay_line{
  165 + width:6rem;
  166 + border-bottom: 1px solid #f5f5f5;
  167 + margin-top: 0.36rem;
  168 +}
  169 +
  170 +.pay_type_list{
  171 + display:flex;
  172 + justify-content: space-between;
  173 + align-items: center;
  174 + margin-top:0.47rem;
  175 +}
  176 +.pay_name{
  177 + color:#1A1A1A;
  178 + font-size: 0.26rem;
  179 +}
  180 +/*合计*/
  181 +.total{
  182 + width:6.86rem;
  183 + height:0.96rem;
  184 + margin:0 auto;
  185 + border-radius: 0.2rem;
  186 + background: #fff;
  187 + margin-top: 0.16rem;
  188 + padding: 0.36rem 0.35rem 0.31rem 0.31rem;
  189 +}
  190 +.totalcalcute{
  191 + display:flex;
  192 + justify-content: space-between;
  193 + align-items: center;
  194 +}
  195 +.totalsum{
  196 + color:#1A1A1A;
  197 + font-size: 0.26rem;
  198 +}
  199 +.totalmoney{
  200 + color:#FF0000;
  201 + font-size: 0.26rem;
  202 +}
  203 +/*买家留言*/
  204 +.buymessage{
  205 + width:6.86rem;
  206 + margin: 0 auto;
  207 + height:3.2rem;
  208 + background: #fff;
  209 + border-radius: 0.3rem;
  210 + box-shadow:5px 0px 10px rgba(0,0,0,0.05);
  211 + margin-top: 0.16rem;
  212 + padding: 0.35rem ;
  213 + margin-bottom: 1.2rem;
  214 +}
  215 +.buysend{
  216 + color:#26363A;
  217 + font-size: 0.3rem;
  218 + font-weight: bold;
  219 +}
  220 +.message{
  221 + width:6.2rem;
  222 + height:1.3rem;
  223 + border:none;
  224 + outline:none;
  225 + border-radius: 0.2rem;
  226 + margin-top: 0.36rem;
  227 + padding-left: 0.05rem;
  228 + color:#1A1A1A;
  229 + font-size: 0.26rem;
  230 + line-height: 0.4rem;
  231 +
  232 +}
  233 +.foot{
  234 + display:flex;
  235 + width:7.5rem;
  236 + height:1rem;
  237 + background: #fff;
  238 + position: fixed;
  239 + bottom:0;
  240 + left:0;
  241 + right:0;
  242 +}
  243 +.buytotal{
  244 + width:5rem;
  245 + display:flex;
  246 +
  247 + align-items: center;
  248 +}
  249 +.buy_total_price{
  250 + color:#666666;
  251 + font-size: 0.24rem;
  252 + margin-left: 0.41rem;
  253 +}
  254 +.buy_total_money{
  255 + color:#BA1B2B;
  256 + font-size:0.3rem ;
  257 + font-weight: bold;
  258 + margin-left: 0.2rem;
  259 +}
  260 +.payorder{
  261 + width:2.5rem;
  262 + height:1rem;
  263 + background: #BA1B2B;
  264 + color:#fff;
  265 + font-size: 0.32rem;
  266 + text-align: center;
  267 + line-height:1rem ;
  268 +}
  269 +.icon-xuanzhong{
  270 + color:#FF0000;
  271 +}
  272 +/*遮罩层*/
  273 +.wrapper{
  274 + width: 100%;
  275 + height: 100%;
  276 + background-color: rgba(0,0,0,0.5);
  277 + position:fixed;
  278 + top:0;
  279 + left:0;
  280 + right:0;
  281 + z-index: 5;
  282 +}
  283 +.pop{
  284 + width:5.2rem;
  285 + height:3.61rem;
  286 + background: #ffffff;
  287 + border-radius: 10px;
  288 + position: absolute;
  289 + z-index: 6;
  290 + /*left:0.4rem;*/
  291 + /*top: 3rem;*/
  292 + top:50%;
  293 + left:50%;
  294 + transform: translate(-50%,-50%);
  295 + display: flex;
  296 + flex-direction: column;
  297 + align-items: center;
  298 + overflow: hidden;
  299 + padding-top: 0.36rem;
  300 + padding-bottom: 0.27rem;
  301 +}
  302 +.weixin{
  303 + color:#1A1A1A;
  304 + font-size: 0.28rem;
  305 + margin: 0 auto;
  306 +}
  307 +.buy_order_money{
  308 + width:4.6rem;
  309 +
  310 + display:flex;
  311 + justify-content:space-between;
  312 + align-items: center;
  313 + padding: 0.36rem 0;
  314 + border-bottom: 1px solid #f5f5f5;
  315 +}
  316 +.buyorder{
  317 + color:#1A1A1A;
  318 + font-size: 0.28rem;
  319 +}
  320 +.ordermoney{
  321 +
  322 + display:flex;
  323 + justify-content: space-between;
  324 + align-items: center;
  325 +}
  326 +
  327 +.buyorder,.ordermoney{
  328 + color:#1A1A1A;
  329 + font-size: 0.28rem;
  330 +}
  331 +.integrate{
  332 +
  333 + color:#1A1A1A;
  334 + font-size: 0.28rem;
  335 +}
  336 +.surepay{
  337 + color:#FF0000;
  338 + font-size: 0.32rem;
  339 + margin-top: 0.38rem;
  340 +}
  341 +.reduce,.add{
  342 + width:0.44rem;
  343 + height:0.44rem;
  344 + border:0.01rem solid #f5f5f5;
  345 + text-align: center;
  346 + line-height: 0.44rem;
  347 +}
  348 +
  349 +.reduce{
  350 + border-right: 0;
  351 +}
  352 +.add{
  353 + border-left: 0;
  354 +}
  355 +.reduce img,.add img{
  356 + width:60%;
  357 + height:60%;
  358 +}
  359 +
  360 +.money_num{
  361 + width:1.2rem;
  362 + height:0.44rem;
  363 + border:0.01rem solid #f5f5f5;
  364 + text-align: center;
  365 + line-height: 0.44rem;
  366 +}
  367 +/*确认支付遮罩层*/
  368 +.paywrapper{
  369 + width: 100%;
  370 + height: 100%;
  371 + background-color: rgba(0,0,0,0.5);
  372 + position:fixed;
  373 + top:0;
  374 + left:0;
  375 + right:0;
  376 + z-index: 5;
  377 +}
  378 +.paypop{
  379 + width:5.2rem;
  380 + height:3rem;
  381 + background: #ffffff;
  382 + border-radius: 10px;
  383 + position: absolute;
  384 + z-index: 6;
  385 + /*left:0.4rem;*/
  386 + /*top: 3rem;*/
  387 + top:50%;
  388 + left:50%;
  389 + transform: translate(-50%,-50%);
  390 + display: flex;
  391 + flex-direction: column;
  392 + align-items: center;
  393 + overflow: hidden;
  394 + padding-top: 0.29rem;
  395 + padding-bottom: 0.27rem;
  396 +}
  397 +.paypop p{
  398 + font-size: 0.28rem;
  399 + color:#1A1A1A;
  400 + margin-top: 0.05rem;
  401 +}
  402 +.paycertain{
  403 + font-size: 0.32rem;
  404 + color:#FF0000;
  405 + margin-top: 0.13rem;
  406 +}
  1 +body,html{
  2 + width:100%;
  3 + height:100%;
  4 + background:#F5F6FA ;
  5 +}
  6 +.header{
  7 + display:flex;
  8 + justify-content: space-between;
  9 + align-items: center;
  10 + background: #fff;
  11 + padding: 0.5rem 0.51rem 0.5rem 0.32rem;
  12 +}
  13 +.person_info{
  14 + display:flex;
  15 +
  16 +}
  17 +.person_img{
  18 + width:1.2rem;
  19 + height:1.2rem;
  20 +}
  21 +.person_img img{
  22 + width:100%;
  23 +}
  24 +.person_name{
  25 + height:1.2rem;
  26 + line-height: 1.2rem;
  27 + font-size: 0.32rem;
  28 + color:#19191A;
  29 + font-weight: bold;
  30 + margin-left: 0.32rem;
  31 +}
  32 +.change{
  33 + font-size: 0;
  34 + width:0.35rem;
  35 + height:0.35rem;
  36 +}
  37 +.change img{
  38 + width:100%;
  39 +}
  40 +.myorder{
  41 + width:6.86rem;
  42 + height:0.65rem;
  43 + background:linear-gradient(90deg,rgba(191,149,113,1),rgba(210,175,139,1));
  44 + border-radius: 0.1rem 0.1rem 0 0;
  45 + margin: 0 auto;
  46 +}
  47 +.myorder{
  48 + display:flex;
  49 + justify-content: space-between;
  50 + align-items: center;
  51 + padding:0.24rem 0.3rem ;
  52 + margin-top: 0.16rem;
  53 +}
  54 +.my_order{
  55 + display:flex;
  56 + height:0.28rem;
  57 + line-height: 0.28rem;
  58 +
  59 +}
  60 +.allorder{
  61 + display:flex;
  62 + height:0.28rem;
  63 + line-height: 0.28rem;
  64 +
  65 +}
  66 +.iconmyorder{
  67 + /*width:0.3rem;*/
  68 + /*height:0.32rem;*/
  69 + font-size: 0.45rem;
  70 + color:#fff;
  71 +}
  72 +.iconallorder{
  73 + /*width:0.14rem;*/
  74 + /*height:0.24rem;*/
  75 + font-size: 0.15rem;
  76 + color:#fff;
  77 +
  78 +
  79 +}
  80 +.my_order_list{
  81 + font-size: 0.3rem;
  82 + color:#fff;
  83 + margin-left: 0.1rem;
  84 +}
  85 +.my_all_order{
  86 + font-size: 0.26rem;
  87 + color:#fff;
  88 + margin-right: 0.1rem;
  89 +}
  90 +.kind{
  91 + width:7.5rem;
  92 + display:flex;
  93 + justify-content: space-between;
  94 + align-items: center;
  95 + background: #fff;
  96 + padding-top: 0.46rem;
  97 + padding-bottom: 0.37rem;
  98 +}
  99 +.exchange,.alderydelivery,.delivery, .finish{
  100 + width:0.68rem;
  101 + height:0.66rem;
  102 + text-align: center;
  103 + color:#6BD586;
  104 + font-size: 0;
  105 + margin-left: 0.55rem;
  106 +}
  107 +.exchange img,.alderydelivery img,.delivery img,.finish img{
  108 + width:100%;
  109 +}
  110 +
  111 +
  112 +.delivery_type{
  113 + width:1.82rem;
  114 + text-align: center;
  115 + font-size: 0.28rem;
  116 + color:#1A1A1A;
  117 + margin-top: 0.15rem;
  118 +
  119 +}
  120 +.accumulate{
  121 + display:flex;
  122 + justify-content: space-between;
  123 + align-items: center;
  124 + width:7.5rem;
  125 + height:0.88rem;
  126 + border-bottom: 1px solid #f5f5f5;
  127 + background: #fff;
  128 + padding: 0.31rem 0.33rem;
  129 +}
  130 +
  131 +.interg{
  132 + margin-top: 0.16rem;
  133 +}
  134 +.accumulate_num{
  135 + display: flex;
  136 + justify-content: space-between;
  137 + align-items: center;
  138 +}
  139 +.myaccumulate,.accumulate_fen{
  140 + color:#1A1A1A;
  141 + font-size: 0.28rem;
  142 +}
  143 +.accumulate_fen{
  144 + margin-right: 0.2rem;
  145 +}
  146 +.row_enter{
  147 + color:#CCCCCC;
  148 + font-size: 0.2rem;
  149 +}
  150 +/*底部导航*/
  151 +.foot{
  152 + display:flex;
  153 + justify-content: space-between;
  154 + align-items: center;
  155 + padding: 0.1rem 1rem;
  156 + position:fixed;
  157 + bottom:0;
  158 + left:0;
  159 + right:0;
  160 + background:#fff;
  161 +
  162 +}
  163 +.home_page{
  164 + font-size: 0.24rem;
  165 + color:#969799;
  166 + width:0.6rem;
  167 + text-align: center;
  168 +}
  169 +.shop_cart{
  170 + color:#969799;
  171 + font-size: 0.24rem;
  172 + width:0.8rem;
  173 + text-align: center;
  174 +}
  175 +.member_center{
  176 + color:#BA1B2B;
  177 + font-size: 0.24rem;
  178 + width:1rem;
  179 + text-align: center;
  180 +}
  181 +.home_img,.shopcart_img,.member_img{
  182 + width:0.6rem;
  183 + height:0.66rem;
  184 + font-size: 0;
  185 +
  186 +}
  187 +.shopcart_img{
  188 + margin-left: 0.05rem;
  189 +}
  190 +.member_img{
  191 + margin-left: 0.2rem;
  192 +}
  193 +.home_img img,.shopcart_img img,.member_img img{
  194 + width:100%;
  195 +}