﻿/* 
 * 公用的样式组件（按钮 表格 表单）
 * 崔浩亮
 * 2017/05/02
 */
.btn { background-color: #339999; border: none; cursor: pointer; color: #fff; }
.con-tit { margin-top: 27px; line-height: 44px; font-size: 24px; }
/*专柜标题*/
.vip-tit { background-color: #339999; color: #fff; font-size: 16px; line-height: 40px; padding-left: 10px; margin: 20px 0 20px 0; }
.cart-prompt{ display:none; width: 300px; height: 50px; color: #fff; z-index: 9999;position: fixed; top: 5px; left: 50%; margin-left: -156px; line-height: 50px; text-align: center; background-color: rgba(47, 47, 47, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f2f2f,endcolorstr=#2f2f2f); }
