*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  min-height: 100vh;
	min-height: 100dvh;
}

.skeleton-screen-container{
  display: none;
}
.m-app .skeleton-screen-container{
  display: block;
}
.is-reload .skeleton-index{
  display: none !important;
}
.skeleton-screen-container,.skeleton-sport-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.skeleton-block {
  margin-bottom: 0.4rem;
}

.skeleton-titleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skeleton-title {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.15rem;

}
.skeleton-title .skeleton-title-left,
.skeleton-title .skeleton-title-right {
	width: 0.4rem;
	height: 0.6rem;
	border-radius: 0.15rem;
	margin-right: 0.1rem;
	margin-left: 0.2rem;
}
.skeleton-title .skeleton-title-right {
	margin-left: 0.1rem;
	margin-right: 0.2rem;
}

.skeleton-header {
  height: 1rem;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.15rem;
  margin-left: 0.2rem;
}
.header-iconBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.skeleton-sport-container .skeleton-block {
  margin-bottom: 0;
}
.skeleton-sport-header{
	background-position-y: -30px;
	border-radius: 0 0 16px 16px;
	z-index: 1;
	padding-top: 12px;
	padding-bottom: 4px;
	height: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(109, 6, 13, 0.2);
}
.sport-header-left{
	height: 0.48rem;
	border-radius: 0.1rem;
	margin-left: 0.2rem;
	display: flex;
}
.sport-header-left .sport-menu-icon{
	width: 0.48rem;
	height: 0.48rem;
	margin-right: 0.1rem;
	border-radius: 0.06rem;
}
.sport-header-left .sport-menu-tit{
	width:1rem;
	height: 0.48rem;
	border-radius: 0.06rem;
}
.sport-header-right{
	width: 0.48rem;
	height: 0.48rem;
	margin-right: 0.2rem;
	border-radius: 0.06rem;
}
.header-iconBox .header-icon {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    margin-right: 0.3rem;
  }
.header-iconBox	.header-icon:nth-of-type(2) {
	  width: 2rem;
	  border-radius: 0.15rem;
	}

.skeleton-banner {
  height: 3rem;
  margin: 0.2rem;
  border-radius: 0.15rem;
}
.skeleton-operation {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem;
}
.skeleton-operation .skeleton-user{
	width: 30%;
}
.skeleton-operation .skeleton-user .skeleton-user-top {
	width: 2.5rem;
	height: 0.5rem;
	border-radius: 0.15rem;
	margin-bottom: 0.1rem;
}
.skeleton-operation .skeleton-user .skeleton-user-bom {
	width: 1.5rem;
	height: 0.5rem;
	border-radius: 0.15rem;
}
.skeleton-operation .skeleton-fun {
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.skeleton-operation .skeleton-fun .skeleton-fun-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.skeleton-operation .skeleton-fun .skeleton-fun-item .skeleton-fun-item-txt {
	width: 0.5rem;
	height: 0.5rem;
	margin-bottom: 0.1rem;
	border-radius: 0.1rem;
}

.skeleton-operation .skeleton-fun .skeleton-fun-item .skeleton-fun-item-icon {
	width: 0.8rem;
	height: 0.4rem;
	border-radius: 0.1rem;
}
.skeleton-game {
  height: 1.5rem;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.15rem;
}
.skeleton-gameType{
  display: flex;
  justify-content: space-between;
  margin: 0.2rem;


}

.skeleton-gameType .skeleton-menu{
    width: 15%;
}
.skeleton-gameType .skeleton-menu .skeleton-menu-item{
	width: 1rem;
	height: 1.2rem;
	border-radius: 0.15rem;
	margin-bottom: 0.1rem;
}
.skeleton-gameType .skeleton-list {
    width: 80%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;

	}
.skeleton-gameType .skeleton-list .skeleton-item{
	height: 2.5rem;
}
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-img{
		width: 1.8rem;
		height: 1.8rem;
		border-radius: 0.05rem;
		margin-bottom: 0.1rem;
}
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-nameBox{
	display: flex;
	justify-content: space-between;
}
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-nameBox .skeleton-item-name{
	width: 1.2rem;
	height: 0.3rem;
	border-radius: 0.05rem;
}
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-nameBox .skeleton-item-icon{
	width: 0.3rem;
	height: 0.3rem;
	border-radius:0.05rem;
}

.skeleton-tabs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0.2rem 0.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;

}
.skeleton-tabs .skeleton-more{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
.skeleton-tabs .skeleton-tab {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
.skeleton-tabs .skeleton-tab	.skeleton-item-name{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0.05rem;
	margin-bottom: 0.1rem;
}
.skeleton-tabs .skeleton-tab	.skeleton-item-icon{
	width: 0.8rem;
	height: 0.3rem;
	border-radius: 0.05rem;
}

.block-sport-white{
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.block-sport-white .deepen-bg{
	background-color: #dbe3e9;
}
.block-sport-black{
	background-color: #151618;
	border-bottom: 1px solid #2a3b47;
}
.block-sport-black .deepen-bg{
	background:linear-gradient(360deg,#000 10.57%,#151618 90%)
}

.skeleton-sport-nav-box{
	padding-top: 0.2rem;
}
.skeleton-sport-cate,.skeleton-sport-nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}
.skeleton-sport-cate .skeleton-sport-cate-item{
	width: 22%;
	height: 0.6rem;
	border-radius: 0.36rem;
}
.skeleton-sport-nav .ss-nav-item{
	width: 20%;
}
.skeleton-sport-nav .ss-nav-item .ss-nav-item-icon{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto 0.1rem;
	border-radius: 0.3rem;
}
.skeleton-sport-nav .ss-nav-item .ss-nav-item-name{
	width: 90%;
	height: 0.4rem;
	margin: 0 auto;
	border-radius: 0.1rem;
}

.skeleton-macth-top{
	display: flex;
	justify-content: space-between;
	padding: 0.2rem;
}
.skeleton-macth-top .skeleton-macth-top-l,
.skeleton-macth-top .skeleton-macth-top-r{
	width: 1.2rem;
	height: 0.4rem;
	border-radius: 0.1rem;
}
.skeleton-macth-item{
	margin: 0 0.2rem 0.2rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.skeleton-macth-item .skeleton-mi-top,
.skeleton-macth-item .skeleton-mi-name{
	height: 0.6rem;
	display: flex;
	align-items: center;
	padding: 0 0.1rem;
}

.skeleton-macth-item .skeleton-mi-top .skeleton-mi-top-cate{
	width: 1rem;
	height: 0.36rem;
	border-radius: 0.1rem;
}

.skeleton-macth-item .skeleton-mi-name .skeleton-mi-team-logo{
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.1rem;
	border-radius: 0.18rem;
}
.skeleton-macth-item .skeleton-mi-name .skeleton-mi-team-name{
	width: 2.5rem;
	height: 0.36rem;
	border-radius: 0.1rem;
}
.skeleton-mi-bet{
	display: flex;
	justify-content: space-between;
	padding: 0.12rem;
}
.skeleton-mi-bet-left,
.skeleton-mi-bet-right{
	width: 48%;
}
.skeleton-mi-bet-top{
	margin-bottom: 0.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.skeleton-mi-bet-top .skeleton-bet-text{
	width: 0.6rem;
	height: 0.36rem;
	border-radius: 0.1rem;
}
.skeleton-mi-bet-top .skeleton-bet-text:first-child{
	width: 2rem;
}
.skeleton-mi-bet-ct{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}
.skeleton-mi-bet-ct .skeleton-bet-team{
	width: 2rem;
}
.skeleton-mi-bet-ct .skeleton-bet-score{
	width: 0.6rem;
}
.skeleton-mi-bet-ct .skeleton-bet-team,
.skeleton-mi-bet-ct .skeleton-bet-score{
	height: 0.4rem;
	margin: 0.2rem 0;
	border-radius: 0.1rem;
}

.skeleton-mi-bet-ct .skeleton-bet-btn{
	height: 0.8rem;
	width: 49%;
	border-radius: 0.1rem;
}

@keyframes placeHolderShimmer{
  0% {
    background-position: -100vw 0;
  }
  100% {
    background-position: 200vw 0;
  }

}
@keyframes placeHolderShimmer10{
  0% {
    background-position: -20vw 0;
  }
  100% {
    background-position: 20vw 0;
  }


}
@keyframes placeHolderShimmer25{
  0% {
    background-position: -50vw 0;
  }
  100% {
    background-position: 50vw 0;
  }


}
@keyframes placeHolderShimmer33{
  from {
    background-position: -33vw 0;
  }
  to {
    background-position: 33vw 0;
  }
}
@keyframes placeHolderShimmer50{
  from {
    background-position: -50vw 0;
  }
  to {
    background-position: 50vw 0;
  }
}


/* 骨架屏元素基础样式 */
.skeleton {
  background-size: 200% 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:#334651;
  position: relative;
  animation-duration:2s;
}
.dark-skeleton{
  background: linear-gradient(to right, #2a3b47 0%, #334651 50%, #2a3b47 100%);
}
.light-skeleton{
  background: linear-gradient(to right, #dbe3e9 0%, #e9eef1 50%, #dbe3e9 100%);
}

.block-sport-white .skeleton{
	box-shadow: none;
}
.header-iconBox .header-icon:first-child,
.skeleton-operation .skeleton-fun .skeleton-fun-item .skeleton-fun-item-txt,
.skeleton-operation .skeleton-fun .skeleton-fun-item .skeleton-fun-item-icon,
.skeleton-gameType .skeleton-menu .skeleton-menu-item,
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-nameBox .skeleton-item-name,
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-nameBox .skeleton-item-icon,
.skeleton-tabs .skeleton-more,
.skeleton-tabs .skeleton-tab .skeleton-item-name,
.skeleton-tabs .skeleton-tab .skeleton-item-icon,
.sport-header-left .sport-menu-icon,
.sport-header-left .sport-menu-tit,
.sport-header-right,
.skeleton-sport-cate .skeleton-sport-cate-item,
.skeleton-sport-nav .ss-nav-item .ss-nav-item-icon,
.skeleton-sport-nav .ss-nav-item .ss-nav-item-name,
.skeleton-macth-item .skeleton-mi-top .skeleton-mi-top-cate,
.skeleton-macth-item .skeleton-mi-name .skeleton-mi-team-logo,
.skeleton-mi-bet-top .skeleton-bet-text,
.skeleton-mi-bet-ct .skeleton-bet-team, .skeleton-mi-bet-ct .skeleton-bet-score
{
  animation-name: placeHolderShimmer10;
}
.header-logo,
.header-iconBox .header-icon,
.skeleton-operation .skeleton-user .skeleton-user-top,
.skeleton-operation .skeleton-user .skeleton-user-bom,
.skeleton-gameType .skeleton-list .skeleton-item .skeleton-item-img,
.skeleton-macth-top .skeleton-macth-top-l,
.skeleton-macth-top .skeleton-macth-top-r,
.skeleton-macth-item .skeleton-mi-name .skeleton-mi-team-name,
.skeleton-mi-bet-top .skeleton-bet-text:first-child,
.skeleton-mi-bet-ct .skeleton-bet-btn{
  animation-name: placeHolderShimmer25;
}


/* 主动画关键帧 */
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

/* 副动画关键帧 - 不同速度 */
@keyframes shimmer-secondary {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

/* 添加脉动效果增强深度感 */
@keyframes pulse {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.9;
  }
}

