* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
@font-face {
  font-family: 'thfont';
  src: url('https://media.game-tree.com/media/pictures/gametree/dt/font/th/thfont.ttf') format("truetype");
}
@font-face {
  font-family: 'jpfont';
  src: url('https://media.game-tree.com/media/pictures/gametree/dt/font/jp/NotoSansJP-VF-Black.ttf') format("truetype");
}
li {
  list-style: none;
}
img {
  display: block;
}
.th {
  font-family: 'thfont' !important;
}
.th input::placeholder {
  font-family: 'thfont', sans-serif !important;
}
.jp {
  font-family: 'jpfont' !important;
}
.jp input::placeholder {
  font-family: 'jpfont', sans-serif !important;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* 设置滚动条默认样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
  -webkit-tap-highlight-color: transparent;
}
html {
  opacity: 0;
  background: #2d3d5e;
}
.container {
  width: 7.5rem;
  height: 16.25rem;
  position: relative;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/bg.jpg);
  background-size: 100% 16.5rem;
  background-position: top center;
  margin: 0 auto;
}
.container .rule_btn {
  width: 0.74rem;
  height: 0.79rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/rule_btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0.4rem;
  right: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
.container .back_btn {
  width: 1.66rem;
  height: 0.82rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/back_btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0.4rem;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.container .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.container .content .left_box {
  width: 6.82rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: 10rem;
}
.container .content .left_box .hgd_icon {
  width: 2.15rem;
  height: 1.35rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/hgd.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0.2rem;
}
.container .content .left_box .progress_box {
  width: 6.82rem;
  height: 0.42rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/line.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .content .left_box .progress_box .ax {
  width: 0.75rem;
  height: 0.75rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/ax.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0.36rem;
  flex-shrink: 0;
  display: none;
}
.container .content .left_box .progress_box .ax.active {
  display: block;
}
.container .content .p_box {
  width: 7.5rem;
  max-width: 100%;
  height: 10.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  overflow: hidden;
  top: 0.3rem;
}
.container .content .p_box #hero {
  width: 7.5rem;
  height: 16.5rem;
}
.container .content .p_box .msg_box {
  height: 0.89rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 60%;
  bottom: 0;
}
.container .content .p_box .msg_box #talk {
  display: none;
}
.container .content .p_box .msg_box img {
  width: auto;
  height: 0.89rem;
  margin: auto;
}
.container .content .right_box {
  width: 4.6rem;
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 2;
  height: 6.87rem;
}
.container .content .right_box.rihgtHide {
  right: -4.06rem;
}
.container .content .right_box.rihgtHide .reward .open_slide::after {
  transform: rotate(180deg);
}
.container .content .right_box .reward {
  width: 4.6rem;
  height: 6.87rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/reward.png) no-repeat center center;
  background-size: 100% 100%;
}
.container .content .right_box .reward .open_slide {
  width: 0.6rem;
  height: 2.1rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  cursor: pointer;
}
.container .content .right_box .reward .open_slide::after {
  content: '';
  width: 0.22rem;
  height: 0.24rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/arrow2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  transform: rotate(0);
}
.container .content .right_box .reward .ax_btn {
  width: 2.04rem;
  height: 0.63rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/ax_btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.4rem;
  margin: auto;
  right: 0;
  bottom: 0.4rem;
  cursor: pointer;
}
.container .content .right_box .reward .ax_btn.active::after {
  content: '';
  width: 0.17rem;
  height: 0.17rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/dot.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -0.04rem;
}
.container .content .invite_btn {
  width: 3.94rem;
  height: 1.01rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/invite_btn.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12.3rem;
  cursor: pointer;
}
.pop {
  width: 7.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: hidden;
  display: none;
}
.pop.login {
  z-index: 99;
}
.pop.login .title::before {
  display: none;
}
.pop.login .title::after {
  display: none;
}
.pop.login .detail_btn {
  display: none;
}
.pop.agree {
  z-index: 101;
}
.pop .title {
  font-weight: bold;
  font-size: 0.26rem;
  position: relative;
  font-size: 0.36rem;
  color: #5e87ff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.pop .title::before {
  content: '';
  width: 0.24rem;
  height: 0.25rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pop .title::after {
  content: '';
  width: 0.24rem;
  height: 0.25rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pop .pop_rule {
  width: 7.06rem;
  height: 8.93rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/pop_rule.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -50%);
  padding: 0.8rem 0 0.3rem 0;
}
.pop .pop_rule .title {
  transform: translateX(0.2rem);
}
.pop .pop_rule .close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
  cursor: pointer;
}
.pop .pop_rule .content {
  padding: 0 0.3rem 0.3rem 1rem;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #333;
  font-size: 0.2rem;
  color: #4c648e;
  height: 90%;
  overflow: auto;
  margin-top: 0.2rem;
}
.pop .pop_rule .content p {
  margin: 0.1rem 0;
}
.pop .pop_rule .content .reward-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.15rem 0;
  border: 1px solid #87CEEB;
}
.pop .pop_rule .content .reward-table tr td {
  padding: 0.12rem 0.15rem;
  background: #fff;
  border: 1px solid #87CEEB;
  font-size: 0.2rem;
  line-height: 1.5;
  vertical-align: top;
}
.pop .pop_rule .content .reward-table tr td:first-child {
  width: 28%;
  text-align: left;
}
.pop .pop_rule .content .reward-table tr td:last-child {
  width: 72%;
  text-align: left;
}
.pop .pop_tip {
  width: 6.13rem;
  height: 3.65rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/pop_tip.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0.3rem 0.2rem 1rem;
  font-size: 0.36rem;
  color: #5e87ff;
}
.pop .pop_tip .text {
  text-align: center;
  font-size: 0.3rem;
}
.pop .pop_tip .close_btn {
  width: 2.43rem;
  height: 0.73rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/confirm_btn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pop .pop_invite {
  width: 6.13rem;
  height: 3.65rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/pop_tip.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0.3rem 0.2rem 1rem;
  font-size: 0.36rem;
  color: #5e87ff;
}
.pop .pop_invite .copy_btn {
  width: 2.43rem;
  height: 0.73rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/copy_btn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pop .pop_invite input {
  width: 80%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #9bb8fa;
  outline: none;
  font-size: 0.2rem;
  color: #4c648e;
  margin-top: 0.2rem;
  padding: 0 0.3rem;
}
.pop .pop_login {
  width: 7.06rem;
  height: 5.87rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/pop_login.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -50%);
  padding: 0.7rem 0.3rem 0.2rem 1rem;
  font-size: 0.36rem;
  color: #5e87ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.pop .pop_login .title {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}
.pop .pop_login .tip,
.pop .pop_login .tip2 {
  font-size: 0.2rem;
  color: #4c648e;
  text-align: center;
}
.pop .pop_login .form_box {
  background: #d9ebff;
  padding: 0.3rem;
  width: 95%;
}
.pop .pop_login .form_box .input_box {
  height: 0.57rem;
  border: 1px solid #8eaffa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop .pop_login .form_box .input_box .prefix_box {
  width: 1.82rem;
  height: 100%;
  background-color: #8eaffa;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  line-height: 0.57rem;
}
.pop .pop_login .form_box .input_box .prefix_box.default {
  width: 1rem;
  display: none;
}
.pop .pop_login .form_box .input_box .prefix_box .cur_code {
  width: 100%;
  height: 0.56rem;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-shrink: 0;
  user-select: none;
}
.pop .pop_login .form_box .input_box .prefix_box .cur_code .text {
  height: 0.6rem;
  line-height: 0.6rem;
}
.pop .pop_login .form_box .input_box .prefix_box .arrow_down {
  width: 0.17rem;
  height: 0.12rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/arrow.png) no-repeat center center;
  background-size: 100% 100%;
}
.pop .pop_login .form_box .input_box .prefix_box .code_list {
  width: 1.82rem;
  background-color: #8eaffa;
  position: absolute;
  left: 0;
  top: 0.58rem;
  color: #fff;
  z-index: 2;
  height: 3rem;
  overflow: auto;
  display: none;
}
.pop .pop_login .form_box .input_box .prefix_box .code_list .code_item {
  height: 0.6rem;
  line-height: 0.6rem;
  cursor: pointer;
  font-size: 0.2rem;
}
.pop .pop_login .form_box .input_box .prefix_box .code_list .code_item:hover {
  background-color: #5e87ff;
}
.pop .pop_login .form_box .input_box .prefix_box.default {
  display: none;
}
.pop .pop_login .form_box .input_box .input {
  height: 100%;
  border: none;
  width: 100%;
  outline: none;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  color: #4c648e;
}
.pop .pop_login .form_box .agree_box {
  display: flex;
  align-items: flex-start;
  font-size: 0.2rem;
  color: #4c648e;
  cursor: pointer;
  margin-top: 0.2rem;
  user-select: none;
  outline: none;
}
.pop .pop_login .form_box .agree_box .openAgree {
  color: #ea3d56;
}
.pop .pop_login .form_box .agree_box .agree_radio {
  width: 0.18rem;
  height: 0.18rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/radio.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 0.1rem;
  position: relative;
  flex-shrink: 0;
  margin-top: 0.04rem;
}
.pop .pop_login .form_box .agree_box .agree_radio.check {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/radio_check.png);
}
.pop .pop_login .form_box .agree-ani {
  animation: agreeAni 200ms infinite linear;
}
@keyframes agreeAni {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0.2rem);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-0.2rem);
  }
  100% {
    transform: translateX(0);
  }
}
.pop .pop_login .confirm_btn {
  width: 2.43rem;
  height: 0.73rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/confirm_btn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pop.success {
  z-index: 103;
}
.pop.success .pop_login {
  width: 7rem;
  height: 4rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/common/pop_tip.png) no-repeat center center;
  background-size: 100% 100%;
}
.pop.success .pop_login .text {
  font-size: 0.24rem;
  color: #4c648e;
  text-align: center;
}
.pop.success .pop_login .btn_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pop.success .pop_login .btn_box a {
  display: block;
}
.pop.success .pop_login .btn_box .shop_btn {
  width: 2.43rem;
  height: 0.73rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/shop_btn.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0.2rem;
}
.pop.success .pop_login .btn_box .close {
  width: 2.43rem;
  height: 0.73rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/zh/close_btn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.logout_btn {
  font-size: 0.3rem;
  position: absolute;
  right: 3rem;
  top: 0.8rem;
  color: red;
  z-index: 3;
}
.zh .container .content .right_box .reward .open_slide::after {
  bottom: 0.2rem;
}
.en .container .content .p_box .msg_box img.t3 {
  height: 1.28rem;
}
.en .container .content .p_box .msg_box img.t5 {
  height: 1.28rem;
}
.en .container .content .p_box .msg_box img.t8 {
  height: 1.28rem;
}
.en .container .content .p_box .msg_box img.t9 {
  height: 1.28rem;
}
.en .container .content .left_box .hgd_icon {
  width: 2.93rem;
  height: 1.35rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/hgd.png);
}
.en .container .content .right_box.rihgtHide {
  right: -4.88rem;
}
.en .container .content .right_box {
  width: 5.4rem;
}
.en .container .content .right_box .reward {
  width: 5.4rem;
  height: 6.87rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/reward.png);
}
.en .container .content .right_box .reward .ax_btn {
  width: 2.92rem;
  height: 0.63rem;
  left: 0.56rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/ax_btn.png);
}
.en .container .content .invite_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/invite_btn.png);
}
.en .pop .pop_tip .close_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/confirm_btn.png);
}
.en .pop .pop_invite .copy_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/copy_btn.png);
}
.en .pop .title {
  font-size: 0.28rem;
}
.en .pop .pop_login .confirm_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/confirm_btn.png);
}
.en .pop.success .pop_login .close {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/close_btn.png);
}
.en .pop.success .pop_login .btn_box .shop_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/en/shop_btn.png);
}
.en .container .content .right_box .reward .open_slide {
  height: 2.66rem;
}
.kr .container .content .p_box .msg_box img.t9 {
  height: 1.28rem;
}
.kr .container .content .p_box .msg_box img.t5 {
  height: 1.28rem;
}
.kr .container .content .left_box .hgd_icon {
  width: 2.03rem;
  height: 1.35rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/hgd.png);
}
.kr .container .content .right_box.rihgtHide {
  right: -4.46rem;
}
.kr .container .content .right_box {
  width: 4.96rem;
}
.kr .container .content .right_box .reward {
  width: 4.96rem;
  height: 6.87rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/reward.png);
}
.kr .container .content .right_box .reward .ax_btn {
  width: 2.23rem;
  height: 0.69rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/ax_btn.png);
}
.kr .container .content .invite_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/invite_btn.png);
}
.kr .pop .pop_tip .close_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/confirm_btn.png);
}
.kr .pop .pop_invite .copy_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/copy_btn.png);
}
.kr .pop .title {
  font-size: 0.28rem;
}
.kr .pop .pop_login .confirm_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/confirm_btn.png);
}
.kr .pop.success .pop_login .close {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/close_btn.png);
}
.kr .pop.success .pop_login .btn_box a.appstore {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/appstore.png);
}
.kr .pop.success .pop_login .btn_box a.google {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/google.png);
}
.kr .pop.success .pop_login .btn_box a.pc {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/pc.png);
}
.kr .pop.success .pop_login .btn_box a.steam {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/steam.png);
}
.kr .pop .detail_btn {
  font-size: 0.18rem;
  background-color: #8eaffa;
  color: #fff;
}
.kr .pop .pop_login .form_box {
  width: 99%;
  padding: 0.2rem;
}
.kr .pop.detail .pop_detail {
  width: 6.5rem;
  height: 7.73rem;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.kr .pop.detail .pop_detail img {
  width: 6.5rem;
  height: 7.73rem;
}
.kr .pop.detail .pop_detail a {
  width: 3rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
.kr .pop.detail .pop_detail .close {
  width: 0.73rem;
  height: 0.73rem;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/img/common/close3.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.kr .pop .agree_items {
  font-size: 0.18rem;
}
.kr .pop .agree_items .agree_item .radio {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: 0.09rem;
  cursor: pointer;
  background: url(https://media.game-tree.com/media/pictures/gametree/dt/img/common/radio.png) 0% 0% / 100% 100%;
}
.kr .pop .agree_items .agree_item.checked .radio {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/img/common/radio_check.png);
}
.kr .pop .pop_login .form_box .input_box .prefix_box.default {
  display: block;
}
.kr .pop .pop_login {
  width: 7.5rem;
}
.kr .pop.success .pop_login .btn_box {
  flex-direction: column;
}
.kr .pop.success .pop_login .btn_box .shop_btn {
  width: 4.58rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/shop_btn.png);
}
.kr .pop.success .pop_login {
  height: 5.2rem;
}
.kr .pop.success .pop_login .btn_box .close {
  width: 4.58rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/kr/close_btn.png);
}
.jp .container .content .left_box .hgd_icon {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/hgd.png);
}
.jp .container .content .invite_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/invite_btn.png);
}
.jp .container .content .right_box .reward .ax_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/ax_btn.png);
}
.jp .container .content .right_box {
  width: 4.96rem;
}
.jp .container .content .right_box.rihgtHide {
  right: -4.42rem;
}
.jp .container .content .right_box .reward .open_slide {
  height: 2.34rem;
}
.jp .pop .pop_rule {
  padding-top: 1rem;
}
.jp .pop.success .pop_login .btn_box .shop_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/shop_btn.png);
}
.jp .pop.success .pop_login .btn_box .close {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/close_btn.png);
}
.jp .container .content .right_box .reward {
  width: 4.96rem;
  height: 6.87rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/reward.png);
}
.jp .pop .pop_login .confirm_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/confirm_btn.png);
}
.jp .pop .title {
  font-size: 0.3rem;
}
.jp .pop .pop_invite .copy_btn {
  width: 2.89rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/copy_btn.png);
}
.jp .pop .pop_tip .close_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/jp/confirm_btn.png);
}
.jp .container .content .p_box .msg_box img.t3 {
  height: 1.28rem;
}
.th .container .content .p_box .msg_box img.t5 {
  height: 1.28rem;
}
.th .container .content .p_box .msg_box img.t3 {
  height: 1.28rem;
}
.th .pop .title {
  font-size: 0.28rem;
}
.th .container .content .left_box .hgd_icon {
  width: 2.46rem;
  height: 1.35rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/hgd.png);
}
.th .container .content .right_box {
  width: 4.6rem;
}
.th .container .content .right_box .reward {
  width: 4.6rem;
  height: 6.87rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/reward.png);
}
.th .container .content .right_box .reward .ax_btn {
  width: 2.23rem;
  height: 0.69rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/ax_btn.png);
}
.th .container .content .invite_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/invite_btn.png);
}
.th .pop .pop_login .confirm_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/confirm_btn.png);
}
.th .container .content .right_box .reward .open_slide {
  height: 2.4rem;
}
.th .pop.success .pop_login .close {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/close_btn.png);
}
.th .pop .pop_invite .copy_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/copy_btn.png);
}
.th .pop .pop_tip .close_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/confirm_btn.png);
}
.th .pop.success .pop_login .btn_box .shop_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/th/shop_btn.png);
}
.vi .pop .title {
  font-size: 0.28rem;
}
.vi .container .content .left_box .hgd_icon {
  width: 3.48rem;
  height: 1.35rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/hgd.png);
}
.vi .container .content .right_box .reward .open_slide {
  height: 2.7rem;
}
.vi .container .content .right_box {
  width: 5.94rem;
}
.vi .container .content .right_box.rihgtHide {
  right: -5.4rem;
}
.vi .container .content .right_box .reward {
  width: 5.94rem;
  height: 6.87rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/reward.png);
}
.vi .container .content .right_box .reward .ax_btn {
  width: 3.39rem;
  height: 0.69rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/ax_btn.png);
}
.vi .container .content .invite_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/invite_btn.png);
}
.vi .pop .pop_login .confirm_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/confirm_btn.png);
}
.vi .pop.success .pop_login .close {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/close_btn.png);
}
.vi .pop .pop_invite .copy_btn {
  width: 3.12rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/copy_btn.png);
}
.vi .pop .pop_tip .close_btn {
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/confirm_btn.png);
}
.vi .pop .pop_login .form_box .agree_box .agree_radio {
  margin-top: -0.01rem;
}
.vi .pop.success .pop_login .btn_box {
  flex-direction: column;
}
.vi .pop.success .pop_login {
  height: 5.2rem;
}
.vi .pop.success .pop_login .btn_box .shop_btn {
  width: 4.58rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/shop_btn.png);
}
.vi .pop.success .pop_login .close {
  width: 4.58rem;
  height: 0.73rem;
  background-image: url(https://media.game-tree.com/media/pictures/gametree/dt/actv/yylx/m/img/vi/close_btn.png);
}
.vi .container .content .p_box .msg_box img.t3 {
  height: 1.28rem;
}
.vi .container .content .p_box .msg_box img.t4 {
  height: 1.28rem;
}
.vi .container .content .p_box .msg_box img.t5 {
  height: 1.28rem;
}
.vi .container .content .p_box .msg_box img.t9 {
  height: 1.28rem;
}
