﻿/* 共用样式 */

/*弹框*/
.zzc{width:100%; height:100%; z-index:9998;position: fixed;filter: Alpha(opacity=50);background: #666666;top: 0;left: 0;opacity: 0.6; display:none;}
.show{display:block;}
.hide{display:none;}
.con{width:245px;height:auto;background:#fff; position:fixed; top:150px; left:50%; margin-left:-125px; border-radius:8px; overflow:hidden; box-shadow:0px 1px 5px #9C9C9C; z-index:9999;padding: 1% 3%;}

/* 2018-12-29 加载更多 弹出点击进入买手帮 */
.login_msb h2{height:30px; line-height:30px; text-align: center; position:relative; font-size:14px; font-weight: normal;color:#444; padding:10px 25px 5px 10px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap; border-bottom: 1px solid #f2f2f2;}
.login_msb h2 img{position:absolute; right:0px; top:6px; width:22px; height:22px;  cursor: pointer;}
.login_msb p{margin:20px 0; text-align: center; color:#555;}
.login_msb button{padding:5px 18px; color:#EB484B; border:1px solid #EB484B; border-radius: 15px;background:#fff; margin:0px auto 12px; display:block; cursor: pointer;}



