body {
    background-color: rgb(250, 244, 255);
    padding: 30px;
    overflow-x: hidden;
    user-select: none;
    padding: 0;
    margin: 0;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

p {
    color: rgb(33, 0, 39);
    font-family: 'Alibaba PuHuiTi';
    font-size: 20px;
}

* {
    font-family: 'Alibaba PuHuiTi';
}

.go-logo {
    width: 30vh;
    height: auto;
    margin-bottom: 10px;
}

.right {
    height: 406px;
    z-index: 20;
}

button {
    border: none;
    padding: 10px;
    border-radius: 8px;
    height: 50px;
    color: white;
    box-shadow: #00000025 0 0 15px;
    background: linear-gradient(96.15deg, #526efa 2.85%, #7a90ff), #fff;
    font-size: 16px;
    margin-right: 20px;
    width: 15vh;
    margin-bottom:20px;
}

.go-button:hover {
    background: rgb(109, 133, 253);
}

#two-button-space {
    display: inline;
    padding: 0;
    margin-right: 0.25vw;
}

.unactive-button {
    background: white;
    border: 2px solid rgb(109, 133, 253);
    color: rgb(109, 133, 253);
}

.unactive-button:hover {}

.card_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.card {
    border-radius: 30px;
    background-color: white;
    padding: 25px;
    text-align: center;
    margin: 10px;
    flex: 1;
    box-shadow: #00000005 0 0 15px;
}

.title-1 {
    color: rgb(6, 21, 92);
    font-size: 3rem;
    text-shadow: #00000010 0 0 20px;
}

.tips-text-1 {
    margin: 0;
    color: white;
}

.second-margin {
    position: static;
    margin-top: 50vh;
}

.content-group-space {
    margin-top: 15vh;
    padding: 0;
    display: block;
}

.inline-block {
    display: inline-block;
}

.font-sub-content-title {
    color: rgb(37, 0, 68);
    font-size: 30px;
}

.font-sub-title {
    font-size: 2.5vh
}

.radius-image-200 {
    border-radius: 10px;
    width: 20vh;
}

.radius-100 {
    border-radius: 50%;
}

.text-align-center {
    text-align: center;
}

a:link {
    color: unset;
}

a:visited {
    color: unset;
}

a:hover {
    color: unset;
}

a:active {
    color: unset;
}

a {
    text-decoration: none;
}

.tips {
    width: 20vw;
    background-color: rgb(109, 133, 253);
    box-shadow: #00000030 0 0 15px;
    border-radius: 10px;
    padding: 15px;
    margin: 15px;
    margin-left: 0px;
}

footer {
    color: #AAAAAA;
    font-size: large;
    margin-top: 10vh;
}

header {
    background-image: url("../images/pcbigback.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

header div {
    padding: 25vh 20vw 20vh 14.4vw;
}

@media screen and (max-width: 1180px) {
    header {
        background-image: url("../images/bak_phone.png");
        background-size: 100% 100%;
        height: 221.6vw;
    }
    header div {
        padding: 8vh 20vw 20vh 14.4vw;
    }
}

#content-area-1,
#content-area-2,
.last {
    margin: 5vw;
}