.ly_shop_btn {width: 200px;height: 55px;text-align: center;}
.ly_shop_btn a {font-size: 20px;line-height: 55px;text-decoration: none;}

.ly_banner {font-size: 0;}
.ly_banner_moblie {display: none;font-size: 0;}

.ly_show {width: 100%;margin-top: 5%;}
.ly_show .ly_show_box {width: 93.75%;max-width: 1800px;margin: 0 auto;}
.ly_show .ly_show_box .ly_show_header {text-align: center;}
.ly_show .ly_show_box .ly_show_main {display: flex;flex-direction: row;flex-wrap: wrap;margin-top: 2.5%;}
.ly_sm_item {width: calc((100% - 80px) / 5);margin:0 20px 20px 0;font-size: 0;position: relative;}
.ly_sm_item:nth-child(5n) {margin-right: unset;}
.ly_sm_item:hover a::before,
.ly_sm_item:hover .ly_smi_text {display: block;}
.ly_sm_item a::before {display: none;content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;opacity: 0.5;transition: all .5s;}
.ly_sm_item .ly_smi_text {display: none;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 3;color: #FFF;transition: all .5s;}
.ly_sm_item .ly_smi_text .ly_camera {display: block;width: 50px;height: 50px;margin: 0 auto;background:url(../images/icon.png) no-repeat -1px -136px;}
.ly_sm_item .ly_smi_text .ly_view_more {display: block;font-size: 14px;margin-top: 22%;font-weight: bold;}



@media screen and (max-width:1000px){
	.ly_banner {display: none;}
	.ly_banner_moblie {display: block;}
	
	.ly_show .ly_show_box {width: 92%;}
	.ly_sm_item {width: calc((100% - 30px) / 2);margin: 0 30px 30px 0;}
	.ly_sm_item:nth-child(5n) {margin-right: 30px;}
	.ly_sm_item:nth-child(2n) {margin-right: unset;}
}