/* 通用定义 */
body{padding:0px;margin:0px;overflow:hidden;-webkit-user-select:none;cursor:url(hand.gif);font-family:Times New Roman;}
form{margin:0px;}
td{text-align:center;font-size:22px}
input{width:64px;height:48px;font-size:20px;vertical-align:middle;padding-top:5px;border-width:1px;text-align:center}
select{width:100px;height:64px;font-size:20px}
button{ background-color:transparent;border:1px}
*{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/*取消点击边框，暂时不用*/
/*标签按钮的背景*/
.CHOF0{width:100px;height:45px;border-radius:0 0 15 0;border:1px solid #ADAAAA;background:-webkit-gradient(linear, left top, left bottom, from(#C5C6C6), to(#251B18));-webkit-box-shadow:0px 3px 3px #CCC;}
/*图标旋转动画*/
@-webkit-keyframes x-spin{0%{ -webkit-transform:rotateX(0deg);}50%{-webkit-transform:rotateX(180deg);}100%{-webkit-transform:rotateX(360deg);}}
@-webkit-keyframes y-spin {0%{ -webkit-transform:rotateY(0deg);}50%{-webkit-transform:rotateY(180deg);}100%{-webkit-transform:rotateY(360deg);}}
.list{background-repeat:repeat-x}
.list .logo{-webkit-perspective:600;-webkit-animation-name:x-spin;-webkit-animation-duration:27s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease;}
.list .logo img{-webkit-animation-name:y-spin;-webkit-animation-duration:23s;}
.bill{padding-top:1px;}
.bill .logo{-webkit-perspective:600;-webkit-animation-name:x-spin;-webkit-animation-duration:27s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease;}
.bill .logo img{-webkit-animation-name:y-spin;-webkit-animation-duration:23s;}
.detailback{}
.waiterback{}
.play{-webkit-border-radius:50px;border-radius:50px;box-shadow:inset 0 -10px 40px rgba(0,0,0,1);background:-webkit-gradient(radial, 50 40, 30, center center, 80, from(#000), to(rgba(255,255,255,1)));width:100px;height:100px;}
.play:before{content:"";position:relative;left:auto;bottom:auto;right:-45px;top:30px;border-width:20px 0px 20px 30px;border-style:solid;border-color:transparent #FFF;display:block;width:0;}
@-webkit-keyframes spinX {from{-webkit-transform: rotateX(0);}to{-webkit-transform: rotateX(-360deg);}}
@-webkit-keyframes spinY {from{-webkit-transform: rotateY(0);}to{-webkit-transform: rotateY(-360deg);}}

.Popup{}
.Popup .rect{}/*长方形*/
.Popup .arrow{}/*带箭头*/
.Popup .show{}/*带四个角投影*/

.Keybord .focus{}
.null{font-size:0px;opacity:0.0;color:#FFF;}.true{font-size:0px;background-color:#000}.false{font-size:0px;background-color:#FFF}
.m0{width:0; display:-moz-inline-stack; display:inline-block; vertical-align:middle; font-size:0;}/*2018-09-07 垂直居中*/
