*{
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Semibold, sans-serif;
}
html,
body{
    width: 100%;
}
.nav{
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #384146;
    color: #ffffff;
}
.nav img{
    position: absolute;
    top: 5px;
    left: 290px;
    width: 120px;
}
.full-app .container{
    position: absolute;
    top: 280px;
    left: 1080px;
    opacity: 0;
}
.full-app .container .title{
    color: #ffffff;
    /* font-family: PingFangSC-Semibold, sans-serif; */
    font-size: 4.5em;
    font-weight: 400;
}
.full-app .container .des{
    color: #ffffff;
    font-size: 17px;
    margin-top: 30px;
}
.full-app .container .app-btns .btn-ipone,
.full-app .container .app-btns .btn-android{
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 213px;
    height: 55px;
}
.full-app .container .app-btns{
    width: 390px;
    margin-top: 48px;
}
.full-app .container .app-btns .code img{
    display: block;
    margin: 0 auto;
    width: 150px;
}
.full-app .container .app-btns .download{
    margin: 0 auto;
    width: 200px;
    margin-top: 20px;
    padding-left: 15px;
    text-align: center;
    letter-spacing: 18px;
    color: #fff;
}
.nearby{
    position: relative;
}
.nearby .nea-text{
    position: absolute;
    top: 280px;
    left: 244px;
    opacity: 1;
}
.nearby .nea-img,
.view .view-img,
.push .push-img,
.deliver .pro-img{
    position: absolute;
    opacity: 0;
}
.nearby .nea-img{
    top: 170px;
    left: 1158px;
}
.nearby .nea-text .nea-title,
.push .push-text .intellect,
.deliver .pro-wrapper .progress-title,
.view .day .view-day{
    font-size: 60px;
    letter-spacing: 4px;
}
.nearby .nea-text .nea-job{
    color: #c4c5c7;
    margin-top: 21px;
    font-size: 26px;
    letter-spacing: 3px;
}
.push{
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 783px;
}
.push .push-img{
    top: 99px;
    left: 318px;
}
.push .push-text{
    position: absolute;
    top: 194px;
    left: 1086px;
    opacity: 0;
    text-align: right;
}
.push .push-text .push-plus{
    position: absolute;
    top: -36px;
    left: 167px;
}
.push .push-text .push-rail,
.deliver .pro-wrapper .pro-rail,
.view .day .day-rail{
    position: absolute;
    background-color: #0089fd;
    border-radius: 4px;
    height: 4px;
    right: 6px;
    width: 40px;
}
.push .push-text .push-rail{
    bottom: -20px;
}
.push .push-text .intellect-job{
    color: #c4c5c7;
    margin-top: 21px;
    letter-spacing: 3px;
    font-size: 25px;
}
.deliver{
    position: relative;
    background-color: #000;
    width: 100%;
    height: 793px;
}
.deliver .pro-wrapper{
    color: #fff;
    position: absolute;
    top: 180px;
    left: 1228px;
    opacity: 1;
    text-align: right;
}
.deliver .pro-wrapper .pro-oval{
    position: absolute;
    top: -56px;
    left: 256px;
}
.deliver .pro-wrapper .pro-rail{
    bottom: -19px;
}
.deliver .pro-img{
    top: 81px;
    left: 153px;
}
.deliver .pro-wrapper .progress-job{
    margin-top: 24px;
    font-size: 26px;
    letter-spacing: 3px;
    color: #989898;
}
.view{
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 789px;
}
.view .view-img{
    top: 30px;
    left: 1130px;
}
.view .day{
    position: absolute;
    top: 272px;
    left: 240px;
    opacity: 0;
    text-align: right;
}
.view .day .day-sun{
    position: absolute;
    top: -56px;
    left: 172px;
}
.view .day .offer{
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 3px;
    color: #ababac;
}
.view .day .day-rail{
    bottom: -15px;
}
.foot{
    width: 100%;
    height: 185px;
    background-color: #000;
}
.foot .foot-text,
.foot .foot-find{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.foot .foot-text{
    color: #fff;
    padding-top: 45px;
    font-size: 37px;
    letter-spacing: 5px;
}
.foot .foot-find{
    color: #c4c5c7;
    padding-top: 20px;
    letter-spacing: 2px;
}