h1,
h2,
h3,
p,
ul,
li,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0d265e;
}

body {
    overflow-x: hidden;
    font-family: 微软雅黑;
}

html {
    background-color: #FBFBFB;
}

.flex-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header {
    padding: 15px;
    box-sizing: border-box;
}

#menu {
    cursor: pointer;
}

.header>.left>.text>p:first-child {
    font-size: 3vw;
    font-weight: 500;
}

.header>.left>.text>.text-min {
    font-size: 4.2vw;
    font-weight: bold;
    animation: colorChange 3s ease-in-out infinite;
    display: flex;
    align-items: center;
}

.header>.left>.text>.text-min>img {
    width: 5.5vw;
    margin-left: .7vw;
}

@keyframes colorChange {
    0% {
        color: #3498db;
        /* 初始颜色，淡蓝色 */
    }

    50% {
        color: #2ecc71;
        /* 中间过渡到翡翠绿 */
    }

    100% {
        color: #e74c3c;
        /* 最终颜色，深红色 */
    }
}

.ava {
    width: 11vw;
    border-radius: 50%;
    margin-right: 10px;
}

.header-2 {
    background-color: #1B47C3;
    color: #FFF;
    border-radius: 30px 30px 0 0;
    padding: 35px 0;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
}

.popup-LYADCC {
    background-color: #fff;
    width: 35%;
    position: absolute;
    right: 5vw;
    top: 0;
    flex-direction: column;
    border-radius: 5vw;
    /* 将圆角应用到所有角 */
    padding: 5vw;
    display: none;
    z-index: 9999;
}


.popup-LYADCC>a {
    display: flex;
    align-items: center;
    font-size: 4.2vw;
    font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
}

.popup-LYADCC>a:nth-child(2) {
    margin-top: 5vw;
}

.popup-LYADCC>a>img {
    width: 6vw;
    margin-right: 2vw;
}

.usdt-bac {
    width: 39vw;
    position: absolute;
    opacity: .07;
    top: 2vw;
    right: -15%;
}

.header-2>p:nth-child(2) {
    font-weight: bold;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
    animation: bounceText 2s ease-in-out infinite;
    /* 指定动画名称、持续时间、速度函数和重复次数 */
}


/* 定义关键帧动画 */

@keyframes bounceText {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) scale(1);
        /* 初始位置和每次跳动的高度，同时取消旋转 */
    }

    40% {
        transform: translateY(-2.7vw) scale(1.1);
        /* 跳起的高度，同时逆时针旋转 */
    }

    60% {
        transform: translateY(-1.4vw) scale(1);
        /* 落下的高度，同时顺时针旋转 */
    }
}

.header-2>.big-text {
    margin-top: 7px;
    margin-bottom: 14px;
}

.header-2>.big-text>img {
    width: 7.7vw;
}

.header-2>.big-text>p {
    font-size: 7vw;
    font-weight: bold;
    margin-left: 7px;
    align-items: start;
}

.header-2>.big-text>p>font {
    font-size: 4.5vw;
    margin-top: 5px;
}

.header-2>.big-text>h1 {
    font-size: 5.1vw;
}

.header-2>.info-text {
    background-color: rgba(0, 0, 0, .4);
    padding: 1.7vw 7vw;
    border-radius: 10vw;
    font-size: 3.5vw;
}

.logo {
    width: 5.7vw !important;
    margin: 0 5px;
    animation: rotateAnimation 4s linear infinite;
    /* 指定动画名称、持续时间、动画速度和重复次数 */
}


/* 定义关键帧动画 */

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main {
    padding: 25px;
    border-radius: 30px 30px 0 0;
    background-color: #FBFBFB;
    transform: translateY(-60px);
}

.tishi-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, #1B47C3, #4e6ef2);
    border-radius: 30px;
    padding: 8px 15px;
    margin: 0 5px 15px 5px;
    box-shadow: 0 4px 12px rgba(27, 71, 195, 0.25);
    transform: translateY(-2.5vw);
    position: relative;
    overflow: hidden;
}

.tishi-content {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 1.5em;
    white-space: nowrap;
}

.tishi {
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-family: "Microsoft YaHei", sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    animation: scrollText 20s linear infinite;
    animation-delay: 0s; /* 立即开始动画 */
}

@keyframes scrollText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-120%); }
}

.tishi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
}

.main-1 {
    border-radius: 3vw;
    background-color: #FFF;
    box-shadow: 0 0 2.6666666667vw rgba(45, 98, 217, .15);
}

.main-1>ul {
    padding: 2vw;
    list-style: none;
}

.main-1>ul>li {
    width: 28%;
    text-align: center;
    padding: 3.5vw 0;
    border-radius: 3vw;
    font-weight: bold;
    font-size: 3.5vw;
    color: #707489;
    cursor: pointer;
    transition: color 0.3s ease;
}

.li-active {
    color: #FFF !important;
    background-color: #1237A0;
}

.main-1-content>.content-box {
    display: none;
    padding: 10px;
    padding-top: 0;
}

.main-1-content>.content-box>.content-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4vw;
    border-radius: 3vw;
}

.main-1-content>.content-box>.content-list>.content-item {
    width: 25%;
    margin-bottom: 3.7vw;
}

.main-1-content>.content-box>.content-list>.content-item>a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 3.5vw;
    position: relative;
}

.red-span {
    color: red;
    font-weight: bold;
}

.main-1-content>.content-box>.content-list>.content-item>a>img {
    width: 13vw;
    height: 13vw;
    border-radius: 3vw;
    box-shadow: 0 0 2.6666666667vw rgba(45, 98, 217, .15);
    margin-bottom: 3px;
}

.main-2 {
    color: #0d265e;
}

.main-2>.title {
    font-size: 4vw;
    font-weight: bold;
    margin-left: 3px;
}

.main-2>.card {
    display: flex;
    justify-content: space-between;
    padding: 3.7vw;
    border-radius: 4vw;
    margin-top: 2vw;
    box-shadow: 0 4px 10px 0 rgba(45, 98, 217, .13);
}

.main-2>.card>.card-main>img {
    width: 10vw;
    height: 10vw;
    margin-right: 2.2vw;
}

.main-2>.card>.card-main>.card-info>p:first-child {
    font-size: 4vw;
    font-weight: bold;
}

.main-2>.card>.card-main>.card-info>p:nth-child(2) {
    font-size: 3.3vw;
    font-weight: 500;
}

.main-2>.card>.left {
    width: 4vw;
}

.card-bac {
    background: url(../picture/bac.png);
    background-size: cover;
    color: #FFF;
}

.card-bac2 {
    background-color: #1b47c3;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.card-bac3 {
    background-color: #332941;
    color: #FFF;
    position: relative;
}

.card-bac4 {
    background-color: #1871f5;
    color: #FFF;
}

.card-bac5 {
    background-color: #3B3486;
    color: #FFF;
}

.card-bac6 {
    background-color: #5d589b;
    color: #fff;
}

.yh-28q {
    border-radius: 2vw;
}

.logo-2 {
    width: 17vw;
    opacity: .1;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.main-3 {
    width: 100%;
    border-radius: 4vw;
    margin-top: 7vw;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(45, 98, 217, .13);
}

.main-3>a {
    width: 100%;
}

.main-3>a>img {
    width: 100%;
    height: 42vw;
}

.main-3>a>.main-3-info {
    width: 100%;
    padding: 2vw 3vw;
    padding-bottom: 3.5vw;
    box-sizing: border-box;
    font-size: 3.3vw;
}

.main-3>a>.main-3-info>p:first-child {
    font-size: 3.7vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.main-3>a>.main-3-info>p:nth-child(2) {
    letter-spacing: .2vw;
    color: #707489;
}

.google>.google-logo {
    font-size: 4.2vw;
    margin-right: 1vw;
}

.google-logo {
    display: flex;
    font-weight: bold;
}

.google-logo>span:first-child {
    color: #4285F4;
}

.google-logo>span:nth-child(2) {
    color: #EA4335;
}

.google-logo>span:nth-child(3) {
    color: #FBBC05;
}

.google-logo>span:nth-child(4) {
    color: #4285F4;
}

.google-logo>span:nth-child(5) {
    color: #34A853;
}

.google-logo>span:nth-child(6) {
    color: #EA4335;
}

.footer-sj {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-20px);
    font-size: 3.5vw;
    font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
}

.footer-sj>.footer-sj-main {
    width: 90%;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
}

.footer-sj>.footer-sj-main>a {
    margin: 0 1.5vw;
}

.footer-sj>.footer-sj-main>a>img {
    width: 7.9vw;
}

.tips-box {
    position: relative;
}

.tips-text {
    color: #FFF;
    background: red;
    font-size: 2.5vw;
    position: absolute;
    left: 3.5vw;
    padding: .3vw;
    font-weight: bold;
    border-radius: 1vw;
}

@media screen and (min-width: 1200px) {
    .tishi-container {
        padding: 6px 15px;
        margin: 10px auto;
        border-radius: 10px;
        transform: translateY(0);
        position: relative;
        z-index: 10;
        width: 90%;
        margin-bottom: 5px;
    }
    
    .tishi {
        font-size: 0.9vw;
    }

    .tishi-icon svg {
        width: 16px;
        height: 16px;
    }

    .ava {
        width: 3vw;
    }

    .header {
        width: 100%;
        padding: .7vw 5vw;
    }

    .header>.left>.text>p:first-child {
        font-size: .77vw;
        font-weight: 500;
    }

    .header>.left>.text>.text-min {
        font-size: 1vw;
    }

    .header>.left>.text>.text-min>img {
        margin-left: .3vw;
        width: 1.4vw;
    }

    .pc-media {
        margin: 0 auto;
        margin-top: 1.5vw;
        width: 70%;
        display: flex;
        border-radius: 2vw;
        overflow: hidden;
        box-shadow: 0 0 2.6666666667vw rgba(45, 98, 217, .15);
    }

    .main {
        width: 50%;
        padding: 0, 0, 0, 0;
        transform: translateY(0);
        border-radius: 0;
        background-color: #fff;
    }

    .header-2 {
        width: 50%;
        border-radius: 0;
        padding: 7vw 0;
    }

    .usdt-bac {
        width: 25vw;
        position: absolute;
        opacity: .07;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header-2>.big-text>img {
        width: 3vw;
    }

    .header-2>.big-text>p {
        font-size: 2.8vw;
    }

    .header-2>.big-text>p>font {
        font-size: 1.8vw;
    }

    .header-2>.big-text>h1 {
        font-size: 2.1vw;
    }

    .header-2>.info-text {
        padding: 1.7vw 2vw;
        font-size: 1.2vw;
    }

    .popup-LYADCC {
        width: 10vw;
        position: fixed;
        z-index: 999;
        top: 3vw;
        border-radius: 1vw;
        padding: 1vw;
    }

    .popup-LYADCC>a {
        font-size: 1vw;
    }

    .popup-LYADCC>a:nth-child(2) {
        margin-top: 1.2vw;
    }

    .popup-LYADCC>a:nth-child(3) {
        display: none;
    }

    .popup-LYADCC>a>img {
        width: 2vw;
        margin-right: .35vw;
    }

    .google>.google-logo {
        font-size: 1.4vw;
        margin-right: 1vw;
    }

    .logo {
        width: 2.3vw !important;
    }

    .main-1 {
        display: flex;
        border-radius: 0;
        box-shadow: none;
        margin-top: 10px;
    }

    .main-1>ul {
        width: 35%;
        height: 20vw;
        flex-direction: column;
        justify-content: center;
        padding: 1vw;
    }

    #jhjc-tab {
        display: block !important;
    }

    #yusq-tab {
        display: block !important;
    }

    .main-1>ul>li {
        width: 100%;
        padding: .7vw 0;
        border-radius: .3vw;
        font-size: 1vw;
    }

    .main-1-content {
        width: 65%;
    }

    .main-1-content>.content-box>.content-list {
        width: 100%;
        padding-top: 10px;
        border-radius: 3vw;
    }

    .main-1-content>.content-box>.content-list>.content-item {
        margin-bottom: 2vw;
    }

    .main-1-content>.content-box>.content-list>.content-item>a {
        font-size: 1vw;
    }

    .main-1-content>.content-box>.content-list>.content-item>a>img {
        width: 3vw;
        height: 3vw;
        border-radius: .6vw;
        margin-bottom: 3px;
    }

    .main-2 {
        display: none;
    }

    .main-3 {
        display: none;
    }

    .tips-text {
        display: none;
    }

    .footer-sj {
        font-size: 1.2vw;
    }

    .footer-sj>.footer-sj-main {
        margin-top: 1.2vw;
        padding-top: 2vw;
        width: 50%;
        margin-bottom: 1.2vw;
    }

    .footer-sj>.footer-sj-main>a>img {
        width: 2vw;
    }

    .tab-list {
        margin-bottom: 5px;
    }

    .main > div {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .tishi-container {
        padding: 6px 12px;
        margin: 0 5px 10px 5px;
    }

    .tishi-icon svg {
        width: 18px;
        height: 18px;
    }
}

.tab-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
}

.tab-li {
    flex: 0 0 auto;
    padding: 10px 15px;
    margin-right: 8px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-li:last-child {
    margin-right: 0;
}

.tab-list::-webkit-scrollbar {
    display: none;
}

/* 添加客服样式 */
.floating-service-container {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 10px 10px 0;
}

.service-close-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: -5px;
    right: 5px;
}

.floating-service-container:hover .service-close-btn {
    visibility: visible;
    opacity: 1;
}

.floating-service-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    margin-right: 0;
}

.floating-service-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.floating-service-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 晃动动画 */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(-10deg);
    }

    20% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.shake-animation {
    animation: shake 2s ease-in-out infinite;
}

.service-popup {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
}

.service-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.service-popup-header h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.close-service {
    font-size: 22px;
    cursor: pointer;
    color: #999;
}

.service-popup-content {
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.service-item:hover {
    background-color: #f9f9f9;
}

.service-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.service-info img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 4px;
}

.service-text {
    display: flex;
    flex-direction: column;
}

.service-title {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.service-desc {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

.service-add-btn {
    padding: 5px 12px;
    background-color: #4e6ef2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
}

.service-add-btn:hover {
    background-color: #3b5fe0;
}

/* 隐藏原来的客服部分 */
.footer-sj-main {
    display: none;
}