/*! mescroll -- 精致的下拉刷新和上拉加载js框架  ( a great JS framework for pull-refresh and pull-up-loading )
 * version 1.3.7
 * 2018-09-27
 * author: wenju < mescroll@qq.com > 文举
 * *
 * 官网:  http://www.mescroll.com
 * 动态:  https://github.com/mescroll/mescroll/releases
 * 问答:  http://www.mescroll.com/qa.html
 * issues:  https://github.com/mescroll/mescroll/issues
 * QQ交流群: 633126761
 *
 * 温馨提示: mescroll唯一的全局样式: html,body{height:100%},用于固定body的高度满屏; 如果影响到您原本的项目样式,可自行删除
 *
 *
 * ----- mescroll的html结构解析 ----
 *
 <body>
   <div id="mescroll" class="mescroll">
    <div>

      //下拉刷新区域 ( mescroll初始化之后自动创建 )
      <div class="mescroll-downwarp">
        <div class="downwarp-content">
          <p class="downwarp-progress"></p> <p class="downwarp-tip">下拉刷新 </p>
        </div>
      </div>

      //界面的具体内容
      //<div>界面内容</div>
      //数据列表..
      //<ul id="dataList" class="data-list">
      //	<li>数据列表</li>

        //空布局 ( 列表无任何数据时, 且配置了warpId时, 会自动创建显示 )
        <div class="mescroll-empty">
          <img class="empty-icon" src="../img/mescroll-empty.png"/>
          <p class="empty-tip">暂无相关数据~</p>
           <p class="empty-btn">去逛逛 ></p>
        </div>

      //</ul>

      //上拉加载区域 ( mescroll初始化之后自动创建 )
      <div class="mescroll-upwarp">
        //加载中..
        <p class="upwarp-progress mescroll-rotate"></p><p class="upwarp-tip">加载中..</p>
        //无数据
        <p class="upwarp-nodata">-- END --</p>
      </div>

    </div>
	</div>

	//回到顶部按钮 ( 列表滚动到配置的距离时, 且配置了warpId时, 会自动创建显示, 注意是添加在body中的 )
	<img class="mescroll-totop" src="../img/mescroll-totop.png"/>
</body>
*/body,html{height:100%}body{-webkit-overflow-scrolling:touch}.mescroll{width:100%;height:100%;overflow-y:auto}.mescroll-hardware{-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.mescroll-downwarp{position:relative;width:100%;height:0;overflow:hidden;text-align:center}.mescroll-downwarp-reset{transition:height .3s}.mescroll-downwarp .downwarp-content{position:absolute;left:0;bottom:0;width:100%;min-height:30px;padding:10px 0}.mescroll-upwarp{min-height:30px;padding:15px 0;text-align:center;visibility:hidden}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-nodata,.mescroll-upwarp .upwarp-tip{display:inline-block;font-size:12px;color:grey;vertical-align:middle}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-tip{margin-left:8px}.mescroll-downwarp .downwarp-progress,.mescroll-upwarp .upwarp-progress{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid grey;border-bottom-color:transparent;vertical-align:middle}.mescroll-rotate{animation:mescrollRotate .6s linear infinite}@keyframes mescrollRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mescroll-empty{width:100%;padding-top:20px;text-align:center}.mescroll-empty .empty-icon{width:45%}.mescroll-empty .empty-tip{margin-top:6px;font-size:14px;color:grey}.mescroll-empty .empty-btn{max-width:50%;margin:20px auto;padding:10px;border:1px solid #65aadd;border-radius:6px;background-color:#fff;color:#65aadd}.mescroll-empty .empty-btn:active{opacity:.75}.mescroll-totop{z-index:9990;position:fixed;right:10px;bottom:30px;width:36px;height:36px;border-radius:50%;opacity:0}.mescroll-fade-in,.mescroll-lazy-in{animation:mescrollFadeIn .5s linear forwards}@keyframes mescrollFadeIn{0%{opacity:0}to{opacity:1}}.mescroll-fade-out{pointer-events:none;animation:mescrollFadeOut .5s linear forwards}@keyframes mescrollFadeOut{0%{opacity:1}to{opacity:0}}.mescroll-bar::-webkit-scrollbar-track{background-color:transparent}.mescroll-bar::-webkit-scrollbar{width:6px}.mescroll-bar::-webkit-scrollbar-thumb{border-radius:6px;background-color:#ccc}.mescroll-bar::-webkit-scrollbar-thumb:hover{background-color:#aaa}.btn[data-v-5f998a05]{width:84px;height:32px;font-size:14px;font-weight:700;color:#fff;line-height:21px;background:#4d44c6;border-radius:5px}.hover-mar2[data-v-5f998a05],.hover-mar[data-v-5f998a05]{margin-top:5px;margin-bottom:5px}.commonItem[data-v-5f998a05]:hover{margin-top:-5px;box-shadow:0 5px 20px 5px hsla(0,0%,60%,.5);transition:all .3s linear;border:unset}.commonItem[data-v-5f998a05]{min-width:3.73333333rem;border:unset;padding:0!important;margin-bottom:20px;background:#fff;border-radius:10px;box-shadow:0 0 13px 0 hsla(0,0%,60%,.42)}.commonItem .handleCover[data-v-5f998a05]{position:relative}.commonItem .handleCover .tempBgImg[data-v-5f998a05]{width:100%;padding-top:56.25%;background-size:cover;background-position:50%;position:relative}.commonItem .handleCover .heart[data-v-5f998a05]{width:32px;height:32px;position:absolute;top:10px;left:13px}.commonItem .handleCover .preview[data-v-5f998a05]{width:65px;height:30px;position:absolute;top:7px;right:7px}.commonItem .aboutTemplate[data-v-5f998a05]{padding-top:8px;font-size:12px}.commonItem .aboutTemplate .autherImg img[data-v-5f998a05]{width:32px;height:32px;margin:8px 0 0 10px;border-radius:50%}.commonItem .aboutTemplate .tempText_bottom[data-v-5f998a05]{position:relative;padding:12px 0}.commonItem .aboutTemplate .tempText_bottom .tempText_bottom_text[data-v-5f998a05]{margin:0 12px}.commonItem .aboutTemplate .tempText_bottom[data-v-5f998a05]:after{content:"";height:1px;width:100%;position:absolute;top:0;bottom:0;border-top:1px solid #eee}.commonItem .aboutTemplate .tempText[data-v-5f998a05]{width:100%;padding:0 12px}.commonItem .aboutTemplate .tempText div[data-v-5f998a05],.commonItem .aboutTemplate .tempText p[data-v-5f998a05]{width:100%}.commonItem .aboutTemplate .tempText div .text_ell[data-v-5f998a05]{font-size:18px;font-weight:600;line-height:28px;color:#262626;text-decoration:none;word-wrap:break-word;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.commonItem .aboutTemplate .tempText p[data-v-5f998a05]{height:24px;color:#606060;display:flex;align-items:center}.commonItem .aboutTemplate .tempText p[data-v-5f998a05],.commonItem .aboutTemplate .tempText p span[data-v-5f998a05]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commonItem .aboutTemplate .tempText .tempP1 span[data-v-5f998a05]:first-child{color:#ff9b06;cursor:pointer;margin-left:3px}.commonItem .aboutTemplate .tempText .tempP1 span[data-v-5f998a05]:nth-child(2){font-weight:600;margin:0 3px}.commonItem .aboutTemplate .tempText .tempP2 img[data-v-5f998a05]{width:15px;height:15px;margin-right:5px}.commonItem .aboutTemplate .tempText .tempP2 span[data-v-5f998a05]{display:inline-block;width:78%}.flashSale_le[data-v-5f998a05]{border:1px solid #ff9b06;background:#ff9b06;color:#fff;padding:0 5px}.flashSale_ri[data-v-5f998a05]{border:1px solid #ff9b06;background:#fff;padding:0 5px}.handle_top[data-v-5f998a05]{position:absolute;top:8px;right:0}.price[data-v-5f998a05]{color:#ff9b06;font-size:24px;font-weight:700}.price.discount[data-v-5f998a05]{font-size:18px}.price .unit[data-v-5f998a05]{font-size:14px;font-weight:700}.price-tag[data-v-5f998a05]{transform:scale(.8);transform-origin:left;margin-left:5px}[data-v-5f998a05] .ant-card-body{padding:0!important}.item-info[data-v-5f998a05]{font-size:14px;font-weight:400;color:#878d99}[data-v-5f998a05] .ant-row{display:flex;flex-wrap:wrap}.AhTrh[data-v-5f998a05]{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}@media (min-width:768px){.AhTrh[data-v-5f998a05]{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width:992px){.AhTrh[data-v-5f998a05]{grid-template-columns:repeat(4,1fr)}}.mescroll[data-v-7e181cec]{position:absolute;top:74px;bottom:10px;height:auto;width:100%;background-color:#fff}.list_all[data-v-7e181cec]{display:flex;flex-direction:column;height:calc(100% - 5px)}.hover-mar[data-v-7e181cec]{margin-top:20px;flex-wrap:wrap}.list_one[data-v-7e181cec]{width:1200px;margin:0 auto}.list_text[data-v-7e181cec]{color:#696b74;font-size:13px;position:relative;width:100%;height:30px}.list_text[data-v-7e181cec]:after{content:"";height:1px;width:100%;position:absolute;bottom:0;border-top:1px solid #d9d9d9}.filter_text[data-v-7e181cec]{position:relative;width:100%;height:40px}.filter_text[data-v-7e181cec]:after{content:"";height:1px;width:100%;position:absolute;bottom:0;border-top:1px solid #c1c1c1}.material-wrap[data-v-7e181cec]{padding:20px;width:100%;height:100%;background-color:#fff;position:fixed;z-index:99;top:54px;left:0;right:0;bottom:0}.material-wrap .header[data-v-7e181cec]{width:1080px;margin:0 auto;padding:10px 0;font-size:16px;color:#666}.material-wrap .header p[data-v-7e181cec]{margin:0 10px;color:#999;white-space:nowrap}.material-wrap .header .btn[data-v-7e181cec]{width:84px;height:32px;font-size:14px;font-weight:700;color:#fff;line-height:21px;background:#4d44c6;border-radius:5px}.tab-wrap[data-v-7e181cec]{padding-left:5px;height:54px;line-height:54px;color:#666;font-size:16px;border-bottom:1px solid #eee}.tab-wrap .item[data-v-7e181cec]{padding:0 20px;cursor:pointer}.tab-wrap .item.active[data-v-7e181cec]{position:relative;color:#503ec2}.filter[data-v-7e181cec]{margin-top:15px}.filter .item[data-v-7e181cec]{margin-right:10px;padding:0 10px;height:25px;line-height:25px;font-size:14px;font-weight:400;color:#5a6062;cursor:pointer;border:1px solid #fff}.filter .item.active[data-v-7e181cec]{color:#fff;border-color:#503ec2;border-radius:5px;background-color:#503ec2}.select-status[data-v-7e181cec]{margin:0 20px 0 20px;padding:0 16px;height:40px;font-size:14px;line-height:40px;color:#666;background:rgba(80,62,194,.1)}.select-status .btn[data-v-7e181cec]{margin-left:18px;color:#503ec2;cursor:pointer}.list[data-v-7e181cec]{padding:0 20px;flex-wrap:wrap}.list .item[data-v-7e181cec]{cursor:pointer;border:1px solid rgba(253,246,246,.8)}.list .item.is-hover .hover-box[data-v-7e181cec],.list .item:hover .hover-box[data-v-7e181cec]{display:block;border:2px solid #bd74ff}.list .box-wrap[data-v-7e181cec]{position:relative;margin-bottom:10px;width:100%;height:70px}.list .box-wrap.checked .hover-box[data-v-7e181cec],.list .box-wrap.is-hover .hover-box[data-v-7e181cec],.list .box-wrap:hover .hover-box[data-v-7e181cec]{display:block;border:2px solid #bd74ff}.list .img-box[data-v-7e181cec]{width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:50%}.list .name[data-v-7e181cec]{text-align:center;font-size:14px;line-height:1.2}.pop-item[data-v-7e181cec]{margin-bottom:0;padding:0 0;line-height:30px;font-size:14px;cursor:pointer}.pop-item[data-v-7e181cec]:hover{color:#4d44c6}.full-img-wrap[data-v-7e181cec]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}.full-img-wrap .CurrentImg-wrap[data-v-7e181cec]{width:100%;height:100%;max-width:800px;max-height:500px;min-width:800px;min-height:500px}.btn-group[data-v-7e181cec]{display:flex}.btn-group .btn-action[data-v-7e181cec]{padding:0 10px;line-height:30px;font-size:14px;color:#666;cursor:pointer}.marterial-modal .tips-number[data-v-7e181cec]{position:absolute;right:8px;font-size:12px;color:#999}.marterial-modal .filter .item[data-v-7e181cec]:first-child{padding:0 9px}.manage-group .manage-title[data-v-7e181cec]{font-size:14px;margin-bottom:10px}.manage-group .item[data-v-7e181cec]{padding:10px 10px;font-size:14px;color:#666;border-bottom:1px solid #eee;cursor:move}.manage-group .item .icon[data-v-7e181cec]{padding:0 5px;cursor:pointer}.loadMore[data-v-7e181cec]{text-align:center}