.turntable {
  position: fixed;
  right: 80px !important;
  z-index: 10009;
  cursor: pointer;
  bottom: 20px !important;
}

.draggable_warp {
  position: relative;
  width: 170px;
  height: 170px;
}

.turntable .close {
  position: absolute;
  top: -20px;
  right: -40px;
  display: flex;
  justify-content: right;
  cursor: pointer;
}

.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
.v-responsive__sizer {
  transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
  flex: 1 0 0px;
}
.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}

.v-image {
  z-index: 0;
}

.v-image__image {
  background-repeat: no-repeat;
}
.theme--light.v-image {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-image {
  color: #fff;
}

.v-image__image,
.v-image__placeholder {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-image__image {
  background-repeat: no-repeat;
}

.v-image__image--preload {
  filter: blur(2px);
}

.v-image__image--contain {
  background-size: contain;
}

.v-image__image--cover {
  background-size: cover;
}

.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
.v-image__image,
.v-image__placeholder {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#turntable {
  height: 100%;
  text-align: center;
}

#turntable .warps {
  width: 100%;
  background-image: url(/Content/images/turntable/banner.png);
  background-size: 100% 100%;
  padding-top: 63px;
  margin: auto;
}

#turntable .warps .luck-draw-warp {
  width: 500px;
  height: 513px;
  background-image: url(/Content/images/turntable/turntable_bg.png);
  background-size: 100% 100%;
  margin: auto;
  position: relative;
  cursor: pointer;
}

#turntable .warps .luck-draw-warp .luck-draw {
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

#turntable .warps .title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: turntable !important;
  letter-spacing: 8px;
}

#turntable .warps .number_text {
  min-width: 190px;
  max-width: 250px;
  height: 30px;
  line-height: 30px;
  background-color: #ffee9e;
  text-align: center;
  margin: 25px auto auto auto;
}

#turntable .warps .btns {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#turntable .warps .btns div {
  width: 188px;
  height: 50px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

#turntable .warps .btns .rule_btn {
  background-image: url(/Content/images/turntable/rule_btn.png);
  background-size: 100% 100%;
  color: #e64b00;
}

#turntable .warps .btns .notes_btn {
  background-image: url(/Content/images/turntable/notes_btn.png);
  background-size: 100% 100%;
  color: #fff;
}

#turntable .warps .btn_text {
  width: 600px;
  height: 425px;
  background-image: url(/Content/images/turntable/rules_bg.png);
  background-size: 100% 100%;
  margin: auto;
}

#turntable .warps .btn_text .rules .rules_title {
  position: relative;
}

#turntable .warps .btn_text .rules .rules_title:after,
#turntable .warps .btn_text .rules .rules_title:before {
  border-top: 2px solid #5e8cff;
  content: "";
  display: table-cell;
  position: absolute;
  top: 40px;
  width: 20%;
}

#turntable .warps .btn_text .rules .rules_title:before {
  left: 13%;
}

#turntable .warps .btn_text .rules .rules_title:after {
  right: 13%;
}

#turntable .warps .btn_text .notes .row-tab {
  background-color: #f5f4f4;
}

#turntable .warps .btn_text .notes .notesLists {
  overflow: auto;
  max-height: 300px;
}
.layui-layer-gift-dialog {
  background: transparent;
}
.gift_dialog {
  background-color: unset;
  box-shadow: unset;
}

.gift_dialog .el-dialog__body,
.gift_dialog .el-dialog__header {
  padding: 0 !important;
}

.gift_dialog .gift {
  width: 428px;
  height: 518px;
  background-image: url(/Content/images/turntable/gift_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: unset;
}

.gift_dialog .gift .title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.gift_dialog .gift .gift_img {
  width: 180px;
  height: 180px;
  background-image: url(/Content/images/turntable/gift_img_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
}

.gift_dialog .gift .gift_img .gift_img_center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  margin: auto;
}

.gift_dialog .gift .gift_img .money_text {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  color: #f73404;
  font-size: 24px;
  font-weight: 500;
  z-index: 4;
}

.gift_dialog .gift .gift_img .gift_img_b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  z-index: 3;
}

.gift_dialog .gift .gift_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.gift_dialog .gift .gift_btn > div {
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: auto;
  background-image: url(/Content/images/turntable/receive_btn.png);
  background-size: 100% 100%;
  color: #d92300;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.layui-layer-gift-dialog .layui-layer-setwin .layui-layer-close2 {
  right: -50px !important;
  top: -50px !important;
}
.layui-layer-gift-dialog .layui-layer-setwin .layui-layer-close {
  background: url(/Content/images/turntable/turntable_close.png) !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}
.layui-layer-gift-dialog .layui-layer-setwin .layui-layer-close2:hover {
  background-position: unset !important;
}
.radius-2 {
  border-radius: 8px !important;
}

.subtitle-1 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.red-text {
  color: #fb3c46 !important;
}
.mt-7 {
  margin-top: 28px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mr-7 {
  margin-right: 28px !important;
}
.mt-8 {
  margin-top: 32px !important;
}

.px-6 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.pt-7 {
  padding-top: 28px !important;
}

.headline {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.mt-6 {
  margin-top: 24px !important;
}

.body-1,
.body-2 {
  font-weight: 400 !important;
}

.body-2 {
  font-size: 14px !important;
}

.text-left {
  text-align: left !important;
}
.mt-11 {
  margin-top: 44px !important;
}
.subtitle-5 {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.el-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.mt-2 {
  margin-top: 8px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-col-8 {
  width: 33.33333%;
}

[class*="el-col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subtitle-1 {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.body-1,
.body-2 {
  font-weight: 400 !important;
}

.body-2 {
  font-size: 14px !important;
}
.ma-0 {
  margin: 0 !important;
}

.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

.el-divider {
  background-color: #dcdfe6;
  position: relative;
}
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.radius-1 {
  border-radius: 4px !important;
}
