/**** 修改 cn.css **********/
#top_box{height:300px; background:#606372 url('../yIncs/images/bg/top_bg_shop.jpg') no-repeat; background-size:cover;}


#main_box{margin-top:-50px;}

.p_box{display:block; float:left; width:1180px; height:auto; padding:20px;}
.pone{display:block; float:left; width:200px; height:350px; padding:15px; border:1px solid #FFF; border-radius:10px; position:relative;}
.pone:hover{border-color:#F60;}
.pone .pic{display:block; float:left; width:100%; height:204px; border-radius:10px;}
.pone .ly_box{display:block; width:200px; height:30px; line-height:30px; overflow:hidden; border-radius:0 0 10px 10px;
            position:absolute; left:15px; top:189px; z-index:800; opacity:0.9;}
.pone .ly_box img{display:block; float:left; width:auto; height:100%; z-index:801; position:relative;}
.pone .ly_box .lyname{display:block; width:90%; height:100%; line-height:30px; font-size:14px; color:#FFF; z-index:802;
                      position:absolute; top:0px; left:40px;}
.pone .gname{display:block; float:Left; width:100%; height:auto; line-height:1.4em; font-size:16px; color:#000; text-align:justify;
            overflow:hidden; margin:5px 0 0 0;}
.pone .tsname, .pone .islh{display:block; float:left; width:auto; padding:2px 3px; line-height:1em; font-size:14px; margin:10px 10px 0 0;
                           color:#03cd7b; border:1px solid #03cd7b;}
.pone .islh{color:#F60; border-color:#F60;}
.pone .price_box{display:block; float:left; width:100%; height:auto; overflow:hidden; margin:8px 0 0 0;}
.pone .price_box .price{display:block; float:left; width:auto; height:25px; line-height:25px; padding:0 5px 0 10px;
                        font-size:20px; color:#F60; font-weight:800;
                        background:url("../yIncs/images/shop/price.png") left 8px no-repeat;
                        background-size:12px; }
.pone .price_box .price_old{display:block; float:left; width:auto; height:30px; line-height:30px;
                        font-size:13px; color:#aaa; text-decoration:line-through;}
