@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

p {
    margin: 0;
}

ul, ol, li {
    padding-left: 0;
    list-style-type: none;
}

img, input {
    border: 0;
    outline: none;
    padding: 0;
}

a {
    text-decoration: none;
}

select {
    outline: none;
    border: 0;
    border-radius: 5px;
}

html {
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    background-size: cover;
}
.clear{clear:both;overflow:hidden;display:block;}

.left {
    float: left;
}

.right {
    float: right;
}
em, strong {
    font-weight: normal;
    font-style: normal;
}

.lottery {
    width: 747px;
    height: 371px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
}

.lottery_top {
    width: 747px;
    height: 50px;
    background-color: #fafafa;
    border-bottom: solid 1px #dcdcdc;
}

.lottery_top h3 {
    color: #003333;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.lottery-ball {
    height: 105px;
    border-top: solid 1px #dcdcdc;
}

.lottery-ball:first-child {
    border-top: 0;
}

.ball-left {
    overflow: hidden;
}

.ball-img {
    margin: 24px 0 0 20px;
}

.ball-list {
    margin: 15px 0 0 15px;
}

.ball-list em {
    color: #333333;
    font-size: 16px;
}

.jChi {
    color: #0b66b7;
}

.ball-list li {
    float: left;
    width: 33px;
    height: 33px;
    background: url(red-ball.png) no-repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    margin: 18px 10px 0 0;
}

.ball-list .blue {
    background: url(blue-ball.png) no-repeat;
}

.ball-right h3 {
    color: #333333;
    font-size: 16px;
    line-height: 60px;
}

.ball-right p a {
    display: block;
    color: #666666;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.ball-right p a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
