*{padding: 0;margin: 0;}


body{font-family: "幼圆"; color: #333;}


/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {

    .navbarfooter{ display: block; }

}

.navbarfooter{ display: flex; }

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
@media only screen and (min-width: 600px) {
.add0730Box{ display: flex; }
}


/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {

     .add0730Box{ display: flex; }

} 

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
@media only screen and (min-width: 992px) {

     .add0730Box{ display: none; }

} 

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1200px) {

    .add0730Box{ display : none}

}
div#LR_User_Icon0 {
    z-index: 999;
    top: 177px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer;
}