﻿/*导航列表 flOuter   */

.mainWz{ width:78%; margin:0 auto; }

.fl{width:100%; margin:30px auto; }

.fl>span{ margin:0 auto; display:block;max-width:180px; padding:2px 5px;  font-size:2em; color:red; text-align:center;box-shadow: 5px 5px rgba(0, 0, 0, .2); border-radius:15px 0 15px 0; background-color:#CBFFA6;}
 

 .flxx{
         width:100%; margin:0 auto;display: -webkit-flex;display: flex;
        justify-content:space-around; flex-wrap:wrap; border-bottom:dashed 1px #EDEDED; padding-bottom:20px;
        
        }
 .flxx>a{ font-size:1.6em; margin:5px; border:solid 1px #CC99CC; border-radius:5px; padding:2px;}
 .flxx>a:hover{ color:Red;text-shadow:1px 1px 0 rgba(255,255,255,1),1px 1px 2px rgba(0,85,0,.8);}


 .backgo{box-shadow: 2px 2px rgba(0, 0, 0, .2); display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:50%; background-color:#CC99CC; color:White; font-size:1.6em; font-weight:bold; position:fixed; top:50px; left:5px;}

