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;
}

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

.firstColor {
  /*background: -webkit-gradient(linear,0 50%,100% 50%,from(#cc02ff),to(#8900ff));*/
  /*background: -webkit-linear-gradient(left,#cc02ff,#8900ff);*/
  /*background: -moz-linear-gradient(left,#cc02ff,#8900ff);*/
  /*background: -o-linear-gradient(left,#cc02ff,#8900ff);*/
  /*background: -ms-linear-gradient(left,#cc02ff,#8900ff);*/
  /*background: linear-gradient(left,#cc02ff,#8900ff);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc02ff,endColorstr=#8900ff,GradientType=1);*/
  background: #00cc3d;
}

.secondColor {
  /*background: -webkit-gradient(linear,0 50%,100% 50%,from(#bd4ca1),to(#5d0d9f));*/
  /*background: -webkit-linear-gradient(left,#bd4ca1,#5d0d9f);*/
  /*background: -moz-linear-gradient(left,#bd4ca1,#5d0d9f);*/
  /*background: -o-linear-gradient(left,#bd4ca1,#5d0d9f);*/
  /*background: -ms-linear-gradient(left,#bd4ca1,#5d0d9f);*/
  /*background: linear-gradient(left,#bd4ca1,#5d0d9f);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd4ca1,endColorstr=#5d0d9f,GradientType=1);*/
  background: #01acff;
}

.thirdColor {
  /*background: -webkit-gradient(linear,0 50%,100% 50%,from(#4c5054),to(#010103));*/
  /*background: -webkit-linear-gradient(left,#4c5054,#010103);*/
  /*background: -moz-linear-gradient(left,#4c5054,#010103);*/
  /*background: -o-linear-gradient(left,#4c5054,#010103);*/
  /*background: -ms-linear-gradient(left,#4c5054,#010103);*/
  /*background: linear-gradient(left,#4c5054,#010103);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c5054,endColorstr=#010103,GradientType=1);*/
  background: #fd5940;
}

.micoLogo {
  position: absolute;
  top: 5.25%;
  left: 13.54%;
  width: 10.417%;
  height: auto;
}

.paypal_btn {
  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%;
}

.google-play {
  left: 107.97%;
}
.apk-download {
  left: 215.94%;
}

.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%, 0.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: 86%;
  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 0.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 0.8s ease;
  transition: opacity 0.8s ease;
}
