.container {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.footer {
    padding: 38.04rpx 108.7rpx;
    line-height: 34.42rpx;
    font-size: 23.55rpx;
    text-align: center;
    color: #ccc;
}

.fixed {
    position: fixed;
    bottom: 0;
}

.fixed-iphonex {
    position: fixed;
    bottom: 34px;
}

.padding-iphonex {
    padding-bottom: 34px;
}
