* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border: none;
}

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;
  color: #8c395b;
}

.middleX {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.middleXY {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.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%;
}
.serviceBtn {
  width: 50px;
  height: 49px;
  background: url('../../images/v1/service.png?v=1') no-repeat;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 40%;
}

.roleBox {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.roleBox ul {
  position: absolute;
  width: 350px;
  left: 50%;
  transform: translateX(-50%);
  background: #f9fdb0;
}

.roleBox ul li {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #da872b;
}

.InputRole {
  width: 350px;
  height: 55px;
  line-height: 50px;
  padding-left: 15px;
  background: #9b3e61;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto;
  border: 2px solid #db9eb6;
}

.InputRole::placeholder {
  color: #fdf4d9;
  font-size: 22px;
}

.infoBtn,
.loginOut {
  display: block;
  width: 373px;
  height: 55px;
  text-align: center;
  color: #d46b03;
  font-size: 28px;
  margin: 0 auto;
  background: none;
  line-height: 55px;
  background: #f7eba4;
  border-radius: 14px;
  font-weight: bold;
  border: 2px solid #bf8139;
  cursor: pointer;
}
.infoBtn {
  margin-top: 20px;
}
.loginOut {
  margin-top: 10px;
}

.payBtn {
  display: table;
}

.payBtn span {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}

.RoleInfo {
  width: 85%;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  line-height: 30px;
}
.errorTips {
  position: absolute;
  color: red;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 215px;
}
.RoleInfo p a,
.copyright p a {
  color: red;
  text-decoration: none;
}
.copyright p a {
  color: #fff;
}

.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;
}
.form,
.infoBox {
  width: 940px;
  background: url(../../images/v1/formBg.png?v=2) no-repeat top center/100% 100%;
  flex-direction: column;
  display: block;
  z-index: 2;
  margin-top: 100px;
}

.form {
  height: 359px;
  padding-bottom: 35px;
}

.infoBox {
  height: 359px;
}

.form .selectBox {
  width: 410px;
  height: 82px;
  line-height: 74px;
  position: relative;
  margin: 0 auto 20px;
  padding-top: 50px;
  z-index: 3;
}

.ABAB_wrap .form .selectBtn {
  flex-direction: row-reverse;
}

.ABAB_wrap .form .selectBtn > p {
  text-align: right;
}

.ABAB_wrap .InputRole {
  text-align: right;
  padding-left: 0;
  padding-right: 0.5rem;
}

.form .selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 14px;
  position: relative;
  background: #f9fdb0;
  border-radius: 10px;
  border: 4px solid #edba66;
}

.form .selectBtn > p {
  color: #da872b;
}

.earthLogo {
  height: 38px;
  padding: 3px;
}

.top .selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 14px;
  position: relative;
  background: #9d6a55;
  border-radius: 10px;
}

.selectBtn > p {
  flex: 1;
  text-indent: 10px;
  font-size: 22px;
  color: white;
  margin-right: 5px;
}

.form .selectList {
  padding: 14px 24px 4px;
  width: 362px;
  background: #f9fdb0;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}

.form .selectList li {
  width: 312px;
  height: 54px;
  background: #f9fdb0;
  border-radius: 10px;
  padding: 0 25px;
  line-height: 54px;
  font-size: 20px;
  color: #da872b;
}

.selectList {
  padding: 12px 0 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.selectList li {
  width: 100%;
  margin-bottom: 8px;
  font-size: 20px;
  /* background: #43507a; */
  color: #000;
  /* border-radius: 10px; */
  text-align: center;
}
.selectList li.focus {
  border: 2px solid #ffea54;
  background: #f9db03;
  color: #9b6800;
}
.form .selectList li:first-child {
  border-bottom: 1px solid #efc370;
}

.selectList li h4 {
  color: #dee6ff;
  flex: 1;
}

.selectList li div {
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center;
  flex-wrap: wrap; */
}

.selectList li div p {
  width: 167px;
  height: 53px;
  line-height: 53px;
  display: block;
  background: #43507a;
  color: #dee6ff;
  border-radius: 10px;
  margin-right: 3px;
  flex-shrink: 0;
  margin-bottom: 5px;
  text-align: center;
  float: left;
  /* top: 10px;
  position: relative;
  margin-right: 10px; */
  /* flex: 0; */
}

.selectList li div p.focus {
  width: 163px;
  height: 49px;
  border: 2px solid #a9b1c9;
  background: #dee6ff;
  color: #43507a;
  line-height: 49px;
}

.icon_arrowDown {
  width: 25px;
}

/* top */
.top {
  width: 100%;
  height: 810px;
  background: url('../../images/v1/part1_pc.jpg?v=1') no-repeat top center;
}

.slogan {
  height: 530px;
  top: 530px;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
}
.slogan_US,
.slogan_JA,
.slogan_KO,
.slogan_ZH {
  height: 260px;
  top: 440px;
  transform: translateX(-50%);
}
.slogan_TH,
.slogan_HI {
  height: 450px;
  top: 560px;
}
.slogan_s {
  font-size: 28px;
  position: absolute;
  top: 635px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  /* letter-spacing: 3px; */
}
/* .slogan_s_ID{letter-spacing: 1px;} */
.count {
  font-size: 22px;
  position: absolute;
  top: 709px;
  width: 584px;
  height: 72px;
  line-height: 72px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: url(../../images/v1/timeBox.png?v=1) no-repeat top center / 100% 100%;
  color: #8c4177;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.title img {
  width: 111px;
  height: 49px;
  margin: 0 10px;
}
.title_1 {
  margin-top: 30px;
}
.title_2 {
  margin-top: 50px;
}
.title_3 {
  margin-top: 10px;
}

/* 活动规则 */
.part1 {
  width: 100%;
  height: 735px;
  background: url(../../images/v1/part4_pc.jpg?v=1) no-repeat top center;
  position: relative;
  margin-top: -25px;
}
.rule {
  width: 933px;
  height: 568px;
  padding-top: 70px;
  margin: 100px auto 0;
  color: #963d60;
  font-size: 16px;
  line-height: 32px;
  position: absolute;

  background: url(../../images/v1/ruleBox.png?v=1) no-repeat top center / 100% 100%;
}

.rule p {
  width: 80%;
  margin: 5px auto;
}
.rule p i {
  width: 34px;
  height: 34px;
  background: url('../../images/v1/addIcon.png?v=1') no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
}
.rule p a {
  color: red;
  text-decoration: none;
}
/* 角色查询 */
.part2 {
  width: 100%;
  height: 494px;
  background: url(../../images/v1/part2_pc.jpg?v=1) no-repeat top center;
  position: relative;
}
.role_earthLogo {
  height: 50px;
}
.role_down {
  height: 50px;
}
.useQuantity {
  text-align: center;
}
.fontSmall {
  font-size: 17px;
  padding-top: 0;
}
/* 抽奖 */
.part3 {
  width: 100%;
  height: 1162px;
  background: url(../../images/v1/part3_pc.jpg?v=1) no-repeat top center;
  position: relative;
  margin-top: -52px;
}
.stepPrize {
  display: flex;
  justify-content: space-around;
  padding-top: 120px;
  width: 961px;
  margin: 0 auto;
}
.stepPrize li {
  position: relative;
}
.stepPrize li .prizeBox {
  width: 119px;
  height: 119px;
  background: url('../../images/v1/boxs.png?v=1') no-repeat top center;
  position: relative;
  cursor: pointer;
}
.stepPrize li:nth-child(1) .prizeBox {
  background-position: 0 0;
}
.stepPrize li:nth-child(2) .prizeBox {
  background-position: -147px 0;
}
.stepPrize li:nth-child(3) .prizeBox {
  background-position: -296px 0;
}
.stepPrize li:nth-child(4) .prizeBox {
  background-position: -444px 0;
}
.stepPrize li:nth-child(5) .prizeBox {
  background-position: -594px 0;
}
.stepPrize li .prizeBox .lock {
  width: 13px;
  height: 19px;
  background: url(../../images/v1/lock.png?v=0) no-repeat top center / 100% 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 12px;
}
.stepPrize li p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-style: italic;
}
.stepPrize li .prizeBox.focus .lock {
  display: none;
}
.stepPrize li .prizeBox.get {
  background-position-y: -121px;
}
.stepPrize li .prizeBox.get .lock {
  display: none;
}
.stepPrize li .prizeBox.focus {
  background-image: url(../../images/v1/boxs_focu.png);
}
.stepPrize li .prizeTip {
  width: 154px;
  height: 100px;
  position: absolute;
  top: 105px;
  z-index: 2;
  background: url(../../images/v1/peizeBg.png?v=1) no-repeat top left / 100% 100%;
  left: -32px;
  display: none;
}
.stepPrize li .prizeTip div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -52%);
}
.stepPrize li .prizeTip div img {
  height: 60px;
}
.stepPrize li .prizeTip div p {
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  left: 65px;
  color: #963d60;
}
.stepPrize li:hover .prizeTip {
  display: block;
}
.stepBox {
  width: 773px;
  height: 36px;
  background: url(../../images/v1/stepBox.png?v=1) no-repeat top center / 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.stepBox .step {
  height: 10px;
  background: #ffc45d;
  position: relative;
}
.lotteryNum {
  width: 173px;
  height: 88px;
  background: url('../../images/v1/peopleNum.png?v=1') no-repeat top center;
  font-size: 20px;
  text-align: center;
  padding-top: 34px;
  position: absolute;
  right: -103px;
  top: 36px;
  color: #963d60;
  z-index: 1;
}
.lotteryNum h4 {
  font-size: 20px;
}
.lotteryBox {
  width: 750px;
  height: 643px;
  margin: 140px auto 0;
  position: relative;
}
.recordsBtn {
  position: absolute;
  left: 70px;
  top: 50px;
  font-size: 14px;
  color: #963d60;
}
.recordsBtn i {
  display: block;
  width: 57px;
  height: 54px;
  background: url(../../images/v1/recordsBtn.png?v=1) no-repeat top center / 100% 100%;
  margin: 0 auto;
}
.turntable {
  width: 471px;
  height: 471px;
  background: url(../../images/v1/rotate.png?v=1) no-repeat top center / 100% 100%;
  top: 55px;
}
.turntable li {
  text-align: center;
  font-size: 20px;
  color: #350c0c;
  font-weight: bold;
  width: 100px;
  height: 140px;
  z-index: 2;
  cursor: pointer;
}
.turntable li img {
  margin-top: 35px;
  position: relative;
  z-index: 2;
  width: 55px;
}
.turntable li p {
  position: relative;
  z-index: 2;
}
.turntable .raffle_prize1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotateZ(0deg);
  top: 0px;
}
.turntable .raffle_prize2 {
  position: absolute;
  left: 50%;
  transform: translateX(37%) rotateZ(43deg);
  top: 42px;
}
.turntable .raffle_prize3 {
  position: absolute;
  left: 50%;
  transform: translateX(82%) rotateZ(73deg);
  top: 114px;
}
.turntable .raffle_prize4 {
  position: absolute;
  left: 50%;
  transform: translateX(82%) rotateZ(107deg);
  top: 203px;
}
.turntable .raffle_prize5 {
  position: absolute;
  left: 50%;
  transform: translateX(29%) rotateZ(148deg);
  top: 280px;
}
.turntable .raffle_prize6 {
  position: absolute;
  left: 50%;
  transform: translateX(-49%) rotateZ(180deg);
  top: 315px;
}
.turntable .raffle_prize7 {
  position: absolute;
  left: 50%;
  transform: translateX(-139%) rotateZ(218deg);
  top: 286px;
}
.turntable .raffle_prize8 {
  position: absolute;
  left: 50%;
  transform: translateX(-187%) rotateZ(250deg);
  top: 211px;
}
.turntable .raffle_prize9 {
  position: absolute;
  left: 50%;
  transform: translateX(-199%) rotateZ(285deg);
  top: 119px;
}
.turntable .raffle_prize10 {
  position: absolute;
  left: 50%;
  transform: translateX(-151%) rotateZ(323deg);
  top: 27px;
}

/* .turntable .raffle_prize1 img {
  width: 104px;
}
.turntable .raffle_prize2 img {
  width: 104px;
}
.turntable .raffle_prize3 img {
  width: 104px;
}
.turntable .raffle_prize4 img {
  width: 104px;
}
.turntable .raffle_prize5 img {
  width: 104px;
}
.turntable .raffle_prize6 img {
  width: 104px;
}
.turntable .raffle_prize7 img {
  width: 104px;
}
.turntable .raffle_prize8 img {
  width: 104px;
}
.turntable .raffle_prize9 img {
  width: 104px;
}
.turntable .raffle_prize10 img {
  width: 104px;
} */
.turntable li.raffle_prize5 img,
.turntable li.raffle_prize4 img {
  margin-top: 25px;
}
.pointer {
  width: 115px;
  height: 156px;
  background: url('../../images/v1/arrow.png?v=1') no-repeat top center;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.middleBtn {
  width: 96px;
  height: 154px;
  background: url(../../images/v1/middleBtn.png?v=1) no-repeat top center / 100% 100%;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.turntable li .selectedBg {
  background: url(../../images/v1/focus.png?v=1) no-repeat top center / 100% 100%;
  width: 181px;
  height: 194px;
  position: absolute;
  left: -39px;
  top: 21px;
  transform: rotate(-2deg);
  display: none;
}
.turntable li .selectedBg_1 {
}
.turntable li .selectedBg_2 {
  width: 172px;
  height: 198px;
  position: absolute;
  left: -31px;
  top: 2px;
  transform: rotate(-9deg);
}
.turntable li .selectedBg_3 {
  width: 158px;
  height: 210px;
  position: absolute;
  left: -16px;
  top: -3px;
  transform: rotate(-1deg);
}
.turntable li .selectedBg_4 {
  width: 181px;
  height: 196px;
  position: absolute;
  left: -33px;
  top: -6px;
  transform: rotate(0deg);
}
.turntable li .selectedBg_5 {
  width: 173px;
  height: 200px;
  position: absolute;
  left: -35px;
  top: -9px;
  transform: rotate(-3deg);
}
.turntable li .selectedBg_6 {
  width: 166px;
  height: 200px;
  left: -32px;
  top: 6px;
  transform: rotate(-2deg);
}
.turntable li .selectedBg_7 {
  width: 180px;
  height: 200px;
  position: absolute;
  left: -39px;
  top: 0px;
  transform: rotate(-5deg);
}
.turntable li .selectedBg_8 {
  width: 184px;
  height: 195px;
  position: absolute;
  left: -40px;
  top: -3px;
  transform: rotate(0deg);
}
.turntable li .selectedBg_9 {
  top: 7px;
  left: -38px;
  transform: rotate(0deg);
}
.turntable li .selectedBg_10 {
  width: 165px;
  height: 208px;
  position: absolute;
  left: -31px;
  top: 22px;
  transform: rotate(0deg);
}
.part3 .btns {
  display: flex;
  justify-content: center;
  margin-top: 535px;
}
.part3 .btns a {
  width: 287px;
  height: 70px;
  background: url(../../images/v1/checkBtn.png?v=1) no-repeat top center / 100% 100%;
  display: block;
  text-align: center;
  color: #825a19;
  font-weight: bold;
  font-size: 25px;
  line-height: 59px;
  margin: 0 20px;
  cursor: pointer;
}
.carouselPart {
  width: 750px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 40px;
  z-index: 1;
}
.carouselPart .carouselTit {
  border-radius: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  outline: none;
}
.carouselPart .carouselTit * {
  outline: none;
}
.remainingTime {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-top: 615px;
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
}
.remainingTime .checkBox span {
  width: 18px;
  height: 18px;
  background: #963d60;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  border-radius: 8px;
  border: 3px solid #df75ae;
}
.remainingTime .checkBox .tick {
  position: absolute;
  left: 3px;
  top: -3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../../images/v1/tick.png?v=1) no-repeat center center / 100% 100%;
}
.bottom {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100px;
}
.copyright {
  display: flex;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.icon_year {
  width: 70px;
  height: 70px;
  background: url(../../images/v1/year.png) no-repeat center center / 100% 100%;
  display: block;
  padding: 0;
  margin: 20px;
}
.icon_fb {
  width: 59px;
  height: 59px;
  background: url('../../images/v1/fb.png?v=1') no-repeat center center/59px 59px;
  display: block;
  padding: 40px;
}
.icon_twitter {
  width: 59px;
  height: 59px;
  background: url('../../images/v1/icon_twitter.png') no-repeat center center/59px 59px;
  display: block;
  padding: 40px;
}
.copyright div {
  max-width: 1200px;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
/* alert弹窗 */
.alertPopup {
  width: 744px;
  height: 416px;
  background: url('../../images/v1/alertPopup.png?v=1') no-repeat top center/100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  z-index: 101;
}
.close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 60px;
  top: 50px;
  cursor: pointer;
}
.alertPopup p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  height: 205px;
  margin-top: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payBtn {
  width: 292px;
  height: 60px;
  background: url('../../images/v1/checkBtn.png?v=1') no-repeat top center/100% 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  font-size: 26px;
  color: #350d0d;
  display: flex;
  justify-content: center;
  line-height: 48px;
  margin-top: 60px;
  cursor: pointer;
  text-indent: -20px;
}

.sureBtn {
  width: 300px;
  height: 75px;
  background: url(../../images/v1/checkBtn.png?v=1) no-repeat top center / 100% 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #350d0d;
  display: flex;
  justify-content: center;
  line-height: 67px;
  position: absolute;
  bottom: 70px;
}
/* 获得奖励弹窗 */
.awardPopup {
  width: 903px;
  height: 775px;
  background: url('../../images/v1/awardPopup.png') no-repeat top center/100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  z-index: 101;
}
.awardPopup h2 {
  color: #673948;
  font-size: 35px;
  padding-top: 65px;
}
.awardPopup .congratulation {
  width: 80%;
  margin: 0 auto;
}
.awardPopup h2.awardPopupH2_US {
  font-size: 27px;
}
.awardPopup .awardBigBox {
  width: 90%;
  margin: 25px auto;
  height: 375px;
}
.awardPopup .awardBox {
  width: 230px;
  height: 240px;
  background: url('../../images/v1/iconBg.png?v=1') no-repeat top center/100% 100%;
  position: relative;
  margin: 20px auto;
  margin-top: 80px;
}
.awardPopup .awardBox p {
  position: absolute;
  right: 32px;
  bottom: 20px;
  color: #ffdeb4;
}
.awardPopup .awardImg {
  margin: 31px auto;
  width: 170px;
}
.awardPopup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 60px;
  top: 50px;
}
.award10 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 25px auto;
  height: 375px;
}
.award10 li {
  width: 150px;
  height: 153px;
  position: relative;
  background: url('../../images/v1/iconBg.png?v=1') no-repeat top center/100% 100%;
  flex-shrink: 0;
  margin: 10px auto;
}
.award10 li .awardImg {
  width: 90px;
}
.award10 li p {
  font-size: 24px;
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: #ffdeb4;
}
/* 获奖记录弹窗 */
.awardListPopup {
  width: 933px;
  height: 785px;
  background: url(../../images/v1/listPopup.png?v=1) no-repeat top center / 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  z-index: 101;
  color: #dcbd9f;
  padding: 0 60px;
}
.awardListPopup h2 {
  color: #833851;
  font-size: 40px;
  line-height: 86px;
  margin-top: 100px;
}
.awardListPopupMain {
  background: #54182f;
  width: 90%;
  margin: 0 auto;
}
.srollList {
  height: 400px;
  overflow: auto;
}
.awardListPopup ul {
  margin: 0 auto;
}
.awardListPopup ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #c0a684;
  height: 80px;
  font-size: 18px;
}
.awardListPopup ul li img {
  width: 70px;
  display: block;
}
.awardListPopup ul li > p:nth-child(3),
.awardListPopup ul li > p:nth-child(3) span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.awardListPopup ul li > p:nth-child(1) {
  width: 30%;
}
.awardListPopup ul li > p:nth-child(2) {
  display: flex;
  width: 25%;
  justify-content: center;
}
.awardListPopup ul li > p:nth-child(3) {
  width: 10%;
}
.awardListPopup ul li > p:nth-child(4) {
  width: 35%;
}
.awardListPopup .titleList li {
  color: #fbdfb7;
  font-size: 30px;
}
.awardListPopup .titleList {
  margin-top: 30px;
}
.awardListPopup .close {
  width: 39px;
  height: 39px;
  position: absolute;
  right: 60px;
  top: 100px;
}
.srollList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.srollList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffcc78;
}
.srollList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #875167;
}
.noRecord {
  position: absolute;
  top: 384px;
  color: #833851;
  left: 50%;
  transform: translateX(-50%);
}
.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: #fbdfb7;
  font-size: 30px;
}
