/*导航条样式*/
#nav{width: 100%;height: 53px;background-color: #749ef9;position: fixed;left: 0;right: 0;top: 0;float: left;z-index: 100;}
.navText{display:inline-block;width: 23%;line-height:53px;text-align: center;font-size: 12pt;margin:0 -2px;}
.navText div{color: white;display: inline-block;}
.navText span{margin-right: 2px;}
.navText img{height: 10pt;width: 8pt;}

/*锚点定位偏移*/
/*.target{position: relative;top: -52px;display: block;height: 0;overflow: hidden;}*/

.content{margin-top: 100px;}

/*热销爆款top1 top2样式*/
.top{width: 96%;height:43%;margin: 0 2%;background-color: white;position: relative;border-radius: 5px;}
.topIcon{width: 9%;position: absolute;}
.cpPhoto{display:inline-block;width: 43%;}
.cpText{display: inline-block;position: absolute;margin-top: 4%;font-size: 15px;}

/*两侧有空隙的产品列表*/
.goodsList{width: 96%;margin: 0 2%;font-size: 14px;font-weight: 400;}
.goodsText{width: 90%;margin-left: 4%;}

/*两侧无空隙的产品列表*/
.goodsList2{width: 100%;font-size: 13px;}
.goodsText2{width: 90%;margin-left: 5%;}
/*产品名称超出2行部分用...表示，连续英文折行*/
.goodsTitle{text-overflow: ellipsis;overflow: hidden;display: -webkit-box;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;word-break: break-all;line-height: 20px;}

/*立即抢购 按钮样式*/
.buyBtn{width: 92%;height: 30px;line-height: 30px;text-align: center;margin-left: 4%;
color: white;font-size: 12px;background-color: #ea3323;cursor: pointer;}
