@charset "utf-8";

/* shortcut */

.fix-wrap{position:fixed;left:20px;bottom:80px;width:40px;height:40px;z-index:14; font-size:14px;}
.fix-wrap .fix-nav{position:absolute;left:0;bottom:50px;width:150px;border-radius:2px;background:rgba(255, 255, 255, 0.9);opacity:0;
    -webkit-transition:all linear .15s;-webkit-transform:translate(-40px, 100px) scale(0.2);}
.fix-wrap .fix-nav.show{opacity:1;-webkit-transform:translate(0px, 0px) scale(1);}
.fix-wrap .fix-nav li{height:44px;border-bottom:1px solid #DDDEDE;line-height:44px; padding:0 20px 0 15px; }
.fix-wrap .fix-nav li a{display:block; color:#666666;background:url(../images/list_right.png) no-repeat center right;}
.fix-wrap .fix-nav li em{display:inline-block;width:16px;height:16px;margin:0 3px 0 3px;background-size:2em;vertical-align:-2px; }
.fix-wrap .fix-nav li i{display:block;width:5px;height:5px;margin:20px 10px 0 0;border:1px solid #A2A1A1;border-width:1px 0 0 1px;-webkit-transform:rotate(135deg); }
.fix-wrap .fix-nav li:last-child{border:0 none;}
.fix-wrap .fix-link{display:block;position:absolute;left:0;bottom:0;width:40px;height:40px;background:#389FFF url(../images/shortcut.png) no-repeat -1px -170px;background-size:2.8em;border-radius:40px;border:2px solid #fff;}
.screenIfm{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.3;z-index:13;}
.fix-wrap .fix-link.gray{background-color:#a1a1a1;}
