﻿body {
    width: 100%;
    margin: 0
}

*,
:after,
:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 64px
}

.part {
    display: inline-block;
    width: 100%
}

.part-title {
    position: relative;
    height: 54px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 54px;
    text-align: center
}

.part-title:after,
.part-title:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 31px;
    margin: 0 30px;
    -webkit-mask-image: url(//a.58cdn.com.cn/pc/2019download/title-bg.png);
    mask-image: url(//a.58cdn.com.cn/pc/2019download/title-bg.png);
    -webkit-mask-size: 39px 31px;
    mask-size: 39px 31px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.part-title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.logo {
    width: 160px;
    height: 50px;
    margin-top: 15px;
    background-image: url(../images/logo.png)
}

.navigator {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.navigator-item {
    position: relative;
    margin: 0 42px;
    padding-top: 15px;
    line-height: 28px;
    color: #666;
    font-size: 20px
}

.navigator-active {
    color: #ff552e
}

.navigator-active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #ff552e
}

#part1,
.container {
    overflow: hidden
}

#part1 {
    position: relative;
    height: 841px;
    padding-right: 10%;
    margin-right: -10%;
    border-radius: 0 0 60% 0/0 0 15% 0
}

#part1-bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/part1-bg.png)
}

#part1-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90.909%;
    height: 100%
}

#part1-phone {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 478px;
    padding-top: 691px;
    margin-top: 150px;
    background-image: url(../images/down_home_phone.png)
}

#part1-download {
    width: 533px;
    margin-left: 140px;
    margin-top: 332px
}

#part1-slogan {
    width: 100%;
    padding-top: 211px;
    background-image: url(../images/slogan.png)
}

#part1-buttons {
    width: 100%;
    padding-top: 50px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#part1-icon {
    width: 67px;
    height: 67px;
    margin-left: 5px;
    background-image: url(../images/icon.png)
}

#part1-android,
#part1-ios {
    width: 208px;
    height: 67px;
    margin-left: 20px
}

#part1-ios {
    background-image: url(../images/ios.png)
}

#part1-android {
    background-image: url(../images/android.png)
}

#part2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 841px;
    background-image: url(../images/part2-bg.png);
    background-size: 813px 575px;
    background-position: 50% 180px
}

#part2-title {
    position: relative;
    margin: 97px auto 0;
    line-height: 54px;
    color: #2d2c32;
    font-size: 48px
}

#part2-title:after,
#part2-title:before {
    content: "";
    position: absolute;
    top: 22px;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #666
}

#part2-title:before {
    left: -50px
}

#part2-title:after {
    right: -50px
}

#part2-content {
    width: 849px;
    margin: 256px auto 0;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center
}

#part3 {
    background-color: #f9f9f9
}

#part3-title {
    margin-top: 120px
}

#part3-title:after,
#part3-title:before {
    background-color: #ff552e
}

#part3-subtitle {
    margin-top: 29px;
    color: #999;
    font-size: 24px;
    line-height: 33px;
    text-align: center
}

#part3-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
}

#part3-box {
    position: relative;
    display: inline-block;
    width: 693px;
    height: 632px;
    margin-right: 58px
}

#part3-img-work {
    background-image: url(../images/img-work.png)
}

#part3-img-service {
    background-image: url(../images/img-service.png)
}

#part3-img-house {
    background-image: url(../images/img-house.png)
}

#part3-info1-title:after {
    content: "01";
    left: 205px;
    bottom: 65px
}

#part3-info2-title:after {
    content: "02";
    left: 204px;
    bottom: 65px
}

#part3-info3-title:after {
    content: "03";
    left: 204px;
    bottom: 65px
}

.part3-img {
    position: absolute;
    width: 616px;
    height: 480px
}

.part3-img,
.part3-mask {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.part3-mask {
    opacity: .4;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: #000
}

.part3-info {
    position: relative;
    width: 323px;
    height: 371px
}

.part3-info-title {
    position: relative;
    width: 138px;
    height: 65px;
    margin-top: 110px;
    margin-right: 185px;
    border-bottom: 6px solid #ff552e;
    font-size: 46px
}

.part3-info-title:after {
    position: absolute;
    font-size: 104px;
    color: #f2f2f2
}

.part3-info-subtitle {
    margin-top: 10px;
    color: #666;
    font-size: 28px;
    line-height: 40px
}

.part3-info-info {
    margin-top: 20px;
    color: #999;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px
}

#part4-title {
    margin-top: 120px
}

#part4-title:after,
#part4-title:before {
    background-color: #ffd03a
}

#part4-subtitle {
    margin-top: 29px;
    color: #999;
    font-size: 24px;
    line-height: 33px;
    text-align: center
}

#part4-background {
    position: relative;
    width: 1102px;
    height: 660px;
    margin: -48px auto 0;
    background-image: url(../images/part4-bg.png)
}

#part4-avatar1 {
    left: 190px;
    top: 300px;
    width: 57px;
    height: 57px;
    background-image: url(../images/avatar1.png)
}

#part4-avatar1,
#part4-avatar2 {
    position: absolute;
    -webkit-animation: avatar 4s linear infinite;
    animation: avatar 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

#part4-avatar2 {
    left: 800px;
    top: 455px;
    width: 104px;
    height: 104px;
    background-image: url(../images/avatar2.png)
}

#part4-avatar3 {
    left: 780px;
    top: 230px;
    background-image: url(../images/avatar3.png);
    -webkit-animation: avatar 6s linear infinite;
    animation: avatar 6s linear infinite;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

#part4-avatar3,
#part4-avatar4 {
    position: absolute;
    width: 42px;
    height: 42px
}

#part4-avatar4 {
    left: 220px;
    top: 530px;
    background-image: url(../images/avatar4.png);
    -webkit-animation: avatar 6s linear infinite;
    animation: avatar 6s linear infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes avatar {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes avatar {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#part5 {
    background-color: #f9f9f9
}

#part5-title {
    margin-top: 120px
}

#part5-title:after,
#part5-title:before {
    background-color: #0091d3
}

#part5-subtitle {
    margin-top: 29px;
    color: #999;
    font-size: 24px;
    line-height: 33px;
    text-align: center
}

#part5-content {
    margin-top: 60px;
    margin-bottom: 156px
}

#part5-p1 {
    width: 462px;
    height: 422px;
    margin-bottom: 18px;
    margin-right: 18px;
    background-image: url(../images/photo1.png)
}

#part5-p2 {
    background-image: url(../images/photo2.png)
}

#part5-p2,
#part5-p3 {
    width: 222px;
    height: 160px;
    margin-right: 18px
}

#part5-p3 {
    background-image: url(../images/photo3.png)
}

#part5-p4 {
    background-image: url(../images/photo4-1.png)
}

#part5-p4,
#part5-p5 {
    width: 174px;
    height: 202px;
    margin-bottom: 18px;
    margin-right: 18px
}

#part5-p5 {
    background-image: url(../images/photo5.png)
}

#part5-p6 {
    width: 174px;
    height: 160px;
    margin-right: 18px;
    background-image: url(../images/photo6-1.png)
}

#part5-p7 {
    width: 454px;
    height: 248px;
    margin-bottom: 18px;
    background-image: url(../images/photo7.png)
}

#part5-p8 {
    margin-right: 18px;
    background-image: url(../images/photo8.png)
}

#part5-p8,
#part5-p9 {
    width: 218px;
    height: 334px
}

#part5-p9 {
    background-image: url(../images/photo9.png)
}

#part5-vertical-mask {
    width: 140px;
    padding-right: 314px;
    left: 0
}

#part5-vertical-mask .part5-mask-content {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#part5-mask1 {
    width: 100%;
    height: 112px;
    background-image: url(../images/words1.png);
    background-size: 397px 69px
}

#part5-mask2 {
    width: 140px;
    background-image: url(../images/words2.png);
    background-size: 113px 162px
}

#part5-mask3 {
    width: 100%;
    height: 114px;
    background-image: url(../images/words3.png);
    background-size: 181px 68px
}

.part5-horizon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.part5-p {
    border-radius: 14px;
    overflow: hidden
}

.part5-mask {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.part5-mask:hover {
    opacity: 1
}

.part5-mask-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(45, 44, 50, .8);
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 20px
}

.part5-name {
    text-align: right
}

#part6 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2d2c32
}

#part6,
#part6-bg {
    width: 100%;
    height: 611px
}

#part6-bg {
    margin-bottom: -611px;
    background-image: url(../images/part6-bg.png)
}

#part6-icon {
    width: 156px;
    height: 156px;
    margin-top: 150px;
    background-image: url(../images/icon.png)
}

#part6-logo {
    width: 162px;
    height: 55px;
    margin-top: 30px;
    background-image: url(../images/logo-w.png)
}

#part6-button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

#part6-android,
#part6-ios {
    width: 208px;
    height: 67px
}

#part6-ios {
    background-image: url(../images/ios.png)
}

#part6-android {
    margin-left: 20px;
    background-image: url(../images/android.png)
}

.footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    color: #fff;
    background-color: #000
}

.footer-title {
    margin-left: 50px;
    font-size: 16px
}

.footer-content {
    margin: 0 50px
}

.footer-link {
    display: inline-block;
    max-width: 108px;
    color: #fff;
    text-decoration: none
}

.footer-item {
    width: 180px;
    font-size: 12px;
    margin-top: 20px
}

.float {
    right: 50px;
    bottom: 100px;
    z-index: 100;
    width: 166px;
    height: 272px;
    background-image: url(../images/float.png)
}

.float,
.modal {
    position: fixed
}

.modal {
    display: none;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 680px;
    height: 600px;
    margin-left: -340px;
    margin-top: -300px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4)
}

.modal-title {
    margin-top: 28px;
    margin-left: 40px;
    color: #333;
    font-size: 22px;
    line-height: 30px
}

.modal-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    height: 514px
}

.modal-nav {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 182px;
    height: 100%;
    padding-left: 60px;
    border-right: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.modal-nav-item {
    position: relative;
    margin-bottom: 20px;
    color: #999;
    font-size: 18px;
    line-height: 25px
}

.modal-nav-item:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 100%;
    background-color: #999;
    -webkit-mask-size: cover;
    mask-size: cover
}

.modal-nav-active {
    color: #ff552e
}

.modal-nav-active:before {
    background-color: #ff552e
}

.modal-content {
    width: 100%;
    height: 463px;
    padding-right: 10px;
    margin: 5px 20px 46px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll
}

.modal-content-subtitle {
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    line-height: 20px
}

.modal-content-info {
    margin-bottom: 24px;
    color: #666;
    font-size: 14px;
    line-height: 20px
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    padding: 6px;
    border-radius: 16px
}

.modal-close:after,
.modal-close:before {
    content: "";
    display: block;
    height: 18px;
    margin-left: 7px;
    border-left: 2px solid #a6a6a6;
    -webkit-transform-origin: 1px 9px;
    transform-origin: 1px 9px
}

.modal-close:before {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close:after {
    margin-top: -18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#guide:before {
    width: 16px;
    height: 18px;
    margin-right: 5px;
    -webkit-mask-image: url(//a.58cdn.com.cn/pc/2019download/modal-guide.png);
    mask-image: url(//a.58cdn.com.cn/pc/2019download/modal-guide.png)
}

#others:before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    -webkit-mask-image: url(//a.58cdn.com.cn/pc/2019download/modal-others.png);
    mask-image: url(//a.58cdn.com.cn/pc/2019download/modal-others.png)
}

/*# sourceMappingURL=appDownload.css.map */