body {
    background: #f7f7f7;
    color: #555;
    font-size: 18px;
    margin: 0 auto;
    max-width: 640px;
    margin: 0px auto;
    margin: 0px auto !important;

}
   .mega-menu
      {
      
                z-index: 33;
                background-color: #fff;
                position: relative;
                height: auto;
      }
      .el-col
      {
            border-bottom: 1px dotted #ddd
      }
      .banner img
      {
          width:100%;
      }
#app
{
    background-color: #fff;
        padding: 10px;
            box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0; /* 可选：移除默认左内边距，避免列表左移留空 */
}
.el-col svg
{
 
        width: 15px;
}
.logo img
{
    width:60%;
    height: auto!important;
}
.nav
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    font-size: 16px;
}
.nav a
{
       color:#000;
}
.nav .droppable
{
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #d4f1ff; 
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
   
}
.el-icon
{
    float: right;
}
.mega-menu
{
 display:none;   
}
.footer .list
{
    
}
.fllotbox
{
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    
}
.fllotbox .list
{
    width:20%;
     font-size: 14px;
     
}
.fllotbox .list .title
{
 font-weight: bold;
     
}
.fllotbox .list .title2
{
    padding-left: 5px;
     
}
.contact * ,.copyright
{
    font-size: 12px;
}
.el-row img
{
    width:100px;
}
a{
  color:#000;
}
.smalltitle
{
    font-size: 16px;
    font-weight: bold;
}
.fiocn
{
	float:left;
}