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

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

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

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

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

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

html {
  height: 100%;
}

body {
  height: 100%;
  padding: 64px 0px 75px 0px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

/* 头部 */
.head {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #fff;
  position: fixed;
  /*top: 42px;*/
  top: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logobox {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "font1";
  color: #111111;
}

.logobox > span {
  margin-left: 8px;
}

.logo {
  width: 118px;
  height: 40px;
}

.share_to{
  width: 32px;
  height: 32px;
}

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

.outline {
  margin-right: 12px;
}

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

.nav {
  width: 93px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "font2";
  font-size: 14px;
  color: #000000;
  position: relative;
  text-align: center;
}

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

.navborder {
  border-top: 2px solid #75b12c;
  box-sizing: border-box;
}

.navcolor {
  font-family: "font1";
  font-size: 14px;
  color: #75b12c;
}

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

/* 弹窗 */
.popovers_error {
  width: 88%;
  background-color: #fff4f6;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px 0 25px 0;
  z-index: 111;
}

.popovers_error > p {
  width: 100%;
  margin: auto;
  font-size: 14px;
  color: #111111;
  font-family: "font2";
  padding: 3% 8% 2% 8%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  text-align: center;
}

.popovers_title_error {
  width: 100%;
  font-size: 16px;
  font-family: "font1";
  color: #111111;
  text-align: center;
}

.popovers_error button {
  width: 90%;
  height: 46px;
  background-color: #ce0930;
  border: 0;
  border-radius: 24px;
  display: block;
  margin: auto;
  margin-top: 20px;
  font-size: 14px;
  font-family: "font1";
  color: #fff;
}

/* 错误提示*/
.error,
.successprompt,
.successcopied,
.download {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
  border: 0;
  font-size: 16px;
  font-family: "font2";
  text-align: center;
  color: #ffffff;
  background-color: #e53935;
  border-radius: 24px;
  padding: 15px;
  z-index: 211;
}

.error > p {
  width: 88%;
  margin: auto;
  word-wrap: break-word;
}

/* 成功提示*/
.successprompt,
.successcopied,
.download {
  background-color: #19bc5a;
}

.successcopied{
  width: 50%;
}

.successprompt > p,
.successcopied > p,
.download > p {
  color: #fff;
  margin: auto;
  word-wrap: break-word;
  width: 88%;
}

/* 公共ban */
.userinfo {
  width: 91%;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-top: 15px;
  box-shadow: 0px 2px 7px -5px #000;
  position: relative;
  z-index: 1;
}

.useridbox {
  display: flex;
  align-items: center;
  background-color: #e6f1ea;
  border-radius: 10px 10px 0 0;
  padding: 5px 14px 5px 25px;
  box-sizing: border-box;
}

.userimg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.userid {
  font-size: 22px;
  font-family: "font2";
  color: #004343;
}

.userid > p {
  font-size: 13px;
  font-family: "font3";
}

.coloricon {
  width: 80px;
  height: 80px;
  margin-left: auto;
}

.linkbox {
  width: 89%;
  margin: 13px auto 5px auto;
  font-size: 16px;
  font-family: "font2";
  color: #10a94e;
  display: flex;
  align-items: center;
}

.linkbox > img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.copybox {
  width: 89%;
  margin: auto;
  height: 42px;
  border-radius: 21px;
  background-color: #e5ecec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: "font3";
  color: #004343;
  padding: 0 14px;
  box-sizing: border-box;
}

.copybox > p {
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copybox > img {
  width: 30px;
  height: 30px;
}

.revenuebox {
  display: flex;
  padding: 33px 0 13px 0;
  box-sizing: border-box;
}

.revenuebox > .revenue:last-child {
  border-left: 1px solid #afb7b2;
}

.revenue {
  font-size: 16px;
  font-family: "font3";
  color: #00402a;
  flex: 1;
  text-align: center;
}

.revenue > span {
  font-size: 14px;
  font-family: "font3";
  color: #10a94e;
}



/* 播放 */  
.news{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #F1F7E9;
  padding: 8px 16px;
  box-sizing: border-box;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t_news{
  width: 292px;
  overflow: hidden;
}

.news_li{
  width: 584px;
  animation: move 5s linear infinite;
  font-size: 12px;
  font-family: 'font2';
  color: #8DAC5F;
  padding-left: 10px;
}

.news_li>li{
 float: left;
 width: 292px;
}

.news_li>li>i{  
    color: #4F585D;
 }

@keyframes move{
  from{
    transform: translate3d(0,0,0);
  }
  to{
    transform: translate3d(-292px,0,0);
  }
}

.play{
  width: 28px;
  height: 28px;
}


/* <!-- 无数据 --> */
.w{
  text-align: center;
  font-size: 14px;
  font-family: 'font3';
  color: #AFB7B2;
  padding: 20px 0 0px 0;
  box-sizing: border-box;
}

.w>img{
  width: 55px;
  height: 55px;
}
