/*适用于新版页面的公共样式*/
@charset "UTF-8";

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url('/static/cn/fonts/DingTalk JinBuTi.ttf') format('opentype');
}

@font-face {
    font-family: 'OPPO';
    src: url('/static/cn/fonts/OPPO Sans 4.0.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/cn/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /* 优化加载显示 */
}

@font-face {
    font-family: 'AaHouDiHei';
    src: url('/static/cn/fonts/AaHouDiHei-2.ttf');
}

*,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

img,
svg {
    vertical-align: middle;
}

[v-cloak] {
    display: none;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

/*公共head 样式*/
.top {
    width: 100%;
    height: 66px;
    position: fixed;
    top: 0;
    z-index: 1010;
}

#top_header:has(.box-item.active),
body.dropdown-open #top_header {
    background-color: #ffffff !important;
}

/* 顶部展示header */
.top .top-bar {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top-bar .top-bar-left {
}

.top .top-bar .top-bar-left a.logo {
    width: 118px;
    height: 22px;
    display: flex;
    align-items: center;
}

.top .top-bar .top-bar-left a.logo img {
    width: 100%;
}

.top .top-bar .top-bar-right {
    display: flex;
    align-items: center;
}

.top-bar .top-bar-right .nav {
    height: 100%;
}

.top-bar .top-bar-right .nav ul {
    display: flex;
    height: 100%;
}

.top-bar .top-bar-right .nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-right .nav ul li > a {
    width: auto;
    height: 36px;
    border-radius: 6px;
    padding: 9px 16px;
    background-color: transparent;
    display: flex;
    align-items: center;

    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    white-space: nowrap;
}

.top-bar .top-bar-right .nav ul li > a .arrow-icon {
    margin-left: 2px;
    margin-top: 1px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}

.top-bar .top-bar-right .nav ul li:hover > a,
.top-bar .top-bar-right .nav ul li.active > a {
    background-color: #eef3ff;
}

.topChange .top-bar .top-bar-right .nav ul li > a:hover,
.topChange .top-bar .top-bar-right .nav ul li.active > a {
    color: #276bd8;
}

.top-bar .top-bar-right .nav ul li:hover .arrow-icon,
.top-bar .top-bar-right .nav ul li.active .arrow-icon {
    transform: rotate(180deg);
    transition: all 0.5s;
    color: #276bd8;
}

.top-bar .top-bar-right .caozuo {
    height: 100%;
    margin-left: 80px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar .top-bar-right .caozuo .caozuo1 > a {
    display: block;
    width: 68px;
    height: 32px;
    border-radius: 6px;
    background: #e6f0ff;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #0d6efb;
    text-align: center;
    transition: all 0.5s;
}

.top-bar .top-bar-right .caozuo .caozuo2 > a {
    display: block;
    width: 96px;
    height: 32px;
    border-radius: 6px;
    background: #0d6efb;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
}

.top-bar .top-bar-right .caozuo .right_user_info {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-bar .top-bar-right .caozuo .right_user_info .el-dropdown-link {
    color: #222222;
    height: 100%;
    display: flex;
    align-items: center;
}

.top .top-bar .top-bar-right .mobile_user_info {
    display: none;
}

.ai_nav b {
    width: 28px;
    height: 28px;
    background: url(/static/cn/images/home/model_inter_tit.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
}

.ai_nav span {
    font-family: OPPO;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(90deg, #3e8cff 0%, #ff3bdd 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-text 3.5s linear infinite;
}

.top-bar .top-bar-right .nav ul li:hover a.ai_nav span {
    transition: all 0.3s ease-out;
}

.top-bar .top-bar-right .nav ul li:hover a.ai_nav span {
    transform: scale(1.1);
}

.star_wrap {
    position: relative;
    width: 28px;
    height: 28px;
}

.star1 {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 15px;
    height: 18px;

    background: url(/static/cn/images/headerfooter/h_star1.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-out;
    animation: floatUpAndDown 2s ease-in-out infinite;
}

.star2 {
    position: absolute;
    top: 7px;
    left: 20px;
    width: 7px;
    height: 7px;

    background: url(/static/cn/images/headerfooter/h_star2.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-out;
    animation: floatUpAndDown2 2s ease-in-out infinite;
}

.star3 {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 3px;
    height: 4px;

    background: url(/static/cn/images/headerfooter/h_star3.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
    animation: floatUpAndDown3 2s ease-in-out infinite;
}

.star4 {
    position: absolute;
    top: 18px;
    left: 81px;
    width: 3px;
    height: 4px;

    opacity: 0;
    background: url(/static/cn/images/headerfooter/h_star3.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-out;
    animation: floatUpAndDown4 2s ease-in-out infinite;
}

.top-bar .top-bar-right .nav ul li:hover .star1 {
    top: -1px;
    left: -4px;
    transform: rotate(-32deg);
}

.top-bar .top-bar-right .nav ul li:hover .star2 {
    top: 4px;
    left: 20px;
    transform: rotate(10deg);
}

.top-bar .top-bar-right .nav ul li:hover .star3 {
    top: 19px;
    left: 11px;
    transform: rotate(10deg);
}

.top-bar .top-bar-right .nav ul li:hover .star4 {
    opacity: 1;
    top: 6px;
    left: 99px;
    transform: rotate(10deg);
}

@keyframes floatUpAndDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatUpAndDown2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatUpAndDown3 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes floatUpAndDown4 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-text {
    0% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* 顶部展示header end*/

/* 交互展示header */
.page-mask {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.page-mask.show {
    display: block;
    opacity: 1;
}

.top .top-box {
    width: 100%;
    background-color: #fff;
}

.top-box .box-main .box-item {
    display: none;
    padding: 30px 0 40px;
    position: relative;
    z-index: 100;
}

.top-box .box-main .box-item.active {
    display: block;
    border-top: 1px solid #f3f3f3;
}

.box-main .box-item .box-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 120px;
}

.box-item .box-content .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 16px;
}

.box-item .box-content .box-title.m-r16-l10 {
    margin: 0 10px 0 16px;
}

.box-item .box-content .box-title p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #444444;
}

.box-item .box-content .box-title a {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.box-item .box-content .box-title a .title_right_icon {
    width: 20px;
    height: 20px;
    background-image: url(/static/cn/images/index/title_right_icon.webp?v={$res_ver});
}

.box-item .box-content .box-select {
    width: 50%;
}

.box-content .box-select .piece {
    width: 100%;
    display: flex;
    padding: 16px;
    margin-top: 15px;
    border-radius: 12px;
}

.box-select .piece .piece-left {
    display: flex;
    flex: 1;
}

.box-select .piece .piece-left_icon1 {
    width: 44px;
    height: 44px;
    background: #f3f5f9;
    border-radius: 8px 8px 8px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box-select .piece .piece-left_icon2 {
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box-select .piece .piece-left_icon1 img,
.box-select .piece .piece-left_icon2 img {
    width: 24px;
    height: 24px;
}

.box-select .piece .oneinfo {
    margin-left: 20px;
}

.box-select .piece .oneinfo .onename {
    display: flex;
    align-items: center;

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
}

.box-select .piece .oneinfo .onename span {
    margin-left: 8px;
    width: 53px;
    height: 22px;
    background: #fce5ff;
    border-radius: 11px 11px 11px 11px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 12px;
    color: #a111b4;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box-select .piece .oneinfo p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606368;
    margin-top: 12px;
    white-space: nowrap;
}

.box-select .piece .piece-right {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f3f3f3;
}

.box-select .piece .piece-right span:first-child {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606368;
}

.box-select .piece .piece-right span:last-child {
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    margin-top: 12px;
}

.box-select .piece:hover {
    background: #f8f8f9;
}

.box-select .piece:hover .piece-left_icon1 {
    width: 0;
    height: 0px;
}

.box-select .piece:hover .piece-left_icon2 {
    width: 44px;
    height: 44px;
}

.box-item .box-content .box-country {
    width: 50%;
}

.box-country .box-title {
    padding-bottom: 11px;
}

.box-country .box-location {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    row-gap: 20px;
}

.box-country .box-location .location-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.box-country .box-location .location-item .box-img {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    box-shadow: 0px 0px 8px 0px #de001f21;
}

.box-country .box-location .location-item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.box-country .box-location .location-item span {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
}

.box-item .box-content .box-event {
    width: 50%;
}

.box-event .event {
    width: 100%;
    min-height: 82px;
    border-radius: 12px;
    padding: 20px 30px;
    margin-top: 16px;

    display: flex;
    align-items: center;
    column-gap: 12px;
}

.box-event .eventone {
    background: #f5fce6;
}

.box-event .eventtwo {
    background: #f8f4ff;
}

.box-event .event .event-img {
    width: 30px;
    height: 30px;
}

.box-event .event .event-text {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}

.box-event .event-text .event-ti {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.box-event .eventone .event-text .event-ti span {
    font-family: AaHouDiHei;
    font-weight: 400;
    color: #85c100;
}

.box-event .eventtwo .event-text .event-ti span {
    font-family: AaHouDiHei;
    font-weight: 400;
    color: #8740ff;
}

.box-event .event .event-text .event-jump {
    display: inline-block;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #606368;
}

.box-select .box3-grid-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    margin-top: 16px;
}

.box3-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 9px;
    text-decoration: none;
    cursor: pointer;
}

.box3-item:hover {
    background: #f8f8f9;
}

.box3-item .box3-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f3f5f9;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box3-item .box3-icon img {
    width: 16px;
    height: 16px;
}

.box3-item span {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
    margin-left: 10px;
}

.box3-item .box3-icon-social {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box3-item .box3-icon-social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box3-item:hover .box3-icon {
    background: #ffffff;
}

.box-item .box-content .box3-right {
    display: flex;
    flex-direction: column;
}

.box3-right .box3-grid-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 10px;
    margin-top: 20px;
    padding: 0 16px 0 0;
}

.box3-right .box3-grid-social .box3-item {
    background-color: transparent;
}

.box3-right .box3-grid-tech {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
}

.box3-right .box3-grid-tech .tech-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f8f9fa;
    border-radius: 9px;
    text-decoration: none;
    cursor: pointer;
}

.box3-right .box3-grid-tech .tech-item span {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.box3-right .box3-grid-tech .tech-item i {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

#box4 .box-content {
    column-gap: 90px;
}

#box4 .box-content .box4-col-1 {
    width: 22%;
}

#box4 .box-content .box4-col-2 {
    width: 44%;
}

#box4 .box-content .box4-col-3 {
    width: 34%;
}

.box4-col-1 .box4-list-1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.box4-col-2 .box4-list-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin-top: 16px;
}

.box4-col-3 .box4-list-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}

.box4-col-3 .box4-list-3 .plan-card {
    display: block;
    width: 100%;
    min-height: 82px;
    border-radius: 12px;
    padding: 18px 30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.box4-col-3 .box4-list-3 .plan-card.plan-blue {
    background: linear-gradient(135deg, #f0f7ff 0%, #e0edff 100%);
}

.box4-col-3 .box4-list-3 .plan-card.plan-blue .plan-bubbles {
    position: absolute;
    right: 23px;
    top: 11px;
    width: 64px;
    height: 64px;
    background-image: url(/static/cn/images/index/plan-bubbles.webp?v={$res_ver});
    background-size: 100% 100%;
}

.box4-col-3 .box4-list-3 .plan-card.plan-purple {
    background: #f8f4ff;
}

.box4-list-3 .plan-card .plan-info {
    position: relative;
    z-index: 2;
}

.plan-card .plan-info .plan-name {
    font-family: OPPO;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.plan-card .plan-info .plan-name i {
    margin-left: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.plan-card .plan-info .plan-desc {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #606368;
}

/* 交互展示header end */

.nav_mobile {
    display: none;
}

.nav_mobile .el-dropdown {
    font-size: 18px;
    color: #333333;
}

.nav_mobile .el-icon-close {
    font-weight: 600;
}

.nav_mobile_dropdown {
    width: 100%;
    height: calc(100vh - 64px);

    top: 64px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-top: 1px solid #f3f3f3 !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    overflow-y: auto;
    overscroll-behavior: contain;
}

.nav_mobile_dropdown::-webkit-scrollbar {
    width: 4px;
}

.nav_mobile_dropdown::-webkit-scrollbar-thumb {
    background-color: #dcdfe6;
    border-radius: 2px;
}

.nav_mobile_dropdown .popper__arrow {
    display: none !important;
}

.nav_mobile_dropdown .el-collapse {
    padding: 18px 20px 0;
    border: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__header {
    width: 100%;
    height: auto;
    border-radius: 9px;
    background: #ffffff;
    border: 1px solid #f3f4f5;
    padding: 14px 21px 15px 18px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__header.is-active {
    background: #eef5ff;
    border: 1px solid #c6ddff;
    color: #276bd8 !important;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__header.ai_box {
    padding: 11px 21px 11px 18px;
    justify-content: flex-start;
    gap: 2px;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__header .el-collapse-item__arrow {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    transform: rotate(90deg);
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__header .el-collapse-item__arrow.is-active {
    transform: rotate(270deg);
}

.nav_mobile_dropdown .mobile_login {
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nav_mobile_dropdown .mobile_login a {
    width: 100%;
    height: 40px;
    border-radius: 9px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_mobile_dropdown .mobile_login .login_btn {
    background: #e6f0ff;
    color: #0d6efb;
}

.nav_mobile_dropdown .mobile_login .use_btn {
    background: #276bd8;
    color: #ffffff;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__content {
    padding: 10px 0;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__content .mobile_menu_title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.nav_mobile_dropdown .el-collapse .el-collapse-item__content .mobile_menu_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile_menu_item .menu_item_list {
    display: flex;
    align-items: center;
    gap: 5px;

    padding: 10px 18px;
    width: 100%;
    height: auto;
    border-radius: 9px;
    background: #f2f5f7;
}

.mobile_menu_item .menu_item_list.space-between {
    justify-content: space-between;
    padding: 4px 4px 4px 18px;
}

.space-between .item_list_right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.space-between .item_list_left {
    padding: 6px 12px;
    border-radius: 5px;
    background: #ffffff;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.mobile_menu_item .menu_item_list img {
    width: 16px;
    height: 16px;
}

.mobile_menu_item .menu_item_list p {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.mobile_menu_item .menu_item_list .box-img {
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 50%;
    border: 1.5px solid #ffffff;
    box-shadow: 0px 0px 8px 0px #de001f21;
}

.mobile_menu_item .menu_item_list .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mobile_menu_all {
    width: 100%;
    height: 36px;
    border-radius: 9px;
    background: #eef5ff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.mobile_menu_all p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #276bd8;
}

.mobile_menu_all img {
    width: 20px;
    height: 20px;
}

.mobile_menu_event {
    width: 100%;
    min-height: 82px;
    border-radius: 10px;
    padding: 20px;

    display: flex;
    align-items: center;
    column-gap: 12px;
}

.mobile_menu_event.eventone {
    background: #f5fce6;
}

.mobile_menu_event.eventtwo {
    background: #f8f4ff;
}

.mobile_menu_event .event-img {
    width: 30px;
    height: 30px;
}

.mobile_menu_event .event-text {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}

.mobile_menu_event .event-text .event-ti {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.eventone .event-text .event-ti span {
    font-family: AaHouDiHei;
    font-weight: 400;
    color: #85c100;
}

.eventtwo .event-text .event-ti span {
    font-family: AaHouDiHei;
    font-weight: 400;
    color: #8740ff;
}

.mobile_menu_event .event-text .event-jump {
    display: inline-block;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #606368;
}

.mobile_menu_hr {
    width: 100%;
    border-top: 1px solid #f3f3f3;
}

.mobile_menu_plan {
    display: block;
    width: 100%;
    min-height: 82px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.mobile_menu_plan.plan-blue {
    padding: 24px 20px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e0edff 100%);
}

.mobile_menu_plan.plan-blue .plan-bubbles {
    position: absolute;
    right: 23px;
    top: 11px;
    width: 64px;
    height: 64px;
    background-image: url(/static/cn/images/index/plan-bubbles.webp?v={$res_ver});
    background-size: 100% 100%;
}

.mobile_menu_plan.plan-purple {
    padding: 18px 20px 19px;
    background: #f8f4ff;
}

.mobile_menu_plan .plan-info {
    position: relative;
    z-index: 2;
}

.mobile_menu_plan .plan-info .plan-name {
    font-family: OPPO;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.mobile_menu_plan .plan-info .plan-name i {
    margin-left: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.mobile_menu_plan .plan-info .plan-desc {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #606368;
}

/* 公共head 样式 end */

/* 底部footer 样式 */
.footer {
    width: 100%;
    background: #f9fbff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.footer .footer_content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    column-gap: 100px;
    padding-bottom: 25px;
}

.footer_left {
    display: flex;
    flex-direction: column;
}

.footer_left .footer_logo a img {
    width: 172px;
    height: 32px;
    margin-bottom: 12px;
}

.footer_left .company_name {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 16px;
}

.footer_left .social_icons {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.footer_left .social_icons .social_icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #a4a8ae;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_left .contact_info {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
}

.footer_left .contact_info p {
    margin-bottom: 13px;
}

.footer_left .qr_codes {
    display: flex;
    gap: 30px;
    margin-top: 11px;
}

.footer_left .qr_codes .qr_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.footer_left .qr_codes .qr_item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
}

.footer_left .qr_codes .qr_item img {
    width: 70px;
    height: 70px;
}

.footer_links {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.footer_links .link_col {
    display: flex;
    flex-direction: column;
}

.footer_links .link_col p {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 17px;
}

.footer_links .link_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links .link_col ul li {
    margin-bottom: 17px;
}

.footer_links .link_col ul li:last-child {
    margin-bottom: 0px;
}

.footer_links .link_col ul li a {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
    text-decoration: none;
}

.footer_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 23px;
}

.footer_bottom .bottom_content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 0 20px;
}

.footer_bottom .copyright {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
    display: flex;
    align-items: center;
}

.footer_bottom .copyright a {
    color: #666a71;
    text-decoration: none;
}

.footer_bottom .bottom_links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_bottom .bottom_links a {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
    text-decoration: none;
}

.footer_bottom .bottom_links .divider {
    color: #f0f0f0;
}

.footer_bottom .disclaimer {
    font-family: OPPO;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #666a71;
    margin-top: 16px;
}

.footer_friend {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 25px;
}

.footer_friend .footer_friend_body .foot_friend_title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 17px;
}

.footer_friend .footer_friend_body .foot_friend_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.footer_friend .footer_friend_body .foot_friend_list a {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666a71;
    text-decoration: none;
}

/* 底部footer 样式 end */

.public-tab {
    margin-top: 40px;
}

.public-tab .el-tabs__nav-scroll {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 190px;
    border: 1px solid #2a82e4;
    padding: 8px 20px;
}

.public-tab .el-tabs__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.el-tabs__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-tab .el-tabs__nav-wrap::after {
    background-color: unset;
}

.public-tab .el-tabs__item {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px !important;
    width: 50%;
    text-align: center;
}

.public-tab .el-tabs__item.is-active {
    border-radius: 31px;
    background: #2a82e4;
    color: #ffffff;
}

.public-tab .el-tabs__active-bar {
    display: none;
}

/*应用场景*/
.model-scene {
    margin: 120px auto 0;
    max-width: 1200px;
}

.allScene {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.allScene .scene-item {
    width: 23%;
    height: 300px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 0 8px #cce4ff;
    padding: 40px 20px 0;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.allScene .scene-item:hover {
    background: #0078ff;
    color: #ffffff;
}

.allScene .scene-item .blue-img {
    display: block;
}

.allScene .scene-item .white-img {
    display: none;
}

.allScene .scene-item:hover .white-img {
    display: block;
}

.allScene .scene-item:hover .blue-img {
    display: none;
}

.allScene .scene-item div {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.allScene .scene-item p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

/*end*/

/*定制*/
.model-custom {
    max-width: 1200px;
    margin: 120px auto;
    background: linear-gradient(90deg, #21415a 0%, #204a63 32.45%, #25456c 72.15%, #264267 100%);
    padding: 60px 0;
    color: #fff;
    border-radius: 10px;
}

.model-custom .small-desc {
    font-size: 18px;
    font-weight: 700;
}

.model-custom .operateBtn {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}

/*end*/

.big-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.small-desc {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.operateBtn {
    display: flex;
    margin: 40px 0 20px;
}

.operateBtn button {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 28px;
}

.operateBtn .created {
    border: none;
    background: #ff7a29 !important;
    color: #ffffff !important;
}

.operateBtn .kefu {
    background: transparent !important;
    color: #ffffff !important;
    margin-left: 20px;
}

.learn_more {
    padding: 10px 86px;
    border-radius: 63px;
    /*box-shadow: 0 0 6px  #FFFFFF;*/
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}

.bg_blue {
    background: #0d6efb;
}

.bg_org {
    background: #ff7a29;
}

.mg_1 {
    margin-top: 10px;
}

.mg_2 {
    margin-top: 20px;
}

.mg_3 {
    margin-top: 30px;
}

.mg_4 {
    margin-top: 40px;
}

/*底部*/

/* 浮动 */
.fudong {
    position: fixed;
    right: 1%;
    z-index: 999;
    top: 30%;
    height: auto;
}

.fudong ul {
    width: 60px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fudong ul li {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.fudong ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
}

.fudong ul li a img {
    margin-bottom: 5px;
    width: 30px;
}

.fudong ul li a p {
    font-size: 11px;
    color: #333;
}

.guide_content {
    display: none;
    background: url(/static/cn/images/popwindow2.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    width: 166px;
    height: 202px;
    position: fixed;
    bottom: 70px;
    left: 30px;
    z-index: 9999999;
    cursor: pointer;
}

.guide_content img {
    position: relative;
    /*top: -30px;*/
    /*left: 65px;*/
    width: 24px;
}

.re_guide_content {
    background-image: url(/static/cn/images/Group.png);
    /*background-image: url(/static/cn/images/popwindow.png);*/
    background-repeat: no-repeat;
    background-position:
        380px 340px,
        right bottom;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: #00000066;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.re_guide_content .re_guide_box {
    width: 680px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-image: url(/static/cn/images/register_guide/guide_box_bg.png);
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    /*background-color: white;
    background-image: url(/static/cn/images/feiji.png);
    background-repeat: no-repeat;
    background-position: 348px 35px, right bottom;*/

    /* width: 560px;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: url(/static/cn/images/register_guide/home_gq_bg.png) no-repeat;
    background-size: cover;
    position: relative; */
}

.re_guide_body_pic {
    width: 100%;
    height: auto;
}

.re_guide_content .re_guide_box .re_guide_close {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -10px;

    /* cursor: pointer;
    position: absolute; */
    /* right: -20px;
    top: -10px; */

    /* right: -1px;
    top: 10px;
    z-index: 99; */
}

/* 国庆 */
.re_guide_content .re_guide_box {
}

.bottom_fix_banner_wrap {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;

    /* width: 1920px; */
    height: 70px;
    background: radial-gradient(28% 28% at 63% 86%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), #ff853a;
    box-shadow: inset 0px 0px 20px 10px rgba(255, 255, 255, 0.15);
    border-radius: 0px 0px 0px 0px;
    /* transition: all 0.5s ease-in-out; */
}

.bfx_center {
    max-width: 1422px;
    margin: 0 auto;
    height: 70px;

    background: url(/static/cn/images/register_guide/bottom_fix_bg_w.png) no-repeat 311px -45px;

    /* background-size: cover; */

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_fix_banner_close {
    position: absolute;

    right: 3px;
    top: 3px;
    cursor: pointer;
}

.bfx_left {
    width: 268px;
    height: 50px;
    /* border: 1px solid; */

    display: flex;
    align-items: center;
    justify-content: center;
}

.dtime_wrap {
    display: flex;
    align-items: center;
}

.dtime_li {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */

    color: rgba(176, 44, 31, 1);

    width: 52px;
    height: 36px;
    font-family: DingTalk JinBuTi;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;

    letter-spacing: 15px;
    padding-left: 6px;
}

.dian {
    width: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtime_li::after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 24px;
    height: 36px;
    background: rgba(255, 255, 255, 0.65);
    top: 0px;
    left: 28px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.dtime_li::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 24px;
    height: 36px;
    background: rgba(255, 255, 255, 0.65);
    top: 0px;
    left: 0px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.bfx_right {
    display: flex;
    align-items: center;
}

.sj_tit {
    font-family: 'SourceHanSansSC-700';
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;
}

.sj_txt {
    margin-left: 20px;
    font-family: 'SourceHanSansSC-400';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;
}

.sj_txt span {
    font-family: 'SourceHanSansSC-700';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 4%;
    color: #0e4f95;
}

.sj_slogan {
    margin-left: 40px;
    /* width: 388px;
    height: 44px; */
    opacity: 1;
    border-radius: 35px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    gap: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.24);
}

.sj_slogan_li {
    /* width: 134;
    height: 32; */
    opacity: 1;
    border-radius: 23px;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    gap: 10px;

    font-family: 'SourceHanSansSC-500';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4%;

    color: #0e4f95;
    background: rgba(251, 237, 234, 0.35);
    border: 1px solid rgba(251, 237, 234, 0.35);
}

.sjie_btn {
    margin-left: 60px;
    /* height: 40px; */
    border-radius: 40px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.24);
}

.sjie_btn span {
    display: block;
    font-family: 'SourceHanSansSC-700';
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    color: #fff;

    background: rgba(255, 109, 21, 1);
    border-radius: 40px;
    padding: 10px 24px;
    box-shadow: 0px 4px 4px 0px rgba(255, 231, 231, 0.25) inset;
}

/* 国庆 end */

.re_guide_box .re_guide_header {
    width: 100%;
    height: 25px;
    font-size: 18px;
    color: black;
    font-family: AppleColorEmoji;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/static/cn/images/register_guide/logo_i.png) 1.5px 3px no-repeat;
}

.re_guide_box .re_guide_header .header-left {
    position: relative;
}

.re_guide_box .re_guide_header .header-left .header-left-one {
    position: absolute;
    top: 4px;
    left: 2px;
}

.re_guide_box .re_guide_body {
    display: flex;
    width: 100%;
    height: 100%;
    color: rgba(27, 35, 55, 1);
    font-family: SourceHanSansCN-Bold;
    flex-direction: column;
    align-items: center;
}

.re_guide_box .re_guide_body > span:first-child {
    font-size: 54px;
    font-weight: 700;
    color: #062c66;
}

.re_guide_box .re_guide_body .re_span_tip {
    color: rgba(133, 137, 148, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    margin-top: 0px;
    font-weight: 400;
}

.re_guide_box .re_guide_body .re_guide_line {
    margin-top: 14px;
    font-size: 32px;
    font-weight: 700;
    color: #062c66;
}

.re_guide_box .re_guide_body .re_guide_tips {
    font-size: 24px;
    font-weight: 500;
    color: #062c66;
    margin-top: 20px;
}

.re_guide_box .re_guide_body .re_guide_line .re_blue_span {
    color: #d43030;
    font-size: 48px;
    font-family: SourceHanSansCN-Bold;
}

.re_guide_box .re_guide_foot a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 67px;
    margin: 48px 10px 0 0;
    border-radius: 118px;
    box-shadow: 0 4px 6px #bdbdbd;
    font-size: 24px;
    font-weight: 700;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 67px;
    /* margin-top: 10px; */
    margin: 48px 10px 0 0;
    border-radius: 118px;
    box-shadow: 0 4px 6px #bdbdbd;
    font-size: 24px;
    font-weight: 700;

    /* display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 134px; */
    /* margin: 344px 10px 0 0; */
    /* border-radius: 118px; */
    /* box-shadow: 0 4px 6px  #BDBDBD; */
    /* font-size: 24px; */
    /* font-weight: 700; */
}

.gq_buy_btn {
    margin-left: 25px;
}

.re_guide_box .re_guide_foot {
    display: flex;
    align-items: center;
}

.re_guide_box .re_guide_foot .re_guide_foot_btn_bottom {
    /*border-radius: 2px;*/
    background: #0d6efb;
    color: #ffffff;
    width: 208px;
}

.re_guide_box .re_guide_foot .re_guide_foot_btn_top {
    background: #ff7a29;
    /*border-radius: 2px;*/
    width: 208px;
    color: white;
}

/* ------gq */
/* .re_guide_body{
    position: relative;
}
.re_guide_foot{
    position: absolute;
    
    bottom: 70px;
} */

/* ------gq end */

/*价格卡样式*/

.package_panel {
    max-width: 1200px;
    margin: 80px auto 0;
}

.main-adv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-adv .advitem {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-adv .advitem span {
    font-size: 13px;
    font-weight: 400;
    /*margin-left: 6px;*/
}

.package_panel .public-tab .el-tabs__nav-scroll {
    /* width: 37%!important; */
}

.buy_main_center {
    background-color: #fff;
    margin: 50px auto 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 4px;
}

.buy_main_center .center_card {
    position: relative;
    width: 22%;
    /*min-height: 300px;*/
    flex-shrink: 0;
    border-radius: 14px;
    box-shadow: 0 0 8px #e3e6e8;
    margin: 0 30px 30px 0;
    text-align: left;
    box-sizing: border-box;
    background: linear-gradient(90deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.buy_main_center .center_card .center_card_body {
    min-height: 300px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #c0d0f0;
}

.buy_main_center .border_red {
    border: 2px solid #175ce9;
}

/*.buy_main_center .border_red .gross_price{
    color: #D43030!important;
}*/

.buy_main_center .border_red .price_total .unit {
    color: #d43030 !important;
}

.buy_main_center .center_card .pos_img {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    /*width: 100%;
    position: absolute;
    top: -7%;
    left: 10px;*/
}

.buy_main_center .center_card .pos_img span {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.buy_main_center .center_card .price_title {
    font-style: normal;
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    display: flex;
}

.buy_main_center .center_card .price_title .discount {
    font-size: 16px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 65px;
    background: #ff7a29;
    color: #ffffff;
    margin-left: 10px;
}

.buy_main_center .border_red .price_title .discount {
    background: #18d680;
}

.buy_main_center .center_card .price_liu {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0 16px;
}

.buy_main_center .center_card .price_unit {
    padding-bottom: 8px;
}

.buy_main_center .center_card .price_unit .price_dan {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.buy_main_center .center_card .price_unit .unit {
    font-size: 12px;
    font-weight: 700;
}

.buy_main_center .center_card .original {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: line-through;
    padding-left: 10px;
    color: #999999;
}

.buy_main_center .center_card .price_total {
    display: flex;
    align-items: center;
}

.buy_main_center .center_card .price_total .total_text {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

.buy_main_center .center_card .price_total .unit {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

.buy_main_center .center_card .gross_price {
    color: #0b2e63;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

.buy_main_center .oper_buy {
    width: 100%;
    height: 40px;
    /*border: 1px solid #1a1a1a;
    border-radius: 8px;*/
    margin: 60px auto 0;
    text-align: center;
    position: relative;
    border-radius: 43px;
    background: #e7f2ff;
    border: 1px solid #e7f2ff;
    box-shadow: 0 0 4px #dde3eb;
}

.buy_main_center .oper_buy:hover {
    border: 1px solid #46aef7;
    background: transparent;
}

.buy_main_center .oper_buy:hover a {
    color: #1a1a1a;
}

.buy_main_center .oper_buy:hover a img {
    display: inline-block;
}

.buy_main_center .oper_buy a {
    display: block;
    text-align: center;
    width: 100%;
    height: 34px;
    line-height: 37px;
    color: #0d6efb;
    font-size: 16px;
    font-weight: 700;
}

.buy_main_center .oper_buy a img {
    width: 24px;
}

.buy_main_center .oper_buy a img {
    display: none;
}

.buy_main_center .center_card .more-dis {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 12px;
}

.buy_main_center .price_tips p {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.buy_main_center .price_tips span {
    margin-left: 6px;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/*静态*/

.static-pro {
    display: flex;
    justify-content: space-between;
    height: 600px;
    margin-top: 60px;
}

.static-pro .static-left {
    width: 59%;
    /*min-width: 700px;*/
    padding: 5px 0;
    border-radius: 14px;
    background: white !important;
    color: #ffffff;
}

.static-pro .static-left .static-left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px;
    /* border-bottom: 1px solid #133261; */
    margin: 0 3px;
    background: #fff !important;
    box-shadow: 2px 6px 14px 0px #00000012;
}

.static-pro .static-left .static-left-top span {
    font-size: 20px;
    font-weight: 700;
}

.static-pro .static-left .static-left-top .custom-search-icon {
    background-image: url('/static/cn/images/priceicon/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 40px;
    display: inline-block;
}

.static-left .static-search .el-input .el-input__inner {
    border-radius: 20px;
    background: transparent;
    color: #1a1a1a;
}

.static-pro .static-left .static-left-area {
    height: 90%;
    overflow: auto;
    padding: 0 15px;
}

.static-pro .static-left .static-left-area .static-left-area-item {
    margin-top: 60px;
    margin-bottom: 30px;
}

/* 防止按钮被压缩导致换行 */
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    flex: 0 0 auto;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    margin-right: 18px;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button .el-radio-button__inner {
    width: 116px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    padding: 10px 20px;
    border-color: #bae0ff;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button .el-radio-button__inner {
    width: 116px;
    height: 40px;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button span {
    box-shadow: 0px 0px 0px #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.static-pro .static-left .static-left-area .static-left-hr {
    border: none;
    border-top: 1px solid #e6eaed;
    margin: 30px 0;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child {
    margin-right: 18px;
    border-left: none;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    margin-right: 18px;
    margin-bottom: 10px;
    border-left: none;
    position: relative;
}

/* 添加第一个 radio-button 的背景图片样式 */
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child .el-radio-button__inner {
    position: relative;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child .el-radio-button__inner::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 17%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-image: url(/static/cn/images/priceicon/hot.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button {
    margin-right: 18px;
    border-left: none;
    margin-bottom: 20px;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button span {
    box-shadow: 0px 0px 0px #e9e9e9;
    border-radius: 54px 54px 54px 54px;
    border: 1px solid #2a82e4;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button {
    margin-right: 18px;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    background: #d9ebff;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #1a1a1a !important;
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #fff !important;
}

/* 原生徽标：静态住宅代理-国家项 */
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button.is-hip .el-radio-button__inner {
    position: relative;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button.is-hip .el-radio-button__inner::before {
    content: '原生';
    position: absolute;
    top: -10px;
    left: 3px;
    padding: 2px 6px;
    background: #2a82e4;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    border-radius: 36px;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    width: 38px;
    height: 17px;
}

.static-pro .static-left .static-card-main .static-left-product-item .static-left-product-title {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 15px;
    color: #1a1a1a;
}

.static-pro .static-left .static-card-main .static-left-product-item .el-input-number--mini {
    width: 100px !important;
    line-height: 22px !important;
}

.static-pro .static-left .static-card-main .static-left-product-item .el-input--mini .el-input__inner {
    height: 24px;
    line-height: 20px;
}

.static-pro .static-left .static-left-area .el-collapse {
    border: none;
}

.static-pro .static-left .static-left-area .el-collapse-item {
    margin-top: 20px;
    border: 1px dashed #0042a6;
    padding: 0 10px;
    border-radius: 4px;
}

.static-pro .static-left .static-left-area .el-collapse-item.is-active {
    border: none;
}

.static-pro .static-left .static-left-area .el-collapse-item__header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    border: none;
}

.static-pro .static-left .static-left-area .el-collapse-item__arrow {
    margin: 0 10px !important;
}

.static-pro .static-left .static-left-area .el-collapse-item__wrap {
    background: transparent;
    border: none;
}

.static-pro .static-left .static-left-area .el-collapse-item__content {
    padding: 10px 0 0 !important;
}

.static-pro .static-left .static-card-main {
    max-height: 200px;
    overflow-y: auto;
    /* overflow: auto; */
    display: flex;
    flex-wrap: wrap;
}

.static-pro .static-left .static-card-main .card-one {
    border-radius: 6px !important;
    border: 1px solid #e6eaed !important;
}

.static-pro .static-left .static-card-main .card-one {
    width: 31%;
    margin-right: 20px;
    border-radius: 8px;
    background: transparent;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #a7bffc;
    height: 80px;
    box-sizing: border-box;
}

.static-pro .static-left .static-card-main::-webkit-scrollbar {
    width: 6px;
}

.static-pro .static-left .static-card-main .card-one:nth-of-type(3n) {
    margin-right: 0 !important;
}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:nth-of-type(5n) {
    /* 单行横向滚动场景下，保持统一的右间距 */
    margin-right: 0px !important;
}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button:nth-of-type(5n) {
    /* 单行横向滚动场景下，保持统一的右间距 */
    margin-right: 0px !important;
}

.static-pro .static-left .card-one {
    color: #ffffff;
}

.static-pro .static-left .static-card-main .card-one .el-checkbox__label {
    /*font-weight: 700;*/
    color: #ffffff;
    line-height: unset;
    overflow: hidden;
}

.static-pro .static-left .card-one .el-checkbox__inner {
    border-radius: 50%;
    border-color: #ffffff;
    background-color: transparent;
}

.static-pro .card-one .el-checkbox__input.is-checked .el-checkbox__inner::after {
    display: none;
}

.static-pro .static-left .card-one.is-checked {
    color: #ffffff;
    /*background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);*/
    background: #edf6fd;
}

.static-pro .static-left .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ffffff;
}

.static-pro .static-left .el-checkbox__input.is-checked .el-checkbox__inner {
    border: 3px solid #ffffff;
}

.static-pro .static-left .static-card-main .card-one .is-hot {
    position: absolute;
    right: -2px;
    top: -1px;
}

.static-pro .static-left .static-card-main .card-one.is-checked .is-hot {
    position: absolute;
    right: -1px;
    top: -0px;
}

.static-pro .static-left .static-card-main .card-one .is-sign {
    position: absolute;
    right: 0;
    top: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 22px;
    width: 53px;
    line-height: 20px;
    background: #2a82e4;
    border-radius: 2px 0px 0px 0px;
}

.static-pro .static-left .static-card-main .card-one .is-sign span {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff !important;
    line-height: 18px;
}

.static-pro .static-right {
    width: 39%;
}

.static-pro .static-right .static-right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #061f5f;
    padding: 14px;

    background: #ffffff !important;
    border: 1px solid #e6eaed;
    box-shadow: 2px 6px 14px 0px #00000012;
}

.static-pro .static-right .static-right-top .static-right-clear {
    cursor: pointer;
}

.static-right .static-right-top .static-right-detail {
    display: flex;
}

.static-right .static-right-top .static-right-detail .static-right-static_price {
    display: flex;
    /* line-height: 26px; */
    align-items: center;
    margin-left: 5px;
}

.static-right .static-right-top .right-top-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a !important;
}

.static-right .static-right-top .el-radio-button__inner {
    border-radius: 32px !important;
    background: #95accf;
    padding: 10px 26px;
    border: none;
    margin-left: 10px;
}

.static-right .select-static-min {
    border-radius: 10px;
    background: #061f5f;
    height: 407px;
    margin-top: 24px;
    padding: 35px 10px;
    padding-top: 2px;

    box-shadow: 0 0 12px #cad3e0;
    background: #fff !important;
}

.static-right .select-empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-right .select-static-min .select-static-list {
    height: 100%;
    overflow: auto;
}

.static-right .select-static-list .select-one {
    display: flex;
    align-items: center;
    padding: 20px 0;
    /*margin-top: 25px;*/
    color: #ffffff;
    border-bottom: 1px solid #e6e9ed;
    margin-left: 20px;
}

.static-right .select-static-list .select-one > div {
    display: flex;
    align-items: center;
}

.static-right .select-one .one-area {
    width: 61%;
}

.static-right .select-one .one-area .one-area-detail span {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
}

.static-right .select-one .one-area img {
    width: 33px;
    height: 33px;
    border-radius: 50px;
}

.static-right .select-one .one-area span {
    font-weight: 700;
    margin-left: 10px;
}

.static-right .select-one .one-price {
    width: 50%;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
    color: #333333 !important;
    margin-top: 4px;
}

.static-right .select-one .one-num {
    width: 34%;
    justify-content: flex-end;
}

.static-right .select-one .one-num span {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.static-right .select-one .one-num .el-input-number--small {
    width: 110px !important;
}

.static-right .right-total {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #061f5f;
    padding: 14px 20px;
    margin-top: 24px;
    max-height: 80px;

    box-shadow: 0 0 12px #cad3e0;
    background: #fff !important;
}

.static-right .right-total .right-total-info div:last-child {
    padding-top: 6px;
    display: flex;
    align-items: center;
}

.static-right .right-total .right-total-info span {
    color: #ffffff;
}

.static-right .right-total .right-total-info .total-title {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
}

.static-right .right-total .right-total-info .select-nums {
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 10px;
}

.static-right .right-total .right-total-info .total-price {
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #2a82e4 !important;
}

.static-right .right-total .right-total-info .total-price-title {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
}

.static-right .right-total .right-submit {
    display: flex;
    align-items: flex-end;
}

.static-right .right-total .right-submit .el-button {
    background: #2a82e4;
    font-size: 16px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    background: #2a82e4;
    border-radius: 42px 42px 42px 42px;

    color: #fff;
}

/*白色背景板*/
.package_white {
    padding: 2px;
}

.package_white .static-pro .static-left {
    border: 1px solid #e6eaed;
    background: none !important;
    box-shadow: 2px 6px 14px 0px #00000012;
    /*box-shadow: 0 0 12px  #CAD3E0;*/
}

.package_white .plate-color {
    padding: 8px;
}

.package_white .static-pro .static-left .static-left-top {
    border-bottom: 1px solid #e6e9ed;
}

.package_white .static-pro * {
    color: #1a1a1a !important;
}

.package_white .static-pro .static-right .static-right-top {
    background: #ffffff !important;
    border: 1px solid #e6eaed;
    box-shadow: 2px 6px 14px 0px #00000012;
}

.package_white .static-right .select-static-min {
    box-shadow: 0 0 12px #cad3e0;
    background: #fff !important;
}

.package_white .static-right .right-total {
    box-shadow: 0 0 12px #cad3e0;
    background: #fff !important;
}

.package_white .static-pro .static-left .static-card-main .card-one {
    border: 1px solid #8b95a3;
}

.package_white .static-pro .static-left .static-card-main .card-one .el-checkbox__label {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.package_white .static-right .right-total .right-submit .el-button span {
    color: #ffffff !important;
}

.package_white .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #ffffff !important;
}

.package_white .static-pro .static-left .card-one .el-checkbox__inner {
    border-color: #8b95a3;
}

.package_white .static-pro .static-left .el-checkbox__input.is-checked .el-checkbox__inner {
    border: 3px solid #ffffff !important;
}

.package_white .static-pro .static-left .card-one.is-checked {
    border: none !important;
}

.package_white .static-pro .static-left .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ffffff !important;
}

.package_white .static-pro .static-left .static-left-area .el-collapse-item {
    border: 2px dashed #dfe8f2;
}

.crumbs {
    padding: 20px 0 40px;
}

/*.static-main .plate-color .proxies{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    height: 1100px;
    padding: 10px;
}
.static-main .plate-color .proxies .proxies-left {
    width: 75%;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #C7C5C5;
    flex-direction: column;
}

.static-main .plate-color .proxies .proxies-right {
    width: 24%;
    min-width: 337px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #C7C5C5;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .bigtitle_first {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
    display: flex;
    position: relative;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .line {
    background-color: #ccc;
    height: 1px;
    width: 96%;
    margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-left .left-main {
    display: flex;
    flex-wrap: wrap;
    height: 90%;
    overflow: auto;
}

.static-main .left_title_card {
    width: 100%;
}


.static-main .plate-color .proxies .proxies-left .left-main .left_title_card .region .card_title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
}

.static-main .plate-color .proxies .left-card-main {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.static-main .plate-color .proxies .left-one {
    margin: 1.5%;
    display: flex
;
    align-items: center;
    background-color: #F2F5FB;
    border-radius: 4px;
    width: 47%;
    position: relative;
    justify-content: space-between;
}

.static-main .plate-color .proxies .left-one .fire {
    position: absolute;
    bottom: 40px;
    left: -28px;
}

.static-main .plate-color .proxies .left-one img {
    padding: 20px 0 20px 20px;
}

.static-main .plate-color .proxies .left-one .left-one-country {
    padding-right: 10px;
}

.static-main .plate-color .proxies .left-one .left-one-country p:last-child {
    font-size: 12px;
    color: #999;
    text-align: left;
}

.static-main .plate-color .proxies .left-one .left-one-number {
    padding: 0 10px;
}

.proxies-right .proxies-right-top {
    margin-bottom: 40px;
    box-shadow: 0 0 12px 0 #C7C5C5;
    padding: 30px 0;
    border-radius: 8px;
}


.static-main .plate-color .proxies .proxies-right .left-bigtitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    width: 100% !important;
}

.static-main .plate-color .proxies .proxies-right .bigtitle_first {
    margin: 20px;
}

.static-main .plate-color .proxies .proxies-right .left-bigtitle .line {
    background-color: #ccc;
    height: 1px;
    width: 96%;
    margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-right .right-statictitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
}

.proxies-right .right-country-main {
    height: 335px;
    overflow: auto;
}

.proxies-right .right-country-main .left-one {
    width: 96% !important;
}

.right-country-main .left-one .left-one-country {
    display: flex
;
    align-items: center;
}

.static-main .plate-color .proxies .left-one .left-one-country p {
    margin: 5px !important;
}

.proxies-days {
    margin-left: 17px;
    margin-right: 17px;
    padding: 20px 0;
    border-top: 1px dashed #eee;
}

.line {
    background-color: #ccc;
    height: 1px;
    width: 90%;
    margin: auto;
}

.proxies-right .proxies-right-top .right-total {
    width: 90%;
    margin: auto;
}

.proxies-right .proxies-right-top .right-total .right-total-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.proxies-right .proxies-right-top .right-total .el-button {
    background: #FF9200;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    width: 100%;
    margin: 30px 0 0 0;
}*/
/*价格end*/

.adsense {
    width: 160px;
    height: 500px;
    position: fixed;
    bottom: 20%;
    left: 30px;
    z-index: 999;
    cursor: pointer;
}

.adsense .re_guide_close {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 8px;
}

.adsense .el-carousel__indicators--outside {
    display: none;
}

/* 不限量套餐模块  ai页面套餐拖拽切换模块 start --------------------------*/
.combo_box {
    display: flex;

    flex-direction: column;
    align-items: center;
}

.combo_box .el-slider__runway {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.combo_box .el-slider__stop {
    display: none;
}

.combo_box .el-slider__button {
    width: 14px;
    height: 14px;
    background: #0d6efb;
    border: 0;
}

.combo_box .el-slider__bar {
    background: #0d6efb;
}

.combo_tab {
    position: relative;
    display: flex;

    width: 356px;
    height: 42px;
    background: #ffffff;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #f0f0f0;
}

.tab-item {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;

    width: 97px;
    height: 40px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #606368;
}

.tab-item.active {
    color: #fff;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #0585f2;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.combo_cont {
    margin-top: 30px;
    padding: 40px;

    width: 1200px;
    /* height: 414px; */
    height: auto;

    background: #ffffff;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #f3f4f5;
}

.band_desc {
    display: flex;
    justify-content: space-between;

    padding-bottom: 26px;

    border-bottom: 1px dashed #f3f4f5;
}

.combo_item_wrap {
    margin-top: 26px;
    display: flex;
}

.combo_item_left {
    /* border: 1px solid #2994ff;
    flex: 1;

    padding: 20px; */

    flex: 1;
}

.t_combo_title {
    width: 64px;
    height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.cur_day_tit {
    margin: 20px 0 11px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}

.t_combo_navday {
    display: flex;
    gap: 20px;
}

.tab_daynav {
    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 80px;
    height: 34px;
    background: #ffffff;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #f0f0f0;
    cursor: pointer;

    line-height: 34px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.tab_daynav.active {
    /* width: 80px; */
    /* height: 34px; */
    background: #f5f9ff;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #88b9ff;

    font-family: oppo;
    font-weight: 400;
    font-size: 16px;
    color: #0d6efb;
}

.combo_tabsize_wrap {
    padding: 10px;
}

/* 修改滑块提示框背景色 */

.combo_item_right {
    margin-left: 70px;
    width: 352px;
    height: 204px;
    /* height: 225px; */
    background: #fbfbfb;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #ebebeb;
}

.t_combo_type_wrap {
    margin: 22px 30px 0;

    border-bottom: 1px dashed #ebebeb;
}

.t_combo_type {
    display: flex;
    justify-content: space-between;

    margin-bottom: 16px;
}

.t_type {
    /* width: 74px; */
    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #35383c;
}

.t_day_val {
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.t_name_val {
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.t_price_val {
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #ff6a20;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.original_price_zline {
    margin-top: -13px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    color: #525252;
    text-align: right;

    text-decoration: line-through;

    margin-bottom: 16px;
}

.band_title_wrap {
    width: 312px;
}

.band_item_title {
    /* width: 87px;
    height: 26px; */
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    color: #333333;

    display: flex;
    align-items: center;
}

.band_item_title span {
    margin-left: 6px;

    /* width: 176px;
    height: 28px; */
    background: #fff6f1;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #ffd6b9;

    padding: 6px 12px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #ff6214;
    text-shadow: 0px 1px 6px rgba(212, 88, 0, 0.2);
}

.band_tit_desc {
    margin-top: 14px;

    /* width: 312px;
    height: 36px; */
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
}

.band_title_list {
    margin-top: 8px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 740px;
    height: 54px;
    overflow: hidden;

    /* border: 1px solid #FFD6B9; */
}

.band_title_list li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    width: 33%;
    height: 18px;
}

.band_txt {
    margin-left: 8px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.band_title_list li img {
    width: 16px;
    height: 16px;
}

.now_p_btn {
    margin: 24px 20px 22px;

    width: 312px;
    height: 34px;
    background: #0d6efb;
    border-radius: 18px 18px 18px 18px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s;
}

.now_p_btn a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 312px;
    height: 34px;
    color: #fff;
}

.now_p_btn:hover {
    background: #0c5ed8;
}

/* 不限量套餐模块 ai页面套餐拖拽切换模块 end   --------------------------*/

/* unlimited_buy 不限量购买模块 start ----------------------- */

.unlim_combo_tit_wrap {
}

.unlim_combo_tit {
    margin-top: 74px;
    line-height: 63px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 54px;
    color: #333333;
    text-align: center;
}

.unlim_c_adv {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 70px;
}

.unlim_li_txt {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;

    display: flex;
    align-items: center;
    gap: 8px;
}

.unlim_li_txt img {
    width: 16px;
    height: 16px;
}

/* buy 不限量套餐 start */
.unlim_body_wrap {
    margin: 50px 0 38px;
}

.unlim_body_wrap.unlimited_buy_show {
    margin: 15px 0 38px;
}

.unlim_tab {
    margin: 0 auto;
    position: relative;
    display: flex;

    width: 272px;
    height: 42px;
    background: #ffffff;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #f0f0f0;
}

.tab_unl_item {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;

    width: 97px;
    height: 40px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #606368;
}

.tab_unl_item.active {
    color: #fff;
}

.unl_tab_indicator {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #0585f2;
    transition: all 0.3s ease;
    border-radius: 24px;
}

.tab_unl_content {
}

.tab_unl_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: space-between; */
}

.tab_unl_li {
    margin-top: 34px;
    width: 18.5%;
}

.tab_unl_li_body {
    background: #fff url(/static/cn/images/promotion/tab_unl_li01.webp?v={$res_ver}) no-repeat top center;
    background-size: 100% 50%;
    /* width: 224px; */
    /* width: 100%; */
    height: 322px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #efefef;

    /* display: flex;
    flex-direction: column;
    justify-content: center; */

    transition: all 0.3s;
}

.tab_unl_li_body:hover {
    border: 1px solid #0d6efb;
}

.tab_unl_li_body:hover .item_unl_buybtn {
    color: #fff;
    background: #0d6efb;
    box-shadow: 0px 4px 10px 0px rgba(13, 110, 251, 0.3);
    border: 1px solid #0d6efb;
}

.tab_unl_li_body:hover .item_unl_buybtn a {
    color: #fff;
}

.item_unl_type {
    margin-top: 30px;
    line-height: 24px;
    font-family: Montserrat, Montserrat;
    font-weight: 500;
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;
}

.item_unl_unitprice {
    margin-top: 32px;

    line-height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #35383c;
    text-align: center;
}

.item_unl_unitprice span {
    /* width: 106px; */
    line-height: 44px;
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 36px;
    color: #1c1c1c;
    text-align: left;
}

.item_unl_price {
    margin-top: 8px;
    text-align: center;

    line-height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
}

.item_buy_select {
    margin: 0 auto;

    margin-top: 20px;
    width: 164px;
    height: 32px;
    overflow: hidden;
}

.item_buy_select .el-input__inner {
    height: 32px;
}

.item_buy_select .el-input__icon {
    line-height: 32px;
}

.item_unl_buybtn {
    margin: 0 auto;
    margin-top: 40px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 164px;
    height: 42px;
    background: #ffffff;
    border-radius: 21px 21px 21px 21px;
    border: 1px solid #333333;

    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;

    cursor: pointer;
    transition: all 0.3s;
}

.item_unl_buybtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;

    width: 164px;
    height: 42px;
    border-radius: 21px;
}

.nul_hot {
    position: relative;
}

.nul_hot .tab_unl_li_body {
    position: relative;
    z-index: 1;
    border-radius: 14px 14px 14px 14px;

    background:
        linear-gradient(#fff1ed 0%, white 35%) padding-box,
        linear-gradient(90deg, #ff8350, #ff5511) border-box;
    border: 2px solid transparent;
    /* box-shadow: 0px 2px 8px 0px #FFE0D2; */
}

.nul_hot .item_unl_buybtn,
.nul_hot .tab_unl_li_body:hover .item_unl_buybtn {
    color: #fff;
    border: 0;
    background: linear-gradient(270deg, #ff5511 0%, #ff8350 100%);
    box-shadow: none;
}

.nul_hot .item_unl_buybtn a,
.nul_hot .tab_unl_li_body:hover .item_unl_buybtn a {
    color: #fff;
    border: 0;
    background: linear-gradient(270deg, #ff5511 0%, #ff8350 100%);
    box-shadow: none;
}

.tab_unl_li .hot_img {
    position: absolute;
    top: -30px;
    left: 0;

    padding-top: 9px;
    width: 100%;
    height: 34px;
    height: 50px;
    background: linear-gradient(270deg, #ff5511 0%, #ff8350 100%);
    border-radius: 14px 14px 0 0;

    display: flex;
    justify-content: center;
    /* align-items: center; */

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.tab_unl_li .hot_img img {
    margin-right: 7px;
    width: 9px;
    height: 14px;
}

.item_unl_type_coust {
    margin-top: 27px;
    line-height: 23px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    color: #0d6efb;
    text-align: center;
}

.coust_dec {
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.item_unl_coust_txt {
    line-height: 16px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #1c1c1c;
}

.item_unl_buybtn.unl_coust_btn {
    margin-top: 72px;
}

/* buy 不限量套餐 end */

/* unlimited_buy 不限量购买模块 end ----------------------- */

/* ai_ faq start ----------------------- */
.ai_faq_wrap_100 {
    background: #fff;
}

.ai_faq_wrap {
    position: relative;
    margin: 0 auto;
    padding: 120px 0;
    max-width: 1200px;

    display: flex;
    justify-content: space-between;

    /* border: 1px solid red; */
}

.left_faq_wrap {
    width: 360px;
}

.faq_tit {
    margin-top: 44px;

    /* width: 332px; */
    line-height: 98px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 84px;
    color: #333333;
}

.faq_txt {
    margin-top: 20px;

    width: 360px;
    height: 66px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #606368;
    line-height: 22px;
    text-align: left;
}

.faq_more_a {
    position: absolute;

    left: 0;
    bottom: 120px;

    width: 146px;
    height: 36px;

    /* border: 1px solid red; */
}

.faq_more_btn {
    width: 146px;
    height: 36px;
    background: #ffffff;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #333333;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #333333;

    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_more_btn img {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.faq_more_btn:hover img {
    margin-left: 15px;
}

.right_faq_wrap {
    width: 700px;
    height: auto;

    /* border: 1px solid #E8E8E8; */
}

/* faq-right start */

.h_panel_nine {
    /* padding: 80px 0px; */
    background: #fff;
}

.h_panel_nine_c {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
}

.quest_ul {
}

.quest_ul_li {
    margin-bottom: 20px;

    background: #fcfcfc;
    border-radius: 22px;
    border: 1px solid #f3f4f5;

    transition: all 0.3s ease-out;
}

.quest_ul_li.expanded {
    max-width: 1024px;
    border: 1px solid #333;
}

.quest_ul_li.expanded .quest_li_tit {
    padding: 30px 32px 16px 32px;
    /* background:#fff; */
}

.quest_ul_li.expanded .quest_li_dec {
    /* padding:0 20px; */
    padding: 0px 32px 16px 32px;
}

.quest_li_tit {
    padding: 30px 32px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 1024px; */
    height: 80px;
    border-radius: 22px;
    border: 1px solid rgba(230, 234, 245, 0);

    line-height: 26px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    color: #333333;

    cursor: pointer;
}

.quest_li_tit span {
    /* padding: 10px; */
}

.questli_btn {
    transition: all 0.3s ease-in-out;
}

.quest_ul_li.expanded .questli_btn {
    margin-left: 60px;
    cursor: pointer;
    transform: rotate(90deg);
}

.questli_btn i {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/static/cn/images/products/faq_btn01.webp) no-repeat;
    background-size: cover;
}

.quest_ul_li.expanded .questli_btn i.open {
    background: url(/static/cn/images/products/faq_btn02.webp) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
}

.quest_li_dec {
    /* padding: 10px 10px 10px 20px; */
    padding: 0 32px;
    /* width: 926px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;
}

.quest_li_dec img {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

.quest_li_dec .faq_vector {
    display: flex;
    align-items: flex-start;
}

.quest_ul_li:hover {
    border: 1px solid black;
    transform: scale(1.05);
}

.quest_ul_li:last-child {
    margin-bottom: 0;
}

/* faq-right end */

/* ai_ faq end ----------------------- */

@media (max-width: 999px) {
    .top {
        height: 64px;
        padding: 20px;
    }

    .top-bar-left a {
        height: 46px;
    }

    .top .top-bar .top-bar-left a.logo {
        width: 96px;
        height: 18px;
    }

    .top .top-bar .top-bar-right {
        flex-direction: row-reverse;
        column-gap: 17px;
    }

    .top .top-bar .top-bar-right .right_user_info {
        display: none;
    }

    .top .top-bar .top-bar-right .mobile_user_info {
        display: block;
    }

    .top-bar .top-bar-right .nav ul {
        display: none;
    }

    .top-bar .top-bar-right .caozuo {
        margin: 0;
    }

    .top-bar .top-bar-right .caozuo .caozuo1 {
        display: none;
    }

    .top-bar .top-bar-right .caozuo .caozuo2 > a {
        width: 76px;
        height: 32px;
        box-shadow: 0px 2px 8px 0px #0d6efb80;
    }

    .nav_mobile {
        display: block;
    }

    .header {
        padding-top: 20%;
    }

    .header .content .main-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
    }

    /*悬浮*/
    .re_guide_content .re_guide_box {
        width: 80% !important;
        height: auto;

        /* width: 100% !important;
        height: auto; */

        /* background-size: contain; */
    }

    .re_guide_box .re_guide_body > span:first-child {
        font-size: 26px;
    }

    .re_guide_box .re_guide_body .re_guide_line {
        font-size: 18px;
    }

    .re_guide_box .re_guide_body .re_guide_line .re_blue_span {
        font-size: 24px;
    }

    .re_guide_box .re_guide_body .re_guide_tips {
        font-size: 16px;
    }

    /* gq  */
    /* .re_guide_foot {
        position: absolute;
        bottom: 38px;
    }
    .bfx_center{
        height: auto;
            flex-direction: column;
    }
    .bfx_left{
        margin-top: -35px;
        border-radius: 8px;
        width: 276px;
        height: 22px;
        background: #ff873e;
        border: 2px solid #ff873e;
        padding: 3px;
        box-sizing: content-box;
        overflow: hidden;
    }
    .dtime_li{
        z-index: 10;
    }
    .sj_slogan{
        display: none;
    }
    .sj_tit{    
        font-size: 12px;
    }
    .sj_txt{
        margin: 0;
        font-size: 12px;
    }
    .bfx_right{
        display: block;
        margin-top: 10px;
    }
    .sjie_btn{
        margin-left: 4px;
        display: block;
        width: 100px;
    }
    .sjie_btn span{
        width: 100px; 
        font-size: 12px;  
    } */

    /* gq end    */
    .re_guide_box .re_guide_foot a {
        height: 40px;
        font-size: 16px;
    }

    .re_guide_box .re_guide_foot .re_guide_foot_btn_top {
        width: 120px;
    }

    .re_guide_box .re_guide_foot .re_guide_foot_btn_bottom {
        width: 120px;
    }

    .top-activity {
        display: none;
    }

    .allScene {
        flex-direction: column;
        padding: 0 20px;
    }

    .allScene .scene-item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer {
        padding: 0 10px;
        padding-top: 70px;
    }

    .footer .footer_content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .footer .footer_content .footer_links {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px 16px;
    }

    .footer_bottom .copyright {
        flex-direction: column;
    }

    .footer_bottom .bottom_content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    /*购买面板自适应*/

    .package_panel .public-tab .el-tabs__nav-scroll {
        width: 100% !important;
        padding: 0;
    }

    .buy_main_center {
        flex-direction: column;
        padding: 0 20px;
    }

    .buy_main_center .center_card {
        width: 100%;
    }

    /* 兼容 products 页面 packages_panel 自适应 */
    .packages_panel {
        padding: 20px;
    }

    .packages_panel .public-tab .el-tabs__nav-scroll {
        width: 90% !important;
    }

    .packages_panel .main-adv {
        flex-direction: column;
        align-items: center;
    }

    .packages_panel .main-adv .advitem {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .static-pro {
        flex-direction: column;
        height: auto;
        padding: 0 10px;
    }

    .static-pro .static-left {
        width: 100%;
    }

    .static-pro .static-left .static-left-area {
        padding: 0;
    }

    .static-left-area-item,
    .static-left-state-item {
        padding: 10px;
    }

    .static-pro .static-left .static-left-area .static-left-area-item .el-radio-group {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
    }

    .static-pro .static-right {
        width: 100%;
        margin-top: 20px;
    }

    .static-pro .static-left .static-card-main .card-one {
        width: 42%;
    }

    .static-pro .static-left .static-card-main .card-one:nth-of-type(3n) {
        margin-right: 20px !important;
    }

    .static-pro .static-left .static-left-area .static-left-state-item .el-radio-button:nth-of-type(5n) {
        /* 单行横向滚动场景下，保持统一的右间距 */
        margin-right: 10px !important;
    }

    .pagination {
        width: 100%;
        overflow: hidden;
    }

    .adsense {
        display: none;
    }

    .right_menu_item .el-collapse-item__header {
        padding: 0 10px;
    }

    .right_menu_item .el-collapse-item__content {
        padding-bottom: 0;
    }

    .right_menu_item .el-collapse-item__content > div {
        padding: 5px 0;
    }

    .right_menu_item .el-collapse-item__wrap a {
        color: #303133;
    }
}

@media (max-width: 910px) and (min-width: 701px) {
    .combo_wrap {
        padding: 20px 0;
    }

    .combo_txt {
        padding: 10px;
    }

    .combo_cont {
        padding: 10px;
        width: 100%;
    }

    .band_desc {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .combo_item_right {
        margin-left: 30px;
        width: 300px;
    }

    .now_p_btn {
        width: auto;
    }

    /* ai_faq_wrap--- */
    .ai_faq_wrap {
        padding: 10px;
    }

    .faq_tit {
        font-size: 40px;
    }

    .faq_more_a {
        left: 10px;
    }

    .left_faq_wrap {
        width: 35%;
    }

    .faq_txt {
        width: 100%;
    }

    .right_faq_wrap {
        width: 60%;
    }

    /* ai_faq_wrap-- end- */

    /* unlimited_buy 不限量购买模块 start ----------------------- */
    .unlim_combo_tit {
        margin-top: 20px;
    }

    .unlim_c_adv {
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .unlim_li_txt {
        /* width: 48%; */
    }

    .tab_unl_content {
        margin-top: 10px;
    }

    .tab_unl_list {
        display: flex;
        /* flex-direction: column; */
        /* justify-content: space-between; */
        flex-wrap: wrap;
        padding: 20px;
    }

    .tab_unl_li {
        width: 48%;
    }

    .tab_unl_li_body {
        width: 100%;
    }

    .tab_unl_li {
        /* margin-bottom: 20px; */
    }

    .tab_unl_li_body {
        background-size: 120% 322px;
    }

    .nul_hot {
        margin-top: 30px;
    }

    /* unlimited_buy 不限量购买模块 end ----------------------- */
}

@media (max-width: 700px) {
    .combo_wrap {
        padding: 20px 0;
    }

    .combo_txt {
        padding: 10px;
    }

    .band_desc {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .combo_cont {
        width: 100%;
        padding: 10px;
    }

    .band_title_wrap,
    .band_item_title,
    .band_tit_desc {
        width: 100%;
    }

    .band_title_list {
        width: 100%;
        height: auto;
    }

    .band_title_list li {
        margin-bottom: 5px;
        width: 50%;
    }

    .combo_item_wrap {
        display: flex;
        flex-direction: column;
    }

    .combo_item_left,
    .combo_item_right {
        width: 100%;
    }

    .combo_item_right {
        margin-top: 20px;
        margin-left: 0;
    }

    .now_p_btn {
        width: auto;
    }

    /* ai---faq------ */

    .ai_faq_wrap {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .left_faq_wrap {
        width: 100%;
    }

    .faq_tit {
        width: 100%;
    }

    .faq_txt {
        width: 100%;
    }

    .faq_more_a {
        position: initial;
        margin: 20px 0;
    }

    .right_faq_wrap {
        width: 100%;
    }

    .faq_tit {
        font-size: 40px;
    }

    /* ai---faq---end--- */

    /* unlimited_buy 不限量购买模块 start ----------------------- */
    .unlim_combo_tit {
        margin-top: 20px;
    }

    .unlim_c_adv {
        flex-wrap: wrap;
        gap: 10px;
    }

    .unlim_li_txt {
        width: 48%;
    }

    .tab_unl_content {
        margin-top: 10px;
    }

    .tab_unl_list {
        display: flex;
        flex-direction: column;

        padding: 20px;
    }

    .tab_unl_li {
        width: 100%;
    }

    .tab_unl_li_body {
        width: 100%;
    }

    .tab_unl_li {
        /* margin-bottom: 20px; */
    }

    .tab_unl_li_body {
        background-size: 120% 322px;
    }

    .nul_hot {
        margin-top: 30px;
    }

    .band_txt,
    .unlim_li_txt {
        font-size: 12px;
    }

    .pay_type,
    .pay_detail_thin {
        width: 90%;
    }

    /* unlimited_buy 不限量购买模块 end ----------------------- */
}

@media (max-width: 576px) {
    .big-title,
    .proxy-type .type-left .proxy-name {
        font-size: 24px !important;
    }

    .public-tab .el-tabs__item {
        font-size: 14px !important;
    }

    .static-pro .static-left .static-card-main {
        flex-direction: row-reverse;
        align-items: center;
    }

    .static-pro .static-left .static-card-main .card-one {
        width: 80%;
    }

    /*.static-right .select-static-list .select-one{*/
    /*    flex-direction: column;*/
    /*}*/
    .static-right .select-one .one-area {
        width: 93% !important;
    }

    .static-right .select-static-list .select-one > div {
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .public-tab .el-collapse-item__header {
        font-size: 12px !important;
        line-height: 16px;
    }

    .static-pro .static-left .static-left-top {
        flex-direction: column !important;
    }

    .main-adv {
        flex-direction: column;
        align-items: center;
    }
}

/* 618 活动 start */
.adbanner-618 {
    width: 100vw;
    height: 50px;
    background: linear-gradient(89.84deg, #fffcd1 -4.77%, #b3efa4 48.8%, #fffcd1 102.36%);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;

    display: flex;
    justify-content: center;
}

.adbanner-618::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/static/cn/images/618/adbanner/adbanner_bg.webp) no-repeat;
}

.adbanner-618-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.adbanner-618-text {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.adbanner-618-text::before {
    content: '';
    position: absolute;
    left: -42px;
    width: 34px;
    height: 34px;
    z-index: -1;
    background: url(/static/cn/images/618/adbanner/adbanner_icon.webp) no-repeat;
}

.adbanner-618-text::after {
    content: '';
    position: absolute;
    right: -44px;
    width: 34px;
    height: 34px;
    z-index: -1;
    background: url(/static/cn/images/618/adbanner/adbanner_icon.webp) no-repeat;
    transform: scaleX(-1);
}

.adbanner-618-text .text-item {
    font-family: OPPO;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #333333;
}

.adbanner-618-text .text-sep {
    width: 0px;
    height: 16px;
    border-left: 1px solid #000000;
}

.adbanner-618-text .highlight {
    font-family: AaHouDiHei;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    background: linear-gradient(90deg, #bbfa47, #25fa6b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
}

.adbanner-618-text .text-item span {
    margin-left: 7px;
    font-size: 24px;
    line-height: 30px;
}

.adbanner-618-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.adbanner-618-timer {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-box {
    width: 36px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, #daf9b6 0%, #a0e64f 100%);
    border: 1px solid #ecffd9;

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;

    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-lbl {
    margin-top: 2px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.countdown-colon {
    width: 4px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.adbanner-618-close {
    border: none;
    background: transparent;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
    padding: 0;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
}

.adbanner-618-close:hover {
    transform: scale(1.1);
}

/* 618 移动端及小屏适配 */
@media (max-width: 1200px) {
    .adbanner-618-wrap {
        gap: 30px;
    }
    .adbanner-618-text::before,
    .adbanner-618-text::after {
        display: none !important;
    }
    .adbanner-618-text .text-item:nth-of-type(2),
    .adbanner-618-text .text-sep:nth-of-type(2),
    .adbanner-618-text .text-item:nth-of-type(3),
    .adbanner-618-text .text-sep:nth-of-type(3) {
        display: none;
    }
    .adbanner-618-text .text-item,
    .adbanner-618-text .highlight {
        font-size: 16px;
    }
    .adbanner-618-text .text-item span {
        font-size: 18px;
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .adbanner-618-wrap {
        gap: 12px;
        padding: 0 10px;
        width: 100%;
        justify-content: center;
    }
    .adbanner-618-text .text-item:nth-of-type(1),
    .adbanner-618-text .text-sep:nth-of-type(1) {
        display: none;
    }
    .adbanner-618-text .highlight {
        font-size: 14px;
        -webkit-text-stroke: 0.5px #000;
    }
    .adbanner-618-right {
        gap: 10px;
    }
    .countdown-box {
        min-width: 26px;
        height: 20px;
        font-size: 12px;
        border-radius: 4px;
    }
    .countdown-lbl {
        font-size: 10px;
        margin-top: 2px;
    }
    .countdown-colon {
        height: 20px;
        font-size: 12px;
        margin: 0;
    }
    .adbanner-618-close {
        font-size: 18px;
        margin-left: 5px;
    }
}

#adpopup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11000;
}

#adpopup-content {
    position: relative;
    width: 636px;
    height: 734px;
    min-width: 636px;
    min-height: 734px;
    background: url(/static/cn/images/618/adbanner/poster_bg.webp) no-repeat;
    background-size: 100% 100%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    flex-shrink: 0;
}

.adpopup-top-info {
    position: absolute;
    top: 236px;
    left: 319px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757c13;
}

.adpopup-inner-box {
    position: absolute;
    top: 329px;
    left: 140px;
    width: 356px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adpopup-title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;

    text-align: center;
    color: transparent;
    background: linear-gradient(90deg, #176832 0%, #070707 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adpopup-title span {
    font-family: AaHouDiHei;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.adpopup-subtitle {
    margin-top: 6px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #176330;
}

.adpopup-features {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-item {
    width: 100%;
    height: 44px;
    border-radius: 13px;
    background: #fefdf980;
    border: 1px solid #ffffff;
    backdrop-filter: blur(38px);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.feature-item img {
    width: 18px;
    height: 18px;
}

.feature-item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #3f8055;
}

.adpopup-footer-box {
    position: absolute;
    width: 448px;
    height: 162px;
    bottom: 9px;
    left: 94px;
    background: url(/static/cn/images/618/adbanner/footer_bg.webp) no-repeat;
    padding: 41px 0 32px;
}

.adpopup-footer-text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3b8b24;
    text-align: center;
}

.adpopup-btn {
    margin: 14px auto 0;
    width: 301px;
    height: 56px;
    border-radius: 34px;
    background: linear-gradient(90deg, #9ce526 0%, #5eb647 100%);
    box-shadow: 0px 2px 0px 0px #3f9e1e;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.adpopup-btn p {
    font-family: OPPO;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}

.adpopup-btn img {
    width: 26px;
    height: 26px;
}

#adpopup-close-btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: 31px;
}

/* 618 活动弹窗等比例缩放与小屏适配 */
@media (max-width: 680px), (max-height: 820px) {
    #adpopup-content {
        transform: scale(0.9);
        transform-origin: center center;
    }
}
@media (max-width: 600px), (max-height: 740px) {
    #adpopup-content {
        transform: scale(0.8);
        transform-origin: center center;
    }
}
@media (max-width: 530px), (max-height: 660px) {
    #adpopup-content {
        transform: scale(0.7);
        transform-origin: center center;
    }
}
@media (max-width: 460px), (max-height: 580px) {
    #adpopup-content {
        transform: scale(0.6);
        transform-origin: center center;
    }
}
@media (max-width: 400px), (max-height: 500px) {
    #adpopup-content {
        transform: scale(0.52);
        transform-origin: center center;
    }
}
@media (max-width: 350px) {
    #adpopup-content {
        transform: scale(0.45);
        transform-origin: center center;
    }
}

/* 移动端/矮屏关闭按钮定位优化，防止被内容高度挤出屏幕 */
@media (max-width: 768px), (max-height: 820px) {
    #adpopup-close-btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        z-index: 12000;
        transition: transform 0.2s ease;
    }
    #adpopup-close-btn:hover {
        transform: translateX(-50%) scale(1.15);
    }
}

/* 前台页面 */

.box-select .piece .oneinfo .onename span.tips_618 {
    width: 56px;
    height: 20px;
    background: url(/static/cn/images/618/ucenter/menu_label.webp) no-repeat;
    background-size: 100% 100%;
    padding: 4px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 0;

    font-family: OPPO;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.box_price .center_card.is_hot.is_618 {
    background: linear-gradient(180deg, rgba(201, 250, 141, 0.3) 0%, rgba(130, 246, 200, 0) 60.14%);
}

.box_price .hot_badge.hot_618 {
    left: calc(50% - 92px);
    width: 184px;
    border-radius: 28px;
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
}

.box_price .hot_badge.hot_618 p {
    color: #000000;
}

.activity_exclusive {
    position: absolute;
    top: 0;
    left: 0;

    width: 70px;
    height: 26px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    background: linear-gradient(270deg, #cefa89 0%, #7df5cc 100%);

    font-family: 'OPPO Sans 4.0';
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #333333;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box_price .is_618 .title_618 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #25242d;
}

.box_price .is_618 .card_title,
.box_price .is_618.center_card:hover .card_title {
    margin-top: 6px;
    background: #333333 !important;
    color: #ffffff;
}

.box_price .is_618 .is_hot .card_title,
.box_price .is_618.is_hot.center_card:hover .card_title {
    background: #333333;
    color: #ffffff;
}

.box_price .is_618 .btn_hot,
.box_price .is_618 .btn_hot:focus,
.box_price .is_618 .btn_hot:hover {
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
    color: #000000;
}

.box_price .is_618 .card_title span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    white-space: nowrap;
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.area_item.is_618 {
    width: 110px;
    height: 34px;
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'OPPO Sans 4.0';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000 !important;
}

.area_item.is_618::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 110px;
    height: 32px;
    background: url(/static/cn/images/618/ucenter/Union.webp);
}

.area_item.is_618::after {
    display: none;
}

.tab_unl_li_body {
    position: relative;
}

.activity_reminder {
    margin-top: 20px;
    padding: 6px 14px;

    width: 100%;
    height: 34px;
    border-radius: 9px;
    background: #f2eafe;
    border: 1px solid #e0ccff;

    display: flex;
    align-items: center;
    gap: 2px;
}

.activity_reminder img {
    width: 22px;
    height: 22px;
}

.activity_reminder p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9d6cce;
}

/* 618 活动 end */
