@charset "utf-8";

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/static/template/202004/font_s2tv0ssqm4k/iconfont.ttf?t=1626252563928') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhuanhuanjiagebiao:before {
  content: "\e626";
}

.icon-xiaofeijilu:before {
  content: "\e62a";
}


body {
  margin: 0;
  background-color: rgba(245, 245, 245, 0.66);
  /* font-family: "ArialMT", sans-serif; */
  font-family: arial,sans-serif;
  font-size: 12px;/* no */

}
ul {
  margin: 0;
}
ul,
li {
  padding: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: none;
}
input {
  border: none;
  font-family: inherit;
  padding: 0;
}
textarea {
  resize: none;
  padding: 0;
  border: none;
  font-family: inherit;
}
[data-placeholder]:empty::after {
  content: attr(data-placeholder);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mine-btn {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: rgba(17, 101, 214, 1);
  border-radius: 4px;
  white-space: nowrap;
}
.mine-btn.btn-default,
.mine-btn.btn-linear {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
.mine-btn.btn-linear {
  background: linear-gradient(
    90deg,
    rgba(254, 170, 19, 1) 0%,
    rgba(241, 128, 23, 1) 100%
  );
}
.mine-btn.btn-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.mine-btn.btn-simple {
  color: rgba(6, 94, 212, 1);
  border: 1px solid rgba(6, 94, 212, 1);
  background: transparent;
  min-width: 60px;
  line-height: 22px;
}
.mine-btn.btn-text {
  width: auto;
  background: none;
  font-size: 12px;
  color: rgba(1, 91, 212, 1);
  line-height: 14px;
}
.mine-btn.btn-grey {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(243, 243, 243, 1);
  opacity: 1;
}
.mine-btn.size-max {
  width: 335px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.bg-grey {
  background-color: rgba(243, 243, 243, 1);
}
/* yangshi */
#mineHead {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  color: rgba(62, 62, 62, 1);
  user-select: none;
  background-color: #fff;
}
#mineHead span {
  flex: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#mineHead .iconfont {
  font-size: 18px;
}
#mineHead .iconleft,
#mineHead .iconmore {
  position: absolute;
  top: 0;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
}
#mineHead .iconmore {
  right: 0;
}
.iconmore.btn-n-events {
  pointer-events: none;
  opacity: 0;
}
.guide-entrance {
  color: rgba(51, 51, 51, 1);
  font-size: 0;
}
.guide-entrance li {
  user-select: none;
  height: 49px;
  background: #fff url(/static/template/202004/img/mine/iconright.png) no-repeat
    93% 19px/16px;
  border-bottom: 1px solid rgba(248, 248, 248, 1);
}
.guide-entrance li:nth-child(2) {
  margin-bottom: 8px;
}
.guide-entrance i {
  display: inline-block;
  width: 17px;
  font-size: 16px;
  line-height: 17px;
  color: inherit;
}
.guide-entrance span {
  margin-left: 17px;
  font-size: 12px;
  line-height: 17px;
}
.guide-entrance a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.guide-entrance a:active {
  color: rgba(17, 101, 214, 1);
  background-color: transparent;
}
#mineMoveMenu {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 47px;
  width: 100vw;
  height: calc(100% - 47px);
  background: transparent;
  transform: translateY(-105%);
  transition: transform 0.3s;
  opacity: 0;
  pointer-events: none;
}
#mineMoveMenu.menu-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#mineMoveMenu ul {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 135px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.36);
}
#mineMoveMenu li {
  font-size: 9px;
}
#mineMoveMenu li:nth-child(1)::after,
#mineMoveMenu li:nth-child(5)::after,
#mineMoveMenu li:nth-child(6)::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  margin: 5px 9px;
}
#mineMoveMenu a {
  padding: 0 9px;
  height: 30px;
  display: flex;
  align-items: center;
  color: rgba(25, 25, 25, 1);
}
#mineMoveMenu a.active-link,
#mineMoveMenu a:active {
  color: rgba(17, 101, 214, 1);
  background: rgba(226, 234, 245, 1);
}
#mineMoveMenu .iconfont {
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  text-align: center;
  color: inherit;
  margin-right: 8px;
}
#mineMoveMenu span {
  white-space: nowrap;
}
#mineView {
  opacity: 0;
  transition: opacity 0.2s;
}
#mineView.default-show {
  opacity: 1;
}
#minebody {
  height: calc(100% - 47px);
  width: 100vw;
}
#mineBodyRight {
  position: fixed;
  z-index: 100;
  top: 47px;
  left: 0;
  width: 100vw;
  height: calc(100% - 47px);
  transform: translateX(100%);
  transition: transform 0.2s;
  background: rgba(243, 243, 243, 1);
  opacity: 0;
  pointer-events: none;
}
#mineBodyRight.menu-show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mine-head-info {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.mine-head-info h2 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}
.mine-head-info p {
  font-size: 12px;
  margin-top: 5px;
}
.mine-head-info em {
  color: rgba(17, 101, 214, 1);
}
.mine-head-info b {
  font-weight: bold;
}
.iconSharecoin {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 0;
  background: url(/static/template/202004/img/mine/qian-icon.png) no-repeat
    center/cover;
  margin-left: 6px;
  margin-right: 4px;
  vertical-align: top;
}
.iconSharecoin + em {
  color: rgba(254, 170, 19, 1);
}
.mine-head-btn {
  border-radius: 13px;
}

/**2021/07/12新增样式，转换页面头部css**/
.mine-head-wrap {

}

.mine-head-wrap .mine-head-tab{
  padding: 10px 20px;
  display: flex;
}
.mine-head-wrap .mine-head-tab .mine-head-tab-item{
  font-size: 14px;
  color: #1c1c1c;
  margin-right: 20px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.mine-head-wrap .mine-head-tab .mine-head-tab-item:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 23px;
  height: 3px;
  background: #2D74DA;
  border-radius: 2px;
  display: none;
}

.mine-head-wrap .mine-head-tab .mine-head-tab-item-active{
  color: #2d74da;
}

.mine-head-wrap .mine-head-tab .mine-head-tab-item-active:before{
  display: block;
}
/*************************************/
.mine-view-title{
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  background-color: #F8F8F8;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.mine-body-view {
  position: relative;
  height: calc(100% - 68px);
  margin-top: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mine-body-table {
  background-color: #fff;
  position: relative;
}
.tbody-loading * {
  opacity: 0.2;
}
.mine-body-table.tbody-loading {
  min-height: 405px;
}
.mine-body-table.tbody-loading::before,
.mine-body-table.tbody-loading::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.mine-body-table.tbody-loading::before {
  content: "";
  top: 111px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 62px;
  height: 65px;
  background: url(/static/template/202004/img/mine/xhrload.png) no-repeat center /
    62px 65px;
  animation: rotateLoad 1.5s linear infinite;
}
@keyframes rotateLoad {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.mine-body-table.tbody-loading::after {
  display: block;
  content: attr(data-load);
  z-index: 3;
  padding-top: 196px;
  padding-bottom: 193px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  background-color: rgba(255, 255, 255, 0.95);
  line-height: 16px;
}
.mine-body-nothing {
  box-sizing: border-box;
  height: 100%;
  min-height: 405px;
  padding-top: 245px;
  text-align: center;
  background: transparent url(/static/template/202004/img/mine/nothing.png)
    no-repeat center 150px/79px 75px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 16px;
}
.mine-table-item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  padding: 0 20px;
}
.mine-table-item.flex-warp {
  flex-wrap: wrap;
  align-items: flex-start;
}
.mine-table-item.flex-warp h3 {
  width: 100%;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.mine-table-item.flex-warp p {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.mine-table-item .space-between {
  justify-content: space-between;
}
.mine-table-item h3 {
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mine-table-item p {
  font-size: 10px;
  color: rgba(102, 102, 102, 1);
  line-height: 11px;
  margin-top: 5px;
}
.mine-table-item div:first-child {
  max-width: 300px;
}
.mine-table-item em {
  font-size: 10px;
  color: rgba(203, 0, 0, 1);
}
.mine-table-item b {
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}
.mine-table-item b.active-text {
  color: rgba(17, 101, 214, 1);
}
.btn-expansion {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: -20px;
}
.item-download-btn {
  color: rgba(6, 94, 212, 1);
  text-align: center;
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-right: -15px;
}
.mine-user-box {
  background-color: #fff;
  padding-top: 1px;
  margin-bottom: 8px;
}
#userUpImageFile {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 14px auto 15px;
  overflow: hidden;
  font-size: 0;
}
#userUpImageFile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(159, 195, 255, 1)
    url(/static/template/202004/img/mine/user-denalut.png) no-repeat center/45px;
}
#userUpImageFile:after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  font-family: "iconfont" !important;
  width: 23px;
  height: 23px;
  line-height: 23px;
  content: "\e632";
  font-size: 13px;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  color: #999;
  border-radius: 100%;
}
#userUpImageFile img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  border-radius: 100%;
}
#userUpImageFile input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  font-size: 0;
  border: none;
}
.mine-user-item {
  position: relative;
  padding: 0 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
}
.mine-user-item-child {
  height: 44px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  pointer-events: none;
}
.mine-user-item-child span {
  flex: none;
  color: rgba(51, 51, 51, 1);
  text-align: left;
}
.mine-user-item-child em {
  flex: auto;
  text-align: right;
  border: none;
  color: rgba(0, 0, 0, 0.2);
}
.mine-user-item-child b {
  text-align: right;
  flex: auto;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1em;
}
.mine-user-item.mb-8 {
  margin-bottom: 8px;
}
.mine-user-item .iconright {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  margin-left: 14px;
}
#mineMaskBody {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
}
#mineMaskBody.mask-show {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}
.mask-selcet-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.mask-selcet-list .iconclose {
  padding: 8px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(212, 212, 212, 1);
}
.mask-selcet-list.mask-show {
  transform: translateY(0);
}
.mask-selcet-list div {
  padding-left: 20px;
  padding-right: 20px;
}
.mask-selcet-list h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: rgba(35, 35, 35, 1);
  line-height: 16px;
}
.mask-selcet-list h4 {
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 14px;
  margin-bottom: 8px;
}
.mask-selcet-list p {
  font-size: 10px;
  color: rgba(102, 102, 102, 1);
  line-height: 12px;
  margin-bottom: 15px;
}
.mask-selcet-list li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}
.mask-selcet-list li:last-child {
  border-top: 8px solid rgba(216, 216, 216, 0.22);
}
.mask-selcet-list .flex-space-between {
  margin-bottom: 0;
  border-top: none !important;
  background: #fff url(/static/template/202004/img/mine/iconright.png) no-repeat
    93% center/16px;
  border-top: none;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  color: rgba(0, 0, 0, 1);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-space-between.none-next {
  background-image: none;
}
.flex-space-between .iconfont {
  flex: none;
  width: 18px;
  text-align: center;
  font-size: 16px;
  color: inherit;
  margin-left: 22px;
  margin-right: 20px;
}
.flex-space-between .iconDeletebeifen {
  color: red;
}
.btn-savetext {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 19px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  opacity: 0.3;
  color: rgba(62, 62, 62, 1);
  pointer-events: none;
}
.btn-savetext.btn-active {
  color: rgba(1, 91, 212, 1);
  opacity: 1;
  pointer-events: auto;
}

.edit-row-input-box {
  margin-top: 15px;
}
.edit-row-input-box .edit-input-box {
  position: relative;
}
.edit-row-input-box input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 40px;
  color: rgba(51, 51, 51, 1);
  border: none;
}
input:focus {
  outline: none;
}
input:disabled {
  background-color: inherit;
}
.supplement-text {
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  line-height: 14px;
  padding: 10px 20px;
}
.supplement-text em {
  color: rgba(6, 94, 212, 1);
}
.edit-row-input-box .iconclose {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 12px;
  height: 12px;
  background-color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
}
.edit-row-input-box textarea {
  font-family: inherit;
  padding: 10px 20px;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
}
.textarea-length {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  opacity: 0.27;
  line-height: 14px;
  pointer-events: none;
}
.textarea-length.text-active {
  opacity: 1;
}

.mask-alert-item {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  box-sizing: border-box;
  width: 283px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.mask-alert-item.mask-show {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.mask-alert-item h3 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 58, 58, 1);
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mask-alert-item h3 + p {
  margin-top: -5px;
  margin-bottom: 15px;
}
.mask-alert-item .font-bold {
  font-weight: bold;
}
.mask-alert-item .iconclose {
  padding: 8px;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(212, 212, 212, 1);
}
.mask-alert-item p {
  max-width: 242px;
  font-size: 10px;
  color: rgba(153, 153, 153, 1);
  line-height: 11px;
  text-align: center;
}
.mask-submint-btn {
  display: block;
  text-align: center;
  width: 150px;
  height: 26px;
  line-height: 26px;
  background: rgba(6, 94, 212, 1);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: auto;
}
.mine-setpwd-item {
  padding: 40px 23px 25px;
  background-color: #fff;
}
.mine-setpwd-item h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(62, 62, 62, 1);
  line-height: 14px;
}
.mine-setpwd-item p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 12px;
  text-align: center;
  margin-top: 8px;
}
.mine-setpwd-item p.text-error {
  color: rgba(203, 0, 0, 1);
}
.mine-setpwd-inputpwd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mine-setpwd-inputbox {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.mine-setpwd-inputitem {
  flex: none;
  width: 55px;
  height: 55px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid rgba(235, 235, 235, 1);
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mine-setpwd-inputitem:first-child {
  border-left: 1px solid rgba(235, 235, 235, 1);
}
.mine-setpwd-inputitem::after {
  content: "";
  background-color: rgba(51, 51, 51, 1);
}
.mine-setpwd-inputitem:first-child::after,
.check-input + .mine-setpwd-inputitem:not(.check-input)::after {
  width: 1px;
  height: 16px;
  animation: focusInput 0.6s cubic-bezier(1, 0, 0, 1) infinite;
}
.mine-setpwd-inputitem.check-input::after {
  width: 10px !important;
  height: 10px !important;
  animation: none !important;
  border-radius: 100%;
}
.check-input + .mine-setpwd-inputitem::after {
  width: 1px;
  height: 16px;
}
@keyframes focusInput {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.mine-pwd-submit {
  width: 335px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(1, 91, 212, 1);
  border-radius: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  margin: 33px auto 0;
}

.mine-pwd-forget {
  margin: 8px auto 0;
  width: 120px;
  height: 12px;
  font-size: 12px;
  color: rgba(1, 91, 212, 1);
  line-height: 12px;
  text-align: center;
}
.mine-form,
.mine-formview {
  padding: 0 20px;
  background-color: #fff;
}
.mine-form.mb-8,
.mine-formview.mb-8 {
  margin-bottom: 8px;
}
.mine-form-item,
.mine-formview-item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  display: flex;
  align-items: center;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
}
.mine-form-item.flex-warp,
.mine-formview-item.flex-warp {
  flex-wrap: wrap;
  height: auto;
}
.mine-form-item.height-auto,
.mine-formview-item.height-auto {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mine-form-row {
  flex: auto;
  display: flex;
  align-items: center;
}
.mine-form-lable {
  flex: none;
  font-size: 12px;
  color: inherit;
  line-height: inherit;
}
.mine-form-textarea {
  position: relative;
  flex: none;
  width: 100%;
}
.mine-form-textarea textarea {
  width: 100%;
  line-height: 14px;
  height: 90px;
}
.mine-form-textarea .textarea-length {
  right: 0;
}
.mine-form-input {
  position: relative;
  overflow: hidden;
  flex: auto;
  color: inherit;
  height: 100%;
  line-height: inherit;
  display: flex;
  align-items: center;
}
.mine-form-input input {
  flex: auto;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.wrap-input::-webkit-input-placeholder {
  position: relative;
  top: -6px;
  white-space: pre-line;
  line-height: 14px;
}
.mine-form-placeholder {
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.mine-id-photo {
  position: relative;
  flex: none;
  margin-right: 10px;
  width: 126px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(246, 246, 246, 1);
  border-radius: 3px;
  overflow: hidden;
}
.mine-id-photo::after {
  font-family: "iconfont" !important;
  content: "\e632";
  font-size: 22px;
  color: rgba(153, 153, 153, 1);
}
.mine-id-photo input,
.mine-id-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.mine-id-photo input {
  z-index: 2;
  opacity: 0;
}
.mine-id-photo img {
  z-index: 1;
}
.mine-id-text {
  flex: none;
  height: 14px;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 14px;
  margin-top: 8px;
}
.identity-box h3 {
  height: 40px;
  line-height: 40px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.mine-form-select {
  flex: auto;
  position: relative;
  margin-left: 15px;
  height: 100%;
  width: 100%;
  line-height: inherit;
  overflow: hidden;
}
.mine-form-select-lable {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: inherit;
}
.mine-form-select span {
  flex: auto;
  font-size: 12px;
  line-height: 14px;
  color: rgba(51, 51, 51, 1);
}
.mine-form-select .iconfont {
  flex: none;
  font-size: 10px;
  color: rgba(153, 153, 153, 1);
}
.mine-form-option-list {
  position: fixed;
  top: 47px;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  z-index: 101;
  transform: translateX(100%);
  transition: transform 0.3s;
  background: rgba(245, 245, 245, 1);
}
#mineBodyRight .mine-form-option-list {
  top: 0;
}
.mine-form-option-list.option-show {
  transform: translateX(0);
}
.mine-form-option {
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  padding-left: 19px;
  padding-right: 19px;
  color: rgba(0, 0, 0, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mine-form-option.check-option {
  color: rgba(17, 101, 214, 1);
}

.mine-form-codebtn {
  width: 109px;
  height: 29px;
  line-height: 29px;
}

.mine-form-pwdsubmit,
.identify-state-btn {
  width: 335px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 30px auto 0;
}
.identify-state {
  padding-top: 20px;
  text-align: center;
}
.identify-state h3 {
  font-size: 15px;
  font-weight: bold;
  color: rgba(58, 58, 58, 1);
  line-height: 17px;
}
.identify-state p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 14px;
  text-align: center;
  max-width: 264px;
  margin: 10px auto 0;
}
.identify-state p em {
  color: rgba(1, 91, 212, 1);
}
.identify-state .iconsuccess,
.identify-state .iconfail,
.identify-state .iconshenhezhongbeifen {
  display: block;
  font-size: 80px;
  margin-bottom: 30px;
}
.identify-state .iconfail {
  color: red;
}
.identify-state .iconsuccess {
  color: rgba(32, 183, 89, 1);
}
.identify-state .iconshenhezhongbeifen {
  color: #1165d6;
}
.mine-formview-item {
  justify-content: space-between;
}
.mine-formview-item em {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 14px;
}
.mine-tabs-nav {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  background-color: #fff;
}
.mine-tabs-nav div {
  flex: none;
  height: 16px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  margin-left: 48px;
  font-weight: bold;
}
.mine-tabs-nav div.active-btn {
  border-bottom-color: rgba(17, 101, 214, 1);
  font-weight: bold;
}
.mine-tabs-nav div:first-child {
  margin-left: 0;
}
.mine-tabs-content {
  margin-top: 8px;
}
.mine-tabs-nav.income-tabs {
  margin-top: 8px;
  background-color: #fff;
}
.income-tabs .mine-tabs-nav div {
  font-weight: normal;
}
.income-tabs + .mine-body-view {
  margin-top: 0;
  height: calc(100% - 109px);
}
.mine-rightbody-item {
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}
.mine-coni-exchange {
  padding-top: 12px;
  padding-bottom: 15px;
}
.mine-coni-exchange,
.mine-coni-exchange p {
  text-align: left;
}
.mine-coni-exchange p {
  margin: 0;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
}
.mine-exchange-dd2 {
  margin-top: 10px;
  height: 29px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.mine-exchange-inputbox {
  flex: auto;
  display: flex;
  align-items: center;
}
.mine-exchange-dd2 input {
  flex: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  font-size: 16px;
  font-weight: bold;
  color: rgba(53, 53, 53, 1);
  line-height: 18px;
  cursor: text;
}
.mine-exchange-dd2 input::-webkit-inner-spin-button {
  display: none;
}
.mine-exchange-dd2 .iconfont {
  flex: none;
  color: rgba(6, 94, 212, 1);
  font-size: 22px;
}
.mine-exchange-dd2-btn {
  flex: none;
  font-size: 12px;
  color: rgba(6, 94, 212, 1);
  line-height: 14px;
  cursor: pointer;
}
.mine-income-form {
  height: 100%;
  overflow-y: auto;
}
.income-submit-infotit {
  font-size: 14px;
  font-weight: bold;
  color: rgba(35, 35, 35, 1);
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.income-submit-number {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: rgba(62, 62, 62, 1);
  line-height: 34px;
}
.income-submit-number .iconSharecoin {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 8px;
}
.income-submit-info {
  font-size: 12px;
  line-height: 14px;
}
.income-submit-info li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.income-submit-info span {
  color: rgba(153, 153, 153, 1);
}
.income-submit-info b {
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
}
.income-submit-info-pwd {
  position: relative;
  margin-top: 20px;
}
.income-submit-info-pwd .mine-setpwd-inputitem {
  width: 43px;
  height: 43px;
}

.mint-table-select {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  background-color: #fff;
}

.mint-table-select + .mine-body-view {
  margin-top: 0;
}
.mint-table-select-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
  padding-right: 21px;
}
.mint-table-select-label .iconfont {
  font-weight: normal;
  translate: transform 0.3s;
  margin-left: 5px;
}
#tableviewSelect {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 147px;
  width: 135px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.36);
  transform: translateX(105%);
  transition: transform 0.3s;
}
#tableviewSelect.menu-show {
  transform: translateX(0);
}
#tableviewSelect div {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 9px;
  color: rgba(25, 25, 25, 1);
}
#tableviewSelect div.active {
  background: rgba(229, 229, 229, 1);
  color: rgba(17, 101, 214, 1);
}
.iconsanjiaoxia.icon-rotate {
  transform: rotate(180deg);
}

.mine-sharepdf-cotainer {
  background: #fff;
}

.mine-sharepdf-item {
  padding-bottom: 0.1px;
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
}

.mine-sharepdf-tit {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}

.mine-sharepdf-upfile {
  padding: 12px 20px 18px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
.mine-sharepdf-upfile .mine-sharepdf-tit {
  padding: 0;
}

.upload-pdf-btn {
  position: relative;
  width: fit-content;
  padding: 0 10px;
  height: 28px;
  background: rgba(6, 94, 212, 1);
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}
.upload-pdf-btn .iconfont {
  font-size: 12px;
  margin-right: 7px;
}
.upload-pdf-btn input {
  position: absolute;
  font-size: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sharefile-info-box {
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.share-file-icon {
  flex: none;
  width: 31px;
  height: 33px;
  background: url(/static/template/202004/img/mine/pdficon.png) no-repeat
    center/cover;
  margin-right: 9px;
}
.share-file-info {
  flex: auto;
}
.share-file-info p {
  font-size: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 11px;
}
.share-file-info span {
  font-weight: 400;
  color: rgba(56, 56, 56, 1);
  font-size: 10px;
  max-width: calc(100vw - 150px);
}
.share-file-info b {
  font-size: 10px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  display: inline-block;
}
.share-file-info em {
  font-size: 12px;
  font-weight: 400;
  color: rgba(153, 162, 170, 1);
  line-height: 17px;
}
.upload-speed-of-progress {
  display: block;
  margin-top: 5px;
  height: 2px;
  border-radius: 1px;
  overflow: hidden;
  background-color: #eee;
  font-size: 0;
}
.upload-progress {
  display: block;
  height: 2px;
  border-radius: 1px;
  width: 0;
  max-width: 100%;
  background-color: #065ed4;
  transition: width 0.2s;
}
.mine-sharepdf-label {
  font-size: 12px;
  line-height: 14px;
  color: rgba(51, 51, 51, 1);
  white-space: nowrap;
}
.mine-sharepdf-label.mandatory-option::before {
  content: "*";
  color: rgba(254, 0, 0, 1);
}
.mine-sharefile-coverbox {
  margin-top: 7px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.mine-sharefile-cover {
  position: relative;
  width: 140px;
  height: 105px;
  overflow: hidden;
  background: rgba(248, 248, 248, 1)
    url(/static/template/202004/img/mine/null-cover.png) no-repeat center/31px
    24px;
}

.mine-sharefile-cover input,
.mine-sharefile-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mine-sharefile-cover img {
  z-index: 1;
}
.mine-sharefile-cover input {
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.mine-change-cover-btn {
  font-size: 9px;
  color: rgba(6, 94, 212, 1);
  line-height: 12px;
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.mine-sharepdf-item.flex-box {
  height: 43px;
  line-height: 43px;
  display: flex;
  align-items: center;
}
.flex-box input {
  flex: auto;
  height: 100%;
  border: none;
  padding: 0 15px;
}

.speed-tag-input {
  display: flex;
  height: 100%;
  flex: auto;
  position: relative;
}
.speed-tag-add {
  position: absolute;
  top: 12px;
  right: 0px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  border: 1px solid rgba(194, 194, 194, 1);
  color: rgba(177, 177, 177, 1);
}
.speed-tag-add.active {
  color: #fff;
  background: rgba(6, 94, 212, 1);
  border-color: transparent;
}
.speed-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.speed-tag-list:empty {
  padding-top: 0;
}
.speed-tag-item {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0 8px;
  border: 1px solid transparent;
  text-align: center;
}

.speed-tag-item:last-child {
  margin-right: 0;
}
.speed-tag-list .speed-tag-item,
.speed-tag-item.active {
  background: rgba(6, 94, 212, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}
.speed-tag-list .speed-tag-item::after {
  font-family: "iconfont" !important;
  content: "\e63a";
  margin-left: 6px;
}

.speed-recommended-tags .speed-tag-item {
  border: 1px solid rgba(194, 194, 194, 1);
  color: rgba(194, 194, 194, 1);
}

.speed-recommended-tags h4 {
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  line-height: 12px;
  margin-bottom: 10px;
}

.mine-sharepdf-textarea {
  padding: 10px 0 30px;
}
.iconloading {
  display: inline-block;
  animation: rotateLoad 1.5s linear infinite;
}

.mask-speedshare-list {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mask-speedshare-list div {
  flex: none;
  text-decoration: none;
  width: 50px;
}
.mask-speedshare-list p,
.mask-speedshare-list i {
  pointer-events: none;
}
.mask-selcet-list .mask-speedshare-list p {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  line-height: 14px;
  margin-top: 9px;
  margin-bottom: 0;
}
.mask-speedshare-list .iconfont {
  font-size: 49px;
}

.speedshare-link-form {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
  height: 40px;
  line-height: 40px;
  background: rgba(250, 250, 250, 1);
  border-radius: 4px;
  border: 1px solid rgba(239, 239, 239, 1);
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}
.speedshare-link-form input {
  width: calc(100% - 60px);
}
.speedshare-link-form span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(1, 91, 212, 1);
  line-height: 14px;
}

.menu-disabled {
  pointer-events: none !important;
  opacity: 0.5;
}
.Puttheash{
  opacity: 0.4;
  background: rgba(151, 151, 151, 0.1);
}
