.webshoplist1{padding: 0 15px;}
.webshoplist1 .itembox{padding:40px 20px;background: #2b1c11;border: 1px solid #c4b095;border-radius: 10px;counter-reset: li;}
.webshoplist1 .cont{position: relative;}
.webshoplist1 .cont .item{ width:100%;height:64px; line-height:64px;border-radius: 50px; display:inline-block;background-image: linear-gradient(90deg, rgba(3, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%), linear-gradient(#8c704a, #8c704a);; padding-left:7px;box-sizing: border-box;position: relative;}
.webshoplist1 .cont:nth-child(n+2){margin-top: 20px;}
.webshoplist1 .cont .md_title{display: inline-block;margin-right: 160px;height: 64px;overflow: hidden;position: absolute;left: 77px;top: 0;}
.webshoplist1 .cont .md_title i.iconfont{padding-left:3px;}
.webshoplist1 .cont .num::after{ content: counter(li);counter-increment: li;height:52px; width:52px; background:#FFF; line-height:52px; text-align:center; display:inline-block;border-radius: 50%;}
.webshoplist1 .cont .attention{position: absolute;right: 30px;top: 0;}
.webshoplist1 .cont .star{background: url('/mobile/public/img/iconnum/1/4.png');width: 45px;height: 36px;display: inline-block;vertical-align: middle;}

.webshoplist1 .cont:nth-child(1) .star{background: url('/mobile/public/img/iconnum/1/1.png');}
.webshoplist1 .cont:nth-child(2) .star{background: url('/mobile/public/img/iconnum/1/2.png');}
.webshoplist1 .cont:nth-child(3) .star{background: url('/mobile/public/img/iconnum/1/3.png');}

.webshoplist1 .cont:nth-child(1) .item{background-image: linear-gradient(90deg, rgba(3, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(#9c3a3a, #9c3a3a); }
.webshoplist1 .cont:nth-child(2) .item{background-color: #68727c;background-image: none;}
.webshoplist1 .cont:nth-child(3) .item{background-color: #856b54;background-image: none;}
.webshoplist1 .cont:nth-child(4) .item{background-color: #ad9a7e;background-image: none;}

.webshoplist1 .cont:nth-child(1) .item .num{color: #9c3a3a;}
.webshoplist1 .cont:nth-child(2) .item .num{color: #68727c;}
.webshoplist1 .cont:nth-child(3) .item .num{color: #856b54;}
.webshoplist1 .cont:nth-child(4) .item .num{color: #ad9a7e;}
.webshoplist1 .cont:nth-child(n+5) .item .num{color: #8c704a;}
