.point-center {top: 44px;}
.point-center::-webkit-scrollbar {display: none;}
body {background: #fff;}
.space {display:block;width:100%;height:10px;background:rgba(0,0,0,.055);margin-bottom:0!important;}

.member-point-container {padding: 10px;}
.member-point-container .member-info {height: 40px;line-height: 40px;}
.member-point-container .member-face {width: 40px;height: 40px;display: inline-block;float: left;}
.member-point-container .member-face img {display: block;height: 100%;max-width: 100%;width: auto;}
.member-point-container .nick-name {float: left;display: inline-block;margin-left: 10px;}
.member-point-container .no-login {font-size: 12px;padding: 2px 5px;border: 1px solid;border-radius: 2px;margin-left: 10px;}
.member-point-container .point {float: right;font-size: 12px;height: 40px}
.member-point-container .point em {font-size: 18px;}
.member-point-container .point.point-empty {font-size: 20px;letter-spacing: 4px;}
.member-point-container .explain {height: 30px;line-height: 30px;}
.member-point-container .explain .title {float: left;}
.member-point-container .explain .right {float: right;}
.member-point-container .explain .right img {width: 7px;}

.goods-container {overflow: hidden;}
.goods-container .head {padding: 5px 10px;height:30px;line-height:30px;background:#fff;overflow:hidden;text-align:center;position:relative;box-sizing: content-box;}
.goods-container .head .list-title {overflow:hidden;width:auto;margin:0 auto;display:inline-block;}
.goods-container .head .title-left {float:left;margin-right:5px;}
.goods-container .head .title-left .title-left-second {margin-left:25px;}
.goods-container .head .title-left-first {width:50px;height:12px;border-bottom:1px solid;}
.goods-container .head .title-left-second {width:25px;height:5px;border-bottom:1px solid;}
.goods-container .head .title-right {margin-left:5px;float:left;}
.goods-container .head .left-nav {font-size:15px;float:left;letter-spacing:2px;}
.goods-container ul {margin: 0 10px;}
.goods-container ul li.goods-item {width:calc(50% - 5px);float:left;background:#fff;margin:0 10px 10px 0;}
.goods-container ul li.goods-item:nth-child(2n+2) {margin-right:0;}
.goods-container ul li.goods-item div.imgs {width:100%;position:relative;overflow:hidden;text-align:center;height:auto;}
.goods-container ul li.goods-item div.imgs a {display:block;line-height:200px;padding:50% 0;text-align:center;}
.goods-container ul li.goods-item div.imgs a img {width:100%;max-height:100%;position:absolute;top:0;left:0;vertical-align:middle;}
.goods-container ul li.goods-item .info p.goods-title a {overflow:hidden;text-overflow:ellipsis;display:block;width:100%;line-height:20px;max-height:40px;height:40px;}
.goods-container ul li.goods-item .goods_price em.unit {font-size: 12px;}
/* 无商品数据 */
.empty {text-align: center;padding: 20px 0;}
.empty img{width: 50px;}
.empty p{margin-top: 10px;font-size: 12px;}
/* 说明弹框 */
.tips-layer {position: fixed;left: 0;right: 0;bottom: 0;background: #fff;z-index: 999;height: 40%;width: 100%;display: none;}
.tips-layer .title {height: 40px;line-height: 40px;text-align: center;}
.tips-layer .body {width: 100%;height: calc(100% - 40px);overflow-y: scroll;}
.tips-layer .body::-webkit-scrollbar {display: none;}
.tips-layer .body .detail {padding: 10px}
.tips-layer .body .detail h4 {font-size: 14px;margin-bottom: 5px;}
.tips-layer .body .detail p {font-size: 12px;line-height: 20px;}