﻿*{
  word-wrap:break-word;
  word-break:normal;
  font-family:"微软雅黑";
}
@media(max-width:1560px){
  span[style*='font-size:24px']{
    font-size:20px!important;
  }
  span[style*='font-size:40px']{
    font-size:32px!important;
  }
  span[style*='font-size:32px']{
    font-size:28px!important;
  }
  span[style*='font-size:36px']{
    font-size:28px!important;
  }
}
@media(max-width:1300px){
  span[style*='font-size:24px']{
    font-size:20px!important;
  }
  span[style*='font-size:40px']{
    font-size:30px!important;
  }
  span[style*='font-size:32px']{
    font-size:26px!important;
  }
  span[style*='font-size:36px']{
    font-size:26px!important;
  }
}