/* menu */
.menu{width:92px;height:92px;position:absolute;top:250px;left:60px;cursor:move;}
*html .menu{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:340px;}
.menu .close-icon{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 28px;
    left: 37px;
    cursor: pointer;
    z-index: 999;
}
.menu .dh{
    font-weight: bold;
    color: #ffffff;
    width: 30px;
    position: absolute;
    top: 44px;
    left: 29px;
    cursor: move;
}
.menu .box{width:200px;height:253px;position:absolute;top:-88px;left:-30px;/* display:none; */}

.menu .box a{font-size: 14px;font-weight: bold;color: #ffffff;box-sizing: border-box;padding: 16px 22px;}
.menu .box .t1{width:72px;height:72px;left:34px;top:8px;}
.menu .box .t2{width:72px;height:72px;left:104px;top:24px;}
.menu .box .t3{width:72px;height:72px;left:138px;top:84px;}
.menu .box .t4{width:72px;height:72px;left:126px;top:154px;}
.menu .box .t5{width:72px;height:72px;left:74px;top:200px;}
.menu .box .t6{width:72px;height:72px;left:3px;top:185px;}
