h1 {
    color: #fff;
    font-size: 38px
}

h3 {
    color: #fff;
    font-size: 14px
}

.bt {
    color: #fff;
    height: 48px;
    font-size: 20px;
    border-radius: 3rem;
    background-color: #2b76fc
}

.img-tag {
    height: 11vw;
    display: inline;
    padding-top: 20px;
    padding-right: 10px
}

.img-card {
    margin-bottom: 10px
}

.home-bg {
    background-image: url(/static/index/img/home_bg1.88f4481c.jpg);
    background-repeat: round;
    background-size: contain
}

.my-bg {
    background-image: url(/static/index/img/login_bg2.204d8607.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 40vh
}

.carousel-img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

.light-green {
    height: 108px;
    background-color: #0080001f
}

.green {
    height: 108px;
    background-color: #0080003d
}

.my-input {
    border-radius: 10px;
    background: rgba(0,0,0,0);
    color: #f0f8ff
}

.my-shot {
    position: absolute;
    left: calc(50% - 75px);
    bottom: 50px
}

.my-footer {
    position: absolute;
    left: calc(50% - 200px);
    bottom: 20px;
    text-align: center;
    width: 400px;
    height: 14px;
    font-size: 10px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #ebebec;
    line-height: 14px
}

.my-common {
    margin-top: 20px;
    font-size: 12px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
    opacity: .8;
    line-height: 17px
}

.my-button {
    background-color: #7676cc;
    border-radius: 10px;
    font-size: 12px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 17px;
    letter-spacing: 2px;
    margin-right: 15px;
    margin-top: 8px
}
h1[data-v-dfa621e6] {
    color: #fff;
    font-size: 38px;
    padding-top: 3.5rem;
    padding-left: 1rem
}

.my-bg[data-v-dfa621e6] {
    background-image: url(/static/index/img/login_bg2.204d8607.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 40vh
}

.foot[data-v-dfa621e6] {
    font-size: 14px;
    color: #bbb;
    padding: 20px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}
.pt-40 {
    padding-top: 10rem;
}

.n-result {
    color: var(--n-text-color);
    line-height: var(--n-line-height);
    font-size: var(--n-font-size);
    transition: color .3s var(--n-bezier);
}
.n-result .n-result-icon {
    display: flex;
    justify-content: center;
    transition: color .3s var(--n-bezier);
}
.n-result .n-result-icon .n-base-icon {
    color: var(--n-icon-color);
    font-size: var(--n-icon-size);
}
.n-base-icon {
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    fill: currentColor;
    transform: translateZ(0);
}
.n-result .n-result-header .n-result-header__description {
    margin-top: 4px;
    text-align: center;
    font-size: var(--n-font-size);
}