q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


.turntable-bg {
  width: 1000px; height: 1000px; position: relative;
  text-align: center;
}

.turntable-bg .pointer {
  width: 250px; height: 250px; z-index: 45;
  position: absolute; left: 38%; top: 36%;
  background:url('../images/wheel_pointer.png') center center no-repeat;
  background-size: 100% auto;
}

.turntable-bg .rotate {
  width: 750px; height: 750px; z-index: 44;
  position: absolute;
}

.rotate img {
  width: 100%; height: 100%;
  position: relative; left: 17%; top: 15%;}



/*-----------------card effect-----------------*/
  ul.game_cards {
    	margin: 30px auto;
    	width: 100%; padding: 5px; z-index: 40;
    	position: relative;
    }

  ul.game_cards li {
    	margin: 15px;
    	width: 170px; height: 260px;
    	display: inline-block;
    }

  .game_cards li img#card{
    width: 170px; height: 260px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
  }

  .game_cards li>span{
    width: 170px; height: 260px;
    position:relative;
    text-align:center;
    background:url('../images/card_back.png') center center no-repeat;
    overflow:hidden;
    display:none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
  }

  .game_cards li>span img{position:relative; top:-50px;}

/*-----------------card effect-----------------*/






/*-------------RWD start-------------*/
/*當螢幕寬度在1023x~1201px -device- 之間*/
@media screen and (min-width: 1023px) and (max-width: 1201px){
}

/*當螢幕寬度在320x~1022px -device- 之間*/
@media screen and (min-width: 320px) and (max-width: 1022px){
  .turntable-bg {
    width: 900px; height: 900px;}
  .turntable-bg .pointer {left: 37%; top: 40%;}
  .rotate img {left: 11%; top: 15%;}
}

/*-------------RWD end-------------*/
