.container {
  width: 100%;
  min-height: 16.24rem;
  box-sizing: border-box;
  position: relative;
  background: url(../img/newBg3.jpg)
    no-repeat;
  background-size: 100% 100%;
  background-color: #33ccbb;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
.not_huan{
  white-space: nowrap;
}
#cnzz_stat_icon_1281341560{
  display: none;
}

.container_text{
  position: absolute;
  left: 50%;
  top: 17%;
  transform: translate(-50%, -50%);
}
.container_text img{
  width: 6rem;
 
}
#cnzz_stat_icon_1279881384 {
  display: none;
}

.rightImg {
  width: 1.26rem;
  height: .52rem;
  position: absolute;
  right: 0;
  z-index: 2;
}
.leftImg {
  width: 0.43rem;
  height: 1.68rem;
  position: absolute;
  left: 0;
  z-index: 2;
}
.btnShare {
  top: 3.93rem;
}
.btnRule {
  top: 4rem;
}
.btnPrizeList{
  display:none;
  top: 4.5rem;
}
.btnList {
  top: 5.2rem;
}
.iconImg{
  width: 2.7rem;
  height: .85rem;
  position: absolute;
  right: .4rem;
  top:6rem;
  /* margin-top:5rem */
}
.errs {
  min-height: 11rem;
  height: 11rem;
  position: relative;
  z-index: 0;
}
.enterBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  /* justify-content: space-evenly; */
  width: 100%;
  margin-top: 1.25rem;
}
.enter {
  width: 4.8rem;
  height: 1.1rem;
  /* background: url(https://zity-cloud.obs.cn-north-1.myhuaweicloud.com/tianjin-yunkefu-20231129/btnStart.png)
    no-repeat; */
    background: url(../img/newBtnStart.png)
    no-repeat;
  background-size: 100% 100%;
  border: none;
  margin-bottom: 0.3rem;
}
.btnList {
  width: 4.8rem;
  height: 1.1rem;
  background: url(../img/newBtnList.png)
    no-repeat;
  background-size: 100% 100%;
  border: none;
}
.stateImg {
  width: 5.08rem;
}
/* 中奖记录 */
.ListBox {
  width: 5.8rem;
  height: 7rem;
  background: url(../img/newListBox.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  /* box-sizing: border-box; */
  top: 45%;
  left: 50%;
  padding:.2rem;
  transform: translate(-50%, -50%);
}
.closeListTost {
  width: 0.6rem;
  position: absolute;
  top: 16%;
  right: 5%;
  /* transform: translate(-50%, -50%); */
}
.prizeList {
  width: 5.1rem;
  margin-top: 1.4rem;
  padding-left: 0.35rem;
  height: 78%;
  overflow: auto;
  list-style: none;
  color: #767676;
}
.prizeList li {
  padding: 0 0.2rem;
  margin-bottom: 0.5rem;
}
.tip {
  margin-top: 0.1rem;
}
.prize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copybtn {
  width: 1.58rem;
  height: 0.59rem;
  background: url(https://zity-cloud.obs.cn-north-1.myhuaweicloud.com/tianjin-yunkefu-20231129/copybtn.png)
    no-repeat;
  background-size: 100% 100%;
}
/* 规则 */
.ruleBox {
  width: 6rem;
  height: 8rem;
  background: url(../img/newRoleBox.png) no-repeat;
  /* background: url(https://zity-cloud.obs.cn-north-1.myhuaweicloud.com/tianjin-yunkefu-20231129/ruleBox.png) no-repeat; */
  background-size: 100% 100%;
  color: #13562E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ruletitle{
  margin-top: 0.6rem;
  text-align: center;
  font-size: .55rem;
  font-weight: 600;
  font-style: italic;
}
.closeTost {
  width: 0.6rem;
  position: absolute;
  right: 0.5rem;
  top: 0.9rem;
}
.ruleList {
  width: 5.2rem;
  margin-top: 1.2rem;
  padding-left: 0.4rem;
  height: 81%;
  overflow: auto;
}
.ruleList p {
  font-size: 0.23rem;
  font-family: SourceHanSansCN;
  color: #2f6077;
  line-height: 0.4rem;
}
table {
  width: 100%;
  margin: 10px auto;
}
th {
  font-weight: bold;
}

th,
td {
  text-align: center;
  font-size: 16px;
  color: #2f6077;
  border: 1px solid currentColor;
  line-height: 2;
}
/* 免责声明 */
.relief-box {
  width: 6rem;
  /* height: 4rem; */
  background-color: #fff;
  border-radius: 0.2rem;
  /* overflow: hidden; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.relief-title {
  color: #333;
  line-height: 1rem;
  font-weight: bold;
  font-size: 0.4rem;
}
.relief-txt {
  width: 21em;
  font-size: 0.22rem;
  color: #666;
  line-height: 1.4;
  word-break: break-all;
}
.relief-choose {
  font-size: 0.22rem;
  width: 21em;
  flex: 1;
  display: flex;
  align-items: center;
}
.relief-choose-input {
  display: none;
}
.relief-choose-input + i {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #a31310;
  margin-right: 0.5em;
  position: relative;
}
.relief-choose-input:checked + i::after {
  content: "";
  width: 0.5em;
  height: 0.25em;
  border: none;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%) rotate(-45deg);
}
.relief-choose-txt {
  font-size: 0.22rem;
  color: #666;
  line-height: 1.4;
}
.btn-relief-know {
  width: 100%;
  border-top: 1px solid #dedede;
  background-color: #fff;
  color: #a31310;
  height: 0.8rem;
  font-size: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 0.2rem;
}
.btn-end-know {
  width: 100%;
  border-top: 1px solid #dedede;
  background-color: #fff;
  color: #a31310;
  height: 0.8rem;
  font-size: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#cnzz_stat_icon_1281318287 {
  display: none;
}
.stateBox{
  /* margin-top:1rem; */
}


.top{
  width: 5rem;
  height: 2.6rem;
  margin: 0 auto;
  color: #5295a2;
  margin-top: 1.5rem;  
}
.time{
  font-size: .35rem;
  font-weight: 600;
}
.prizes{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prizename{
  font-size: .3rem;
  font-weight: 600;
}
.btnCopy{
  width: 1.57rem;
  height: 0.63rem;
  background: url(../img/newCopyBtn.png) no-repeat;
  background-size: 100% 100%;
  
}
.prizeCode{
  width: 3.4rem;
  height: 0.3rem;
  font-size: .19rem;
  padding: 0.1rem;
  text-align: center;
  border: 1px solid #5295a2;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  line-height: .3rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #5295a2;
}
.timeTip{
  font-size: 0.18rem;
  margin: 0 auto;
  text-align: left;
  width: 5rem;
}
.top_title{
  font-size: .5rem;
  font-weight: 600;
  text-align: center;
}
.bar{
  width: 5rem;
  margin: 0 auto;
  border-bottom: 2px dashed #5295a2;
  margin-top: 0.6rem;
}
.bottom_title{
  margin: 0 auto;
  width: 5rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #5295a2;
  margin-top: .2rem;
  /* margin-bottom: .3rem; */
  /* margin-left: .2rem; */
}
.bottomTip{
  width: 5rem;
  margin: 0 auto;
  font-size: .20rem;
  color: #5295a2;
  font-weight: bold;
}
.err_top{
  color: #5295a2;
  padding-left:.5rem;
  padding-right:.5rem;
  margin-top: 1.75rem;
}