@charset "UTF-8";
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

img {
  border: 0;
}

body {
  padding-top: 0.42rem;
  background-color: #000;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

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

/* reset end */


/*字体包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: 19.2rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.part1{
  height: 10.66rem;
  background: url(../images/part1.jpg) center center no-repeat;
  background-size: cover;
}
.part2{
  height: 6.58rem;
  background: url(../images/part2.jpg) center center no-repeat;
  background-size: cover;
}
.part3{
  height: 4.03rem;
  background: url(../images/part3.jpg) center center no-repeat;
  background-size: cover;
}
.part4{
  height: 7.24rem;
  background: url(../images/part4.jpg) center center no-repeat;
  background-size: cover;
}
.part5{
  height: 7.2rem;
  background: url(../images/part5.jpg) center center no-repeat;
  background-size: cover;
}
.part6{
  height: 18rem;
  background: url(../images/list_bg.jpg) center center no-repeat;
  background-size: cover;
}
.part7{
  height: 10.16rem;
  background: url(../images/detail_bg.jpg) center center no-repeat;
  background-size: cover;
}
.innerkv{
  display: none;
}

.login-box{
  width: auto;
  height: .67rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: .4rem;
  right: .45rem;
}
.login-box .dologin{
  display: block;
  width: 1.92rem;
  height: .67rem;
  background: url(../images/login.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .67rem;
  font-size: .4rem;
  color: #fff;
}
.login-box .logined{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-box .logined i{
  display: block;
  width: .36rem;
  height: .36rem;
  background: url(../images/icon10.png) top center no-repeat;
  background-size: 100%;
}
.login-box .logined span{
  font-size: .3rem;
  color: #ffffff;
  line-height: .36rem;
  padding: 0 .1rem;
}
.login-box .logined a{
  font-size: .3rem;
  color: #f59036;
  line-height: .36rem;
  text-decoration: underline;
}

.navbox{
  width: 2.08rem;
  height: 2.68rem;
  background: url(../images/nav_bg.png) top center no-repeat;
  background-size: 100%;
  position: fixed;
  top: 1.2rem;
  right: .4rem;
  z-index: 10;
}
.navbox .nav{
  display: block;
  width: 1.69rem;
  height: .46rem;
  background: url(../images/nav_btn1.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .46rem;
  font-size: .24rem;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbox .nav.on{
  color: #ffe4aa;
  font-size: .26rem;
}
.navbox .nav1{
  top: .08rem;
}
.navbox .nav2{
  top: .6rem;
}
.navbox .nav3{
  top: 1.12rem;
}
.navbox .nav4{
  top: 1.63rem;
}

.language-box{
  width: 1.69rem;
  height: .46rem;
  background: url(../images/nav_btn2.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.language-box-inner{
  top: .45rem;
  right: .9rem;
  z-index: 10;
  left: initial;
  transform: initial;
}
.language-box .select-language{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.69rem;
  height: .46rem;
}
.language-box .select-language i{
  display: block;
  width: .15rem;
  height: .11rem;
  background: url(../images/lang_drop.png) top center no-repeat;
  background-size: 100%;
}
.language-box .select-language span{
  font-size: .24rem;
  color: #ffffff;
  padding: 0 .05rem;
}
.language-box .language-choose-list{
  width: 1.69rem;
  height: 0;
  overflow: hidden;
  background: rgba(61,36,6,.8);
  position: absolute;
  top: .46rem;
  left: 0;
  transition: all .8s;
}
.language-box .language-choose-list.on{
  height: 1.6rem;
}
.language-box .language-choose-list ul li{
  width: 100%;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
  font-size: .2rem;
  color: #fff;
  cursor: pointer;
  font-family: "NotoSans-Medium";
}
.language-box .language-choose-list ul li.on{
  background: #7a501a;
}

.slogan {
  display: block;
  width: 14.61rem;
  height: 3.5rem;
  position: absolute;
  top: 7rem;
  left: 50%;
  margin-left: -7.3rem;
  background: url(../images/slogan_en.png) top center no-repeat;
  background-size: 100%;
}
.lang-id .slogan{
  width: 18.38rem;
  height: 3.39rem;
  margin-left: -9.19rem;
  background: url(../images/slogan_id.png) top center no-repeat;
  background-size: 100%;
}
.lang-th .slogan{
  width: 13.67rem;
  height: 3.45rem;
  margin-left: -6.83rem;
  background: url(../images/slogan_th.png) top center no-repeat;
  background-size: 100%;
}
.lang-my .slogan{
  width: 19.2rem;
  height: 3.16rem;
  margin-left: -9.6rem;
  background: url(../images/slogan_my.png) top center no-repeat;
  background-size: 100%;
}

.title{
  width: 11.98rem;
  height: 1.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/title_line.png) bottom center no-repeat;
  background-size: 11.98rem .08rem;
  position: relative;
}
.title2{
  margin: .95rem auto 0;
}
.title3{
  margin: .7rem auto 0;
}
.title4{
  margin: .4rem auto 0;
}
.title5{
  margin: .75rem auto 0;
}
.title .icon1{
  display: block;
  width: .7rem;
  height: .66rem;
  background: url(../images/title_icon1.png) top center no-repeat;
  background-size: 100%;
}
.title h3{
  font-size: .8rem;
  color: #ffe4aa;
  padding: 0 .15rem;
  height: .8rem;
}
.lang-th .title h3{
  font-size: .68rem;
}
.title .icon2{
  display: block;
  width: .61rem;
  height: .56rem;
  background: url(../images/title_icon2.png) bottom center no-repeat;
  background-size: 100% auto;
}
.title .clan-link{
  font-size: .24rem;
  color: #fff6c7;
  line-height: .3rem;
  text-decoration: underline;
  padding-top: .4rem;
}

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

.part2 .clan-list{
  width: 11.98rem;
  height: 3.74rem;
  background: url(../images/clanbox_bg.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .32rem auto 0;
}
.part2 .clan-list .clan{
  width: 3.08rem;
  overflow: hidden;
  margin: 0 .4rem;
}
.part2 .clan-list .clan .claninfo{
  width: 3.08rem;
  height: 2.07rem;
  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 .3rem;
  text-align: center;
  font-size: .28rem;
  color: #ffefc5;
  line-height: .32rem;
}
.part2 .clan-list .clan .claninfo .nums{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .3rem;
  text-align: center;
  font-size: .28rem;
  color: #ffefc5;
  line-height: .38rem;
}
.part2 .clan-list .clan a{
  display: block;
  width: 2.94rem;
  height: .69rem;
  text-align: center;
  font-size: .35rem;
  line-height: .69rem;
  margin: .28rem auto 0;
}
.lang-id .part2 .clan-list .clan a{
  font-size: .26rem;
}
.part2 .clan-list .clan a.btn-applying{
  background: url(../images/btn_applying1.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
.part2 .clan-list .clan a.btn-detail{
  background: url(../images/btn_detail1.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.part2 .clan-list .clan a.btn-join{
  background: url(../images/btn_join1.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}

.creat-box{
  width: 11.98rem;
  height: .85rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .52rem auto 0;
}
.creat-box input{
  display: block;
  width: 9.21rem;
  height: .85rem;
  background: url(../images/input_bg.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .85rem;
  outline: none;
  border: none;
  font-size: .3rem;
  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: 2.42rem;
  height: .69rem;
  background: url(../images/btn_creat.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .69rem;
  font-size: .35rem;
  color: #ffffff;
}

.map-box{
  width: 11.98rem;
  overflow: hidden;
  margin: .3rem auto 0;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: flex-start;
}
.map-box .map{
  width: 5.61rem;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.map-box .map span{
  display: inline-block;
  font-size: .3rem;
  color: #ffe4aa;
  position: relative;
  line-height: .4rem;
}
.map-box .map span:before{
  display: block;
  content: "";
  width: .1rem;
  height: .4rem;
  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: .1rem;
  height: .4rem;
  background: url(../images/icon2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -.2rem;
}
.map-box .map div{
  width: 5.61rem;
  overflow: hidden;
  margin-top: .15rem;
}
.map-box .map div img{
  display: block;
  width: 100%;
  height: auto;
}
.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: 5.3rem;
  font-size: .26rem;
  line-height: .36rem;
  color: #ffe9b1;
  text-align: left;
}

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


/*list*/
.back{
  display: block;
  width: .92rem;
  height: .82rem;
  background: url(../images/back.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: .42rem;
  left: .55rem;
}
.title6{
  margin: 1.25rem auto 0;
}
.part6 .search-box{
  width: 7.5rem;
  height: .64rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -.32rem;
  right: 0;
}
.part6 .search-box input{
  display: block;
  width: 5.85rem;
  height: .64rem;
  background: url(../images/input_bg1.png) center center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .64rem;
  font-size: .3rem;
  color: #ffdf9b;
}
.part6 .search-box .btn-search{
  display: block;
  width: 1.43rem;
  height: .64rem;
  background: url(../images/btn_search.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: .64rem;
  font-size: .32rem;
  color: #fff;
}
.part6 .clan-list{
  width: 11.98rem;
  height: 5.63rem;
  background: url(../images/clanbox_bg1.png) top center no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .32rem auto 0;
  box-sizing: border-box;
  padding: 0 .44rem;
}
.part6 .clan-list .clan{
  width: 3.08rem;
  overflow: hidden;
  margin: .2rem .3rem;
  float: left;
}
.part6 .clan-list .clan .claninfo{
  width: 3.08rem;
  height: 2.07rem;
  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 .3rem;
  text-align: center;
  font-size: .28rem;
  color: #ffefc5;
  line-height: .32rem;
}
.part6 .clan-list .clan .claninfo .nums{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .3rem;
  text-align: center;
  font-size: .28rem;
  color: #ffefc5;
  line-height: .38rem;
}
.part6 .clan-list .clan a{
  display: block;
  width: 2.94rem;
  height: .69rem;
  text-align: center;
  font-size: .35rem;
  line-height: .69rem;
  margin: .28rem auto 0;
}
.lang-id .part6 .clan-list .clan a{
  font-size: .26rem;
}
.part6 .clan-list .clan a.btn-applying{
  background: url(../images/btn_applying1.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
.part6 .clan-list .clan a.btn-detail{
  background: url(../images/btn_detail1.png) top center no-repeat;
  background-size: 100%;
  color: #f56e3f;
}
.part6 .clan-list .clan a.btn-join{
  background: url(../images/btn_join1.png) top center no-repeat;
  background-size: 100%;
  color: #fffefe;
}
/*.part6 .clan-list .clan{
  width: 1.84rem;
  overflow: hidden;
  margin: .22rem .18rem .16rem;
  float: left;
}
.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: .23rem;
  color: #ffefc5;
  line-height: .3rem;
}
.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: .2rem;
}
.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: 1.2rem auto 0;
}
.title7 .point-rules{
  width: auto;
  height: .32rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: .2rem;
}
.title7 .point-rules span{
  font-size: .32rem;
  color: #ffe4aa;
  padding: 0 .1rem;
}
.title7 .point-rules .btn-rule{
  display: block;
  width: .32rem;
  height: .32rem;
  background: url(../images/btn_rule.png) top center no-repeat;
  background-size: 100%;
}
.point-box{
  width: 11.98rem;
  height: 5.59rem;
  background: url(../images/box_bg1.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: .32rem auto 0;
}
.point-box .point-title{
  width: 100%;
  height: .78rem;
  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: .78rem;
  font-size: .36rem;
  color: #e15a1e;
}
.point-box .pointlist{
  width: 11.96rem;
  height: 4.77rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
.point-box .pointlist li{
  width: 100%;
  height: .53rem;
  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: .3rem;
  line-height: .53rem;
  color: #fff;
  border: solid .01rem #daae52;
}

/*manage*/
.title8{
  margin: .75rem auto 0;
}
.part7 .search-box{
  width: 11.98rem;
  height: .64rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
.part7 .search-box input{
  display: block;
  width: 10.24rem;
  height: .64rem;
  background: url(../images/input_bg3.png) center center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
  text-align: center;
  line-height: .64rem;
  font-size: .3rem;
  color: #ffdf9b;
}
.part7 .search-box .btn-search{
  display: block;
  width: 1.43rem;
  height: .64rem;
  background: url(../images/btn_search.png) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: .64rem;
  font-size: .32rem;
  color: #fff;
}
.part7 .edit-name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 .1rem;
  height: .6rem;
}
.part7 .edit-name i{
  display: block;
  width: .26rem;
  height: .3rem;
  background: url(../images/icon7.png) center center no-repeat;
  background-size: 100%;
}
.part7 .edit-name span{
  font-size: .28rem;
  color: #ffe4aa;
  line-height: .6rem;
  padding: 0.1rem;
  display: block;
  height: .3rem;
}
.memberbox{
  width: 11.96rem;
  height: 5.6rem;
  background: url(../images/box_bg2.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin: 1.16rem auto 0;
}
.memberbox.memberbox-admin{
  background: url(../images/box_bg3.png) center center no-repeat;
  background-size: 100%;
}
.memberbox .member-title{
  width: 100%;
  height: .78rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.memberbox .member-title span{
  display: block;
  height: .78rem;
  line-height: .78rem;
  text-align: center;
  font-size: .36rem;
  color: #e15a1e;
}
.memberbox .member-title span.sp1{
  width: 2.52rem;
}
.memberbox .member-title span.sp2{
  width: 5.28rem;
}
.memberbox .member-title span.sp3{
  width: 4.16rem;
}
.memberbox.memberbox-admin .member-title span.sp1{
  width: 2.99rem;
}
.memberbox.memberbox-admin .member-title span.sp2{
  width: 2.99rem;
}
.memberbox.memberbox-admin .member-title span.sp3{
  width: 2.99rem;
}
.memberbox.memberbox-admin .member-title span.sp4{
  width: 2.99rem;
}
.memberlist{
  width: 11.96rem;
  height: 4.77rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .03rem auto 0;
}
.memberlist li{
  width: 100%;
  height: .53rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.memberlist li .td{
  display: flex;
  justify-content: center;
  align-items: center;
  height: .53rem;
  box-sizing: border-box;
  border: solid .01rem #daae52;
}
.memberlist li .td1{
  width: 2.52rem;
}
.memberlist li .td2{
  width: 5.28rem;
}
.memberlist li .td3{
  width: 4.16rem;
  justify-content: flex-end;
}
.memberlist.memberlist-admin li .td1{
  width: 2.99rem;
}
.memberlist.memberlist-admin li .td2{
  width: 2.99rem;
}
.memberlist.memberlist-admin li .td3{
  width: 2.99rem;
}
.memberlist.memberlist-admin li .td4{
  width: 2.99rem;
}
.memberlist1 li .td3{
  justify-content: center;
}
.memberlist li:first-child .td3{
  justify-content: center;
}
.memberlist li .td span{
  font-size: .3rem;
  color: #f5e3b2;
}
.memberlist li .td .delete{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 .2rem;
}
.memberlist li .td .delete i{
  display: block;
  width: .23rem;
  height: .25rem;
  background: url(../images/icon9.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .06rem;
}
.memberlist li .td .delete p{
  font-size: .22rem;
  color: #f5e3b2;
  line-height: .25rem;
  text-decoration: underline;
}
.manage-box{
  width: 11.96rem;
  height: .69rem;
  overflow: hidden;
  position: relative;
  margin: .46rem auto 0;
}
.manage-box .message{
  width: auto;
  height: .34rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.manage-box .message i{
  display: block;
  width: .34rem;
  height: .34rem;
  background: url(../images/icon8.png) center center no-repeat;
  background-size: 100%;
}
.manage-box .message span{
  font-size: .28rem;
  color: #ffe4aa;
  padding: 0 .1rem;
  line-height: .34rem;
}
.manage-box .members-nums{
  width: auto;
  height: .69rem;
  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: .69rem;
  line-height: .9rem;
  box-sizing: border-box;
  border-bottom: solid .02rem #ffd15e;
  overflow: hidden;
  font-size: .34rem;
  color: #ffe4aa;
  margin: 0 .15rem;
}
.manage-box .members-nums a{
  display: block;
  width: 2.42rem;
  height: .69rem;
  background: url(../images/btn_cancel.png) center center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: .69rem;
  color: #f56e3f;
  font-size: .34rem;
}

/* 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: -.4rem;
  right: -.48rem;
  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: .6rem;
}
.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;
}
.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: 8.36rem;
  height: 4.18rem;
  background: url(../images/pop2.png) top center no-repeat;
  background-size: 100%;
}
.pop16 .applicationlist{
  width: 7.7rem;
  height: 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: .25rem auto 0;
}
.pop16 .applicationlist li{
  width: 6.9rem;
  height: .58rem;
  overflow: hidden;
  margin: 0 auto .1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop16 .applicationlist li p{
  font-size: .26rem;
  line-height: .3rem;
  color: #ffffff;
  width: 3.9rem;
}
.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: 8.36rem;
  height: 4.18rem;
  background: url(../images/pop2.png) top center no-repeat;
  background-size: 100%;
}
.pop20 .rulebox{
  width: 7.7rem;
  height: 2.5rem;
  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 .2rem;
}
.pop21 .tips{
  margin: .75rem auto;
}
.pop22 .tips{
  margin: .75rem auto;
}
.pop23 .tips{
  margin: .35rem 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;
}

.pop7 .btnlist a{
  font-size: .26rem;
}




#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header{
  margin: 0 .5em !important;
}

.scrollbar::-webkit-scrollbar {
  width: calc(4 /1920*100vw);
  height: calc(4 /1920*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 /1920*100vw);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: calc(4 /1920*100vw);
  border-radius: calc(4 /1920*100vw);
  -webkit-box-shadow: none;
  background-color: #ffe4aa;
  box-shadow: none;
}

.media-box{
  width: .76rem;
  overflow: hidden;
  position: fixed;
  top: 4.5rem;
  right: .85rem;
  z-index: 9;
}
.media-box a{
  display: block;
  width: .76rem;
  height: .76rem;
  margin: .1rem auto;
}
.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: 3.95rem;
  overflow: hidden;
  background: #0c0c0c;
  box-sizing: border-box;
  margin: 0 auto;
  font-family:"Microsoft Yahei" !important;
}
.footer .footer-logo{
  display: block;
  width: 5.72rem;
  overflow: hidden;
  margin: .65rem 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: .6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .cfl-footer-link a{
  line-height: .24rem;
  font-size: .18rem;
  color: #b1b1b1;
  padding: 0 .5rem;
}
.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;
}

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