* {margin: 0;padding: 0;outline: 0;}
body {
	background: transparent;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: 微软雅黑;
}
a, a.visited {
	text-decoration: none;
	color: #0000FF
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.xam_box{ width:100%; max-width:800px; margin:2px auto; background-image: url(../images/bg.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px); overflow:hidden;}
@media (min-width: 720px){
.xam_box {
    padding:2rem;

}
}
@media (max-width:795px){
.xam_box {
	width:auto;
		height:150px;
    padding:1rem 1rem;overflow:hidden;
}
}
.lottery-expect {
    font-size:16px;
    margin: 0.25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}
.mr-2 {
    margin-right: 0.5rem;
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
img, svg{
    display: block;
    vertical-align: middle;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center; font-size:16px; line-height:32px;
}
.ball-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;
    overflow: hidden;
}
.bg-ball-green {
    background-image: url(../images/green.png);
}
.bg-ball-blue {
    background-image: url(../images/blue.png);
}
.bg-ball-red {
    background-image: url(../images/red.png);
}
.ball-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.ball-item-top {
    height: 2.25rem;
    min-height: 2.25rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background-color: rgba(197, 197, 197, .2);
}
.ball-number {
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 2.25rem;
    min-height: 2.25rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top:5px;
    padding-right: 2px;
    color: #000;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3.2rem;
}
.ball-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 700;
}
.date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem 0;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	 line-height:26px;
}
.date-left {
    margin-right: 0.5rem;
}