.main {
    width: 100vw;

}

.content {
    text-align: center;
}

.footer {
    padding-top: 15px;
    background-color: #f2f2f2;
}

.copyright {
    color: #999;
}


.imgs img {
    width: 28%;
    border-radius: 20px;
    border: 2px solid #000;
}

#Xy {
    background: linear-gradient(180deg, #F6F9FF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
}

#Xy p {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 20px;
}

.Head img {
    max-width: 100%;
}

.Head {
    position: relative;
    width: 100%;
}


.Agreement {
    width: 100%;
    height: 3.75rem;
    background: #F2F3F5;
    padding-top: 5px;
}

.Agreement a {
    text-decoration: none;
    color: #666666 !important;
    padding-left: 10px;
}

.nav {
    display: flex;
    align-items: center;
}

.nav img {
    width: 50px;
}


a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #000 !important;
}

.row {
    justify-content: center;
    text-align: center;
}

.form {
    border: 1px solid #dcdcdc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.loading-div {
    width: 100px;
    height: 110px;
    position: fixed;
    top: 46%;
    left: 48%;
    background-color: black;
    opacity: 0.4;
    z-index: 1000;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
}

.success {
    width: 120px;
    height: 50px;
    position: fixed;
    top: 53%;
    left: 48%;
    background-color: black;
    opacity: 0.4;
    z-index: 1000;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding-top: 13px;
}

.loading-div::before {
    display: inline-block;
    vertical-align: middle;
}

.sr-only {
    position: unset !important;
}

.feature img {
    width: 20%;
}

.feature h2 {
    padding-top: 15px;
}
