.live-detail{width:100vw;height:100vh;padding:10px;box-sizing:border-box;background:#000}.live-detail .header{color:#fff;display:flex;justify-content:space-between;position:relative;z-index:2}.live-detail .header .left{display:flex;align-items:center;color:#fff;font-size:13px;padding:0 15px 0 5px;box-sizing:border-box;background-color:hsla(0,0%,51%,.5);border-radius:30px}.live-detail .header .left img{width:35px;height:35px;border-radius:50%;overflow:hidden}.live-detail .header .left div.name{max-width:120px}.live-detail .header .close{background:hsla(0,0%,51%,.5);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}.live-detail .header .close .van-icon{font-size:18px;color:#fff}.live-detail .video-area{width:100%;height:100%;background-color:#000;position:absolute;top:0;left:0;z-index:1;display:flex;align-items:center}.live-detail .goods-info{display:flex;width:96%;position:absolute;bottom:25px;left:2%;z-index:2;background-color:#fff;padding:10px;box-sizing:border-box;border-radius:10px}.live-detail .goods-info .pic{width:70px;height:70px;border-radius:5px;overflow:hidden}.live-detail .goods-info .desc{margin-left:15px;width:70%;display:flex;justify-content:space-between;align-items:flex-end}.live-detail .goods-info .desc .price-info{margin-top:15px;display:flex;justify-content:space-between}.live-detail .goods-info .desc .price-info .cheap-price{display:flex;align-items:center;color:#e54635}.live-detail .goods-info .desc .price-info .cheap-price .point{font-size:16px}.live-detail .goods-info .desc .original-price{font-size:13px}.live-detail img{width:100%}