﻿.innerpage.english-manuals .container .pageAll{max-width:1400px;margin:0 auto}
.em-tags-list{display: flex;justify-content: center;flex-wrap:wrap;margin-top:40px;}
.em-tags-list .em-tags-item{width:auto;margin:0 10px;border-bottom-left-radius: 10px;border-top-right-radius: 10px;color:var(--fontcolor);font-weight:var(--fontbold7);text-align:center;padding:5px 15px;font-size:18px;min-width:100px;cursor: pointer;border:1px solid var(--color);transition: all .3s;}
.em-tags-list .em-tags-item:hover,.em-tags-list .em-tags-item.active{background:var(--color);color:#fff;}
.em-box-bot-list .em-box-bot-item{display:none;}
@media (max-width:1024px){.em-tags-list .em-tags-item{width:47%;margin:5px 7px;}}
@media (max-width:550px){.em-tags-list .em-tags-item{width:100%;margin:5px 0;}
.em-tags-list .em-tags-item{font-size:16px;}}