.wrap {
  width: 100%;
  position: relative;
}
.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-top: 14px;
  text-align: center;
  padding: 0 3px;
}
.top {
  width: 100%;
  /* height: 979px; */
  height: 100vh;
  background: url(../images/top_banner.png) no-repeat center top;
  background-size: 100% 100%;
  /* background-size: cover; */
  position: relative;
}
.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%;
}

.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;
}

/* .selectList li.focus .mark {
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url('images/mark.png?v=1') no-repeat top center;
  margin-left: 10px;
} */

.slogan {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 58px;
  position: absolute;
}

.mainWrrap {
  width: 100%;
  height: 2556px;
  background: url(../images/main_bg.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 89px;
}
.main_content {
  width: 1203px;
  margin: 0 auto;
  /* left: 50%;
  transform: translateX(-50%); */
}
.main_part1 {
  height: 172px;
  background: url(../images/main_part1.png) no-repeat center top;
  padding: 0 124px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_part1 a {
  text-align: center;
  display: inline-block;
  width: 320px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/btn_bg.png) no-repeat center center;
  color: #333;
  font-size: 32px;
}
.btns_US a {
  font-size: 25px;
}

.main_part2 {
  margin-top: 108px;
}

.main_part2 .part2_content {
  height: 199px;
  padding-left: 210px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.part2_content .inputRole {
  width: 422px;
  height: 102px;
  line-height: 78px;
  padding-left: 14px;
  background: #e2e2e2;
  display: block;
  color: #232b31;
  font-size: 22px;
  border: none;
}
.part2_content .searchInput {
  margin-left: 25px;
  display: inline-block;
  width: 320px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/btn_bg.png) no-repeat center center;
  color: #333;
  font-size: 32px;
}
.main_part2 .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;
}
.hisToryList li {
  cursor: pointer;
  padding: 5px 0;
}

.main_part3,
.main_part4 {
  margin-top: 107px;
}
.part3_head .icon_gifs {
  background: url(../images/icon_gifs.png) no-repeat center center;
}
.part4_head .icon_rules {
  width: 44px;
  height: 36px;
  background: url(../images/icon_rules.png) no-repeat center center/100% 100%;
}

.main_part3 .part3_content {
  height: 473px;
  background-color: #fff;
  padding-top: 20px;
}
.part3_content .activeDes {
  color: #333;
  font-size: 30px;
  text-align: center;
}

.part3_content .stepWrap {
  margin-top: 90px;
  position: relative;
  width: 1187px;
  height: 44px;
  background: url(../images/part3_step_close_v1.png) no-repeat left center;
  background-size: 100% 100%;
}
.stepWrap span {
  display: inline-block;
  height: 100%;
}
.stepWrap .step_open {
  background: url(../images/part3_step_open_v1.png) no-repeat left center;
  background-size: cover;
  width: 0px; /* step 积分进度 */
}
.nextIntegral {
  background: url(../images/part3_tips.png) no-repeat left center;
  width: 148px;
  height: 67px;
  position: absolute;
  top: -71px;
  left: 38px;
  /* padding: 12px 10px 0 15px; */
  padding: 8px 8px 0 10px;

  box-sizing: border-box;
  font-size: 13px;
  word-break: break-word;
  line-height: 1.2;
}
.targetBox {
  display: flex;
  justify-content: space-between;
  padding: 0 42px;
  box-sizing: border-box;
  margin-top: 8px;
}
.targetBox i {
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 80px;
  text-align: center;
}
.boxWrap {
  position: relative;
}
.boxWrap .boxList {
  padding: 0 34px 0 17px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.boxWrap .boxList li {
  width: 108px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.boxWrap .boxList li .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 102px;
  background: url(../images/part3_bx_close_v1.png) no-repeat left center;
  cursor: pointer;
}
.boxWrap .boxList li .box_open {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background: url(../images/part3_bx_open_v1.png) no-repeat left center;
  cursor: pointer;
}
.boxWrap li:nth-child(1) .box {
  background-position: 0px 0px;
}
.boxWrap li:nth-child(2) .box {
  background-position: -170px 0px;
}
.boxWrap li:nth-child(3) .box {
  background-position: -340px 0px;
}
.boxWrap li:nth-child(4) .box {
  background-position: -511px 0px;
}
.boxWrap li:nth-child(5) .box {
  background-position: -680px 0px;
}
.boxWrap li:nth-child(6) .box {
  background-position: -850px 0px;
}
.boxWrap li:nth-child(7) .box {
  background-position: -1020px 0px;
}
.boxWrap li:nth-child(8) .box {
  background-position: -1192px 0px;
}

.boxWrap li:nth-child(1) .box_open {
  background-position: 0px 0px;
  display: none;
}
.boxWrap li:nth-child(2) .box_open {
  background-position: -170px 0px;
  display: none;
}
.boxWrap li:nth-child(3) .box_open {
  background-position: -340px 0px;
  display: none;
}
.boxWrap li:nth-child(4) .box_open {
  background-position: -511px 0px;
  display: none;
}
.boxWrap li:nth-child(5) .box_open {
  background-position: -680px 0px;
  display: none;
}
.boxWrap li:nth-child(6) .box_open {
  background-position: -850px 0px;
  display: none;
}
.boxWrap li:nth-child(7) .box_open {
  background-position: -1020px 0px;
  display: none;
}
.boxWrap li:nth-child(8) .box_open {
  background-position: -1192px 0px;
  display: none;
}

.main_part4 .part4_content {
  height: auto;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 2.2;
}
.main_part4 .part4_content p {
  word-break: break-word;
}
.prizeBox {
  width: 167px;
  height: 443px;
  background: url(../images/part3_tc.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  left: -12px;
  bottom: -448px;
  display: none;
}
.prizeBox .prizeList {
  padding: 20px 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.prizeList li {
  color: #333;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prizeList li img {
  width: 60px;
  height: unset;
  object-fit: contain;
}
.prizeList li span {
  font-size: 13px;
  width: 130px;
  word-break: keep-all;
  line-height: 18px;
  text-align: center;
  line-height: 18px;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: none;
  display: inline-table;
}

.footerWrap {
  width: 100%;
  height: 324px;
  background-color: black;
  display: flex;
  align-items: center;
}
.footer {
  color: #f1f1f1;
  display: flex;
}
.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;
}

.part_head {
  height: 92px;
  background: url(../images/part_head.png) no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part_head i {
  display: inline-block;
  width: 41px;
  height: 41px;
}
.part_head .title {
  color: #fff;
  font-size: 45px;
  padding: 0 12px;
}
.part_head .icon_yp {
  background: url(../images/icon_yp.png) no-repeat center center;
}
.part_head .icon_wh {
  cursor: pointer;
  background: url(../images/icon_wh.png) no-repeat center center;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

.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;
}
.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: 23px;
  cursor: pointer;
}
.rewordPopup {
  width: 1000px;
  background-color: #fff;
  max-height: 650px;
  overflow-y: auto;
  padding: 0px 100px 50px;
  box-sizing: border-box;
  flex-direction: column;
  padding-top: 70px;
}
.rewordPopup .rewordHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 42px;
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 2px solid #919598;
}
.rewards_division {
  border-left: 2px solid #919598;
  border-right: 2px solid #919598;
}
.rewordHead span {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rewordContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 75px; */
  width: 100%;
  border-bottom: 2px solid #919598;
  padding: 4px 0;
  box-sizing: border-box;
  max-height: 400px;
}

.rewordContent span {
  flex: 1;
  font-size: 30px;
}
.rewordContent .time {
  width: 255px;
  display: inline-block;
  flex: unset;
}
.rewordContent .rewordItem {
  flex: 1;
}
.rewordItem .rewordItemContent {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1.2;
}
.rewordItem .rewordItemContent span {
  font-size: 18px;
}
.rewordItem .rewordItemContent span:nth-child(1) {
  color: #cea957;
}
.rewordItem .rewordItemContent span:nth-child(2) {
  width: 190px;
  flex: unset;
}
.noData {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 42px;
}
.contentPopup {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding-top: 70px;
}
.noActivePopup {
  height: 600px;
}
.noActivePopup p {
  margin-top: -120px;
  font-size: 40px;
  line-height: 1.8;
  padding: 0 130px;
}
.toastPopup {
  height: 150px;
}
.successBox {
  width: 100%;
  flex-direction: column;
  padding: 98px 20px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
.successBox .successP {
  word-break: normal;
  font-size: 26px;
}
.successBox .giftSure {
  background: url(../images/btn_bg.png) no-repeat center center;
  width: 320px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 32px;
  cursor: pointer;
}
.successBox .gifts {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 30px 0;
}
.successBox .gifts li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  width: 33.3%;
  margin: 0 10px;
}
.successBox .gifts li:nth-child(0),
.successBox .gifts li:nth-child(2) {
  width: 25%;
}
.tutorialBox {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tutorialBox img {
  width: 820px;
  object-fit: fill;
  padding-top: 90px;
}

.gifts li span {
  margin-top: 14px;
  width: 100%;
  word-break: normal;
  text-align: center;
}
.gifts li img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.goPage {
  background: url(../images/btn_bg.png) no-repeat center center;
  width: 484px;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
.gofb {
  color: #0067b4;
  text-decoration: underline;
}
.errorTips {
  position: absolute;
  bottom: 20px;
  left: 210px;
  color: #f13c35;
  display: none;
  width: 100%;
  margin-top: 10px;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  z-index: 10000;
}
.loading p {
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
.loading img {
  width: 60px;
  height: 60px;
}
.payBtn {
  color: red;
  display: inline-block;
  margin: 0;
}
