/* CSS Document */
/*---open app---------*/
.shows{position: fixed;  left: 0; right:0px;  bottom: 0;   width: 100%;   height: 56px;background: #fff;z-index: 999999999999;border-top:1px solid #E2E2E2;max-width:750px;margin:0 auto;}
.shows #floor_div{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;padding:0px 0px;}
.shows #lefticon {   display: flex;   justify-content: space-between;  align-items: center;margin-left:15px;}
.shows #lefticon img {    display: block;    width: 68px;   margin-right: 12px;}
.shows #lefticon p span {    color: #666666;    font-size: 13px;    display: block; line-height: 17px;}
.shows #downloadicon{margin-right: 15px;}
.shows #downloadicon .dl {    display: block;    width: 72px;    height: 27px;}
.shows #downloadicon .dl img{width:100%;height:100%;vertical-align:middle;}
