@font-face {
  font-family: "font1";
  src: url(../font/Inter_18pt-Bold.ttf);
}

@font-face {
  font-family: "font2";
  src: url(../font/Inter_18pt-Medium.ttf);
}

@font-face {
  font-family: "font3";
  src: url(../font/Inter_18pt-Regular.ttf);
}


@font-face {
  font-family: "font4";
  src: url(../font/Orbitron-Black.ttf);
}

.font1 {
  font-family: "font1";
}

.font2 {
  font-family: "font2";
}

.font3 {
  font-family: "font3";
}

.font4 {
  font-family: "font4";
}

:root {
  --color1: #161618;
  --color2: #6C7278;
  --color3: #fff;
  /* --border1: #00B4CB; */
  --backgroundColor1: #161618;
}


html {
  height: 100%;
}

body {
  height: 100%;
  padding: 57px 0px 20px 0px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}


/* 头部 */
.head {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 14px 16px;
  position: fixed;
  top: 0px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: "font2";
  color: #333333;
  background-color: #fff;
}

.head>p {
  height: 26px;
  line-height: 31px;
}

.logo2 {
  width: 85px;
  height: auto;
}

.arrows {
  width: 29px;
  height: 29px;
}

.arrows2 {
  margin-left: 29px;
}

.backBox {
  display: flex;
  align-items: center;
}

.backBox>img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}


/* 底部导航 */


/* bal */
.userInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'font3';
  color: #333333;
  background-color: #fff;
}

.userInfoLeft {
  display: flex;
  align-items: center;
}

.userInfoLeft>img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}

.userInfoRight {
  display: flex;
  align-items: center;

}

.userInfoRight>img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}



/* 遮罩层 */
.mask {
  background-color: rgba(0, 0, 0, 0.50);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
}

.mask2 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
}


/* 错误提示*/
.outertips,
.outertips2 {
  width: 88%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error,
.successprompt,
.successcopied,
.download {
  border-radius: 8px;
  font-size: 14px;
  font-family: "font1";
  background-color: rgba(85, 85, 85, 0.90);
  padding: 20px;
  z-index: 211;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
}

/* .error > p{

} */

/* 成功提示*/
.successprompt,
.successcopied,
.download {
  color: #fff;
}

.successprompt>img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

.error>img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}




/* .successprompt>p,
.successcopied>p,
.download>p {

} */

/* 公共提示框 */
.promptBox {
  position: relative;
  width: 91%;
  background-color: #fff;
  border-radius: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 16px;
  padding-top: 18px;
  box-sizing: border-box;
  z-index: 30;

}

.promptTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promptTop span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: 'font1';
  color: #23262F;
}


.promptBox>img {
  width: 24px;
  height: auto;
  position: absolute;
  right: 16px;
  top: 16px;
}


.mostP {
  font-size: 14px;
  font-family: 'font3';
  color: #4F5159;
  line-height: 1.5;
  margin-top: 12px;
  background-color: #FFFFFF;
  word-wrap: break-word;
  border-radius: 10px;
  padding: 0 10px;
  text-align: center;
}


.btnBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.okBtn {
  width: 100%;
  background: linear-gradient(to bottom, #D4251F, #FF4069);
  border-radius: 100px;
  border: 0;
  height: 50px;
  font-size: 14px;
  font-family: 'font2';
  color: #fff;
  margin-top: 18px;
}






/* 无数据 */
.w {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-family: "font3";
  color: #989AA7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.w>img {
  width: 109px;
  height: auto;
}


.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.public_p {
  font-size: 16px;
  font-family: 'font1';
  color: #333333;
  width: 91%;
  margin: 0 auto;
}


.copyright {
  width: 100%;
  font-size: 12px;
  font-family: 'font3';
  color: #8E8E8E;
  padding: 30px 16px;
  box-sizing: border-box;
  text-align: center;
}



/* 侧边导航 */
.menuAllBox {
  position: relative;
  width: 58%;
  height: 100%;
  background: linear-gradient(to bottom, #D4251F, #FF4069);
  box-shadow: -7px 0 13px 0 #bfbfbf;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 25;
  padding: 14px 16px;
  box-sizing: border-box;
}

.menuTitle {
  text-align: right;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.marginLeft {
  margin-left: 29px;

}

.menuTitle img {
  width: 29px;
  height: auto;
}

.menuUserBox {
  width: 100%;
  margin-top: 12px;
}

.menuUserId {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: 'font3';
  color: var(--color3);
}


.menuUserId>img {
  width: 16px;
  height: auto;
  margin-right: 6px;
}


.menuBalance {
  font-size: 16px;
  font-family: 'font1';
  color: var(--color3);
  background-color: rgba(7, 44, 29, 0.24);
  border-radius: 12px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 7px;
}

.menuBalance p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 3px 6px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'font3';
  margin-bottom: 5px;
}




.menuBox {
  width: 100%;
  margin-top: 6px;
}

.menuItemBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  box-sizing: border-box;
}

.itemBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-family: 'font1';
  color: var(--color3);
}

.itemBox>img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.menuItemBox>img {
  width: 16px;
  height: 16px;
}

.itemBorder {
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  margin-bottom: 12px;
  padding-bottom: 16px;
}

.menubjt {
  position: absolute;
  top: 219px;
  left: 0;
  width: 110px;
  z-index: -1;
}