.el-loading-spinner{width:30%;background:rgba(0,0,0,.8);left:50%;transform:translateX(-50%);border-radius:5px;padding:15px 0;color:#fff}.el-loading-spinner i{color:#fff;font-size:22px}.el-loading-spinner .el-loading-text{color:#fff}.el-message-box{width:70%}.cinemaApp{max-width:640px;background:#ececec;margin:0 auto}.cinemaApp .cinema-detail{background:#fff}.cinemaApp .cinema-detail h2{width:92%;margin:0 auto;font-size:18px;font-weight:700;color:#333;padding-top:15px}.cinemaApp .cinema-detail p{width:92%;margin:0 auto;font-size:15px;color:#666;padding:10px 0}.cinemaApp .cinema-detail .moviesList{width:94%;margin:0 auto;display:grid;grid-template-columns:18% 18% 18% 18% 18%;grid-gap:10px;background:#ebebeb;padding:15px 3%}.cinemaApp .cinema-detail .moviesList li{width:100%;position:relative;background:#fff;border-radius:5px;font-size:0;padding:1px}.cinemaApp .cinema-detail .moviesList li.on{background:red}.cinemaApp .cinema-detail .moviesList li.on i{font-size:15px;position:absolute;top:0;color:#fff;left:0;background:rgba(255,0,0,.8);padding:2px 5px;border-radius:5px 0 5px 0}.cinemaApp .cinema-detail .moviesList li .el-image img{border-radius:5px}.cinemaApp .cinema-detail .moviesTitle h1{text-align:center;font-size:16px;padding:15px 0 10px 0}.cinemaApp .cinema-detail .moviesTitle h1 span{font-weight:400;font-size:13px;color:#666;padding-left:5px}.cinemaApp .cinema-detail .moviesTitle h1 span font{font-weight:700;color:#f8a927}.cinemaApp .cinema-detail .moviesTitle div{text-align:center;font-size:14px;color:#666;padding-bottom:15px}.cinemaApp .cinema-detail .moviesTitle div span:last-child{border:0}.cinemaApp .show-list{padding-bottom:15px}.cinemaApp .show-list .tab{display:flex;flex-wrap:nowrap;height:45px;background:#fff;width:calc(100% - 15px);margin-top:1px;padding-left:15px}.cinemaApp .show-list .tab .item{height:45px;line-height:45px;font-size:14px;color:#666;text-align:center;margin-right:20px}.cinemaApp .show-list .tab .on{position:relative;color:#000;font-weight:700}.cinemaApp .show-list .tab .on:after{position:absolute;content:"";bottom:6px;background:linear-gradient(-90deg,#fe506a,#fe5ca3);width:25px;height:4px;left:50%;transform:translateX(-50%);border-radius:5px}.cinemaApp .show-list ul{width:93%;margin:0 auto}.cinemaApp .show-list ul li{width:100%;background:#fff;border-radius:5px;padding:10px 0;position:relative;margin-top:15px}.cinemaApp .show-list ul li .left{width:81%;margin-left:8px}.cinemaApp .show-list ul li .left span{padding-right:20px;font-size:14px;color:#666}.cinemaApp .show-list ul li .left .txtOut{display:inline-block;width:85px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom}.cinemaApp .show-list ul li .first{padding-bottom:10px}.cinemaApp .show-list ul li .first span{color:#000}.cinemaApp .show-list ul li .first span:first-child{font-weight:700;font-size:16px;display:inline-block;width:62px}.cinemaApp .show-list ul li .left span:last-child{float:right;color:#fe506a}.cinemaApp .show-list ul li .left span:last-child font{font-weight:700}.cinemaApp .show-list ul li a{position:absolute;background:linear-gradient(90deg,#fe506a,#fe5ca3);top:50%;transform:translateY(-50%);color:#fff;font-size:14px;width:60px;right:2%;height:30px;border-radius:30px;text-align:center;line-height:30px}