	.recommend-card {
    position: fixed;
    left: -400px;
    bottom: 60px;
    width: 360px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: left 0.5s ease;
    z-index: 9999;
    font-family: Arial, sans-serif;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    }


    .recommend-card-inner {
        position: relative;
        padding: 15px;
    }


    .recommend-card-close {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        color: #999;
        border-radius: 50%;
        z-index: 2;
    }


    .recommend-card-content {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .recommend-card-avatar {
        width: 130px;
        height: 80px;
        margin-right: 12px;
    }

    .recommend-card-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .recommend-card-info h3 {
        margin: 0 0 5px 0;
        font-size: 14px;
        color: #333;
    }

    .recommend-card-info p {
        margin: 0 0 3px 0;
        font-size: 12px;
        color: #666;
    }

    .recommend-card-info .views {
        color: #999;
    }


    .recommend-card-tag {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #ff6b00;
        color: white;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 0 0 8px 0;
    }
    .recommend-card.show {
        left: 20px;
        opacity: 1;
    }
    .recommend-card-close:hover {
                background: #e0e0e0;
                transform: rotate(90deg);
    } 
    #navbar-menu .mobile-userbox{
        display: none;
    }
    #navbar-menu.show .mobile-userbox{
        display: block;
        margin-bottom: 1.2rem;
        margin-left: -20px;
    }
    #navbar-menu.show .mobile-userbox li.login,#navbar-menu.show .mobile-userbox li.button{
        float: left;
        margin-right: 0.75rem;
    }
    #navbar-menu.show .mobile-userbox li.login a{
        padding: 5px 10px!important;
        color: var(--white);
        border-radius: 30px;
        font-size: 10px;
        background: var(--color-heading)!important;
        text-transform: capitalize;
        font-weight: 700;
    }
    #navbar-menu.show .mobile-userbox li.button a{
        padding: 5px 10px!important;
        color: var(--white);
        border-radius: 30px;
        font-size: 10px;
        background: var(--color-primary)!important;
        text-transform: capitalize;
        font-weight: 700;
        margin-left: -5px;
    }
    .navbar .attr-nav li.lang{
        margin-right: 1rem;
    }
    .navbar .attr-nav li.lang a,#navbar-menu.show .mobile-userbox li.lang a{
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 10px;
        border: 1px solid #999;
        text-transform: capitalize;
        font-weight: 700;
        margin-left: -10px;
    }
    .navbar .attr-nav li.lang a:hover{
        opacity: .8;
    }
    /* 限时特惠 */
    .single-item-recom .pricing-item{
        border: 3px solid #FF5722;
        background: #f5fbff;
    }
    .single-item-recom .pricing-item:hover{
        border: 3px solid #007aff
    }
    .single-item-recom .pricing-item:hover .header-top-box{
        background: #FF5722;
        border-bottom: 3px solid #007aff;
    }
    .single-item-recom .header-top-box{
        height: 45px;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        border-bottom: 3px solid #FF5722;
        background: #FF5722;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% + 6px);
        width: -moz-calc(100% + 6px);
        -webkit-box-pack: center; 
        -webkit-justify-content: center; 
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -44px;
        left: -3px;
    }
    .single-item-recom .header-top-box span{
        font-size: 13px;
        color: #fff;
        padding: 1px 5px;
    }
    .footer-links ul {
        list-style: none;          /* 去掉默认圆点 */
        padding-left: 0;           /* 去掉左侧缩进 */
        margin: 0;
        display: flex;             /* 横向排列 */
        gap: 30px;                 /* 链接间距 */
        justify-content: flex-start; /* 靠左排列，可改 center */
        flex-wrap: nowrap;         /* 不换行 */
    }

    .footer-links ul li a {
        white-space: nowrap;       /* 防止文字换行 */
        color: #fff;               /* 根据背景颜色调整 */
        text-decoration: none;
    }
        .btn-group.lang{margin-top: 0;}
.btn-group.lang ul.dropdown-menu{min-width: 120px;margin: 0;}
.btn-group.lang ul.dropdown-menu a
,#navbar-menu.show .mobile-userbox .btn-group.lang ul.dropdown-menu a{border: 0;font-weight: normal;margin: 0;}
.btn-group.lang ul.dropdown-menu img{width: 22px;height: 22px;}
nav.navbar.validnavs .navbar-collapse.collapse .btn-group.lang img{width: 17px;height: 17px;margin-bottom: 3px;}
nav.navbar.validnavs .navbar-collapse.collapse .btn-group.lang ul.dropdown-menu img{width: 22px;height: 22px; }
.nav>li>a:hover{color: #0d6efd;}
.attr-nav>ul>li.login a:hover{background: #6c757d !important;}
.navbar .attr-right .attr-nav li.button a:hover{background: #5a57fb !important;}
.btn-group.lang ul.dropdown-menu{padding: 0;}
.btn-group.lang ul.dropdown-menu li{width: 100%;}
.btn-group.lang ul.dropdown-menu li:hover{background-color: #ccc;}
.btn-group,.btn-group-vertical {position:relative;display:inline-block;vertical-align:middle;margin-top:40px;margin-left:7px;}
.btn-group-vertical>.btn,.btn-group>.btn {position:relative;float:left}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {margin-left:-1px}
.dropdown-menu {border-radius:0;border:none;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.075);box-shadow:0 0 4px rgba(0,0,0,0.075);}
.nav>li>a.promotion{position:relative;}.nav>li>a.promotion svg{position:relative;top:-6px;left:-2px;}.nav>li>a.promotion .link-badge-text{position:absolute;z-index:2;border-radius:20px;text-align:center;top:13px;left:30px;background-color:rgb(245,63,63);box-shadow:0 0 0 2px #fff;line-height:20px;font-weight:500;padding:0 6px;font-size:12px;color:#fff;width:auto;white-space: nowrap;}nav.navbar ul.nav.navbar-nav>li>a{padding: 30px 8px;font-weight: 700;font-size: 13px;text-transform: uppercase;}@media only screen and (max-width:768px){.nav>li>a.promotion .link-badge-text{left:90px;top:18px;}}


    .site-heading.pricing-more a.btn1{display: inline-block;}
    .site-heading.pricing-more a.btn21{background: #dc3545;border: 1px solid #dc3545;margin-left:10px}
    .site-heading.pricing-more a.btn21:hover {color: #333;background: #fff;border: 1px solid #dc3545;}
    .classic-pannel .table-header-wrapper {height:96px;margin:0 auto}
    .classic-pannel .table-header-wrapper .header {display:flex;margin:0 auto}
    .classic-pannel .table-header-wrapper .header li {flex:1;text-align:center;max-width:340px;font-size:24px;line-height:96px;height:96px;color:#1d2129}
    .classic-pannel .table-header-wrapper .header li.left {width:260px;flex:none}
    .classic-pannel .table-header-wrapper .fixed-pannle {background:#fff;position:fixed;top:106px;left:50%;transform:translateX(-50%);z-index:10}
    .classic-pannel .table-header-wrapper .fixed-pannle .header li {border-left:1px solid #ededed;border-bottom:1px solid #ededed;box-sizing:content-box}
    .classic-pannel .table-header-wrapper .fixed-pannle .header:last-child {border-right:1px solid #ededed}
    .classic-pannel .price-list {display:flex;font-size:14px;line-height:20px;color:#4e5969;border:1px solid #ededed;margin:0 auto}
    .classic-pannel .price-list li.trans-mode .text-item {height:37px}
    .classic-pannel .price-list .price-class {padding-bottom:57px;background:#fcfcfc;width:260px;padding-top:32px;text-align:left}
    .classic-pannel .price-list .price-class li {padding:14px 0 14px 20px}
    .classic-pannel .price-list .price-class li.class-feature {font-size:16px;line-height:22px;font-weight:550;color:#1d2129;position:relative;padding:0 0 0 12px}
    .classic-pannel .price-list .price-class li.class-feature:before {content:"";width:4px;height:16px;background:#007aff;border-radius:2px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
    .classic-pannel .price-list .price-class li.class-feature+li {margin-top:12px}
    .classic-pannel .price-list .price-class li+li.class-feature {margin-top:32px}
    .classic-pannel .price-list .member-price-item {padding-top:66px;flex:1;border-left:1px solid #ededed;background:#fff}
    .classic-pannel .price-list .member-price-item .trans-mode-desc {color:#999;font-size:12px;line-height:17px}
    .classic-pannel .price-list .member-price-item .icon-status {height:18px;display:block;margin:1px auto}
    .classic-pannel .price-list .member-price-item li {min-height:20px;padding:14px 0;text-align: center;}
    .classic-pannel .price-list .member-price-item li.fea-li-tw-d1 {margin-top:70px}
    .classic-pannel .price-list .member-price-item li.fea-li-vi-a1,.classic-pannel .price-list .member-price-item li.fea-li-vi-a1-text {margin-top:10px}
    .classic-pannel .price-list .member-price-item li.hover {background:rgb(0 122 255 / 20%)}
    .classic-pannel .price-list .member-price-item li+li.fea-li {margin-top:76px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-vi-b1,.classic-pannel .price-list .member-price-item li+li.fea-li-vi-b1-text {margin-top:70px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-en-b1,.classic-pannel .price-list .member-price-item li+li.fea-li-en-b1-text,.classic-pannel .price-list .member-price-item li+li.fea-li-tw-c1,fea-li-en-b1-text,.classic-pannel .price-list .member-price-item li+li.fea-li-vi-c1,.classic-pannel .price-list .member-price-item li+li.fea-li-th-b1,.classic-pannel .price-list .member-price-item li+li.fea-li-th-b1-text,.classic-pannel .price-list .member-price-item li+li.fea-li-th-c1  {margin-top:70px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-vi-d1,.classic-pannel .price-list .member-price-item li+li.fea-li-th-d1 {margin-top:80px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-vi-f1 {margin-top:65px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-th {margin-top:73px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-en-c1 {margin-top:80px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-en-d1 {margin-top:55px}

    /* .classic-pannel .price-list .member-price-item li+li.fea-li-tw-d1 {margin-top:70px} */
    .classic-pannel .price-list .member-price-item li+li.fea-li-tw-f1 {margin-top:68px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-th-f1 {margin-top:78px}
    .classic-pannel .price-list .member-price-item li+li.fea-li-en-f1,.classic-pannel .price-list .member-price-item li+li.fea-li-tw-f1,.classic-pannel .price-list .member-price-item li+li.fea-li-th-f1 {margin-top:65px}
    .classic-pannel .price-list .member-price-item li+li.fea-all-r-en,.classic-pannel .price-list .member-price-item li+li.fea-li-en-b5 {margin-top:20px}
    .classic-pannel .price-list .member-price-item li+li.fea-fs-en,.classic-pannel .price-list .member-price-item li+li.fea-li-en-e1,.classic-pannel .price-list .member-price-item li+li.fea-li-vi-e1,.classic-pannel .price-list .member-price-item li+li.fea-li-th-e1  {margin-top:76px}
    @media only screen and (max-width: 767px) {
        .classic-pannel .price-list .price-class li+li.class-feature{margin-top: 27px;}
        .classic-pannel .price-list .price-class{padding-top: 32px;}
        .classic-pannel .table-header-wrapper .fixed-pannle{top: 0;}
        .classic-pannel .price-list .price-class,
        .classic-pannel .table-header-wrapper .header li.left{width: 110px;}
        .classic-pannel .table-header-wrapper .header li{font-size: 14px;}
        .classic-pannel .table-header-wrapper .header li,
        .classic-pannel .table-header-wrapper{height: 32px;line-height: 32px;}
        .classic-pannel .price-list .price-class li{padding: 14px 0 14px 5px;}
        .classic-pannel .price-list .member-price-item li+li.fea-li {margin-top:70px}
        .classic-pannel .price-list .member-price-item li+li.fea-li-tw-c1 {margin-top: 61px;}
        .classic-pannel .price-list .member-price-item li.fea-li-tw-d1 {margin-top: 66px;}
        .classic-pannel .price-list .member-price-item li.fea-li-en-a1 {min-height:20px;padding:14px 0;text-align: center;margin-top: 40px;}
    }
.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {background-color:#f9fafb;}
.dropdown-menu .divider {background-color:#f1f2f3;}
.dropdown-menu > li > a {padding-top:8px;padding-bottom:8px;}
.dropdown-menu > li > a > i {margin-right:10px;}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {background-color:#33cabb;}
.dropdown-menu {position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:100%;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu.pull-right {right:0;left:auto}
.dropdown-menu .divider {height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>li>a {display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;margin-top:0;}
.dropdown-menu>li>a label {margin-right:10px;color:#938c8c}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {color:#262626;text-decoration:none;background-color:#599afb}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {color:#777}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu {display:block !important}
.open>a {outline:0}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {border-top-right-radius:10rem;border-bottom-right-radius:10rem;}

    .black-overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, .5);z-index: 10000;display: none;}
        #item-modal {position:fixed;top:calc(50% - 220px);left:0;width:100%;padding:16px;box-sizing:border-box;display:none;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;z-index:10001;}
        #item-modal.show {display:flex;}
        #item-modal .modal {border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;top:10px;transition:top .2s ease;width:673px;padding:54px 48px;background-color:#fff;top:0;box-shadow:0 8px 32px 0 rgba(0,0,0,.3);}
        #item-modal .modal .to-users {color:rgba(0,0,0,.88);font-size:16px;line-height:22px;margin-bottom:56px;mix-blend-mode:normal;}
        #item-modal .modal .to-users a,#item-modal .modal .content-en a {color:#f56a00;}
        #item-modal .modal .to-users a:hover,#item-modal .modal .content-en a:hover {text-decoration:underline;}
        #item-modal .modal .content-en,#item-modal .modal .from-us {font-size:16px;line-height:28px;}
        #item-modal .modal .content-en {color:rgba(0,0,0,.56);margin-bottom:20px;}
        #item-modal .modal .from-us {color:rgba(0,0,0,.88);text-align:right;width:100%;}
        #item-modal .modal .your-ip{margin-top: 30px;font-size: 14px;color: #333;}
        .info-main {display:flex;}
        .info-main .info-left {flex-grow:1;width:0;padding:0 25px;position:relative;}
        .info-main .info-left .info-btn-wrapper {margin-top:16px;display:flex;}
        .info-main .info-right {align-items:center;display:flex;flex-direction:column;position:relative;border-left:1.8px solid #e8e8e87e;padding-right:25px;}
        .info-main .info-link-btn {background-color:rgba(51,173,255,1);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;height:40px;line-height:40px;outline:none;text-align:center;-webkit-user-select:none;user-select:none;width:auto;margin:0 2%;display:inline-block;box-shadow:0 4px 8px -2px rgba(51,173,255,.3);padding: 0px 16px;white-space: nowrap;}
        .info-main .info-link-btn:hover {box-shadow:0 8px 16px -2px rgba(33,150,243,.3);background-color:rgba(33,150,243,1);}
        .info-items {border-radius:0;border-radius:initial;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%;max-width:100%;position:relative;}
        .info-right img {width:100%;max-width:260px;}
        .info-left .items {margin-top:8px;display:inline-flex;flex-wrap:wrap;justify-content:flex-start;}
        .info-left .items .item {width:unset;margin-top:unset;margin-bottom:0;margin-right:0;position:relative;background:#f9fafb;border-radius:8px;padding:18px 24px;display:flex;flex-direction:row;align-items:center;width:100%;}
        .info-left .items .content {display:flex;align-items:center;}
        .info-left .items .content .item-logo {width:24px;height:24px;margin-right:14px;}
        .info-left .items .content .item-logo img {width:24px;height:24px;}
        .info-left .items .content .item-txt {font-weight:400;font-size:14px;color:#000;line-height:24px;text-align:left;}
        .info-left .items .content .item-txt a {color:#5a57fb;}
        .info-left .items .item:after {position:absolute;content:" ";bottom:0;right:24px;left:24px;height:1px;background:#eaecf0;}
        #item-modal .close-btn {display:block;cursor:pointer;width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;right:12px;top:12px;z-index:10;color:#000;box-shadow:0 0 4px rgba(0,0,0,.2);}
        #item-modal .close-btn::after,#item-modal .close-btn::before {content:"";display:block;position:absolute;width:12px;height:1px;top:11px;left:5px;background-color:#999;transform:rotate(45deg);transform-origin:center;}
        #item-modal .close-btn::before {transform:rotate(-45deg);}
        #item-modal .guide-tip {text-align:center;position:relative;width:100%;height:56px;color:#000;font-size:16px;line-height:56px;}
        #item-modal .modal.loaded {padding:0;}
        .info-card {display:block;width:unset;margin:32px auto 30px;background:linear-gradient(90deg,#fddbde,#fffefe);border-radius:8px;padding:16px;flex-direction:column;width:92%;}
        .info-card .line-1 {display:flex;align-items:center;}
        #item-modal .modal .info-card .line-1 .line-1-icon {width:20px;height:20px;margin-right:8px;}
        #item-modal .modal .info-card .line-1 .line-1-icon img {width:20px;height:20px;}
        #item-modal .modal .info-card .line-1 .line-1-txt {font-weight:600;font-size:18px;color:#101828;line-height:26px;text-align:left;}
        #item-modal .modal .info-card .line-2 {margin-top:4px;font-weight:400;font-size:14px;color:#475467;padding-left:28px;line-height:24px;text-align:left;}
        @media (max-width:710px) {#item-modal .modal {width:100%}.info-items .info-main .info-right{display: none;}}
        nav.navbar.validnavs.navbar-fixed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-animation: fadeInDown .5s ease-in-out;animation: fadeInDown .5s ease-in-out;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
        @media screen and (min-width:900px){
            .software-feature-area.default-padding{
                padding-top: 60px;
            }
        }


.close {float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2}
  .close:focus,.close:hover {color: #000;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: .5}
  button.close {-webkit-appearance: none;padding: 0;cursor: pointer;background: 0 0;border: 0}
    article,aside,footer,header,nav,section {display:block;}
    .b-r-renzheng-btn,.b-r-msg-btn,.b-r-top-btn {z-index:2000;position:fixed;cursor:pointer;right:16px;width:48px;height:48px;background:#fff;-webkit-box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
    .b-r-renzheng-btn {bottom:167px;}
    .b-r-renzheng-btn img,.b-r-msg-btn img,.b-r-top-btn img {width:24px;height:24px;}
    .b-r-split-line,.b-r-text-for-desktop {display:none;}
    .lz-block {display:block;}
    .lz-hidden {display:none;}
    :active,:focus {outline:0;}
    .b-r-gift-btn:active,.b-r-gift-btn:hover,.b-r-msg-btn:active,.b-r-msg-btn:hover,.b-r-top-btn:active,.b-r-top-btn:hover {background:#eff8ff;-webkit-box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);}
    .mask-for-mobile {z-index:4000;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.4);}
    .popup-redbeg-pc {z-index:4500;position:fixed;right:unset;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:unset;width:348px;height:473px;pointer-events:unset;}
    .popup-msg-pc img,.popup-redbeg-pc img {width:348px;height:473px;}
    .brredbeg-close-btn-hotArea {position:absolute;right:33px;bottom:416px;width:31px;height:33px;cursor:pointer;}
    .brredbeg-goto-link-hotArea {position:absolute;right:48px;bottom:68px;width:254px;height:49px;}
    .popup-msg-pc {z-index:4500;position:fixed;right:unset;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:unset;width:348px;height:473px;}
    .brmsg-wx-connect-hotArea {    position: absolute;
        right: 48px;
        bottom: 118px;
        width: 253px;
        height: 50px;
        cursor: pointer;
    }
    .brmsg-close-btn-hotArea {position:absolute;right:33px;bottom:416px;width:31px;height:33px;cursor:pointer;}
    .brmsg-copy-btn-hotArea {position:absolute;right:49px;bottom:70px;width:59px;height:33px;cursor:pointer;}
    .brmsg-copy-text {position:absolute;right:118px;bottom:65px;width:166px;height:46px;text-align:left;font-size:18px;font-family:SF Pro,SF Pro;font-weight:600;color:#101828;line-height:46px;background-color:#f4f5f8;}
    .b-r-msg-btn {bottom:103px;}
    @media (min-width:1200px) {.b-r-renzheng-btn,.b-r-msg-btn,.b-r-top-btn {z-index:2000;position:fixed;cursor:pointer;right:40px;width:64px;height:64px;background:#fff;-webkit-box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);box-shadow:0 2px 4px -2px rgba(16,24,40,.06),0 4px 8px -2px rgba(16,24,40,.1);border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width: 100px;}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    /* 选择器和控制台里生效的完全一致 + !important 锁死 */
    .navbar.validnavs.navbar-default .navbar-nav li a {
        padding: 30px 12px !important; /* 左右间距改成12px，你可以调 */
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
    
    /* 兜底：覆盖所有可能的导航选择器 */
    nav.navbar ul.nav>li>a,
    nav.navbar ul.nav.navbar-nav>li>a {
        padding: 30px 12px !important;
        font-size: 14px !important;
    }
}
    .b-r-renzheng-btn {border-radius:6px 6px 0 0;bottom:180px;}
    .b-r-text-for-desktop {display:block;margin-top:2px;font-weight:400;font-size:12px;color:#475467;line-height:18px;text-align:center;}
    .desktop\:lz-hidden {display:none;}
    .desktop\:lz-block {display:block;}
    .mask-for-mobile {z-index:2000;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.4);}
    .popup-redbeg-pc {z-index:2500;position:fixed;right:93px;bottom:149px;width:348px;height:473px;left:unset;top:unset;-webkit-transform:unset;transform:unset;}
    .popup-msg-pc img,.popup-redbeg-pc img {width:348px;height:473px;}
    .b-r-split-line {display:block;width:40px;height:1px;background:#eaecf0;z-index:2001;position:fixed;cursor:pointer;right:54px;bottom:180px;}
    .b-r-msg-btn {bottom:116px;border-radius:0 0 6px 6px;}
    .popup-msg-pc {z-index:2500;position:fixed;right:93px;bottom:85px;width:348px;height:473px;left:unset;top:unset;-webkit-transform:unset;transform:unset;}
    .brmsg-close-btn-hotArea {position: absolute;
        right: 18px;
        bottom: 436px;
        width: 31px;
        height: 33px;
        cursor: pointer;}
    .brmsg-copy-btn-hotArea {position: absolute;
        right: 30px;
        bottom: 40px;
        width: 59px;
        height: 33px;
        cursor: pointer;}
    .brmsg-copy-text {position: absolute;
        right: 118px;
        bottom: 65px;
        width: 166px;
        height: 14px;
        text-align: left;
        font-size: 18px;
        font-family: SF Pro, SF Pro;
        font-weight: 600;
        color: #101828;
        line-height: 46px;
        background-color: #f4f5f8;}
    }

/* 手机端适配，写到你 CSS 最下面 */
@media only screen and (max-width: 767px) {
    .brmsg-copy-text {
        position: absolute !important;
        right: 160px !important;
        bottom: 40px !important;
        width: 120px !important;
        height: 36px !important;
        font-size: 14px !important;
        line-height: 36px !important;
    }
    .brmsg-copy-btn-hotArea {
        position: absolute;
        right: 35px;
        bottom: 39px;
        width: 59px;
        height: 33px;
        cursor: pointer;
    }
    .brmsg-close-btn-hotArea {
        position: absolute;
        right: 18px;
        bottom: 435px;
        width: 31px;
        height: 33px;
        cursor: pointer;
    }
}