@font-face {
  font-family: 'dfont';
  src: url('font/DINEngschriftStd.otf');
}
body {
  font-size: 0.24rem;
  max-width: 7.5rem;
  margin: auto;
  background-color: #ffbb00;
}
.user_photo {
  position: relative;
  overflow: hidden;
  background-image: url(../img/avatar.png);
  background-size: cover;
}
.user_photo::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/avatar.png);
  background-size: cover;
}
/*加载等待*/
.loading_bg {
  background: #ffbb00;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 7.5rem;
  height: 100%;
}
.header {
  width: 100%;
  position: relative;
}
.header .picImg {
  width: 100%;
}
.header .time {
  width: 6.42rem;
  bottom: 0.9rem;
  position: absolute;
  left: 0.54rem;
}
.star-box {
  width: 6.8rem;
  height: 6.35rem;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 1.6rem;
  margin: 0.2rem 0.35rem 0;
  box-sizing: border-box;
}
.en .star-box {
  background-image: url(../img/en/bg_chart.png);
}
.ko .star-box {
  background-image: url(../img/ko/bg_chart.png);
}
.star-box .swiper-container {
  width: calc(100% - 0.8rem);
  height: 4.7rem;
}
.star-box .swiper-slide {
  text-align: center;
  padding-top: 0.2rem;
}
.swiper-container .swiper-pagination {
  bottom: 0.1rem;
}
.swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: 0;
  background-image: url(../img/star_b.png);
  background-size: 100%;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  background: 0;
  background-image: url(../img/star_a.png);
  background-size: 100%;
}
.star-card {
  width: 3rem;
  height: 4rem;
  background-image: url(../img/bg_card.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-slide-next .star-card {
  margin-left: 0.1rem;
}
.star-card-top {
  height: 2.9rem;
  text-align: center;
}
.star-card-pic {
  position: relative;
  width: 1.42rem;
  height: 1.42rem;
  margin-left: 0.78rem;
  padding-top: 0.4rem;
}
.star-card-pic-head {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1rem;
  border: 0.04rem solid #FFF;
  border-radius: 0.7rem;
}
.star-card-pic-live {
  width: 0.86rem;
  position: absolute;
  left: 0.28rem;
  top: 0.25rem;
}
.star-card-pic-tip {
  width: 0.4rem;
  height: 0.4rem;
  border: 0.04rem solid #FFF;
  border-radius: 0.4rem;
  position: absolute;
  background-size: 100%;
  right: 0.06rem;
  bottom: 0;
  display: inline-block;
}
.star-card-pic-tip img {
  width: 0.4rem;
  height: 0.4rem;
}
.star-card-center {
  margin-top: 0.3rem;
}
.star-card-name {
  display: inline-block;
  width: 1.535rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  font-size: 0.3rem;
  float: left;
  margin-left: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.star-card-bottom {
  height: 1rem;
}
.star-card-gift {
  display: inline-block;
  float: left;
  width: calc(50% - 0.2rem);
  height: 1rem;
  text-align: center;
  padding: 0 0.1rem;
}
.star-card-gift img {
  width: 0.5rem;
  margin-top: 0.13rem;
  display: inline;
}
.star-card-gift p {
  width: calc(100% - 0.1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.15rem;
  color: #000;
  font-size: 0.22rem;
  line-height: 1em;
}
.star-card-num {
  display: inline-block;
  float: left;
  width: 50%;
  height: 1rem;
  line-height: 1rem;
  color: #f0c;
  font-family: dfont;
  text-align: center;
  font-size: 0.36rem;
}
.tab-box {
  margin-top: 0.5rem;
  padding: 0 0.35rem;
}
.tab-box .swiper-slide {
  text-align: center;
}
.tab-header {
  margin: 0 0.3rem;
  width: calc(100% - 0.6rem);
  height: 0.9rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tab-header.contest {
  background-size: 100%;
  background-repeat: no-repeat;
}
.en .tab-header {
  background-image: url(../img/en/tab1.png);
}
.en .tab-header.contest {
  background-image: url(../img/en/tab2.png);
}
.ko .tab-header {
  background-image: url(../img/ko/tab1.png);
}
.ko .tab-header.contest {
  background-image: url(../img/ko/tab2.png);
}
.tab-left,
.tab-right {
  display: inline-block;
  float: left;
  width: 50%;
  height: 0.9rem;
}
.tab-body {
  width: 6.8rem;
  height: 11.08rem;
  margin-top: -2px;
  padding: 1.4rem 0.1rem 0 0.11rem;
  background-size: 100%;
  background-image: url(../img/bg_list.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
}
.tab-body .tab-menu {
  width: 100%;
  height: 1.3rem;
  overflow-x: scroll;
}
.tab-body .tab-menu .tab-menu-ul {
  display: block;
  width: 10rem;
  height: 1.5rem;
  overflow: hidden;
}
.tab-body .tab-menu li {
  display: inline-block;
  float: left;
  margin-right: 0.4rem;
}
.tab-container .swiper-slide:first-of-type {
  margin-left: 0.3rem;
}
.tab-menu-item {
  width: 1.28rem;
  height: 1.28rem;
  background-color: #FFF;
  opacity: 0.8;
  border-radius: 0.16rem;
  text-align: center;
}
.tab-menu-item.selected {
  width: 1.2rem;
  height: 1.2rem;
  border: 0.04rem solid #000;
  opacity: 1;
}
.tab-menu-item img {
  width: 0.82rem;
}
.tab-menu-item p {
  width: 1.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin-left: 0.065rem;
}
.tab-list {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.tab-list-ul {
  height: 7.9rem;
  overflow: scroll;
}
.tab-list-item {
  position: relative;
  height: 1.56rem;
  display: flex;
  align-items: center;
  color: #aa4d00;
  border-bottom: 1px dashed #fff;
}
.tab-list-item-num {
  width: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  font-size: 0.3rem;
}
.tab-list-item-pic,
.footer-pic {
  position: relative;
  width: 0.98rem;
  height: 0.98rem;
}
.photo {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  border: 0.04rem solid #FFF;
  border-radius: 0.9rem;
}
.tab-list-item-pic-tip,
.footer-tip {
  width: 0.36rem;
  height: 0.36rem;
  border: 0.04rem solid #fff;
  background-color: #fff;
  border-radius: 0.2rem;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tab-list-item-pic-tip img,
.footer-tip img {
  width: 100%;
  height: 100%;
}
.tab-list-item-center,
.footer-center {
  margin-left: 0.3rem;
  flex: 1;
}
.item-center-top,
.footer-center-top {
  height: 0.32rem;
}
.item-name,
.footer-name {
  display: inline-block;
  width: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  line-height: 1.2em;
}
.item-fire,
.footer-fire,
.star-card-fire {
  display: inline-block;
  position: relative;
  height: 0.3rem;
  line-height: 0.35rem;
  border-radius: 1rem;
  background-color: #FFF;
  padding-left: 0.45rem;
  padding-right: 0.08rem;
  font-family: dfont;
  font-size: 0.2rem;
  vertical-align: super;
  color: #ff6e07;
}
.item-fire img,
.footer-fire img,
.star-card-fire img {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  top: -0.05rem;
  left: 0;
}
.item-center-bottom,
.footer-center-bottom {
  margin-top: 0.2rem;
}
.item-center-bottom span,
.footer-center-bottom span {
  color: #ff6e07;
  font-family: dfont;
  font-size: 0.26rem;
  margin-left: 0.08rem;
}
.living {
  width: 0.86rem;
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 2;
  height: 1.8rem;
  width: 7.5rem;
  background-image: url('../img/bg_own.png');
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  box-sizing: border-box;
  color: #fff;
}
.footer-name,
.footer-center-bottom {
  color: #fff;
}
.current_no {
  font-size: 0.32rem;
}
.tab-contest img {
  width: 100%;
  float: left;
}
.tab-contest img:first-of-type {
  margin-top: -0.04rem;
}
.tab-contest div {
  width: 100%;
  height: 2rem;
  float: left;
}
.bitmap {
  width: 100%;
  display: none;
}
.footer-pic > img {
  border: 0.04rem solid #fff;
}
.footer-fire {
  box-shadow: 0 0 0.06rem #b6b6b6;
}
.foot_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.3rem 0.2rem;
  color: #876300;
  font-weight: 400;
  font-size: 0.24rem;
}
.foot_tip .tip {
  height: 0.25rem;
  margin: 0 0.04rem;
}
