@charset "utf-8";


.gallery_slide{position:relative;}
.gallery_slide .in .in_dv{width:50%; padding:20px 70px 0 0;}
.gallery_slide .in .in_dv .in_tx{color:#444; font-weight: 300; font-size:1.125em;}
.gallery_slide .in .in_dv .in_tx br{display:none;}
.gallery_slide .in .more_btn{display:block; color:#fff!important; font-size:1.25em; width:54px; height: 54px; line-height: 54px; text-align: center; background-color: #ddd; transition: .3s; cursor: pointer; margin-top:40px; border-radius: 50%;}
.gallery_slide .in .more_btn:hover{background-color:var(--mainColor);}	
.gallery_slide .in .in_img{width:100%;height: 280px; border-radius: var(--item_r); overflow: hidden; text-align: center; position: relative;}
.gallery_slide .in .in_img a{width: 100%; height: 100%; position: absolute; background-color: rgb(137 184 52 / 85%); left: 0; top: 0; transition: all .4s; opacity: 0; padding: 1.5em; display: flex; flex-wrap: wrap; align-items: center;align-content: center; justify-content: center;}
.gallery_slide .in .in_img:hover a{opacity: 1;}

.gallery_slide .in .in_img .img_z img{width: 100%; height: 280px; object-fit:cover;}

.bo_view{position: relative; z-index: 1; transition: .3s;}
.bo_view .xi{font-size: 1.4375em; color: var(--mainColor); width: 54px; height: 54px; line-height: 54px; border-radius: 50%; background: #fff; margin-bottom: 10px;}
.bo_view .tt{font-size: .875em; color: #fff;}

.gallery_slide .main_control .arr_st{position: absolute; top: 50%; transform:translateY(-50%); z-index: 1;} 
.gallery_slide .main_control .arr_st.btn_prev{left: -30px}
.gallery_slide .main_control .arr_st.btn_next{right: -30px}