@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  font-family: "Serif,Microsoft Yahei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, textarea, table, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  outline: none;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

a {
  font-family: "Serif,Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

span {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.06rem;
  background-color: #d8dedb;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
}

::-webkit-scrollbar-track {
  background-color: #d8dedb;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
}

::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow:inset 0 0 0.0.06rem rgba(0,0,0,.3);*/
  background-color: #679183;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
}

/* logout */
.logout_box {
  display: none;
  position: fixed;
  width: 3.55rem;
  height: 0.51rem;
  right: 0;
  bottom: 1.3rem;
  background: url(../images/cover221020/logout_bg.png);
  background-size: 100% auto;
  z-index: 50;
  overflow: hidden;
}

.user_tx {
  float: left;
  width: 0.39rem;
  margin: 0.06rem 0 0 0.22rem;
}

.user_info {
  float: left;
  width: 1.6rem;
  height: 0.51rem;
  margin-left: 0.1rem;
  font-size: 0.25rem;
  line-height: 0.51rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn_logout {
  float: left;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: 0.08rem;
  background: url(../images/cover221020/btn_logout.png);
  background-size: 100% auto;
  cursor: pointer;
}

.wrap {
  position: relative;
  width: 19.2rem;
  background-color: #000;
  overflow: hidden;
}

option {
  color: #000;
}

/* head */
.head_box {
  position: relative;
  width: 19.2rem;
  height: 5.84rem;
  background: url(../images/top.jpg) no-repeat;
  background-size: 100% auto;
}
/* content */
.content{position: relative;overflow: hidden;
  width: 19.2rem;
  height: 19.33rem;
  background: url(../images/content.jpg) no-repeat;
  background-size: 100% auto;}
.title{width: 15.66rem;height: 0.9rem;background: url(../images/title.png) no-repeat;
  background-size: 100% auto;margin: 1rem auto 0;}
.rule{width: 14.6rem;height: 7.24rem;background: url(../images/rule_txt.png) no-repeat;
  background-size: 100% auto;
  margin: 1rem auto 0;}
.btn_bind {
  width: 3.68rem;
  height: 0.94rem;
  background: url(../images/btn_bind.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0rem;
  cursor: pointer;
  cursor: pointer;
}

.btn_bind.disable {
  background-position-y: -2.06rem;
  cursor: auto;
}

.idbox {
  display: none;
  width: 4.1rem;
  height: 0.52rem;
  line-height: 0.52rem;
  overflow: hidden;
  background: url(../images/idbox.png) no-repeat;
  background-size: 100% auto;
  font-size: 0.25rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0.2rem;
}

.idbox .id {
  margin: 0 0 0 0.7rem;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.logout {
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/btn_logout.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  margin: 0rem auto 0 0.08rem;
  cursor: pointer;
}

.head_zs {
  position: absolute;
  width: 7.64rem;
  height: 2.13rem;
  right: 0rem;
  bottom: -0.82rem;
  background: url(https://tof.pwrd.co.kr/images/cover221013/head_zs.png) no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

.slogan {
  width: 13rem;
  height: 2.08rem;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -6.5rem;
  background: url(../images/slogan.png?v=1) no-repeat;
  top: 3.2rem;
  background-size: 100% auto;
 
}

@keyframes wave {
  0% {
    height: 0.1rem;
  }

  50% {
    height: 0.28rem;
  }

  100% {
    height: 0.1rem;
  }
}

@-webkit-keyframes wave {
  0% {
    height: 0.1rem;
  }

  50% {
    height: 0.28rem;
  }

  100% {
    height: 0.1rem;
  }
}

@-ms-keyframes wave {
  0% {
    height: 0.1rem;
  }

  50% {
    height: 0.28rem;
  }

  100% {
    height: 0.1rem;
  }
}

.lu {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/lu.png) no-repeat;
  position: absolute;
  right: 0.2rem;
  top: 1rem;
  cursor: pointer;
  background-size: 100%;
  z-index: 1000;
}
.btn_home {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/btn_home.png) no-repeat;background-size: 100%;display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  background-size: 100%;
  z-index: 1000;
}
.lu .lu_select {
  width: 1.63rem;
  height: 3.28rem;
  /*background: url(../images/lu_select.png) no-repeat;*/
  background: url(https://tof.perfectworld.com/en-eu/images/lanuage_bg.png) no-repeat;
  position: absolute;
  background-size: 100%;
  font-size: 0.2rem;
  color: #fff;
  right: 0rem;
  bottom: -3.3rem;
  display: none;
  box-sizing: border-box;
  padding-top: 0.1rem;
}

.lu .lu_select a {
  display: block;
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
}

.logo {
  display: block;
  width: 1.9rem;
  height: 1.4rem;
  background: url(../images/logo.png?v=1) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
}

.logo2 {
  display: block;
  width: 3.6rem;
  height: 0.6rem;
  background: url(../images/logo2.png?v=1) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.5rem;
  left: 2.2rem;
}

/* page1 */
.page1 {
  position: relative;
  overflow: hidden;
  width: 19.2rem;
  height: 8.49rem;
  background: url(../images/page1.jpg?v=1) no-repeat;
  background-size: 100% auto;
}

/* .btn_prize{width: 3rem;height: 0.63rem;background:url(../images/btn_prize.png) no-repeat;position: absolute;background-size: 100% auto;left: 50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);top: 7.4rem;cursor: pointer;} 
 .btn_prize.disable{background-position-y: -0.7rem;cursor: auto;}
.btn_prize2{width: 3rem;height: 0.63rem;background:url(../images/btn_prize2.png) no-repeat;position: absolute;background-size: 100% auto;left: 50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);top: 15rem;cursor: pointer;} 
 .btn_prize2.disable{background-position-y: -0.7rem;cursor: auto;} */
.step {
  width: 100%;
  height: 5.1rem;
  margin: 2rem auto 0;
  position: relative;
  text-align: center;
}

.step .item {
  width: 4.38rem;
  height: 5.15rem;
  background: url(../images/step.png?v=1) no-repeat;
  margin: 0 0.33rem 0;
  background-size: 100% auto;
  display: inline-block;
  position: relative;overflow: hidden;
}

.step .item .tit {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 0.5rem;
  margin: 1rem auto 0;
}

.step .item .txt {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0.4rem auto 0;
}

.t_login {
  width: 2.5rem;
  height: 2.7rem;
  background: url(../images/login.png?v=1) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2.1rem;
  left: 1rem;
  cursor: pointer;
}

.t_logout {
  width: 2.5rem;
  display: none;
  height: 2.7rem;
  background: url(../images/logout.png?v=1) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2.1rem;
  left: 1rem;
  cursor: pointer;
}

.t_logout .name {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p_login {
  width: 2.5rem;
  height: 0.9rem;
  background: url(../images/p_login.png?v=1) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2.66rem;
  left: 1rem;
  cursor: pointer;
}

.p_logout {
  width: 2.5rem;
  display: none;
  height:0.9rem;
  background: url(../images/p_logout.png?v=1) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2.66rem;
  left: 1rem;
  cursor: pointer;
}

.p_logout .name {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.serverId{width: 2.5rem;height: 0.45rem;border: 0; background: #3d6dfc;border-radius: 0.1rem;color: #fff;font-size: 0.22rem;font-weight: 600;line-height: 0.45rem;text-align: center;margin: 0.5rem auto 0;cursor: pointer;}

.selInfo{ margin-top: 0.2rem; font-size: 0.22rem; color: #FFF; }

.code{width: 2.4rem;height: 0.45rem;line-height: 0.45rem; background: #000;border-radius: 0.1rem; border: 0.3rem #3a3a3a soild;margin: 0.2rem auto 0;text-align: center; color: #fff;}
.btn_confirm{width: 1.3rem;cursor: pointer; height: 0.4rem;color: #fff; background: #3d6dfc;border-radius: 0.1rem;font-size: 0.22rem;font-weight: 600;line-height: 0.45rem;text-align: center;margin: 0.2rem auto 0;}

 .float_box {
   width: 0.53rem;
   height: 1.8rem;
   position: fixed;
   top: 1.8rem;
   right: 0.1rem;
   z-index: 10;
 }

 .float_box a {
   display: block;
   width: 0.53rem;
   height:0.53rem;
 }

 .float_box .discord_icon {
   background: url(https://tof.perfectworld.com/en/images/discord.png) no-repeat;background-size: 100%;
 }

 .float_box .twitter_icon {
   background: url(https://tof.perfectworld.com/en/images/twitter.png) no-repeat;background-size: 100%;
   margin-top: 0.3rem;
 }

 .float_box .youtube_icon {
   background: url(https://tof.perfectworld.com/en/images/youtube.png) no-repeat;background-size: 100%;
   margin-top: 0.3rem;
 }
 

/* pop */
.pop_fixed {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}



.icon_close2 {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  right: 0.2rem;
  top: 0.2rem;
  background: url(../images/icon_close.png);
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
}

.pop_msg_cont {
  position: absolute;
  width: 6.83rem;
  height: 3.83rem;
  left: 50%;
  top: 50%;
  margin-left: -3.41rem;
  margin-top: -2.63rem;
  background: url(../images/pop_bind_bg.png);
  background-size: 100% auto;
}

.pop_text_t {
  padding-top: 1.8rem;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.pop_text_p, #msg {
  padding-top: 0.2rem;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
}

#msg {
  width: 5.8rem;
  margin: 0 auto;
  padding-top: 1.4rem;
  line-height: 0.46rem;
}

/* pop_bind */
.pop_bind_cont,.pop_cont {
  position: absolute;
  width: 5.76rem;
  height: 3.23rem;
  left: 50%;
  top: 50%;
  margin-left: -2.88rem;
  margin-top: -2.63rem;
  background: url(../images/pop_bind_bg.png);
  background-size: 100% auto;
}

#pop_bind .pop_text_t {
  padding-top: 1.05rem;
}

.bind_form {
  width: 5rem;
  height: 1.6rem;
  margin: 0 auto;
  padding-top: 0.1rem;
}

.bind_form .row {
  width: 100%;
  height: 0.6rem;
  margin: 0.1rem auto 0;
}

.bind_form .row span {
  display: inline-block;
  font-size: 0.24rem;
  width: 1.6rem;
  color: #fff;
}
.poptit {
  display: inline-block;
  font-size: 0.24rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  margin: 0.1rem auto 0;
}
.bind_form select {
  display: inline-block;
  width: 3rem;
  height: 0.56rem;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  background: #2644a0;
  border-radius: 0.1rem;
  border: 0rem solid #d488ff;
  outline: 0;
}

.btn_sub_bind, .btn_sub_address {
  display: block;
  width: 2.1rem;
  height: 0.4rem;
  margin: 0 auto;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
 

/*  */
/* .btn_link1{width: 2.54rem;height: 0.7rem;background:url(../images/btn_link1.png) no-repeat;background-size: 100%;cursor: pointer; display: inline-block;position: absolute;left: 1.5rem;top: 3rem;}
.btn_link1:hover{background-position-y: -1rem;}
.btn_link2{width: 2.54rem;height: 0.7rem;background:url(../images/btn_link2.png) no-repeat;background-size: 100%;cursor: pointer; display: inline-block;position: absolute;right: 1.5rem;top: 3rem;}
.btn_link2:hover{background-position-y: -1rem;}
.poplink_tit{width: 4.08rem;height: 1.69rem;background:url(../images/poplink_tit.png) no-repeat;background-size: 100%;margin: 1rem auto 0;}
#naverIdLogin_loginButton{opacity: 0;} */
 
.infobox {
  width: 3.27rem;
  height: 2.19rem;
  background: url(../images/infobox.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.4rem;
  top: 1.6rem;
  display: none;
}

.bindinfo {
  width: 2.8rem;
  height: 0.3rem;
  color: #fff;
  position: absolute;
  top: 0.55rem;
  left: 0.2rem;
  font-size: 0.24rem;
  text-align: center;
}

 
 

.popconfirm_txt {
  width: 5.08rem;
  height: 1rem;
  font-size: 0.24rem;
  color: #fff;
  margin: 0.4rem auto 0;
  text-align: center;
}

.prompttxt {
  font-size: 0.18rem;
  color: #fff;
  margin: 0.1rem auto 0;
  text-align: center;
  padding: 0 0.15rem;
}
.rolename{width: 3rem;height: 0.4rem; line-height: 0.4rem; border-radius: 0.1rem; background: #2644a0;color: #fff;margin: 0.1rem auto 0;text-align: center;}
.pop_unbind_cont .btnbox {
  width: 5rem;
  height: 0.54rem;
  margin: 0 auto;
}
 
/* pop unbindinfo*/
.pop_bindinfo_cont {
  position: absolute;
  width: 6.1rem;
  height: 6.22rem;
  left: 50%;
  top: 50%;
  margin-left: -3rem;
  margin-top: -3.03rem;
  background: url(../images/pop_bindinfo_bg.png);
  background-size: 100% auto;
}

.userimg {
  width: 1.49rem;
  height: 1.49rem;
  margin: 0.8rem auto 0;
}

.userimg img {
  width: 100%;
}

.userlist {
  width: 4.5rem;
  height: 2.2rem;
  margin: 0.5rem auto 0;
  font-size: 0.22rem;
  color: #fff;
}

.userlist .row {
  margin: 0.05rem auto 0;
  height: 0.45rem;
}

.userlist span.txt {
  border: 0.01rem solid #b176d8;
  display: inline-block;
  width: 2.7rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-indent: 0.05rem;
  vertical-align: top;
}

.userlist span.tit {
  display: inline-block;
  width: 1.3rem;
  height: 0.45rem;
  line-height: 0.45rem;
  vertical-align: top;
}

.pop_bindinfo_cont .btnbox {
  width: 5rem;
  height: 0.54rem;
  margin: 0 auto;
  text-align: center;
}

.pop_bindinfo_cont .btn {
  width: 1.6rem;
  height: 0.54rem;
  margin: 0 auto;
  background: #b176d8;
  color: #fff;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.24rem;
}

.btn_link {
  width: 3.65rem;
  height: 0.94rem;
  background: url(../images/link.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 7.5rem;
  cursor: pointer;
}
 
 

.lu.lu2 {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/lu2.png) no-repeat;
  position: absolute;
  right: 1.8rem;
  top: 0.2rem;
  cursor: pointer;
  background-size: 100%;
  z-index: 1000;
}

.lu .lu_select.lu_select2 {
  width: 1.19rem;
  height: 0.97rem;
  background: url(../images/lu_select2.png) no-repeat;
  position: absolute;
  background-size: 100%;
  font-size: 0.2rem;
  color: #fff;
  right: 0rem;
  bottom: -0.98rem;
  display: none;
}

.lu.on .lu_select {
  display: block;
}
.triangle {
  width: 0;
  display: none;
  height: 0;
  margin: 0 0 0 0.1rem;
  border-top: 0.15rem solid #fff;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
}