/*专栏页面*/
.lee-shop-one {width: 100%;}
.lee-shop-one .info-shop {width: 100%; height: 4.2rem; position: relative; background: #000;}
.lee-shop-one .info-shop img{width: 100%; height: 4.2rem; z-index: 0; position: absolute; top:0;}

.lee-shop-one .info-head { height: 1rem; display: flex; justify-content: space-between; z-index: 999; position: absolute; left: 0; top: 0; width: 100%; padding:0.2rem; }
.lee-shop-one .info-head .left{ width: 0.6rem; height: 0.6rem; line-height: 0.6rem; font-size: 0.32rem; text-align: center; color: #fff;  border-radius: 50%;font-weight: bold;}
.lee-shop-one .info-head .right{ width: 0.6rem; height: 0.6rem; line-height: 0.6rem; font-size: 0.32rem; text-align: center; }

.lee-shop-one .info-text { padding: 0.2rem 0.3rem;}
.lee-shop-one .info-text .price { margin-bottom: 0.2rem; }
.lee-shop-one .info-text .price i { margin-right: 0.2rem; font-size: 0.4rem; }
.lee-shop-one .info-text .price i:last-child { margin-right: 0; font-size: 0.2rem; margin-top: 0.1rem;}
.lee-shop-one .info-text .price .btn { background:red; border-radius: 0.2rem 0 0.2rem 0; height: 0.3rem; line-height: 0.3rem; padding: 0 0.2rem; color: #fff; font-size: 0.24rem; margin-bottom: 0.1rem;}
.lee-shop-one .info-text .price .del { font-size: 0.2rem; text-decoration:line-through;  color: gray;}
.lee-shop-one .info-text .price .sale { font-size: 0.2rem; color: gray; float: right; }
.lee-shop-one .info-text .price .act {border-radius: 0.2rem; height: 0.4rem; line-height: 0.4rem; padding: 0 0.2rem; color: #fff; float: right; }
.lee-shop-one .info-text .title { margin-bottom: 0.3rem; font-size: 0.32rem; color: #000;  font-weight: bold; }
.lee-shop-one .info-text .desc { margin-bottom: 0.3rem; color: #999;  line-height: 0.3rem; max-height: 0.6rem; overflow: hidden; }
.lee-shop-one .info-text .data { margin-bottom: 0.3rem; color: #ccc; display: flex; justify-content: space-between; } 
.lee-shop-one .info-text .tips {color: #754e19; background: #f9e8cf;  line-height: 0.6rem; height: 0.6rem; overflow: hidden; padding: 0 0.2rem; }



.lee-shop-one .info-content {margin-bottom: 1.4rem; min-height: 3rem;}
/*简介*/
.lee-shop-one .info-content .introduce {padding: 0.3rem;}
.lee-shop-one .info-content .introduce img{ max-width: 100%; }
/*评论*/
.lee-shop-one .shop-comment {padding: 0.3rem;}
.lee-shop-one .shop-comment .lidd { display: flex; justify-content: space-between; margin-bottom: 0.2rem;}
.lee-shop-one .shop-comment .lidd:last-child{margin-bottom: 0;}
.lee-shop-one .shop-comment .lidd .imgx { width: 1rem; margin-right: 0.2rem;}
.lee-shop-one .shop-comment .lidd .imgx img{ width: 1rem; height: 1rem; border-radius: 50%; }
.lee-shop-one .shop-comment .lidd .data { width: 100%; height: 100%; padding-bottom: 0.2rem; display: flex; flex-flow: column; border-bottom: 1px solid #f1f1f1;}
.lee-shop-one .shop-comment .lidd .data .name{line-height: 0.5rem; }
.lee-shop-one .shop-comment .lidd .data .star{margin-top: 0.1rem;}
.lee-shop-one .shop-comment .lidd .data .info{margin-top: 0.2rem;}
.lee-shop-one .shop-comment .lidd .data .other{margin-top: 0.2rem; display: flex; justify-content: space-between;}
.lee-shop-one .shop-comment .lidd .data .other i{ margin-left: 0.4rem; }
/*目录*/
.lee-shop-one .info-content .media-list{ padding:0 0.3rem;}
.lee-shop-one .info-content .media-list .list-dd {padding: 0.2rem 0; display: flex; justify-content: space-between; border-bottom: 1px dashed #ccc; position: relative;}
.lee-shop-one .info-content .media-list .list-dd .play {width: 0.6rem; background: #fff; line-height: 1rem; position: absolute; left: 0; top:0.2rem;}
.lee-shop-one .info-content .media-list .list-dd .info {display: flex; flex-flow: column; padding: 0 0.6rem;}
.lee-shop-one .info-content .media-list .list-dd .title {margin: 0.1rem 0; font-size: 0.32rem; line-height: 0.4rem;}
.lee-shop-one .info-content .media-list .list-dd .data {line-height: 0.4rem;}
.lee-shop-one .info-content .media-list .list-dd .lock {width: auto; background: #fff; line-height: 1rem; position: absolute; right: 0; top:0.2rem;}


