﻿html, body {
    max-width: 650px;
    margin: 0 auto;
}
.pageBody {
    background: #FF931B;
    padding-bottom: 1rem;
}
.pageBody .xz {
    width: 70%;
    margin: 0 auto;
    animation: size 1s 0s infinite ease;
}
.pageBody .xz_two {
    width: 70%;
    margin: 0 auto;
}
.first_part, .second_part, .third_part, .fourth_part, .fifth_part {
    margin: .3rem;
}

.first_part .center_center {
    background: url('https://static-app.milugmwan.com/land-page/branch/hw7/center_center.png') center no-repeat;
    background-size: 100% 100%;
    margin-top: -2.3rem;
    position: relative;
}
.first_part .center_center .bac1_bg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 .3rem;
}
.first_part .center_center .lists {
    display: flex;
    justify-content: space-around;
    padding: .2rem 0;
}
.first_part .center_center .lists .list {
    width: .9rem;
    height: .9rem;
    margin-left: .3rem;
}
.first_part .center_center .lists .list:first-child {
    margin-left: 0;
}
.first_part .center_center  .list_type {
    width: 2.7rem;
}
.first_part .center_bottom {
    margin-top: -1.4rem;
}

.fourth_part .title {
    width: 100%;
    margin: 0 auto;
}
.fourth_part .content {
    padding-top: .3rem;
}
.fourth_part .center_center {
    background: url('https://static-app.milugmwan.com/land-page/branch/hw7/center_center.png') center no-repeat;
    background-size: 100% 100%;
    margin-top: -2.3rem;
    position: relative;
    color: #722E04;
    font-size: .34rem;
    padding: .3rem;
}
.fourth_part .center_center p {
    text-indent: 2em;
}
.fourth_part .center_bottom {
    margin-top: -1.4rem;
}

.fifth_part .title {
    width: 100%;
    margin: 0 auto;
}
.fifth_part .content {
    padding-top: .3rem;
}
.fifth_part .center_center {
    background: url('https://static-app.milugmwan.com/land-page/branch/hw7/center_center.png') center no-repeat;
    background-size: 100% 100%;
    margin-top: -2.3rem;
    position: relative;
    padding: .3rem;
}

.fifth_part .center_center .items {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.fifth_part .center_center .items .item {
    padding-bottom: 10px;
    text-align: center;
    width: 25%;
}

.fifth_part .center_center .items .item .icon {
    margin: 0 auto;
    padding: 2.5px;
    position: relative;
    width: 1.4rem;
}

.fifth_part .center_center .items .item .name {
    color: #282828;
    font-family: PingFang SC;
    font-size: .26rem;
    font-weight: 500;
    font-weight: 700;
    margin-top: 2.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fifth_part .center_bottom {
    margin-top: -1.4rem;
}

.pageBody .xz_three {
    width: 70%;
    margin: 0 auto;
}

.bottom-fixed-part {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: #FFF2E8; */
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    padding: .3rem 0;
    /* text-align: center; */
    /* display: none; */
}
.bottom-fixed-part .entry {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: .3rem;
    border-radius: 8px;

    max-width: 590px;
}
.bottom-fixed-part .entry .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .3rem;

    position: unset;
    transform: translate(0, 0);
    width: auto;
    flex-shrink: 0;
    margin-right: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.bottom-fixed-part .entry .text {
    color: #999;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: .24rem;
    line-height: 1.6;
    position: relative;
    width: 0;
}
.bottom-fixed-part .entry .text .title {
    color: #282828;
    text-align: left;
    font-size: .28rem;
}
.bottom-fixed-part .entry .text .tips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom-fixed-part .entry .text .tips span {
    background: #FFA801;
    color: #fff;
    padding: .03rem 0.1rem;
    border-radius: 4px;
    margin-right: .1rem;
    font-size: .2rem;
}
.bottom-fixed-part .entry .right {
    width: 25%;
    margin-left: 0.2rem;
    background-color: #FB473B;
    color: #fff;
    border-radius: 8px;
    padding: .1rem .2rem;
    text-align: center;
}

@keyframes size {
    0%, 45% {
        transform: scale(1);
    }
    55% {
        transform: scale(1.25);
    }
    65% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cardDownloadBtnAnimation {
    /*大小变化 100%-94%-104%-98%-102% */
    /* 1s动画 循环之间0.5s间隙  */
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.94);
    }
    20% {
        transform: scale(1.04);
    }
    30% {
        transform: scale(0.98);
    }
    40% {
        transform: scale(1.02);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
