body{font: 14px/1.8 "Arial","微软正黑体","Microsoft JhengHei","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;}
@font-face {
    font-family: 'iconfont';  
    src: url('../iconfont'); /* IE9 */
    src: url('../iconfont/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../iconfont/iconfont.woff2') format('woff2'),
         url('../iconfont/iconfont.woff?') format('woff'),
         url('../iconfont/iconfont.ttf?') format('truetype'),
         url('../iconfont/iconfont.svg?') format('svg');
  }
body{
  background: #F5F7FA;
}
.clearfix{*zoom:1;}
.clearfix:after{ content: ''; display: block;clear: both;}
 .fl{float: left;}
  .fr{float: right;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
a {
    text-decoration: none;
    color: inherit;
  }
  
  ul, li {
    list-style: none;
  }
  li{
    min-width: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  p,a{
    font-size: 14px;
    color: #333;
  }
  button {
    border: none;
    background: none;
    cursor: pointer;
  }
  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,em,img,u,i,ul,li,ol,dl,dt,dd,form,select,label,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;}
  address,cite,dfn,em,var,i{font-style:normal;}
  :root {
    --primary-color: #FF700B;
  }
  .container{ background: #fff; border-radius: 5px; margin: 0 auto;}
@media(min-width:1440px){
  .container{
    width: 1400px;
   
   
   
}
}
@media(max-width:1024px){
  .container{
    width: 100%;
   
    background: #fff;
    border-radius: 5px;
  }
}