/*商家列表 */
.hy-shoplist{padding-top:0;background:#fff;}
.hy-shoplist .shop-item{margin-top:15px;background:#fff;border-bottom:1px #eee solid;padding-bottom:15px;
		height:80px;position:relative;
	}
.hy-shoplist .shop-item span{display:block;position:relative;overflow:hidden;float:left;
		width:80px;height:80px;}
.hy-shoplist .shop-item .num{position:absolute;top:2px;left:2px;background:#ddd;color:#fff;
	padding:0 3px;font-size:14px;margin:0;border-radius:3px;
}
.hy-shoplist .shop-item:nth-child(1) .num{background:#EF0E0E;}
.hy-shoplist .shop-item:nth-child(2) .num{background:#419DEE;}
.hy-shoplist .shop-item:nth-child(3) .num{background:#F8AF41;}
.hy-shoplist .shop-item span:before {content: '';display: block;padding-top: 100%;}
.hy-shoplist .shop-item span img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.hy-shoplist .hy-notice{float:left;margin-left:10px;width:70%;overflow:hidden;}
.hy-shoplist .hy-notice .text{font-size:16px;margin-top:5px;color:#333;height:21px;overflow: hidden;}
.hy-shoplist .hy-notice .adress{margin-top:8px;font-size:13px;color:#888;height:18px;overflow: hidden;}
.hy-shoplist .hy-notice .adress i{font-size:15px;color:#EF0E0E;padding-right:5px;position:relative;
		top:2px;left:0px;
	}
.hy-shoplist .hy-notice .hots{margin-top:8px;color:#888;font-size:13px;}
.hy-shoplist .hy-notice .hots em{padding-right:25px;}
.hy-shoplist .hy-notice .hots i{font-size:13px;margin-left:5px;color:#F8AF41;}
.hy-shoplist .iphone{position:absolute;right:-3px;top:18px;}
.hy-shoplist .iphone span{width:30px;height:30px;border:1px #FF3E3F solid;border-radius:50%;position:relative;}
.hy-shoplist .iphone i{font-size:18px;color:#FF3E3F;top: 50%;
    left:50%;transform: translate(-50%, -50%);position:absolute;}
.near-text{margin-top:10px;font-size:12px;}
.near-text i{font-size:15px;color:#419DEE;padding-right:5px;}
/*详情页 */
.hy-showimgs{height:300px;overflow:hidden;position:relative;}
.hy-showimgs .pics{
     width:100%;
height:0;
padding-bottom:80%;
overflow:hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
}
.namepic{width:60px;height:60px;border-radius:50%;float:left;}
.hy-content{background:#fff;clear: both;overflow:hidden;padding:10px;margin-top:8px;position:relative;}
.hy-content .guanzhu{position:absolute;right:10px;bottom:10px;}
.hy-content .guanzhu a{display:inline-block;padding:1px 12px;color:#FF3E3F;border:1px #FF3E3F solid;
    border-radius:8px;}
.show-text{float:left;margin-left:15px;width:70%;}
.show-text .text{font-size:16px;margin-top:6px;}
.show-text .hots{margin-top:12px;color:#888;font-size:13px;position:relative;}
.show-text .hots p{padding-right:25px;}
.hy-lianxi{display:block;}
.hy-lianxi li{display:block;height:33px;line-height:33px;}
.hy-lianxi li i{font-size:18px;color:#EF0E0E;position:relative;top:2px;left:0px;}
.hy-lianxi li:nth-child(1) i{color:#06CE0D;font-size:20px;top:1px;}
.hy-lianxi li:nth-child(2) i{color:#419DEE;font-size:20px;left:2px;}
.hy-lianxi li:nth-child(3) i{color:#F9B121;}
.hy-lianxi li span{width:30px;display:inline-block;}
.hy-lianxi li .icon{width:30px;}
.zhichi{border-top:1px #eee solid;padding-top:15px;margin-top:15px;}
.zhichi .array_field{display:inline-block;border:1px solid #999;border-radius:5px;
			padding:0px 10px;height:20px;margin:0 10px 10px 0;color:#999;font-size:12px;
           line-height:20px;
		}
/*切换 */
.Contents1{padding:10px;background:#fff;}
.shows-hy{margin-top:5px;}
.shows-hy img{display:block;width:100%;margin-top:8px;}
.show-notice{margin-top:8px;}
.show-notice .tag{font-size:15px;}
.show-notice .bgbox{line-height:20px;font-size:13px;}
/*tan*/
.weitanbox{
	position: fixed;top: 0;left: 0;width: 100%;
	height: 100%;background-color:#000;
	z-index: 9999;display:none;opacity:0.7;
}
.weitan{
	position: fixed;
   left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:250px;
    padding:5px;
    background: #FFF;
    overflow: hidden;
    z-index: 9999;
    display: none;
    border-radius:8px;
    }
.weitan img{display:block;width:100%;}
.wei-close{text-align:center;font-size:16px;padding:10px;background:#eee;}
