.home-container {

    position: relative;
    color:white;

}
.top-xmy-icon{
    height: 3rem;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: lighter;
}
.top-xmy-icon img{
    height: 4rem;
}
.home-top-banner{
    background: transparent url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/首图.png") 100% 0/100% no-repeat;
    height: 37.1vw;
    z-index: 2;
}
.home-top-banner-text{
    margin-left: 19vw;
    padding-top: 7.8vw;
}
.home-top-banner-text>div{
    margin-bottom: 1vw;
    letter-spacing: .2vw;
}
.home-top-phone-img{
    position: absolute;
    top:0;
    height: 45vw;
    right: -20vw;
}

.home-top-phone-img>img{
    height: 45vw;
}
.flex-box{
    display: flex;
    align-items: center;
}
.flex-column{
    flex-direction: column;
    justify-content: space-between;
}

.app-download-img>div{
    height: 7vw;
    margin-right: 1vw;
}


.turn-anchor{
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/图1.png")no-repeat;
    background-size: 100% 100%;

    height: 56.25vw;
    width: 100vw;
    z-index: -1;
    position: absolute;
    top:17vw;
}
.turn-anchor>div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25vw;
}
.turn-anchor>div>div{
    margin: 0 3vw;
}
.bg1 {
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/图2.png") no-repeat center top fixed;
}
.bg2{
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/图3-3.png") no-repeat center top fixed;
}
.bg3{
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/图4.png") no-repeat center top fixed;
}
.bg4{
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/图5.png") no-repeat center top fixed;
}
.main-container{
    position: relative;
    top: 35vw;
    z-index: 5;
}
.main-container>div{
    height: 50vw;
    width: 100vw;
    z-index: 1;
    margin-top: -20vw;
}
.bg-tran{
    background: transparent;
    z-index: -1;
}
.bg-tran>img{
    z-index: 2;
}
.footer{
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/home2/尾图.png") no-repeat;
    background-size: 100% 100%;
    height: 19.5vw;
    width: 50vw;
    padding: 0 25vw;
    z-index: 9999999;
    margin-top: 35vw;
    color: white;
    text-align: center;
    justify-content: space-around;
}
.qr-code{
    width: 3.75vw;
}
.qr-code-box{
    width: 100%;
    justify-content: space-around;
}
.flex-left{
    align-items: flex-start;
    justify-content: space-around;
    margin-left: 1vw;
    height: 3.75vw;
}
.text-show{
    color:#333;
    position: absolute;

}
.p-block{
    margin-left: 9.28vw;
    font-size: 1vw;
    color: #ccc;
}
.p-block>p{
    padding: .5vw 0;
}
.text1{
    top: 15vw;
    right: 18vw;
}
.text2{
    top:70vw;
    left: 13vw;
}
.text3{
    top:135vw;
    right: 18vw;
}
.text4{
    top:190vw;
    left: 13vw;
}


html, body {
    height:100%;
}

.skrollr-desktop body {
    height:100% !important;
}

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;
}

.parallax-image-wrapper-50 {
    height:50%;
    top:-50%;
}

.parallax-image-wrapper-100 {
    height:100%;
    top:-100%;
}
.parallax-image-wrapper-75 {
    height:75%;
    top:-75%;
}
.app-download-img{
    z-index: 999;
}
.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.parallax-image-50 {
    height:200%;
    top:-50%;
}

.parallax-image-100 {
    height:100%;
    top:0;
}

.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}

#skrollr-body {
    height:100%;
    overflow:visible;
    position:relative;
}

.gap {
    background:transparent center no-repeat;
    background-size:cover;
}

.skrollr .gap {
    background:transparent !important;
}

.gap-50 {
    margin-top: -25vw;
    height:75vw;
}

.gap-100 {
    height:100%;
}