
.img_box{position: relative;}
.guide_img{width:100%;height: 100%}
.imgcount{position: absolute;bottom: 10px;right: 10px;background-color: rgba(0,0,0,0.5);color: #fff;font-size: 14px;padding:3px 10px;border-radius: 20px;}

.des{padding:10px 12px 10px 12px;font-size: 16px;color: #686868;margin-bottom: 10px;background: #fff;text-align: justify;}
.product_item{position: relative;}
.other_guide{background: #fff;margin-top: 10px;}
.other_guide_tag{font-size: 14px;padding: 10px 15px 5px 15px;color: #3388ff;margin-top:10px;border-bottom: 1px solid #eee}
.guide_name{-webkit-line-clamp: 1;-webkit-flex: 1;color:#383838;font-size: 14px}
.arrow{position: absolute;right: 10px;height: 24px;margin-top: -12px;top: 50%}

.overlay{width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);position: fixed;z-index: 99999;top: 0;left: 0;display: none}
.img_show{width: 1000px;margin:0 auto;padding:50px 0;position: relative;height: 100%;display: flex;align-items: center;}
.left_btn,.right_btn{height: 40px;position: absolute;top: 50%;margin-top:-20px;z-index: 100}
.left_btn{left: -40px;}
.right_btn{right: -40px}
.close_btn{width: 40px;position: absolute;right: -25px;top: 25px;z-index: 1000}