 :root {
     --primary-color: #ff0052;
     --secondary-color: #080E37;
     --background-color: #ffffff;
     --primary-font: 'Poppins', sans-serif;
 }

 body {

     font-family: var(--primary-font);
     background-color: var(--secondary-color);
 }
 
 .image-container {
     width: 100%;
     height: 100%;
     transition: 0.3s ease-in-out;
     object-fit: cover;
 }

 .white-font {
     color: var(--background-color);
 }

 .blue-color {
     color: #0072ff;
     font-weight: 700;
 }

 .color-h {
     color: #CFD0D9;
     font-size: 1.1rem;
     font-weight: 400;
     margin-bottom: 30px;
     padding-right: 90px;
 }

 .border {
     font-family: var(--font-family);
     font-size: 14px;
     font-weight: 500;
     text-transform: capitalize;
     color: #fff;
     display: inline-block;
     border: 1px solid var(--primary-color);
     padding: 10px 20px;
     margin-bottom: 20px;
     border-radius: 100px;
 }

 .border-tow {
     font-family: var(--font-family);
     font-size: 14px;
     font-weight: 800;
     text-transform: capitalize;
     color: #fff;
     display: inline-block;
     border: 4px solid var(--primary-color);
     padding: 10px 20px;
     margin-bottom: 20px;
     border-radius: 100px;
     position: relative;
 }

 .white-color {
     color: var(--background-color);
 }

 .font-700 {
     font-size: 30px;
     font-weight: 900;
 }

 .btn-default,
 .btn-blue {
     font-family: var(--primary-font);
     font-size: 16px;
     font-weight: 600;
     text-transform: capitalize;
     color: white;
     background: linear-gradient(180deg, #d43568 0%, #ff0052 100%);
     border-radius: 5px;
     background: linear-gradient(180deg, #d43568 0%, #ff0052 100%);
     padding: 16px 20px;
     display: inline-block;
     border: none;
 }

 .btn-border-de {
     padding: 16px 20px;
     color: #fff;
     font-weight: 600;
     border: 2px solid var(--primary-color);
 }

 /* end */
 header {
     width: 100%;
     /* height: 75px; */
     padding: 26px 0;
 }

 header nav {
     display: flex;
     align-items: center;
     justify-content: space-between;
     /* padding: 0 20px; */
     color: white;
     height: 100%;
 }

 header nav .logo img {
     object-fit: cover;
 }

 header nav ul {
     width: 100%;
     gap: 16px;
     align-items: center;
     justify-content: flex-end;
 }

 header nav ul li a {
     display: block;
     padding: 0 10px;
     color: white;
 }

 .meta-nav-block {
     width: 40px;
     height: 38px;
     line-height: 8px;
     padding: 6px 0 0;
     border: none;
     color: var(--background-color);
     border-radius: 6px;
     background-color: var(--primary-color);
 }

 /* ç§»åŠ¨ç«¯å¯¼èˆªèœå•æ ·å¼ */
 @media screen and (max-width: 992px) {
     
   
     
     .display-flex.meta-nav {
         display: none;
         position: fixed;
         top: 72px;
         left: 0;
         width: 100%;
         background-color: var(--primary-color);
         flex-direction: column;
         align-items: flex-start;
         /* padding: 20px; */
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
         z-index: 999;
         max-height: calc(100vh - 72px);
         overflow-y: auto;
     }

     .display-flex.meta-nav.active {
         display: flex;
     }

     header nav ul li {
         width: 100%;
         margin: 5px 0 !important;
     }

     header nav ul li a {
         /* padding: 15px 10px !important; */
         font-size: 16px;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
     }




 }

 /* ä¸­éƒ¨ */
 .size {
     width: 100%;
     padding: 30px 28px;
 }

 .size img {
     position: absolute;
     top: -50px;
 }

 /* åˆ—è¡¨ */
 .auth-border {
     background-color: #070b31;
     padding: 30px 30px 26px;
     border-radius: 6px;
     border: 2px solid #363b63;
 }

 .sui {
     font-size: 50px;
 }

 .about-feature-icon {
     width: 12%;
     height: auto;
     flex-shrink: 0;
     -webkit-box-flex: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
 }

 .tpp .reccol {
     height: 100%;
 }

 .node-600,
 .none-500 {
     margin: 0 3px;
 }


 .txvue-img {
     width: 100%;
     height: 80%;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .txvue-img a {
     opacity: 0;
     position: absolute;

 }

 .txvue-img:hover a {
     opacity: 1;
     transition: all 0.3s ease-in-out;
 }

 .redvue {
     height: 100%;
     text-align: center;
     color: var(--background-color);
     border-radius: 6px;
     border: 2px solid #363b63;
 }

 .redvue p {
     width: 100%;
     line-height: 70px;
     color: #ffffff;
     font-weight: 900;
     font-size: 20px;
     background-color: #01062c;
     text-align: center;
 }

 .livues {
     position: relative;
 }

 .livues::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     background: url("../imgase/hero.svg") no-repeat 50%;

     background-size: cover;
     width: 100%;
     height: 100%;
 }

 @media screen and (max-width:768px) {
     .container {
         padding: 0px 16px;
     }

     .sui {
         font-size: 32px !important;
     }

     .none-500 {
         border: 0;
         font-size: 15px;
     }

     .novue {
         font-size: 14px;
         padding: 14px 16px;
     }

     .met {
         gap: 18px !important;
     }

     .size img {
         position: relative !important;
         top: 0 !important;
     }

     .metpass {
         width: 100%;
         padding: 0 20px;
     }

     .about-feature-icon {
         width: 51px;
         height: 51px;
     }

     .auth-border {
         flex-direction: column;
         align-items: center;
         gap: 28px;
     }

     .title {
         text-align: center;
         font-size: 18px;
     }

     .p-none {
         padding: 0;
         margin-top: 30px;
     }

     .size {
         border-radius: 40px;
         margin: 0 auto;
         /*padding: 30px 0 0;*/
     }

     .tpp {
         flex-direction: column-reverse;
         gap: 11px;
     }

     .node-600 {
         width: 100%;

         padding: 0;
         background: 0;
     }

     .none-500,
     .node-600 {
         color: #fff;        
         font-size: 16px;
         /*margin: 0px;*/
           padding-left:8px; 
         /*font-weight: 100 !important;*/
     }

     .meta-nav {
         display: none;
     }

     .meta-nav-block {
         display: block !important;
     }

     .livue {
         flex-direction: column-reverse;
     }

     .home-hero-img {
         /*padding-top: 80px;*/
     }

     .met {
         justify-content: center;
     }

     nav {
         padding: 0 20px !important;
     }

     .vctg {
         padding: 0;
         text-align: center;
         /* font-size: 0.9rem; */
     }

     .crv {
         display: flex;
         font-size: 1.6rem;
         justify-content: center;
         margin-bottom: 95px;
     }

     .crvs {
         margin: 20px auto;
         max-width: 220px;
         display: flex;
         justify-content: center;
     }
 }

 .meta-nav-block {
     display: none;
 }

 /* toplivx  å¤åˆ¶å¾®ä¿¡å·ç  */
 /* å¤åˆ¶æŒ‰é’®å®¹å™¨ */



 .data_text,
 .logo {
     width: auto !important;
     display: block;
 }

 /* ç¾ŽåŒ– */
 .redbox {
     font-size: 50px;
     font-weight: 700;
     text-transform: capitalize;
     text-shadow: 1px 1px 0 rgba(255, 0, 82, .7);
     color: #fff;
     margin-bottom: 0;
 }










 /* æ·»åŠ åŠ¨ç”»ç›¸å…³çš„CSSæ ·å¼ */
 .scroll-animate {
     opacity: 0;
     transform: translateY(30px);
     transition: opacity 0.8s ease, transform 0.8s ease;
 }

 .scroll-animate.animate {
     opacity: 1;
     transform: translateY(0);
 }

 /* æ·»åŠ å…¶ä»–å¯èƒ½çš„åŠ¨ç”»æ•ˆæžœ */
 .fade-in {
     opacity: 0;
     transition: opacity 1s ease;
 }

 .fade-in.animate {
     opacity: 1;
 }

 .slide-left {
     opacity: 0;
     transform: translateX(-50px);
     transition: opacity 0.8s ease, transform 0.8s ease;
 }

 .slide-left.animate {
     opacity: 1;
     transform: translateX(0);
 }

 .slide-right {
     opacity: 0;
     transform: translateX(50px);
     transition: opacity 0.8s ease, transform 0.8s ease;
 }

 .slide-right.animate {
     opacity: 1;
     transform: translateX(0);
 }

 /* å»¶è¿ŸåŠ¨ç”»æ•ˆæžœ */
 .delay-1 {
     transition-delay: 0.2s;
 }

 .delay-2 {
     transition-delay: 0.4s;
 }

 .delay-3 {
     transition-delay: 0.6s;
 }

 /* åŠ¨ç”» end */

 /* å¾®ä¿¡å¼¹çª— */
 /* å¾®ä¿¡æ‚¬æµ®æŒ‰é’®æ ·å¼ */
 .wechat-widget {
     position: fixed;
     bottom: 30px;
     right: 30px;
     z-index: 1000;
 }

 .cahngtiao {
     position: relative;

 }

 .div {
     position: absolute;
     width: auto;
     padding: 17px 16px;
     top: 0px;
     left: -190px;
     border-radius: 20px;
     background: rgb(255, 255, 255);
     font-size: 16px;
     line-height: 20px;
 }

 .wechat-btn {
     width: 60px;
     height: 60px;
     background: #f7c626;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0 6px 20px rgba(9, 187, 7, 0.4);
     cursor: pointer;
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
     border: none;
 }

 .wechat-btn:hover {
     transform: scale(1.1);
     box-shadow: 0 8px 25px rgba(9, 187, 7, 0.5);
 }

 .wechat-btn i {
     color: white;
     font-size: 28px;
     transition: transform 0.3s ease;
 }

 .wechat-btn.active i {
     transform: rotate(90deg);
 }

 .wechat-panel {
     position: absolute;
     bottom: 70px;
     right: 0;
     width: 320px;
     background: white;
     border-radius: 16px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
     padding: 25px;
     opacity: 0;
     visibility: hidden;
     transform: translateY(20px);
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
     border: 1px solid #eaeaea;
 }

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

 .panel-header {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
 }

 .panel-header i {
     color: #09bb07;
     font-size: 24px;
     margin-right: 12px;
 }

 .panel-header h3 {
     color: #333;
     font-size: 1.4rem;
     font-weight: 600;
 }

 .wechat-qr {
     text-align: center;
     margin-bottom: 20px;
     padding: 15px;
     background: #f9f9f9;
     border-radius: 12px;
 }

 .wechat-qr img {
     width: 160px;
     height: 160px;
     border-radius: 8px;
     border: 1px solid #e0e0e0;
 }

 .wechat-qr p {
     margin-top: 12px;
     color: #666;
     font-size: 0.95rem;
 }

 .wechat-id {
     background: #f5f5f5;
     padding: 15px;
     border-radius: 10px;
     margin-bottom: 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .id-text {
     font-size: 1.1rem;
     font-weight: 600;
     color: #333;
     letter-spacing: 1px;
 }

 .copy-btn {
     background: #09bb07;
     color: white;
     border: none;
     padding: 10px 18px;
     border-radius: 8px;
     cursor: pointer;
     font-weight: 600;
     font-size: 0.95rem;
     transition: all 0.2s ease;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .copy-btn:hover {
     background: #08a806;
     transform: translateY(-2px);
     box-shadow: 0 4px 8px rgba(9, 187, 7, 0.3);
 }

 .copy-btn.copied {
     background: #52c41a;
 }

 .panel-footer {
     text-align: center;
     color: #999;
     font-size: 0.9rem;
     padding-top: 15px;
     border-top: 1px solid #eee;
 }

 .foo {
     position: fixed;
     bottom: 0;
     width: 100%;
     height: 57px;
     line-height: 57px;
     padding: 0 20px;
     background-color: #fff;
     font-size: 17px;
     font-weight: var(--primary-font);
     display: none;
 }

 .foo span {
     width: 40px;
     height: 40px;
     display: flex;
     border-radius: 50%;
     color: #fff;
     background-color: #09bb07;
     align-items: center;
     justify-content: center;
 }

 .foo .btn-xm {
     padding: 0 25px;
     height: 41px;
     line-height: 41px;
     border-radius: 30px;
     color: #fff;
     background-color: #09bb07;
     margin-right: 0;
 }

 /* å“åº”å¼è®¾è®¡ */
 @media (max-width: 768px) {
     .wechat-widget {
         bottom: 0px;
         right: 20px;

         /* display: none !important; */
     }

     .foo {
         display: block;
     }

     .wechat-btn {
         width: 150px;
         height: 56px;
         border-radius: 30px;
         opacity: 0;

     }

     .div {
         opacity: 0;
     }

     .wechat-btn i {
         font-size: 24px;
     }

     .wechat-panel {
         width: 300px;
         right: -10px;
     }

     .container {
         padding: 20px;
     }

     h1 {
         font-size: 1.8rem;
     }
 }

 @media (max-width: 480px) {
     .wechat-panel {
         width: 280px;
         padding: 20px;
         right: -20px;
     }

     .wechat-qr img {
         width: 140px;
         height: 140px;
     }
 }

 /* å¤åˆ¶æˆåŠŸæç¤º */
 .copy-success {
     position: fixed;
     top: 20px;
     left: 50%;
     transform: translateX(-50%) translateY(-100px);
     background: #52c41a;
     color: white;
     padding: 15px 25px;
     border-radius: 8px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
     z-index: 1001;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 10px;
     transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
 }

 .copy-success.show {
     transform: translateX(-50%) translateY(0);
 }

 /* å¾®ä¿¡å¼¹çª—end */