﻿    @-webkit-keyframes shineBlue {  
        from { -webkit-box-shadow: 0 0 9px #333; }  
        50% { -webkit-box-shadow: 0 0 18px blue; }  
        to { -webkit-box-shadow: 0 0 9px #333; }  
       } 
    .shine_Blue{  
    -webkit-animation-name: shineBlue;   
    -webkit-animation-duration: 3s;  
    -webkit-animation-iteration-count: infinite;   
    } 
    .win{
            width:260px;
            height:260px;
            position:relative;
        }
    #tabdiv{
          border:1px solid #ffffff;
          background-color:#f57777;
          padding-bottom:20px;
          border-radius:10px;
          box-shadow:0px 0px 15px #e9f0f5;
        }
      #tab {
            width: 100%;
        }
      #tab td{
            height:30px;
            padding:5px;
            font-size:14px;
            font-weight:700;
            color:#ffffff;
        }
        .tdcr {
           width:25%;
           text-align:right;
        }
        .tdcl {
           width:75%;
           text-align:left;
        }
       #tab input{
           width:92%;
           border-top:none;
           border-left:none;
           border-right:none;
       }
       #bt{
          text-align:left;
          padding-left:20px;
          height:35px;
          line-height:35px;
          font-size:14px;
          font-weight:700;
          background-color:#ab0c0c;
          color:#ffffff;
          margin-bottom:20px;
          border-bottom:1px solid #ffffff;
          border-radius:10px 10px 0px 0px;
       }
       .btn-style-01{
      border-style:none;
      padding:2px 5px;
      line-height:24px;
      color:#fff;
      font:14px;
      cursor:pointer;
      border:1px #bd0e0e solid;
      -webkit-box-shadow:inset 0px 0px 1px #fff;
      -moz-box-shadow:inset 0px 0px 1px #fff;
      box-shadow:inset 0px 0px 1px #fff;/*内发光效果*/
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;/*边框圆角*/
      text-shadow:1px 1px 0px #b67f01;/*字体阴影效果*/
      background-color:#ab0c0c;
}
.btn-style-01:hover {
    background-color:#e8a201;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e8a201), to(#feb100));
    background-image: -webkit-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -moz-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -ms-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -o-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: linear-gradient(top, #e8a201 0%, #feb100 100%);
}
      