
.winnerBox{
    max-width:48rem;
    padding:30px;
    margin: -70px auto;
    /*height: calc(100vh - 98px);*/
    /*background-color: #fd6504 #9470fd;*/
   /* background:linear-gradient(to bottom right, #fd6504 , #9470fd);*/
	
}

@media (max-width: 576px) { 
.winnerBox{
    max-width:48rem;
    padding:30px;
    margin: 70px auto;
    /*height: calc(100vh - 98px);*/
    /*background-color: #fd6504 #9470fd;*/
   /* background:linear-gradient(to bottom right, #fd6504 , #9470fd);*/
	
}
 }
 @media (max-width: 480px) { 
.winnerBox{
    max-width:48rem;
    padding:30px;
    margin: 40px auto;
    /*height: calc(100vh - 98px);*/
    /*background-color: #fd6504 #9470fd;*/
   /* background:linear-gradient(to bottom right, #fd6504 , #9470fd);*/
	
}
 }
/* 大转盘样式 */
.turnplate_box {
	 width: 100%;
    background:url("../images/背景圓盤.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
	

	
/*	
  animation-name: pinpon;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count:infinite;
 */
}
/* 變化*/


			
@keyframes pinpon {
  0% {
    -ms-transform:rotate(0deg);
   -webkit-transform:rotate(0deg);
   transform:rotate(0deg);
  }
  50% {
   -ms-transform:rotate(15deg);
     -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
  }
  100% {
     -ms-transform:rotate(30deg);
   -webkit-transform:rotate(30deg);
   transform:rotate(30deg);
  }
}


/* 變化*/

.turnplate_box canvas {
    margin: 7.5%;
    width: calc(100% - 15%);
    height: calc(100% - 15%);
    /*position: absolute;*/
	
    border-radius: 50%;
    z-index: 10;
    flex-shrink: 0;
	
	
}

#myCanvas {
    background-color: white;
    border-radius: 100%;
    /*transition: transform 6s;*/
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
	
	
}
.turnplatw_btn {
    width: 30%;
    height: 35%;
    left: 35%;
    top: 30.5%;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    border: transparent;
    background: transparent;
   /* outline: #F00 dashed 0px;*/
	outline: none !important;
	box-shadow: none !important;
	z-index: 40;
	 border:0;
	 
}

.turnplatw_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 border:0;
	
}
.goIcon{
    color: #fff;
    font-weight: 800;
    position:absolute;
    margin-right: auto;
    margin-left: auto;
   /* background:url("../images/go.png")  no-repeat;*/
    background-size: 100% 100%;
    top:25%;
    width: 50%;
    height: 50%;
    text-align: center;
    left:25%;
	
	
}

