.top {
    height: 60px;
    width: 100%;
    background-color: white;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.head-wrap {
    padding: 0 20px;
    height: 100%;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.head-logo {
    height: 35px;
    margin-right: 20px
}

.menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}

.menu-item {
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.menu-item a span {
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
}

.menu-item-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 70%;
    height: 4px;
    border-radius: 4px;
    background-color: #1456f0;
    transform: translate(-50%);
}

.user-btn {
    margin-left: 8px;
    border-radius: 100px;
    width: 100px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4e83fd;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.user-btn:hover {
    border: 1px solid #3f76f8
}

.user-btn span {
    background: linear-gradient(90deg, #5083fb 0, #336df4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer {
    width: 100%;
    background-color: rgb(244, 247, 252);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content {
    width: 1100px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between
}


.bg-SwLj {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.part1 {
    background: #fff;
    height: 800px;
    margin-top: 60px;
    position: relative;
    padding-top: 1px;
}

.part1-safe {
    z-index: 1;
    position: relative;
    width: 650px;
    height: 40px;
    border-radius: 8px;
    box-shadow: rgb(59 59 59 / 15%) 0px 0px 8px 1px;
    margin: 20px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.part1-slog {
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: SimHei;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    letter-spacing: 2px;
}

.part1-fun {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.part1-fun-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: 40px;
}

.shool-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
}

.shool-item div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.shool-item p {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shool-item img {
    height: 60px;
    object-fit: contain;
    object-position: center;
    width: auto
}

.shool-item-active {
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
    will-change: transform
}

.chat {
    width: 340px;
}

.chat_content {
    position: relative;
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    line-height: 25px;
    margin-bottom: 20px
}

.chat_content p {
    height: 80px;
}

.chat_content i {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.star_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.star_box img {
    height: 12px;
    width: 12px;
    margin-right: 7px;
}

.chat_user {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_user .img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.chat_user .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}

.chat_user .img img {
    display: block;
    width: 100%;
    height: 100%
}

.part5-content {
    z-index: 3;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.part5-btn {
    background: linear-gradient(90deg, #4e83fd 0, #3370ff 100%);
    color: #fff!important;
    border-radius: 100px;
    font-weight: 500;
    width: 176px;
    display: block;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
}

.part5-btn:hover {
    color: white;
}

.part-5-bg {
    background: no-repeat 50%/cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.list-box {
    width: 280px;
}

.list-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px
}

.list-box a {
    cursor: pointer;
}

.fun-box a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.fun-box .tab {
    color: #020814;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    margin: 0 32px;
}

.tab.select-tab {
    color: #1664ff;
    font-weight: 500;
    border-bottom: 3px solid #1664ff
}

.fun-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.card-wrap, .card-wrap-s {
    border-radius: 8px;
    box-shadow: 0 4px 60px rgb(0 28 85 / 4%);
    cursor: default;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 280px;
}

.card-bottom {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: -moz-linear-gradient(to bottom,#dce6f9 ,#fff);
    background: linear-gradient(to bottom,#dce6f9 ,#fff);
    border-radius: 8px;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 32px;
}

.card-bottom-logo {
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    margin: 30px 0 20px;
    font-weight: bold;
    color: #1664ff;
}

.card-detail {
    -webkit-box-orient: vertical;
    color: #020814;
    display: -webkit-box;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis
}

.qrcodeExpired{
    display: none;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
    background: lightgray;
}
.qrcodeExpired p{
    height: 36px;
    line-height: 36px;
    padding-top: 54px;
}
.qrcodeExpired a{
    color: red;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    display: block;
    margin-top: 40px;
}