@charset "UTF-8";
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-text-size-adjust: none !important;
  -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
  font-size: 50px; /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw; /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 1024px;
  }
}
em {
  font-style: normal;
}

#afooter {
  background-color: #191219;
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

input {
  all: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
}

.hid {
  display: none !important;
  text-indent: -9999px;
}

@font-face {
  font-family: "syht_h";
  src: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/fonts/syht_h.ttf");
}
.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 750px;
  height: 1334px;
}
.wrapper .content-module1 {
  display: block !important;
}
.wrapper .content-module2 {
  display: none !important;
}
.wrapper.bg2 {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.wrapper.bg2 .content-module1 {
  display: none !important;
}
.wrapper.bg2 .content-module2 {
  display: block !important;
}
.wrapper.bg2 .header {
  height: 595px;
}
.wrapper.bg2 .title {
  top: 295px;
}
.wrapper.bg2 .login-info {
  top: 445px;
}

.header {
  width: 100%;
  position: relative;
  height: 506px;
}
.header .logo {
  width: 121px;
  height: 26px;
  position: absolute;
  left: 12px;
  top: 12px;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.header .login-info {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  top: 368px;
}
.header .login-info .login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .login-info .login .btn-login {
  width: 233px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px;
  -webkit-animation: breathBtn 1.3s linear infinite;
          animation: breathBtn 1.3s linear infinite;
}
.header .login-info .login .btn-login.btn-login-qq {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/btn_login1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.header .login-info .login .btn-login.btn-login-wx {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/btn_login2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.header .login-info .login .btn-login.geted {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/btn_login_gray.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}
.header .logined {
  width: 100%;
  height: 48px;
  text-align: center;
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  z-index: 2;
}
.header .logined span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
}
.header .logined a {
  color: #ff371b;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  margin-left: 5px;
  position: relative;
}
.header .icon-down {
  width: 42px;
  height: 57px;
  display: none;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/icon_down.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-animation: downIcon 1s linear infinite;
          animation: downIcon 1s linear infinite;
}

.content {
  width: 100%;
  height: 828px;
  position: relative;
}
.content .content-module {
  width: 100%;
  height: 100%;
}
.content .content-module1 {
  position: relative;
}
.content .content-module1 .awards-box {
  width: 523px;
  height: 268px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/awards_box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.content .content-module1 .awards-box .awrads-img {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/awards_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 170px;
  height: 157px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-module1 .awards-box .awrads-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .content-module1 .awards-box2 {
  width: 599px;
  height: 480px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .content-module1 .awards-box2 .title_box2 {
  width: 303px;
  height: 54px;
  display: block;
  margin: 0 auto;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/title_module2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.content .content-module1 .awards-box2 .box2_awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-module1 .awards-box2 .box2_awards .newbie_awards {
  width: 599px;
  height: 427px;
  position: relative;
  top: -20px;
}
.content .content-module1 .awards-box2 .awards_img1 {
  width: 282px;
  height: 260px;
  margin-right: 50px;
}
.content .content-module1 .awards-box2 .awards_img2 {
  width: 264px;
  height: 399px;
  margin-right: 20px;
}
.content .content-module2 {
  position: relative;
}
.content .content-module2 .bindphone-box {
  width: 100%;
  height: 412px;
  position: absolute;
  left: 0;
  top: 185px;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bindphone_box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
}
.content .content-module2 .bindphone-box .bind-title {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bind_title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 93px;
  position: absolute;
  left: 0;
  top: -137px;
}
.content .content-module2 .bindphone-box .bindphone-info {
  width: 308px;
  margin-left: 105px;
}
.content .content-module2 .bindphone-box .bindphone-info .bind-subtit1 {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bind_subtit1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 181px;
  height: 23px;
  margin: 0 auto 12px;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item {
  width: 305px;
  height: 42px;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/input_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 305px;
  height: 35px;
  color: #c7c5c2;
  font-size: 22px;
  line-height: 35px;
  padding: 0 18px;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input::-webkit-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input::-moz-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input:-ms-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input::-ms-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item input::placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code {
  width: 305px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 5px;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/input_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 172px;
  height: 38px;
  color: #c7c5c2;
  font-size: 22px;
  line-height: 38px;
  padding: 0 18px;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input::-webkit-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input::-moz-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input:-ms-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input::-ms-input-placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code input::placeholder {
  color: #c7c5c2;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code .btn-getcode {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/btn_getcode.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 123px;
  height: 38px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.content .content-module2 .bindphone-box .bindphone-info .input-item-code .btn-getcode.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.content .content-module2 .bindphone-box .bindphone-info .agree-box {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 34px;
  margin-top: 10px;
}
.content .content-module2 .bindphone-box .bindphone-info .agree-box .checkbox {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/checkbox.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 20px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
.content .content-module2 .bindphone-box .bindphone-info .agree-box .checkbox.checked {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/checkbox_checked.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.content .content-module2 .bindphone-box .bindphone-info .agree-box p {
  height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #cac9cb;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
}
.content .content-module2 .bindphone-box .bindphone-info .btn-agreebind {
  display: block;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/btn_agreebind.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 204px;
  height: 46px;
  margin: 15px auto 0;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 46px;
}
.content .content-module2 .bindphone-box .bindphone-info .btn-agreebind.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.content .content-module2 .bindphone-box .bindphone-awards {
  width: 270px;
  margin-left: 10px;
}
.content .content-module2 .bindphone-box .bindphone-awards .bind-subtit2 {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bind_subtit2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 252px;
  height: 23px;
  margin: 0 auto 12px;
}
.content .content-module2 .bindphone-box .bindphone-awards .bind-awards-box {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/bind_awards_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 215px;
  height: 297px;
  margin: 0 auto;
  position: relative;
}
.content .content-module2 .bindphone-box .bindphone-awards .bind-awards-box img {
  width: 100%;
  height: 100%;
}
.content .content-module2 .bindphone-box .bindphone-awards .bind-awards-box .awards-name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.dialog {
  outline: none;
  border: none;
  position: relative;
}

.dialog *,
.dialog *::before,
.dialog *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog .dia-con {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dialog .dia-close {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: -45px;
}

.dialog .dia-title {
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  font-family: "syht_h";
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
.dialog .dia-title::before {
  content: "";
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 28px;
  height: 23px;
  margin-right: 20px;
}
.dialog .dia-title::after {
  content: "";
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 28px;
  height: 23px;
  margin-left: 20px;
}

.dialog .comm-btn {
  display: block;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 256px;
  height: 57px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 57px;
}

.dia-common {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 715px;
  height: 405px;
}
.dia-common .txt {
  width: 600px;
  height: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
}

.dia-copy {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 733px;
  height: 421px;
}
.dia-copy .txt {
  text-align: center;
  color: #000000;
  font-size: 26px;
  line-height: 26px;
  margin-top: 50px;
}
.dia-copy .copy-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.dia-copy .copy-cont .copy-link {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_input1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 336px;
  height: 42px;
  color: #616161;
  font-size: 22px;
  line-height: 42px;
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.dia-copy .copy-cont .copy-btn {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 192px;
  height: 42px;
  margin-left: 22px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
}

.dia-prop2 {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 715px;
  height: 525px;
}
.dia-prop2 .awards-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.dia-prop2 .awards-flex .img-box {
  width: 302px;
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 20px;
}
.dia-prop2 .awards-flex .img-box .awards3 {
  width: 120px;
}
.dia-prop2 .awards-flex .img-box .awards4 {
  width: 87px;
  height: 210px;
}
.dia-prop2 .awards-flex .img-box .awards5 {
  width: 250px;
}
.dia-prop2 .awards-flex .img-box img {
  width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.dia-prop2 .awards-flex .img-box .name {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
.dia-prop2 .awards-flex .img-box .awards1 {
  width: auto;
  margin-left: 50px;
}
.dia-prop2 .awards-flex .img-box .awards2 {
  width: auto;
}

.dia-prop {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 715px;
  height: 1017px;
}
.dia-prop .dia-title {
  margin-bottom: 30px;
}
.dia-prop .awards-flex2 {
  margin-top: 10px;
  height: 425px;
}
.dia-prop .awards-flex2 .img-box img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.dia-prop .awards-flex2 .name {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.dia-prop .awards-flex2 .newbie_awards {
  width: 599px;
  height: 427px;
}
.dia-prop .awards-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.dia-prop .awards-flex .img-box {
  width: 302px;
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 20px;
}
.dia-prop .awards-flex .img-box .awards3 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dia-prop .awards-flex .img-box img {
  width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.dia-prop .awards-flex .img-box .name {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: -30px;
}
.dia-prop .awards-flex .img-box .awards1 {
  width: auto;
}
.dia-prop .awards-flex .img-box .awards2 {
  width: auto;
  max-height: 160% !important;
  height: 160% !important;
}

.dia-creatrole {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg6.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 715px;
  height: 575px;
}
.dia-creatrole .txt {
  text-align: center;
  color: #ff7100;
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.dia-creatrole .nickname-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}
.dia-creatrole .nickname-cont input {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_input1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 336px;
  height: 42px;
  color: #616161;
  font-size: 22px;
  line-height: 42px;
  padding: 0 18px;
}
.dia-creatrole .nickname-cont input::-webkit-input-placeholder {
  color: #616161;
}
.dia-creatrole .nickname-cont input::-moz-placeholder {
  color: #616161;
}
.dia-creatrole .nickname-cont input:-ms-input-placeholder {
  color: #616161;
}
.dia-creatrole .nickname-cont input::-ms-input-placeholder {
  color: #616161;
}
.dia-creatrole .nickname-cont input::placeholder {
  color: #616161;
}
.dia-creatrole .nickname-cont .btn-checknickname {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_btn1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 192px;
  height: 42px;
  margin-left: 22px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
}
.dia-creatrole .btn-creatrole {
  display: block;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 233px;
  height: 52px;
  margin: 50px auto 0;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 52px;
}

.dia-creatsucceed {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_bg6.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 715px;
  height: 575px;
}
.dia-creatsucceed .txt {
  text-align: center;
  color: #ff7100;
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.dia-creatsucceed .nickname-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}
.dia-creatsucceed .nickname-cont input {
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_input1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 336px;
  height: 42px;
  color: #616161;
  font-size: 22px;
  line-height: 42px;
  padding: 0 18px;
}
.dia-creatsucceed .nickname-cont input::-webkit-input-placeholder {
  color: #616161;
}
.dia-creatsucceed .nickname-cont input::-moz-placeholder {
  color: #616161;
}
.dia-creatsucceed .nickname-cont input:-ms-input-placeholder {
  color: #616161;
}
.dia-creatsucceed .nickname-cont input::-ms-input-placeholder {
  color: #616161;
}
.dia-creatsucceed .nickname-cont input::placeholder {
  color: #616161;
}
.dia-creatsucceed .btn-togetawards {
  display: block;
  background-image: url("//game.gtimg.cn/images/val/act/a20240408adv/20260402/dia_btn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 256px;
  height: 57px;
  margin: 50px auto 0;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 57px;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1.25;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  z-index: 10000;
  opacity: 0;
  margin-top: 100px;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
  pointer-events: none;
}
.toast.show {
  opacity: 1;
  margin-top: 0;
}

@-webkit-keyframes breathBtn {
  100%, 0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
}

@keyframes breathBtn {
  100%, 0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
}
@-webkit-keyframes downIcon {
  100%, 0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes downIcon {
  100%, 0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.test-wrapper button {
  font-size: 22px;
  margin-bottom: 5px;
  display: none;
}
.test-wrapper .testtoggle {
  display: block !important;
}

.creatrole_award {
  width: 646px;
  height: 233px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}