<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width:1100px) {
	.column_grid_2{grid-template-columns: repeat(2,1fr);}
	.column_grid_3{grid-template-columns: repeat(2,1fr);}
	.column_grid_4{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width:420px) {
  .column_grid_2{grid-template-columns: repeat(1,1fr);}
  .column_grid_3{grid-template-columns: repeat(1,1fr);}
  .column_grid_4{grid-template-columns: repeat(1,1fr);}
}
/*撱��𦠜�雿� end*************************************************/

/*摰��𦠜�� 璅躰�� start*************************************************/
@media screen and (max-width:600px) {
  .slogan p{
    width: 90%;
    padding: 30px;  }
}
/*摰��𦠜�� 璅躰�� end*************************************************/

/*撌血𢰧��𡝗���雿� start*************************************************/
@media screen and (max-width:640px) {
  .recommend_box{
    text-align: center;
  }
  .recommend_box .pic{
    float: unset;
    display: inline-block;
    width:94%;
    margin:0 auto;
    padding: 0 10px;
  }
  .recommend_box .info{
    float: unset;
    display: inline-block;
    width:94%;
    margin:0 auto;
    padding: 0 10px;
  }
  .recommend_box_type_right .info{text-align: left;}
  .recommend_box_type_right .info p{text-align: left;}
  .recommend_box_type_right .info a{float: left;}
}
/*撌血𢰧��𡝗���雿� end*********************************/

/*news start*************************************************/
@media screen and (max-width:1000px){
  .column_news .box_news .pic{
    width: 240px;
    height: 160px;
  }
  .column_news .box_news .info{
    width: calc(100% - 278px);
  }
}
@media screen and (max-width:960px){
  .column_news.column_news_type_column_2 .box_news,
  .column_news.column_news_type_column_3 .box_news{
    display: inline-block;
    width: calc(48% - 8px);
    margin: 0 0;
  }
}
@media screen and (max-width:640px){
  .column_news.column_news_type_column_2 .box_news,
  .column_news.column_news_type_column_3 .box_news{
    width: 100%;
  }
  .column_news .box_news .pic{
    width: 100%;
    height: unset;
    padding-bottom: 64%;
  }
  .column_news .box_news .info{
    width: 100%;
    margin: 15px 0 0 0;
  }
}
/*news end*************************************************/

/*products_list start**************************************************/
@media screen and (max-width:1600px){
  .products_list_type_6{grid-template-columns: repeat(4,1fr);}
  .products_list_type_5{grid-template-columns: repeat(4,1fr);}
  .products_list_type_4{grid-template-columns: repeat(4,1fr);}
  .products_list_main{grid-template-columns: repeat(4,1fr);}
}
@media screen and (max-width:800px){
  .products_list_type_6{grid-template-columns: repeat(2,1fr);}
  .products_list_type_5{grid-template-columns: repeat(2,1fr);}
  .products_list_type_4{grid-template-columns: repeat(2,1fr);}
  .products_list_main{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width:640px){
  .products_list_type_3{grid-template-columns: repeat(2,1fr);}
}
/*products_list end**************************************************/

/*feature_column start*/
@media screen and (max-width:960px){
  .feature_column_grid_2{grid-template-columns: repeat(2,1fr);}
  .feature_column_grid_3{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width:800px){
  .feature_column .box h2{
    font-size: 1em;
    padding: 10px 3%;
  }
}
@media screen and (max-width:420px) {
  .feature_column_grid_2{grid-template-columns: repeat(1,1fr);}
  .feature_column_grid_3{grid-template-columns: repeat(1,1fr);}
}
/*feature_column end*/

/*album start*************************************************/
@media screen and (max-width:1200px){
  .column_album_grid_4{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width:960px){
  .column_album_grid_4{grid-template-columns: repeat(2,1fr);}
}

/*album end*************************************************/</pre></body></html>