* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
a {
  cursor: pointer;
}

area {
  outline: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
  appearance: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

body {
  font-family: '微软雅黑', 'Microsoft YaHei';
  background: #000;
  line-height: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.logo {
  position: absolute;
  left: 19px;
  top: 36px;
  z-index: 9;
}

.wrap {
  width: 100%;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  background: url(../images/fixedBg.png) no-repeat left center;
  background-size: 100% 100%;
  width: 156px;
  height: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding: 38px 0;
  box-sizing: border-box;
  zoom: 0.9;
}

.sidebar li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.sidebar li span {
  margin: 7px 0;
  text-align: center;
  padding: 0 3px;
}

.roleBox {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.roleBox ul {
  position: absolute;
  width: 410px;
  background: #f9fdb0;
}

.roleBox ul li {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #da872b;
}

.InputRole {
  width: 388px;
  height: 74px;
  line-height: 74px;
  padding-left: 14px;
  background: #f9fdb0;
  border-radius: 10px;
  display: block;
  color: #da872b;
  font-size: 22px;
  margin: 0 auto;
  border: 4px solid #edba66;
}

.InputRole::placeholder {
  color: #da872b;
  font-size: 22px;
}

.infoBtn,
.loginOut {
  display: block;
  width: 373px;
  height: 80px;
  text-align: center;
  background-position: -200px 0;
  color: #d46b03;
  font-size: 32px;
  margin: 0 auto;
  background: none;
  position: absolute;
  left: 50%;
  bottom: 79px;
  transform: translateX(-50%);
  line-height: 80px;
  background: url('../images/checkBtn.png?v=1') no-repeat top center/100% 100%;
  font-weight: bold;
}

.payBtn {
  display: table;
}

.payBtn span {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}

.errorTips {
  position: absolute;
  color: red;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
  bottom: 16px;
}

.RoleInfo p a,
.copyright p a {
  color: red;
  text-decoration: underline;
}

.worlds {
  overflow: auto;
  max-height: calc(100vh - 40px);
}

.worlds::-webkit-scrollbar {
  width: 1px;
}

.worldSelectBox {
  min-width: 167px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 10;
  right: 40px;
  top: 10px;
}

.icon_arrow {
  width: 20px;
  height: 12px;
  position: absolute;
  margin-left: 160px;
  margin-top: -30px;
  background: url(../images/selectBtn.png?v=1) no-repeat top center/100% 100%;
}

.top .selectBox {
  min-width: 167px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 110px;
  top: 21px;
  z-index: 2;
}

.top .selectBtn {
  position: relative;
  width: 208px;
  height: 51px;
  background: url(../images/langBg.png?v=2) no-repeat top center/100% 100%;
  cursor: pointer;
}

.top .selectBtn > p {
  font-size: 22px;
  color: #242b31;
  width: 190px;
  height: 51px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.worlds {
  background: white;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.worlds ul:last-child {
  margin-bottom: 20px;
}

.selectList li {
  color: #242b31;
  text-align: center;
  cursor: pointer;
}

.selectList li:hover {
  background-color: #d8b25f;
}

/* top */
.top {
  width: 100%;
  height: 981px;
  background: url('../images/part1_pc.jpg?v=1') no-repeat top center;
  position: relative;
}

.slogan {
  /* height: 530px; */
  bottom: 130px;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
}

.count {
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  min-width: 590px;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: url('../images/timeBox.png?v=1') no-repeat top center/100% 100%;
}

.count span {
  font-weight: bolder;
  background: linear-gradient(to bottom, #f8ce99, #fff3cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count::before {
  content: url('../images/timeIcon.png?v=1');
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -8px;
  top: 0;
}

.count::after {
  content: url('../images/timeIcon.png?v=1');
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 0;
}

.title {
  margin: 0 auto;
  width: 1203px;
  height: 92px;
  background: url('../images/title.png?v=1') no-repeat top center/100% 100%;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 92px;
}

.title_ES {
  font-size: 34px;
}

.title span {
  position: relative;
}

.title_1 span:before {
  content: url('../images/ruleIcon.png');
  display: inline-block;
  width: 44px;
  height: 35px;
  position: absolute;
  left: -56px;
  top: -16px;
}

.title_2 span:before {
  content: url('../images/useIcon1.png');
  display: inline-block;
  width: 42px;
  height: 39px;
  position: absolute;
  left: -56px;
  top: -16px;
}

.title_2 span .icon_wh {
  content: url(../images/helpIcon.png);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -56px;
  top: 12px;
}

.title_3 span:before {
  content: url('../images/giftIcon.png');
  display: inline-block;
  width: 35px;
  height: 36px;
  position: absolute;
  left: -56px;
  top: -16px;
}

.title_ES span:before,
.title_ES span:after {
  top: -20px;
}

.main {
  width: 100%;
  height: 3222px;
  background: url('../images/main_pc.jpg?v=1') no-repeat top center;
}
/* 活动规则 */
.part1 {
  width: 100%;
  padding-top: 74px;
}

.rule {
  width: 1043px;
  padding: 40px 80px;
  margin: 0 auto;
  color: #232b31;
  font-size: 23px;
  background: #fff;
}

.rule p {
  position: relative;
  margin-bottom: 22px;
  line-height: 1.4;
}
.rule p span {
  color: red;
}

.rule p i {
  width: 34px;
  height: 34px;
  background: url('../images/addIcon.png?v=1') no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
}

.rule p a {
  color: red;
  text-decoration: underline;
}
/* 角色查询 */
.part2 {
  width: 100%;
  position: relative;
  padding-top: 74px;
}

.part2_main {
  width: 1203px;
  background: #fff;
  margin: 0 auto;
}

.part2_content {
  height: 199px;
  padding-left: 210px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.part2_main .inputRole {
  width: 422px;
  height: 102px;
  line-height: 78px;
  padding-left: 14px;
  background: #e2e2e2;
  display: block;
  color: #232b31;
  font-size: 22px;
  border: none;
}

.part2_main .searchInput {
  margin-left: 25px;
  display: inline-block;
  width: 320px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/checkBtn.png?v=1) no-repeat center center/100% 100%;
  color: #232b31;
  font-size: 32px;
}

.part2_main .userInfoBox {
  height: 199px;
  padding: 0 210px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.userInfoBox p {
  color: #333;
  font-size: 30px;
  line-height: 2;
}

.userInfoBox .resetRoleId {
  width: 200px;
  height: 80px;
  background-color: #0067b4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 24px;
  cursor: pointer;
}

.hisToryList {
  position: absolute;
  width: 438px;
  top: 152px;
  line-height: 1.5;
  background: #f1f1f1;
  padding: 10px 14px;
  box-sizing: border-box;
  z-index: 2;
}

.hisToryList li {
  cursor: pointer;
  padding: 5px 0;
}

.part2_main .userInfoBox {
  height: 199px;
  padding: 0 210px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.useQuantity {
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding-top: 30px;
}

.fontSmall {
  font-size: 24px;
}

.fontSmall_FR {
  font-size: 18px;
}
/* 抽奖 */
.part3 {
  width: 100%;
  position: relative;
  padding-top: 70px;
}

.part3_main {
  width: 1203px;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 70px;
}

.stepPrize {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  width: 1200px;
  margin: 0 auto;
}

.stepPrize li {
  position: relative;
}

.stepPrize li .prizeBox {
  width: 150px;
  height: 151px;
  background: url('../images/boxs.png?v=1') no-repeat top center;
  position: relative;
  margin-bottom: 80px;
}

.stepPrize li:nth-child(1) .prizeBox {
  background-position: 0 0;
}

.stepPrize li:nth-child(2) .prizeBox {
  background-position: -150px 0;
}

.stepPrize li:nth-child(3) .prizeBox {
  background-position: -300px 0;
}

.stepPrize li:nth-child(4) .prizeBox {
  background-position: -450px 0;
}

.stepPrize li:nth-child(5) .prizeBox {
  background-position: -600px 0;
}

.stepPrize li:nth-child(6) .prizeBox {
  background-position: -750px 0;
}

.stepPrize li p {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-style: italic;
}

.stepPrize li .prizeBox.focus {
  background-position-y: -151px;
  cursor: pointer;
}

.stepPrize li .prizeBox.get {
  background-position-y: -302px;
}

.stepPrize li .prizeTip {
  width: 262px;
  height: 103px;
  position: absolute;
  top: 220px;
  z-index: 2;
  background: url('../images/peizeBg.png?v=1') no-repeat top left/100% 100%;
  left: -23px;
  display: none;
}

.stepPrize li .prizeTip div {
  position: absolute;
  top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 0 20px;
}

.stepPrize li .prizeTip div img {
  height: 70px;
}

.stepPrize li .prizeTip div p {
  font-size: 14px;
  color: #000;
  font-style: normal;
  flex: 1;
}

.stepPrize li:hover .prizeTip {
  display: block;
}

.stepBox {
  width: 1090px;
  height: 50px;
  background: url('../images/step.png?v=1') no-repeat top left;
  margin: -110px auto 0;
  position: relative;
  left: 17px;
}

.stepBox .step {
  width: 0;
  height: 50px;
  background: url('../images/step.png?v=1') no-repeat bottom left;
  position: relative;
}

.lotteryNum {
  padding: 0 10px;
  height: 46px;
  background: #eec15c;
  font-size: 18px;
  text-align: center;
  position: absolute;
  right: -101px;
  top: 110px;
  text-align: center;
  line-height: 46px;
  min-width: 150px;
  transform: skewX(-10deg);
  border-radius: 7px;
  width: max-content;
}

.lotteryNum::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 100px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eec15c;
}

.lotteryBox {
  width: 787px;
  height: 786px;
  margin: 124px auto 0;
  position: relative;
  padding: 98px 95px;
  background: url('../images/roBg.png?v=1') top center/100% 100%;
}

.recordsBtn {
  position: absolute;
  left: -40px;
  top: 10px;
  font-size: 16px;
  color: #000;
  z-index: 3;
}

.recordsBtn i {
  display: block;
  width: 58px;
  height: 70px;
  background: url('../images/recordsBtn.png?v=1') no-repeat top center/100% 100%;
  margin: 0 auto;
}

.turntable {
  width: 790px;
  height: 791px;
  background: url('../images/rotate.png?v=1') no-repeat top center/100% 100%;
  position: relative;
}

.turntable li {
  width: 248px;
  height: 393px;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -124px;
  transform-origin: bottom center;
}

.turntable .raffle_prize1 {
  margin-left: -118px;
}

.turntable .raffle_prize2 {
  margin-left: -126px;
  transform: rotate(37deg);
}

.turntable .raffle_prize3 {
  margin-left: -126px;
  transform: rotate(73deg);
}

.turntable .raffle_prize4 {
  margin-left: -126px;
  transform: rotate(109deg);
}

.turntable .raffle_prize5 {
  margin-left: -126px;
  transform: rotate(145deg);
}

.turntable .raffle_prize6 {
  margin-left: -124px;
  transform: rotate(181deg);
}

.turntable .raffle_prize7 {
  margin-left: -125px;
  transform: rotate(216.5deg);
}

.turntable .raffle_prize8 {
  margin-left: -126px;
  transform: rotate(252.5deg);
}

.turntable .raffle_prize9 {
  margin-left: -126px;
  transform: rotate(289deg);
}

.turntable .raffle_prize10 {
  margin-left: -126px;
  transform: rotate(325deg);
}

.turntable li {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.turntable li img {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.turntable li p {
  position: relative;
  z-index: 2;
}

.turntable li img {
  height: 100px;
}

.pointer {
  width: 115px;
  height: 156px;
  background: url('../images/arrow.png?v=1') no-repeat top center;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.middleBtn {
  width: 175px;
  height: 249px;
  background: url('../images/middleBtn.png?v=1') no-repeat top center/100% 100%;
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.turntable li .selectedBg {
  background: url('../images/focus.png?v=2') no-repeat top center/100% 100%;
  width: 247px;
  height: 412px;
  position: absolute;
  display: none;
}

.part3 .btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.part3 .btns a {
  width: 393px;
  height: 120px;
  background: url('../images/checkBtn.png?v=1') no-repeat top center/100% 100%;
  display: block;
  text-align: center;
  color: #232b31;
  font-weight: bold;
  font-size: 35px;
  line-height: 120px;
  margin: 0 60px;
  cursor: pointer;
}

.remainingTime {
  color: #232b31;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 20px auto 0;
}
.remainingTime p {
  width: 393px;
  text-align: center;
}

.remainingTime .checkBox span {
  width: 18px;
  height: 18px;
  background: #8f712c;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border: 2px solid #4f3a0b;
  cursor: pointer;
}

.remainingTime .checkBox .tick {
  position: absolute;
  left: 0px;
  width: 19px;
  height: 18px;
  background: url('../images/tick.png?v=1') no-repeat center center/100% 100%;
}

.bottom {
}

.footerWrap {
  width: 100%;
  height: 224px;
  background-color: black;
  display: flex;
  align-items: center;
}

.footer {
  color: #f1f1f1;
  display: flex;
  width: 967px;
  margin: 0 auto;
}

.footerWrap img {
  width: 179px;
  height: 158px;
  margin-right: 40px;
}

.footerWrap .agreement {
  height: 158px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footerWrap .agreement p {
  font-size: 18px;
  line-height: 2.2;
}

.footerWrap .agreement span {
  cursor: pointer;
  text-decoration: underline;
  color: #0067b4;
}

.icon_fb {
  width: 59px;
  height: 59px;
  background: url('../images/fb.png?v=1') no-repeat center center/59px 59px;
  display: block;
  padding: 40px;
}

.icon_twitter {
  width: 59px;
  height: 59px;
  background: url('../images/icon_twitter.png') no-repeat center center/59px 59px;
  display: block;
  padding: 40px;
}

.copyright div {
  width: 1200px;
  margin-left: 10px;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
/* alert弹窗 */

.alertPopupWrap {
  position: relative;
  width: 1000px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: '宋体';
}

.popupHead {
  width: 100%;
  height: 70px;
  background: url(../images/popup_head_bg.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.popupHead .alertTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  height: 100%;
}

.popupHead .close {
  position: absolute;
  right: 18px;
  top: 13px;
  cursor: pointer;
}

.contentPopup {
  width: 100%;
  background-color: #fff;
  font-weight: bold;
  padding-top: 70px;
  padding-bottom: 50px;
}

.noActivePopup {
}

.noActivePopup p {
  font-size: 30px;
  line-height: 1.8;
  padding: 40px 130px;
}

.toastPopup,
.usePopup {
  display: block;
}

.toastPopup p,
.usePopup p {
  padding: 30px 0 50px;
}

.alertPopup p {
  color: #000;
  padding: 100px 0 80px;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}

.payBtn,
.sureBtn {
  width: 320px;
  height: 98px;
  background: url('../images/checkBtn.png?v=1') no-repeat top center/100% 100%;
  display: inline-block;
  text-align: center;
  line-height: 98px;
  margin: 0 auto;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin: 0 40px;
}
/* 获得奖励弹窗 */
.awardPopup {
  display: block;
}

.awardPopup h2 {
  color: #fff;
  font-size: 40px;
  padding-top: 74px;
}

.awardPopup .congratulation {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
}

.awardPopup .awardBox {
  width: 176px;
  height: 166px;
  background: url('../images/iconBg.png?v=1') no-repeat top center/100% 100%;
  position: relative;
  margin: 20px auto;
}

.awardPopup .awardBox p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.awardPopup .awardImg {
  margin: 20px auto 10px;
  height: 77px;
}

.awardPopup .close {
  width: 68px;
  height: 68px;
  position: absolute;
  right: 4px;
  top: 160px;
}

.award10 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 87%;
  margin: 20px auto;
}

.award10 li {
  width: 150px;
  height: 153px;
  position: relative;
  background: url('../images/iconBg.png?v=1') no-repeat top center/100% 100%;
  flex-shrink: 0;
}

.award10 li .awardImg {
  height: 77px;
}

.award10 li p {
  font-size: 16px;
  color: #000;
  padding: 0 10px;
}
/* 获奖记录弹窗 */
.awardListPopup {
  height: 720px;
  display: block;
}

.awardListPopup h2 {
  color: #fff;
  font-size: 40px;
  line-height: 86px;
  margin-top: 58px;
}

.awardListPopup table {
  width: 800px;
}

.srollList {
  height: 630px;
  overflow: auto;
}

.awardListPopup th {
  line-height: 60px;
}

.awardListPopup td {
  height: 80px;
  font-size: 18px;
}

.awardListPopup td img {
  width: 40px;
  display: block;
}

.awardListPopup td span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.srollList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

.srollList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #cea957;
}

.srollList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #234056;
}

.noRecord {
  position: relative;
  top: 184px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 100;
}

.loading p {
  color: #fff;
  font-size: 30px;
}

.awardListPopup table {
  border-collapse: collapse;
  border-color: #919598;
  margin: 0 auto;
}

.awardListPopup table:first-child {
  margin-top: 30px;
}

.goPage {
  background: url(../images/checkBtn.png) no-repeat center center/100% 100%;
  width: 320px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto;
}
.decorate1 {
  width: 850px;
  height: 398px;
  background: url('../images/decorate1.png?v=1') top center/100% 100%;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -425px;
  z-index: 2;
}
.decorate2 {
  width: 850px;
  height: 398px;
  background: url('../images/decorate2.png?v=1') top center/100% 100%;
  position: absolute;
  bottom: 59px;
  left: 50%;
  margin-left: -425px;
  z-index: 2;
}
.tutorialBox {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tutorialBox img {
  width: 820px;
  object-fit: fill;
  padding-top: 90px;
}
.disableBtn {
  filter: grayscale(100%);
}

.carouselPart {
  width: 1200px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 20px;
}
.carouselPart .carouselTit {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
