#live-draw {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* 抽奖转盘 */
  /* 抽奖弹窗 */
}
#live-draw .prop-close {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 27px;
  height: 27px;
}
#live-draw .prop-close img {
  display: block;
  width: 100%;
  height: 100%;
}
#live-draw .lottery-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#live-draw .lottery-box .lottery-title {
  position: relative;
  margin-bottom: -1.3rem;
}
#live-draw .lottery-box .lottery-title img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#live-draw .lottery-box .sub-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.8rem auto 1rem;
  color: #fff;
  position: relative;
  margin-bottom: -5rem;
}
#live-draw .lottery-box .turntable {
  position: relative;
  width: 34.5rem;
  height: 42.5rem;
  margin: 0 auto 0.5rem;
}
#live-draw .lottery-box .turntable .turn-item {
  position: absolute;
  width: 7rem;
  height: 9rem;
  left: 49%;
  top: 51.5%;
}
#live-draw .lottery-box .turntable .turn-item p {
  font-size: 12px;
  text-align: center;
  color: #CE0500;
}
#live-draw .lottery-box .turntable .turn-item img {
  width: 100%;
  display: block;
}
#live-draw .lottery-box .turntable .turn-item:first-child {
  transform: rotateZ(30deg) translate(-4.7rem, -9rem);
}
#live-draw .lottery-box .turntable .turn-item:nth-child(2) {
  transform: rotateZ(90deg) translate(-3.4rem, -4.5rem);
}
#live-draw .lottery-box .turntable .turn-item:nth-child(3) {
  transform: rotateZ(150deg) translate(1.3rem, -3rem);
}
#live-draw .lottery-box .turntable .turn-item:nth-child(4) {
  transform: rotateZ(210deg) translate(5.1rem, -6.5rem);
}
#live-draw .lottery-box .turntable .turn-item:nth-child(5) {
  transform: rotateZ(270deg) translate(3.7rem, -11.5rem);
}
#live-draw .lottery-box .turntable .turn-item:nth-child(6) {
  transform: rotateZ(330deg) translate(-1.3rem, -12.5rem);
}
#live-draw .lottery-box .lottery-pointer {
  text-align: center;
  width: 3rem;
  height: 2.5rem;
  line-height: 1.3rem;
  padding: 3.5rem 2.5rem 2rem;
  position: absolute;
  left: 13.25rem;
  top: 18.2rem;
  transform-origin: 50.3% 58.6% !important;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
}
#live-draw .lottery-box .record {
  margin: 0 auto;
  width: 131px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(270deg, #FF7432 0%, #F14542 100%);
  border-radius: 17px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
#live-draw .view-lottery-list {
  font-size: 1.3rem;
  width: 11rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  color: #ffffff;
  background: linear-gradient(to right, #F14542, #FF7432);
  margin: 0.5rem auto 0.9rem;
}
#live-draw #codeLuckDraw {
  padding-bottom: 0.3rem;
}
#live-draw .cj-banner {
  position: relative;
}
#live-draw .cj-banner .rules-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  height: 2.3rem;
  line-height: 2.3rem;
  background-color: #fe0000;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 0.5rem;
  font-size: 1.2rem;
}
#live-draw .Draw-porp {
  position: relative;
}
#live-draw .cssFixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 101;
}
#live-draw .hide-porp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
#live-draw .prize-box {
  width: 27rem;
  height: 30rem;
  background-color: #FDF8E4;
  border-radius: 0.625rem;
}
#live-draw .prize-box.no-record {
  height: 22rem;
}
#live-draw .prize-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.62rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20210514/4862035119963989670_pic1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
#live-draw .prize-box .text {
  padding: 8rem 0 0.8rem;
  color: #a25a19;
  font-size: 1.7rem;
  font-weight: bold;
}
#live-draw .prize-box .prize img {
  width: 11.5rem;
}
#live-draw .prize-box .prize.winning-record img {
  margin-top: -1.4rem;
}
#live-draw .prize-box .prize p {
  color: #a25a19;
  font-size: 1.4rem;
  padding: 0.5rem 0 1rem;
}
#live-draw .prize-box a {
  background: linear-gradient(#FF6621, #FF390F);
  padding: 0 4.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
}
#live-draw .prize-box .hb-tips {
  color: #888888;
  line-height: 1.8rem;
}
#live-draw .NotDraw {
  text-align: center;
  background-color: #fffada;
  border-radius: 0.6rem;
  width: 25rem;
  padding: 2rem 1rem;
  min-height: 8rem;
}
#live-draw .NotDraw.w19 {
  width: 19rem;
}
#live-draw .NotDraw .ok-icon {
  width: 4rem;
  height: 4rem;
  background: url(//image01.homedo.com/Files/Images/cms/www/20210910/5761030533236121868_pic1.png) no-repeat;
  background-size: 100% 100%;
  margin: 1rem auto 2rem;
}
#live-draw .NotDraw strong {
  font-size: 1.6rem;
  color: #626260;
  line-height: 1.8rem;
  padding-bottom: 1rem;
  display: block;
  width: 17rem;
  margin: 0 auto;
}
#live-draw .NotDraw p {
  color: #888888;
  padding-top: 0.5rem;
}
#live-draw .NotDraw .act-link {
  margin-top: 2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background-color: #ff2d00;
  display: inline-block;
  border-radius: 2rem;
  font-size: 1.5rem;
}
#live-draw .NotDraw .prizeTips-btn {
  margin-top: 1.5rem;
}
#live-draw .NotDraw .prizeTips-btn a {
  width: 11rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 2rem;
  text-align: center;
  display: inline-block;
  margin: 0 0.5rem;
}
#live-draw .NotDraw .prizeTips-btn .back {
  background-color: #ff2d00;
}
#live-draw .NotDraw .prizeTips-btn .giveUp {
  background-color: #ffa800;
}
#live-draw .WinningPrize-box {
  width: 30rem;
  background-color: #FDF8E4;
  border-radius: 0.6rem;
}
#live-draw .WinningPrize-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(//image01.homedo.com/Files/Images/cms/www/20210910/4943717906918974116_pic1.png) no-repeat;
  width: 100%;
  height: 6.25rem;
  background-size: 100% 100%;
}
#live-draw .WinningPrize-info {
  width: 100%;
  box-sizing: border-box;
}
#live-draw .WinningPrize-info .porp-hd {
  display: block;
  background: url(//image01.homedo.com/Files/Images/cms/www/20210910/4943717906918974116_pic1.png) no-repeat;
  height: 5.5rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.5rem;
  border-radius: 3px 8px 0 0;
}
#live-draw .WinningPrize-info .porp-hd span {
  color: #2a2a2a;
}
#live-draw .WinningPrize-info .info-box {
  border: 0.1rem solid #ff8a00;
  border-radius: 0.6rem;
  background-color: #fff;
  padding: 0.8rem 1.2rem 1.2rem;
  margin: 7.5rem 1.4rem 1.2rem;
}
#live-draw .WinningPrize-info p {
  text-align: left;
  color: #2a2a2a;
  padding-bottom: 0.9rem;
  font-size: 1.4rem;
}
#live-draw .WinningPrize-info p em {
  color: #ff8227;
  padding-left: 0.2rem;
  font-weight: normal;
}
#live-draw .WinningPrize-info li {
  font-size: 1.4rem;
  text-align: left;
  color: #464646;
  border: 1px solid #dfdfdf;
  margin-bottom: 1rem;
  padding: 0.7rem;
  font-weight: 600;
}
#live-draw .WinningPrize-info li.hasChoice {
  border: none;
  padding: 0.8rem 0.6rem;
}
#live-draw .WinningPrize-info li.marNone {
  margin-top: 0;
}
#live-draw .WinningPrize-info li input {
  color: #2a2a2a;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: none;
  float: right;
  width: 17rem;
  outline: none;
  font-weight: 400;
}
#live-draw .WinningPrize-info li input.none::-webkit-input-placeholder {
  color: #ff2d00;
}
#live-draw .WinningPrize-info .addgress.hasText {
  border: none;
  padding: 0 0.6rem;
  position: relative;
}
#live-draw .WinningPrize-info .addgress.hasText input {
  color: #2f7bff;
  padding-left: 1.5rem;
  width: 15.5rem;
}
#live-draw .WinningPrize-info .addgress.hasText i {
  width: 1.2rem;
  height: 1.3rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201026/4638468413108941859_pic1.png) 0 0 no-repeat;
  position: absolute;
  top: 0.3rem;
  background-size: 1.2rem 1.3rem;
  left: 7rem;
}
#live-draw .WinningPrize-info .submit {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 3.7rem;
  line-height: 3.7rem;
  border-radius: 2rem;
  margin: 0 auto 0.5rem;
  width: 15.5rem;
  background-color: #f4471e;
  display: block;
}
#live-draw .WinningPrize-info #reset {
  background: none;
  border: none;
  color: #777;
  font-size: 1.4rem;
  outline: none;
}
#live-draw .closeCss {
  width: 3rem;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
}
#live-draw .choiceAddressBox {
  overflow: hidden;
  position: fixed;
  z-index: 10001;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
#live-draw .noaddress {
  position: fixed;
  z-index: 10010;
  left: 0;
  bottom: 5.9rem;
  width: 100%;
}
#live-draw .Address-box {
  background: #fff;
}
#live-draw .AddressTitle {
  position: relative;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.7rem;
  color: #222222;
}
#live-draw .AddressTitle .close-porp {
  width: 1.1rem;
  height: 1.1rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20171116/5201223539950822118_pic1.png) 0 0 no-repeat;
  background-size: 1.1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#live-draw .AddressBtn {
  overflow: hidden;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.5rem;
  line-height: 4.5rem !important;
  padding: 0 !important;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0;
}
#live-draw .AddressBtn li {
  font-size: 1.5rem !important;
  float: left;
  padding: 0 1.2rem !important;
  color: #222222;
  position: relative;
  display: none;
  height: 4.5rem !important;
}
#live-draw .AddressBtn li.cur:after {
  color: #1DBFDA;
  content: "";
  height: 0.2rem;
  width: 100%;
  background: #0ebbd8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#live-draw .choiceCity dd p {
  display: block;
  height: 3.5rem;
  padding: 0rem 1.2rem;
  line-height: 3.5rem;
  text-align: left;
  font-size: 1.5rem;
  color: #222222;
}
#live-draw .choiceCity dd {
  display: none;
}
#live-draw .choiceCity dd a {
  position: relative;
}
#live-draw .choiceCity dd a.cur {
  color: #1cbfda;
}
#live-draw .choiceCity dd a.cur:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: -1.5rem;
  top: 0.25rem;
  background: url("https://image01.homedo.com/Files/Images/cms/www/20171116/5155199873622162650_pic1.png") no-repeat center;
  background-size: 1.2rem 1.2rem;
}
#live-draw .fromPlace {
  padding: 0rem 1.5rem 0.5rem;
  font-size: 1.4rem;
  margin-top: -0.5rem;
}
#live-draw .fromPlace span {
  color: #A0A0A0;
  font-size: 1.2rem;
}
#live-draw .fromPlace a {
  color: #6D6D6D;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
#live-draw .choiceCity {
  height: 17.5rem;
  overflow: scroll;
}
#live-draw .TGbanner {
  margin-top: 2rem;
}
#live-draw .TG-link {
  margin-top: 2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  width: 13rem;
  text-align: center;
  color: #fff;
  background-color: #ff2d00;
  display: inline-block;
  border-radius: 2rem;
  font-size: 1.5rem;
}
#live-draw .look-gifts {
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 0 0;
}
#live-draw .look-gifts a {
  color: #fff;
  text-align: center;
}
#live-draw .look-gifts a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(//image01.homedo.com/Files/Images/cms/www/20190328/5319511818631306122_pic1.png) 0 0/100% no-repeat;
  display: inline-block;
  vertical-align: -0.2rem;
  margin-left: 0.3rem;
}
#live-draw .record-box {
  padding: 6rem 1rem 0 1rem;
  box-sizing: border-box;
}
#live-draw .record-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.62rem;
  background: url(//image01.homedo.com/Files/Images/cms/www/20210910/4812472636419313819_pic1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
#live-draw .record ul {
  height: 19rem;
  overflow-y: scroll;
}
#live-draw .record li {
  height: 6.5rem;
  line-height: 1.5rem;
  background-color: #fff3c4;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  text-align: left;
  padding: 1.5rem 1rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
#live-draw .record li .name {
  color: #bd0010;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#live-draw .record li .date {
  color: #999;
  font-size: 1.3rem;
}
#live-draw .no-record strong {
  color: #626260;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  display: block;
}
#live-draw .no-record strong:first-child {
  margin-top: 4rem;
}
#live-draw .no-record p {
  color: #888888;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding-bottom: 3rem;
}
