/**
 * @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: 152rpx; /* logo大小 */
    height: 152.17rpx !important;
    margin: 80.52rpx 0 21.74rpx 0;
    border-radius: 50%;
    background-color: #999;
    background-size: 100%;
}

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

.functional-part {
    padding-top: 33.21rpx;
    padding-bottom: 72.46rpx;
}

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

.action-area {
    padding-top: 65.82rpx;
}

.card-area {
    margin-top: 62px;
    min-height: 320px;
}

.buttonClass {
    background-color: #46897d;
    width: 565rpx;
    height: 95.3rpx;
    line-height: 95.3rpx;
}
