.top-logo {
    display: none;
}

.show {
    display: block !important;
    z-index: 999 !important;
}

.showflx {
    display: flex !important;
    z-index: 999 !important;
}

.hide {
    display: none !important;
}

.hide1 {
    display: none;
}

.colr {
    color: #000000 !important;
}

.colr1 {
    color: #ffffff !important;
}


.current_left .power_bank_left img:nth-child(2) {
    transition: all 1.4s;
    transform: translateX(26.4%) translateY(0px);
}

.current_left .power_bank_left img:nth-child(3) {
    transition: all 1.6s;
    transform: translateX(52.8%) translateY(0px);
}

.current_right .power_bank_right img:nth-child(2) {
    transition: all 1.4s;
    transform: translateX(-26.4%) translateY(0px);
}

.current_right .power_bank_right img:nth-child(3) {
    transition: all 1.6s;
    transform: translateX(-52.8%) translateY(0px);
}

#dowebok {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
}

.navigation {
    width: 100%;
    height: 72px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-image: url('../img/Frame@2x.png');
}

.navigation > div {
    width: 50%;
}

.navigation_left {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.navigation_left > div {
    height: 44px;
    line-height: 44px;
    margin-left: 16px;
}

.navigation_left img {
    width: 44px;
    height: 44px;
}

.navigation_right {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

/*去除a标签默认样式*/
.navigation_right > a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
}

.navigation_right a {
    line-height: 75px;
    padding: 0 20px;

    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}




.page_first {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.page_first img {
    width: 424px;
    height: 424px;
    margin: auto;
    margin-top: 175px;
    display: block;

}

.page_first div:nth-child(3) {
    width: 1320px;
    text-align: center;
    padding: 16px;
    font-family: PingFang SC;
    font-size: 40px;
    margin: auto;
    font-weight: 100;
}

.page_first div:nth-child(2) {
    width: 1320px;
    text-align: center;
    font-size: 64px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-top: 32px;
    margin: auto;
    margin-top: 32px;
}

.section {
    /* width: 100%;
    height: 100%; */
    overflow: hidden;
    background: #000000;
}

.power_bank {
    width: 1320px;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

.power_bank_left {
    float: left;
    width: 40%;
    position: relative;
}

.power_bank_left img:nth-child(1) {
    float: left;
    z-index: 99;
    position: absolute;
    left: 0;
}

.power_bank_left img:nth-child(2) {
    float: left;
    z-index: 2;
    position: absolute;
    left: 0%;
}

.power_bank_left img:nth-child(3) {
    float: left;
    z-index: 1;
    position: absolute;
    left: 0%;
}


.power_bank_right {
    float: right;
    width: 40%;
    position: relative;
}

.power_bank_right img:nth-child(1) {
    float: left;
    z-index: 99;
    position: absolute;
    right: 0;
}

.power_bank_right img:nth-child(2) {
    float: left;
    z-index: 2;
    position: absolute;
    right: 0%;
}

.power_bank_right img:nth-child(3) {
    float: left;
    z-index: 1;
    position: absolute;
    right: 0%;
}

.power-title-a {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    color: #FFFFFF;
    margin-top: 152px;
}

.power-title-b {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 8px;
}

.power-title-c {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #888888;
    margin-top: 24px;
}

.footer-big {
    margin-top: 160px;
    width: 100%;
    background: #ffffff;
}

.footer {
    width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    border-bottom: 1px solid #F0EDED;
}

.footer div {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
}

.Copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 22px;
    opacity: 0.5;
    line-height: 25px;
}

/* 4--------------- */
.four {
    width: 100%;
    /* background-image: url('../img/bg (2).png'); */
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpmax {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 56px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpthree {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 72px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes shade {
    0%,
    30%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    90% {
        opacity: 1;
    }
}

@keyframes shade {
    0%,
    30%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    90% {
        opacity: 1;
    }
}

@keyframes threeInUp1 {
    0%,
    30%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    90% {
        opacity: 1;
    }
}

.five-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.five-img img {
    width: 100%;
}

.six-img {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
}

.four-img {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
}

.four-img img {
    width: 100%;
    height: 100%;
}

.five {
    /* background-image: url('../img/bg@2x.png'); */
}

.five {
    /* background-image: url('../img/bg@2x.png'); */
}

.threeInUp2 {
    opacity: 1 !important;
}

.Shadows {
    animation: threeInUp1 2s infinite;
}


.bounceshade {
    animation: shade 2s infinite;
}

.bounceOutUp {
    animation: bounceInUp 2.1s infinite;
}

.bounceOutUp1 {
    animation: bounceInUpmax 2.1s infinite;
}

.bounceOutUp2 {
    animation: bounceInUpthree 2.1s infinite;
}

.bounceOutUp3 {
    animation: bounceInUp 4s infinite;
}

.four-head {
    margin: auto;
    margin-top: 190px;
    width: 1320px;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    z-index: 10;

}

.four-headi {
    width: 1320px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
    /* line-height: 24px; */
    margin: auto;
    margin-top: 16px;
    z-index: 10;
}

.three-img {
    width: 1320px;
    height: 600px;
    position: relative;
    margin: auto;
    z-index: 99;
}

.three-img img {
    width: 1320px;
    height: 752px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.three-img img:nth-child(1) {
    opacity: 1;
}

.three-img img:nth-child(3) {
    display: none;
}


.four-list {
    width: 1320px;
    margin: auto;
    margin-top: 150px;
    z-index: 10;
}

.four-list div {
    height: 200px;
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.four-list div span:nth-child(1) {
    display: block;
    height: 75px;
    font-size: 88px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 100;
    color: #ffffff;
    line-height: 96px;
}

.four-list div span:nth-child(2) {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    color: #888888;
    line-height: 96px;
}

.three {
    /* background-image: url('../img/bg(1).png'); */
    position: relative;
}

.setting {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.three-head {
    font-size: 40px;
    color: #888888;
    width: 1320px;
    margin: auto;
    padding-top: 152px;
    text-align: center;

}

.three-headi {
    font-size: 20px;
    color: #888888;
    width: 1320px;
    margin: auto;
    text-align: center;
    margin-top: 16px;
}

.fp-tableCell {
    vertical-align: baseline !important;
}


/* 5---------------------------------------------------- */
.five-head {
    margin: auto;
    margin-top: 150px;
    width: 1536px;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 96px;

}

.five-headi {
    width: 1536px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    margin: auto;
}

.five-list {
    width: 1320px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.five-list .list-item {
    width: 424px;
    height: 512px;
    border-radius: 26px;
    text-align: center;
    padding: 24px 60px;
    box-sizing: border-box;
}

.five-list .list-item:nth-child(1) {
    background: #ffffff;
}

.five-list .list-item:nth-child(2) {
    background: #66C9F9;
}

.five-list .list-item:nth-child(3) {
    background: #1FE492;
}

.list-item div:nth-child(2) {
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}

.list-item div:nth-child(3) {
    margin-top: 32px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}


.six {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.six-head {
    margin: auto;
    margin-top: 140px;
    margin-bottom: 30px;
    width: 1320px;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 96px;
    z-index: 99;
}

.apply {
    z-index: 99;
    margin-top: 40px;
    margin: auto;
    width: 1320px;
    height: 560px;
    background: #353535;
    opacity: 0.75;
    border-radius: 26px;
    overflow: hidden;
}

.apply-left {
    margin: 90px;
    float: left;
}

.apply-left div {
    display: flex;
    width: 400px;
    margin: 64px 0;
}

.apply-left div input {
    width: 312px;
    margin-left: 36px;
    background: #ffffff;
    border-radius: 10px;
}

.apply-right {
    float: right;
    margin: 90px;
}

.apply-right div:nth-child(1) {
    display: flex;
    width: 500px;
    margin: 64px 0;
}

.apply-right div img {
    width: 64px;
    height: 64px;
}

.apply-right div textarea {
    width: 424px;
    margin-left: 36px;
    height: 192px;
    background: #ffffff;
    border-radius: 10px;
    resize: none;
}

.submit {
    width: 400px !important;
    height: 64px;
    line-height: 64px;
    background: #32CCFE;
    border-radius: 10px;
    text-align: center;
    float: right;
    font-weight: 500;
    color: #FFFFFF;
    /* margin-top: 24px; */
}
