@charset "utf-8";
/* CSS Document */
html{ font-size:20px; color:#333; font-family:PingFangSC-Regular,Helvetica,"Droid Sans",Arial,sans-serif; font:inherit}
/*公共部分*/
body,div,h1,h2,h3,h4,h5,span,i,p,input,button,textarea,a,ul,li,dl,dd,dt,strong{ padding:0; margin:0; border:none; font-size:20px; text-decoration:none; outline:none; font-style:normal; font-weight:normal; list-style:none}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none; font-size:20px; color:#16a085;
}
 
/*header_my1*/
.header_my1{ width:100%; height:2.8rem; background:#16a085; position:fixed; z-index:99}
.header_my1 .head{ padding:0 8px; position:relative}
.header_my1 .head h1{ line-height:2.8rem; font-size:1.1rem; color:#fff; text-align:center;}
/*头部*/
.topnav{ position:fixed; z-index:10; margin-top:0rem; background:#16a085;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*ie*/
-moz-box-shadow: 1px 1px 10px #909090;/*firefox*/
-webkit-box-shadow: 1px 1px 10px #909090;/*safari或chrome*/
box-shadow:1px 1px 10px #909090;/*opera或ie9*/ width:100%; margin:0 auto;}
.topnav h1{ font-size:16px; margin-left:1rem; color:#fff;}
.topnav a{font-size:16px; color:#fff; line-height:2.4rem; text-decoration:underline;}

/*底部导航*/
.foot{ position:fixed; z-index:99; bottom:0; height:2rem; background:#16a085; width:100%;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*ie*/
-moz-box-shadow: 6px 2px 10px #666;/*firefox*/
-webkit-box-shadow: 6px 2px 10px #666;/*safari或chrome*/
box-shadow:6px 2px 10px #666;/*opera或ie9*/}
.foot a{ width:98%; height:1.8rem; background:#fff; display:block; text-align:center; line-height:1.8rem; margin:0 auto; color:#16a085; font-size:16px; border-radius:4px; margin-top:0.1rem;}

