/**
 * @file index.css
 * @author swan
 */
.wrap {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.login-container,
.brand-atmosphere,
.functional-part,
.action-area {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.login-container {
    width: 100vw;
    background-color: #fff;
}

.brand-atmosphere,
.functional-part {
    margin-bottom: 8.45rpx;
}

.app-logo {
    width: 152.17rpx; /* logo大小 */
    height: 152.17rpx !important;
    margin: 30.52rpx 0 21.74rpx 0;
    border-radius: 50%;
    background-color: #999;
    background-size: 100%;
}

.app-title {
    margin-bottom: 76.69rpx;
    font-size: 34.42rpx;
    font-weight: 500;
    line-height: 34.42rpx;
    color: #333;
}

.functional-part {
    padding-bottom: 10rpx;
}

.app-description {
    overflow: hidden;
    margin-bottom: 35.69rpx;
    font-size: 25.36rpx;
    line-height: 1;
    white-space: nowrap;
    color: #999;
}

.app-description::before {
    content: " ";
    position: absolute;
    width: 56.91rpx;
    border-bottom: .6rpx solid #999;
    transform: translate(-75.63rpx, 12.08rpx);
}

.app-description::after {
    content: " ";
    position: absolute;
    width: 56.91rpx;
    border-bottom: .6rpx solid #999;
    transform: translate(18.72rpx, 12.08rpx);
}

.feature-container {
    display: flex;
    padding: 0 10.97rpx;

    flex-flow: row wrap;
}

.feature-container .feature-item {
    margin-bottom: 20.1rpx;
    margin-left: 88.16rpx;
}

.feature-container :first-child {
    margin-bottom: 20.1rpx;
    margin-left: 0rpx;
}

.card-area {
    overflow: hidden;
    margin: .17rem .17rem 0 .17rem;
    border-radius: 8px 8px;
    background: #fff;
    min-height: 320px;
}

.buttonClass {
    width: 565rpx;
    height: 95.3rpx;
    line-height: 95.3rpx;
}