html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    /*修改處*/
    /*font-size: 100%;*/
    /*修改處*/
    vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* html, body {
  color: #999;
} */

a,
a:link,
a:visited,
a:hover,
a:active {
    /*color: inherit;*/
    /*修改處*/
    text-decoration: none;
}

/*******preloader*********/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1028;
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 rgba(255,255,255,1)
}

.spinner {
	font-family: "Noto Sans TC","黑體-繁",'微軟正黑體',Verdana,Geneva,sans-serif;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 250px;
    height: 250px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 72px;
    margin-top: -50px;
    margin-left: -64px;
    display: inline-block;
    vertical-align: middle;
	  background-image: url(../../image/loading.gif);
    background-size: cover
}

.spinner_loading {
    width: 100%;
    height: 0;
    font-size: 1.75em;
    font-weight: 600;
    color: #f86aaa;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 60%
}

.spinner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fc66a3;
    margin: 35px 5px
}



/***********/
@keyframes clockwise {
    to {
        transform: rotate(360deg) translatez(0);
    }
}

.btnload{
    background-color: transparent;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    box-shadow: 6px -6px rgba(255, 255, 255, 0.125), 8px 0 rgba(255, 255, 255, 0.25), 6px 6px rgba(255, 255, 255, 0.375), 0 8px rgba(255, 255, 255, 0.5), -6px 6px rgba(255, 255, 255, 0.625), -8px 0 rgba(255, 255, 255, 0.75), -6px -6px rgba(255, 255, 255, 0.875), 0 -8px white;
    animation: clockwise 0.75s steps(8, end) infinite;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 17px 3px 0;
}


.main-bg {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: #e7e7e7;
}

.game-logo {
  width: 480px;
  height: 300px;
  margin: 0 auto;
  /*background-image: url(../img/headerlogo.png);*/
  position: relative;
}


.content {
  width: 100%;
  position: relative;
  margin: 0 auto 100px auto;
}

.content-bg {
  margin: 0 auto;
  width: 640px;
  height: auto;
  min-height: 100%;
  
}
.BA-box{
	background: #FFF;
	border-radius: 3px;
	padding: 10px 20px 40px 20px;
	border: 1px solid #ccd7dc;
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  min-height: 100%;
  width: 100%;
}
.main-box{
	margin-top: 8px;
}
.form-group {
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
}

.player-info-title {
    font-family: "微軟正黑體", "Noto Sans TC", "黑體-繁", Verdana, Geneva, sans-serif;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #e6217a;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.5em;
    margin: 10px;
    letter-spacing: 0px;
}

.player-info-detail {
    font-family: "微軟正黑體", "Noto Sans TC", "黑體-繁", Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #3c3c3c;
    -webkit-margin-before: 0em;
    margin-bottom: 1em;
    text-align: center;
}

.player-info-detail p{
    word-break: break-word;
}

#result {
    background-color: #f3f3f3;
    padding: 10px;
    width: calc(100% - 16px);
    ;
    margin-left: auto;
    margin-right: auto;
}

.info-bg{
	background: #FFF;
	font-size:0.875em;
	font-weight: bold;
	color:#575757;
	padding: 6px 5px;
  margin: 0;
  letter-spacing: 0.5px;
}

.info-bg-mt{
	margin-top: 0;
	margin-bottom: 10px;
}

.next-btn {
  font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
  margin: 0 auto;	
  font-size: 20px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ff93bc;
  width: calc(100% - 16px);
  height: 58px;
  text-decoration: none;
  background-color: #fa82a7;
  color: #ffffff;
  display: block;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  outline:none !important;
  transition: .1s;
}

.next-btn:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3b71', endColorstr='#fa82a7', GradientType=1);
  background: -moz-linear-gradient(center top, #ed3b71 5%, #fa82a7 100%);
  background: -ms-linear-gradient(top, #ed3b71 5%, #fa82a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ed3b71), color-stop(100%, #fa82a7));
  background-color: #ed3b71;
  outline:none;
}
.next-btn:active {
  position: relative;
  top: 1px;
  outline:none;
}
.next-btn-Disable {
  background: #bfbfbf;
  border: 0;
  text-decoration: none;
  color: gray;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  -moz-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  cursor: auto;
	outline:none;
  pointer-events: none;
}
.next-btn-Disable:hover {
  background: #bfbfbf;
  border: 0;
  text-decoration: none;
  color: gray;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  -moz-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  cursor: auto;
  outline:none;
}
.next-btn-Disable:active {
	position: relative;
	top: 0px;
	outline:none;
}

.bread-crumbs {
  color: #5e5e5e;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.bread-crumbs-now {
	color: #5e5e5e;
	font-weight: bold;
}

.radio-group {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 105%;
  /* overflow-y: scroll;
  overflow: */
}

.radio-container {
  font-family: "Noto Sans TC","黑體-繁",'微軟正黑體',Verdana,Geneva,sans-serif;
  position: relative;
  height: 5rem;
}

.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #FFF;
  z-index:10;
}
.radio-button:checked + .radio-tile {
  /*background-color: #f36;*/
  border: 3px solid #f36;
  color: #333;
  transform: scale(1.1, 1.1);
}

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /**/
    width: 100%;
    height: 100%;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    padding: 0.2rem 0.3rem 0rem 0.3rem;
    padding: 1rem;
    transition: transform 300ms ease;
    background: #FFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
.gold-count-text{
	font-family: Arial,sans-serif;
    font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 0.5rem;
	margin-right:0.5rem;
}
.radio-tile-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.47rem;
  font-weight: 600;
  letter-spacing: 0px;
  word-break: break-word;
  padding: 0.7rem;
}
.gold-count-img{
	font-family: Arial,sans-serif;
	border-radius: 4px;
    font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	width: 100%;
	height: 73%;
	background: #FFF;
	overflow: hidden;
}

.gold-count-img img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* .gold-count-img:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
} */

.gold-count-img+.radio-tile-label {
    padding: 0rem 0rem 0rem 0rem;
}

.radio-container-h .radio-tile {
    justify-content: flex-start;
    padding: 0rem;
}

.p-fx {
    font-size: 1.44rem;
    opacity: 0.7;
}

.btn-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
  background: #FFF;
  word-break: break-word;
  transition: transform 300ms ease;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  
}
.btn-radio:hover {
  color: #333;
}
.btn-radio.act {
  /*background-color: #f36;*/
  border: 3px solid #f36;
  color: #333;
  transform: scale(1.1, 1.1);
}

#chooseForm .slidercaptcha{
  max-width: 582px; 
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#chooseForm .card-body{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

#CoinsListSelect,
#paymentListSelect {
    display: none;
}

#CoinsListSelect-gash{
    display: none;
}
#CoinsListSelect-good-points{
    display: none;
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 16px;
    }
    .main-bg {
        min-height: 900px;
        background: #e7e7e7;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .radio-container {
        height: 4.8rem;
        width: 18.4rem;
        margin: 0.8rem;
    }
    .radio-container-h {
        height: 98px;
    }
    
}

/******max1024*****/
@media screen and (max-width: 1024px) {
    body {
        font-size: 12px;
    }
    .top-bg {
        height: 47px;
    }
    .main-bg {
        background-repeat: no-repeat;
        background-size: auto;
        padding-bottom: 0px;
    }
    .form-control {
        height: calc(1.9em + .75rem + 2px);
        padding: .375rem .5rem;
    }
    .info-bg {
        padding: 4px 5px 4px 0px;
        font-size: 1.2em;
    }
    .content-bg {
        margin: 0 auto;
        width: 100%;
        max-width: 640px;
        height: auto;
        /* padding: 5px; */
    }
    .next-btn {
        width: 100%;
        margin-top: 30px;
    }
    .radio-container {
        height: 3rem;
        width: 11.5rem;
        margin: 0.5rem;
    }
    .player-info-title,
    .player-info-detail {
        text-align: left;
    }
    .player-info-title {
        margin-left: -0.5rem;
        margin-top: 10px;
        font-size: 1.34em;
        padding: 0;
    }
    .radio-container-h {
        height: 70px;
        width: 115px;
        margin: 5px 11px;
    }
    .BA-box {
        padding-top: 15px;
        border: 0px;
        border-radius: 0px;
    }
    #result {
        width: 100%;
        padding: 10px 10px 10px 0px;
    }
    #chooseForm .slidercaptcha {
        max-width: none;
    }
    #chooseForm .slidercaptcha {
        margin-top: -0.5rem;
        margin-bottom: 0.8rem;
    }
    #paymentListSelect {
        margin-bottom: 1.5em;
    }
    #CoinsListSelect,
    #paymentListSelect {
        display: block;
    }
    #CoinsList,
    #paymentList {
        display: none;
    }
    #CoinsListSelect-gash{
      display: block;
    }
    #CoinsList-gash {
        display: none;
    }
    #CoinsListSelect-good-points {
        display: block;
    }
    #CoinsList-good-points {
        display: none;
    }
}

@media screen and (max-width: 767px) {

  .main-bg {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .radio-container {
    height: 3rem;
    width: 11.5rem;
    margin: 0.5rem auto;
  }
  .radio-container-h{
	  height: 70px;
    width: 115px;
    margin: 5px 11px;  
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }
  .spinner_loading {
	font-size: 2.2em;
  }
  .top-bg {
    height: 47px;
    /* -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15)); */
  }

  .main-bg {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .game-logo {
    width: 320px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../img/headerlogo.png);
    background-size: cover;
  }

  .content-bg { 
    /* width: 320px;  */
    width: 100%;
    padding: 0px;
  }


  .radio-container {
    height: 3rem;
    width: 80%;
    margin: 0.5rem auto;
  }
  .radio-container {
	height: 4rem;
  }
  .radio-tile-group {
    flex-wrap: nowrap;
  }
  .radio-container-h {
    height: 70px;
    width: 27%;
    margin: 5px 11px;
  }
  .gold-count-text{
	font-size: 2em;	
  }

}


/****************************/


.price-gold-Normal:before {
  	background-image: url(../../image/buy_gold/price_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
  	margin-top: -10px;
	  margin-right: 2px;
}
.price-gold-small:before {
    background-image: url(../../image/buy_gold/price_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
	  margin-top: -10px;
	  margin-right: 3px;
}

/****************************/
.currency-text{
	word-break: break-word;
}

body > button > .next-btn-Disable {
	cursor: auto;
}

/****************************/
.text-error.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.text-error.off {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
}

.text-error {
    color: red;
    font-size: 14px;
}

.input-error {
    border: 1px solid #f00;
}

.d-none {
    display: none;
}