/**
 * @file index.css
 * @author swan
 */

.login-container {
    height: 100vh;
    background: #f5f5f5;
}

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

.swan-spider-tap {
    margin-top: 0;
}

.brand-atmosphere {
    width: 100vw;
    margin-top: 40rpx;
    background-color: transparent;
}

.brand-atmosphere::after {
    border: none;
}

.logo-container {
    height: 100vh;
    width: 100vw;
}

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

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

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

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

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

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

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

.feature-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.feature-block {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

.feature-icon {
    width: 115.94rpx;
    height: 115.94rpx !important;
}

.feature-name {
    font-size: 23.55rpx;
    line-height: 1;
    margin-top: 16.3rpx;
}