.WLottery_box{width:100%;height:auto;background-repeat: no-repeat;background-size: cover;}
.WLottery_box .mcl50{width:50%;}
.WLottery_box .mcl50 img{width:100%;height:100%;}
.WLottery_box .DesBox{background-color: #fff;background-repeat: no-repeat;background-size: cover;align-items: center;display: grid;}
.WLottery_box .DesBox .title{text-align: center;margin-top: 10px;font-size: 16px;font-weight: bold;}
.WLottery_box .DesBox .PreName{font-size: 13px;text-align: center;margin-top: 10px;}
.WLottery_box .DesBox .Name{font-size: 20px;text-align: center;font-weight: bold;color:#0e7b05;}
.WLottery_box .DesBox .wintext{font-size: 16px;text-align: center;margin-top: 10px;}
.WLottery_box .DesBox a{background: none;color: #000;width: fit-content;margin-right: auto;margin-left: auto;}
.WLottery_box .DesBox{float:right;height:230px;}
.WLottery_box .ImgBox{float:left;height:230px;}
@media screen and (max-width: 800px){
    .WLottery_box .mcl50{width:100%;height:auto;float:left;}
    .WLottery_box .DesBox{height:auto;}
    .WLottery_box .ImgBox{height:auto;}
}