body, html {
  width: 100%;
  height: 100%;
  min-width: 800px;
  min-height: 574px
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

a {
  text-decoration: none
}

.clearfix:after, .clearfix:before {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  line-height: 0
}

.out-container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

.bgColorArea {
  height: 67.54%;
  background: #fd7a21;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  -ms-transition: background 1s ease-out
}

.ball-box, .bgColorArea {
  position: absolute;
  width: 100%
}

.ball-box {
  top: -10%;
  left: 0
}

.stripe{
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.first-color {
  background: #8F3FFE;
}

.second-color {
  background: #FF3780;
}

.third-color {
  background: #40E083;
}

.logo {
  position: absolute;
  top: 5.25%;
  left: 13.54%;
  width: 157px;
  height: auto
}

.paypal_btn{
  display: none;
  /* display: inline-block; */
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  padding: 0 15px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: absolute;
  top: 5.25%;
  right: 5%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
}

.paypal_btn:hover{
  color: #FFFFFF;
  text-decoration: none;
}

.paypal_btn:active{
  opacity: 0.5;
}

.micoLogo img {
  width: 100%
}

.download-source {
  position: absolute;
  top: 47.45%;
  left: 13.54%;
  width: 12.44%;
  height: auto
}

.app-store, .google-play,.apk-download{
  position: absolute;
  width: 100%;
  left: 0;
}

.google-play {
  left: 107.97%
}
.apk-download{
  display: none;
  left: 215.94%;
  /*left: 107.97%*/
}

.app-store img, .google-play img,.apk-download img {
  width: 100%
}

#inner-container {
  position: absolute !important;
  top: 0;
  left: 65.2%;
  width: 21.3%
}

#inner-container img {
  width: 100%
}

p {
  margin: 0 0 5px !important
}

.txt-caption {
  position: absolute;
  top: 29.59%;
  left: 13.54%;
  display: none;
  color: #fff;
  font-weight: lighter;
  font-family: helvetica
}

.txt-title {
  font-size: 60px
}

.txt-detail {
  font-size: 2pc
}

@media only screen and (max-height: 800px) {
  .txt-title {
    font-size: 40px
  }

  .txt-detail {
    font-size: 24px
  }

  .navbar-right {
    margin-right: 23.27% !important
  }

  .ball-box {
    top: -20%
  }
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: hsla(0, 0%, 100%, .5) !important
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  background: #fff !important
}

#fp-nav ul li a span {
  margin: -2px 0 0 -6px !important;
  width: 8px !important;
  height: 8px !important
}

.nav-end {
  position: absolute;
  top: 92%;
  left: 13.54%;
  z-index: 103;
  width: 72.9%;
}

.nav-end .navbar-collapse{
  padding: 0;
}

.dropup {
  float: left
}

.dropdown-menu {
  min-width: 140px !important;
  border: none;
  background: #fff
}

.dropdown-menu > li > a {
  color: #999 !important
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #ff7000 !important;
  text-decoration: none
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  color: #fb9a4d !important
}

.triangleRotate {
  -webkit-transition: all .3s ease-in-out;
  transition: all 1s linear;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center
}

@media only screen and (min-width: 1600px) {
  .navbar-right {
    margin-right: -190px !important
  }
}

.btn {
  padding: 7px 9pt
}

.btn-default {
  border-color: #fff !important;
  color: #999 !important
}

.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #999;
  line-height: 20px !important
}

.navbar-nav > li > a:hover {
  background: 0 0
}

.nav > li > a {
  padding: 10px 5px !important
}

.mico-width {
  width: 30px
}

.mico-width img {
  width: 100%
}

.share_group {
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease
}