html,
body,
#fullpage,
.section {
    height: 100%;
}

body {
    background: url(../images/bg.jpg) top center no-repeat #fff;
    background-size: cover;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.section {
    text-align: center;
}

.content-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.download-btn {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-width: 162px;
    width: 100%;
    line-height: 43px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    border-radius: 10px;
    background: rgb(7, 164, 59);
    background: linear-gradient(90deg,
            rgba(33, 150, 243, 1) 0%,
            rgba(63, 81, 181, 1) 100%);
    -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.45);
    transition: background 0.2s ease;
}

.download-btn.inprogress {
    background: #213128;
}

.download-btn .progressbar {
    background: rgb(7, 164, 59);
    background: linear-gradient(90deg,
            rgba(7, 164, 59, 1) 0%,
            rgba(214, 220, 33, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 43px;
    z-index: 1;
    transition: width 0.1s linear;
}

.download-btn label {
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

h1 {
    padding: 20px 10px 0;
    text-align: center;
    margin: 0;
}

h1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* section1 */
#section1 {
    display: flex;
}

#section1 .item {
    flex: 1;
    padding: 0 10px;
    text-align: center;
}

#section1 img {
    max-width: 100%;
}

.bot {
    position: relative;
}

.bot img {
    display: block;
    margin: 0 auto;
    animation: mover 0.6s infinite alternate;
    position: relative;
}

.bot p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px;
}

.bot .go-down {
    text-align: center;
    position: relative;
    height: 32px;
    max-width: 25px;
    margin: 0 auto;
}

.bot .go-down span {
    border-style: solid;
    border-color: #03a9f4;
    display: inline-block;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 3px;
    border-bottom-width: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
}

.bot .go-down span:nth-of-type(1) {
    width: 15px;
    height: 15px;
    border-color: rgba(33, 150, 243,0.4);
    margin-left: -8px;
    top: -4px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.bot .go-down span:nth-of-type(2) {
    width: 15px;
    height: 15px;
    border-color: rgba(33, 150, 243,0.7);
    margin-left: -8px;
    top: 4px;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.bot .go-down span:nth-of-type(3) {
    width: 15px;
    height: 15px;
    margin-left: -8px;
    top: 12px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.inner-wrap {
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    top: -45px;
}

.media {
    display: flex;
    align-items: center;
}

.media img {
    margin-right: 1rem;
    max-width: 100%;
}

.media-body {
    flex: 1;
}

.media-body p {
    font-size: 0.8em;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: -18px;
}

.img-wrap {
    max-width: 380px;
    margin: -66px auto 0;
    position: relative;
}

.img-wrap > img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.step5 .arrow img{
    transform: rotate(180deg);
}
.img-wrap .arrow {
    position: absolute;
    z-index: 2;
    animation: mover 1s infinite alternate;
}

/*  fullpage nav */
#fp-nav {
    display: none;
}

.fp-slidesNav.bottom {
    text-align: center;
}

.fp-slidesNav ul li {
    margin: 7px 4px;
}

.fp-slidesNav ul li a span {
    width: 10px !important;
    height: 10px !important;
    background: #747575;
    margin: 0 !important;
}

.fp-slidesNav ul li a.active span {
    background: #2c98cc;
}
.img-wrap .th-step2.arrow img,
.img-wrap .th-step3.arrow img,
.img-wrap .cn-step2.arrow img{
    transform: rotate(180deg);
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes mover2 {
    0% {
        transform: translateY(180);
    }

    100% {
        transform: translateY(185px);
    }
}

@keyframes mover2 {
    0% {
        transform: translateY(180);
    }

    100% {
        transform: translateY(185px);
    }
}
/* ussage: animate: MoveUpDown-step4Huawei 2s ease infinite  */

/* @media only screen and (min-width: 320px) {
    #section1 img.app-icon {
        max-width: 60%;
    }
}
    .inner-wrap {
        top: -50px;
    }

    .media-body p {
        font-size: 14px;
    }

    .media img {
        max-width: 115px;
    }

    .img-wrap {
        margin-top: -40px;
    }
    .img-wrap .arrow img {
        width: 48px;
    }

    .step1 .arrow {
        bottom: 85px;
        right: 58px;
    }

    .step2 .arrow {
        bottom: 81px;
    }

    .step3 .arrow {
        bottom: 167px;
        right: 55px;
    }

    .step4 .arrow {
        bottom: 146px;
        right: 104px;
    }

    .step5 .arrow {
        bottom: 132px;
        right: 49px;
    }

    .step6 .arrow {
        bottom: 73px;
        right: 70px;
    }

    .step7 .arrow {
        bottom: 74px;
        right: 73px;
    }
} */
@media only screen and (max-width: 375px) {
    #section1 img.app-icon {
        max-width: 60%;
    }

    .inner-wrap {
        top: -50px;
    }

    .media-body p {
        font-size: 0.7em;
    }

    .media img {
        max-width: 115px;
    }

    .img-wrap {
        margin-top: -40px;
    }
    .img-wrap .arrow img {
        width: 48px;
    }

    .step2 .arrow {
        bottom: 200px;
        right: 128px;
    }
    .step2 .th-step2.arrow {
        bottom: 275px;
        right: 105px;
    }
    .step2 .cn-step2.arrow {
        bottom: 285px;
        right: 128px;
    }
    .step3 .arrow {
        bottom: 153px;
        right: 150px;
    }
    .step3 .th-step3.arrow {
        bottom: 136px;
        right: 140px;
    }
    .step3 .cn-step3.arrow {
        bottom: 210px;
        right: 140px;;
    }
    .step4 .arrow {
        bottom: 258px;
        right: 150px;
    }
    .step4 .arrow img {
        transform: rotate(180deg);
    }
    .step4 .cn-step4.arrow {
        bottom: 270px;
        right: 150px;
    }

    .step5 .arrow {
        bottom: 228px;
        right: 150px;
    }
    .step5 .cn-step5.arrow {
        bottom: 252px;
        right: 155px;
    }
    .step6 .arrow {
        bottom: 160px;
        right: 122px;
    }
    .step6 .th-step6.arrow {
        bottom: 205px;
        right: 118px;
    }
    .step6 .cn-step6.arrow {
        bottom: 214px;
        right: 122px;
    }
    .step7 .arrow {
        bottom: 110px;
        right: 105px;
    }
}

/*@media only screen and (min-width: 360px) {
    .media-body p {
        font-size: 16px;
    }
    .img-wrap .arrow img {
        width: 50px;
    }

    .step1 .arrow {
        bottom: 97px;
        right: 51px;
    }

    .step2 .arrow {
        bottom: 90px;
    }

    .step3 .arrow {
        bottom: 189px;
        right: 51px;
    }

    .step4 .arrow {
        bottom: 164px;
        right: 102px;
    }

    .step5 .arrow {
        bottom: 148px;
        right: 41px;
    }

    .step6 .arrow {
        bottom: 84px;
        right: 68px;
    }

    .step7 .arrow {
        bottom: 84px;
        right: 68px;
    }
}
*/
/*@media only screen and (min-width: 375px) {
    .media-body p {
        font-size: 14px;
    }

   /* .img-wrap > img {
        max-width: 215px;
    }*/

   /* .img-wrap .arrow img {
        width: 54px;
    }

    .step1 .arrow {
        bottom: 105px;
        right: 46px;
    }

    .step2 .arrow {
        bottom: 97px;
    }

    .step3 .arrow {
        bottom: 203px;
        right: 46px;
    }

    .step4 .arrow {
        bottom: 178px;
        right: 100px;
    }

    .step5 .arrow {
        bottom: 160px;
        right: 34px;
    }

    .step6 .arrow {
        bottom: 91px;
        right: 63px;
    }

    .step7 .arrow {
        bottom: 91px;
        right: 63px;
    }
}*/

@media only screen and (min-width: 376px) {
   /* .img-wrap > img {
        max-width: 256px;
    }*/

    .img-wrap .arrow img {
        width: 68px;
    }


    .step2 .arrow {
        bottom: 222px;
    }
    .step2 .th-step2.arrow {
        bottom: 280px;
        right: 105px;
    }
    .step2 .cn-step2.arrow {
        bottom: 285px;
        right: 129px;
    }
    .step3 .arrow {
        bottom: 160px;
        right: 140px;
    }
    .step3 .th-step3.arrow {
        bottom: 128px;
        right: 130px;
    }
    .step3 .cn-step3.arrow {
        bottom: 225px;
        right: 140px;
    }
    .step4 .arrow {
        bottom: 260px;
        right: 155px;
    }
    .step4 .arrow img {
        transform: rotate(180deg);
    }
    .step4 .cn-step4.arrow {
        bottom: 270px;
        right: 155px;
    }
    .step5 .arrow {
        bottom: 229px;
        right: 155px;
    }
    .step5 .cn-step5.arrow {
        bottom: 250px;
        right: 155px;
    }
    .step6 .arrow {
        bottom: 175px;
        right: 120px;
    }
    .step6 .th-step6.arrow {
        bottom: 220px;
        right: 120px;
    }
    .step6 .cn-step6.arrow {
        bottom: 227px;
        right: 122px;
    }
    .step7 .arrow {
        bottom: 110px;
        right: 105px;
    }
}
@media only screen and (min-width: 480px) {
    #section1 img.app-icon {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .inner-wrap {
        top: -45px;
    }

    .media img {
        max-width: 157px;
    }

    .img-wrap {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 320px) {
    #section1 img.app-icon {
        max-width: 60%;
    }

    .inner-wrap {
        top: -50px;
    }

    .media-body p {
        font-size: 0.7em;
    }

    .media img {
        max-width: 115px;
    }

    .img-wrap {
        margin-top: -40px;
    }
    .img-wrap .arrow img {
        width: 48px;
    }

    .step1 .arrow {
        bottom: 85px;
        right: 58px;
    }
    .step2 .arrow {
        bottom: 168px;
        right: 100px;
    }
    .step2 .th-step2.arrow {
        bottom: 223px;
        right: 88px;
    }
    .step2 .cn-step2.arrow {
        bottom: 230px;
        right: 100px;
    }
    .step3 .arrow {
        bottom: 130px;
        right: 120px;
    }
    .step3 .th-step3.arrow {
        bottom: 103px;
    right: 110px;
    }
    .step3 .cn-step3.arrow {
        bottom: 178px;
        right: 120px;
    }
    .step4 .arrow {
        bottom: 205px;
        right: 125px;
    }
    .step4 .cn-step4.arrow {
        bottom: 215px;
        right: 125px;
    }
    .step5 .arrow {
        bottom: 185px;
        right: 125px;
    }
   .step5 .th-step5.arrow {
         bottom: 185px;
        right: 105px;
    }
    .step5 .cn-step5.arrow {
        bottom: 204px;
        right: 125px;
    }
    .step6 .arrow {
        bottom: 132px;
        right: 99px;
    }
    .step6 .th-step6.arrow {
        bottom: 173px;
        right: 95px;
    }
    .step6 .cn-step6.arrow {
        bottom: 180px;
        right: 99px;
    }
    .step7 .arrow {
        bottom: 110px;
        right: 76px;
    }
}