body {
  padding: 0;
  margin: 0;
  font-family: Arial;
  color: #000000;
  background-image: url("../images/bg_main.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#main_area {
  width: 1106px;
  height: 1827px;
  background-image: url("../images/bg_new.png?v=2");
  margin:0 auto;
}

#main_area .logo img {
  height: 120px;
  width: 120px;
  border-radius: 20%;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
  border: 3px solid #0BFDAD;
}

#main_area .logo .game_name {
  float: left;
  margin-left: 20px;
  padding-top: 30px;
  color: #9cf3ff;
  font-size: 45px;
  line-height: 45px;
}

#main_area .logo .game_desc {
  font-size: 26px;
}

#main_area .topup {
  float: right;
  margin: 26px 20px 0 0;
}

#main_area .line {
  height: 1px;
  clear: both;
  width: 100%;
}

#main_area .dl_btn_list {
  clear: both;
  margin-top: 670px;
  height: 180px;
}

#main_area .dl_btn_list ul {
  padding: 0px;
  margin: 0px;
}

#main_area .dl_btn_list ul li
{
  width: 340px;
  float: left;
  list-style: none;
  margin: 20px 0 0 140px;
}

#main_area .game_slogan {
  margin-top: 30px;
  text-align: center;
  height: 50px;
}

#demo {
  margin-top: 20px;
  height: 655px;
}

#demo img {
  width: 1040px;
}

#demo .ctr_prev_icon {
  width: 55px;
  height: 110px;
  background-image: url("../images/scroll_arrow_l.png");
}

#demo .ctr_next_icon {
  width: 55px;
  height: 110px;
  background-image: url("../images/scroll_arrow_r.png");
}

#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#demo .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 40px;
  height: 40px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-image: url("../images/anchor_off.png");
  background-color: transparent;
}

#demo .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 40px;
  content: ""
}

#demo .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

#demo .carousel-indicators .active {
  background-image: url("../images/anchor_on.png");
}

.ctr-control-next,.ctr-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.ctr-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.ctr-control-next:focus,.ctr-control-next:hover,.ctr-control-prev:focus,.ctr-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.ctr-control-prev {
  left: 0
}

.ctr-control-next {
  right: 0
}

#amin_area .ctr-points {
  width: 100%;
  text-align: center;
  height: 40px;
}


#href_url {
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #9aa8a8;
}

#href_url a {
  text-decoration: underline;
  color: #1b91ff;
}

#href_url .copy_by {
  margin-top: 20px;
  color:#9aa8a8;
  font-size: 24px;
}