*, ::after, ::before {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    margin: 0 auto
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

.site-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto
}

.site-bg {
    width: 100%;
    height: 9.48rem
}

.site-bg-ball {
    position: absolute;
    width: 100%;
    z-index: 101
}

.bg_yoho{
    height: 9.48rem;
}

.swiper-slide{
    background: url("../img/bg_yoho.png") no-repeat center;
    background-size: 100% 100%;
}

.slide-first {
    /*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-color: #00CC3D;
}

.slide-second {
    /*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-color: #01ACFF;
}

.slide-third {
    /*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-color: #FD5940;
}

.site-bg-noball {
    background: #ff8000
}

.site-logo {
    width: 1.6rem;
    height: .53rem;
    margin: 0 auto;
    padding-top: .36rem
}

.site-logo img {
    width: 100%
}

.menu-icon-wrapper {
    z-index: 103;
    display: inline-block;
    cursor: pointer;
    padding-left: .3rem;
    position: absolute;
    top: .42rem
}

.menu-icon-first, .menu-icon-second, .menu-icon-third {
    width: .35rem;
    height: .05rem;
    background-color: #fff;
    margin: .06rem 0;
    transition: .4s
}

.close .menu-icon-first {
    -webkit-transform: rotate(-45deg) translate(-.08rem, .07rem);
    transform: rotate(-45deg) translate(-.08rem, .07rem)
}

.close .menu-icon-second {
    opacity: 0
}

.close .menu-icon-third {
    -webkit-transform: rotate(45deg) translate(-.08rem, -.08rem);
    transform: rotate(45deg) translate(-.08rem, -.08rem)
}

.site-menu-window {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8000;
    display: none
}

.menu-link-list {
    margin-top: 1.65rem;
    padding: 0 .94rem;
    height: auto;
    overflow: hidden;
    box-sizing: border-box
}

.menu-link-item {
    height: .86rem;
    line-height: .86rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    vertical-align: top
}

.menu-link-item a {
    display: block;
    width: 100%
}

.link-item-txt {
    font-family: helvetica;
    font-size: .32rem;
    color: #fff
}

.link-item-img {
    vertical-align: middle;
    width: .44rem
}

.site-dropdown {
    position: absolute;
    z-index: 103;
    left: 5.8rem;
    font-size: .24rem;
    color: #fff;
    top: .5rem;
    cursor: pointer
}

.paypal_btn{
    display: block;
    width: 1.4rem;
    line-height: 0.44rem;
    height: 0.44rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    position: absolute;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    z-index: 103;
    left: 5.8rem;
    top: .5rem;
    cursor: pointer
}

.paypal_btn:active{
    opacity: 0.5;
}

#changeLan {
    font-size: 14px
}

#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: 14px
}

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

.triangle {
    display: inline-block;
    vertical-align: middle;
    margin-top: .06rem;
    width: 0;
    height: 0;
    border: .12rem solid #fff;
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

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

.intro-txt {
    padding-top: .66rem;
    padding-bottom: .34rem;
    text-align: center;
    color: #fff
}

.intro-title {
    font-size: .5rem
}

.intro-details {
    font-size: .24rem
}

#siteDownload {
    position: absolute;
    top: 10.23rem;
    left: 0;
    z-index: 103;
    width: 100%;
}

.appstore {
    width: 2.26rem;
    height: .67rem;
    margin: 0 auto;
}


.googleplay,.apk-wrap {
    width: 2.26rem;
    height: .67rem;
    margin: 0.1rem auto 0;
}

.download-site a {
    display: block;
}

.download-site img {
    width: 100%;
    display: block;
}

.swiper-out-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-pagination {
    top: 2.4rem !important;
    left: 3.5rem !important
}

.swiper-pagination-bullet {
    width: .12rem !important;
    height: .12rem !important;
    margin: 0 .22rem 0 0 !important;
    background: #fff !important;
    opacity: .5 !important
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff
}

.cell-img-container {
    position: absolute;
    top: 2.85rem;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 7.56rem;
    overflow: hidden;
}

.cell-img-container img {
    width: 100%
}

.swiper-slide {
    transition-duration: .6s !important
}

@media only screen and (min-width: 414px) {
    #changeLan {
        font-size: inherit
    }

    #selectLan {
        font-size: inherit
    }
}

.apk {
    display: none
}
