@charset "utf-8";
/* CSS 文件 */
*{margin:0;padding: 0px}
a{cursor: pointer;color: #fff;}
#my-panel{display: none;width: 220px;padding: 20px;background-color: #333;color: #fff;box-shadow: inset 0 0 5px 5px #222;position: absolute;z-index: 10;}
#my-panel a{display: block;width: 100%;height:50px;line-height: 50px;text-align: center;color: white;}
#my-panel a:hover{background-color: white;color:#67BCFF}
iframe{width: 100%;height: 100%;position: fixed;z-index: -1;top: 0px;left: 0px;}
#footer{position: fixed;bottom:0px;left:0px;width: 100%;line-height: 30px;height:30px;text-align: center;background: black;color: #aaa;}
#footer #my-link{float: left;margin-left: 10px;}
#footer .click{position: absolute; top: -100px; left: 50px;background: rgba(0,0,0,0.618);border-radius: 10px 10px 0px 0px;}
#footer .click img{width: 150px;height: 100px;}
#footer b{float: right;margin-right: 10px;color: #67BCFF}
#my-lin{float: left;margin-left: 10px;text-decoration: none;color: #FF80C0;}
