body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
  font-size: 14px;
    /*transform: scale(1);*/
}
 p{margin:2px 0;}
 a {text-decoration: none;}
.lucky-wheel {
  text-align: center;
  font-family: Arial, sans-serif;
  background: url("/static/image/bg.webp") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.title{width: 150px;margin-top: 10px;}
.info {
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 10px;
}
.info .coin{width: 50px;}
.info .currentCoins{font-size: 40px;color: #fb7500;font-weight: bold;}
.info .coin-item{width: 60%;margin:auto;display: flex;align-items: center;justify-content: center;flex-direction: row;justify-content: space-around;}
.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress-bar {
  width: 100%;
  background-color: #ddd;
  height: 5px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 5px;
}
.info .target{}
.info .target img{width: 35px;}
.info .target p{color: #fb7500;font-weight: 500;}
.current-progress {
  height: 100%;
  background-color: orange;
}

.btn-obtain {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
  border-radius: 5px;
}

.wheel-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: url("/static/image/g-b.webp") no-repeat;
  background-size: cover;
}
.wheel-bg{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("/static/image/g-b.webp") no-repeat center center;
  background-size: cover;
  display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
}
.wheel{
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.wheel span{    
  -webkit-text-stroke: 1px #b06941;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;}
.draw-btn{ 
    flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-image: url(/static/image/draw-btn-bg.webp);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  border-radius: 50%;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 90px;
  animation: scaleSmall 1s linear infinite;
  cursor:pointer;
  }
/* .wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  transform-origin: center;
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: url("/static/image/round-img.webp") no-repeat center center;
  background-size: cover;
}
.wheel span{
  text-align: center;
  position: relative;
} */
.game-content .hand{
   flex-shrink: 0;
   width: 90px;
   height: 90px;
   left: 50%;
   top: 45%;
   position: absolute;
   border-radius: 50%;
   font-family: Arial;
   font-weight: 700;
   font-size: 18px;
   color: #fff;
   text-align: center;
   line-height: 90px;
   animation: scaleSmall 1s linear infinite;
   
}
.game-content{
    width: 360px;
    height: 360px;
    background-image: url(/static/image/g-b.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: .5rem;
}
.game-content .point{
    width: 30px;
    height: 50px;
    background-image: url(/static/image/point.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.game-content .round-img{
    width: 290px;
    flex-shrink: 0;
    height: 290px;
    background-image: url(/static/image/round-img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.segment {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 25%;
 top: 2%;
 transform-origin: 50% 96%;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 justify-content: flex-start;
}

.segment img {
  width: 50px;
  height: 50px;
}

.pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: red;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn-spin {
  margin: 20px auto;
  width: 80%;
  padding: 15px 10px;
  cursor: pointer;
  color: #e04600;
  background-image: linear-gradient(0deg, #ffcf26, #fff984);
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  animation: scaleSmall 1s linear infinite;
}

.game-tip {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff09b;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.van-overlay{z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  justify-content: space-around;
  flex-direction: column;
  display: flex;
}
.van-overlay img{margin: auto;width: 80%;}

.progress-container {
    width: 100%;
    height: 20px;
    background: #e0e0e0; 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(to right, #ff7e29, #ffc107);
    width: 33.3%; 
    border-radius: 10px 0 0 10px; 
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    line-height: 20px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

.progress-bar .curtext {
    position: absolute;
    z-index: 2;
    padding-left: 15px;
    left: 0;
}
@keyframes scaleSmall {
  0%{
    transform: scale(1);
  }
  50% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}