@charset "utf-8";
@import url(mobile_header.css);
@media screen and (max-width:600px ) {
.ztzl_box ul{width: 100%;}
.ztzl_box .hd {margin-bottom: 10px;}
.ztzl_box .bd {padding: 0px!important;}
.ztzl_box .bd ul li{width: calc((100% - 10px)/2)!important;margin-bottom: 10px!important;margin-right: 10px!important;}
.ztzl_box ul li:nth-child(2n) {margin-right: 0px!important;}
.ztzl_box .hd ul  li{width:100px;}
.ztzl_box .hd ul  li.on {background: #70af3f;}
.ztzl_box .hd ul li.on a {color: #ffffff;}
.ztzl_box .hd ul li img{height: calc((50vw - 20px) / (245 / 80));}
}
@media screen and (max-width:375px ) {
.ztzl_box .bd ul li{width: 100%!important;margin-right:0px!important;}
.ztzl_box .hd ul li img{height: calc((100vw - 20px) / (245 / 80));}
}