* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    /* background: radial-gradient(49% 160%, #22b5ff 0, #3a72fa 100%); */
    font-size: 14px;
}
img {
    border: 0px;
}
ul, li {
    list-style-type: none;
}
.lottery-box {
    overflow: hidden;
}
.lottery-box .title {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
    color: #fff;
}
.lottery {
    animation: changeBg .5s ease infinite;
    overflow: hidden;
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
}
@media (min-width: 768px) {
    .lottery {
        width: 400px;
    }
    .lottery-alert {
        max-width: 400px !important;
    }
}
@keyframes changeBg {
0% {
background-image:url(../img/k1.png);
}
100% {
background-image:url(../img/k2.png);
}
}
.lottery .lottery-item {
    height: 250px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}
.lottery .lottery-item ul li {
    width: 33.33333333%;
    position: absolute;
    padding-right: 10px;
}
.lottery .lottery-item ul li:nth-child(2) {
    left: 33.33333333%;
}
.lottery .lottery-item ul li:nth-child(3) {
    left: 66.66666666%;
}
.lottery .lottery-item ul li:nth-child(4) {
    left: 66.66666666%;
    top: 130px;
}
.lottery .lottery-item ul li:nth-child(5) {
    left: 33.33333333%;
    top: 130px;
}
.lottery .lottery-item ul li:nth-child(6) {
    left: 0;
    top: 130px;
}
.lottery .lottery-item ul li .box {
    height: 100px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url(../img/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li .box img {
    display: block;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.lottery .lottery-item ul li .box p {
    color: #708ABF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.lottery .lottery-item ul li.on .box {
    background: url(../img/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li.on .box p {
    color: #fff;
}
.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 33.33333333%;
    width: 33.33333333%;
    top: 130px;
    padding-right: 10px;
}
.lottery .lottery-item .lottery-start .box {
    height: 100px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background: url(../img/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item .lottery-start .box p b {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 30px;
    display: block;
}
.lottery .lottery-item .lottery-start .box:active {
    opacity: 0.7;
}
.lottery .lottery-item .lottery-start .box.gray {
    background: url(../img/bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item .lottery-start .box.gray p {
    color: #708ABF;
    font-weight: bold;
}
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    overflow: hidden;
    z-index: 222;
    top: 0;
    left: 0;
}
.lottery-alert {
    max-width: 95%;
    text-align: center;
    z-index: 10000;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.lottery-alert .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.lottery-alert .close-btn:hover {
    background: rgba(0,0,0,0.2);
}
.lottery-alert h1 {
    font-size: 18px;
    font-weight: bold;
    color: #D92B2F;
}
.lottery-alert img {
    display: block;
    height: 120px;
    margin: 0 auto;
}
.lottery-alert h2 {
    font-weight: normal;
    color: #D92B2F;
    font-size: 15px;
    padding-top: 15px;
}
.lottery-alert p {
    color: #666;
    font-size: 16px;
    padding-top: 5px;
}
.lottery-alert .btnsave {
    border-radius: 3px;
    box-shadow: none;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    margin-top: 12px;
    background: linear-gradient(180deg, rgba(213,60,63,1) 0%, rgba(201,20,24,1) 100%);
    font-size: 16px;
}
.login-btn{
    text-align: center;
    line-height: 0.54rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d80903; 
    margin-top: 10rem;
}
.con{
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    .my-input {
        width: 400px !important;
    }
    .my-infobtn {
        width: 400px !important;
    }
    .tishi{
        width: 400px !important;
    }
}
.my-input{ 
    width: 80%;
    height: 2.5rem;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 40px;
    margin: 5px auto;
    font-size: 14px;
    border: none;
}
.my-inputs{ 
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    margin: 5px auto;
    font-size: 14px;
    border: 1px solid #eee;
}
.my-infobtn{
    width: 80%;
    height: 2.5rem;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 40px;
    margin: 5px auto;
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: #ee635f;
}
.rule-content {
    font-size: 14px;
    line-height: 1.8;
    color: red;
    padding: 20px;
  }
  
  .rule-title {
    font-weight: 500;
    margin: 15px 0 5px 0px;
  }
  
  .rule-list {
    list-style: decimal;
    margin-left: 20px;
  }
  
  .rule-item, .rule-note {
    margin: 10px 0;
  }

.tishi {
  color: #d80903;
  font-size: 14px;
  /* text-align: left; */
  padding: 5px 0;
  margin: 5px auto;
  width: 80%;
}