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: url('../img/bg.png') no-repeat center center;
    background-size: 100% 100%;
    -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
}

.siteLogo {
    position: absolute;
    top: 5.6%;
    left: 12.14%;
    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;
}

.siteLogo img {
    width: 100%
}

.download-source {
    position: absolute;
    top: 74.43%;
    left: 13.28%;
    width: 27%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-source .db_btn {
    display: block;
    width: 46%;
}

.download-source .db_btn img {
    width: 100%
}

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

#inner-container img {
    width: 100%
}

p {
    margin: 0 0 5px !important
}

.txt-caption {
    position: absolute;
    top: 29.59%;
    left: 13.28%;
    display: none;
    color: #fff;
    font-family: helvetica;
    width: 46.88%
}

.txt-title {
    font-size: clamp(24px, 2.5vw, 48px);
    font-weight: 600;
    line-height: 1.2
}

.txt-detail {
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 1.35;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 14
}

@media only screen and (max-height: 1080px) {
    .txt-detail {
        -webkit-line-clamp: 12
    }
}

@media only screen and (max-height: 900px) {
    .txt-title {
        font-size: clamp(24px, 2.5vw, 36px)
    }

    .txt-detail {
        font-size: clamp(14px, 1.25vw, 20px);
        -webkit-line-clamp: 10
    }
}

@media only screen and (max-height: 800px) {
    .txt-title {
        font-size: clamp(24px, 2.5vw, 32px)
    }

    .txt-detail {
        font-size: clamp(14px, 1.25vw, 16px);
        -webkit-line-clamp: 9
    }

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

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

@media only screen and (max-height: 650px) {
    .txt-title {
        font-size: clamp(24px, 2.5vw, 28px)
    }

    .txt-detail {
        -webkit-line-clamp: 7
    }
}

@media only screen and (max-width: 1200px) {
    .txt-caption {
        width: 44%
    }
}

@media only screen and (max-width: 1000px) {
    .txt-caption {
        width: 42%
    }

    #inner-container {
        left: 62%
    }
}

#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.2%;
    left: 13.28%;
    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
}

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