.xontent_pagse{background-image:url('../images/indexTabe/bjt.png');background-size:cover;min-height:500px;background-color:#ECF0FB;}
.tag-container{display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:20px;column-gap:30px;width:100%;margin-top: 40px;}
.tag{display:inline-block;padding:10px 28px;border-radius:8px;border:1px solid #3a8bff;color:#3a8bff;font-size:18px;cursor:pointer;user-select:none;white-space:nowrap}

@media (max-width:1680px){

  .tag-containe{row-gap:15px;column-gap:20px;}
  .tag{font-size: 16px;}

}

@media (max-width:1460px){



}

@media (max-width:768px){

  .xontent_pagse{min-height: 300px;}
  .tag-container{margin-top: 12px;column-gap:12px;}
  .tag{font-size: 14px;padding:8px 16px;}

}