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

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

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

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

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

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


:root {
  --color1: #23262F;
  --color2: #666666;
  --color3: #fff;
  --color4: #CE0E0E;
  --backgroundColor1: linear-gradient(to bottom, #FE0000, #CC0000);
  --backgroundColor2: rgba(255, 255, 255, 0.25);
  --borderColor1: rgba(255, 255, 255, 0.32);
}



html {
  height: 100%;
}


body {
  height: 100%;
  padding: 60px 0px 70px 0px;
  box-sizing: border-box;
  background-color: #F3F5F6;
}

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

.logo2 {
  width: 32px;
  height: auto;
  margin-right: 8px;
}


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

.backBox>p{
  font-style: italic;
}

.kefu{
  width: 40px;
  height: auto;
}

.fx{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.back {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}



/* 底部导航 */
.base_nav {
  width: 100%;
  height: 70px;
   background-color: #fff;
  display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  z-index: 9;
  border-radius: 24px 24px 0 0;
}

.nav {
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "font3";
  font-size: 12px;
  color: #7B7D82;
  position: relative;
}

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


.navcolor {
  font-family: "font2";
  font-size: 12px;
  color: #CE0E0E;
}




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

/* 弹窗 */


/* 错误提示*/
.outertips,
.outertips2 {
  width: 90%;
  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: 16px;
  font-family: "font3";
  background-color: rgba(0, 0, 0, 0.77);
  border: 1px solid #C0C0C0;
  padding: 16px;
  z-index: 211;
  box-sizing: border-box;
  text-align: center;
  color: #C0C0C0;
}

/* .error > p{

} */

/* 成功提示*/
.successprompt,
.successcopied,
.download {
  color: #4DF098;
  border: 1px solid #4DF098;
}

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

} */

/* 公共ban */
/* 首页ban */
.balanceBox {
  width: 91%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(22, 2, 2, 0.18);
}


.balanceLeft{
  width: 206px;
  padding: 18px 0 18px 16px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #FFFFFF, #EBEBEB);
  border: 1px solid #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  font-size: 14px;
  font-family: 'font3';
  color: #393C44;
}

.balanceLeft >p{
  font-size: 27px;
  font-family: 'font1';
  color: #23262F;
  margin: 5px 0;
}


.balanceRight{
  position: absolute;
  right: 0px;
}

.refBox{
   width: 149px;
   padding: 7px 0;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   font-family: 'font2';
   color: #26273C;
   background: linear-gradient(to bottom, #FFFFFF, #EBEBEB);
   border: 1px solid #FFFFFF;
   box-shadow: 0 5px 10px 0 rgba(22, 2, 2, 0.18);
   border-radius: 4px 4px 4px 4px;
   clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
   margin-bottom: 6px;
}

.refBox img{
  width: 38px;
  height: 38px;
  margin-right: 11px;
}


.witBox{
  width: 140px;
  padding: 6px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'font2';
  color: #fff;
  background: linear-gradient(to bottom, #FE0000, #CC0000);
  border: 1px solid #CA0C0C;
  box-shadow: 0 5px 10px 0 rgba(22, 2, 2, 0.18);
  border-radius: 4px 4px 4px 4px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  margin-left: auto;
}

.witBox img{
  width: 38px;
  height: 38px;
  margin-right: 6px;
}


.witBox2{
  width: 149px;
  height: 112px;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
  font-size: 16px;
  font-family: 'font2';
  color: #fff;
}

.witBox2 img{
  width: 42px;
  height: 42px;
  margin-right: 6px;
  margin-bottom: 5px;
}





/* order,me公共ban */
.balanceBox2{
  width: 91%;
  margin: auto;
  box-shadow: 0 5px 10px 0 rgba(22, 2, 2, 0.18);
  margin-top: 6px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}

.balTitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:var(--backgroundColor1);
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'font3';
  color: var(--color3);
  border-radius: 4px 4px 0 0;
}


.balTitle span{
  font-size: 21px;
  font-family: 'font2';
}

.alreadyBox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background:  linear-gradient(to bottom, #FFFFFF, #EBEBEB);
  border-radius: 0 0 4px 4px;
}


.alreadyItem{
  padding: 16px 0;
  box-sizing: border-box;
  flex: 1;
  font-size: 14px;
  font-family: 'font3';
  color: var(--color2);
}

.alreadyBox .alreadyItem:last-child{
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}


.alreadyItem span{
  flex: 1;
  font-size: 18px;
  font-family: 'font1';
  color: var(--color4);
  display: block;
  margin-top: 10px;
}




/* 无数据 */
.w {
  width: 100%;
  margin: 140px auto;
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-family: 'font1';
  font-style: italic;
}

.w img {
  width: 42px;
  height: auto;
}



.commonP {
  font-size: 16px;
  font-family: 'font1';
  color: #23262F;
  padding: 0 16px;
  text-align: center;
  margin: 16px 0;
}

.shadowP {
  width: 216px;
  height: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  box-shadow: 116px 137px 298px 100px rgba(255, 161, 167, 0.3);
  z-index: 15;
}



/* 分享弹窗 */
.shareBox{
  width: 91%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--backgroundColor1);
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 21;
}


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

.rewardedBox p{
  width: 50%;
}

.rewardedBox img{
  width: 122px;
  height: 87px;
  /* margin-right: 16px; */
}

.earningP{
  font-size: 14px;
  font-family: 'font3';
  color: var(--color3);
  margin: 16px 0;
  line-height: 1.3;
}
.earningP i{
  font-size: 18px;
  font-family: 'font1';
  color: #FBE4A3;
}

.linkBox{
  font-size: 14px;
  font-family: 'font1';
  color: var(--color3);
  text-align: center;
}

.copyBox{
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.copyBox p{
  width: 65%;
  font-size: 16px;
  font-family: 'font3';
  color: var(--color4);
  text-decoration: underline;
  overflow-wrap: break-word;
  text-align: left;
}

.copyBox button{
  width: 89px;
  height: 37px;
  background: var(--backgroundColor1);
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'font2';
  color: var(--color3);
}

.coso{
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-top: -10px;
}




.Copyright{
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'font3';
  color: #000;
  text-align: center;
  margin: 30px 0;
}