body,
html {
  box-sizing: border-box;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body::-webkit-scrollbar {
  display: none;
}
div,
ul,
li {
  box-sizing: border-box;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style-type: none;
}

.flex {
  display: flex;
  align-items: center;
}

#turntable {
  width: 100vw;
  height: 100%;
  display: none;
  flex-direction: column;
  background-color: #f6f8fa;
  overflow: hidden;
  background: url("https://file2.xinruiyun.cn/turntable/img/bg.png") top center
    no-repeat #2a1d6a;
  background-size: 100%;
}
#content {
  height: calc(100% - 0.885rem);
  overflow: auto;
}
.app {
  padding-top: 0.2rem;
  height: calc(100% - 0.685rem) !important;
}

.header {
  height: 0.88rem;
  width: 100%;
}

.zhanwei {
  width: 100%;
  height: 0.44rem;
}

.header_wrap {
  height: 0.44rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 0.07rem;
}

.header_wrap > .back-icon {
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 999;
}
.header_wrap .head-icon {
  width: 1.96rem;
  height: 0.38rem;
}

.head-rg {
  width: 0.81rem;
  height: 0.24rem;
  justify-content: space-between;
  padding: 0.04rem 0.08rem 0.04rem 0.12rem;
  background: rgba(136, 185, 254, 0.3);
  border-radius: 1rem 0rem 0rem 1rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #ffffff;
}

.down-box {
  justify-content: space-between;
  height: 0.68rem;
  padding: 0.14rem;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}

.down-box .logo-box img {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.08rem;
}
.down-box .down-btn {
  outline: none;
  border: none;
  width: 0.8rem;
  height: 0.28rem;
  background: #41d058;
  border-radius: 0.14rem;
  color: #ffffff;
}

.time-box {
  position: relative;
  width: 3.47rem;
  height: 1.89rem;
  padding: 0.3rem;
  margin: 0 auto;
  background: url("https://file2.xinruiyun.cn/turntable/img/time_box.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 999;
}

.time-ct {
  justify-content: center;
  margin-bottom: 0.08rem;
  color: #2a1d6a;
  font-size: 0.16rem;
}
.time-ct .over {
  max-width: 1.38rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.time-ct > img {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.04rem;
  border-radius: 50%;
}
.time-g {
  font-size: 0.56rem;
  color: #ff0b40;
}
.time-g > span {
  font-size: 0.18rem;
}
.not-login {
  margin-top: 0.55rem;
  font-weight: 600;
  font-size: 0.14rem;
  color: #ff0b40;
}
.not-login > span {
  text-decoration: underline;
}
.time-c {
  font-size: 0.2rem;
  color: #2a1d6a;
}
.time-c > span {
  color: #ff0b40;
}
.wheel-box {
  position: relative;
  width: 100%;
}
.we-box-z {
  position: relative;
  width: 3.36rem;
  height: 3.47rem;
  margin: 0 auto;
  background: url("https://file2.xinruiyun.cn/turntable/img/wheel_bg.png") top
    center no-repeat;
  background-size: 100%;
  overflow: hidden;
  z-index: 999;
}

.we-box-z .hand {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 0.5rem;
  height: 0.54rem;
  z-index: 1000;
}
.mask-text {
  position: absolute;
  top: 69%;
  left: 50%;
  width: 2.52rem;
  height: 0.41rem;
  padding: 0.11rem 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transform: translate(-50%, -50%);
  font-size: 0.15rem;
  color: #fff;
  text-align: center;
  border-radius: 0.08rem;
}
.mask-text::before {
  content: "";
  position: absolute;
  left: 54%;
  top: -0.25rem;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-left: 0.13rem solid rgba(0, 0, 0, 0.8);
  border-bottom: 0.13rem solid transparent;
  transform: rotate(270deg) translate(-45%, -50%);
}
.mask-text span {
  color: #fff76f;
}
.we-box {
  position: absolute;
  left: 0.18rem;
  top: 0.23rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  perspective: 1000px;
  transform: rotate(44deg);
  z-index: 999;
}
.wheel-segment {
  position: absolute;
  width: 50%;
  height: 50%;
  /* font-size: 14px; */
  /* font-weight: bold; */
  transition: all 0.5s;
  transform-origin: bottom right;
  overflow: hidden;
  transform: rotate(calc(60deg * var(--i)));
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 60%); */
  /* background-color: #fff; */
}

.wheel-segment > img {
  width: 1.47rem;
  height: 0.85rem;
  transform: rotate(316deg);
}

.lk-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.19rem;
  height: 1.18rem;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.lk-aw {
  position: absolute;
  top: -0.22rem;
  left: 0.45rem;
  width: 0.29rem;
  height: 0.26rem;
  z-index: 998;
}

.lk-c {
  position: relative;
  width: 1.19rem;
  height: 1.18rem;
  z-index: 999;
}

.lk-count {
  position: absolute;
  bottom: 0.31rem;
  left: 0.02rem;
  width: 1.19rem;
  font-weight: 600;
  font-size: 0.1rem;
  color: #f8d8a0;
  text-align: center;
  z-index: 999;
}

.tray {
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: 100%;
  height: 1.7rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/tray.png") top
    center no-repeat;
  background-size: 100%;
}

.bottom {
  width: 100%;
  height: 1.84rem;
  margin-top: 0.68rem;
  padding-top: 0.05rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/bottom.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
}

.we-pan-win {
  width: 2.48rem;
  height: 0.3rem;
  margin: 0 auto;
  background: url("https://file2.xinruiyun.cn/turntable/img/list_bg.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
}

.we-pan-win .note {
  width: 100%;
  justify-content: center;
  line-height: 0.3rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #ffffff;
}
.note .over {
  max-width: 0.85rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cj-btn {
  width: 2.14rem;
  height: 0.58rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  padding-top: 0.05rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/btn.png") top center
    no-repeat;
  background-size: 100%;
  font-weight: bold;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.58rem;
}

.end-time > .van-count-down {
  font-weight: 400;
  font-size: 0.1rem;
  color: #ffffff;
  line-height: normal;
}
.end-time {
  margin-top: 0.04rem;
  justify-content: center;
  font-weight: 400;
  font-size: 0.1rem;
  color: #ffffff;
}

.black-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1000;
  overflow: hidden;
}

.black-bg-w {
  background: rgba(0, 0, 0, 0.75);
}

.broadcast,
.broadcast-s {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.81rem;
  height: 3.59rem;
  padding-top: 0.37rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/broadcast_bg.png")
    top center no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.broadcast-s {
  background: url("https://file2.xinruiyun.cn/turntable/img/share.png") top
    center no-repeat;
  background-size: 100%;
}
.broadcast-s .info {
  margin-bottom: 0.15rem;
  font-weight: bold;
  font-size: 0.22rem;
  color: #752f01;
  text-align: center;
}
.or-user-box {
  align-items: center;
  justify-content: center;
  padding: 0 0.23rem;
  font-weight: Bold;
  color: #752f01;
  font-size: 0.2rem;
  margin: -0.07rem 0 0.1rem 0;
}
.or-user-box .over-s {
  max-width: 0.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.or-user-box .over {
  max-width: 1.47rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.or-user {
  font-weight: Bold;
  color: #752f01;
  font-size: 0.2rem;
  margin: -0.07rem 0 0.1rem 0;
}
.or-info {
  font-weight: Bold;
  color: #752f01;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.song {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.81rem;
  height: 3.59rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/song.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.song-des {
  margin: 1.26rem 0 0.6rem 0;
  font-size: 0.64rem;
  color: #e6570c;
  font-weight: bold;
}
.song-des span {
  font-size: 0.24rem;
}
.song-btn {
  width: 1.94rem;
  height: 0.44rem;
  margin: 0 auto;
  background: url("https://file2.xinruiyun.cn/turntable/img/song_btn.png") top
    center no-repeat;
  background-size: 100%;
  font-size: 0.18rem;
  font-weight: Bold;
  color: #fff7d4;
  text-align: center;
  line-height: 0.44rem;
}

.user-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.57rem;
}
.broadcast-s .user-box {
  margin-bottom: 0.31rem;
}

.head-img {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}

.broadcast .nickname {
  width: 1.14rem;
  height: 0.24rem;
  padding-top: 0.04rem;
  margin-top: -0.09rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/nickname.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
}
.broadcast-s .nickname {
  width: 1.14rem;
  height: 0.24rem;
  padding-top: 0.04rem;
  margin-top: -0.09rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/nickname_2.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
}

.nickname .name {
  width: 0.5rem;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  font-size: 0.1rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.qiu {
  width: 1.31rem;
  height: 1.32rem;
  margin: 0 auto;
}
.mask,
.top-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 996;
}

.top-mask {
  background: transparent;
  z-index: 1000;
}

.rule-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.95rem;
  height: 3.73rem;
  padding: 0.38rem 0.3rem 0.48rem 0.3rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/modal_bg.png") top
    center no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0 0.28rem;
}
.nav-item {
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(144, 231, 255, 0.5);
  line-height: 0.22rem;
}

.nav-list .active {
  position: relative;
  color: #90e7ff;
}
.nav-list .active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0; /* 设置宽度为0 */
  height: 0; /* 设置高度为0 */
  border-style: solid;
  border-width: 0.06rem 0.06rem 0 0.06rem; /* 上、右、下、左 */
  border-color: transparent transparent #57d8fc transparent; /* 上、右、下、左 */
  /* background: #57D8FC; */
}

.rule-ct,
.drawal {
  height: 2.45rem;
}
.rule-ct {
  font-weight: 400;
  font-size: 0.12rem;
  color: #90e7ff;
  overflow: auto;
}

.drawal {
  font-weight: 400;
  font-size: 0.1rem;
  color: #90e7ff;
}
.zl-box .head {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.04rem;
}
.zl-box .over {
  max-width: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zl-box .name {
  font-size: 0.12rem;
}
.data-list {
  height: 100%;
  overflow: auto;
}

.data-item {
  justify-content: space-between;
  margin-bottom: 0.12rem;
}
.data-item:last-child {
  margin-bottom: 0;
}
.data-item .time {
  margin-top: 0.04rem;
  font-size: 0.1rem;
}
.data-item .g-time {
  font-weight: 600;
  font-size: 0.14rem;
}

.not-data {
  font-size: 0.1rem;
  height: 100%;
  justify-content: center;
}
.van-popup {
  background-color: #f6f8fa !important;
}
.lk-item {
  justify-content: space-between;
  height: 0.72rem;
  margin: 0 0.14rem;
  margin-bottom: 0.1rem;
  padding: 0.18rem 0.14rem;
  background-color: #fff;
}
.lk-item img {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.04rem;
}

.lk-item .title {
  margin-bottom: 0.04rem;
  font-weight: 600;
  font-size: 0.14rem;
  color: #333333;
}

.lk-item .desc {
  font-weight: 400;
  font-size: 0.1rem;
  color: #666666;
}

.lk-item-btn {
  width: 0.8rem;
  height: 0.28rem;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #ff6a9f 0%, #ff0b40 100%);
  font-weight: 600;
  font-size: 0.12rem;
  color: #ffffff;
  border-radius: 0.14rem;
}

.lk-head-title {
  margin-bottom: 0.1rem;
  line-height: 0.6rem;
  background: #ffffff;
  border-radius: 0.16rem 0.16rem 0rem 0rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.18rem;
  color: #333333;
}

.lucky-sign {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.55rem;
  height: 3.33rem;
  padding: 0.72rem 0.37rem 0 0.37rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/lucky.png") top
    center no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  color: #90e7ff;
  transform: translate(-50%, -50%);
}

.lucky-sign .title {
  margin-bottom: 0.51rem;
  font-size: 0.24rem;
}

.lucky-sign .desc {
  font-size: 0.16rem;
}

.receive {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.81rem;
  height: 3.59rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/re_bg.png") top
    center no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.receive .re-btn {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  width: 1.9rem;
  height: 0.44rem;
  background: url("https://file2.xinruiyun.cn/turntable/img/re_btn.png") top
    center no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.receive .re-btn .re-btn-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.72rem;
  height: 0.18rem;
  transform: translate(-50%, -50%);
}
/* .van-list__finished-text {
    color: #90E7FF;
} */
.pop-box {
  position: relative;
  padding-bottom: 0.34rem;
  background-color: #fff;
}
.pop-title {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.18rem;
  color: #333333;
}
.pop-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 0.11rem;
  margin-bottom: 0.04rem;
  background: #fff;
  overflow-x: auto;
}
.pop-list::-webkit-scrollbar {
  display: none;
}
.pop-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 0.49rem;
  text-align: center;
  margin-right: 0.2rem;
}
.pop-item > img {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
}
.pop-item > p {
  margin-top: 0.08rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.16rem;
}

.pop-btn {
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}

.mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.mark_guide > img {
  width: 1.02rem;
  height: 2.36rem;
  position: absolute;
  top: 0;
  right: 0.27rem;
}
.mark_guide .text {
  padding-top: 2.14rem;
  padding-left: 0.82rem;
}
.mark_guide .text p {
  font-size: 0.18rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.mark_guide .text p > img {
  width: 0.2rem;
  height: 0.04rem;
  margin-left: 0.1rem;
  vertical-align: middle;
}
