﻿/* 收藏成功提示 */
.alert-collection{width:241px;height:44px;background:rgba(0,0,0,0.7);border-radius:22px;position:fixed;left:50%;top:99px;transform:translateX(-50%);z-index:100; display: none;}
.alert-coll{width:241px;height:44px;display:flex;justify-content:center;align-items:center;}
.alert-coll .coll-l{display:flex;justify-content:flex-start;align-items:center;}
.alert-coll .coll-l i{width:16px;height:16px;background:#35D3A3;margin-right:4px;}
.alert-coll .coll-l span{display:block;font-size:14px;color:#35D3A3;line-height:16px;}
.alert-coll>i{display:block;width:1px;height:12px;background:#FFFFFF;margin:0 8px;}
.alert-coll .coll-r{display:flex;justify-content:flex-start;align-items:center;}
.alert-coll .coll-r span{display:block;font-size:14px;color:#fff;line-height:16px;margin-right:4px;}
.alert-coll .coll-r i{width:16px;height:16px;background:#fff;}
.m-map-error { z-index: 1 }
