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

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

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

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


:root {
  --color1: #ccc5c5;
  --color3: #fff;
  --border1: #AA2B53;
  --backgroundColor1: linear-gradient(to right, #981037, #DA0F48);
}


html {
  height: 100%;
}

body {
  height: 100%;
  padding: 67px 0px 90px 0px;
  box-sizing: border-box;
  background: linear-gradient(to left, #99182E, #2E292A);
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}


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

.headLeftBox {
  display: flex;
  align-items: center;
  border: 1px solid #5D333C;
  border-radius: 100px;
  height: 35px;
}


.headLeftBox>a {
  height: 100%;
}

.incBox {
  font-size: 12px;
  font-family: 'font2';
  color: #fff;
  flex: 1;
  height: 100%;
  padding: 6px 11px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}


.incBox>img {
  width: 16px;
  height: auto;
  margin-right: 8px;
}

.incBox3 {
  border-left: 1px solid #5D333C;
}

.incBox2 {
  position: relative;
}

.incBox2 span {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #FF1947;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 0px;
  top: -4px;
}

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

.logo2 {
  width: 77px;
  height: 43px;
}

.arrows {
  width: 28px;
  height: 28px;
  position: relative;
}

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

.back {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  margin-right: 6px;
}


/* 底部导航 */
.base_nav {
  position: relative;
  width: 96%;
  background-color: #D30F46;
  border: 2px solid #DF2962;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 19;
  box-shadow: 0 0px 4px 0 rgba(255, 64, 89, 0.76);
}


.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "font2";
  font-size: 12px;
  color: #F0D1D4;
  position: relative;
  padding: 16px 0;
  box-sizing: border-box;
}



.nav_img {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}


.navcolor {
  color: #fff;
  font-size: 12px;
  font-family: 'font1';
}


.base_nav>a {
  flex: 1;
}


.nav2 {
  background-color: #771A2C;
}

.nav3 {
  border-radius: 60px 0 0 60px;

}

.nav4 {
  border-radius: 0 60px 60px 0;
}

.navP1 {
  width: 45px;
  height: 3px;
  background-color: #DF2962;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}


.navP2 {
  width: 45px;
  height: 3px;
  background-color: #DF2962;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}


/* 遮罩层 */
.mask, .mask_product {
  background-color: rgba(0, 0, 0, 0.46);
  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: 12px;
  font-size: 18px;
  font-family: "font2";
  background-color: rgba(205, 205, 205, 0.92);
  padding: 20px 16px;
  z-index: 211;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  align-items: center;
  /* border: 1px solid #F33939; */
}

/* .error > p{

} */

/* 成功提示*/
.successprompt,
.successcopied,
.download {
  color: #000000;
  background-color: rgba(205, 205, 205, 0.92);
  /* border: 1px solid #22EDB2; */
}

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

.errorImg {
  width: 28px;
  height: auto;
  margin-right: 10px;
}


.expiredBox {
  font-size: 14px;
  font-family: 'font1';
  color: #fff;
}

.expiredBox>p {
  font-size: 12px;
  font-family: 'font3';
  line-height: 1.5;
  margin-top: 3px;
}

.successprompt>.expiredBox p {
  font-size: 14px;
  font-family: 'font1';
  color: #fff;
}


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

} */

/* 公共提示框 */
.promptBox {
  position: relative;
  width: 91%;
  background-color: #FFFFFF;
  /* box-shadow: inset 0 14px 22px -9px rgba(255, 255, 255, 0.06), 0 16px 20px -6px rgba(0, 0, 0, 0.65); */
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 20px 16px; */
  /* padding-top: 18px; */
  /* box-sizing: border-box; */
  z-index: 30;

}

.promptTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #981037, #DA0F48);
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
}

.promptTop span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: 'font4';
  color: #fff;
}

.promptTop img {
  width: 24px;
  height: auto;
}

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


.mostP {
  font-size: 14px;
  font-family: 'font3';
  color: #000000;
  line-height: 1.5;
  background-color: #FFFFFF;
  word-wrap: break-word;
  border-radius: 10px;
  padding: 14px;
  box-sizing: border-box;
}


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


.okBtn {
  width: 91%;
  margin: 20px auto;
  background: linear-gradient(to right, #981037, #DA0F48);
  border-radius: 12px;
  border: 0;
  height: 50px;
  font-size: 18px;
  font-family: 'font2';
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(255, 51, 51, 0.63);
}






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

.w>img {
  width: 100px;
  height: auto;
  margin-bottom: 12px;
}


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



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


.copyright {
  width: 100%;
  font-size: 12px;
  font-family: 'font2';
  color: #fff;
  padding: 30px 16px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}



/* 频道 */
.contantBox {
  width: 68px;
  height: 68px;
  background-color: #ff1847;
  border-radius: 50%;
  position: fixed;
  bottom: 120px;
  left: 16px;
  border: 1px solid #fff;
  font-size: 12px;
  font-family: 'font2';
  color: #fff;
  text-align: center;
  z-index: 5;
}

.contantBox>img {
  width: 100%;
  height: auto;

}

.contantBox p {
  padding: 0 5px;
  line-height: 1;
  margin-top: 5px;
}

.contantNoticeBox {
  width: 76%;
  position: fixed;
  left: -100%;
  bottom: 120px;
  background-color: #fff;
  border-radius: 16px;
  z-index: 23;
}

.onlineBox {
  background: linear-gradient(to right, #981037, #DA0F48);
  border-radius: 12px 12px 0 0;
  position: relative;
}

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

.customerBox {
  width: 92%;
  display: flex;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
}

.customerBox>img {
  width: 28px;
  height: auto;
  margin-right: 8px;
}

.serviceBox>span {
  font-size: 18px;
  font-family: 'font4';
  color: #fff;
}

.serviceBox>p {
  font-size: 14px;
  font-family: 'font3';
  text-decoration: underline;
  color: #fff;
  display: flex;
  align-items: center;
}

.serviceBox p img {
  width: 16px;
  height: auto;
  margin-left: 4px;
}

.serviceBox p {
  color: #fff;
  font-size: 12px;
  font-family: 'font3';
}

.investorBox {
  min-height: 150px;
  max-height: 356px;
  /* height: 356px; */
  overflow-y: auto;
  padding-bottom: 10px;
  /* scrollbar-color: #F63C77 #e0e0e0; */
}



.investorItem {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 12px;
  /* padding-bottom: 0; */
  box-sizing: border-box;
}

.investorItem p {
  font-size: 12px;
  font-family: 'font2';
  color: #000000;
  background-color: #F9F4F4;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  flex: 1;
}

.investorItem>img {
  width: 20px;
  height: auto;
  margin-right: 4px;
}



/*  Balance */
.balBox {
  width: 91%;
  margin: 0 auto;
  background: linear-gradient(to right, #533630, #8b403a);
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.bal1 {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: 'font2';
  color: var(--color1);
}


.bal1>img {
  width: 14px;
  height: auto;
  margin-right: 6px;
}

.bal2 {
  font-size: 24px;
  font-family: 'font2';
  color: var(--color1);
  margin: 5px 0;
}

.balRightBox {
  text-align: center;
}

.balRightBox>img {
  width: 24px;
  height: auto;
}

.balRightBox span {
  display: block;
  width: 110px;
  font-size: 12px;
  font-family: 'font2';
  color: var(--color1);
  margin: 8px 0;
  margin-top: 0;
}

.balRightBox p {
  background: var(--backgroundColor1);
  border-radius: 12px;
  font-size: 12px;
  font-family: 'font1';
  color: var(--color3);
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #FF456D;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.29);
}


.balTopBox {
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-family: 'font2';
  color: var(--color1);
  position: relative;
  z-index: 1;
}

.Grobjt {
  width: 311px;
  height: auto;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
}


.balTopBox>p {
  font-size: 12px;
  font-family: 'font2';
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.balTopBox>span {
  position: relative;
  z-index: 1;
}


.balTopBox p img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.ReturnedBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}


.ReturnedItem {
  flex: 1;
  font-size: 14px;
  font-family: 'font2';
  color: var(--color1);
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
}

.ReturnedBox .ReturnedItem:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.29);
}


.ReturnedItem>p {
  font-size: 12px;
  font-family: 'font3';
  color: rgba(239, 239, 239, 0.70);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}


.ReturnedItem>p img {
  width: 14px;
  height: auto;
  margin-right: 6px;
}


.willP {
  width: 91%;
  margin: 16px auto;
  font-size: 12px;
  font-family: 'font3';
  color: var(--color1);
  line-height: 1.3;
}


.bCBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}

.cardsBox {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: 'font3';
  color: #EFEFEF;
}

.cardsBox>img {
  width: 14px;
  height: auto;
  margin-right: 6px;
}


.cP1 {
  background-color: #771A2C;
  border: 1px solid var(--border1);
  border-radius: 100px;
  padding: 6px 30px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'font2';
  color: var(--color3);
}