@charset "utf-8";
/* CSS Document */
.wrap{background:url(../images/bg.jpg) center top no-repeat;width:100%; position:relative;}
body{background: #000;font-family: "Noto Sans SC", sans-serif;}
.content{width:1000px; margin:0 auto; position:relative;padding-top: 460px;padding-bottom: 200px;}
.lottery-info{margin: 0 auto 30px;background: url(../images/btn.png) no-repeat;width: 317px;height: 136px;position: relative;}
.award-wrap{background: black;border-radius: 5px;width: 980px;border: 3px solid #ffd100;margin: 0 auto;outline: 3px solid black;padding: 50px 0px;}
.award-list{display: flex;justify-content: left;flex-wrap: wrap;}
.award-list div{width: 25%;margin-bottom: 15px;}
.award-list div img{display: block;width: 89px;height: 89px;margin: 0 auto;}
.award-list div p{text-align: center;line-height: 33px;color: white;font-size: 12px;font-weight: bold;}
.lottery-info p{text-align: center;padding-top: 56px;line-height: 80px;font-size: 16px;font-weight: bold;text-shadow: -1px -1px 0 #004c82, 1px -1px 0 #004c82,-1px  1px 0 #004c82,1px  1px 0 #004c82; color: #5bddf7;}
.lottery-info button{display: block;position: absolute;left: 0;top: 0;width: 317px;height: 136px;border: 0;background: none;}

.match-rule{margin: 40px auto 0;width: 960px;}
.match-rule h2{text-align: center;font-size: 26px;line-height: 60px;color: black;}
.match-rule p{font-size: 22px;color: #494949;line-height: 40px;width: 90%;margin: 0 auto;}
.match-rule p b{font-size: 20px;color: #ffd100;}
.award-list div.no-award{line-height: 100px;text-align: center;color: white;font-size: 22px;font-weight: bold;width: 100%;}
