/*******************组件样式*********************/
.lin {       color: #ffffff;
    min-width: 0;}
  .lin  a{        margin: 0 15px;  font-size: 16px;
    color: #ffffff;}
.footer-T-L h2 {
    font-size: 16px;
    border: #fff 1px solid;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;}


.flex{display: flex
;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;}
    
    @media screen and (max-width: 1400px) {
    .footer-B-R p{    font-size: 11px;}
    .flex{    display: block;}
    .footer-T-L h2{    margin-bottom: 20px;}
    
    
    }
/*123*/
