@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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

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

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
}

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

em,
i {
  list-style: none;
  font-style: normal;
}

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;
  }
}




/*字体包CDN分离路径*/
@font-face{font-family:'DINNextLTProBoldCondensed';src:url("../fonts/DINNextLTProBoldCondensed.otf");}
@font-face{font-family:'AgencyFBBold';src:url("../fonts/AgencyFBBold.otf");}
@font-face{font-family:'JSKhunwaiRegular';src:url("../fonts/JSKhunwaiRegular.ttf");}


body {
  padding-top: 0;
  font-family: "DINNextLTProBoldCondensed";
}

.lang-en{
  font-family: "DINNextLTProBoldCondensed";
}
/*.lang-en .secondfont{
  font-family: "AgencyFBBold";
}*/

.lang-th{
  font-family: "JSKhunwaiRegular";
}
.lang-th .secondfont,.lang-th .nav{
  font-family: "JSKhunwaiRegular" !important;
}

.lang-id{
  font-family: "DINNextLTProBoldCondensed";
}
/*.lang-id .secondfont{
  font-family: "AgencyFBBold";
}*/

.lang-my{
  font-family: "DINNextLTProBoldCondensed";
}
/*.lang-my .secondfont{
  font-family: "AgencyFBBold";
}*/

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
  position: relative;
  width: 100%;
}
.part{
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.part1{
  height: 4.98rem;
  background: url(../images/m/part1.jpg) top center no-repeat;
  background-size: 100%;
}
.part2{
  height: 7.54rem;
  background: url(../images/m/part2.jpg) top center no-repeat;
  background-size: 100%;
}
.part3{
  height: 3.24rem;
  background: url(../images/m/part3.jpg) top center no-repeat;
  background-size: 100%;
}
.part4{
  /*height: 11.48rem;*/
  height: 8.5rem;
  background: url(../images/m/part4.jpg) top center no-repeat;
  background-size: 100%;
}
.part5{
  height: 5.51rem;
  background: url(../images/m/part5.jpg) top center no-repeat;
  background-size: 100%;
}
.part6{
  height: 15.86rem;
  background: url(../images/m/list_bg.jpg) top center no-repeat;
  background-size: 100%;
}
.part7{
  height: 9.14rem;
  background: url(../images/m/detail_bg.jpg) top center no-repeat;
  background-size: 100%;
}
.innerkv{
  height: 4.98rem;
  background: url(../images/m/part1.jpg) top center no-repeat;
  background-size: 100%;
}
.login-box{
  width: auto;
  height: .49rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: .29rem;
  right: .12rem;
}
.login-box .dologin{
  display: block;
  width: 1.39rem;
  height: .49rem;
  background: url(../images/login.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .49rem;
  font-size: .28rem;
  color: #fff;
}
.login-box .logined{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-box .logined i{
  display: block;
  width: .25rem;
  height: .25rem;
  background: url(../images/icon10.png) top center no-repeat;
  background-size: 100%;
}
.login-box .logined span{
  font-size: .22rem;
  color: #ffffff;
  line-height: .25rem;
  padding: 0 .08rem;
}
.login-box .logined a{
  font-size: .22rem;
  color: #f59036;
  line-height: .25rem;
  text-decoration: underline;
}

.navbox{
  width: 1.5rem;
  height: 1.94rem;
  background: url(../images/nav_bg.png) top center no-repeat;
  background-size: 100%;
  position: fixed;
  top: .98rem;
  right: .1rem;
  z-index: 10;
}
.navbox .nav{
  display: block;
  width: 1.22rem;
  height: .33rem;
  background: url(../images/nav_btn1.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .38rem;
  font-size: .18rem;
  color: #ffdf9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbox .nav1{
  top: .07rem;
}
.navbox .nav2{
  top: .44rem;
}
.navbox .nav3{
  top: .82rem;
}
.navbox .nav4{
  top: 1.18rem;
}

.language-box{
  width: 1.22rem;
  height: .33rem;
  background: url(../images/nav_btn2.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.56rem;
  left: 50%;
  transform: translateX(-50%);
}
.language-box-inner{
  top: .4rem;
  right: .4rem;
  z-index: 10;
  left: initial;
  transform: initial;
}
.language-box .select-language{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.22rem;
  height: .33rem;
}
.language-box .select-language i{
  display: block;
  width: .11rem;
  height: .11rem;
  background: url(../images/lang_drop.png) center center no-repeat;
  background-size: 100%;
}
.language-box .select-language span{
  font-size: .18rem;
  color: #ffffff;
  padding: 0 .03rem;
}
.language-box .language-choose-list{
  width: 1.22rem;
  height: 0;
  overflow: hidden;
  background: rgba(61,36,6,.8);
  position: absolute;
  top: .33rem;
  left: 0;
  transition: all .8s;
}
.language-box .language-choose-list.on{
  height: 1.2rem;
}
.language-box .language-choose-list ul li{
  width: 100%;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  font-size: .18rem;
  color: #fff;
  cursor: pointer;
  font-family: "NotoSans-Medium";
}
.language-box .language-choose-list ul li.on{
  background: #7a501a;
}
.slogan {
  display: block;
  width: 7.5rem;
  height: 2.38rem;
  position: absolute;
  top:3.3rem;
  left: 50%;
  margin-left: -3.75rem;
  background: url(../images/m/slogan_en.png) top center no-repeat;
  background-size: 100%;
}
.lang-id .slogan{
  height: 2.25rem;
  background: url(../images/m/slogan_id.png) top center no-repeat;
  background-size: 100%;
}
.lang-th .slogan{
  height: 2.42rem;
  background: url(../images/m/slogan_th.png) top center no-repeat;
  background-size: 100%;
}
.lang-my .slogan{
  height: 2.16rem;
  background: url(../images/m/slogan_my.png) top center no-repeat;
  background-size: 100%;
}
.innerkv .slogan{
  top: 4.9rem;
}

.title{
  width: 6.74rem;
  height: .72rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/m/title_line.png) bottom center no-repeat;
  background-size: 6.74rem .05rem;
  position: relative;
}
.title2{
  margin: .76rem auto 0;
}
.title3{
  margin: .4rem auto 0;
}
.title4{
  margin: .3rem auto 0;
}
.title5{
  margin: .4rem auto 0;
}
.title .icon1{
  display: block;
  width: .47rem;
  height: .44rem;
  background: url(../images/title_icon1.png) top center no-repeat;
  background-size: 100%;
}
.title h3{
  font-size: .52rem;
  color: #ffe4aa;
  padding: 0 .1rem;
  height: .52rem;
}
.title .icon2{
  display: block;
  width: .42rem;
  height: .3rem;
  background: url(../images/title_icon2.png) bottom center no-repeat;
  background-size: 100% auto;
}
.title .clan-link{
  font-size: .26rem;
  color: #fff6c7;
  line-height: .3rem;
  text-decoration: underline;
  padding-top: .4rem;
  position: absolute;
  top: .6rem;
  left: 0;
}

.btn-more{
  display: block;
  width: 1.51rem;
  height: .66rem;
  background: url(../images/more.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: .14rem;
  overflow: hidden;
  line-height: .66rem;
}
.btn-more span{
  font-size: .24rem;
  color: #e05422;
  line-height: .34rem;
  padding-left: .4rem;
}

.part2 .clan-list{
  width: 6.75rem;
  height: 5.4rem;
  background: url(../images/m/clanbox_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  margin: .26rem auto 0;
  font-size: 0;
  box-sizing: border-box;
  padding-top: .08rem;
}
.part2 .clan-list .clan{
  display: inline-block;
  width: 2.32rem;
  overflow: hidden;
  margin: .18rem .47rem;
}
.part2 .clan-list .clan .claninfo{
  width: 2.32rem;
  height: 1.56rem;
  background: url(../images/clan_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part2 .clan-list .clan .claninfo .name{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  /*font-size: .36rem;*/
  font-size: .18rem;
  color: #ffefc5;
  line-height: .24rem;
}
.part2 .clan-list .clan .claninfo .nums{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  font-size: .22rem;
  color: #ffefc5;
  line-height: .32rem;
}
.part2 .clan-list .clan a{
  display: block;
  width: 1.82rem;
  height: .52rem;
  text-align: center;
  font-size: .26rem;
  line-height: .52rem;
  margin: .18rem auto 0;
}
.lang-id .part2 .clan-list .clan a{
  font-size: .21rem;
}
.part2 .clan-list .clan a.btn-applying{
  background: url(../images/btn_applying.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
.part2 .clan-list .clan a.btn-detail{
  background: url(../images/btn_detail.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.part2 .clan-list .clan a.btn-join{
  background: url(../images/btn_join.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}

.creat-box{
  width: 6.76rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: .38rem auto 0;
}
.creat-box input{
  display: block;
  width: 6.76rem;
  height: .64rem;
  background: url(../images/m/input_bg.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .64rem;
  outline: none;
  border: none;
  font-size: .22rem;
  color: #ffdf9b;
}
input::placeholder {color: #ffdf9b; }
input::-webkit-input-placeholder { color: #ffdf9b; }
input::-moz-placeholder { color: #ffdf9b; }
input:-ms-input-placeholder {color: #ffdf9b; }

.creat-box .btn-creat{
  display: block;
  width: 1.94rem;
  height: .55rem;
  background: url(../images/btn_creat.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .55rem;
  font-size: .28rem;
  color: #ffffff;
  margin-top: .24rem;
}

.map-box{
  width: 6.74rem;
  overflow: hidden;
  margin: .35rem auto 0;
}
.map-box .map{
  width: 6.74rem;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-bottom: .4rem;
}
.map-box .map span{
  display: inline-block;
  font-size: .36rem;
  color: #ffe4aa;
  position: relative;
  line-height: .49rem;
}
.map-box .map span:before{
  display: block;
  content: "";
  width: .11rem;
  height: .49rem;
  background: url(../images/icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -.2rem;
}
.map-box .map span:after{
  display: block;
  content: "";
  width: .11rem;
  height: .49rem;
  background: url(../images/icon2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -.2rem;
}
.map-box .map div{
  width: 100%;
  overflow: hidden;
  margin-top: .12rem;
}
.map-box .map div img{
  display: block;
  width: 100%;
  height: auto;
}
.map-box .map .mapintro1{
  margin-top: .3rem;
}
.map-box .map .mapintro{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.map-box .map .mapintro i{
  display: block;
  width: .15rem;
  height: .16rem;
  background: url(../images/icon11.png) center center no-repeat;
  background-size: 100%;
  margin-right: .1rem;
}
.map-box .map .mapintro p{
  width: 6.3rem;
  font-size: .26rem;
  line-height: .36rem;
  color: #ffe9b1;
  text-align: left;
}

.part5 .rulebox{
  width: 6.74rem;
  overflow: hidden;
  margin: .3rem auto 0;
}
.part5 .rulebox p{
  font-size: .22rem;
  color: #ffdf9b;
  line-height: .32rem;
}
.part5 .rulebox p.textleft{
  text-indent: .2rem;
}


/*list*/
.back{
  display: block;
  width: .48rem;
  height: .43rem;
  background: url(../images/back.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .22rem;
  left: .22rem;
}
.title6{
  margin: .95rem auto 0;
}
.part6 .search-box{
  width: 6.74rem;
  height: .59rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
}
.part6 .search-box input{
  display: block;
  width: 5.33rem;
  height: .59rem;
  background: url(../images/input_bg1.png) center center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .59rem;
  font-size: .28rem;
  color: #ffdf9b;
}
.part6 .search-box .btn-search{
  display: block;
  width: 1.31rem;
  height: .58rem;
  background: url(../images/btn_search.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: .58rem;
  font-size: .3rem;
  color: #fff;
}
.part6 .clan-list{
  width: 6.75rem;
  height: 5.66rem;
  background: url(../images/m/clanbox_bg1.png) top center no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 1.25rem auto 0;
  box-sizing: border-box;
  padding: 0 .1rem;
  padding-top: .24rem;
}
/*.part6 .clan-list .clan{
  width: 1.84rem;
  overflow: hidden;
  margin: .14rem .16rem;
  float: left;
}*/
.part6 .clan-list .clan{
  display: inline-block;
  width: 2.32rem;
  overflow: hidden;
  margin: .18rem .4rem;
}
.part6 .clan-list .clan .claninfo{
  width: 2.32rem;
  height: 1.56rem;
  background: url(../images/clan_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part6 .clan-list .clan .claninfo .name{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  /*font-size: .36rem;*/
  font-size: .18rem;
  color: #ffefc5;
  line-height: .24rem;
}
.part6 .clan-list .clan .claninfo .nums{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  font-size: .22rem;
  color: #ffefc5;
  line-height: .32rem;
}
.part6 .clan-list .clan a{
  display: block;
  width: 1.82rem;
  height: .52rem;
  text-align: center;
  font-size: .26rem;
  line-height: .52rem;
  margin: .18rem auto 0;
}
.lang-id .part6 .clan-list .clan a{
  font-size: .21rem;
}
.part6 .clan-list .clan a.btn-applying{
  background: url(../images/btn_applying.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
.part6 .clan-list .clan a.btn-detail{
  background: url(../images/btn_detail.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.part6 .clan-list .clan a.btn-join{
  background: url(../images/btn_join.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
/*.part6 .clan-list .clan .claninfo{
  width: 1.84rem;
  height: 1.57rem;
  background: url(../images/clan_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part6 .clan-list .clan .claninfo .name{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  font-size: .18rem;
  color: #ffefc5;
  line-height: .24rem;
}
.part6 .clan-list .clan .claninfo .nums{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  font-size: .22rem;
  color: #ffefc5;
  line-height: .32rem;
}
.part6 .clan-list .clan a{
  display: block;
  width: 1.84rem;
  height: .52rem;
  text-align: center;
  font-size: .24rem;
  line-height: .52rem;
  margin: .28rem auto 0;
}
.lang-id .part6 .clan-list .clan a{
  font-size: .18rem;
}
.part6 .clan-list .clan a.btn-applying{
  background: url(../images/btn_applying.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
.part6 .clan-list .clan a.btn-detail{
  background: url(../images/btn_detail.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.part6 .clan-list .clan a.btn-join{
  background: url(../images/btn_join.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}*/
.title7{
  margin: .72rem auto 0;
}
.title7 .point-rules{
  width: auto;
  height: .24rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1rem;
}
.title7 .point-rules span{
  font-size: .24rem;
  color: #ffe4aa;
}
.title7 .point-rules .btn-rule{
  display: block;
  width: .24rem;
  height: .24rem;
  background: url(../images/btn_rule.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .05rem;
}
.point-box{
  width: 6.76rem;
  height: 3.95rem;
  background: url(../images/m/box_bg1.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: .8rem auto 0;
}
.point-box .point-title{
  width: 100%;
  height: .55rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-box .point-title span{
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: .58rem;
  font-size: .26rem;
  color: #e15a1e;
}
.point-box .pointlist{
  width: 6.74rem;
  height: 3.33rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
.point-box .pointlist li{
  width: 100%;
  height: .37rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-box .pointlist li span{
  display: block;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: .22rem;
  line-height: .37rem;
  color: #fff;
  border: solid .01rem #daae52;
}

/*manage*/
.title8{
  margin: .85rem auto 0;
}
.part7 .search-box{
  width: 6.74rem;
  height: .59rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
}
.part7 .search-box2{
  top: 1.5rem;
}
.part7 .search-box input{
  display: block;
  width: 5.33rem;
  height: .59rem;
  background: url(../images/m/input_bg2.png) center center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .59rem;
  font-size: .28rem;
  color: #ffdf9b;
}
.part7 .search-box .btn-search{
  display: block;
  width: 1.31rem;
  height: .58rem;
  background: url(../images/btn_search.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: .58rem;
  font-size: .3rem;
  color: #fff;
}
.part7 .edit-name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 .1rem;
  height: .4rem;
}
.part7 .edit-name i{
  display: block;
  width: .22rem;
  height: .24rem;
  background: url(../images/icon7.png) center center no-repeat;
  background-size: 100%;
}
.part7 .edit-name span{
  font-size: .26rem;
  color: #ffe4aa;
  line-height: .4rem;
  padding: 0 .05rem;
  display: block;
  height: .3rem;
}
.memberbox{
  width: 6.74rem;
  height: 3.92rem;
  background: url(../images/m/box_bg2.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: 1.24rem auto 0;
}
.memberbox2{
  margin: 1.64rem auto 0;
}
.memberbox.memberbox-admin{
  background: url(../images/m/box_bg3.png) center center no-repeat;
  background-size: 100%;
}
.memberbox .member-title{
  width: 100%;
  height: .55rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.memberbox .member-title span{
  display: block;
  height: .55rem;
  line-height: .55rem;
  text-align: center;
  font-size: .26rem;
  color: #e15a1e;
}
.memberbox .member-title span.sp1{
  width: 1.7rem;
}
.memberbox .member-title span.sp2{
  width: 2.53rem;
}
.memberbox .member-title span.sp3{
  width: 2.53rem;
}
.memberbox.memberbox-admin .member-title span.sp1{
  width: 1.68rem;
}
.memberbox.memberbox-admin .member-title span.sp2{
  width: 1.68rem;
}
.memberbox.memberbox-admin .member-title span.sp3{
  width: 1.68rem;
}
.memberbox.memberbox-admin .member-title span.sp4{
  width: 1.68rem;
}
.memberlist{
  width: 6.74rem;
  height: 3.33rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .03rem auto 0;
}
.memberlist li{
  width: 100%;
  height: .37rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.memberlist li .td{
  display: flex;
  justify-content: center;
  align-items: center;
  height: .37rem;
  box-sizing: border-box;
  border: solid .01rem #daae52;
}
.memberlist li .td1{
  width: 1.7rem;
}
.memberlist li .td2{
  width: 2.53rem;
}
.memberlist li .td3{
  width: 2.53rem;
  justify-content: flex-end;
}
.memberlist.memberlist-admin li .td1{
  width: 1.68rem;
}
.memberlist.memberlist-admin li .td2{
  width: 1.68rem;
}
.memberlist.memberlist-admin li .td3{
  width: 1.68rem;
}
.memberlist.memberlist-admin li .td4{
  width: 1.68rem;
}
.memberlist1 li .td3{
  justify-content: center;
}
.memberlist li:first-child .td3{
  justify-content: center;
}
.memberlist li .td span{
  font-size: .23rem;
  color: #f5e3b2;
}
.memberlist li .td .delete{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 .15rem;
}
.memberlist li .td .delete i{
  display: block;
  width: .15rem;
  height: .17rem;
  background: url(../images/icon9.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .03rem;
}
.memberlist li .td .delete p{
  font-size: .18rem;
  color: #f5e3b2;
  line-height: .2rem;
  text-decoration: underline;
}
.manage-box{
  width: 6.74rem;
  height: .52rem;
  position: relative;
  margin: .7rem auto 0;
}
.manage-box .message{
  width: auto;
  height: .25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: .7rem;
}
.manage-box .message i{
  display: block;
  width: .25rem;
  height: .25rem;
  background: url(../images/icon8.png) center center no-repeat;
  background-size: 100%;
}
.manage-box .message span{
  font-size: .22rem;
  color: #ffe4aa;
  padding: 0 .06rem;
  line-height: .32rem;
}
.manage-box .members-nums{
  width: auto;
  height: .51rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.manage-box .members-nums p{
  display: block;
  width: fit-content;
  height: .51rem;
  line-height: .75rem;
  box-sizing: border-box;
  border-bottom: solid .02rem #ffd15e;
  overflow: hidden;
  font-size: .26rem;
  color: #ffe4aa;
  margin: 0 .12rem;
}
.manage-box .members-nums a{
  display: block;
  width: 1.79rem;
  height: .51rem;
  background: url(../images/btn_cancel.png) center center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .51rem;
  color: #f56e3f;
  font-size: .26rem;
}


/* pop */
.dialog{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,.8);
  display: none;
}
.pop{
  width: 6.96rem;
  height: 4.18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  background: url(../images/pop1.png) top center no-repeat;
  background-size: 100%;
}
.pop .close{
  display: block;
  width: .48rem;
  height: .4rem;
  position: absolute;
  top: -.5rem;
  right: 0;
  background: url(../images/close.png) top center no-repeat;
  background-size: 100%;
}
.pop .poptitle{
  width: 100%;
  height: .66rem;
  overflow: hidden;
  text-align: center;
  line-height: .56rem;
}
.pop .poptitle span{
  font-size: .4rem;
  color: #ffe4aa;
  position: relative;
}
.pop .poptitle span:before{
  display: block;
  content: "";
  width: 1.29rem;
  height: .07rem;
  background: url(../images/icon5.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.4rem;
}
.pop .poptitle span:after{
  display: block;
  content: "";
  width: 1.29rem;
  height: .07rem;
  background: url(../images/icon6.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4rem;
}
.pop .popcontent{
  width: 6.2rem;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pop .tips{
  font-size: .42rem;
  color: #ffffff;
  line-height: .5rem;
  text-align: center;
}
.pop .btnlist{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .btnlist a{
  display: block;
  width: 2.42rem;
  height: .69rem;
  text-align: center;
  line-height: .69rem;
  font-size: .34rem;
  margin: 0 .25rem;
}
.pop7 .btnlist a{
  font-size: .24rem;
}
.pop .btnlist a.btn-cancel{
  background: url(../images/btn_cancel.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.pop .btnlist a.btn-certain{
  background: url(../images/btn_ok.png) top center no-repeat;
  background-size: 100%;
  color: #fff;
}
.pop2 .tips{
  margin: .75rem auto;
}
.pop3 .tips{
  margin: .4rem auto;
}
.pop4 .tips{
  margin: .4rem auto;
}
.pop5 .tips{
  margin: .2rem auto;
}
.pop7 .tips{
  margin: .4rem auto;
}
.pop9 .tips{
  margin: .75rem auto;
}
.pop10 .tips{
  margin: .5rem auto;
}
.pop12 .tips{
  margin: .75rem auto;
}
.pop13 .tips{
  margin-top: .5rem;
}
.pop13 .tips1{
  font-size: .28rem;
  color: #ffffff;
  line-height: .38rem;
  text-align: center;
  margin-bottom: .5rem;
}
.pop14 .tips{
  margin: .5rem auto;
}
.pop15 .tips{
  margin: .5rem auto;
}
.pop17 .tips{
  margin: .75rem auto;
}
.pop18 .tips{
  margin: .75rem auto;
}
.pop19 .tips{
  margin: .5rem auto;
}
.pop5 .btnlist a{
  font-size: .3rem;
}
.pop8 .tips{
  margin-top: .3rem;
}
.pop8 .link{
  font-size: .42rem;
  color: #ffffff;
  line-height: .5rem;
  text-align: center;
  margin-bottom: .3rem;
}

.pop11 .editbox{
  width: 5.5rem;
  overflow: hidden;
  margin: .3rem auto;
}
.pop11 .editbox .line{
  width: 100%;
  height: .52rem;
  overflow: hidden;
  margin: .2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop11 .editbox .line span{
  font-size: .36rem;
  color: #ffffff;
  line-height: .52rem;
}
.pop11 .editbox .line div{
  width: 3.56rem;
  height: .52rem;
  background: url(../images/icon3.png) center center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .52rem;
  font-size: .36rem;
  color: #ffd08f;
}
.pop11 .editbox .line input{
  display: block;
  width: 3.56rem;
  height: .52rem;
  background: url(../images/icon4.png) center center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .52rem;
  font-size: .36rem;
  color: #ffd08f;
}
.pop16{
  width: 7.4rem;
  height: 3.7rem;
  background: url(../images/pop2.png) top center no-repeat;
  background-size: 100%;
}
.pop16 .applicationlist{
  width: 6.7rem;
  height: 2.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .25rem auto 0;
}
.pop16 .applicationlist li{
  width: 6.45rem;
  height: .52rem;
  overflow: hidden;
  margin: 0 auto .06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop16 .applicationlist li p{
  font-size: .24rem;
  line-height: .26rem;
  color: #ffffff;
  width: 3.5rem;
}
.pop16 .applicationlist li div{
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pop16 .applicationlist li div a{
  display: block;
  width: 1.28rem;
  height: .48rem;
  text-align: center;
  line-height: .48rem;
  font-size: .24rem;
}
.pop16 .applicationlist li div a.btn-approve{
  background: url(../images/btn_ok.png) center center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin: 0 .14rem;
}
.pop16 .applicationlist li div a.btn-reject{
  background: url(../images/btn_cancel.png) center center no-repeat;
  background-size: 100% 100%;
  color: #f56e3f;
}
.pop20{
  width: 7.4rem;
  height: 3.7rem;
  background: url(../images/pop2.png) top center no-repeat;
  background-size: 100%;
}
.pop20 .rulebox{
  width: 6.6rem;
  height: 2.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .25rem auto 0;
}
.pop20 .rulebox p{
  width: 100%;
  box-sizing: border-box;
  font-size: .3rem;
  color: #fff;
  line-height: .4rem;
  margin-bottom: .1rem;
  padding: 0 .1rem;
}
.pop21 .tips{
  margin: .75rem auto;
}
.pop22 .tips{
  margin: .75rem auto;
}
.pop23 .tips{
  margin: .4rem auto;
}
.pop24 .tips{
  margin-top: .25rem;
  font-size: .32rem;
  line-height: .42rem;
}
.pop24 .tips1{
  font-size: .32rem;
  color: #ffffff;
  line-height: .42rem;
  text-align: center;
}
.pop24 input{
  display: block;
  width: 5.6rem;
  height: .54rem;
  background: url(../images/icon4.png) center center no-repeat;
  background-size: 100% 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .52rem;
  font-size: .36rem;
  color: #ffd08f;
  margin: .2rem auto;
}



.scrollbar::-webkit-scrollbar {
  width: calc(6 /750*100vw);
  height: calc(6 /750*100vw);
  background-color: rgba(0, 0, 0, 0);
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
  border-radius: calc(10 /750*100vw);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: calc(6 /750*100vw);
  border-radius: calc(4 /750*100vw);
  -webkit-box-shadow: none;
  background-color: #ffe4aa;
  box-shadow: none;
}

.media-box{
  width: .44rem;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translateY(-25%);
  right: .1rem;
  z-index: 9;
}
.media-box1{
  width: 6.74rem;
  position: absolute;
  top: initial;
  right: .38rem;
  bottom: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.media-box a{
  display: block;
  width: .44rem;
  height: .44rem;
  margin: .1rem auto;
}
.media-box1 a{
  margin: 0;
  margin-left: .1rem;
}
.media-box .tiktok{
  background: url(../images/tiktok.png) center center no-repeat;
  background-size: 100%;
}
.media-box .facebook{
  background: url(../images/facebook.png) center center no-repeat;
  background-size: 100%;
}
.media-box .discord{
  background: url(../images/discord.png) center center no-repeat;
  background-size: 100%;
}
.media-box .youtube{
  background: url(../images/youtube.png) center center no-repeat;
  background-size: 100%;
}
.footer{
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  background: #0c0c0c;
  box-sizing: border-box;
  margin: 0 auto;
  font-family:"Microsoft Yahei" !important;
}
.footer .footer-logo{
  display: block;
  width: 3.4rem;
  overflow: hidden;
  margin: .28rem auto 0;
}
.footer .footer-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.footer .cfl-footer-link{
  width: 100%;
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  text-align: center;
  margin: .2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .cfl-footer-link a{
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  padding: 0 .1rem;
}
.footer .cfl-footer-link span{
  display: inline-block;
  width: 1px;
  height: .24rem;
  background: #b1b1b1;
}
.footer .cfl-copyright{
  width: 100%;
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  text-align: center;
  margin: .1rem auto;
}

li.nodata{
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}
li.nodata p{
  font-size: .34rem !important;
  color: #f5e3b2 !important;
  line-height: .44rem !important;
  width: 80% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate3d(-50%,-50%,0) !important;
  -ms-transform: translate3d(-50%,-50%,0) !important;
  -webkit-transform: translate3d(-50%,-50%,0) !important;
  -o-transform: translate3d(-50%,-50%,0) !important;
  -moz-transform: translate3d(-50%,-50%,0) !important;
}
.infinite-modal-content .infinite-modal-body div.pass-content__wrapper { width: 100vw !important; }
.pass-login-social__item:nth-child(1) { display: none!important; }
.css-nnuwmp.infinite-modal-root .infinite-modal-centered .infinite-modal{left: 0!important;top:10%!important;position: fixed!important;}


.mydiscord{
  display: block;
  width: .44rem;
  height: .44rem;
  background: url(../images/discord.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -.22rem;
  right: 0;
}