* {
    margin: 0;
    padding: 0;
}
/*选项卡样式*/
.Drawaprizetab [name='Drawaprizecbx'] {
    display: none;
}

.Drawaprizetab label {
    display: inline-block;
    width: 100px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #9c9c9c;
    border: 1px solid #acacac;
    border-bottom: #ff6c02;
    font-size: 10px;
}

.Drawaprizetab .Drawaprizetext {
    border: 1px solid #ff6c02;
    width: calc(100% - 3px);
    height: 113px;
    margin-top: -0.5px;
    display: none;
}
/*input被选中 找到后面的labal*/
.Drawaprizetab [name='Drawaprizecbx']:checked + label {
    background: #ffffff;
    background-position: 100px 10px;
    color: #ff6c02;
    border-color: #ff6c02;
    border-bottom: none;
    font-weight: 800;
}
/*第一个input被选中，找到后面的div名字text的第一个元素*/
.Drawaprizetab [name='Drawaprizecbx']:checked:nth-of-type(1) ~ div.Drawaprizetext:nth-of-type(1) {
    display: block !important;
}
/*第二个input被选中，找到后面的div名字text的第二个元素*/
.Drawaprizetab [name='Drawaprizecbx']:checked:nth-of-type(2) ~ div.Drawaprizetext:nth-of-type(2) {
    display: block !important;
}
/*  及时码样式*/
.Drawaprizeqie {
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #666;
    font-size: 16px;
    padding-left:1px;
    float: left;
}

.Drawaprizedjs {
    display: inline-block;
    color: #f00;
    margin-top: 2px;
    border: 1px solid;
    max-width: 156px;
    padding: 0 1px 0 1px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    float: left;
}

.Drawaprizetext a {
    font-size: 14px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #255cd1;
    text-decoration: none;
    font-weight: 800;
    font-family: '微软雅黑';
    float: right;
    padding-right:1px;
}

.Drawaprizetext .kj-lottothr {
    clear: both;
    font-size: .9rem;
    color: #444;
    border-top: 1px solid #ccc;
    text-align: center;
}

.Drawaprizetext .kj-lottot, .Drawaprizetext .kj-lottot1 {
    margin: 2px;
    border-radius: 10px;
    width: calc(14.2857% - 4px);
    height: 64px;
    background: linear-gradient(to top,#eee,#fff);
}

.Drawaprizetext .kj-lottot1 {
    box-sizing: border-box;
    border: 1px solid #ff6c02;
    border-color: red;
    box-shadow: 0 0 10px rgb(255 0 0 / 58%);
}

.Drawaprizetext .kj-txt {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-indent: -2px;
    margin: 0 auto;
    background-size: 130px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    background-image: url(/material/Lotteryball.png);
}

.Drawaprizetext .kj-red {
    background-position: 0 0;
}

.Drawaprizetext .kj-blue {
    background-position: -91px 0;
}

.Drawaprizetext .kj-green {
    background-position: -45px 0;
}

.Drawaprizetext .kj-txt1 {
    line-height: 20px;
    margin-top: -8px;
    text-align: center;
    font-size: 12px;
    display: block;
}

.Drawaprizetext .Drawaprizeqi, .Drawaprizetext .kj-xqi {
    color: #ff2d00;
}

.Drawaprizetext .KjRefresh {
    display: inline-block;
    float: right;
    margin-right: 2px;
    background: #f00;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 60px;
    height: 21px;
    line-height: 21px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}