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
}

.mico-dropdown {
    position: absolute;
    z-index: 103;
    left: 5%;
    font-size: 15px;
    color: #fff;
    top: 5%;
    cursor: pointer
}

.triangleRotate {
    -webkit-transform-origin: center 15%;
    transform-origin: center 30%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 1s linear;
    -webkit-transition: all .3s ease-in-out
}

.triangle {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

#selectLan {

}

#selectLan {
    min-width: 1.4rem;
    padding: 0 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border: 1px solid rgba(0, 0, 0, transparent);
    border-radius: 4px;
	font-size: inherit;
}

#selectLan li {
    padding: .1rem .1rem;
    color: #ccc;
    display: none;
    background: #fff;
    text-align: center
}

#selectLan li:first-child {
    padding-top: .2rem
}

#selectLan li:last-child {
    padding-bottom: .2rem
}

#selectLan li a {
    color: #999
}

#selectLan li a:hover {
    color: #ff7000
}

#selectLan li a.active {
    color: #ff7000
}

.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%, .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
}
